 @charset "UTF-8";
#start-resizable-editor-section {
	display: none
}
.wp-block-audio {
	margin: 0 0 1em
}
.wp-block-audio figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}
.wp-block-audio audio {
	width: 100%;
	min-width: 300px
}
.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
	box-sizing: border-box
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
	color: #fff
}
.wp-block-button__link.aligncenter {
	text-align: center
}
.wp-block-button__link.alignright {
	text-align: right
}
.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%
}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - .5em)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - .5em)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - .5em)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	width: calc(100% - .5em)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100:only-child {
	margin-right: 0;
	width: 100%
}
@supports (column-gap:.5em) {
.wp-block-buttons.is-content-justification-right>.wp-block-button.wp-block-button, .wp-block-buttons>.wp-block-button.wp-block-button {
margin-right:0;
margin-left:0
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
width:calc(25% - .375em)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
width:calc(50% - .25em)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
width:calc(75% - .125em)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
width:auto;
flex-basis:100%
}
}
.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0
}
.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
	border-radius: 0!important
}
.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
	border: 2px solid;
	padding: .667em 1.333em
}
.is-style-outline>.wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: currentColor
}
.is-style-outline>.wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: transparent
}
.wp-block-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: .5em
}
.wp-block-buttons.is-vertical {
	flex-direction: column
}
.wp-block-buttons.is-vertical>.wp-block-button {
	margin-right: 0
}
.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0
}
.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin-left: 0;
	margin-right: .5em;
	margin-bottom: .5em
}
.wp-block-buttons>.wp-block-button:last-child {
	margin-right: 0
}
.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start
}
.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start
}
.wp-block-buttons.is-content-justification-center {
	justify-content: center
}
.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center
}
.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end
}
.wp-block-buttons.is-content-justification-right>.wp-block-button {
	margin-left: .5em;
	margin-right: 0
}
.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
	margin-left: 0
}
.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end
}
.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between
}
.wp-block-buttons.aligncenter {
	text-align: center
}
.wp-block-buttons.alignleft .wp-block-button {
	margin-left: 0;
	margin-right: .5em
}
.wp-block-buttons.alignleft .wp-block-button:last-child {
	margin-right: 0
}
.wp-block-buttons.alignright .wp-block-button {
	margin-right: 0;
	margin-left: .5em
}
.wp-block-buttons.alignright .wp-block-button:first-child {
	margin-left: 0
}
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .5em;
	width: 100%
}
.wp-block-button.aligncenter, .wp-block-calendar {
	text-align: center
}
.wp-block-calendar tbody td, .wp-block-calendar th {
	padding: .25em;
	border: 1px solid #ddd
}
.wp-block-calendar tfoot td {
	border: none
}
.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse
}
.wp-block-calendar table th {
	font-weight: 400;
	background: #ddd
}
.wp-block-calendar a {
	text-decoration: underline
}
.wp-block-calendar table caption, .wp-block-calendar table tbody {
	color: #40464d
}
.wp-block-categories.alignleft {
	margin-right: 2em
}
.wp-block-categories.alignright {
	margin-left: 2em
}
.wp-block-code code {
	display: block;
	white-space: pre-wrap;
	overflow-wrap: break-word
}
.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap
}
@media (min-width:782px) {
.wp-block-columns {
	flex-wrap: nowrap
}
}
.wp-block-columns.has-background {
	padding: 1.25em 2.375em
}
.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start
}
.wp-block-columns.are-vertically-aligned-center {
	align-items: center
}
.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end
}
.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word
}
@media (max-width:599px) {
.wp-block-column {
	flex-basis: 100%!important
}
}
@media (min-width:600px) and (max-width:781px) {
.wp-block-column:not(:only-child) {
	flex-basis: calc(50% - 1em)!important;
	flex-grow: 0
}
.wp-block-column:nth-child(2n) {
	margin-left: 2em
}
}
@media (min-width:782px) {
.wp-block-column {
	flex-basis: 0%;
	flex-grow: 1
}
.wp-block-column[style*=flex-basis] {
	flex-grow: 0
}
.wp-block-column:not(:first-child) {
	margin-left: 2em
}
}
.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}
.wp-block-column.is-vertically-aligned-center {
	align-self: center
}
.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end
}
.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
	width: 100%
}
.wp-block-cover, .wp-block-cover-image {
	position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	box-sizing: border-box
}
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
	background-attachment: fixed
}
@supports (-webkit-overflow-scrolling:touch) {
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
background-attachment:scroll
}
}
@media (prefers-reduced-motion:reduce) {
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
	background-attachment: scroll
}
}
.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
	background-repeat: repeat;
	background-size: auto
}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
	content: "";
	background-color: inherit
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: .5
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	max-width: 420px;
	width: 100%
}
.wp-block-cover-image:after, .wp-block-cover:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}
@supports (position:sticky) {
.wp-block-cover-image:after, .wp-block-cover:after {
content:none
}
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	display: flex
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
	z-index: 1;
	color: #fff
}
.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
	color: inherit
}
.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start
}
.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center
}
.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end
}
.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start
}
.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center
}
.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end
}
.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start
}
.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center
}
.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
	width: auto
}
.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	outline: none;
	border: none;
	box-shadow: none
}
.wp-block-cover__image-background, .wp-block-cover__video-background {
	z-index: 0
}
.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
	color: #fff
}
.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start
}
.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center
}
.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left]>[data-type="core/embed"], .wp-block[data-align=right]>[data-type="core/embed"] {
max-width:360px;
width:100%
}
.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px
}
.wp-block-cover .wp-block-embed {
	min-width: 320px;
	min-height: 240px
}
.wp-block-embed {
	margin: 0 0 1em
}
.wp-block-embed figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}
.wp-block-embed iframe {
	max-width: 100%
}
.wp-block-embed__wrapper {
	position: relative
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}
.wp-block-file {
	margin-bottom: 1.5em
}
.wp-block-file.aligncenter {
	text-align: center
}
.wp-block-file.alignright {
	text-align: right
}
.wp-block-file .wp-block-file__embed {
	margin-bottom: 1em
}
.wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: .8em;
	padding: .5em 1em
}
.wp-block-file a.wp-block-file__button {
	text-decoration: none
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}
.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}
.blocks-gallery-grid, .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	margin: 0 1em 1em 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	align-self: flex-start;
	width: calc(50% - 1em)
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%
}
@supports (position:sticky) {
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
display:flex;
align-items:flex-end;
justify-content:flex-start
}
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%
}
@supports (position:sticky) {
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
width:auto
}
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	color: #fff;
	text-align: center;
	font-size: .8em;
	background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent);
	box-sizing: border-box;
	margin: 0
}
.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}
.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
	flex-grow: 1
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image, .blocks-gallery-grid.is-cropped .blocks-gallery-item, .wp-block-gallery.is-cropped .blocks-gallery-image, .wp-block-gallery.is-cropped .blocks-gallery-item {
	align-self: inherit
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%
}
@supports (position:sticky) {
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
height:100%;
flex:1;
-o-object-fit:cover;
object-fit:cover
}
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}
@media (min-width:600px) {
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
	width: calc(33.33333% - .66667em);
	margin-right: 1em
}
.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
	width: calc(25% - .75em);
	margin-right: 1em
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
	width: calc(20% - .8em);
	margin-right: 1em
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
	width: calc(16.66667% - .83333em);
	margin-right: 1em
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
	width: calc(14.28571% - .85714em);
	margin-right: 1em
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
	width: calc(12.5% - .875em);
	margin-right: 1em
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
	margin-right: 0
}
}
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}
.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}
.wp-block-group {
	box-sizing: border-box
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 1.25em 2.375em
}
.wp-block-image {
	margin: 0 0 1em
}
.wp-block-image img {
	max-width: 100%
}
.wp-block-image:not(.is-style-rounded) img {
	border-radius: inherit
}
.wp-block-image.aligncenter {
	text-align: center
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
	width: 100%
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
	display: table
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption {
	display: table-caption;
	caption-side: bottom
}
.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0
}
.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em
}
.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}
.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}
.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
	border-radius: 9999px
}
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
.wp-block-image.is-style-circle-mask img {
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
mask-mode:alpha;
-webkit-mask-repeat:no-repeat;
mask-repeat:no-repeat;
-webkit-mask-size:contain;
mask-size:contain;
-webkit-mask-position:center;
mask-position:center;
border-radius:0
}
}
.wp-block-image figure {
	margin: 0
}
ol.wp-block-latest-comments {
	margin-left: 0
}
.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0
}
.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em
}
.has-avatars .wp-block-latest-comments__comment {
	min-height: 2.25em;
	list-style: none
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5
}
.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em
}
.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}
.wp-block-latest-posts.alignleft {
	margin-right: 2em
}
.wp-block-latest-posts.alignright {
	margin-left: 2em
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both
}
.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}
.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%
}
@media (min-width:600px) {
.wp-block-latest-posts.columns-2 li {
	width: calc(50% - .625em)
}
.wp-block-latest-posts.columns-2 li:nth-child(2n) {
	margin-right: 0
}
.wp-block-latest-posts.columns-3 li {
	width: calc(33.33333% - .83333em)
}
.wp-block-latest-posts.columns-3 li:nth-child(3n) {
	margin-right: 0
}
.wp-block-latest-posts.columns-4 li {
	width: calc(25% - .9375em)
}
.wp-block-latest-posts.columns-4 li:nth-child(4n) {
	margin-right: 0
}
.wp-block-latest-posts.columns-5 li {
	width: calc(20% - 1em)
}
.wp-block-latest-posts.columns-5 li:nth-child(5n) {
	margin-right: 0
}
.wp-block-latest-posts.columns-6 li {
	width: calc(16.66667% - 1.04167em)
}
.wp-block-latest-posts.columns-6 li:nth-child(6n) {
	margin-right: 0
}
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	display: block;
	color: #555;
	font-size: .8125em
}
.wp-block-latest-posts__post-excerpt {
	margin-top: .5em;
	margin-bottom: 1em
}
.wp-block-latest-posts__featured-image a {
	display: inline-block
}
.wp-block-latest-posts__featured-image img {
	height: auto;
	width: auto;
	max-width: 100%
}
.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 1em
}
.wp-block-latest-posts__featured-image.alignright {
	margin-left: 1em
}
.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}
.block-editor-image-alignment-control__row .components-base-control__field {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
	margin-bottom: 0
}
ol.has-background, ul.has-background {
	padding: 1.25em 2.375em
}
.wp-block-media-text {/*!rtl:begin:ignore*/
	direction: ltr;/*!rtl:end:ignore*/
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto
}
.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	align-self: start
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
	align-self: center
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	align-self: end
}
.wp-block-media-text .wp-block-media-text__media {/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;/*!rtl:end:ignore*/
	margin: 0
}
.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;/*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1 /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1 /*!rtl:end:ignore*/
}
.wp-block-media-text__media img, .wp-block-media-text__media video {
	max-width: unset;
	width: 100%;
	vertical-align: middle
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	background-size: cover
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
	display: block;
	height: 100%
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
@media (max-width:600px) {
.wp-block-media-text.is-stacked-on-mobile {
	grid-template-columns: 100%!important
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
	grid-column: 1;
	grid-row: 1
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
	grid-column: 1;
	grid-row: 2
}
}
.wp-block-navigation {
	position: relative
}
.wp-block-navigation ul, .wp-block-navigation ul li {
	list-style: none;
	padding: 0
}
.wp-block-navigation .wp-block-navigation-link, .wp-block-navigation .wp-block-pages-list__item {
	display: flex;
	align-items: center;
	position: relative
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty, .wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty {
	display: none
}
.wp-block-navigation .wp-block-navigation-link__content, .wp-block-navigation .wp-block-pages-list__item__link {
	color: inherit;
	display: block
}
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus {
	text-decoration: inherit
}
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus {
	text-decoration: none
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon, .wp-block-navigation .wp-block-page-list__submenu-icon {
	height: inherit
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .wp-block-page-list__submenu-icon svg {
	stroke: currentColor
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content, .wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link {
	padding: 0
}
.wp-block-navigation .has-child>.wp-block-navigation-link__content, .wp-block-navigation .has-child>.wp-block-pages-list__item__link {
	margin-right: .5em
}
.wp-block-navigation .has-child .submenu-container, .wp-block-navigation .has-child .wp-block-navigation-link__container {
	background-color: inherit;
	color: inherit;
	position: absolute;
	z-index: 2;
	flex-direction: column;
	align-items: normal;
	min-width: 200px;
	display: none;
	opacity: 0;
	transition: opacity .1s linear;
	visibility: hidden
}
.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__content, .wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-pages-list__item__link, .wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__content, .wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-pages-list__item__link, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__content, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-pages-list__item__link, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__content, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-pages-list__item__link {
	flex-grow: 1
}
.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon {
	padding-right: .5em
}
@media (min-width:782px) {
.wp-block-navigation .has-child .submenu-container .submenu-container:before, .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before, .wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before {
	content: "";
	position: absolute;
	right: 100%;
	height: 100%;
	display: block;
	width: .5em;
	background: transparent
}
.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg {
	transform: rotate(-90deg)
}
}
.wp-block-navigation .has-child:hover>.wp-block-navigation-link__container {
	display: flex;
	visibility: visible;
	opacity: 1
}
.wp-block-navigation .has-child:focus-within>.wp-block-navigation-link__container {
display:flex;
visibility:visible;
opacity:1
}
.wp-block-navigation .has-child:hover {
	cursor: pointer
}
.wp-block-navigation .has-child:hover>.submenu-container {
	display: flex;
	visibility: visible;
	opacity: 1
}
.wp-block-navigation .has-child:focus-within {
cursor:pointer
}
.wp-block-navigation .has-child:focus-within>.submenu-container {
display:flex;
visibility:visible;
opacity:1
}
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container {
	left: auto;
	right: 0
}
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: auto;
	right: 100%
}
.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link, .wp-block-navigation.wp-block-navigation .wp-block-page-list, .wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item {
	margin: 0 2em 0 0
}
.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link:last-child, .wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child, .wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item:last-child {
	margin-right: 0
}
.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container>.wp-block-navigation-link, .wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list, .wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list>.wp-block-pages-list__item {
	margin: 0 .5em 0 0
}
.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content, .wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link {
	padding: .5em 1em
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container {
	left: -1em;
	top: 100%
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item {
	margin: 0
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link {
	padding: .5em 1em
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: -1px
}
@media (min-width:782px) {
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: 100%;
	top: -1px
}
}
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container {
	left: 0;
	top: 100%
}
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: 0
}
@media (min-width:782px) {
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: 100%;
	top: 0
}
}
.wp-block-navigation:not(.has-background) .submenu-container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container {
	background-color: #fff;
	color: #000;
	border: 1px solid rgba(0,0,0,.15)
}
.wp-block-navigation__container {
	align-items: center;
	list-style: none;
	margin: 0;
	padding-left: 0
}
.wp-block-navigation__container .is-responsive {
	display: none
}
@media (min-width:600px) {
.wp-block-navigation__container {
	display: flex;
	flex-wrap: wrap
}
.is-vertical .wp-block-navigation__container {
	display: block;
	flex-direction: column;
	align-items: flex-start
}
}
.items-justified-center .wp-block-navigation__container {
	justify-content: center
}
.items-justified-right .wp-block-navigation__container {
	justify-content: flex-end
}
.items-justified-space-between .wp-block-navigation__container {
	justify-content: space-between
}
.is-vertical.items-justified-center>ul {
	align-items: center
}
.is-vertical.items-justified-right>ul {
	align-items: flex-end
}
.is-vertical.items-justified-right>ul .wp-block-navigation-link, .is-vertical.items-justified-right>ul .wp-block-pages-list__item {
	margin-right: 0;
	justify-content: flex-end
}
.wp-block-navigation__responsive-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	align-items: flex-start;
	justify-content: flex-start
}
.wp-block-navigation__responsive-container.is-menu-open {
	display: flex;
	flex-direction: column;
	overflow: auto;
	z-index: 100000;
	padding: 24px;
	background-color: inherit
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
	line-height: 48px;
	padding: 0
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list {
	flex-direction: column
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container {
	background: transparent!important
}
@media (min-width:600px) {
.wp-block-navigation__responsive-container:not(.is-menu-open) {
	display: flex;
	flex-direction: row;
	position: relative;
	background-color: inherit
}
.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close {
	display: none
}
.wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container {
	left: 0
}
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff;
	color: #000
}
.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
	vertical-align: middle;
	cursor: pointer;
	color: currentColor;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0
}
.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	pointer-events: none;
	display: block;
	width: 24px;
	height: 24px
}
.wp-block-navigation__responsive-container-open {
	display: flex
}
@media (min-width:600px) {
.wp-block-navigation__responsive-container-open {
	display: none
}
}
.items-justified-left .wp-block-navigation__responsive-container-open {
	margin-left: 0;
	margin-right: auto
}
.items-justified-center .wp-block-navigation__responsive-container-open {
	margin-left: auto;
	margin-right: auto
}
.items-justified-right .wp-block-navigation__responsive-container-open {
	margin-left: auto;
	margin-right: 0
}
.wp-block-navigation__responsive-container-close {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 2
}
.wp-block-navigation__responsive-close {
	width: 100%
}
.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
	width: 100%;
	height: 100%
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon {
	display: none
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container {
	position: relative;
	opacity: 1;
	visibility: visible;
	padding: 0 0 0 32px;
	border: none
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item {
	flex-direction: column;
	align-items: flex-start
}

.wp-block-navigation .wp-block-navigation-link__label {
	word-break: normal;
	overflow-wrap: break-word
}
.wp-block-navigation .wp-block-home-link__content {
	color: inherit;
	display: block;
	padding: .5em 1em
}
.wp-block-navigation[style*=text-decoration] .wp-block-home-link, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
	text-decoration: inherit
}
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
	text-decoration: none
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
	background-color: #fff;
	color: #000;
	border: 1px solid rgba(0,0,0,.15)
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
	top: -1px
}
.wp-block-navigation .wp-block-page-list {
	display: flex;
	flex-wrap: wrap;
	background-color: inherit
}
.wp-block-navigation .wp-block-pages-list__item {
	background-color: inherit
}
.wp-block-navigation .wp-block-page-list__submenu-icon {
	display: none
}
.is-open .wp-block-navigation__container .wp-block-page-list, .is-vertical .wp-block-navigation__container .wp-block-page-list, .wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon {
	display: block
}
@media (min-width:480px) {
.is-open .wp-block-navigation__container .wp-block-page-list {
	display: flex
}
}
.items-justified-space-between .wp-block-page-list {
	display: contents
}
.is-small-text {
	font-size: .875em
}
.is-regular-text {
	font-size: 1em
}
.is-large-text {
	font-size: 2.25em
}
.is-larger-text {
	font-size: 3em
}
.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal
}
p.has-drop-cap.has-background {
	overflow: hidden
}
p.has-background {
	padding: 1.25em 2.375em
}
p.has-text-color a {
	color: inherit
}
.wp-block-post-author {
	display: flex;
	flex-wrap: wrap
}
.wp-block-post-author__byline {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: .5em
}
.wp-block-post-author__avatar {
	margin-right: 1em
}
.wp-block-post-author__bio {
	margin-bottom: .7em;
	font-size: .7em
}
.wp-block-post-author__content {
	flex-grow: 1;
	flex-basis: 0%
}
.wp-block-post-author__name {
	font-weight: 700;
	margin: 0
}
.wp-block-post-comments .commentlist {
	list-style: none;
	margin: 0;
	padding: 0
}
.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em
}
.wp-block-post-comments .commentlist .comment p {
	font-size: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em
}
.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0
}
.wp-block-post-comments .comment-author {
	line-height: 1.5;
	margin-left: -3.25em
}
.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}
.wp-block-post-comments .comment-author cite {
	font-style: normal
}
.wp-block-post-comments .comment-meta {
	line-height: 1.5;
	margin-left: -3.25em
}
.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .75em
}
.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
	display: block
}
.wp-block-post-comments .comment-form-comment textarea {
	box-sizing: border-box;
	width: 100%
}
.wp-block-post-comments .reply {
	font-size: .75em;
	margin-bottom: 1.4em
}
.wp-block-post-comments input, .wp-block-post-comments textarea {
	border: 1px solid #949494
}
.wp-block-post-comments-form input[type=submit] {
	border: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	overflow-wrap: break-word
}
.wp-block-post-excerpt__more-link, .wp-block-post-title a {
	display: inline-block
}
.wp-block-preformatted {
	white-space: pre-wrap
}
.wp-block-preformatted.has-background {
	padding: 1.25em 2.375em
}
.wp-block-pullquote {
	margin: 0 0 1em;
	padding: 3em 0;
	text-align: center
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width: 420px
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size: 1.25em
}
.wp-block-pullquote p {
	font-size: 1.75em;
	line-height: 1.6
}
.wp-block-pullquote cite, .wp-block-pullquote footer {
	position: relative
}
.wp-block-pullquote .has-text-color a {
	color: inherit
}
.wp-block-pullquote:not(.is-style-solid-color) {
	background: none
}
.wp-block-pullquote.is-style-solid-color {
	border: none
}
.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 60%
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal
}
.wp-block-pullquote cite {
	color: inherit
}
.wp-block-post-template, .wp-block-query-loop {
	max-width: 100%;
	list-style: none;
	padding: 0
}
.wp-block-post-template li, .wp-block-query-loop li {
	clear: both
}
.wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap
}
.wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
	margin: 0 0 1.25em;
	width: 100%
}
@media (min-width:600px) {
.wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
	margin-right: 1.25em
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
	width: calc(50% - .625em)
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li:nth-child(2n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
	margin-right: 0
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
	width: calc(33.33333% - .83333em)
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li:nth-child(3n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
	margin-right: 0
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
	width: calc(25% - .9375em)
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li:nth-child(4n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
	margin-right: 0
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
	width: calc(20% - 1em)
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li:nth-child(5n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
	margin-right: 0
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
	width: calc(16.66667% - 1.04167em)
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li:nth-child(6n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
	margin-right: 0
}
}
.wp-block-query-pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}
.wp-block-query-pagination>.wp-block-query-pagination-next, .wp-block-query-pagination>.wp-block-query-pagination-numbers, .wp-block-query-pagination>.wp-block-query-pagination-previous {
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .5em
}
.wp-block-query-pagination>.wp-block-query-pagination-next:last-child, .wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
	margin-right: 0
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 0 1em
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	font-size: 1.125em;
	text-align: right
}
.wp-block-rss.wp-block-rss {
	box-sizing: border-box
}
.wp-block-rss.alignleft {
	margin-right: 2em
}
.wp-block-rss.alignright {
	margin-left: 2em
}
.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}
.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%
}
@media (min-width:600px) {
.wp-block-rss.columns-2 li {
	width: calc(50% - 1em)
}
.wp-block-rss.columns-3 li {
	width: calc(33.33333% - 1em)
}
.wp-block-rss.columns-4 li {
	width: calc(25% - 1em)
}
.wp-block-rss.columns-5 li {
	width: calc(20% - 1em)
}
.wp-block-rss.columns-6 li {
	width: calc(16.66667% - 1em)
}
}
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
	display: block;
	color: #555;
	font-size: .8125em
}
.wp-block-search .wp-block-search__button {
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding: .375em .625em;
	color: #32373c;
	margin-left: .625em;
	word-break: normal
}
.wp-block-search .wp-block-search__button.has-icon {
	line-height: 0
}
.wp-block-search .wp-block-search__button svg {
	min-width: 1.5em;
	min-height: 1.5em
}
.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%
}
.wp-block-search .wp-block-search__label {
	width: 100%
}
.wp-block-search .wp-block-search__input {
	flex-grow: 1;
	min-width: 3em;
	border: 1px solid #949494
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	margin-left: 0
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 4px;
	border: 1px solid #949494
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 0;
	border: none;
	padding: 0 0 0 .25em
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: none
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: .125em .5em
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto
}
.wp-block-separator {
	border-top: 1px solid;
	border-bottom: 1px solid
}
.wp-block-separator.is-style-wide {
	border-bottom-width: 1px
}
.wp-block-separator.is-style-dots {
	background: none!important;
	border: none;
	text-align: center;
	width: none;
	line-height: 1;
	height: auto
}
.wp-block-separator.is-style-dots:before {
	content: "···";
	color: currentColor;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif
}
.wp-block-site-logo {
	line-height: 0
}
.wp-block-site-logo a {
	display: inline-block
}
.wp-block-site-logo.is-default-size img {
	width: 120px;
	height: auto
}
.wp-block-site-logo .aligncenter {
	display: table
}
.wp-block-site-logo.is-style-rounded img {
	border-radius: 9999px
}
.wp-block-social-links {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
	margin-left: 0
}
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
	margin: 4px 8px 4px 0
}
.wp-block-social-links .wp-social-link a {
	padding: .25em
}
.wp-block-social-links .wp-social-link svg {
	width: 1em;
	height: 1em
}
.wp-block-social-links.has-small-icon-size {
	font-size: 16px
}
.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
	font-size: 24px
}
.wp-block-social-links.has-large-icon-size {
	font-size: 36px
}
.wp-block-social-links.has-huge-icon-size {
	font-size: 48px
}
.wp-block-social-links.aligncenter {
	justify-content: center;
	display: flex
}
.wp-block-social-links.alignright {
	justify-content: flex-end
}
.wp-block-social-link {
	display: block;
	border-radius: 9999px;
	transition: transform .1s ease;
	height: auto
}
@media (prefers-reduced-motion:reduce) {
.wp-block-social-link {
	transition-duration: 0s;
	transition-delay: 0s
}
}
.wp-block-social-link a {
	display: block;
	line-height: 0;
	transition: transform .1s ease
}
.wp-block-social-link:hover {
	transform: scale(1.1)
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
	color: currentColor;
	fill: currentColor
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
	background-color: #ff424d;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #fe4500;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none;
	padding: 4px
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
	color: #ff424d
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #fe4500
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
	color: #2aabee
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
	color: #000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	color: #d32422
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: .66667em;
	padding-right: .66667em
}
.wp-block-spacer {
	clear: both
}
.wp-block-tag-cloud.aligncenter {
	text-align: center
}
.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em
}
.wp-block-table {
	margin: 0 0 1em;
	overflow-x: auto
}
.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}
.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
	word-break: break-word
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
	display: table;
	width: auto
}
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
	word-break: break-word
}
.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5
}
.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5
}
.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe
}
.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef
}
.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color: transparent
}
.wp-block-table .has-border-color>*, .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr {
	border-color: inherit
}
.wp-block-table table[style*=border-style]>*, .wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr {
	border-style: inherit
}
.wp-block-table table[style*=border-width]>*, .wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr {
	border-width: inherit
}
.wp-block-text-columns, .wp-block-text-columns.aligncenter {
	display: flex
}
.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0
}
.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}
.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}
.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%
}
.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%
}
.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}
pre.wp-block-verse {
	font-family: inherit;
	overflow: auto;
	white-space: pre-wrap
}
.wp-block-video {
	margin: 0 0 1em
}
.wp-block-video video {
	width: 100%
}
@supports (position:sticky) {
.wp-block-video [poster] {
-o-object-fit:cover;
object-fit:cover
}
}
.wp-block-video.aligncenter {
	text-align: center
}
.wp-block-video figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}
.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0
}
.wp-block-post-featured-image a {
	display: inline-block
}
.wp-block-post-featured-image img {
	max-width: 100%;
	height: auto
}
.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
	width: 100%
}
:root .has-pale-pink-background-color {
	background-color: #f78da7
}
:root .has-vivid-red-background-color {
	background-color: #cf2e2e
}
:root .has-luminous-vivid-orange-background-color {
	background-color: #ff6900
}
:root .has-luminous-vivid-amber-background-color {
	background-color: #fcb900
}
:root .has-light-green-cyan-background-color {
	background-color: #7bdcb5
}
:root .has-vivid-green-cyan-background-color {
	background-color: #00d084
}
:root .has-pale-cyan-blue-background-color {
	background-color: #8ed1fc
}
:root .has-vivid-cyan-blue-background-color {
	background-color: #0693e3
}
:root .has-vivid-purple-background-color {
	background-color: #9b51e0
}
:root .has-white-background-color {
	background-color: #fff
}
:root .has-very-light-gray-background-color {
	background-color: #eee
}
:root .has-cyan-bluish-gray-background-color {
	background-color: #abb8c3
}
:root .has-very-dark-gray-background-color {
	background-color: #313131
}
:root .has-black-background-color {
	background-color: #000
}
:root .has-pale-pink-color {
	color: #f78da7
}
:root .has-vivid-red-color {
	color: #cf2e2e
}
:root .has-luminous-vivid-orange-color {
	color: #ff6900
}
:root .has-luminous-vivid-amber-color {
	color: #fcb900
}
:root .has-light-green-cyan-color {
	color: #7bdcb5
}
:root .has-vivid-green-cyan-color {
	color: #00d084
}
:root .has-pale-cyan-blue-color {
	color: #8ed1fc
}
:root .has-vivid-cyan-blue-color {
	color: #0693e3
}
:root .has-vivid-purple-color {
	color: #9b51e0
}
:root .has-white-color {
	color: #fff
}
:root .has-very-light-gray-color {
	color: #eee
}
:root .has-cyan-bluish-gray-color {
	color: #abb8c3
}
:root .has-very-dark-gray-color {
	color: #313131
}
:root .has-black-color {
	color: #000
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: linear-gradient(135deg, #0693e3, #9b51e0)
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3)
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: linear-gradient(135deg, #7adcb4, #00d082)
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: linear-gradient(135deg, #fcb900, #ff6900)
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: linear-gradient(135deg, #ff6900, #cf2e2e)
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: linear-gradient(135deg, #eee, #a9b8c3)
}
:root .has-cool-to-warm-spectrum-gradient-background {
	background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}
:root .has-blush-light-purple-gradient-background {
	background: linear-gradient(135deg, #ffceec, #9896f0)
}
:root .has-blush-bordeaux-gradient-background {
	background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}
:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}
:root .has-luminous-dusk-gradient-background {
	background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}
:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}
:root .has-pale-ocean-gradient-background {
	background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}
:root .has-electric-grass-gradient-background {
	background: linear-gradient(135deg, #caf880, #71ce7e)
}
:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671)
}
:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59)
}
:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf)
}
:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc)
}
.has-small-font-size {
	font-size: .8125em
}
.has-normal-font-size, .has-regular-font-size {
	font-size: 1em
}
.has-medium-font-size {
	font-size: 1.25em
}
.has-large-font-size {
	font-size: 2.25em
}
.has-huge-font-size, .has-larger-font-size {
	font-size: 2.625em
}
.has-text-align-center {
	text-align: center
}
.has-text-align-left {
	text-align: left
}
.has-text-align-right {
	text-align: right
}
#end-resizable-editor-section {
	display: none
}
.aligncenter {
	clear: both
}
.items-justified-left {
	justify-content: flex-start
}
.items-justified-center {
	justify-content: center
}
.items-justified-right {
	justify-content: flex-end
}
.items-justified-space-between {
	justify-content: space-between
}
.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal!important
}
.screen-reader-text:focus {
	background-color: #ddd;
	clip: auto!important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900
}
.wpcf7-form-control-wrap {
	position: relative
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	display: block
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " "
}
.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative
}
.wpcf7 form.submitting .ajax-loader {
	visibility: visible
}
.wpcf7 .ajax-loader::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}
@media (prefers-reduced-motion:reduce) {
.wpcf7 .ajax-loader::before {
	animation-name: blink;
	animation-duration: 2000ms
}
}
@keyframes spin {
from {
transform:rotate(0deg)
}
to {
	transform: rotate(360deg)
}
}
@keyframes blink {
from {
opacity:0
}
50% {
opacity:1
}
to {
	opacity: 0
}
}
.wpcf7 input[type="file"] {
	cursor: pointer
}
.wpcf7 input[type="file"]:disabled {
	cursor: default
}
.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-display: swap;
	font-family: 'FontAwesome';
	src: url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: 400;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-tv:before, .fa-television:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-envira:before {
	content: "\f299"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-wheelchair-alt:before {
	content: "\f29b"
}
.fa-question-circle-o:before {
	content: "\f29c"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-volume-control-phone:before {
	content: "\f2a0"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}
.fa-handshake-o:before {
	content: "\f2b5"
}
.fa-envelope-open:before {
	content: "\f2b6"
}
.fa-envelope-open-o:before {
	content: "\f2b7"
}
.fa-linode:before {
	content: "\f2b8"
}
.fa-address-book:before {
	content: "\f2b9"
}
.fa-address-book-o:before {
	content: "\f2ba"
}
.fa-vcard:before, .fa-address-card:before {
	content: "\f2bb"
}
.fa-vcard-o:before, .fa-address-card-o:before {
	content: "\f2bc"
}
.fa-user-circle:before {
	content: "\f2bd"
}
.fa-user-circle-o:before {
	content: "\f2be"
}
.fa-user-o:before {
	content: "\f2c0"
}
.fa-id-badge:before {
	content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3"
}
.fa-quora:before {
	content: "\f2c4"
}
.fa-free-code-camp:before {
	content: "\f2c5"
}
.fa-telegram:before {
	content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb"
}
.fa-shower:before {
	content: "\f2cc"
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "\f2cd"
}
.fa-podcast:before {
	content: "\f2ce"
}
.fa-window-maximize:before {
	content: "\f2d0"
}
.fa-window-minimize:before {
	content: "\f2d1"
}
.fa-window-restore:before {
	content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4"
}
.fa-bandcamp:before {
	content: "\f2d5"
}
.fa-grav:before {
	content: "\f2d6"
}
.fa-etsy:before {
	content: "\f2d7"
}
.fa-imdb:before {
	content: "\f2d8"
}
.fa-ravelry:before {
	content: "\f2d9"
}
.fa-eercast:before {
	content: "\f2da"
}
.fa-microchip:before {
	content: "\f2db"
}
.fa-snowflake-o:before {
	content: "\f2dc"
}
.fa-superpowers:before {
	content: "\f2dd"
}
.fa-wpexplorer:before {
	content: "\f2de"
}
.fa-meetup:before {
	content: "\f2e0"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
/*html.has-modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	margin: auto;
	height: 0;
	background: rgba(0,0,0,0);
	-webkit-transition: background 500ms, height 0ms 500ms;
	transition: background 500ms, height 0ms 500ms
}
.modal.m-active {
	height: 100%;
	background: rgba(0,0,0,.4);
	-webkit-transition: background 500ms;
	transition: background 500ms
}
.modal-contain {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -92%;
	overflow: auto;
	padding: 1.5em;
	width: 92%;
	background: #fff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}
.modal.m-active .modal-contain {
	left: 0;
	box-shadow: 0 0 2em 0 rgba(0,0,0,.5)
}
.modal-close {
	position: absolute;
	top: .4em;
	right: .5em;
	color: #ccc
}*/
@media only screen and (min-width:46.5em) {
/*.modal {
	overflow: hidden;
	height: 0;
	background: rgba(0,0,0,.4);
	opacity: 0;
	-webkit-transition: opacity 500ms, height 0ms 500ms;
	transition: opacity 500ms, height 0ms 500ms
}
.modal.m-active {
	height: 100%;
	background: rgba(0,0,0,.4);
	opacity: 1;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms
}
.modal-contain {
	top: -4em;
	right: 0;
	bottom: 4em;
	left: 0;
	margin: auto;
	max-width: 30em;
	max-height: 28em;
	-webkit-transition: top 500ms, bottom 500ms;
	transition: top 500ms, bottom 500ms
}
.modal.m-active .modal-contain {
	top: 0;
	bottom: 0
}
.modal-close {
	position: absolute;
	right: .5em
}*/
}
.alert-bar {
	color: #fff;
	line-height: 1.5;
	padding: .6em 0;
	text-align: center
}
.alert-bar .fa {
	line-height: 1;
	padding-right: .6em
}
.alert-bar .button {
	font-size: .7em;
	line-height: 1;
	padding: .4em 1em;
	background: #043f5e;
	margin: 0 0 0 2em
}
.alert-bar.red {
	background-color: #943838
}
.alert-bar.orange {
	background-color: #EE8B3F
}
.alert-bar.blue {
	background-color: #5F4FA0
}
.alert-bar.green {
	background-color: #599A43
}
#pollen_counter {
	text-align: center
}
#pollen_counter.single {
	max-width: 400px
}
#pollen_counter.double .pollen-type {
	width: 45%;
	display: inline-block;
	margin-right: 4%
}
#pollen_counter.horizontal .pollen-type {
	width: 22%;
	display: inline-block;
	margin-right: 2%
}
#pollen_counter b {
	display: block;
	margin-bottom: 1em
}
#pollen_counter .st0 {
	fill: #6D6D6D
}
#pollen_counter .st1 {
	fill: #ED1C24
}
#pollen_counter .st2 {
	fill: #F8EF1D
}
#pollen_counter .st3 {
	fill: #F57E20
}
#pollen_counter .st4 {
	fill: #85C440
}
#pollen_counter .st5 {
	opacity: .42
}
#pollen_counter .st6 {
	fill: #E6E7E7
}
#pollen_counter .needle {
	animation: 1s ease 0.5s 1 forwards;
	transform-origin: 50% 90%;
	transform-style: preserve-3D;
	transform: rotate(-94deg)
}
#pollen_counter .absent .needle {
	animation-name: absent
}
#pollen_counter .low .needle {
	animation-name: low
}
#pollen_counter .moderate .needle {
	animation-name: moderate
}
#pollen_counter .high .needle {
	animation-name: high
}
#pollen_counter .very-high .needle {
	animation-name: very-high
}
#pollen_counter .not-counted {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
@keyframes absent {
0% {
transform:rotate(-94deg)
}
100% {
transform:rotate(-80deg)
}
}
@keyframes low {
0% {
transform:rotate(-94deg)
}
100% {
transform:rotate(-40deg)
}
}
@keyframes moderate {
0% {
transform:rotate(-94deg)
}
100% {
transform:rotate(0deg)
}
}
@keyframes high {
0% {
transform:rotate(-94deg)
}
100% {
transform:rotate(40deg)
}
}
@keyframes very-high {
0% {
transform:rotate(-94deg)
}
100% {
transform:rotate(80deg)
}
}
#top-banner-anouncement {
	background-color: #009D25;
	background-position: center;
	text-align: center
}
#top-banner-anouncement p {
	margin: 0;
	display: inline-block;
	color: #fff;
font-size:.9rem
}
#top-banner-anouncement a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 4px;
padding:0 .5rem;
	margin: 0 1rem
}
#top-banner-anouncement a:hover {
	background-color: #fff;
	color: #009D25
}
*, *:before, *:after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
html {
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5
}
body, table, tbody, thead, tr, th, td, iframe, div, section, article, aside, header, footer, main, menu, nav, h1, h2, h3, h4, h5, h6, form, fieldset, legend, button, input, select, optgroup, option, textarea, ul, ol, li, dl, dt, dd, blockquote, p, details, summary, pre, figure, img, audio, canvas, video, object, embed, span, a, strong, b, em, i, u, s, cite, abbr, sub, sup, mark, del, ins, code, kbd, samp, var {
	vertical-align: top;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
	text-transform: none;
	color: inherit;
	background: none;
	overflow: visible;
	outline: none
}
iframe, div, section, article, aside, header, footer, main, menu, nav, h1, h2, h3, h4, h5, h6, hr, form, fieldset, legend, ul, ol, dl, dt, dd, blockquote, p, details, summary, pre, figure, figcaption {
	display: block
}
img, audio, canvas, video, object, embed {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
svg:not(:root) {
	overflow: hidden
}
[hidden], template {
display:none
}
textarea {
	overflow: auto;
	resize: vertical
}
button, input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], input[disabled] {
	cursor: default
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:ButtonText dotted 1px
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
a:focus {
	outline: dotted thin
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
html {
	font-size: 125%;
	-webkit-overflow-scrolling: touch
}
body {
	position: relative;
	font-size: 1em;
	line-height: 1.5;
	background: #fff
}
iframe, img, svg, audio, canvas, video, object, embed {
	vertical-align: middle;
	max-width: 100%
}
img, svg {
	height: auto
}
iframe {
	margin: 0 auto 1.5em auto
}
pre, dl, figure {
	margin: 0 0 1.5em 0
}
dd {
	margin: 0 1.5rem 1.5em
}
dt {
	font-weight: 700
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.5em 0 .5em 0;
	line-height: normal;
	font-weight: 700;
	font-family: 'Merriweather', serif
}
h1 {
	font-size: 2em
}
h2 {
	font-size: 1.75em
}
h3 {
	font-size: 1.5em
}
h4 {
	font-size: 1.25em
}
h5 {
	font-size: 1em
}
h6 {
	font-size: .75em
}
p {
	margin: 0 0 1em 0
}
ul, ol {
	margin: 0 0 1.5em 2.5em
}
li>ul, li>ol {
	margin: 0 0 0 1.5em
}
li {
	margin: 0 0 .5em 0
}
blockquote, figcaption {
	margin: 0 0 1.5em 0
}
table {
	margin: 0 0 1.5em 0;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%
}
th {
	font-weight: 700
}
a {
	text-decoration: none;
	transition: all 300ms ease;
	font-family: 'Roboto Condensed', sans-serif
}
strong, b {
	font-weight: 700
}
em, i, dfn, cite, blockquote, figcaption {
	font-style: italic
}
blockquote em, blockquote i, figcaption em, figcaption i {
	font-style: normal
}
u, ins {
	text-decoration: underline
}
s, del {
	text-decoration: line-through
}
small {
	font-size: .75em
}
sub, sup {
	position: relative;
	vertical-align: baseline;
	font-size: .75em;
	line-height: 0
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
abbr[title] {
	border-bottom: 1px dotted
}
#wpadminbar {
	background: #1376b9
}
.widgets {
	margin: 0;
	list-style: none
}
.widget {
	display: block;
	margin: 0 0 1.5em 0
}
.widgettitle {
	margin: 0 0 .3em 0
}
.entry-meta, .entry-by {
	display: none
}
.alignleft, .alignright, .aligncenter, .wp-post-image {
	display: block;
	clear: both;
	margin: 0 auto 1.5em auto
}
.wp-caption {
	margin: 0 0 1.5em 0;
	max-width: 100%
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto
}
.wp-caption-text {
	text-align: center
}
.wp-caption .wp-caption-text {
	margin: .8075em 0
}
.screen-reader-text {
	position: absolute;
	top: auto;
	left: -10000rem;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.breakpoint {
	display: none;
	position: relative;
	z-index: 0
}
.clear:after, .contain:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0
}
.contain {
	display: block;
	position: relative;
	margin: auto;
	padding: 0 1.5rem;
	width: 100%
}
.widget {
	box-shadow: 0rem 0rem 1rem #979797;
border-radius:.2rem
}
.flex-column-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.flex-column-wrapper>* {
	margin: 0 0 1.5em;
	flex: 1 1 auto;
	min-width: 15em
}
.flex-column-wrapper.col2>* {
	flex: 0 1 50%
}
.flex-column-wrapper.col3>* {
	flex: 0 1 33.33%
}
.flex-column-wrapper.col4>* {
	flex: 0 1 50%
}
.skip-to-content {
	display: block;
	position: absolute;
	top: -10000rem;
	left: 1em;
	z-index: 99999;
	padding: .5em 1em;
	background: #eee;
	box-shadow: 1px 1px .2em rgba(0,0,0,.5);
	transition: none
}
.skip-to-content:focus {
	top: 1em
}
.button {
	display: inline-block;
	vertical-align: middle;
	border-radius: .25em;
	padding: .5em 1em;
	font-size: 1em;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 300ms
}
.button:hover, .button:active, .button:focus {
	text-decoration: none;
	outline: none
}
#wrapper {
	margin: auto;
	max-width: 100%
}
#wrapper, #wrapper>* {
	width: 100%
}
body {
	font-family: 'Roboto', sans-serif;
	color: #4a4a4a
}
a {
	color: #4a4a4a
}
a:hover {
	color: #FF8E00
}
#main .entry-wrapper:not(.entry-fullwidth) .entry-content a:not(.button) {
	color: #FF8E00;
	position: relative;
	display: inline-block
}
#main .entry-wrapper:not(.entry-fullwidth) .entry-content a:not(.button):after {
	content: '';
	width: 0;
	height: 1px;
	background: #ff8e00;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}
#main .entry-wrapper:not(.entry-fullwidth) .entry-content a:not(.button):hover:after {
	width: 100%
}
.button {
	color: #fff;
	background: #FF8E00;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.4);
	border: 1px solid transparent
}
.button:hover, .button:active, .button:focus {
	color: #ff8e00;
	background: #fff;
	border: 1px solid
}
.noBull li {
	list-style: none
}
span.wpcf7-not-valid-tip {
	display: block;
	padding: .3em 1em;
	background: #d25d5d;
	color: #fff;
	font-size: .85em
}
.kc_captcha .wpcf7-not-valid .captcha-image {
	border: 2px solid #d25d5d
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	margin: 0;
	border: 0;
	padding: .3em 1em;
	color: #fff;
	background: #d25d5d
}
div.wpcf7-mail-sent-ok {
	border: 0;
	font-weight: 700;
	background: #6cbd4a;
	color: #fff
}
.gform_fields {
	margin: 0
}
.gfield {
margin:0 0 .7rem;
	border: 1px solid #999;
border-radius:.3rem;
padding:.3rem;
	list-style: none;
	overflow: hidden;
	background: #fff
}
.gfield .medium {
padding:.2rem .9rem;
	width: 100%;
	color: #4a4a4a;
	background: #fff
}
.gfield_label {
	display: block;
padding:.1rem .4rem 0;
	font-size: .7em;
	line-height: normal
}
.ginput_recaptcha {
	margin: auto;
	padding: 1em 0 0;
	max-width: 304px;
	overflow: hidden
}
.gform_footer {
	position: relative;
margin-top:.7rem
}
.gform_button {
	width: 100%
}
.gform_ajax_spinner {
	position: absolute;
	top: 0;
right:.5rem;
	bottom: 0;
	margin: auto;
	border: .2em solid rgba(0,0,0,.4);
	border-left: .2em solid #07B084;
	border-radius: 50%;
	width: 1.2em;
	height: 1.2em;
	animation: rotate 1.1s infinite linear
}
.gform_confirmation_message {
	font-size: 1.1em
}
.gform_submission_error {
	margin: 0 0 1rem;
	font-size: .8em;
	color: #cc2d3f
}
.validation_message {
padding:0 .4rem;
	font-size: .7em;
	color: #cc2d3f
}
.gf_login_form {
	margin: auto;
	max-width: 24rem
}
.gf_login_form input[type=text], .gf_login_form input[type=password] {
	padding: 0 .5em;
	width: 100%;
	color: inherit
}
.gf_login_form .gfield_checkbox {
	margin: 0;
	list-style: none
}
.gf_login_form .gfield-choice-input {
margin:.4rem .2rem 0 0
}
.gf_login_form .gchoice {
	margin-bottom: 0
}
.gchoice label {
	font-size: .9em
}
.captcha-image {
	display: block;
	text-align: center;
	font-size: .8em
}
.captcha-image .cf7ic_instructions {
	display: block;
	margin-bottom: .5em;
	color: #15508A
}
.captcha-image .cf7ic_instructions span {
	font-weight: 700
}
.captcha-image svg {
	margin: 0 .3em;
	padding: 0;
	width: 1em;
	height: 1em;
	font-size: 2.35em!important;
	transition: all 0.4s linear
}
.captcha-image label {
	display: inline-block
}
.icon-fallback, .captcha-image label>input {
	position: absolute;
	width: 0;
	height: 0;
	visibility: hidden
}
.captcha-image label>input+svg {
	border: 2px solid transparent;
	cursor: pointer
}
.captcha-image label>input:checked+svg {
	color: #ff8e00
}
.captcha-image svg:hover {
	color: #001F54
}
.kc_captcha .wpcf7-not-valid .captcha-image {
	border: 1px solid red
}
.kc_captcha span.wpcf7-not-valid-tip {
	font-size: .68em
}
.gfic_screenreader {
	display: inline-block;
	position: absolute;
	top: -10000rem;
	left: 1em;
	z-index: 99999;
	background: #fff;
	box-shadow: 1px 1px .2em rgba(0,0,0,.5);
	transition: none;
	border-radius: 2em;
	width: 1.5rem;
	height: 1rem;
	line-height: 1
}
.captcha-image .gfic_screenreader svg {
	width: 1rem;
height:.5rem;
	margin: 0;
	font-size: 1em;
	position: relative;
	top: 0
}
.gfic_screenreader:focus {
	position: relative;
top:.25rem;
	left: 0
}
.icon-fallback, .captcha-image label>input {
	visibility: visible!important;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0
}
.captcha-image label>input+svg {
	border: 2px solid transparent;
	cursor: pointer
}
.captcha-image label>input:focus+svg {
	outline: 1px dashed #ccc
}
#map_holder {
	position: relative
}
#map_holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}
#map_holder #info_panel {
	position: relative;
	background: #555;
	color: #fff;
	overflow-y: scroll;
	min-width: 15em;
	flex: 1
}
#map_holder #info_panel::-webkit-scrollbar {
width:.3em
}
#map_holder #info_panel::-webkit-scrollbar-thumb {
background-color:#888
}
#map_holder #info_panel::-webkit-scrollbar-track {
background-color:#f0f0f0
}
#map_holder #info_panel .info-box {
	font-size: .8em;
	padding: 1em;
	border-bottom: 1px solid #999
}
#map_holder #info_panel .info-box>h3 {
	font-size: 1em;
	margin: 0
}
#map_holder #info_panel .info-box a, #super_panel a {
	color: #fff;
	display: block;
	overflow: hidden;
	cursor: pointer
}
#map_holder .info-box a {
	display: block
}
#map_holder #map_canvas {
	min-width: 15em;
	min-height: 15em;
	height: auto!important;
	box-flex: 3;
	flex: 3 0
}
#map_holder #legend {
	background: rgba(255,255,255,.8);
	padding: 1em;
	margin: 1em;
	z-index: -1;
	position: absolute;
	bottom: .7em;
	right: 0
}
#map_holder #legend h3 {
	margin: 0;
	text-decoration: underline
}
#map_holder #legend div {
	margin-top: .5em
}
#map_holder #legend img {
	width: 1em;
	margin-right: .5em
}
#map_holder #map_canvas {
	min-height: 15em
}
#map_holder #map_canvas .info-box h3 {
	margin: 0 0 .2em
}
#map_holder #info_panel .info-box:last-of-type {
	border: none
}
#map_holder #super_panel {
	font-size: .8em
}
#map_holder .info-img {
	background-size: cover;
	height: 10em;
	position: relative
}
#map_holder .title-box {
	background: #4285f4;
	padding: 1em 1em 1em 4em;
	position: relative
}
#map_holder .title-box.has-image {
	background: rgba(66,133,244,.9);
	position: absolute;
	width: 100%;
	bottom: 0
}
#map_holder .title-box #back_to_panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #326ac6;
	width: 3em;
	cursor: pointer;
	transition: all 0.4s ease
}
#map_holder .title-box.has-image #back_to_panel {
	background: rgba(50,106,198,.7)
}
#map_holder .title-box #back_to_panel svg {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.4s ease;
	color: rgba(255,255,255,.4)
}
#map_holder .title-box #back_to_panel:hover {
	background: #1a5dcd;
	color: rgba(255,255,255,1)
}
#map_holder .title-box #back_to_panel:hover svg {
	color: rgba(255,255,255,1)
}
#map_holder .title-box h3 {
	margin: 0;
	font-size: 1.2em;
	font-weight: 400
}
#map_holder #super_panel .fuel-average-rating, #map_holder #super_panel .fuel-average-rating .checked, #map_holder #super_panel .fuel-average-rating .checked~i {
	color: #fff
}
#map_holder #super_panel .fuel-average-rating i {
	color: #8eb6f8
}
#map_holder .details-box {
	padding: 1em
}
#map_holder .details-svg {
	float: left;
	font-size: 1em;
	width: 1em;
	height: 1em;
	margin: .3em 1em 0 0
}
#map_holder .short-hours {
	display: inline-block
}
#map_holder .location-hours {
	display: inline-block;
	max-width: 80%;
	max-width: fit-content
}
#map_holder .gm-style .gm-style-iw {
	overflow: visible
}
#map_holder .gm-style .gm-style-iw * {
	overflow: visible!important
}
#map_holder .gm-style .gm-style-iw .hover-info-box {
	width: 15em;
	position: relative;
	left: -.7em;
	top: -.4em;
	padding-left: 1em
}
#map_holder .gm-style .gm-style-iw .info-img2 {
	float: left;
	margin: 0 1em -.8em -1em;
	width: 5em;
	height: 5em;
	background-size: cover
}
#map_holder .gm-style .gm-style-iw .infobox-title {
	line-height: 1.2;
	font-size: 1em;
	text-overflow: ellipsis;
	margin: 0;
	overflow: hidden!important;
	padding-top: 1em
}
#map_holder .gm-style .gm-style-iw .fuel-average-rating .half-under {
	overflow: hidden!important
}
.static-map {
	position: relative
}
.static-map a {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.static-map a:before {
	content: "Get Directions";
	position: absolute;
	width: 10em;
	height: 1.9em;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #fff;
	border-radius: .3em;
	padding: .1em;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 0 40em rgba(0,0,0,.5), inset 0 0 20em rgba(0,0,0,.5);
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.25;
	opacity: 0;
	transition: all 0.4s ease
}
.static-map:hover a:before {
	opacity: 1
}
.location-hours {
	max-width: 15em;
	width: auto
}
.location-hours td {
	padding: .1em .25em
}
.location-hours .today td {
	font-weight: 700
}
.fuel-rating, .fuel-rating2, .fuel-average-rating {
	display: inline-block;
	direction: rtl;
	text-align: center;
	line-height: 1
}
.fuel-rating i {
	font-size: 2em
}
.fuel-rating i, .fuel-rating2 i, .fuel-average-rating i {
	display: inline-block;
	margin: .25em .1em;
	width: 1em;
	height: 1em
}
.fuel-rating label {
	display: inline-block
}
.fuel-rating label>input {
	display: none
}
.fuel-rating label>input+i {
	border: 2px solid transparent;
	cursor: pointer
}
.fuel-rating label>input:checked+i {
	color: gold
}
.fuel-rating:hover i {
	transition: all 0.2s linear
}
.fuel-rating:hover label>input:checked+i, .fuel-rating:hover .checked~label i {
	color: #888
}
.fuel-rating label i:hover {
	color: #ffd700!important;
	transform: scale(1.4)
}
.fuel-rating label:hover~label i {
	color: #ffd700!important
}
.fuel-rating .checked~label i, .fuel-rating2 .checked, .fuel-rating2 .checked~i, .fuel-average-rating .checked, .fuel-average-rating .checked~i, .fuel-average-rating .checked-before~i {
	color: gold
}
#reviews_blanket {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: rgba(0,0,0,.0980392)
}
.reviews-alert {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	margin: auto;
	padding: 1.25em;
	width: 12.5em;
	height: 12.5em;
	font: 1em Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	background: #fff;
	box-shadow: 0 .5em 2.2em .4em rgba(0,0,0,.14), 0 .5em .75em -.3em rgba(0,0,0,.12), 0 1.2em 2em .15em rgba(0,0,0,.2)
}
.rating_total {
	float: left;
	margin: 0 .625em 0 0;
	line-height: 1.75
}
.fuel-average-rating i {
	font-size: 1em
}
.fuel-average-rating .half-under {
	margin-left: -1.1em;
	position: relative;
	z-index: 3;
	overflow: hidden;
	width: .5em;
	margin-left: -.6em
}
.half-under svg {
	width: 1em;
	height: 1em
}
.fuel-average-rating .half-star {
	position: relative;
	z-index: 1
}
.toggler {
	border-radius: .2em .2em 0 0;
	margin: .5em 0 0!important;
	border: 1px solid #15508a;
	border-bottom-color: #15508a;
	padding: .2em 1em .3em;
	color: #fff!important;
	background: #15508a;
	cursor: pointer;
	transition: background-color 0.4s ease, color 0.4s ease
}
.toggler:hover {
	border: 1px solid #15508a;
	color: #15508a!important;
	background: transparent
}
.toggler svg {
	width: 1em;
	height: 1em;
	position: relative;
	top: .2em;
	left: -.5em;
	transform: all 0.4s ease
}
.toggler.js-active svg {
	transform: rotate(-180deg)
}
.toggle {
	display: none;
	margin-bottom: 1em;
	border: 1px solid #15508a;
	border-top: 0;
	border-radius: 0 0 .2em .2em;
	padding: 1em 1em 0 1em;
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.quiz {
	text-align: center
}
.quiz-status-steps {
	display: flex;
	flex: 0 0 auto;
	justify-content: space-between;
	margin: 1em auto;
	list-style: none;
	max-width: 20em
}
.quiz-status-step {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0
}
.quiz-status-step:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin: auto;
	width: 0;
	max-width: 0%;
	height: .1em;
	background: #ddd;
	transition: max-width 400ms
}
.quiz-complete:after {
	width: 11vw;
	max-width: 250%;
	background: #999
}
.quiz-status-step:last-child:after {
	display: none
}
.quiz-status-circle {
	display: block;
	position: relative;
	z-index: 1;
	border: .15em solid #ddd;
	border-radius: 50%;
	width: 1.25em;
	height: 1.25em;
	color: #ddd;
	background: #ddd;
	transition: all 400ms
}
.quiz-status-circle:before {
	vertical-align: top;
	font-size: .75em;
	line-height: 1.3
}
.quiz-current .quiz-status-circle {
	border-color: #999;
	transform: scale(1.2)
}
.quiz-complete .quiz-status-circle {
	border-color: #999;
	color: #fff;
	background: #999
}
.quiz-start {
	margin-top: 1em
}
.quiz-step {
	position: relative;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 500ms, max-height 0ms 500ms
}
.quiz-step-content {
	padding: 1em
}
.quiz-step.quiz-current {
	z-index: 2;
	max-height: 100em;
	opacity: 1;
	transition: opacity 500ms 500ms, max-height 0ms 500ms
}
.quiz-answer {
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.quiz-answer-radio {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0
}
.quiz-answer-text {
	margin: 1em 1em 0
}
.quiz-legal {
	font-size: .8em
}
.download-table {
	margin-bottom: 4em
}
.download-table td {
	display: block;
	padding: 1em;
	vertical-align: middle;
	text-align: center
}
.download-table td:nth-child(1) {
	padding-bottom: .3em
}
.download-table td:nth-child(2) {
	padding-top: .3em;
	border-bottom: 1px solid #15508A
}
.download-table td .button svg {
	margin: 0;
	width: 1em;
	height: 1em;
	font-size: 1em
}
.download-table td:nth-child(1) svg {
	max-width: .8em;
	max-height: .8em;
	vertical-align: initial
}
.gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}
.gallery-wrapper a {
	flex: 1 1 30%;
	height: 15em;
	min-width: 10em;
	position: relative;
	border-radius: .25em;
	overflow: hidden
}
.gallery-wrapper a img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%
}
.gallery-wrapper .button {
	padding: 0;
	margin: 1px
}
.gallery-wrapper .button span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	height: 5em
}
.gallery-wrapper a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}
.gallery-wrapper a:hover:before {
	background: rgba(0,0,0,0)
}
.gallery-wrapper a.lity-vid {
	position: relative
}
.gallery-wrapper a.lity-vid svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3em;
	height: 3em
}
.gallery-wrapper a.lity-vid svg .youtube-red {
	fill: #2f302b
}
.gallery-wrapper a.lity-vid:hover svg .youtube-red {
	fill: red
}
#header {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding-top: 1em;
	border-bottom: 1px solid #15508A;
	margin-bottom: 1em
}
.logo {
	flex: 1
}
#header-right>.top-link, #header-right>form, #header-right>.main-cta {
	display: none
}
#header_numbers {
	position: fixed;
	top: 100vh;
	background: #15508a;
	text-align: left;
	padding: 1em;
	width: 100%;
	min-height: 10em;
	min-height: fit-content;
	height: 100vh;
	z-index: 999;
	border: 1px solid #15508A;
	line-height: 1
}
#header_numbers.js-active {
	display: block;
	top: 0
}
#header_numbers .close-numbers {
	position: absolute;
	right: 1em;
	color: #4A4A4A!important;
	width: .85em;
	height: .85em
}
#header_numbers .close-numbers:hover {
	color: #FF8E00!important
}
#header_numbers .phone {
	color: #fff;
	border: none;
	display: block;
	padding: .5em 0
}
#header_numbers hr {
	background: #15508A;
	height: 1px;
	margin: .5em -1em
}
#header_numbers .phone span {
	font-weight: 400
}
#header_numbers .phone span.phNum {
	display: inline-block;
	white-space: normal
}
#header_numbers .phone svg {
	float: left;
	position: relative;
	top: .1em;
	margin: 0 .3em 1em 0;
	color: #FF8E00;
	width: .85em;
	height: .85em
}
#menu-menu_main-1 svg {
	width: 1em;
	height: .85em
}
.alert-bar .fa {
	line-height: 1.5
}
#footer_map {
	display: none;
	background-image: url(../../../themes/fuel-junior/images/footer-map.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 16em;
	position: relative
}
.home #footer_map {
	display: block
}
#footer {
	color: #fff;
	background: linear-gradient(180deg, #15508A 0%, #001F54 100%);
	padding-top: 2em;
	text-align: center
}
#footer .flex-column-wrapper.col4>* {
	flex: 0 1 33%
}
#footer .flex-column-wrapper.col4 .footer-logos {
	padding-bottom: 1em;
	flex: 1 1 100%
}
.footer-logos>svg {
	max-height: 6em
}
.footer-logos hr {
	text-align: left
}
#footer h3 {
	margin: 0 0 .5em;
	font-weight: 400;
	font-size: 1.2em
}
#footer h4 {
	font-size: 1em;
	font-family: Roboto;
	margin-top: 0
}
#footer a {
	color: #fff
}
#footer a:hover {
	color: #ff8e00
}
#footer a svg {
	width: 2em;
	height: 2em;
	margin: 0 .1em
}
#footer hr {
	background: #fff;
	height: 1px;
	margin: 1.5em auto;
	width: 12.25em
}
#footer .footer-loc a, #footer .footer-loc p {
	position: relative
}
#footer .footer-loc a {
	padding-left: 1.5em;
	display: inline-block
}
#footer .footer-loc svg {
	width: 1em;
	margin: 0 .5em 0 0;
	color: #FF8E00
}
#footer .footer-loc a svg {
	left: 0;
	top: -.3em;
	width: .9em;
	position: absolute
}
#footer .footer-loc small {
	padding-left: 2em
}
#footer .footer-loc p {
	font-size: .9em
}
#footer .quick-links {
	display: none
}
#footer #menu-footer-menu {
	margin: 0;
	list-style: none
}
#footer #menu-footer-menu li {
	margin: 0
}
#footer #menu-footer-menu a {
	font-size: .9em
}
#footer .site-info {
	padding-top: 2em;
	padding-bottom: 3em;
	border-top: 1px solid #15508A;
	margin-top: .5em;
	font-size: .8em;
	display: flex;
	flex-wrap: wrap
}
#footer .site-info>* {
	flex: 1 1 auto;
	line-height: 1.5;
	padding-bottom: 2em
}
#menu-copyright-menu {
	margin: 0
}
#menu-copyright-menu li {
	list-style: none;
	display: block
}
.entry-sidebar {
	margin-top: 2em
}
.entry-sidebar #secondary {
	margin: 0 -1.5em
}
.entry-sidebar #secondary .widget-title {
	background-color: #001F54;
	color: #fff;
	font-family: "Roboto Condensed";
	font-weight: 400;
	font-size: 1.2em;
	text-align: center;
	padding: .5em;
	margin: 0;
border-radius:.2rem .2rem 0 0
}
.entry-sidebar #secondary .kc_captcha br {
	display: none
}
.entry-sidebar #secondary .widget ul {
	list-style: none;
	margin: 0
}
.entry-sidebar #secondary .widget ul li {
	padding: .5em 1em
}
.textwidget .schedule-appt-right-col {
	height: auto;
	padding: 0 0 2rem
}
.textwidget a.sched-appt-btn {
border:.05rem solid #001F54;
border-radius:.25rem
}
.home-header {
	color: #001F54;
	padding-bottom: 2.75em;
	overflow: hidden
}
.home-header .home-title {
	margin: 0;
	font-weight: 400;
	text-align: center;
	padding: .2em 1.5em
}
.title-background {
	position: relative;
	top: 4.1em;
	background: linear-gradient(180deg, rgba(255,255,255,.3) 0%, rgba(255,255,255,.9) 90%)
}
.title-background:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 100vw solid transparent;
	border-bottom: 3em solid rgba(255,255,255,.3);
	display: block;
	position: absolute;
	top: -3em
}
.home-header p {
	font-size: 1.3em;
	padding: .5em 1em 1em;
	text-align: center;
	font-style: italic
}
.home-header p:last-of-type {
	padding-bottom: 2rem
}
.cta-section a {
	display: inline-block;
	position: relative;
	top: 0;
	background: #15508A;
	color: #fff;
	padding-top: .15em;
	box-shadow: 0 0 .8em 0 rgba(0,0,0,.4);
	width: 100%;
	text-align: center;
	margin: .5em 0;
	font-size: 1.2em;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.cta-section a svg {
	display: block;
	background: #fff;
	width: 100%;
	height: 4em;
	padding: 5% 40%;
	margin-top: .15em
}
.cta-section a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3em;
	height: 3em;
	width: 100%
}
.welcome-section {
	max-width: 38em;
	margin: 0 auto 3em;
	line-height: 1.9;
	padding: 0 1em
}
.welcome-section h2 {
	text-align: center;
	color: #001F54;
	font-size: 1.5em;
	font-weight: 400
}
#animation_section {
	position: relative;
	overflow: hidden
}
#animation_section #featured_header, #main .entry-content.entry-page h2.overview-title {
	position: relative;
	background-color: #15508A;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	font-weight: 400;
	padding: .7em 1em;
	margin: 0
}
#animation_section #featured_header:after {
	content: "";
	display: block;
	width: .612em;
	height: .612em;
	background: #001F54;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.33em;
	margin: auto;
	transform: rotate(45deg);
	box-shadow: 0 0 0 2px
}
#animation_section section {
	position: relative;
	z-index: 2;
	margin: 2em 0;
	display: flex;
	flex-wrap: wrap
}
#animation_section section .animated-home-content {
	padding: 0 1em;
	margin: 0 auto
}
#animation_section section .animated-home-content h3 {
	color: #001f54;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center
}
#animation_section section .animated-home-content p {
	line-height: 1.6em;
	max-width: 30em
}
#animation_section section img {
	box-shadow: 0 0 .8em rgba(0,0,0,.5);
	order: 2;
	align-self: center;
	flex: 0 0 auto
}
#animation_section .button {
	font-size: 1.2em;
	display: block;
	width: 11em;
	width: fit-content;
	margin: 0 auto 2em
}
#animation_section #tagline_home_section, .tagline {
	position: relative;
	font-size: 1.5em;
	text-align: center;
	display: block;
	font-style: italic;
	color: #15508A;
	border: 3px solid #15508A;
	background: #fff;
	padding: 1em 1em 0;
	max-width: 30em;
	width: calc(100% - 1em);
	margin: 2em auto;
	line-height: 1.5em
}
#contact_home_section {
	background-color: #d0dce8;
	overflow: hidden
}
#contact_home_section h2 {
	background: url(../../../themes/fuel-junior/images/contact-image.jpg) center no-repeat;
	background-size: cover;
	margin: 0;
	padding: 1em 1em 1.5em;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-shadow: 0 2px 2px #082A64;
	font-size: 1.8em;
	font-family: Roboto;
	position: relative
}
#contact_home_section h2 small {
	font-size: .56em;
	display: block
}
#contact_home_section h2:after {
	content: '';
	border-top: 1.5em solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 100vw solid #d0dce8;
	position: absolute;
	right: 0;
	bottom: 0
}
.schedule-appt-right-col {
	margin-top: 1rem;
	margin-bottom: 2rem;
	display: flex;
	height: 16rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 1.5rem
}
.schedule-appt-text p {
	color: #001F54;
	width: 100%;
	max-width: 20rem
}
.schedule-appt-text-ph {
	text-align: center;
	margin-bottom: 1rem
}
.schedule-appt-text-ph a {
	color: #FF8E00;
	font-size: 1.2rem;
	font-weight: 700
}
.schedule-appt-text-ph a:hover {
	color: #001F54
}
.schedule-appt-text-ph .fa {
	vertical-align: middle
}
a.sched-appt-btn {
	display: flex;
box-shadow:0rem .1rem .2rem #979797;
border-radius:.2rem;
	width: 100%;
	max-width: 15rem;
	margin: 0 auto
}
a.sched-appt-btn:hover span.sched-appt-btn-left {
	background-color: #fff;
	color: #001F54
}
a.sched-appt-btn:hover span.sched-appt-btn-right {
	background-color: #FF8E00
}
a.sched-appt-btn:hover span.sched-appt-btn-right .fa {
	color: #fff
}
span.sched-appt-btn-left {
	background-color: #001F54;
padding:.3rem .5rem;
	display: flex;
	width: calc(100% - 2.2rem);
	display: flex;
	align-items: center;
	color: #fff;
border-radius:.2rem 0 0 .2rem
}
span.sched-appt-btn-left .fa {
margin-right:.3rem
}
span.sched-appt-btn-right {
	display: flex;
	width: 2.2rem;
	justify-content: center;
	align-items: center;
	background-color: #fff;
border-radius:0 .2rem .2rem 0
}
span.sched-appt-btn-right .fa {
	color: #FF8E00;
	font-size: 1.3rem
}
.wpcf7 form {
	padding: 2em 1em 1em;
	max-width: 22em;
	margin: 0 auto
}
.wpcf7 label {
	color: #15508A;
	font-size: .8em
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 select {
	background: #fff;
	border: 1px solid #15508A;
	width: 100%;
	padding: .3em
}
.wpcf7 select {
	padding: .4em
}
.wpcf7 p {
	margin-bottom: .5em
}
.wpcf7 .button {
	display: block;
	margin: 0 auto
}
#footer_map #map_holder {
	height: 100%
}
.main-header {
	padding-top: 2em
}
.main-header, .home-header {
	background: url(../../../themes/fuel-junior/images/hero.jpg) no-repeat;
	background-size: cover;
	background-position: 25% top;
	position: relative
}
.home-header {
	margin-bottom: -2em
}
.main-header .main-title {
	display: block;
	position: relative;
	color: #082A64;
	font-size: 2em;
	font-weight: 400;
	background: linear-gradient(180deg, rgba(255,255,255,.3) 0%, rgba(255,255,255,.8) 100%);
	margin: 1em -.74em 2em -1em;
	padding: 1em
}
.main-header .main-title:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: auto;
	bottom: -1em;
	right: 0;
	border-top: 0 solid transparent;
	border-bottom: 1em solid transparent;
	border-right: 100vw solid rgba(255,255,255,.8)
}
.main-header .main-breadcrumbs {
	background-color: rgba(0,31,84,.7);
	color: #fff;
	margin: 0 -1.8em;
	padding: 1em;
	font-size: .8em
}
.main-header .main-breadcrumbs a {
	color: #fff
}
.main-header .main-breadcrumbs a:hover {
	color: #ff8e00
}
#main .entry-content {
	min-height: 20em;
	width: 100%;
	line-height: 1.9em;
	margin-bottom: 2em
}
#main .entry-content h2 {
	color: #001F54;
	font-size: 1.8em;
	margin: 1em 0 .2em;
	font-weight: 400
}
#main .entry-content h2:first-child {
	margin-top: 0
}
#main .entry-content h3 {
	color: #15508A;
	font-size: 1.3em;
	margin: 1em 0 .2em;
	font-weight: 400
}
blockquote {
	color: #001F54;
	font-size: 1.5em;
	border-top: .267em solid;
	border-bottom: .267em solid;
	padding: 1em
}
blockquote p {
	margin: 0
}
.style-container {
	border: 1px solid #15508A;
	margin-bottom: 3em;
	clear: both;
	padding: 1em
}
.style-container:after {
	content: '';
	display: block;
	clear: both
}
.style-container h2 {
	background: #15508A;
	color: #fff!important;
	padding: .5em 1em;
	margin: -.6em -.6em 1em -0.6em!important
}
.style-container img {
	max-width: 15em;
	width: 100%;
	margin-bottom: 0;
	border: none
}
.style-container p {
	overflow: hidden;
	min-width: 10em
}
.service-box {
	margin-bottom: 3em
}
.service-box .child-content {
	overflow: hidden
}
#loc-details svg {
	width: .7em;
	height: .7em;
	color: #15508A;
	position: relative;
	top: .65em;
	float: left;
	margin: 0 .4em 0em 0
}
#loc-details svg:nth-child(2) {
	transform: rotate(90deg);
	margin-bottom: 4em
}
#loc-details a, #loc-details p {
	display: block
}
#loc_cards .location-box {
	margin-bottom: 2em;
	font-size: .9em;
	line-height: 1.6;
	border: 1px solid #15508A;
	overflow: hidden
}
#main .entry-content #loc_cards .location-title {
	color: #fff;
	background: #15508A;
	margin: 0;
	padding: .8em;
	line-height: .8;
	font-family: "Roboto Condensed";
	font-size: 1.5em;
	flex: 1 1 100%
}
.loc-card-half {
	flex: 1 1 50%;
	padding: 1em
}
.location-map-wrapper {
	flex: 1 1 50%;
	min-width: 300px;
	min-height: 300px;
	background-position: center;
	background-size: cover
}
#main #loc_cards .location-box .loc-card-half:nth-child(2) a {
	padding-left: 1.5em;
	display: inline-block;
	margin-top: 1em
}
#loc_cards .location-box p {
font-size:.8rem;
	position: relative
}
#loc_cards .location-box strong {
	margin-left: 1.5em
}
#loc_cards .location-box small {
	margin-left: 2em
}
#loc_cards svg {
	width: 1em;
	height: 1em;
	margin-right: .5em;
	color: #FF8E00
}
#loc_cards a svg {
	position: absolute;
	top: .3em;
	left: 0;
	width: .9em;
	height: .9em
}
#loc_cards p svg {
	position: relative;
	top: -.1em
}
#loc_cards .static-map a {
	position: absolute!important
}
.location-box h4 {
	font-size: 1.1em;
	font-family: inherit
}
@media only screen and (min-width:38.5em) {
#loc_cards .location-box {
	display: flex;
	flex-wrap: wrap
}
#loc_cards .location-title {
	padding-right: 1em;
	content: '';
	clear: none
}
}
@media only screen and (min-width:46.875em) {
#loc_cards .location-box p {
font-size:.9rem
}
}
.location-template-default iframe {
	height: 15em;
	padding-right: 2em
}
.clinic-shot-hours {
	position: relative;
	padding-left: 1.5em;
	display: inline-block
}
.clinic-shot-hours svg {
	position: absolute;
	left: 0;
	top: .2em
}
.reviewmgr-embed iframe {
	height: 127em
}
.page-template-page_fullwidth #footer_map {
	display: block
}
.page-template-page_fullwidth .wpcf7 {
	margin: 0 -1.5em 1em
}
.page-template-page_fullwidth .wpcf7:before {
	content: "Contact Us Today!";
	text-align: center;
	display: block;
	background: #15508A;
	color: #fff;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
	padding: .25em
}
.page-template-page_fullwidth .wpcf7 p {
	margin-bottom: .5em
}
.page-template-page_fullwidth .wpcf7 form {
	padding-top: 1em
}
.page-template-page_fullwidth .wpcf7 .ajax-loader {
	position: absolute;
	bottom: 2em
}
.trigger a:hover, .children-tab-wrapper .child-tab a:hover {
	color: #ff8e00
}
.children-tab-wrapper .child-tab a:hover:before {
	border-left: 8px solid #15508a
}
.children-tab-wrapper {
	background: #DCE5EE
}
.page-id-52 .trigger {
	background-image: url(../../../themes/fuel-junior/images/ent-image.jpg)
}
.page-id-53 .trigger {
	background-image: url(../../../themes/fuel-junior/images/allergy-image.jpg);
	background-position: top right
}
.page-id-54 .trigger {
	background-image: url(../../../themes/fuel-junior/images/hearing-image.jpg)
}
.page-id-55 .trigger {
	background-image: url(../../../themes/fuel-junior/images/speech-image.jpg);
	background-position: top right
}
.trigger {
	position: relative;
	background: linear-gradient(323.22deg, rgba(21,80,138,.9) 0%, rgba(21,80,138,.6) 100%);
	background-size: cover;
	background-position: bottom left;
	padding: 1em 0
}
.trigger:before {
	content: '';
	position: absolute;
	background: linear-gradient(323.22deg, rgba(21,80,138,.9) 0%, rgba(21,80,138,.6) 100%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.trigger a {
	font-family: Merriweather;
	color: #fff;
	font-size: 1.5em;
	display: block;
	text-align: center;
	padding: .3em;
	position: relative
}
.trigger a.js-active2 {
	color: #ff8e00
}
.trigger br {
	display: none
}
.trigger svg {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .8em;
	width: 4em;
	height: 4em;
	background-color: #1B3764
}
.children-tab-wrapper .child-tab {
	background: #DCE5EE;
	display: none;
	padding: 1em 2em;
	position: relative
}
.children-tab-wrapper .child-tab.js-active2 {
	display: block
}
.children-tab-wrapper .child-tab .service-box {
	margin-bottom: 0
}
.children-tab-wrapper .child-tab a {
	color: #001F54;
	font-size: 1.2em;
	display: inline-block;
	padding: .3em 0
}
.children-tab-wrapper .child-tab a:before {
	content: '';
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #FF8E00;
	margin: .1em .4em
}
.child-tab:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 1.3em solid transparent;
	border-bottom: 1.3em solid transparent;
	border-right: 1.3em solid #dce5ee;
	position: absolute;
	left: -1.3em
}
#tab1:before {
	top: 4.1em
}
#tab2:before {
	top: 6.9em
}
#tab3:before {
	top: 9.7em
}
#tab4:before {
	top: 12.5em
}
.overview-section, .overview-manufacturers {
	overflow: hidden
}
.overview-section:first-child {
	padding-top: 0
}
.overview-section:last-child {
	border-bottom: 0
}
.overview-section {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 3.5em
}
.overview-content h2, .overview-manufacturers h2 {
	margin-top: 0
}
.overview-image {
	width: 100%;
	max-width: 37.5rem
}
.overview-content {
	margin: 1.5em 0 0;
	width: 100%;
	max-width: 40rem
}
.overview-content ul {
	margin-left: 1.5em
}
.overview-content .button {
	font-size: 1.1em
}
.overview-content .overview-links {
	margin: 0;
	list-style: none
}
.overview-section ol {
	counter-reset: overview-section;
	margin-top: 1em;
	margin-bottom: 2em;
	list-style: none
}
.overview-section ol li:before {
	counter-increment: overview-section;
	content: counter(overview-section);
	display: inline-block;
	margin-right: 1em;
	margin-left: -2.5em;
	border-radius: 50%;
	width: 1.7em;
	line-height: 1.7;
	text-align: center;
	color: #fff;
	background: #15508A
}
.overview-links a {
	display: inline-block;
	position: relative;
	padding-left: 1em;
	line-height: 1.3;
	color: #FF8E00
}
.overview-links a:before {
	content: '';
	display: block;
	position: absolute;
	top: .3em;
	left: 0;
	border: .35em solid transparent;
	border-left-color: #FF8E00
}
.overview-links a:hover {
	text-decoration: underline
}
.overview-manufacturers {
	margin-bottom: 3.5em
}
.overview-man-item {
	display: block;
	margin: 2em 0;
	text-align: center
}
.entry-content .overview-intro {
	padding-top: 1em;
	padding-bottom: 2em;
	min-height: 0;
	background: #e3e3e3
}
.entry-content .overview-end {
	min-height: 0
}
.overview-logo {
	margin: 0 auto 2em;
	max-width: 14em;
	text-align: center
}
.overview-intro .overview-content, .overview-end .overview-content {
	margin: auto;
	max-width: 44em
}
.overview-intro-block {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5;
	text-align: center
}
.overview-hto .overview-intro-block {
	padding: 0 1.5em
}
.overview-intro-text {
	margin: auto;
	max-width: 32em
}
.overview-has {
	border-bottom: 0;
	padding-bottom: 0
}
.overview-hto-diagram {
	display: flex;
	justify-content: center;
	min-height: 0
}
.hto-diagram-labels {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	padding: 1em .5em 1em 0
}
.hto-diagram-label {
	letter-spacing: .2em;
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	text-orientation: upright;
	color: #082a65
}
.hto-diagram-label:last-child {
	color: #ff8e00
}
.hto-diagram-bar {
	border-radius: .2em;
	height: auto;
	min-height: 30em;
	width: 2em;
	background: linear-gradient(180deg, #082a65 0%, #0098dc 50%, #ff8e00 100%)
}
.hto-diagram-options {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	padding: 0 1em
}
.hto-diagram-option {
	display: block;
	line-height: 1.2;
	text-align: center;
	color: #0098dc
}
.hto-diagram-option:hover {
	color: #0098dc
}
.hto-diagram-option:first-child {
	color: #082a65
}
.hto-diagram-option:last-child {
	color: #ff8e00
}
.hto-diagram-option img {
	display: block;
	margin: .5em auto 0;
	width: 7em;
	border: .1em solid #0098dc;
	border-radius: .4em;
	overflow: hidden;
	transition: 300ms
}
.hto-diagram-option:first-child img {
	border-color: #082a65
}
.hto-diagram-option:last-child img {
	border-color: #ff8e00
}
.hto-diagram-option:hover img {
	transform: scale(1.07)
}
#main .entry-content .overview-psap h2 {
	color: #082a65
}
.overview-psap ul li:before {
	border-color: #082a65
}
#main .entry-content .overview-has h2 {
	color: #0098dc
}
#main .entry-content .overview-ids h2 {
	color: #ff8e00
}
.overview-ids ul li:before {
	border-color: #ff8e00
}
.bha-item {
	margin: 2em 0;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 2em;
	text-align: center
}
.bha-item:last-child {
	border-bottom: 0;
	padding-bottom: 1em
}
.bha-content {
	margin: auto;
	font-size: .9em;
	line-height: 1.5;
	max-width: 20em
}
.bha-content h3 {
	margin-top: 1em;
	font-size: 1.4em
}
.bha-content p {
	margin: 0
}
.bha-health, .bha-professional, .bha-emotional {
	padding-top: 4em;
	padding-bottom: 2em
}
.bha-health h2, .bha-professional h2, .bha-emotional h2 {
	margin-top: 0
}
.bha-health p {
	max-width: 54em
}
.bha-professional {
	background: #F6F6F6
}
#main .entry-content .manufacturer-resound h2, .manufacturer-resound h3 {
	color: #d51920
}
.manufacturer-resound .overview-section ul li:before {
	border-color: #d51920
}
#main .entry-content .manufacturer-phonak h2, .manufacturer-phonak h3 {
	color: #80c242
}
.manufacturer-phonak .overview-section ul li:before {
	border-color: #80c242
}
#main .entry-content .manufacturer-oticon h2, .manufacturer-oticon h3 {
	color: #d60b8c
}
.manufacturer-oticon .overview-section ul li:before {
	border-color: #d60b8c
}
#enroll {
	display: none
}
#enroll.js-active {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 20em;
	max-height: fit-content;
	width: 90%;
	height: 27em;
	background: #fff;
	padding: 1em;
	z-index: 9999;
	overflow: auto
}
#main .entry-content h3.enroll-title {
	background-color: #15508A;
	color: #fff;
	font-family: "Roboto Condensed";
	font-weight: 400;
	font-size: 1.3em;
	text-align: center;
	padding: .3em;
	margin: -.8em
}
#enroll .wpcf7 form {
	padding-bottom: 0
}
#enroll .wpcf7 form p {
	line-height: normal
}
#enroll .wpcf7 form br {
	display: none
}
#enroll .captcha-image {
	margin-bottom: 1em;
	line-height: normal;
	padding-top: .8em
}
#enroll .kc_captcha span.wpcf7-not-valid-tip {
	margin: -1.2em 0 1em 0
}
#enroll.js-active+.blanket {
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	display: block
}
.type-bio .entry-bio {
	padding-bottom: 1.5em
}
.type-bio .bio-image {
	display: flex;
	flex-wrap: wrap;
	text-align: center
}
.type-bio .bio-image .button {
	margin: 0 auto 2em;
	display: block;
	max-width: 10em
}
.type-bio .bio-image-group1, .bio-image-group2 {
	flex: 1 1 auto;
	min-width: 10em
}
.type-bio .bio-image-group2 img {
	max-width: 10em
}
.type-bio .bio-content {
	margin-bottom: 1em
}
.bio-grid.bio-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em
}
.bio-grid.bio-wrapper .bio-box {
	position: relative;
	display: inline-block;
	max-width: 50%;
	flex: 1 1 50%;
	text-align: center;
	color: #fff;
	margin: 0;
	border: 3px solid;
	z-index: 0
}
.bio-grid.bio-wrapper .bio-box .bio-image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%)
}
.bio-grid.bio-wrapper .bio-box p {
	margin: 0
}
.bio-grid.bio-wrapper .bio-box .wp-post-image {
	margin: 0;
	width: 100%;
	height: 13.5em;
	object-fit: cover;
	object-position: top;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}
#main .bio-grid.bio-wrapper .bio-box h2.bio-name {
	margin-bottom: 0;
	font-size: .8em;
	position: absolute;
	bottom: 1em;
	left: 0;
	right: 0;
	z-index: 2;
	text-shadow: 1px 1px 2px #000;
	padding: 0 .5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	color: #fff
}
.bio-grid.bio-wrapper .bio-box .bio-content, .bio-wrapper .bio-box .bio-position {
	display: none
}
#main .bio-grid.bio-wrapper .bio-box a.read-more {
	position: absolute;
	color: transparent;
	background-color: rgba(31,160,177,0);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}
#main .bio-grid.bio-wrapper .bio-box a.read-more:after {
	display: none
}
#main .bio-grid.bio-wrapper .bio-box:hover a {
	background-color: rgba(21,80,138,.4)
}
.entry-listing {
	margin: 0 0 3em 0
}
.pagination svg {
	width: 1em;
	height: 1em
}
.button-read-more {
	border: 0;
	border-radius: 0;
	padding: 0;
	text-decoration: underline;
	color: #4a4a4a;
	background: none;
	box-shadow: none
}
.button-read-more:hover, .button-read-more:active, .button-read-more:focus {
	border: 0;
	text-decoration: underline;
	color: #ff8e00;
	background: none
}
.bios-as-image .bio-image {
	max-width: 15em;
	margin: 0 auto
}
.bios-as-image .bio-image img {
	width: 100%;
	margin: 0
}
#main .bios-as-image h2.bio-name {
	font-size: .8em;
	text-align: center;
	margin: .5em 0 1em 0
}
@media only screen and (min-width:37em) {
.bios-as-image {
	display: flex
}
.bios-as-image .bio-wrapper {
	flex: 1
}
.bios-as-image .bio-image {
	width: 9em;
	height: 10em;
	overflow: hidden;
	padding: .3em
}
}
#main .small-bio-list .bio-content {
	display: none
}
#main .small-bio-list .bio-image {
	float: left;
	width: 6em;
	margin-right: 1em
}
#main .small-bio-list .bio-name {
	margin: 0;
	font-size: 1.5em
}
#main .small-bio-list .bio-credentials {
	font-size: 1em;
	margin: .5em 0 1em 0
}
.entry-search .search-form {
	margin-bottom: 2em
}
.entry-search .search-form input {
	border: 1px solid #ccc;
	padding: 0em .8em;
	margin-bottom: .2em
}
.entry-search .search-form .search-submit {
	background: #ff8e00;
	padding: 0 1em;
	border-radius: 3px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.4);
	border: 1px solid transparent;
	transition: all 300ms
}
.entry-search .search-form .search-submit svg {
	color: #fff;
	width: .8em;
	height: .8em;
	transition: all 300ms
}
.entry-search .search-form .search-submit:hover {
	background: #fff;
	border-color: #ff8e00
}
.entry-search .search-form .search-submit:hover svg {
	color: #ff8e00
}
.entry-search article {
	margin: 1em 0 4em 0
}
@media only screen and (max-width:25em) {
#pollen_counter.double .pollen-type {
	width: 100%
}
#header-right a {
	padding: 0 .1em
}
}
@media only screen and (min-width:38.5em) {
.breakpoint {
	z-index: 385
}
.alignleft {
	clear: none;
	float: left;
	margin: 0 1rem 0 0;
	max-width: 48%
}
.alignright {
	clear: none;
	float: right;
	margin: 0 0 0 1rem;
	max-width: 48%
}
.grid, .contain {
	padding-left: 3rem;
	padding-right: 3rem
}
.entry-summary .wp-post-image {
	float: right
}
.download-table td {
	display: table-cell
}
.download-table td:nth-child(1) {
	padding-bottom: 1em;
	text-align: left;
	border-bottom: 1px solid #15508A
}
.download-table td:nth-child(2) {
	padding-top: 1em;
	text-align: right
}
#header {
	margin-bottom: 0
}
.title-background {
	background: linear-gradient(270deg, rgba(255,255,255,.3) 0%, rgba(255,255,255,.8) 50%);
	top: 0;
	padding-right: calc(49% - 30.5rem);
	padding-left: 1em
}
.main-header, .home-header {
	background-position: top center;
	padding-bottom: 0;
	overflow: hidden
}
.title-background:before {
	top: 0;
	border-left: 10em solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 47em solid rgba(255,255,255,.8);
	left: -10em;
	height: 100%
}
.home-header .home-title {
	text-align: left;
	padding: 2.8em .5em 1em 0;
	font-size: 2.7em
}
.home-header p {
	text-align: left;
	padding: 0 .8em 1em 0;
	margin: 0
}
.home-header p:last-of-type {
	padding-bottom: 3rem
}
.welcome-section h2 {
	font-size: 1.8em
}
header.main-header {
	padding-top: 0;
	padding: 0
}
.main-header .main-title {
	display: inline-block;
	font-size: 2.4em;
	background: linear-gradient(90deg, rgba(255,255,255,.3) 0%, rgba(255,255,255,.8) 100%);
	margin: 3em 0 2em 0;
	padding: .32em .5em .32em calc(50% - 30rem)
}
.main-header .main-title:before {
	content: '';
	padding-left: .3em
}
.main-header .main-title:after {
	border-top: 0 solid transparent;
	border-bottom: 1.9em solid transparent;
	border-left: 1em solid rgba(255,255,255,.8);
	border-right: none;
	height: 100%;
	bottom: 0;
	left: 100%
}
.main-header .main-breadcrumbs {
	margin: 0;
	padding: .5em .5em .5em calc(50% - 30rem)
}
.main-header nav.main-breadcrumbs>span {
	padding-left: 1em;
	display: block
}
.page-id-58 .locations-wrapper {
	margin: 0
}
#footer_map {
	height: 20em
}
.overview-bullet-cols {
	column-count: 2;
	column-gap: 1.5em;
	max-width: 26em
}
.overview-man-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 1em 0
}
.overview-man-item {
	margin: 1em
}
.overview-hto .overview-intro-block {
	padding-left: 3em;
	padding-right: 3em
}
.bha-item {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	text-align: left
}
.bha-icon {
	flex: 0 0 auto;
	margin-right: 1.5em;
	max-width: 25%
}
.bha-content {
	margin: 0
}
.bha-content h3 {
	margin-top: 0
}
.bha-item:nth-child(even) .bha-icon {
	order: 1;
	margin: 0 0 0 1.5em
}
.bha-item:nth-child(even) .bha-content {
	text-align: right
}
}
@media only screen and (min-width:43.75em) {
.trigger svg {
	padding: 1em;
	width: 6em;
	height: 6em
}
#footer .footer-loc.loc2 {
	margin-top: 1.5em
}
}
@media only screen and (min-width:49.375em) {
.logo {
	text-align: left;
	min-width: 10em
}
.title-background {
	margin-left: calc(87% - 30rem)
}
.cta-section a {
	width: 31%
}
.cta-section a:nth-child(2) {
	margin: .5em 2%
}
.cta-section a:hover {
	top: -.65em
}
#contact_home_section {
	display: flex
}
#contact_home_section h2 {
	flex: 1 1 50%;
	text-align: right;
	font-size: 2.4em;
	padding: 10% 12% 0 5%
}
#contact_home_section h2:after {
	border-left: 7em solid transparent;
	border-right: 0 solid transparent;
	border-top: 22em solid #d0dce8
}
#contact_home_section h2 small {
	font-size: .5em
}
#contact_home_section .wpcf7 {
	flex: 1 1 50%
}
#contact_home_section .wpcf7 form {
	margin-left: 0
}
form label {
	font-size: .9em
}
.schedule-appt-right-col {
	text-align: left;
	padding: 0 1.5rem 0 0;
	flex: 1 1 50%
}
.page-template-page_fullwidth .content-left {
	float: left;
	max-width: calc(100% - 24em);
	min-width: 15em;
	margin-right: 4em
}
.page-template-page_fullwidth .wpcf7 {
	overflow: hidden;
	min-width: 12em;
	box-shadow: 0 0 16px 0 rgba(0,0,0,.4);
	margin-bottom: 2em
}
.children-tab-wrapper {
	display: flex
}
.trigger {
	display: inline-block;
	width: 40%;
	padding: 4em 0
}
.trigger a {
	text-align: right;
	padding-right: 15%
}
.children-tab-wrapper .child-tab {
	width: 60%
}
.children-tab-wrapper .child-tab.js-active2 {
	display: inline-block
}
.children-tab-wrapper .child-tab .services-wrapper {
	padding-right: 10%
}
.children-tab-wrapper .child-tab .service-box {
	display: inline-block;
	width: 17em
}
.tagline:before {
	content: '';
	position: absolute;
	width: 3px;
	background: #15508A;
	height: 12em;
	top: -3em;
	z-index: -1
}
.type-bio .bio-content {
	margin-right: 2em
}
.entry-listing {
	margin: 0 3em 3em 0
}
.entry-search .entry-listing {
	margin: 1em 3em 4em 0
}
#menu-copyright-menu li {
	display: inline-block;
	border-right: 1px solid;
	line-height: 1;
	padding-right: .5em;
	margin-left: .3em
}
#menu-copyright-menu li:last-of-type {
	border: none
}
.overview-hto-diagram {
	flex-flow: row wrap;
	justify-content: center;
	min-height: 0;
	padding: 0
}
.hto-diagram-labels {
	flex-flow: row nowrap;
	width: 100%;
padding:.2rem 1.5rem
}
.hto-diagram-label {
	letter-spacing: .5em;
	writing-mode: initial;
	text-orientation: initial
}
.hto-diagram-bar {
	border-radius: 0;
	width: 100%;
	height: 3em;
	min-height: 0;
	background: linear-gradient(90deg, #082a65 0%, #0098dc 50%, #ff8e00 100%)
}
.hto-diagram-options {
	flex-flow: row nowrap;
	align-items: flex-end;
padding:.5rem 3rem;
	width: 100%
}
.hto-diagram-option img {
	margin: .5em auto 0;
	width: 7em
}
}
@media only screen and (min-width:50em) {
#header-right {
	display: block;
	text-align: right;
	position: relative;
	padding-right: 1.8em;
	min-width: 23em;
	flex: 1
}
#header-right .top-link {
	color: #4A4A4A;
	border-right: 2px solid #15508A;
	display: inline-block;
	line-height: 1;
	padding: 0 .1em;
	transition: all 0.3s ease
}
#header-right .top-link:hover, #header-right .top-link:hover svg {
	color: #FF8E00
}
#header-right svg {
	width: .85em;
	height: .85em;
	margin-top: -.15em;
	color: #15508A;
	transition: all 0.4s ease
}
#header-right .search-form {
	position: absolute;
	display: inline-block;
	line-height: 1;
	right: 0;
	top: -1em;
	height: 2.1em
}
#header-right .search-form label {
	display: inline-block;
	position: relative;
	width: 1.5em;
	overflow: hidden;
	z-index: 2;
	transition: all 0.4s ease;
	top: .8em;
	font-size: 1em
}
#header-right .search-form .search-submit {
	position: absolute;
	right: 0;
	top: .9em;
	z-index: 1;
	background: #fff;
	transition: all 0.4s ease
}
#header-right .search-form:hover .search-submit svg {
	color: #FF8E00
}
#header-right .search-form .in_focus+.search-submit svg, #header-right .search-form:hover .in_focus+.search-submit svg {
	color: #fff
}
#header-right .search-form label.in_focus {
	width: 22em;
	max-width: 100%;
	background: #15508A;
	z-index: 0;
	top: 0
}
#header-right .search-form .search-field {
	display: block;
	width: 100%;
	color: transparent;
	cursor: pointer;
	font-size: 1em;
	padding: .45em 4.8em .45em .8em
}
#header-right .search-form .in_focus .search-field {
	color: #fff;
	cursor: auto
}
#header-right .search-form .in_focus+.search-submit {
	padding: .37em 1.3em;
	background: #FF8E00;
	color: #fff;
	font-size: 1.2em;
	top: 0
}
#header-right .search-form .search-submit:hover>svg {
	animation: search 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}
#header-right label input::-ms-input-placeholder {
opacity:0;
color:#fff
}
#header-right label input:-ms-input-placeholder {
opacity:0;
color:#fff
}
#header-right label input::placeholder {
opacity:0;
color:#fff
}
#header-right label.in_focus input::-ms-input-placeholder {
opacity:1
}
#header-right label.in_focus input:-ms-input-placeholder {
opacity:1
}
#header-right label.in_focus input::placeholder {
opacity:1
}
#header-right .main-cta {
	color: #FF8E00;
	display: inline-block;
	font-size: 2em;
	padding-top: .3em;
	position: absolute;
	right: 0;
	bottom: .5em;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}
#header-right .main-cta .fa {
	color: #001F54;
	vertical-align: middle
}
#header-right .main-cta svg {
	font-size: .85em;
	color: #FF8E00;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}
#header-right .main-cta:hover, #header-right .main-cta:hover svg {
	color: #15508A
}
#header-right .call-today.js-active:after {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,.5);
	z-index: 9999;
	pointer-events: unset;
	cursor: initial
}
#header_numbers {
	display: none;
	position: absolute;
	right: 0;
	max-width: 25em;
	width: fit-content;
	height: 22em;
	height: max-content;
	z-index: 9999;
	background: #fff
}
#header_numbers.js-active {
	top: 2em
}
#header_numbers .phone {
	font-weight: 700;
	color: #15508A
}
}
@media only screen and (min-width:60em) {
#animation_section:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: -8em;
	left: 0;
	right: 0;
	z-index: -2;
	width: 3px;
	margin: auto;
	background: linear-gradient(to bottom, #001f54 0%, #15508a 100%)
}
#animation_section:after {
	content: '';
	position: fixed;
	background: #fff;
	width: 70%;
	height: 100%;
	top: 50%;
	z-index: -1
}
#animation_section #featured_header, #main .entry-content.entry-page h2.overview-title {
	font-size: 1.8em
}
#animation_section section {
	margin: 8rem 0;
	flex-wrap: nowrap
}
#animation_section section .animated-home-content {
	opacity: 0;
	transition: opacity 0.6s cubic-bezier(.65, .05, .36, 1)
}
#animation_section section .animated-home-content h3 {
	font-size: 1.8em;
	top: -1em
}
#animation_section section .animated-home-content p {
	line-height: 1.9em
}
#animation_section section:nth-child(even) .animated-home-content {
	left: -2em;
	text-align: right;
	padding-right: 4em;
	padding-left: calc(50% - 30rem)
}
#animation_section section:nth-child(even) .animated-home-content h3 {
	left: -.5em;
	text-align: right
}
#animation_section section:nth-child(even) .animated-home-content p {
	padding-left: 1em
}
#animation_section .animated-home-content {
	flex: 1 1 50%
}
#animation_section section:nth-child(odd) .animated-home-content {
	left: 2em;
	text-align: left;
	padding-right: calc(50% - 30rem);
	padding-left: 3em
}
#animation_section section:nth-child(odd) .animated-home-content h3 {
	text-align: left;
	left: .5em
}
#animation_section section:nth-child(odd) .animated-home-content p {
	padding-right: 1em
}
#animation_section .button {
	display: inline-block
}
#animation_section section img {
	flex: 1 1 60%;
	min-width: 0;
	object-fit: cover;
	opacity: 0
}
#animation_section section:nth-child(odd) img {
	order: 0;
	object-position: right
}
#animation_section section:nth-child(even) img {
	object-position: left
}
#animation_section section img, #animation_section section .animated-home-content, #animation_section section .animated-home-content h3, #animation_section section .animated-home-content p {
	position: relative;
	-webkit-transition: all 0.8s cubic-bezier(.65, .05, .36, 1);
	transition: all 0.8s cubic-bezier(.65, .05, .36, 1)
}
#animation_section section.js-active img, #animation_section section.js-active .animated-home-content, #animation_section section.js-active .animated-home-content h3 {
	opacity: 1;
	left: 0;
	top: 0
}
#animation_section #tagline_home_section, .tagline {
	font-size: 2em
}
#animation_section #tagline_home_section:after {
	content: '';
	display: block;
	width: 100%;
	height: 2em;
	position: absolute;
	background: #fff;
	bottom: -2.09em;
	left: 0
}
#animation_section #tagline_home_section i {
	position: absolute;
	background: #fff
}
#animation_section #tagline_home_section i:nth-child(1), #tagline_home_section i:nth-child(2) {
	top: -3px;
	height: 3px;
	width: calc(50% + 3px)
}
#animation_section #tagline_home_section i:nth-child(1), #tagline_home_section i:nth-child(3) {
	right: -3px
}
#animation_section #tagline_home_section i:nth-child(2), #tagline_home_section i:nth-child(4) {
	left: -3px
}
#animation_section #tagline_home_section i:nth-child(3), #tagline_home_section i:nth-child(4) {
	top: 0;
	width: 3px;
	height: 100%
}
#animation_section #tagline_home_section i:nth-child(5), #tagline_home_section i:nth-child(6) {
	bottom: -3px;
	height: 4px;
	width: 50.09em
}
#animation_section #tagline_home_section i:nth-child(5) {
	left: 50%
}
#animation_section #tagline_home_section i:nth-child(6) {
	right: 50%
}
#animation_section #tagline_home_section.js-active i:nth-child(1) {
	animation: animateBorder1 0.5s forwards linear
}
#animation_section #tagline_home_section.js-active i:nth-child(2) {
	animation: animateBorder2 0.5s forwards linear
}
#animation_section #tagline_home_section.js-active i:nth-child(3), #tagline_home_section.js-active i:nth-child(4) {
	animation: animateBorder3-4 0.5s forwards linear;
	animation-delay: 0.5s
}
#animation_section #tagline_home_section.js-active i:nth-child(5), #tagline_home_section.js-active i:nth-child(6) {
	animation: animateBorder5-6 0.8s forwards linear;
	animation-delay: 0.6s
}
#animation_section #tagline_home_section.js-active:after {
	animation: animateAfter 0.5s forwards linear;
	animation-delay: 1.5s
}
.entry-sidebar {
	display: flex;
	justify-content: space-between
}
.entry-sidebar:after {
	display: none
}
.entry-sidebar .entry-content.entry-page {
	max-width: calc(100% - 17.5em)
}
.entry-sidebar #secondary {
	max-width: 15em;
	width: 100%;
	margin: 0
}
.entry-sidebar #secondary .widget {
	box-shadow: 0 0 16px 0 rgba(0,0,0,.4)
}
.entry-sidebar #secondary #text-2, .entry-sidebar #secondary #text-3, section#custom_html-2, section#custom_html-3 {
	position: -webkit-sticky;
	position: sticky;
	top: 3em
}
.entry-sidebar #secondary .wpcf7 form {
	padding: .5em 1em
}
.textwidget .schedule-appt-right-col {
	padding: 0rem 1rem 1.5rem
}
.overview-man-list {
	flex-flow: row nowrap;
	justify-content: space-between
}
.overview-hto {
	display: block
}
.overview-hto-diagram {
	font-size: 1.1em
}
.entry-content .overview-intro {
	margin-bottom: 3em
}
}
@media only screen and (min-width:66.25em) {
#contact_home_section h2 {
	padding: 6% 15% 0 15%
}
#header-right .top-link {
	padding: 0 .25em
}
.entry-sidebar .entry-content.entry-page, .entry-sidebar .entry-content.entry-post {
	max-width: calc(100% - 22.5em)
}
.entry-sidebar #secondary {
	max-width: 20em
}
.entry-sidebar #secondary .widget-title {
	font-size: 1.5em
}
.type-bio #main .entry-content {
	display: flex
}
.type-bio .bio-image {
	float: left;
	margin-right: 1em;
	max-width: 10em
}
.type-bio .bio-image .button {
	width: 100%
}
.type-bio .bio-content {
	overflow: hidden;
	padding: 0 0 0 1em;
	border-left: 1px solid;
	margin-left: 10em
}
.bio-grid.bio-wrapper .bio-box {
	max-width: 25%;
	flex: 1 1 25%
}
#footer .site-info>* {
	line-height: 1
}
}
@media only screen and (min-width:68.75em) {
#footer h3 {
	margin: 0 0 1.5em
}
#footer h4 {
	margin-top: 2em
}
#footer .quick-links {
	display: block
}
#footer .site-info {
	padding-bottom: 0
}
#menu-copyright-menu {
	text-align: right
}
.overview-section {
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 6em
}
.overview-section:first-child {
	align-items: flex-start
}
.overview-image {
	order: 1;
	max-width: 39%;
	overflow: hidden
}
.overview-content {
	margin: 0;
	max-width: calc(33.3em + 11%)
}
.overview-section:first-child .overview-content {
	margin-top: 2em
}
.overview-image img {
	max-width: none
}
.overview-even {
	justify-content: flex-start
}
.overview-even .overview-image {
	order: 0;
	direction: rtl
}
.overview-manufacturers {
	margin-bottom: 8em
}
.bha-columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}
.bha-item {
	border-bottom: 0;
	padding-bottom: 0;
	max-width: 48%
}
.bha-item:nth-child(even) .bha-icon {
	order: 0;
	margin: 0 1.5em 0 0;
	text-align: left
}
.bha-item:nth-child(even) .bha-content {
	text-align: left
}
.bha-item:nth-child(n+3) .bha-icon {
	order: 1;
	margin: 0 0 0 1.5em
}
.bha-item:nth-child(n+3) .bha-content {
	text-align: right
}
.bha-icon {
	max-width: 33%
}
.bha-content {
	max-width: none
}
.bha-icon img {
	width: auto;
	height: auto;
	max-height: 7.5em
}
.bha-professional .bha-item {
	display: block;
	align-items: top;
	max-width: 31%;
	text-align: center
}
.bha-professional .bha-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 8em;
	margin: auto;
	max-width: none
}
.bha-professional .bha-item:nth-child(even) .bha-icon, .bha-professional .bha-item:nth-child(n+3) .bha-icon {
	margin: auto
}
.bha-professional .bha-item:nth-child(even) .bha-content, .bha-professional .bha-item:nth-child(n+3) .bha-content {
	text-align: center
}
.bha-professional .bha-content h3 {
	margin-top: 1em
}
.overview-hto-diagram {
	font-size: 1.2em
}
.hto-diagram-option img {
	width: 10em
}
}
@media only screen and (min-width:80.625em) {
#contact_home_section .wpcf7 form {
	margin-left: 9em
}
#contact_home_section h2 {
	padding: 7.7rem 15% 0 8%
}
.schedule-appt-right-col {
	height: 28rem;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 5rem 0 0;
	flex: 1 1 45%
}
.schedule-appt-text-ph {
	margin-bottom: 1.5rem
}
.schedule-appt-text-ph a {
	font-size: 2rem
}
a.sched-appt-btn {
	width: 100%;
	max-width: 20rem;
	font-size: 1.2rem
}
span.sched-appt-btn-left {
padding:.5rem .75rem;
	width: calc(100% - 2.8rem)
}
span.sched-appt-btn-right {
	width: 2.8rem
}
.textwidget .schedule-appt-right-col {
	padding: 1rem 1.25rem 1.5rem
}
.textwidget .schedule-appt-right-col .schedule-appt-text-ph a {
	font-size: 1.2rem
}
}
@media only screen and (min-width:87.5em) {
#footer {
	text-align: left
}
#footer hr {
	margin: 1.5em 0
}
.flex-column-wrapper.col4>* {
	flex: 0 1 25%
}
#footer .flex-column-wrapper.col4 .footer-logos, #footer .flex-column-wrapper.col4>* {
	flex: 1 1 25%
}
}
@media only screen and (min-width:90em) {
#contact_home_section h2 {
	padding-left: 15%;
	padding-right: 15%
}
}
@media only screen and (max-width:68.49em) {
.menu-buttons {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	margin-bottom: -100em;
	padding-bottom: 100em;
	width: 100%
}
.menu-button {
	display: block;
	flex: 0 1 auto;
	border-left: 1px solid;
	padding: .6em 0 .6em;
	width: 8em;
	line-height: 1;
	text-align: center
}
.menu-button:first-child {
	border-left: 0
}
.menu-buttons svg {
	width: 1em;
	height: 1em;
	margin: 0 auto .4em
}
.menu-button-label {
	display: block;
	font-size: .6em
}
.menu-close {
	display: none
}
.menu-buttons .js-activate.js-active {
	display: none
}
.menu-buttons .js-deactivate.js-active {
	display: block
}
.menu-tab {
	position: fixed;
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
	padding: 1em 0 5em;
	overflow: auto;
	transition: top 700ms
}
.menu-tab.js-active, .menu-tab:target {
	top: 0
}
#menu-menu_main-1, #menu-menu_main-1 ul {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style: none
}
#menu-menu_main-1 li {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none
}
#menu-menu_main-1 a {
	display: block;
	position: relative;
	padding: .5em 2.5em .5em 1.5em
}
#menu-menu_main-1 .menu-item-has-children>a:after {
	content: '';
	position: absolute;
	top: 1.05em;
	right: 1.5em;
	border-style: solid;
	border-color: transparent;
	border-width: .5em .4em 0 .4em;
	transition: all 200ms
}
#menu-menu_main-1 .js-active>a:after {
	transform: rotate(-180deg)
}
#menu-menu_main-1 ul li {
	overflow: hidden;
	max-height: 0;
	transition: max-height 500ms
}
#menu-menu_main-1 ul a {
	padding-left: 2.5em
}
#menu-menu_main-1 ul ul a {
	padding-left: 3.5em
}
#menu-menu_main-1 ul ul ul a {
	padding-left: 4.5em
}
#menu-menu_main-1 .js-active>ul>li {
	max-height: 5em
}
#menu-menu_main-1 .js-active>ul>.js-active {
	max-height: 100em;
	transition: max-height 500ms
}
.nojs #menu-menu_main-1 ul li {
	max-height: none
}
.nojs #menu-menu_main-1 .menu-item-has-children>a:after {
	display: none
}
.menu-buttons {
	background: #001f54;
	border-top: 1px solid #fff
}
.menu-button, .menu-close {
	color: #fff;
	background: #001F54
}
.menu-button:hover, .menu-buttons .menu-close.js-active {
	color: #fff;
	background: #15508A
}
.menu-tab {
	background: #15508A
}
#menu-menu_main-1 a {
	color: #fff
}
#menu-menu_main-1 ul {
	background: #346A9F
}
#menu-menu_main-1 .menu-item-has-children>a:after {
	border-top-color: #fff
}
#menu .menu-cta {
	color: #fff;
	display: block;
	border: 1px solid #FF8E00;
	border-radius: 4px;
	text-align: center;
	margin: .5em 1em;
	padding: .5em
}
#menu .menu-cta:hover {
	background: #FF8E00;
	color: #fff
}
#menu .menu-cta svg {
	width: .9em;
	height: .9em;
	position: relative;
	top: -2px
}
#menu .search-field {
	background: #346A9F;
	width: 72%;
	padding: .5em 1.5em;
	color: #fff;
	margin-right: -.2em
}
#menu .search-submit {
	background: #001f54;
	width: 28%;
	padding: .37em
}
#menu .search-submit:before {
	content: "Search";
	color: #fff
}
#menu .search-submit svg {
	display: none
}
#menu .search-form {
	white-space: nowrap;
	padding-top: 1em
}
#menu ::-webkit-input-placeholder {
color:#ccc
}
#menu ::-moz-placeholder {
color:#ccc
}
#menu :-ms-input-placeholder {
color:#ccc
}
#menu :-moz-placeholder {
color:#ccc
}
#menu-menu_main-1 .bio-menu {
	display: none
}
}
@media only screen and (min-width:68.5em) {
.breakpoint {
	z-index: 685
}
.menu-buttons {
	display: none
}
#menu {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
	font-size: .8em
}
#menu-menu_main-1, #menu-menu_main-1 ul {
	margin: 0;
	padding: 0;
	list-style: none
}
#menu-menu_main-1 li {
	display: block;
	position: relative;
	z-index: 4;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid
}

#menu-menu_main-1 li:first-child a i{
vertical-align: middle;
}

#menu-menu_main-1 a {
	display: block;
	position: relative;
	padding: .5em 0;
	text-align: left
}
#menu-menu_main-1 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	text-align: center;
	padding-left: 3rem;
	padding-right: 3rem
}
#menu-menu_main-1>.menu-item-has-children>a {
	outline: none
}
#menu-menu_main-1>.menu-item-has-children>a:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 11;
	margin-left: -1rem;
	width: 2rem;
	height: 1rem;
	background-position: top center;
	background-position: no-repeat;
	background-size: 2rem 1rem
}
#menu-menu_main-1>.menu-item-has-children>a:after {
	content: url(../images/menu-arrow.svg);
	height: 1em;
	vertical-align: sub;
	line-height: 0;
	display: inline-block;
	transition: all 200ms;
	width: .55em;
	margin-left: .2em
}
#menu-menu_main-1>.js-active>a:after, .nojs #menu-menu_main-1>li:hover>a:after {
	transform: rotate(-180deg)
}
#menu-menu_main-1>.menu-item-has-children>ul {
	position: absolute;
	top: calc(100% + 1rem);
	left: 50%;
	z-index: 10;
	margin-left: -6.5rem;
	padding: 1rem 0;
	width: 13rem;
	max-height: 26rem;
box-shadow:.05rem .2rem .25rem rgba(0,0,0,.1)
}
#menu-menu_main-1 ul a {
	padding: .3em 1em;
	margin: 0;
	font-size: .9em
}
#menu-menu_main-1 .js-active, .nojs #menu-menu_main-1>li:hover {
	z-index: 5
}
#menu-menu_main-1>.menu-item-has-children>ul, #menu-menu_main-1>.menu-item-has-children>a:before {
	opacity: 0;
	transform: scale(.7);
	transform-origin: 50% 0;
	transition: transform 500ms, opacity 300ms;
	pointer-events: none
}
#menu-menu_main-1>.menu-item-has-children>a:before {
	transform-origin: 50% 100%
}
#menu-menu_main-1>.js-active>ul, .nojs #menu-menu_main-1>li:hover>ul, #menu-menu_main-1>.js-active>a:before, .nojs #menu-menu_main-1>.menu-item-has-children:hover>a:before {
	transform: scale(1);
	opacity: 1;
	transition: transform 500ms, opacity 300ms 200ms;
	pointer-events: auto
}
#menu-menu_main-1>.menu-full {
	position: static
}
#menu-menu_main-1>.menu-full>ul {
	left: 3rem;
	right: 3rem;
	margin: 0;
	width: auto
}
#menu-menu_main-1>.mega-menu>.sub-menu, #menu-menu_main-1>.menu-mega>.sub-menu {
	display: flex;
	flex-flow: row wrap;
	padding: 1rem 1rem 1rem 0
}
#menu-menu_main-1>.mega-menu>.sub-menu>li, #menu-menu_main-1>.menu-mega>.sub-menu>li {
	flex: 1 1 0%;
	padding-left: 1rem
}
#menu-menu_main-1>.menu-left>ul {
	margin-left: -50%
}
#menu-menu_main-1>.menu-right>ul {
	left: auto;
	right: 50%;
	margin-right: -50%
}
#menu-menu_main-1>.menu-col-2>ul {
	margin-left: -13rem;
	width: 26rem
}
#menu-menu_main-1>.menu-col-3>ul {
	margin-left: -19.5rem;
	width: 40rem
}
#menu-menu_main-1>.mega-menu>.sub-menu>.menu-span-2, #menu-menu_main-1>.menu-mega>.sub-menu>.menu-span-2 {
	flex: 2 1 0%
}
#menu-menu_main-1 .menu-span-2>ul {
	column-count: 2;
	column-gap: 1rem
}
#menu-menu_main-1>.mega-menu>.sub-menu>.menu-span-3, #menu-menu_main-1>.menu-mega>.sub-menu>.menu-span-3 {
	flex: 3 1 0%
}
#menu-menu_main-1 .menu-span-3>ul {
	column-count: 3;
	column-gap: 1rem
}
#menu-menu_main-1 .menu-span-4>ul {
	column-count: 4;
	column-gap: 1rem
}
.sub-menu .sub-menu .sub-menu a:before {
	content: '-';
	display: inline-block;
	padding: 0 .2em
}
.menu-nested-pages-container {
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.5);
	padding: 0 .5em;
	background: #fff
}
#menu-menu_main-1 {
	background: #fff
}
#menu-menu_main-1 a {
	color: #333;
	transition: color 0ms ease
}
#menu-menu_main-1 a:hover {
	color: #FF8E00
}
#menu-menu_main-1 ul {
	background: #fff
}
#menu-menu_main-1 li li {
	background: #fff
}
#menu-menu_main-1 ul a:hover {
	background: rgba(199,216,231,.5);
	color: #001F54
}
#menu-menu_main-1 .js-active>a {
	background: #fff;
	transition: all 300ms 200ms;
	color: #FF8E00
}
#menu-menu_main-1>.menu-item-has-children>a:before {
	display: none
}
#menu-menu_main-1>.menu-item-has-children>ul {
	top: 100%;
	border-top: 1px solid #15508A
}
#menu-menu_main-1 .mega-menu>ul>li>a, #menu-menu_main-1 .menu-mega>ul>li>a {
	font-weight: 700;
	border-bottom: 1px solid #333;
	color: #333;
	background: none;
	cursor: default
}
#menu .menu-cta, #menu .search-form {
	display: none
}
#menu-menu_main-1 .sub-menu .menu-staff-active a {
	background: rgba(199,216,231,.5)
}
#menu-menu_main-1 .bios-loader:after {
	content: url(../../../themes/fuel-junior/images/menu-arrow.svg);
	line-height: 0;
	display: inline-block;
	transition: all 200ms;
	width: .4em;
	height: .7em;
	position: absolute;
	left: 11.5em;
	top: .6em
}
#menu-menu_main-1 .bios-loader.menu-staff-active:after {
	transform: rotate(-90deg)
}
#menu-menu_main-1 .bios-container .sub-menu {
	height: 23em
}
#menu-menu_main-1 .bio-menu {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	left: 13em;
	bottom: 0;
	padding: 1em;
	background: #e3ebf3;
	text-align: left;
	z-index: 5;
	overflow-y: auto
}
#menu-menu_main-1 .bio-menu .menu-bio-container {
	display: inline-block;
	width: 30%;
	line-height: normal;
	font-size: .9em;
	margin: 0 3% 1em 0;
	padding: 0
}
#menu-menu_main-1 .bio-image-link {
	width: 4.5em;
	height: 5em;
	overflow: hidden;
	float: left;
	border: 1px solid;
	padding: 0;
	margin-right: 1em
}
#menu-menu_main-1 .loading {
	overflow: hidden
}
#menu-menu_main-1 .loading.bio-menu:before, #menu-menu_main-1 .loading.bio-menu:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}
#menu-menu_main-1 .loading.bio-menu:before {
	width: 7em;
	height: 7em;
	border-radius: 50%;
	border: .5em solid rgba(21,80,138,.3);
	border-top-color: #15508a;
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
	z-index: 1
}
#menu-menu_main-1 .loading.bio-menu:after {
	background: #e3ebf3;
	z-index: 0
}
}
@media only screen and (min-width:82.5em) {
.breakpoint {
	z-index: 825
}
.grid, .contain, #menu-menu_main-1 {
	padding-left: calc(50% - 30rem);
	padding-right: calc(50% - 30rem)
}
.overview-content {
	padding: 0 3rem
}
#menu {
	font-size: 1em
}
#menu-menu_main-1>.menu-full>ul {
	left: calc(50% - 30rem);
	right: calc(50% - 30rem)
}
.overview-hto-diagram {
	padding: 0;
	font-size: 1.4em
}
.hto-diagram-labels {
	padding: .2em calc(50% - 30rem)
}
.hto-diagram-bar {
	background: gradient(90deg, #5c53ad 0%, #5c53ad 10%, #1c7394 50%, #ef4747 90%, #ef4747 100%)
}
.hto-diagram-options {
	padding: .5em calc(50% - 30rem)
}
}
@media print {
@page {
margin:.5cm
}
* {
	background: transparent!important;
	color: black!important;
	text-shadow: none!important;
	-webkit-filter: none!important;
	filter: none!important;
	-ms-filter: none!important
}
a, a:visited {
	color: #444!important;
	text-decoration: underline
}
abbr[title]:after {
	content: ' (' attr(title) ')'
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
p, h1, h2, h3 {
	orphans: 3;
	widows: 3
}
h1, h2, h3 {
	page-break-after: avoid
}
#menu-menu_main-1, #sidebar, #sidebar-post, #header, #footer, #comments, .menu-buttons, .page-navigation, .pagination, .wp-prev-next, .respond-form {
	display: none
}
.grid, .contain {
	padding-left: 0;
	padding-right: 0;
	max-width: none
}
}
@keyframes search {
from {
transform:rotate(0deg) translateX(3px) rotate(0deg)
}
to {
	transform: rotate(360deg) translateX(3px) rotate(-360deg)
}
}
@keyframes animateBorder1 {
100% {
right:-51%
}
}
@keyframes animateBorder2 {
100% {
left:-51%
}
}
@keyframes animateBorder3-4 {
100% {
top:102%
}
}
@keyframes animateBorder5-6 {
100% {
width:0
}
}
@keyframes animateAfter {
100% {
bottom:-4.09em
}
}
@keyframes spin {
to {
-webkit-transform:rotate(360deg)
}
}
@-webkit-keyframes spin {
to {
-webkit-transform:rotate(360deg)
}
}
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0,0,0,.9);
	outline: none!important;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.lity.lity-opened {
	opacity: 1
}
.lity.lity-closed {
	opacity: 0
}
.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none!important
}
.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em
}
.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -.8em;
	width: 100%;
	text-align: center;
font-size:.7rem;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.lity-loading .lity-loader {
	opacity: 1
}
.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none!important
}
.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}
.lity-loading .lity-content, .lity-closed .lity-content {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}
.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
-webkit-box-shadow:0 0 .4rem rgba(0,0,0,.6);
box-shadow:0 0 .4rem rgba(0,0,0,.6)
}
.lity-close {
	z-index: 9994;
	width: 1.75rem;
	height: 1.75rem;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 1.75rem;
	font-family: Arial, Baskerville, monospace;
	line-height: 1.75rem;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.lity-close::-moz-focus-inner {
border:0;
padding:0
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 1.75rem;
	font-family: Arial, Baskerville, monospace;
	line-height: 1.75rem;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.lity-close:active {
	top: 1px
}
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0
}
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
	width: 100%;
	max-width: 48.2rem
}
.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch
}
.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #000
}
.lity-hide {
	display: none
}
body.page-id-1767 {
	font-family: 'Source Sans Pro', sans-serif;
	overflow-x: hidden
}
.container-site {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
#main .entry-content .treat .container-site-title {
	color: #fff
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-top: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.hero {
	background: url(../../../themes/fuel-junior/images/GettyImages-90245967_super.jpg) center center no-repeat;
	background-size: cover;
	min-height: 700px
}
.hero img {
	margin-top: 100px;
	margin-bottom: 30px;
	width: 100%;
	display: block
}
.hero p {
	color: #7f8795;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0;
	text-align: center
}
.row.hero-info-container {
	display: flex;
	justify-content: flex-end
}
.hero-info {
	width: 50%
}
.intro {
	padding: 50px 0;
	display: inline-block;
	width: 100%
}
.row.intro-container {
	display: flex
}
.intro-left-col {
	width: 45%
}
.intro-right-col {
	width: 55%;
	margin-top: 30px
}
.intro h2 {
	color: #515b69;
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 50px
}
.intro p {
	color: #7f8795;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0
}
.vidsub {
	width: 100%;
	max-width: 423px
}
.treat {
	background: #1B3054;
	padding: 50px 0;
	display: inline-block;
	width: 100%;
	color: #fff;
	text-align: center
}
.treat h2 {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 20px
}
.treat p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	max-width: 90%;
	margin: auto
}
.row.symptoms-row {
	display: flex;
	margin-right: 0;
	margin-left: 0
}
.symptom-row-box {
	width: 33.333%;
	padding-top: 40px;
	padding-bottom: 20px
}
#main .entry-content .container-site-row-title {
	font-size: 28px;
	line-height: 35px;
	font-weight: 300;
	margin: 30px 0 20px;
	padding: 0;
	color: #fff
}
.treat img {
	max-width: 85%;
	margin: auto
}
.row.story-row {
	display: flex
}
.story-col {
	width: 50%
}
.testimonials {
	text-align: center;
	padding-top: 50px;
	display: inline-block;
	width: 100%;
	text-align: center
}
.testimonials h2 {
	font-size: 60px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 300
}
.testimonials p {
	color: #7f8795;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300
}
.testimonials .video {
	margin-top: 30px;
	padding: 10px 5%;
	color: #fff
}
.testimonials .video1 {
	background: #37507A
}
.testimonials .video2 {
	background: #415B86
}
.testimonials .video h2 {
	font-size: 40px;
	text-transform: inherit
}
.testimonials .video p {
	color: #fff;
	font-size: 20px;
	margin: 30px 0
}
.testimonials .video .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0
}
.testimonials .video .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.footer {
	text-align: center
}
.footer p {
	font-size: 14px;
	line-height: 22px
}
@media(max-width:993px) {
.hero {
	background: #EAF4FE;
	min-height: inherit;
	padding-bottom: 50px
}
.hero img {
	max-width: 500px;
	margin: 50px auto 30px
}
.intro {
	text-align: center
}
.row.intro-container {
	display: block
}
.intro-left-col {
	width: 100%
}
.intro-left-col iframe {
	margin: 0 auto
}
.intro-right-col {
	width: 100%;
	margin-top: 0
}
.row.symptoms-row {
	display: block
}
.symptom-row-box {
	width: 100%
}
.row.story-row {
	display: block
}
.story-col {
	width: 100%
}
.row.hero-info-container {
	display: block
}
.hero-info {
	width: 100%
}
}
@media(max-width:767px) {
.intro h2 {
	font-size: 35px;
	margin-top: 30px
}
.treat h2 {
	font-size: 35px;
	margin-top: 0
}
.treat .col-xs-12.col-sm-12.col-md-4 {
	padding-top: 50px
}
.treat h3 {
	margin: 20px 0 10px
}
.testimonials h2 {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px
}
.testimonials .video h2 {
	font-size: 30px;
	margin: 10px 0 20px
}
.testimonials .video p {
	margin: 20px 0;
	min-height: initial;
	font-size: 18px
}
.footer {
	margin-top: 50px
}
}
@media(max-width:615px) {
body.page-id-1767 .main-header .main-title, body.page-id-1798 .main-header .main-title {
	margin: 1em -.74em 0em -1em
}
body.page-id-1767 .main-header .main-title:after, body.page-id-1798 .main-header .main-title:after {
	display: none
}
}
@media(max-width:450px) {
.container-site {
	padding: 0 15px
}
.hero {
	padding-bottom: 10px
}
.hero img {
	margin: 20px auto 20px
}
.hero p {
	font-size: 16px;
	line-height: 25px
}
.intro {
	padding: 20px 0
}
.intro h2 {
	font-size: 30px;
	margin-top: 20px
}
.intro p {
	font-size: 16px;
	line-height: 25px
}
.vidsub {
	margin-left: 0px!important
}
.treat {
	padding: 30px 0
}
.treat h2 {
	font-size: 30px
}
.treat p {
	font-size: 16px;
	line-height: 26px;
	max-width: 100%
}
.treat .col-xs-12.col-sm-12.col-md-4 {
	padding: 20px 15px
}
.testimonials {
	padding-top: 30px
}
.testimonials p {
	font-size: 16px;
	line-height: 25px
}
.testimonials h2 {
	font-size: 35px
}
.testimonials .video p {
	font-size: 16px
}
}
body.page-id-1798 {
	font-family: 'Source Sans Pro', sans-serif;
	overflow-x: hidden
}
.sinuva-plug-play-container .hero {
	background: url(../../../themes/fuel-junior/images/bg-doctor-big-min.jpg) center center no-repeat
}
CSS from URL:
 .wp-block-audio audio {
width:100%;
min-width:300px;
}
.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
	box-sizing: border-box;
	padding: calc(.667em+2px) calc(1.333em+2px);
}
.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none;
}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25%-.375em);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50%-.25em);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75%-.125em);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	width: auto;
	flex-basis: 100%;
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100:only-child {
	margin-right: 0;
	width: 100%;
}
.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0;
}
.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
	border-radius: 0!important;
}
.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
	border: 2px solid;
	padding: .667em 1.333em;
}
.is-style-outline>.wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: currentColor;
}
.is-style-outline>.wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: transparent;
}
.wp-block-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: .5em;
}
.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin-left: 0;
	margin-right: .5em;
	margin-bottom: .5em;
}
.wp-block-buttons.is-content-justification-right>.wp-block-button {
	margin-left: .5em;
	margin-right: 0;
}
.wp-block-buttons.alignleft .wp-block-button {
	margin-left: 0;
	margin-right: .5em;
}
.wp-block-buttons.alignright .wp-block-button {
	margin-right: 0;
	margin-left: .5em;
}
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .5em;
	width: 100%;
}
.wp-block-calendar tbody td, .wp-block-calendar th {
	border: 1px solid #ddd;
	padding: .25em;
}
.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse;
}
.wp-block-calendar table th {
	font-weight: 400;
	background: #ddd;
}
.wp-block-calendar table caption, .wp-block-calendar table tbody {
	color: #40464d;
}
.wp-block-code code {
	display: block;
	white-space: pre-wrap;
	overflow-wrap: break-word;
}
.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word;
}
.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end;
}
.wp-block-cover, .wp-block-cover-image {
	position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 1em;
}
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
	background-attachment: fixed;
}
.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
	background-repeat: repeat;
	background-size: auto;
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
	content: "";
	background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: .5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9;
}
.wp-block-cover-image:after, .wp-block-cover:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit;
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
	z-index: 1;
	color: #fff;
}
.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center;
}
.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center;
}
.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	width: auto;
	margin: 0;
}
.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	outline: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.wp-block-cover__image-background, .wp-block-cover__video-background {
	z-index: 0;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 840px;
	text-align: center;
	padding: .44em;
}
 .wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left]>[data-type="core/embed"], .wp-block[data-align=right]>[data-type="core/embed"] {
max-width:360px;
width:100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px;
}
.wp-block-cover .wp-block-embed {
	min-width: 320px;
	min-height: 240px;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}
.wp-block-file {
	margin-bottom: 1.5em;
}
.wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: .8em;
	padding: .5em 1em;
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none;
}
.wp-block-file *+.wp-block-file__button {
	margin-left: .75em;
}
.blocks-gallery-grid, .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	align-self: flex-start;
	width: calc(50%-1em);
	margin: 0 1em 1em 0;
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
	height: 100%;
	margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	color: #fff;
	text-align: center;
	font-size: .8em;
	background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%;
	box-sizing: border-box;
	margin: 0;
	padding: 3em .77em .7em;
}
.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image, .blocks-gallery-grid.is-cropped .blocks-gallery-item, .wp-block-gallery.is-cropped .blocks-gallery-image, .wp-block-gallery.is-cropped .blocks-gallery-item {
	align-self: inherit;
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
}
.wp-block-image:not(.is-style-rounded) img {
	border-radius: inherit;
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption {
	display: table-caption;
	caption-side: bottom;
}
.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}
.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}
.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0;
}
.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
	min-height: 2.25em;
	list-style: none;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em;
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5;
}
.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0;
}
.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.wp-block-latest-posts.is-grid li {
	width: 100%;
	margin: 0 1.25em 1.25em 0;
}
.wp-block-latest-posts__featured-image img {
	height: auto;
	width: auto;
	max-width: 100%;
}
.wp-block-latest-posts__featured-image.alignright {
	margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center;
}
.block-editor-image-alignment-control__row .components-base-control__field {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wp-block-media-text {
	direction: ltr;
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	align-self: start;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
	grid-column: 1;
	grid-row: 1;
	margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	grid-column: 2;
	grid-row: 1;
	word-break: break-word;
	padding: 0 8%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	grid-column: 2;
	grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	grid-column: 1;
	grid-row: 1;
}
.wp-block-media-text__media img, .wp-block-media-text__media video {
	max-width: unset;
	width: 100%;
	vertical-align: middle;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	background-size: cover;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
	display: block;
	height: 100%;
}
.wp-block-navigation ul, .wp-block-navigation ul li {
	list-style: none;
	padding: 0;
}
.wp-block-navigation .wp-block-navigation-link, .wp-block-navigation .wp-block-pages-list__item {
	display: flex;
	align-items: center;
	position: relative;
}
.wp-block-navigation .wp-block-navigation-link__content, .wp-block-navigation .wp-block-pages-list__item__link {
	color: inherit;
	display: block;
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon, .wp-block-navigation .wp-block-page-list__submenu-icon {
	height: inherit;
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .wp-block-page-list__submenu-icon svg {
	stroke: currentColor;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content, .wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link {
	padding: 0;
}
.wp-block-navigation .has-child>.wp-block-navigation-link__content, .wp-block-navigation .has-child>.wp-block-pages-list__item__link {
	margin-right: .5em;
}
.wp-block-navigation .has-child .submenu-container, .wp-block-navigation .has-child .wp-block-navigation-link__container {
	background-color: inherit;
	color: inherit;
	position: absolute;
	z-index: 2;
	flex-direction: column;
	align-items: normal;
	min-width: 200px;
	display: none;
	opacity: 0;
	transition: opacity .1s linear;
	visibility: hidden;
}
.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon {
	padding-right: .5em;
}
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container {
	left: auto;
	right: 0;
}
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: auto;
	right: 100%;
}
.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link, .wp-block-navigation.wp-block-navigation .wp-block-page-list, .wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item {
	margin: 0 2em 0 0;
}
.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container>.wp-block-navigation-link, .wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list, .wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list>.wp-block-pages-list__item {
	margin: 0 .5em 0 0;
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container {
	left: -1em;
	top: 100%;
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: -1px;
}
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container {
	left: 0;
	top: 100%;
}
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: 0;
}
.wp-block-navigation__container {
	align-items: center;
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.is-vertical.items-justified-right>ul .wp-block-navigation-link, .is-vertical.items-justified-right>ul .wp-block-pages-list__item {
	margin-right: 0;
	justify-content: flex-end;
}
.wp-block-navigation__responsive-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	align-items: flex-start;
	justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open {
	display: flex;
	flex-direction: column;
	overflow: auto;
	z-index: 100000;
	background-color: inherit;
	padding: 24px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
	line-height: 48px;
	padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container {
	background: transparent!important;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff;
	color: #000;
}
.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
	vertical-align: middle;
	cursor: pointer;
	color: currentColor;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	pointer-events: none;
	display: block;
	width: 24px;
	height: 24px;
}
.items-justified-left .wp-block-navigation__responsive-container-open {
	margin-left: 0;
	margin-right: auto;
}
.items-justified-right .wp-block-navigation__responsive-container-open {
	margin-left: auto;
	margin-right: 0;
}
.wp-block-navigation__responsive-container-close {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 2;
}
.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
	width: 100%;
	height: 100%;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container {
	position: relative;
	opacity: 1;
	visibility: visible;
	border: none;
	padding: 0 0 0 32px;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item {
	flex-direction: column;
	align-items: flex-start;
}
.wp-block-navigation .wp-block-navigation-link__label {
	word-break: normal;
	overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-home-link__content {
	color: inherit;
	display: block;
	padding: .5em 1em;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
	top: -1px;
}
.wp-block-navigation .wp-block-page-list {
	display: flex;
	flex-wrap: wrap;
	background-color: inherit;
}
.wp-block-navigation .wp-block-pages-list__item {
	background-color: inherit;
}
.items-justified-space-between .wp-block-page-list {
	display: contents;
}
.is-small-text {
	font-size: .875em;
}
.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: .68;
	font-weight: 100;
	text-transform: uppercase;
	font-style: normal;
	margin: .05em .1em 0 0;
}
.wp-block-post-author {
	display: flex;
	flex-wrap: wrap;
}
.wp-block-post-author__byline {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: .5em;
}
.wp-block-post-author__bio {
	margin-bottom: .7em;
	font-size: .7em;
}
.wp-block-post-author__content {
	flex-grow: 1;
	flex-basis: 0;
}
.wp-block-post-author__name {
	font-weight: 700;
	margin: 0;
}
.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em;
}
.wp-block-post-comments .comment-form-comment textarea {
	box-sizing: border-box;
	width: 100%;
}
.wp-block-post-comments .reply {
	font-size: .75em;
	margin-bottom: 1.4em;
}
.wp-block-post-comments input, .wp-block-post-comments textarea {
	border: 1px solid #949494;
}
.wp-block-post-comments-form input[type=submit] {
	border: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	overflow-wrap: break-word;
}
.wp-block-preformatted {
	white-space: pre-wrap;
}
.wp-block-pullquote {
	text-align: center;
	margin: 0 0 1em;
	padding: 3em 0;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width: 420px;
}
.wp-block-pullquote p {
	font-size: 1.75em;
	line-height: 1.6;
}
.wp-block-pullquote:not(.is-style-solid-color) {
	background: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal;
}
.wp-block-post-template, .wp-block-query-loop {
	max-width: 100%;
	list-style: none;
	padding: 0;
}
.wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
}
.wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
	width: 100%;
	margin: 0 0 1.25em;
}
.wp-block-query-pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wp-block-query-pagination>.wp-block-query-pagination-next, .wp-block-query-pagination>.wp-block-query-pagination-numbers, .wp-block-query-pagination>.wp-block-query-pagination-previous {
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .5em;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 0 1em;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	font-size: 1.125em;
	text-align: right;
}
.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.wp-block-rss.is-grid li {
	width: 100%;
	margin: 0 1em 1em 0;
}
.wp-block-search .wp-block-search__button {
	background: #f7f7f7;
	border: 1px solid #ccc;
	color: #32373c;
	margin-left: .625em;
	word-break: normal;
	padding: .375em .625em;
}
.wp-block-search .wp-block-search__button svg {
	min-width: 1.5em;
	min-height: 1.5em;
}
.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}
.wp-block-search .wp-block-search__input {
	flex-grow: 1;
	min-width: 3em;
	border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border: 1px solid #949494;
	padding: 4px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 0;
	border: none;
	padding: 0 0 0 .25em;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: .125em .5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto;
}
.wp-block-separator {
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.wp-block-separator.is-style-wide {
	border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
	background: none!important;
	border: none;
	text-align: center;
	width: none;
	line-height: 1;
	height: auto;
}
.wp-block-separator.is-style-dots:before {
	content: "···";
	color: currentColor;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif;
}
.wp-block-site-logo.is-default-size img {
	width: 120px;
	height: auto;
}
.wp-block-social-links {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
	margin-left: 0;
}
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
	margin: 4px 8px 4px 0;
}
.wp-block-social-links .wp-social-link a {
	padding: .25em;
}
.wp-block-social-links.has-small-icon-size {
	font-size: 16px;
}
.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
	font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
	font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
	font-size: 48px;
}
.wp-block-social-links.aligncenter {
	justify-content: center;
	display: flex;
}
.wp-block-social-link {
	display: block;
	border-radius: 9999px;
	transition: transform .1s ease;
	height: auto;
}
.wp-block-social-link a {
	display: block;
	line-height: 0;
	transition: transform .1s ease;
}
.wp-block-social-link:hover {
	transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
	color: currentColor;
	fill: currentColor;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
	background-color: #ff424d;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #fe4500;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none;
	padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
	color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
	color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	color: #d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: .66667em;
	padding-right: .66667em;
}
.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em;
}
.wp-block-table {
	overflow-x: auto;
	margin: 0 0 1em;
}
.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}
.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
	display: table;
	width: auto;
}
.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color: transparent;
}
.wp-block-table .has-border-color>*, .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr {
	border-color: inherit;
}
.wp-block-table table[style*=border-style]>*, .wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr {
	border-style: inherit;
}
.wp-block-table table[style*=border-width]>*, .wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr {
	border-width: inherit;
}
.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0;
}
.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%;
}
pre.wp-block-verse {
	font-family: inherit;
	overflow: auto;
	white-space: pre-wrap;
}
.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0;
}
.wp-block-post-featured-image img {
	max-width: 100%;
	height: auto;
}
:root .has-pale-pink-background-color {
	background-color: #f78da7;
}
:root .has-vivid-red-background-color {
	background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
	background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
	background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
	background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
	background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
	background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
	background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
	background-color: #9b51e0;
}
:root .has-white-background-color {
	background-color: #fff;
}
:root .has-very-light-gray-background-color {
	background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
	background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
	background-color: #313131;
}
:root .has-pale-pink-color {
	color: #f78da7;
}
:root .has-vivid-red-color {
	color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
	color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
	color: #fcb900;
}
:root .has-light-green-cyan-color {
	color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
	color: #00d084;
}
:root .has-pale-cyan-blue-color {
	color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
	color: #0693e3;
}
:root .has-vivid-purple-color {
	color: #9b51e0;
}
:root .has-very-light-gray-color {
	color: #eee;
}
:root .has-cyan-bluish-gray-color {
	color: #abb8c3;
}
:root .has-very-dark-gray-color {
	color: #313131;
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .has-cool-to-warm-spectrum-gradient-background {
background:linear-gradient(135deg, #4aeadc, #9778d120%, #cf2aba40%, #ee2c8260%, #fb696280%, #fef84c);
}
:root .has-blush-light-purple-gradient-background {
	background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .has-blush-bordeaux-gradient-background {
background:linear-gradient(135deg, #fecda5, #fe2d2d50%, #6b003e);
}
:root .has-purple-crush-gradient-background {
background:linear-gradient(135deg, #34e2e4, #4721fb50%, #ab1dfe);
}
:root .has-luminous-dusk-gradient-background {
background:linear-gradient(135deg, #ffcb70, #c751c050%, #4158d0);
}
:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-pale-ocean-gradient-background {
background:linear-gradient(135deg, #fff5cb, #b6e3d450%, #33a7b5);
}
:root .has-electric-grass-gradient-background {
	background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc);
}
.has-small-font-size {
	font-size: .8125em;
}
.has-huge-font-size, .has-larger-font-size {
	font-size: 2.625em;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	word-wrap: normal!important;
	position: absolute;
	top: auto;
	left: -10000rem;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
}
.screen-reader-text:focus {
	background-color: #ddd;
	clip: auto!important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	padding: 15px 23px 14px;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	width: 1px;
	border: 0;
	margin: 0;
	padding: 0;
}
.wpcf7 form .wpcf7-response-output {
	border: 2px solid #00a0d2;
	margin: 2em .5em 1em;
	padding: .2em 1em;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	width: 24em;
	padding: .2em .8em;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}
.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	position: relative;
	margin: 0 24px;
	padding: 0;
}
.wpcf7 form.submitting .ajax-loader {
	visibility: visible;
}
.wpcf7 .ajax-loader::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
to {
	opacity: 0;
	transform: rotate(360deg) translateX(3px) rotate(-360deg);
}
.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}
@font-face {
	font-display: swap;
	font-family: FontAwesome;
	src: url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format(embedded-opentype), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format(woff2), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format(woff), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format(truetype), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format(svg);
	font-weight: 400;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
 100% {
-webkit-transform:rotate(359deg);
transform:rotate(80deg);
}
.fa-rotate-90 {
-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before, .fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before, .fa-users:before {
	content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before, .fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158";
}
.fa-won:before, .fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-sticky-note-o:before {
	content: "\f24a";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-hourglass-o:before {
	content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256";
}
.fa-hand-scissors-o:before {
	content: "\f257";
}
.fa-hand-lizard-o:before {
	content: "\f258";
}
.fa-hand-spock-o:before {
	content: "\f259";
}
.fa-hand-pointer-o:before {
	content: "\f25a";
}
.fa-hand-peace-o:before {
	content: "\f25b";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-safari:before {
	content: "\f267";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-tv:before, .fa-television:before {
	content: "\f26c";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-calendar-plus-o:before {
	content: "\f271";
}
.fa-calendar-minus-o:before {
	content: "\f272";
}
.fa-calendar-times-o:before {
	content: "\f273";
}
.fa-calendar-check-o:before {
	content: "\f274";
}
.fa-industry:before {
	content: "\f275";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-map-o:before {
	content: "\f278";
}
.fa-map:before {
	content: "\f279";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-commenting-o:before {
	content: "\f27b";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-edge:before {
	content: "\f282";
}
.fa-credit-card-alt:before {
	content: "\f283";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-modx:before {
	content: "\f285";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-usb:before {
	content: "\f287";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-pause-circle-o:before {
	content: "\f28c";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stop-circle-o:before {
	content: "\f28e";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-percent:before {
	content: "\f295";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-envira:before {
	content: "\f299";
}
.fa-universal-access:before {
	content: "\f29a";
}
.fa-wheelchair-alt:before {
	content: "\f29b";
}
.fa-question-circle-o:before {
	content: "\f29c";
}
.fa-blind:before {
	content: "\f29d";
}
.fa-audio-description:before {
	content: "\f29e";
}
.fa-volume-control-phone:before {
	content: "\f2a0";
}
.fa-braille:before {
	content: "\f2a1";
}
.fa-assistive-listening-systems:before {
	content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7";
}
.fa-low-vision:before {
	content: "\f2a8";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ac";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4";
}
.fa-handshake-o:before {
	content: "\f2b5";
}
.fa-envelope-open:before {
	content: "\f2b6";
}
.fa-envelope-open-o:before {
	content: "\f2b7";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-address-book:before {
	content: "\f2b9";
}
.fa-address-book-o:before {
	content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
	content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
	content: "\f2bc";
}
.fa-user-circle:before {
	content: "\f2bd";
}
.fa-user-circle-o:before {
	content: "\f2be";
}
.fa-user-o:before {
	content: "\f2c0";
}
.fa-id-badge:before {
	content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb";
}
.fa-shower:before {
	content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "\f2cd";
}
.fa-podcast:before {
	content: "\f2ce";
}
.fa-window-maximize:before {
	content: "\f2d0";
}
.fa-window-minimize:before {
	content: "\f2d1";
}
.fa-window-restore:before {
	content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-eercast:before {
	content: "\f2da";
}
.fa-microchip:before {
	content: "\f2db";
}
.fa-snowflake-o:before {
	content: "\f2dc";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-meetup:before {
	content: "\f2e0";
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	margin: 0;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	height: 0;
	background: rgba(0,0,0,0);
	-webkit-transition: background 500ms 0 500ms;
	transition: background 500ms 0 500ms;
	margin: auto;
}
.modal.m-active {
	height: 100%;
	background: rgba(0,0,0,.4);
	-webkit-transition: background 500ms;
	transition: background 500ms;
}
.modal-contain {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -92%;
	overflow: auto;
	width: 92%;
	background: #fff;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	padding: 1.5em;
}
.modal.m-active .modal-contain {
	left: 0;
	box-shadow: 0 0 2em 0 rgba(0,0,0,.5);
}
.modal-close {
	position: absolute;
	top: .4em;
	right: .5em;
	color: #ccc;
}
.alert-bar {
	color: #fff;
	line-height: 1.5;
	text-align: center;
	padding: .6em 0;
}
.alert-bar .fa {
	padding-right: .6em;
	line-height: 1.5;
}
.alert-bar .button {
	font-size: .7em;
	line-height: 1;
	background: #043f5e;
	margin: 0 0 0 2em;
	padding: .4em 1em;
}
.alert-bar.red {
	background-color: #943838;
}
.alert-bar.orange {
	background-color: #EE8B3F;
}
.alert-bar.blue {
	background-color: #5F4FA0;
}
.alert-bar.green {
	background-color: #599A43;
}
#pollen_counter.single {
	max-width: 400px;
}
#pollen_counter.double .pollen-type {
	width: 45%;
	display: inline-block;
	margin-right: 4%;
}
#pollen_counter.horizontal .pollen-type {
	width: 22%;
	display: inline-block;
	margin-right: 2%;
}
#pollen_counter b {
	display: block;
	margin-bottom: 1em;
}
#pollen_counter .st0 {
	fill: #6D6D6D;
}
#pollen_counter .st1 {
	fill: #ED1C24;
}
#pollen_counter .st2 {
	fill: #F8EF1D;
}
#pollen_counter .st3 {
	fill: #F57E20;
}
#pollen_counter .st4 {
	fill: #85C440;
}
#pollen_counter .st5 {
	opacity: .42;
}
#pollen_counter .st6 {
	fill: #E6E7E7;
}
#pollen_counter .needle {
	animation: 1s ease .5s 1 forwards;
	transform-origin: 50% 90%;
	transform-style: preserve-3D;
	transform: rotate(-94deg);
}
#pollen_counter .absent .needle {
	animation-name: absent;
}
#pollen_counter .low .needle {
	animation-name: low;
}
#pollen_counter .moderate .needle {
	animation-name: moderate;
}
#pollen_counter .high .needle {
	animation-name: high;
}
#pollen_counter .very-high .needle {
	animation-name: very-high;
}
#pollen_counter .not-counted {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#top-banner-anouncement {
	background-color: #009D25;
	background-position: center;
	text-align: center;
}
#top-banner-anouncement p {
	display: inline-block;
	color: #fff;
font-size:.9rem;
	margin: 0;
}
#top-banner-anouncement a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 4px;
	margin: 0 1rem;
padding:0 .5rem;
}
#top-banner-anouncement a:hover {
	background-color: #fff;
	color: #009D25;
}
*, :before, :after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	box-sizing: border-box;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	font-size: 125%;
	-webkit-overflow-scrolling: touch;
}
body, table, tbody, thead, tr, th, td, iframe, div, section, article, aside, header, footer, main, menu, nav, h1, h2, h3, h4, h5, h6, form, fieldset, legend, button, input, select, optgroup, option, textarea, ul, ol, li, dl, dt, dd, blockquote, p, details, summary, pre, figure, img, audio, canvas, video, object, embed, span, a, strong, b, em, i, u, s, cite, abbr, sub, sup, mark, del, ins, code, kbd, samp, var {
	vertical-align: top;
	border: 0;
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
	text-transform: none;
	color: inherit;
	background: none;
	overflow: visible;
	outline: none;
	margin: 0;
	padding: 0;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
textarea {
	overflow: auto;
	resize: vertical;
}
button, input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
 [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0;
}
 [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:ButtonText dotted 1px;
}

::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	transition: all 300ms ease;
	font-family: 'Roboto Condensed', sans-serif;
	color: #4a4a4a;
}
a:active, a:hover {
	outline-width: 0;
}
a:focus {
	outline: dotted thin;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
body {
	position: relative;
	font-size: 1em;
	line-height: 1.5;
	background: #fff;
	font-family: Roboto, sans-serif;
	color: #4a4a4a;
}
iframe, img, svg, audio, canvas, video, object, embed {
	vertical-align: middle;
	max-width: 100%;
}
iframe {
	margin: 0 auto 1.5em;
}
dd {
	margin: 0 1.5rem 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	font-weight: 700;
	font-family: Merriweather, serif;
	margin: 1.5em 0 .5em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 2.5em;
}
li>ul, li>ol {
	margin: 0 0 0 1.5em;
}
li {
	margin: 0 0 .5em;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 1.5em;
}
em, i, dfn, cite, blockquote, figcaption {
	font-style: italic;
}
s, del {
	text-decoration: line-through;
}
sub, sup {
	position: relative;
	vertical-align: baseline;
	font-size: .75em;
	line-height: 0;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
abbr[title] {
	border-bottom: 1px dotted;
}
#wpadminbar {
	background: #1376b9;
}
.widget {
	display: block;
	box-shadow: 0 0 1rem #979797;
border-radius:.2rem;
	margin: 0 0 1.5em;
}
.widgettitle {
	margin: 0 0 .3em;
}
.alignleft, .alignright, .aligncenter, .wp-post-image {
	display: block;
	clear: both;
	margin: 0 auto 1.5em;
}
.wp-caption {
	max-width: 100%;
	margin: 0 0 1.5em;
}
.wp-caption .wp-caption-text {
	margin: .8075em 0;
}
.breakpoint {
	display: none;
	position: relative;
	z-index: 0;
}
.clear:after, .contain:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.contain {
	display: block;
	position: relative;
	width: 100%;
	margin: auto;
	padding: 0 1.5rem;
}
.flex-column-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flex-column-wrapper>* {
	flex: 1 1 auto;
	min-width: 15em;
	margin: 0 0 1.5em;
}
.flex-column-wrapper.col3>* {
	flex: 0 1 33.33%;
}
.skip-to-content {
	display: block;
	position: absolute;
	top: -10000rem;
	left: 1em;
	z-index: 99999;
	background: #eee;
	box-shadow: 1px 1px .2em rgba(0,0,0,.5);
	transition: none;
	padding: .5em 1em;
}
.skip-to-content:focus {
	top: 1em;
}
.button {
	display: inline-block;
	vertical-align: middle;
	border-radius: .25em;
	font-size: 1em;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 300ms;
	color: #fff;
	background: #FF8E00;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.4);
	border: 1px solid transparent;
	padding: .5em 1em;
}
.button:hover, .button:active, .button:focus {
	text-decoration: none;
	outline: none;
	color: #ff8e00;
	background: #fff;
	border: 1px solid;
}
#wrapper {
	max-width: 96rem;
	margin: auto;
}
a:hover {
	color: #FF8E00;
}
#main .entry-wrapper:not(.entry-fullwidth) .entry-content a:not(.button) {
	color: #FF8E00;
	position: relative;
	display: inline-block;
}
#main .entry-wrapper:not(.entry-fullwidth) .entry-content a:not(.button):after {
	content: '';
	width: 0;
	height: 1px;
	background: #ff8e00;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: auto;
}
.noBull li {
	list-style: none;
}
span.wpcf7-not-valid-tip {
	display: block;
	background: #d25d5d;
	color: #fff;
	font-size: .85em;
	padding: .3em 1em;
}
.kc_captcha .wpcf7-not-valid .captcha-image {
	border: 1px solid red;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 0;
	color: #fff;
	background: #d25d5d;
	margin: 0;
	padding: .3em 1em;
}
div.wpcf7-mail-sent-ok {
	border: 0;
	font-weight: 700;
	background: #6cbd4a;
	color: #fff;
}
.gfield {
	border: 1px solid #999;
border-radius:.3rem;
	list-style: none;
	overflow: hidden;
	background: #fff;
margin:0 0 .7rem;
padding:.3rem;
}
.gfield .medium {
	width: 100%;
	color: #4a4a4a;
	background: #fff;
padding:.2rem .9rem;
}
.gfield_label {
	display: block;
	font-size: .7em;
	line-height: normal;
padding:.1rem .4rem 0;
}
.ginput_recaptcha {
	max-width: 304px;
	overflow: hidden;
	margin: auto;
	padding: 1em 0 0;
}
.gform_footer {
	position: relative;
margin-top:.7rem;
}
.gform_ajax_spinner {
	position: absolute;
	top: 0;
right:.5rem;
	bottom: 0;
	border: .2em solid rgba(0,0,0,.4);
	border-left: .2em solid #07B084;
	border-radius: 50%;
	width: 1.2em;
	height: 1.2em;
	animation: rotate 1.1s infinite linear;
	margin: auto;
}
.gform_submission_error {
	font-size: .8em;
	color: #cc2d3f;
	margin: 0 0 1rem;
}
.validation_message {
	font-size: .7em;
	color: #cc2d3f;
padding:0 .4rem;
}
.gf_login_form {
	max-width: 24rem;
	margin: auto;
}
.gf_login_form input[type=text], .gf_login_form input[type=password] {
	width: 100%;
	color: inherit;
	padding: 0 .5em;
}
.gf_login_form .gfield-choice-input {
margin:.4rem .2rem 0 0;
}
.captcha-image {
	display: block;
	text-align: center;
	font-size: .8em;
}
.captcha-image .cf7ic_instructions {
	display: block;
	margin-bottom: .5em;
	color: #15508A;
}
.captcha-image svg {
	width: 1em;
	height: 1em;
	font-size: 2.35em!important;
	transition: all .4s linear;
	margin: 0 .3em;
	padding: 0;
}
.icon-fallback, .captcha-image label>input {
	position: absolute;
	visibility: visible!important;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
}
.kc_captcha span.wpcf7-not-valid-tip {
	font-size: .68em;
}
.gfic_screenreader {
	display: inline-block;
	position: absolute;
	top: -10000rem;
	left: 1em;
	z-index: 99999;
	background: #fff;
	box-shadow: 1px 1px .2em rgba(0,0,0,.5);
	transition: none;
	border-radius: 2em;
	width: 1.5rem;
	height: 1rem;
	line-height: 1;
}
.captcha-image .gfic_screenreader svg {
	width: 1rem;
height:.5rem;
	font-size: 1em;
	position: relative;
	top: 0;
	margin: 0;
}
.gfic_screenreader:focus {
	position: relative;
top:.25rem;
	left: 0;
}
.captcha-image label>input:focus+svg {
	outline: 1px dashed #ccc;
}
#map_holder {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#map_holder #info_panel {
	position: relative;
	background: #555;
	color: #fff;
	overflow-y: scroll;
	min-width: 15em;
	flex: 1;
}
 #map_holder #info_panel::-webkit-scrollbar {
width:.3em;
}
 #map_holder #info_panel::-webkit-scrollbar-thumb {
background-color:#888;
}
#map_holder #info_panel .info-box {
	font-size: .8em;
	border-bottom: 1px solid #999;
	padding: 1em;
}
#map_holder #info_panel .info-box>h3 {
	font-size: 1em;
	margin: 0;
}
#map_holder #info_panel .info-box a, #super_panel a {
	color: #fff;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
#map_holder #map_canvas {
	min-width: 15em;
	height: auto!important;
	box-flex: 3;
	flex: 3 0;
	min-height: 15em;
}
#map_holder #legend {
	background: rgba(255,255,255,.8);
	z-index: -1;
	position: absolute;
	bottom: .7em;
	right: 0;
	margin: 1em;
	padding: 1em;
}
#map_holder #legend h3 {
	text-decoration: underline;
	margin: 0;
}
#map_holder #legend div {
	margin-top: .5em;
}
#map_holder #legend img {
	width: 1em;
	margin-right: .5em;
}
#map_holder #map_canvas .info-box h3 {
	margin: 0 0 .2em;
}
#map_holder .info-img {
	background-size: cover;
	height: 10em;
	position: relative;
}
#map_holder .title-box {
	background: #4285f4;
	position: relative;
	padding: 1em 1em 1em 4em;
}
#map_holder .title-box.has-image {
	background: rgba(66,133,244,.9);
	position: absolute;
	width: 100%;
	bottom: 0;
}
#map_holder .title-box #back_to_panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #326ac6;
	width: 3em;
	cursor: pointer;
	transition: all .4s ease;
}
#map_holder .title-box.has-image #back_to_panel {
	background: rgba(50,106,198,.7);
}
#map_holder .title-box #back_to_panel svg {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .4s ease;
	color: rgba(255,255,255,.4);
	margin: auto;
}
#map_holder .title-box #back_to_panel:hover {
	background: #1a5dcd;
	color: rgba(255,255,255,1);
}
#map_holder .title-box #back_to_panel:hover svg {
	color: rgba(255,255,255,1);
}
#map_holder .title-box h3 {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0;
}
#map_holder #super_panel .fuel-average-rating i {
	color: #8eb6f8;
}
#map_holder .details-svg {
	float: left;
	font-size: 1em;
	width: 1em;
	height: 1em;
	margin: .3em 1em 0 0;
}
#map_holder .location-hours {
	display: inline-block;
	max-width: fit-content;
}
#map_holder .gm-style .gm-style-iw {
	overflow: visible;
}
#map_holder .gm-style .gm-style-iw * {
	overflow: visible!important;
}
#map_holder .gm-style .gm-style-iw .hover-info-box {
	width: 15em;
	position: relative;
	left: -.7em;
	top: -.4em;
	padding-left: 1em;
}
#map_holder .gm-style .gm-style-iw .info-img2 {
	float: left;
	width: 5em;
	height: 5em;
	background-size: cover;
	margin: 0 1em -.8em -1em;
}
#map_holder .gm-style .gm-style-iw .infobox-title {
	line-height: 1.2;
	font-size: 1em;
	text-overflow: ellipsis;
	overflow: hidden!important;
	padding-top: 1em;
	margin: 0;
}
#map_holder .gm-style .gm-style-iw .fuel-average-rating .half-under {
	overflow: hidden!important;
}
.static-map a {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.static-map a:before {
	content: "Get Directions";
	position: absolute;
	width: 10em;
	height: 1.9em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #fff;
	border-radius: .3em;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 0 40em rgba(0,0,0,.5), inset 0 0 20em rgba(0,0,0,.5);
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.25;
	opacity: 0;
	transition: all .4s ease;
	margin: auto;
	padding: .1em;
}
.location-hours {
	max-width: 15em;
	width: auto;
}
.location-hours td {
	padding: .1em .25em;
}
.fuel-rating, .fuel-rating2, .fuel-average-rating {
	display: inline-block;
	direction: rtl;
	text-align: center;
	line-height: 1;
}
.fuel-rating i, .fuel-rating2 i, .fuel-average-rating i {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: .25em .1em;
}
.fuel-rating:hover i {
	transition: all .2s linear;
}
.fuel-rating:hover label>input:checked+i, .fuel-rating:hover .checked~label i {
	color: #888;
}
.fuel-rating label i:hover {
	color: #ffd700!important;
	transform: scale(1.4);
}
.fuel-rating label:hover~label i {
	color: #ffd700!important;
}
#reviews_blanket {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: rgba(0,0,0,.0980392);
}
.reviews-alert {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 12.5em;
	height: 12.5em;
	font: 1em Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	background: #fff;
	box-shadow: 0 .5em 2.2em .4em rgba(0,0,0,.14), 0 .5em .75em -.3em rgba(0,0,0,.12), 0 1.2em 2em .15em rgba(0,0,0,.2);
	margin: auto;
	padding: 1.25em;
}
.rating_total {
	float: left;
	line-height: 1.75;
	margin: 0 .625em 0 0;
}
.fuel-average-rating .half-under {
	position: relative;
	z-index: 3;
	overflow: hidden;
	width: .5em;
	margin-left: -.6em;
}
.fuel-average-rating .half-star {
	position: relative;
	z-index: 1;
}
.toggler {
	border-radius: .2em .2em 0 0;
	border: 1px solid #15508a;
	border-bottom-color: #15508a;
	color: #fff!important;
	background: #15508a;
	cursor: pointer;
	transition: background-color .4s ease, color .4s ease;
	margin: .5em 0 0!important;
	padding: .2em 1em .3em;
}
.toggler:hover {
	border: 1px solid #15508a;
	color: #15508a!important;
	background: transparent;
}
.toggler svg {
	width: 1em;
	height: 1em;
	position: relative;
	top: .2em;
	left: -.5em;
	transform: all .4s ease;
}
.toggler.js-active svg {
	transform: rotate(-180deg);
}
.toggle {
	display: none;
	margin-bottom: 1em;
	border: 1px solid #15508a;
	border-top: 0;
	border-radius: 0 0 .2em .2em;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	padding: 1em 1em 0;
}
.quiz-status-steps {
	display: flex;
	flex: 0 0 auto;
	justify-content: space-between;
	list-style: none;
	max-width: 20em;
	margin: 1em auto;
}
.quiz-status-step {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0;
}
.quiz-status-step:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 0;
	max-width: 0;
	height: .1em;
	background: #ddd;
	transition: max-width 400ms;
	margin: auto;
}
.quiz-complete:after {
	width: 11vw;
	max-width: 250%;
	background: #999;
}
.quiz-status-circle {
	display: block;
	position: relative;
	z-index: 1;
	border: .15em solid #ddd;
	border-radius: 50%;
	width: 1.25em;
	height: 1.25em;
	color: #ddd;
	background: #ddd;
	transition: all 400ms;
}
.quiz-status-circle:before {
	vertical-align: top;
	font-size: .75em;
	line-height: 1.3;
}
.quiz-current .quiz-status-circle {
	transform: scale(1.2);
	border-color: #999;
}
.quiz-complete .quiz-status-circle {
	color: #fff;
	background: #999;
	border-color: #999;
}
.quiz-start {
	margin-top: 1em;
}
.quiz-step {
	position: relative;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 500ms 0 500ms;
}
.quiz-step.quiz-current {
	z-index: 2;
	max-height: 100em;
	opacity: 1;
	transition: opacity 500ms 500ms 0 500ms;
}
.quiz-answer {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.quiz-answer-radio {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}
.quiz-answer-text {
	margin: 1em 1em 0;
}
.download-table {
	margin-bottom: 4em;
}
.download-table td {
	display: block;
	vertical-align: middle;
	text-align: center;
	padding: 1em;
}
.download-table td:nth-child(1) {
	padding-bottom: .3em;
}
.download-table td:nth-child(2) {
	padding-top: .3em;
	border-bottom: 1px solid #15508A;
}
.download-table td .button svg {
	width: 1em;
	height: 1em;
	font-size: 1em;
	margin: 0;
}
.download-table td:nth-child(1) svg {
	max-width: .8em;
	max-height: .8em;
	vertical-align: initial;
}
.gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.gallery-wrapper a {
	flex: 1 1 30%;
	height: 15em;
	min-width: 10em;
	position: relative;
	border-radius: .25em;
	overflow: hidden;
}
.gallery-wrapper a img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}
.gallery-wrapper .button {
	margin: 1px;
	padding: 0;
}
.gallery-wrapper .button span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
	height: 5em;
	margin: auto;
}
.gallery-wrapper a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.2);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.gallery-wrapper a:hover:before {
	background: rgba(0,0,0,0);
}
.gallery-wrapper a.lity-vid svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 3em;
	height: 3em;
	margin: auto;
}
.gallery-wrapper a.lity-vid svg .youtube-red {
	fill: #2f302b;
}
.gallery-wrapper a.lity-vid:hover svg .youtube-red {
	fill: red;
}
#header {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding-top: 1em;
	border-bottom: 1px solid #15508A;
	margin-bottom: 1em;
}
.logo {
	flex: 1;
}
#header_numbers {
	position: fixed;
	top: 100vh;
	background: #15508a;
	text-align: left;
	width: 100%;
	min-height: fit-content;
	height: 100vh;
	z-index: 999;
	border: 1px solid #15508A;
	line-height: 1;
	padding: 1em;
}
#header_numbers.js-active {
	display: block;
	top: 0;
}
#header_numbers .close-numbers {
	position: absolute;
	right: 1em;
	color: #4A4A4A!important;
	width: .85em;
	height: .85em;
}
#header_numbers .close-numbers:hover {
	color: #FF8E00!important;
}
#header_numbers .phone {
	color: #fff;
	border: none;
	display: block;
	padding: .5em 0;
}
#header_numbers hr {
	background: #15508A;
	height: 1px;
	margin: .5em -1em;
}
#header_numbers .phone span {
	font-weight: 400;
}
#header_numbers .phone span.phNum {
	display: inline-block;
	white-space: normal;
}
#header_numbers .phone svg {
	float: left;
	position: relative;
	top: .1em;
	color: #FF8E00;
	width: .85em;
	height: .85em;
	margin: 0 .3em 1em 0;
}
#menu-menu_main-1 svg {
	width: 1em;
	height: .85em;
}
#footer_map {
	display: none;
	background-image: url(../../../themes/fuel-junior/images/footer-map.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 16em;
	position: relative;
}
#footer {
	color: #fff;
background:linear-gradient(180deg, #15508A0%, #001F54100%);
	padding-top: 2em;
	text-align: center;
}
#footer .flex-column-wrapper.col4>* {
	flex: 0 1 33%;
}
#footer .flex-column-wrapper.col4 .footer-logos {
	padding-bottom: 1em;
	flex: 1 1 100%;
}
.footer-logos>svg {
	max-height: 6em;
}
#footer h3 {
	font-weight: 400;
	font-size: 1.2em;
	margin: 0 0 .5em;
}
#footer h4 {
	font-size: 1em;
	font-family: Roboto;
	margin-top: 0;
}
#footer a svg {
	width: 2em;
	height: 2em;
	margin: 0 .1em;
}
#footer hr {
	background: #fff;
	height: 1px;
	width: 12.25em;
	margin: 1.5em auto;
}
#footer .footer-loc a {
	padding-left: 1.5em;
	display: inline-block;
}
#footer .footer-loc svg {
	width: 1em;
	color: #FF8E00;
	margin: 0 .5em 0 0;
}
#footer .footer-loc a svg {
	left: 0;
	top: -.3em;
	width: .9em;
	position: absolute;
}
#footer .footer-loc small {
	padding-left: 2em;
}
#footer .site-info {
	padding-top: 2em;
	padding-bottom: 3em;
	border-top: 1px solid #15508A;
	margin-top: .5em;
	font-size: .8em;
	display: flex;
	flex-wrap: wrap;
}
#footer .site-info>* {
	flex: 1 1 auto;
	line-height: 1.5;
	padding-bottom: 2em;
}
#menu-copyright-menu li {
	list-style: none;
	display: block;
}
.entry-sidebar {
	margin-top: 2em;
}
.entry-sidebar #secondary {
	margin: 0 -1.5em;
}
.entry-sidebar #secondary .widget-title {
	background-color: #001F54;
	color: #fff;
	font-family: "Roboto Condensed";
	font-weight: 400;
	font-size: 1.2em;
	text-align: center;
border-radius:.2rem .2rem 0 0;
	margin: 0;
	padding: .5em;
}
.entry-sidebar #secondary .widget ul {
	list-style: none;
	margin: 0;
}
.textwidget .schedule-appt-right-col {
	height: auto;
	padding: 0 0 2rem;
}
.textwidget a.sched-appt-btn {
border:.05rem solid #001F54;
border-radius:.25rem;
}
.home-header {
	color: #001F54;
	padding-bottom: 2.75em;
	overflow: hidden;
	margin-bottom: -2em;
}
.home-header .home-title {
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: .2em 1.5em;
}
.title-background {
	position: relative;
	top: 4.1em;
	background: linear-gradient(180deg, rgba(255,255,255,.3) 0 90%;
}
.title-background:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 100vw solid transparent;
	border-bottom: 3em solid rgba(255,255,255,.3);
	display: block;
	position: absolute;
	top: -3em;
}
.home-header p {
	font-size: 1.3em;
	text-align: center;
	font-style: italic;
	padding: .5em 1em 1em;
}
.home-header p:last-of-type {
	padding-bottom: 2rem;
}
.cta-section a {
	display: inline-block;
	position: relative;
	top: 0;
	background: #15508A;
	color: #fff;
	padding-top: .15em;
	box-shadow: 0 0 .8em 0 rgba(0,0,0,.4);
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin: .5em 0;
}
.cta-section a svg {
	display: block;
	background: #fff;
	width: 100%;
	height: 4em;
	margin-top: .15em;
	padding: 5% 40%;
}
.cta-section a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3em;
	height: 3em;
	width: 100%;
}
.welcome-section {
	max-width: 38em;
	line-height: 1.9;
	margin: 0 auto 3em;
	padding: 0 1em;
}
.welcome-section h2 {
	text-align: center;
	color: #001F54;
	font-size: 1.5em;
	font-weight: 400;
}
#animation_section {
	position: relative;
	overflow: hidden;
}
#animation_section #featured_header, #main .entry-content.entry-page h2.overview-title {
	position: relative;
	background-color: #15508A;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	font-weight: 400;
	margin: 0;
	padding: .7em 1em;
}
#animation_section #featured_header:after {
	content: "";
	display: block;
	width: .612em;
	height: .612em;
	background: #001F54;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.33em;
	transform: rotate(45deg);
	box-shadow: 0 0 0 2px;
	margin: auto;
}
#animation_section section {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0;
}
#animation_section section .animated-home-content {
	margin: 0 auto;
	padding: 0 1em;
}
#animation_section section .animated-home-content h3 {
	color: #001f54;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
}
#animation_section section .animated-home-content p {
	line-height: 1.6em;
	max-width: 30em;
}
#animation_section section img {
	box-shadow: 0 0 .8em rgba(0,0,0,.5);
	order: 2;
	align-self: center;
	flex: 0 0 auto;
}
#animation_section .button {
	font-size: 1.2em;
	display: block;
	width: fit-content;
	margin: 0 auto 2em;
}
#animation_section #tagline_home_section, .tagline {
	position: relative;
	font-size: 1.5em;
	text-align: center;
	display: block;
	font-style: italic;
	color: #15508A;
	border: 3px solid #15508A;
	background: #fff;
	max-width: 30em;
	width: calc(100%-1em);
	line-height: 1.5em;
	margin: 2em auto;
	padding: 1em 1em 0;
}
#contact_home_section {
	background-color: #d0dce8;
	overflow: hidden;
}
#contact_home_section h2 {
	background: url(../../../themes/fuel-junior/images/contact-image.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-shadow: 0 2px 2px #082A64;
	font-size: 1.8em;
	font-family: Roboto;
	position: relative;
	margin: 0;
	padding: 1em 1em 1.5em;
}
#contact_home_section h2 small {
	font-size: .56em;
	display: block;
}
#contact_home_section h2:after {
	content: '';
	border-top: 1.5em solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 100vw solid #d0dce8;
	position: absolute;
	right: 0;
	bottom: 0;
}
.schedule-appt-right-col {
	margin-top: 1rem;
	margin-bottom: 2rem;
	display: flex;
	height: 16rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 1.5rem;
}
.schedule-appt-text p {
	color: #001F54;
	width: 100%;
	max-width: 20rem;
}
.schedule-appt-text-ph {
	text-align: center;
	margin-bottom: 1rem;
}
.schedule-appt-text-ph a {
	color: #FF8E00;
	font-size: 1.2rem;
	font-weight: 700;
}
.schedule-appt-text-ph .fa {
	vertical-align: middle;
}
a.sched-appt-btn {
	display: flex;
box-shadow:0 .1rem .2rem #979797;
border-radius:.2rem;
	width: 100%;
	max-width: 15rem;
	margin: 0 auto;
}
a.sched-appt-btn:hover span.sched-appt-btn-left {
	background-color: #fff;
	color: #001F54;
}
a.sched-appt-btn:hover span.sched-appt-btn-right {
	background-color: #FF8E00;
}
span.sched-appt-btn-left {
	background-color: #001F54;
	width: calc(100%-2.2rem);
	display: flex;
	align-items: center;
	color: #fff;
border-radius:.2rem 0 0 .2rem;
padding:.3rem .5rem;
}
span.sched-appt-btn-left .fa {
margin-right:.3rem;
}
span.sched-appt-btn-right {
	display: flex;
	width: 2.2rem;
	justify-content: center;
	align-items: center;
	background-color: #fff;
border-radius:0 .2rem .2rem 0;
}
span.sched-appt-btn-right .fa {
	color: #FF8E00;
	font-size: 1.3rem;
}
.wpcf7 form {
	max-width: 22em;
	margin: 0 auto;
	padding: 2em 1em 1em;
}
.wpcf7 label {
	color: #15508A;
	font-size: .8em;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 select {
	background: #fff;
	border: 1px solid #15508A;
	width: 100%;
	padding: .3em;
}
.wpcf7 select {
	padding: .4em;
}
#footer_map #map_holder {
	height: 100%;
}
.main-header {
	padding-top: 2em;
}
.main-header, .home-header {
	background: url(../../../themes/fuel-junior/images/hero.jpg) no-repeat;
	background-size: cover;
	background-position: 25% top;
	position: relative;
}
.main-header .main-title {
	display: block;
	position: relative;
	color: #082A64;
	font-size: 2em;
	font-weight: 400;
	background: linear-gradient(180deg, rgba(255,255,255,.3) 0 100%;
	margin: 1em -.74em 2em -1em;
	padding: 1em;
}
.main-header .main-title:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: auto;
	bottom: -1em;
	right: 0;
	border-top: 0 solid transparent;
	border-bottom: 1em solid transparent;
	border-right: 100vw solid rgba(255,255,255,.8);
}
.main-header .main-breadcrumbs {
	background-color: rgba(0,31,84,.7);
	color: #fff;
	font-size: .8em;
	margin: 0 -1.8em;
	padding: 1em;
}
#main .entry-content {
	min-height: 20em;
	width: 100%;
	line-height: 1.9em;
	margin-bottom: 2em;
}
#main .entry-content h2 {
	color: #001F54;
	font-size: 1.8em;
	font-weight: 400;
	margin: 1em 0 .2em;
}
#main .entry-content h3 {
	color: #15508A;
	font-size: 1.3em;
	font-weight: 400;
	margin: 1em 0 .2em;
}
blockquote {
	color: #001F54;
	font-size: 1.5em;
	border-top: .267em solid;
	border-bottom: .267em solid;
	padding: 1em;
}
.style-container {
	border: 1px solid #15508A;
	margin-bottom: 3em;
	clear: both;
	padding: 1em;
}
.style-container:after {
	content: '';
	display: block;
	clear: both;
}
.style-container h2 {
	background: #15508A;
	color: #fff!important;
	margin: -.6em -.6em 1em!important;
	padding: .5em 1em;
}
.style-container img {
	max-width: 15em;
	width: 100%;
	margin-bottom: 0;
	border: none;
}
.style-container p {
	overflow: hidden;
	min-width: 10em;
}
.service-box {
	margin-bottom: 3em;
}
#loc-details svg {
	width: .7em;
	height: .7em;
	color: #15508A;
	position: relative;
	top: .65em;
	float: left;
	margin: 0 .4em 0 0;
}
#loc-details svg:nth-child(2) {
	transform: rotate(90deg);
	margin-bottom: 4em;
}
#loc_cards .location-box {
	margin-bottom: 2em;
	font-size: .9em;
	line-height: 1.6;
	border: 1px solid #15508A;
	overflow: hidden;
}
#main .entry-content #loc_cards .location-title {
	color: #fff;
	background: #15508A;
	line-height: .8;
	font-family: "Roboto Condensed";
	font-size: 1.5em;
	flex: 1 1 100%;
	margin: 0;
	padding: .8em;
}
.loc-card-half {
	flex: 1 1 50%;
	padding: 1em;
}
.location-map-wrapper {
	flex: 1 1 50%;
	min-width: 300px;
	min-height: 300px;
	background-position: center;
	background-size: cover;
}
#main #loc_cards .location-box .loc-card-half:nth-child(2) a {
	padding-left: 1.5em;
	display: inline-block;
	margin-top: 1em;
}
#loc_cards .location-box p {
font-size:.8rem;
	position: relative;
}
#loc_cards svg {
	width: 1em;
	height: 1em;
	margin-right: .5em;
	color: #FF8E00;
}
#loc_cards a svg {
	position: absolute;
	top: .3em;
	left: 0;
	width: .9em;
	height: .9em;
}
#loc_cards p svg {
	position: relative;
	top: -.1em;
}
#loc_cards .static-map a {
	position: absolute!important;
}
.location-box h4 {
	font-size: 1.1em;
	font-family: inherit;
}
.location-template-default iframe {
	height: 15em;
	padding-right: 2em;
}
.clinic-shot-hours {
	position: relative;
	padding-left: 1.5em;
	display: inline-block;
}
.clinic-shot-hours svg {
	position: absolute;
	left: 0;
	top: .2em;
}
.reviewmgr-embed iframe {
	height: 127em;
}
.page-template-page_fullwidth .wpcf7 {
	margin: 0 -1.5em 1em;
}
.page-template-page_fullwidth .wpcf7:before {
	content: "Contact Us Today!";
	text-align: center;
	display: block;
	background: #15508A;
	color: #fff;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
	padding: .25em;
}
.page-template-page_fullwidth .wpcf7 form {
	padding-top: 1em;
}
.page-template-page_fullwidth .wpcf7 .ajax-loader {
	position: absolute;
	bottom: 2em;
}
.children-tab-wrapper .child-tab a:hover:before {
	border-left: 8px solid #15508a;
}
.children-tab-wrapper {
	background: #DCE5EE;
}
.page-id-52 .trigger {
	background-image: url(../../../themes/fuel-junior/images/ent-image.jpg);
}
.page-id-53 .trigger {
	background-image: url(../../../themes/fuel-junior/images/allergy-image.jpg);
	background-position: top right;
}
.page-id-54 .trigger {
	background-image: url(../../../themes/fuel-junior/images/hearing-image.jpg);
}
.page-id-55 .trigger {
	background-image: url(../../../themes/fuel-junior/images/speech-image.jpg);
	background-position: top right;
}
.trigger {
	position: relative;
	background: linear-gradient(323.22deg, rgba(21,80,138,.9) 0 100%;
	background-size: cover;
	background-position: bottom left;
	padding: 1em 0;
}
.trigger:before {
	content: '';
	position: absolute;
	background: linear-gradient(323.22deg, rgba(21,80,138,.9) 0 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.trigger a {
	font-family: Merriweather;
	color: #fff;
	font-size: 1.5em;
	display: block;
	text-align: center;
	position: relative;
	padding: .3em;
}
.trigger svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4em;
	height: 4em;
	background-color: #1B3764;
	padding: .8em;
}
.children-tab-wrapper .child-tab {
	background: #DCE5EE;
	display: none;
	position: relative;
	padding: 1em 2em;
}
.children-tab-wrapper .child-tab a {
	color: #001F54;
	font-size: 1.2em;
	display: inline-block;
	padding: .3em 0;
}
.children-tab-wrapper .child-tab a:before {
	content: '';
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #FF8E00;
	margin: .1em .4em;
}
.child-tab:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 1.3em solid transparent;
	border-bottom: 1.3em solid transparent;
	border-right: 1.3em solid #dce5ee;
	position: absolute;
	left: -1.3em;
}
#tab1:before {
	top: 4.1em;
}
#tab2:before {
	top: 6.9em;
}
#tab3:before {
	top: 9.7em;
}
#tab4:before {
	top: 12.5em;
}
.overview-section:first-child {
	padding-top: 0;
}
.overview-section:last-child {
	border-bottom: 0;
}
.overview-section {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 3.5em;
}
.overview-image {
	width: 100%;
	max-width: 37.5rem;
}
.overview-content {
	width: 100%;
	max-width: 40rem;
	margin: 1.5em 0 0;
}
.overview-section ol {
	counter-reset: overview-section;
	margin-top: 1em;
	margin-bottom: 2em;
	list-style: none;
}
.overview-section ol li:before {
	counter-increment: overview-section;
	content: counter(overview-section);
	display: inline-block;
	margin-right: 1em;
	margin-left: -2.5em;
	border-radius: 50%;
	width: 1.7em;
	line-height: 1.7;
	text-align: center;
	color: #fff;
	background: #15508A;
}
.overview-links a {
	display: inline-block;
	position: relative;
	padding-left: 1em;
	line-height: 1.3;
	color: #FF8E00;
}
.overview-links a:before {
	content: '';
	display: block;
	position: absolute;
	top: .3em;
	left: 0;
	border: .35em solid transparent;
	border-left-color: #FF8E00;
}
.overview-manufacturers {
	margin-bottom: 3.5em;
}
.overview-man-item {
	display: block;
	text-align: center;
	margin: 2em 0;
}
.entry-content .overview-intro {
	padding-top: 1em;
	padding-bottom: 2em;
	min-height: 0;
	background: #e3e3e3;
}
.entry-content .overview-end {
	min-height: 0;
}
.overview-logo {
	max-width: 14em;
	text-align: center;
	margin: 0 auto 2em;
}
.overview-intro .overview-content, .overview-end .overview-content {
	max-width: 44em;
	margin: auto;
}
.overview-intro-block {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
}
.overview-hto .overview-intro-block {
	padding: 0 1.5em;
}
.overview-intro-text {
	max-width: 32em;
	margin: auto;
}
.overview-has {
	border-bottom: 0;
	padding-bottom: 0;
}
.overview-hto-diagram {
	display: flex;
	justify-content: center;
	min-height: 0;
}
.hto-diagram-labels {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	padding: 1em .5em 1em 0;
}
.hto-diagram-label {
	letter-spacing: .2em;
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	text-orientation: upright;
	color: #082a65;
}
.hto-diagram-bar {
	border-radius: .2em;
	height: auto;
	min-height: 30em;
	width: 2em;
background:linear-gradient(180deg, #082a650%, #0098dc50%, #ff8e00100%);
}
.hto-diagram-options {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	padding: 0 1em;
}
.hto-diagram-option {
	display: block;
	line-height: 1.2;
	text-align: center;
	color: #0098dc;
}
.hto-diagram-option img {
	display: block;
	width: 7em;
	border: .1em solid #0098dc;
	border-radius: .4em;
	overflow: hidden;
	transition: 300ms;
	margin: .5em auto 0;
}
.hto-diagram-option:hover img {
	transform: scale(1.07);
}
.bha-item {
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 2em;
	text-align: center;
	margin: 2em 0;
}
.bha-item:last-child {
	border-bottom: 0;
	padding-bottom: 1em;
}
.bha-content {
	font-size: .9em;
	line-height: 1.5;
	max-width: 20em;
	margin: auto;
}
.bha-content h3 {
	margin-top: 1em;
	font-size: 1.4em;
}
.bha-health, .bha-professional, .bha-emotional {
	padding-top: 4em;
	padding-bottom: 2em;
}
.bha-health p {
	max-width: 54em;
}
.bha-professional {
	background: #F6F6F6;
}
#main .entry-content .manufacturer-resound h2, .manufacturer-resound h3 {
	color: #d51920;
}
.manufacturer-resound .overview-section ul li:before {
	border-color: #d51920;
}
#main .entry-content .manufacturer-phonak h2, .manufacturer-phonak h3 {
	color: #80c242;
}
.manufacturer-phonak .overview-section ul li:before {
	border-color: #80c242;
}
#main .entry-content .manufacturer-oticon h2, .manufacturer-oticon h3 {
	color: #d60b8c;
}
.manufacturer-oticon .overview-section ul li:before {
	border-color: #d60b8c;
}
#enroll.js-active {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 20em;
	max-height: fit-content;
	width: 90%;
	height: 27em;
	background: #fff;
	z-index: 9999;
	overflow: auto;
	margin: auto;
	padding: 1em;
}
#main .entry-content h3.enroll-title {
	background-color: #15508A;
	color: #fff;
	font-family: "Roboto Condensed";
	font-weight: 400;
	font-size: 1.3em;
	text-align: center;
	margin: -.8em;
	padding: .3em;
}
#enroll .wpcf7 form {
	padding-bottom: 0;
}
#enroll .wpcf7 form p {
	line-height: normal;
}
#enroll .captcha-image {
	margin-bottom: 1em;
	line-height: normal;
	padding-top: .8em;
}
#enroll .kc_captcha span.wpcf7-not-valid-tip {
	margin: -1.2em 0 1em;
}
#enroll.js-active+.blanket {
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: block;
	margin: auto;
}
.type-bio .entry-bio {
	padding-bottom: 1.5em;
}
.type-bio .bio-image {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.type-bio .bio-image .button {
	display: block;
	max-width: 10em;
	margin: 0 auto 2em;
}
.type-bio .bio-image-group1, .bio-image-group2 {
	flex: 1 1 auto;
	min-width: 10em;
}
.type-bio .bio-image-group2 img {
	max-width: 10em;
}
.bio-grid.bio-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
.bio-grid.bio-wrapper .bio-box {
	position: relative;
	display: inline-block;
	max-width: 50%;
	flex: 1 1 50%;
	text-align: center;
	color: #fff;
	border: 3px solid;
	z-index: 0;
	margin: 0;
}
.bio-grid.bio-wrapper .bio-box .bio-image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0 100%;
}
.bio-grid.bio-wrapper .bio-box .wp-post-image {
	width: 100%;
	height: 13.5em;
	object-fit: cover;
	object-position: top;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0;
}
#main .bio-grid.bio-wrapper .bio-box h2.bio-name {
	margin-bottom: 0;
	font-size: .8em;
	position: absolute;
	bottom: 1em;
	left: 0;
	right: 0;
	z-index: 2;
	text-shadow: 1px 1px 2px #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	color: #fff;
	padding: 0 .5em;
}
#main .bio-grid.bio-wrapper .bio-box a.read-more {
	position: absolute;
	color: transparent;
	background-color: rgba(31,160,177,0);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#main .bio-grid.bio-wrapper .bio-box:hover a {
	background-color: rgba(21,80,138,.4);
}
.entry-listing {
	margin: 0 0 3em;
}
.button-read-more {
	border: 0;
	border-radius: 0;
	text-decoration: underline;
	color: #4a4a4a;
	background: none;
	box-shadow: none;
	padding: 0;
}
.button-read-more:hover, .button-read-more:active, .button-read-more:focus {
	border: 0;
	text-decoration: underline;
	color: #ff8e00;
	background: none;
}
.bios-as-image .bio-image {
	max-width: 15em;
	margin: 0 auto;
}
.bios-as-image .bio-image img {
	width: 100%;
	margin: 0;
}
#main .bios-as-image h2.bio-name {
	font-size: .8em;
	text-align: center;
	margin: .5em 0 1em;
}
#main .small-bio-list .bio-image {
	float: left;
	width: 6em;
	margin-right: 1em;
}
#main .small-bio-list .bio-name {
	font-size: 1.5em;
	margin: 0;
}
#main .small-bio-list .bio-credentials {
	font-size: 1em;
	margin: .5em 0 1em;
}
.entry-search .search-form {
	margin-bottom: 2em;
}
.entry-search .search-form input {
	border: 1px solid #ccc;
	margin-bottom: .2em;
	padding: 0 .8em;
}
.entry-search .search-form .search-submit {
	background: #ff8e00;
	border-radius: 3px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.4);
	border: 1px solid transparent;
	transition: all 300ms;
	padding: 0 1em;
}
.entry-search .search-form .search-submit svg {
	color: #fff;
	width: .8em;
	height: .8em;
	transition: all 300ms;
}
.entry-search .search-form .search-submit:hover {
	background: #fff;
	border-color: #ff8e00;
}
.entry-search article {
	margin: 1em 0 4em;
}
.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: rgba(0,0,0,.9);
	outline: none!important;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.lity.lity-closed {
	opacity: 0;
}
.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none!important;
}
.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}
.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -.8em;
	width: 100%;
	text-align: center;
font-size:.7rem;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none!important;
}
.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0 .3s ease;
	-o-transition: 0 .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}
.lity-loading .lity-content, .lity-closed .lity-content {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}
.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
-webkit-box-shadow:0 0 .4rem rgba(0,0,0,.6);
box-shadow:0 0 .4rem rgba(0,0,0,.6);
}
.lity-close {
	z-index: 9994;
	width: 1.75rem;
	height: 1.75rem;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-size: 1.75rem;
	font-family: Arial, Baskerville, monospace;
	line-height: 1.75rem;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
 .lity-close::-moz-focus-inner {
border:0;
padding:0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-size: 1.75rem;
	font-family: Arial, Baskerville, monospace;
	line-height: 1.75rem;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.lity-close:active {
	top: 1px;
}
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
	width: 100%;
	max-width: 48.2rem;
}
.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #000;
}
.container-site {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-top: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.hero {
	background: url(../../../themes/fuel-junior/images/GettyImages-90245967_super.jpg) center center no-repeat;
	background-size: cover;
	min-height: 700px;
}
.hero img {
	margin-top: 100px;
	margin-bottom: 30px;
	width: 100%;
	display: block;
}
.hero p {
	color: #7f8795;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0;
	text-align: center;
}
.row.hero-info-container {
	display: flex;
	justify-content: flex-end;
}
.intro {
	display: inline-block;
	width: 100%;
	padding: 50px 0;
}
.intro-left-col {
	width: 45%;
}
.intro-right-col {
	width: 55%;
	margin-top: 30px;
}
.intro h2 {
	color: #515b69;
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 50px;
}
.intro p {
	color: #7f8795;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0;
}
.vidsub {
	width: 100%;
	max-width: 423px;
}
.treat {
	background: #1B3054;
	display: inline-block;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}
.treat h2 {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 20px;
}
.treat p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	max-width: 90%;
	margin: auto;
}
.row.symptoms-row {
	display: flex;
	margin-right: 0;
	margin-left: 0;
}
.symptom-row-box {
	width: 33.333%;
	padding-top: 40px;
	padding-bottom: 20px;
}
#main .entry-content .container-site-row-title {
	font-size: 28px;
	line-height: 35px;
	font-weight: 300;
	color: #fff;
	margin: 30px 0 20px;
	padding: 0;
}
.treat img {
	max-width: 85%;
	margin: auto;
}
.testimonials {
	padding-top: 50px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.testimonials h2 {
	font-size: 60px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 300;
}
.testimonials p {
	color: #7f8795;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}
.testimonials .video {
	margin-top: 30px;
	color: #fff;
	padding: 10px 5%;
}
.testimonials .video1 {
	background: #37507A;
}
.testimonials .video2 {
	background: #415B86;
}
.testimonials .video h2 {
	font-size: 40px;
	text-transform: inherit;
}
.testimonials .video p {
	color: #fff;
	font-size: 20px;
	margin: 30px 0;
}
.testimonials .video .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.testimonials .video .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.footer p {
	font-size: 14px;
	line-height: 22px;
}
.sinuva-plug-play-container .hero {
	background: url(../../../themes/fuel-junior/images/bg-doctor-big-min.jpg) center center no-repeat;
}
 #start-resizable-editor-section, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty, .wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty, .wp-block-navigation__container .is-responsive, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon, .wp-block-navigation .wp-block-page-list__submenu-icon, #end-resizable-editor-section, .wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output, [hidden], template, .entry-meta, .entry-by, .fuel-rating label>input, .quiz-status-step:last-child:after, #header-right>.top-link, #header-right>form, #header-right>.main-cta, #footer .quick-links, .entry-sidebar #secondary .kc_captcha br, .trigger br, #enroll, #enroll .wpcf7 form br, .bio-grid.bio-wrapper .bio-box .bio-content, .bio-wrapper .bio-box .bio-position, #main .bio-grid.bio-wrapper .bio-box a.read-more:after, #main .small-bio-list .bio-content, .lity-hide {
display:none;
}
.wp-block-audio, .wp-block-embed, .wp-block-image, .wp-block-video, p {
	margin: 0 0 1em;
}
.wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-image figcaption, .wp-block-latest-posts__post-excerpt, .wp-block-video figcaption {
	margin-top: .5em;
	margin-bottom: 1em;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited, .wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover, :root .has-white-color, .fa-inverse, #map_holder #super_panel .fuel-average-rating, #map_holder #super_panel .fuel-average-rating .checked, #map_holder #super_panel .fuel-average-rating .checked~i, #footer a, a.sched-appt-btn:hover span.sched-appt-btn-right .fa, .main-header .main-breadcrumbs a, #main .entry-content .treat .container-site-title {
	color: #fff;
}
.wp-block-button__link.aligncenter, .wp-block-buttons.aligncenter, .wp-block-button.aligncenter, .wp-block-calendar, .wp-block-file.aligncenter, .wp-block-image.aligncenter, .wp-block-tag-cloud.aligncenter, .wp-block-video.aligncenter, .has-text-align-center, #pollen_counter, .wp-caption-text, .quiz, .footer {
	text-align: center;
}
.wp-block-button__link.alignright, .wp-block-file.alignright, .has-text-align-right {
	text-align: right;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link, .wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top, .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img, .wp-block-image.alignfull img, .wp-block-image.alignwide img, .wp-block-navigation__responsive-close, .wp-block-search .wp-block-search__label, .wp-block-video video, .wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img, #wrapper, #wrapper>*, #main .entry-wrapper:not(.entry-fullwidth) .entry-content a:not(.button):hover:after, .gform_button {
	width: 100%;
}
.wp-block-buttons.is-vertical, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list {
	flex-direction: column;
}
.wp-block-buttons.is-vertical>.wp-block-button, .wp-block-buttons>.wp-block-button:last-child, .wp-block-buttons.alignleft .wp-block-button:last-child, .blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child, .wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link:last-child, .wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child, .wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item:last-child, .wp-block-query-pagination>.wp-block-query-pagination-next:last-child, .wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination>.wp-block-query-pagination-previous:last-child, .wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0;
}
.wp-block-buttons.is-vertical>.wp-block-button:last-child, .block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label, .gf_login_form .gchoice, .children-tab-wrapper .child-tab .service-box {
	margin-bottom: 0;
}
.wp-block-buttons.is-content-justification-left, .wp-block-cover-image .wp-block-cover.has-left-content, .items-justified-left {
	justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical, .wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center, .blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure, .items-justified-center .wp-block-navigation__container, .items-justified-center {
	justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical, .wp-block-columns.are-vertically-aligned-center, .is-vertical.items-justified-center>ul {
	align-items: center;
}
.wp-block-buttons.is-content-justification-right, .wp-block-cover-image .wp-block-cover.has-right-content, .items-justified-right .wp-block-navigation__container, .wp-block-social-links.alignright, .items-justified-right {
	justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child, .wp-block-buttons.alignright .wp-block-button:first-child, ol.wp-block-latest-comments, .wp-block-search.wp-block-search__button-only .wp-block-search__button, .wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0;
}
.wp-block-buttons.is-content-justification-right.is-vertical, .wp-block-columns.are-vertically-aligned-bottom, .is-vertical.items-justified-right>ul {
	align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between, .items-justified-space-between .wp-block-navigation__container, .items-justified-space-between {
	justify-content: space-between;
}
.wp-block-calendar tfoot td, .wp-block-pullquote.is-style-solid-color, #map_holder #info_panel .info-box:last-of-type {
	border: none;
}
.wp-block-calendar a, u, ins, .overview-links a:hover {
	text-decoration: underline;
}
.wp-block-categories.alignleft, .wp-block-latest-posts.alignleft, .wp-block-rss.alignleft {
	margin-right: 2em;
}
.wp-block-categories.alignright, .wp-block-latest-posts.alignright, .wp-block-rss.alignright, #loc_cards .location-box small {
	margin-left: 2em;
}
.wp-block-columns.has-background, h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background, ol.has-background, ul.has-background, p.has-background, .wp-block-preformatted.has-background {
	padding: 1.25em 2.375em;
}
.wp-block-column.is-vertically-aligned-center, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
	align-self: center;
}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]), :root .has-black-background-color {
	background-color: #000;
}
 .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, 50%, .static-map:hover a:before, .lity.lity-opened, .lity-loading .lity-loader {
opacity:1;
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright, .blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%;
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright, .wp-block-navigation__responsive-container-open, .wp-block-text-columns, .wp-block-text-columns.aligncenter, .row.intro-container, .row.story-row {
	display: flex;
}
.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color), p.has-text-color a, .wp-block-pullquote .has-text-color a, .wp-block-pullquote cite {
	color: inherit;
}
.wp-block-embed iframe, .wp-block-image img {
	max-width: 100%;
}
.wp-block-embed__wrapper, .wp-block-navigation, .wp-block-pullquote cite, .wp-block-pullquote footer, .wpcf7-form-control-wrap, .fa-ul>li, .static-map, .gallery-wrapper a.lity-vid, #footer .footer-loc a, #footer .footer-loc p {
	position: relative;
}
.wp-block-file .wp-block-file__embed, .type-bio .bio-content {
	margin-bottom: 1em;
}
.wp-block-file a.wp-block-file__button, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
	text-decoration: none;
}
.blocks-gallery-grid figcaption, .wp-block-gallery figcaption, .wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__content, .wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-pages-list__item__link, .wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__content, .wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-pages-list__item__link, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__content, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-pages-list__item__link, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__content, .wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-pages-list__item__link {
	flex-grow: 1;
}
.wp-block-group, .wp-block-rss.wp-block-rss {
	box-sizing: border-box;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-site-logo .aligncenter {
	display: table;
}
.wp-block-image .aligncenter, .items-justified-center .wp-block-navigation__responsive-container-open {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .wp-block-site-logo.is-style-rounded img {
	border-radius: 9999px;
}
.wp-block-image figure, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item, .gform_fields, #footer #menu-footer-menu li, #menu-copyright-menu, blockquote p, .bha-content p, .bio-grid.bio-wrapper .bio-box p {
	margin: 0;
}
.wp-block-latest-comments__comment-excerpt p, .wp-block-post-comments .commentlist .comment p {
	font-size: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar, .wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em;
}
.wp-block-latest-posts.wp-block-latest-posts__list li, .wp-block-post-template li, .wp-block-query-loop li, .wp-block-spacer, .aligncenter {
	clear: both;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date, .wp-block-rss__item-author, .wp-block-rss__item-publish-date {
	display: block;
	color: #555;
	font-size: .8125em;
}
.wp-block-latest-posts__featured-image a, .wp-block-post-excerpt__more-link, .wp-block-post-title a, .wp-block-site-logo a, .wp-block-post-featured-image a, img, audio, canvas, video, object, embed, .captcha-image label, #map_holder .short-hours, .fuel-rating label {
	display: inline-block;
}
.wp-block-latest-posts__featured-image.alignleft, .wp-block-post-author__avatar {
	margin-right: 1em;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img, .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	margin: -1px;
	padding: 0;
}
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus, .wp-block-navigation[style*=text-decoration] .wp-block-home-link, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
	text-decoration: inherit;
}
 .wp-block-navigation .has-child:hover>.wp-block-navigation-link__container, .wp-block-navigation .has-child:focus-within>.wp-block-navigation-link__container, .wp-block-navigation .has-child:hover>.submenu-container, .wp-block-navigation .has-child:focus-within>.submenu-container {
display:flex;
visibility:visible;
opacity:1;
}
 .wp-block-navigation .has-child:hover, .wp-block-navigation .has-child:focus-within, .wpcf7 input[type="file"] {
cursor:pointer;
}
.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content, .wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link, .entry-sidebar #secondary .widget ul li {
	padding: .5em 1em;
}
.wp-block-navigation:not(.has-background) .submenu-container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
	background-color: #fff;
	color: #000;
	border: 1px solid rgba(0,0,0,.15);
}
html.has-modal-open, p.has-drop-cap.has-background, svg:not(:root), .service-box .child-content, .overview-section, .overview-manufacturers {
	overflow: hidden;
}
.is-open .wp-block-navigation__container .wp-block-page-list, .is-vertical .wp-block-navigation__container .wp-block-page-list, .wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon, .wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label, iframe, div, section, article, aside, header, footer, main, menu, nav, h1, h2, h3, h4, h5, h6, hr, form, fieldset, legend, ul, ol, dl, dt, dd, blockquote, p, details, summary, pre, figure, figcaption, #map_holder .info-box a, .home #footer_map, #loc-details a, #loc-details p, .page-template-page_fullwidth #footer_map, .children-tab-wrapper .child-tab.js-active2 {
	display: block;
}
.is-regular-text, .has-normal-font-size, .has-regular-font-size, h5, .fuel-average-rating i {
	font-size: 1em;
}
.is-large-text, .has-large-font-size {
	font-size: 2.25em;
}
.is-larger-text, .fa-3x {
	font-size: 3em;
}
.wp-block-post-comments .commentlist, .wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wp-block-post-comments .comment-author, .wp-block-post-comments .comment-meta {
	line-height: 1.5;
	margin-left: -3.25em;
}
.wp-block-post-comments .comment-author cite, blockquote em, blockquote i, figcaption em, figcaption i {
	font-style: normal;
}
.wp-block-post-comments .comment-body .commentmetadata, h6, small {
	font-size: .75em;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p, .has-medium-font-size, h4 {
	font-size: 1.25em;
}
.wp-block-search .wp-block-search__button.has-icon, .wp-block-site-logo {
	line-height: 0;
}
.wp-block-social-links .wp-social-link svg, .half-under svg, .pagination svg {
	width: 1em;
	height: 1em;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx, .wp-block-social-links.is-style-logos-only .wp-social-link-tiktok, :root .has-black-color {
	color: #000;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th, .wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
	word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color, .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color, .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color, .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color, .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef;
}
 .wp-block-table.is-style-stripes tbody tr:nth-child(odd), #map_holder #info_panel::-webkit-scrollbar-track {
background-color:#f0f0f0;
}
.wp-block-text-columns.columns-2 .wp-block-column, .hero-info, .story-col {
	width: 50%;
}
.has-text-align-left, .footer-logos hr {
	text-align: left;
}
.wpcf7 input[type="file"]:disabled, button[disabled], input[disabled] {
	cursor: default;
}
.fa-2x, .fa-stack-2x, h1, .fuel-rating i {
	font-size: 2em;
}
.fa-pull-left, .pull-left {
	float: left;
}
.fa-pull-right, .pull-right {
	float: right;
}
.fa.fa-pull-left, .fa.pull-left {
	margin-right: .3em;
}
.fa.fa-pull-right, .fa.pull-right {
	margin-left: .3em;
}
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button, img, svg {
height:auto;
}
pre, dl, figure, blockquote, figcaption {
	margin: 0 0 1.5em;
}
dt, th, strong, b, .captcha-image .cf7ic_instructions span, .location-hours .today td {
	font-weight: 700;
}
.widgets, .gf_login_form .gfield_checkbox, #footer #menu-footer-menu, .overview-content .overview-links {
	list-style: none;
	margin: 0;
}
.wp-caption img[class*="wp-image-"], .wpcf7 .button {
	display: block;
	margin: 0 auto;
}
.flex-column-wrapper.col2>*, .flex-column-wrapper.col4>* {
	flex: 0 1 50%;
}
.gform_confirmation_message, .overview-content .button {
	font-size: 1.1em;
}
.gchoice label, #footer .footer-loc p, #footer #menu-footer-menu a {
	font-size: .9em;
}
.captcha-image label>input+svg, .fuel-rating label>input+i {
	border: 2px solid transparent;
	cursor: pointer;
}
.captcha-image label>input:checked+svg, #footer a:hover, .main-header .main-breadcrumbs a:hover, .trigger a:hover, .children-tab-wrapper .child-tab a:hover, .trigger a.js-active2, .hto-diagram-label:last-child, .hto-diagram-option:last-child, #main .entry-content .overview-ids h2, .entry-search .search-form .search-submit:hover svg {
	color: #ff8e00;
}
.captcha-image svg:hover, .schedule-appt-text-ph a:hover {
	color: #001F54;
}
#map_holder #super_panel, .quiz-legal {
	font-size: .8em;
}
#map_holder .details-box, .quiz-step-content {
	padding: 1em;
}
.fuel-rating label>input:checked+i, .fuel-rating .checked~label i, .fuel-rating2 .checked, .fuel-rating2 .checked~i, .fuel-average-rating .checked, .fuel-average-rating .checked~i, .fuel-average-rating .checked-before~i {
	color: #FFD700;
}
.wpcf7 p, .page-template-page_fullwidth .wpcf7 p {
	margin-bottom: .5em;
}
#main .entry-content h2:first-child, .overview-content h2, .overview-manufacturers h2, .bha-health h2, .bha-professional h2, .bha-emotional h2 {
	margin-top: 0;
}
#loc_cards .location-box strong, .overview-content ul {
	margin-left: 1.5em;
}
.hto-diagram-option:hover, #main .entry-content .overview-has h2 {
	color: #0098dc;
}
.hto-diagram-option:first-child, #main .entry-content .overview-psap h2 {
	color: #082a65;
}
.hto-diagram-option:first-child img, .overview-psap ul li:before {
	border-color: #082a65;
}
.hto-diagram-option:last-child img, .overview-ids ul li:before {
	border-color: #ff8e00;
}
body.page-id-1767, body.page-id-1798 {
	font-family: 'Source Sans Pro', sans-serif;
	overflow-x: hidden;
}
 @media (min-width:782px) {
.wp-block-columns {
	flex-wrap: nowrap;
}
.wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
}
.wp-block-column[style*=flex-basis] {
	flex-grow: 0;
}
.wp-block-column:not(:first-child) {
	margin-left: 2em;
}
.wp-block-navigation .has-child .submenu-container .submenu-container:before, .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before, .wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before {
	content: "";
	position: absolute;
	right: 100%;
	height: 100%;
	display: block;
	width: .5em;
	background: transparent;
}
.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg {
	transform: rotate(-90deg);
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: 100%;
	top: -1px;
}
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: 100%;
	top: 0;
}
}
 @media (max-width:599px) {
.wp-block-column {
	flex-basis: 100%!important;
}
}
 @media (min-width:600px) and (max-width:781px) {
.wp-block-column:not(:only-child) {
	flex-basis: calc(50%-1em)!important;
	flex-grow: 0;
}
.wp-block-column:nth-child(2n) {
	margin-left: 2em;
}
}
 @media prefers-reduced-motionreduce {
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
	background-attachment: scroll;
}
.wp-block-social-link {
	transition-duration: 0;
	transition-delay: 0;
}
.wpcf7 .ajax-loader::before {
	animation-name: blink;
	animation-duration: 2000ms;
}
}
 @media (min-width:600px) {
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
	width: calc(33.33333%-.66667em);
	margin-right: 1em;
}
.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
	width: calc(25%-.75em);
	margin-right: 1em;
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
	width: calc(20%-.8em);
	margin-right: 1em;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
	width: calc(16.66667%-.83333em);
	margin-right: 1em;
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
	width: calc(14.28571%-.85714em);
	margin-right: 1em;
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
	width: calc(12.5%-.875em);
	margin-right: 1em;
}
.wp-block-navigation__container {
	display: flex;
	flex-wrap: wrap;
}
.is-vertical .wp-block-navigation__container {
	display: block;
	flex-direction: column;
	align-items: flex-start;
}
.wp-block-navigation__responsive-container:not(.is-menu-open) {
	display: flex;
	flex-direction: row;
	position: relative;
	background-color: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container {
	left: 0;
}
.wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
	margin-right: 1.25em;
}
.wp-block-rss.columns-2 li {
	width: calc(50%-1em);
}
.wp-block-rss.columns-3 li {
	width: calc(33.33333%-1em);
}
.wp-block-rss.columns-4 li {
	width: calc(25%-1em);
}
.wp-block-rss.columns-6 li {
	width: calc(16.66667%-1em);
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-latest-posts.columns-2 li:nth-child(2n), .wp-block-latest-posts.columns-3 li:nth-child(3n), .wp-block-latest-posts.columns-4 li:nth-child(4n), .wp-block-latest-posts.columns-5 li:nth-child(5n), .wp-block-latest-posts.columns-6 li:nth-child(6n), .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li:nth-child(2n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n), .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li:nth-child(3n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n), .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li:nth-child(4n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n), .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li:nth-child(5n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n), .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li:nth-child(6n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
	margin-right: 0;
}
.wp-block-latest-posts.columns-2 li, .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
	width: calc(50%-.625em);
}
.wp-block-latest-posts.columns-3 li, .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
	width: calc(33.33333%-.83333em);
}
.wp-block-latest-posts.columns-4 li, .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
	width: calc(25%-.9375em);
}
.wp-block-latest-posts.columns-5 li, .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li, .wp-block-rss.columns-5 li {
	width: calc(20%-1em);
}
.wp-block-latest-posts.columns-6 li, .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
	width: calc(16.66667%-1.04167em);
}
.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
	display: none;
}
}
 @media (max-width:600px) {
.wp-block-media-text.is-stacked-on-mobile {
	grid-template-columns: 100%!important;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
	grid-column: 1;
	grid-row: 1;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
	grid-column: 1;
	grid-row: 2;
}
}
 @media (min-width:480px) {
.is-open .wp-block-navigation__container .wp-block-page-list {
	display: flex;
}
}
 @media only screen and (min-width:46.5em) {
.modal {
	overflow: hidden;
	height: 0;
	background: rgba(0,0,0,.4);
	opacity: 0;
	-webkit-transition: opacity 500ms 0 500ms;
	transition: opacity 500ms 0 500ms;
}
.modal.m-active {
	height: 100%;
	background: rgba(0,0,0,.4);
	opacity: 1;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
.modal-contain {
	top: -4em;
	right: 0;
	bottom: 4em;
	left: 0;
	max-width: 30em;
	max-height: 28em;
	-webkit-transition: top 500ms 500ms;
	transition: top 500ms 500ms;
	margin: auto;
}
.modal.m-active .modal-contain {
	top: 0;
	bottom: 0;
}
.modal-close {
	position: absolute;
	right: .5em;
}
}
 @media only screen and (min-width:38.5em) {
#loc_cards .location-box {
	display: flex;
	flex-wrap: wrap;
}
#loc_cards .location-title {
	padding-right: 1em;
	content: '';
	clear: none;
}
.breakpoint {
	z-index: 385;
}
.alignleft {
	clear: none;
	float: left;
	max-width: 48%;
	margin: 0 1rem 0 0;
}
.alignright {
	clear: none;
	float: right;
	max-width: 48%;
	margin: 0 0 0 1rem;
}
.grid, .contain {
	padding-left: 3rem;
	padding-right: 3rem;
}
.entry-summary .wp-post-image {
	float: right;
}
.download-table td {
	display: table-cell;
}
.download-table td:nth-child(1) {
	padding-bottom: 1em;
	text-align: left;
	border-bottom: 1px solid #15508A;
}
.download-table td:nth-child(2) {
	padding-top: 1em;
	text-align: right;
}
#header {
	margin-bottom: 0;
}
.title-background {
	background: linear-gradient(270deg, rgba(255,255,255,.3) 0 50%;
	top: 0;
	padding-right: calc(49%-30.5rem);
	padding-left: 1em;
}
.main-header, .home-header {
	background-position: top center;
	padding-bottom: 0;
	overflow: hidden;
}
.title-background:before {
	top: 0;
	border-left: 10em solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 47em solid rgba(255,255,255,.8);
	left: -10em;
	height: 100%;
}
.home-header .home-title {
	text-align: left;
	font-size: 2.7em;
	padding: 2.8em .5em 1em 0;
}
.home-header p {
	text-align: left;
	margin: 0;
	padding: 0 .8em 1em 0;
}
.home-header p:last-of-type {
	padding-bottom: 3rem;
}
.welcome-section h2 {
	font-size: 1.8em;
}
header.main-header {
	padding: 0;
}
.main-header .main-title {
	display: inline-block;
	font-size: 2.4em;
	background: linear-gradient(90deg, rgba(255,255,255,.3) 0 100%;
	margin: 3em 0 2em;
	padding: .32em .5em .32em calc(50%-30rem);
}
.main-header .main-title:before {
	content: '';
	padding-left: .3em;
}
.main-header .main-title:after {
	border-top: 0 solid transparent;
	border-bottom: 1.9em solid transparent;
	border-left: 1em solid rgba(255,255,255,.8);
	border-right: none;
	height: 100%;
	bottom: 0;
	left: 100%;
}
.main-header .main-breadcrumbs {
	margin: 0;
	padding: .5em .5em .5em calc(50%-30rem);
}
.main-header nav.main-breadcrumbs>span {
	padding-left: 1em;
	display: block;
}
#footer_map {
	height: 20em;
}
.overview-bullet-cols {
	column-count: 2;
	column-gap: 1.5em;
	max-width: 26em;
}
.overview-man-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 1em 0;
}
.overview-man-item {
	margin: 1em;
}
.overview-hto .overview-intro-block {
	padding-left: 3em;
	padding-right: 3em;
}
.bha-item {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	text-align: left;
}
.bha-icon {
	flex: 0 0 auto;
	margin-right: 1.5em;
	max-width: 25%;
}
.bha-content h3 {
	margin-top: 0;
}
.bha-item:nth-child(even) .bha-icon {
	order: 1;
	margin: 0 0 0 1.5em;
}
.bha-item:nth-child(even) .bha-content {
	text-align: right;
}
.page-id-58 .locations-wrapper, .bha-content {
	margin: 0;
}
}
 @media only screen and (min-width:46.875em) {
#loc_cards .location-box p {
font-size:.9rem;
}
}
 @media only screen and (min-width:37em) {
.bios-as-image {
	display: flex;
}
.bios-as-image .bio-wrapper {
	flex: 1;
}
.bios-as-image .bio-image {
	width: 9em;
	height: 10em;
	overflow: hidden;
	padding: .3em;
}
}
 @media only screen and (max-width:25em) {
#pollen_counter.double .pollen-type {
	width: 100%;
}
#header-right a {
	padding: 0 .1em;
}
}
 @media only screen and (min-width:43.75em) {
.trigger svg {
	width: 6em;
	height: 6em;
	padding: 1em;
}
#footer .footer-loc.loc2 {
	margin-top: 1.5em;
}
}
 @media only screen and (min-width:49.375em) {
.logo {
	text-align: left;
	min-width: 10em;
}
.title-background {
	margin-left: calc(87%-30rem);
}
.cta-section a {
	width: 31%;
}
.cta-section a:nth-child(2) {
	margin: .5em 2%;
}
.cta-section a:hover {
	top: -.65em;
}
#contact_home_section h2 {
	flex: 1 1 50%;
	text-align: right;
	font-size: 2.4em;
	padding: 10% 12% 0 5%;
}
#contact_home_section h2:after {
	border-left: 7em solid transparent;
	border-right: 0 solid transparent;
	border-top: 22em solid #d0dce8;
}
#contact_home_section h2 small {
	font-size: .5em;
}
#contact_home_section .wpcf7 {
	flex: 1 1 50%;
}
#contact_home_section .wpcf7 form {
	margin-left: 0;
}
form label {
	font-size: .9em;
}
.schedule-appt-right-col {
	text-align: left;
	flex: 1 1 50%;
	padding: 0 1.5rem 0 0;
}
.page-template-page_fullwidth .content-left {
	float: left;
	max-width: calc(100%-24em);
	min-width: 15em;
	margin-right: 4em;
}
.page-template-page_fullwidth .wpcf7 {
	overflow: hidden;
	min-width: 12em;
	box-shadow: 0 0 16px 0 rgba(0,0,0,.4);
	margin-bottom: 2em;
}
.trigger {
	display: inline-block;
	width: 40%;
	padding: 4em 0;
}
.trigger a {
	text-align: right;
	padding-right: 15%;
}
.children-tab-wrapper .child-tab {
	width: 60%;
}
.children-tab-wrapper .child-tab.js-active2 {
	display: inline-block;
}
.children-tab-wrapper .child-tab .services-wrapper {
	padding-right: 10%;
}
.children-tab-wrapper .child-tab .service-box {
	display: inline-block;
	width: 17em;
}
.tagline:before {
	content: '';
	position: absolute;
	width: 3px;
	background: #15508A;
	height: 12em;
	top: -3em;
	z-index: -1;
}
.type-bio .bio-content {
	margin-right: 2em;
}
.entry-listing {
	margin: 0 3em 3em 0;
}
.entry-search .entry-listing {
	margin: 1em 3em 4em 0;
}
#menu-copyright-menu li {
	display: inline-block;
	border-right: 1px solid;
	line-height: 1;
	padding-right: .5em;
	margin-left: .3em;
}
#menu-copyright-menu li:last-of-type {
	border: none;
}
.overview-hto-diagram {
	flex-flow: row wrap;
	justify-content: center;
	min-height: 0;
	padding: 0;
}
.hto-diagram-labels {
	flex-flow: row nowrap;
	width: 100%;
padding:.2rem 1.5rem;
}
.hto-diagram-label {
	letter-spacing: .5em;
	writing-mode: initial;
	text-orientation: initial;
}
.hto-diagram-bar {
	border-radius: 0;
	width: 100%;
	height: 3em;
	min-height: 0;
background:linear-gradient(90deg, #082a650%, #0098dc50%, #ff8e00100%);
}
.hto-diagram-options {
	flex-flow: row nowrap;
	align-items: flex-end;
	width: 100%;
padding:.5rem 3rem;
}
.hto-diagram-option img {
	width: 7em;
	margin: .5em auto 0;
}
#contact_home_section, .children-tab-wrapper {
	display: flex;
}
}
 @media only screen and (min-width:50em) {
#header-right {
	display: block;
	text-align: right;
	position: relative;
	padding-right: 1.8em;
	min-width: 23em;
	flex: 1;
}
#header-right .top-link {
	color: #4A4A4A;
	border-right: 2px solid #15508A;
	display: inline-block;
	line-height: 1;
	transition: all .3s ease;
	padding: 0 .1em;
}
#header-right svg {
	width: .85em;
	height: .85em;
	margin-top: -.15em;
	color: #15508A;
	transition: all .4s ease;
}
#header-right .search-form {
	position: absolute;
	display: inline-block;
	line-height: 1;
	right: 0;
	top: -1em;
	height: 2.1em;
}
#header-right .search-form label {
	display: inline-block;
	position: relative;
	width: 1.5em;
	overflow: hidden;
	z-index: 2;
	transition: all .4s ease;
	top: .8em;
	font-size: 1em;
}
#header-right .search-form .search-submit {
	position: absolute;
	right: 0;
	top: .9em;
	z-index: 1;
	background: #fff;
	transition: all .4s ease;
}
#header-right .search-form .in_focus+.search-submit svg, #header-right .search-form:hover .in_focus+.search-submit svg {
	color: #fff;
}
#header-right .search-form label.in_focus {
	width: 22em;
	max-width: 100%;
	background: #15508A;
	z-index: 0;
	top: 0;
}
#header-right .search-form .search-field {
	display: block;
	width: 100%;
	color: transparent;
	cursor: pointer;
	font-size: 1em;
	padding: .45em 4.8em .45em .8em;
}
#header-right .search-form .in_focus .search-field {
	color: #fff;
	cursor: auto;
}
#header-right .search-form .in_focus+.search-submit {
	background: #FF8E00;
	color: #fff;
	font-size: 1.2em;
	top: 0;
	padding: .37em 1.3em;
}
#header-right .search-form .search-submit:hover>svg {
	animation: search 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#header-right .main-cta {
	color: #FF8E00;
	display: inline-block;
	font-size: 2em;
	padding-top: .3em;
	position: absolute;
	right: 0;
	bottom: .5em;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#header-right .main-cta .fa {
	color: #001F54;
	vertical-align: middle;
}
#header-right .main-cta svg {
	font-size: .85em;
	color: #FF8E00;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#header-right .main-cta:hover, #header-right .main-cta:hover svg {
	color: #15508A;
}
#header-right .call-today.js-active:after {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 9999;
	pointer-events: unset;
	cursor: initial;
	margin: auto;
}
#header_numbers {
	display: none;
	position: absolute;
	right: 0;
	max-width: 25em;
	width: fit-content;
	height: max-content;
	z-index: 9999;
	background: #fff;
}
#header_numbers.js-active {
	top: 2em;
}
#header_numbers .phone {
	font-weight: 700;
	color: #15508A;
}
#header-right .top-link:hover, #header-right .top-link:hover svg, #header-right .search-form:hover .search-submit svg {
	color: #FF8E00;
}
 #header-right label input::-ms-input-placeholder, #header-right label input:-ms-input-placeholder, #header-right label input::placeholder {
opacity:0;
color:#fff;
}
 #header-right label.in_focus input::-ms-input-placeholder, #header-right label.in_focus input:-ms-input-placeholder, #header-right label.in_focus input::placeholder {
opacity:1;
}
}
 @media only screen and (min-width:60em) {
#animation_section:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: -8em;
	left: 0;
	right: 0;
	z-index: -2;
	width: 3px;
background:linear-gradient(tobottom, #001f540%, #15508a100%);
	margin: auto;
}
#animation_section:after {
	content: '';
	position: fixed;
	background: #fff;
	width: 70%;
	height: 100%;
	top: 50%;
	z-index: -1;
}
#animation_section #featured_header, #main .entry-content.entry-page h2.overview-title {
	font-size: 1.8em;
}
#animation_section section {
	flex-wrap: nowrap;
	margin: 8rem 0;
}
#animation_section section .animated-home-content {
	opacity: 0;
	transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
}
#animation_section section .animated-home-content h3 {
	font-size: 1.8em;
	top: -1em;
}
#animation_section section .animated-home-content p {
	line-height: 1.9em;
}
#animation_section section:nth-child(even) .animated-home-content {
	left: -2em;
	text-align: right;
	padding-right: 4em;
	padding-left: calc(50%-30rem);
}
#animation_section section:nth-child(even) .animated-home-content h3 {
	left: -.5em;
	text-align: right;
}
#animation_section section:nth-child(even) .animated-home-content p {
	padding-left: 1em;
}
#animation_section .animated-home-content {
	flex: 1 1 50%;
}
#animation_section section:nth-child(odd) .animated-home-content {
	left: 2em;
	text-align: left;
	padding-right: calc(50%-30rem);
	padding-left: 3em;
}
#animation_section section:nth-child(odd) .animated-home-content h3 {
	text-align: left;
	left: .5em;
}
#animation_section section:nth-child(odd) .animated-home-content p {
	padding-right: 1em;
}
#animation_section .button {
	display: inline-block;
}
#animation_section section img {
	flex: 1 1 60%;
	min-width: 0;
	object-fit: cover;
	opacity: 0;
}
#animation_section section:nth-child(odd) img {
	order: 0;
	object-position: right;
}
#animation_section section:nth-child(even) img {
	object-position: left;
}
#animation_section section img, #animation_section section .animated-home-content, #animation_section section .animated-home-content h3, #animation_section section .animated-home-content p {
	position: relative;
	-webkit-transition: all .8s cubic-bezier(.65, .05, .36, 1);
	transition: all .8s cubic-bezier(.65, .05, .36, 1);
}
#animation_section section.js-active img, #animation_section section.js-active .animated-home-content, #animation_section section.js-active .animated-home-content h3 {
	opacity: 1;
	left: 0;
	top: 0;
}
#animation_section #tagline_home_section, .tagline {
	font-size: 2em;
}
#animation_section #tagline_home_section:after {
	content: '';
	display: block;
	width: 100%;
	height: 2em;
	position: absolute;
	background: #fff;
	bottom: -2.09em;
	left: 0;
}
#animation_section #tagline_home_section i {
	position: absolute;
	background: #fff;
}
#animation_section #tagline_home_section i:nth-child(1), #tagline_home_section i:nth-child(2) {
	top: -3px;
	height: 3px;
	width: calc(50%+3px);
}
#animation_section #tagline_home_section i:nth-child(1), #tagline_home_section i:nth-child(3) {
	right: -3px;
}
#animation_section #tagline_home_section i:nth-child(2), #tagline_home_section i:nth-child(4) {
	left: -3px;
}
#animation_section #tagline_home_section i:nth-child(3), #tagline_home_section i:nth-child(4) {
	top: 0;
	width: 3px;
	height: 100%;
}
#animation_section #tagline_home_section i:nth-child(5), #tagline_home_section i:nth-child(6) {
	bottom: -3px;
	height: 4px;
	width: 50.09em;
}
#animation_section #tagline_home_section i:nth-child(5) {
	left: 50%;
}
#animation_section #tagline_home_section i:nth-child(6) {
	right: 50%;
}
#animation_section #tagline_home_section.js-active i:nth-child(1) {
	animation: animateBorder1 .5s forwards linear;
}
#animation_section #tagline_home_section.js-active i:nth-child(2) {
	animation: animateBorder2 .5s forwards linear;
}
#animation_section #tagline_home_section.js-active i:nth-child(3), #tagline_home_section.js-active i:nth-child(4) {
	animation: animateBorder3-4 .5s forwards linear;
	animation-delay: .5s;
}
#animation_section #tagline_home_section.js-active i:nth-child(5), #tagline_home_section.js-active i:nth-child(6) {
	animation: animateBorder5-6 .8s forwards linear;
	animation-delay: .6s;
}
#animation_section #tagline_home_section.js-active:after {
	animation: animateAfter .5s forwards linear;
	animation-delay: 1.5s;
}
.entry-sidebar {
	display: flex;
	justify-content: space-between;
}
.entry-sidebar:after {
	display: none;
}
.entry-sidebar .entry-content.entry-page {
	max-width: calc(100%-17.5em);
}
.entry-sidebar #secondary {
	max-width: 15em;
	width: 100%;
	margin: 0;
}
.entry-sidebar #secondary .widget {
	box-shadow: 0 0 16px 0 rgba(0,0,0,.4);
}
.entry-sidebar #secondary #text-2, .entry-sidebar #secondary #text-3, section#custom_html-2, section#custom_html-3 {
	position: sticky;
	top: 3em;
}
.entry-sidebar #secondary .wpcf7 form {
	padding: .5em 1em;
}
.textwidget .schedule-appt-right-col {
	padding: 0 1rem 1.5rem;
}
.overview-man-list {
	flex-flow: row nowrap;
	justify-content: space-between;
}
.overview-hto {
	display: block;
}
.overview-hto-diagram {
	font-size: 1.1em;
}
.entry-content .overview-intro {
	margin-bottom: 3em;
}
}
 @media only screen and (min-width:66.25em) {
#contact_home_section h2 {
	padding: 6% 15% 0;
}
#header-right .top-link {
	padding: 0 .25em;
}
.entry-sidebar .entry-content.entry-page, .entry-sidebar .entry-content.entry-post {
	max-width: calc(100%-22.5em);
}
.entry-sidebar #secondary {
	max-width: 20em;
}
.entry-sidebar #secondary .widget-title {
	font-size: 1.5em;
}
.type-bio #main .entry-content {
	display: flex;
}
.type-bio .bio-image {
	float: left;
	margin-right: 1em;
	max-width: 10em;
}
.type-bio .bio-image .button {
	width: 100%;
}
.type-bio .bio-content {
	overflow: hidden;
	border-left: 1px solid;
	margin-left: 10em;
	padding: 0 0 0 1em;
}
.bio-grid.bio-wrapper .bio-box {
	max-width: 25%;
	flex: 1 1 25%;
}
#footer .site-info>* {
	line-height: 1;
}
}
 @media only screen and (min-width:68.75em) {
#footer h3 {
	margin: 0 0 1.5em;
}
#footer .quick-links {
	display: block;
}
#footer .site-info {
	padding-bottom: 0;
}
.overview-section {
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 6em;
}
.overview-section:first-child {
	align-items: flex-start;
}
.overview-image {
	order: 1;
	max-width: 39%;
	overflow: hidden;
}
.overview-content {
	max-width: calc(33.3em+11%);
	margin: 0;
}
.overview-even {
	justify-content: flex-start;
}
.overview-even .overview-image {
	order: 0;
	direction: rtl;
}
.overview-manufacturers {
	margin-bottom: 8em;
}
.bha-columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.bha-item {
	border-bottom: 0;
	padding-bottom: 0;
	max-width: 48%;
}
.bha-item:nth-child(even) .bha-icon {
	order: 0;
	text-align: left;
	margin: 0 1.5em 0 0;
}
.bha-item:nth-child(even) .bha-content {
	text-align: left;
}
.bha-item:nth-child(n+3) .bha-icon {
	order: 1;
	margin: 0 0 0 1.5em;
}
.bha-icon {
	max-width: 33%;
}
.bha-icon img {
	width: auto;
	height: auto;
	max-height: 7.5em;
}
.bha-professional .bha-item {
	display: block;
	align-items: top;
	max-width: 31%;
	text-align: center;
}
.bha-professional .bha-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 8em;
	max-width: none;
	margin: auto;
}
.bha-professional .bha-item:nth-child(even) .bha-icon, .bha-professional .bha-item:nth-child(n+3) .bha-icon {
	margin: auto;
}
.bha-professional .bha-item:nth-child(even) .bha-content, .bha-professional .bha-item:nth-child(n+3) .bha-content {
	text-align: center;
}
.bha-professional .bha-content h3 {
	margin-top: 1em;
}
.overview-hto-diagram {
	font-size: 1.2em;
}
.hto-diagram-option img {
	width: 10em;
}
#footer h4, .overview-section:first-child .overview-content {
	margin-top: 2em;
}
#menu-copyright-menu, .bha-item:nth-child(n+3) .bha-content {
	text-align: right;
}
.overview-image img, .bha-content {
	max-width: none;
}
}
 @media only screen and (min-width:80.625em) {
#contact_home_section .wpcf7 form {
	margin-left: 9em;
}
#contact_home_section h2 {
	padding: 7.7rem 15% 0 8%;
}
.schedule-appt-right-col {
	height: 28rem;
	margin-top: 0;
	margin-bottom: 0;
	flex: 1 1 45%;
	padding: 0 5rem 0 0;
}
.schedule-appt-text-ph {
	margin-bottom: 1.5rem;
}
.schedule-appt-text-ph a {
	font-size: 2rem;
}
a.sched-appt-btn {
	width: 100%;
	max-width: 20rem;
	font-size: 1.2rem;
}
span.sched-appt-btn-left {
	width: calc(100%-2.8rem);
padding:.5rem .75rem;
}
span.sched-appt-btn-right {
	width: 2.8rem;
}
.textwidget .schedule-appt-right-col {
	padding: 1rem 1.25rem 1.5rem;
}
.textwidget .schedule-appt-right-col .schedule-appt-text-ph a {
	font-size: 1.2rem;
}
}
 @media only screen and (min-width:87.5em) {
#footer {
	text-align: left;
}
#footer hr {
	margin: 1.5em 0;
}
.flex-column-wrapper.col4>* {
	flex: 0 1 25%;
}
#footer .flex-column-wrapper.col4 .footer-logos, #footer .flex-column-wrapper.col4>* {
	flex: 1 1 25%;
}
}
 @media only screen and (min-width:90em) {
#contact_home_section h2 {
	padding-left: 15%;
	padding-right: 15%;
}
}
 @media only screen and (max-width:68.49em) {
.menu-buttons {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	margin-bottom: -100em;
	padding-bottom: 100em;
	width: 100%;
	background: #001f54;
	border-top: 1px solid #fff;
}
.menu-button {
	display: block;
	flex: 0 1 auto;
	border-left: 1px solid;
	width: 8em;
	line-height: 1;
	text-align: center;
	padding: .6em 0;
}
.menu-button:first-child {
	border-left: 0;
}
.menu-buttons svg {
	width: 1em;
	height: 1em;
	margin: 0 auto .4em;
}
.menu-button-label {
	display: block;
	font-size: .6em;
}
.menu-buttons .js-deactivate.js-active {
	display: block;
}
.menu-tab {
	position: fixed;
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
	overflow: auto;
	transition: top 700ms;
	background: #15508A;
	padding: 1em 0 5em;
}
.menu-tab.js-active, .menu-tab:target {
	top: 0;
}
#menu-menu_main-1, #menu-menu_main-1 ul {
	position: relative;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-menu_main-1 li {
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-menu_main-1 a {
	display: block;
	position: relative;
	color: #fff;
	padding: .5em 2.5em .5em 1.5em;
}
#menu-menu_main-1 .menu-item-has-children>a:after {
	content: '';
	position: absolute;
	top: 1.05em;
	right: 1.5em;
	transition: all 200ms;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: .5em .4em 0;
}
#menu-menu_main-1 .js-active>a:after {
	transform: rotate(-180deg);
}
#menu-menu_main-1 ul li {
	overflow: hidden;
	max-height: 0;
	transition: max-height 500ms;
}
#menu-menu_main-1 ul a {
	padding-left: 2.5em;
}
#menu-menu_main-1 ul ul a {
	padding-left: 3.5em;
}
#menu-menu_main-1 ul ul ul a {
	padding-left: 4.5em;
}
#menu-menu_main-1 .js-active>ul>li {
	max-height: 5em;
}
#menu-menu_main-1 .js-active>ul>.js-active {
	max-height: 100em;
	transition: max-height 500ms;
}
.nojs #menu-menu_main-1 ul li {
	max-height: none;
}
.menu-button, .menu-close {
	color: #fff;
	background: #001F54;
}
.menu-button:hover, .menu-buttons .menu-close.js-active {
	color: #fff;
	background: #15508A;
}
#menu-menu_main-1 ul {
	background: #346A9F;
}
#menu .menu-cta {
	color: #fff;
	display: block;
	border: 1px solid #FF8E00;
	border-radius: 4px;
	text-align: center;
	margin: .5em 1em;
	padding: .5em;
}
#menu .menu-cta:hover {
	background: #FF8E00;
	color: #fff;
}
#menu .menu-cta svg {
	width: .9em;
	height: .9em;
	position: relative;
	top: -2px;
}
#menu .search-field {
	background: #346A9F;
	width: 72%;
	color: #fff;
	margin-right: -.2em;
	padding: .5em 1.5em;
}
#menu .search-submit {
	background: #001f54;
	width: 28%;
	padding: .37em;
}
#menu .search-submit:before {
	content: "Search";
	color: #fff;
}
#menu .search-form {
	white-space: nowrap;
	padding-top: 1em;
}
.menu-close, .menu-buttons .js-activate.js-active, .nojs #menu-menu_main-1 .menu-item-has-children>a:after, #menu .search-submit svg, #menu-menu_main-1 .bio-menu {
	display: none;
}
 #menu ::-webkit-input-placeholder, #menu ::-moz-placeholder, #menu :-ms-input-placeholder, #menu :-moz-placeholder {
color:#ccc;
}
}
 @media only screen and (min-width: 68.5em) {
.breakpoint {
	z-index: 685;
}
#menu {
	position: sticky;
	top: 0;
	z-index: 999;
	font-size: .8em;
}
#menu-menu_main-1, #menu-menu_main-1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-menu_main-1 li {
	display: block;
	position: relative;
	z-index: 4;
	list-style: none;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0;
	padding: 0;
}
#menu-menu_main-1 a {
	display: block;
	position: relative;
	text-align: left;
	color: #333;
	transition: color 0 ease;
	padding: .5em 0;
}
#menu-menu_main-1 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	text-align: center;
	padding-left: 3rem;
	padding-right: 3rem;
	background: #fff;
}
#menu-menu_main-1>.menu-item-has-children>a {
	outline: none;
}
#menu-menu_main-1>.menu-item-has-children>a:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 11;
	margin-left: -1rem;
	width: 2rem;
	height: 1rem;
	background-position: no-repeat;
	background-size: 2rem 1rem;
	transform-origin: 50% 100%;
	display: none;
}
#menu-menu_main-1>.menu-item-has-children>a:after {
	content: url(../images/menu-arrow.svg);
	height: 1em;
	vertical-align: sub;
	line-height: 0;
	display: inline-block;
	transition: all 200ms;
	width: .55em;
	margin-left: .2em;
}
#menu-menu_main-1>.js-active>a:after, .nojs #menu-menu_main-1>li:hover>a:after {
	transform: rotate(-180deg);
}
#menu-menu_main-1>.menu-item-has-children>ul {
	position: absolute;
	left: 50%;
	z-index: 10;
	margin-left: -6.5rem;
	width: 13rem;
	max-height: 26rem;
box-shadow:.05rem .2rem .25rem rgba(0,0,0,.1);
	top: 100%;
	border-top: 1px solid #15508A;
	padding: 1rem 0;
}
#menu-menu_main-1 ul a {
	font-size: .9em;
	margin: 0;
	padding: .3em 1em;
}
#menu-menu_main-1 .js-active, .nojs #menu-menu_main-1>li:hover {
	z-index: 5;
}
#menu-menu_main-1>.menu-item-has-children>ul, #menu-menu_main-1>.menu-item-has-children>a:before {
	opacity: 0;
	transform: scale(.7);
	transform-origin: 50% 0;
	transition: transform 500ms 300ms;
	pointer-events: none;
}
#menu-menu_main-1>.js-active>ul, .nojs #menu-menu_main-1>li:hover>ul, #menu-menu_main-1>.js-active>a:before, .nojs #menu-menu_main-1>.menu-item-has-children:hover>a:before {
	transform: scale(1);
	opacity: 1;
	transition: transform 500ms 300ms 200ms;
	pointer-events: auto;
}
#menu-menu_main-1>.menu-full {
	position: static;
}
#menu-menu_main-1>.menu-full>ul {
	left: 3rem;
	right: 3rem;
	width: auto;
	margin: 0;
}
#menu-menu_main-1>.mega-menu>.sub-menu, #menu-menu_main-1>.menu-mega>.sub-menu {
	display: flex;
	flex-flow: row wrap;
	padding: 1rem 1rem 1rem 0;
}
#menu-menu_main-1>.mega-menu>.sub-menu>li, #menu-menu_main-1>.menu-mega>.sub-menu>li {
	flex: 1 1 0;
	padding-left: 1rem;
}
#menu-menu_main-1>.menu-left>ul {
	margin-left: -50%;
}
#menu-menu_main-1>.menu-right>ul {
	left: auto;
	right: 50%;
	margin-right: -50%;
}
#menu-menu_main-1>.menu-col-2>ul {
	margin-left: -13rem;
	width: 26rem;
}
#menu-menu_main-1>.menu-col-3>ul {
	margin-left: -19.5rem;
	width: 40rem;
}
#menu-menu_main-1>.mega-menu>.sub-menu>.menu-span-2, #menu-menu_main-1>.menu-mega>.sub-menu>.menu-span-2 {
	flex: 2 1 0;
}
#menu-menu_main-1 .menu-span-2>ul {
	column-count: 2;
	column-gap: 1rem;
}
#menu-menu_main-1>.mega-menu>.sub-menu>.menu-span-3, #menu-menu_main-1>.menu-mega>.sub-menu>.menu-span-3 {
	flex: 3 1 0;
}
#menu-menu_main-1 .menu-span-3>ul {
	column-count: 3;
	column-gap: 1rem;
}
#menu-menu_main-1 .menu-span-4>ul {
	column-count: 4;
	column-gap: 1rem;
}
.sub-menu .sub-menu .sub-menu a:before {
	content: '-';
	display: inline-block;
	padding: 0 .2em;
}
.menu-nested-pages-container {
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.5);
	background: #fff;
	padding: 0 .5em;
}
#menu-menu_main-1 a:hover {
	color: #FF8E00;
}
#menu-menu_main-1 ul a:hover {
	background: rgba(199,216,231,.5);
	color: #001F54;
}
#menu-menu_main-1 .js-active>a {
	background: #fff;
	transition: all 300ms 200ms;
	color: #FF8E00;
}
#menu-menu_main-1 .mega-menu>ul>li>a, #menu-menu_main-1 .menu-mega>ul>li>a {
	font-weight: 700;
	border-bottom: 1px solid #333;
	color: #333;
	background: none;
	cursor: default;
}
#menu-menu_main-1 .sub-menu .menu-staff-active a {
	background: rgba(199,216,231,.5);
}
#menu-menu_main-1 .bios-loader:after {
	content: url(../../../themes/fuel-junior/images/menu-arrow.svg);
	line-height: 0;
	display: inline-block;
	transition: all 200ms;
	width: .4em;
	height: .7em;
	position: absolute;
	left: 11.5em;
	top: .6em;
}
#menu-menu_main-1 .bios-loader.menu-staff-active:after {
	transform: rotate(-90deg);
}
#menu-menu_main-1 .bios-container .sub-menu {
	height: 23em;
}
#menu-menu_main-1 .bio-menu {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	left: 13em;
	bottom: 0;
	background: #e3ebf3;
	text-align: left;
	z-index: 5;
	overflow-y: auto;
	padding: 1em;
}
#menu-menu_main-1 .bio-menu .menu-bio-container {
	display: inline-block;
	width: 30%;
	line-height: normal;
	font-size: .9em;
	margin: 0 3% 1em 0;
	padding: 0;
}
#menu-menu_main-1 .bio-image-link {
	width: 4.5em;
	height: 5em;
	overflow: hidden;
	float: left;
	border: 1px solid;
	margin-right: 1em;
	padding: 0;
}
#menu-menu_main-1 .loading {
	overflow: hidden;
}
#menu-menu_main-1 .loading.bio-menu:before, #menu-menu_main-1 .loading.bio-menu:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#menu-menu_main-1 .loading.bio-menu:before {
	width: 7em;
	height: 7em;
	border-radius: 50%;
	border: .5em solid rgba(21,80,138,.3);
	border-top-color: #15508a;
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
	z-index: 1;
}
#menu-menu_main-1 .loading.bio-menu:after {
	background: #e3ebf3;
	z-index: 0;
}
.menu-buttons, #menu .menu-cta, #menu .search-form {
	display: none;
}
#menu-menu_main-1 ul, #menu-menu_main-1 li li {
	background: #fff;
}
}
 @media only screen and (min-width: 82.5em) {
.breakpoint {
	z-index: 825;
}
.grid, .contain, #menu-menu_main-1 {
	padding-left: calc(50%-30rem);
	padding-right: calc(50%-30rem);
}
.overview-content {
	padding: 0 3rem;
}
#menu {
	font-size: 1em;
}
#menu-menu_main-1>.menu-full>ul {
	left: calc(50%-30rem);
	right: calc(50%-30rem);
}
.overview-hto-diagram {
	font-size: 1.4em;
	padding: 0;
}
.hto-diagram-labels {
	padding: .2em calc(50%-30rem);
}
.hto-diagram-bar {
background:gradient(90deg, #5c53ad0%, #5c53ad10%, #1c739450%, #ef474790%, #ef4747100%);
}
.hto-diagram-options {
	padding: .5em calc(50%-30rem);
}
}
 @media print {
@page {
margin:.5cm;
}
* {
	background: transparent!important;
	color: #000!important;
	text-shadow: none!important;
	-webkit-filter: none!important;
	filter: none!important;
	-ms-filter: none!important;
}
a, a:visited {
	color: #444!important;
	text-decoration: underline;
}
abbr[title]:after {
	content: ' (' attr(title) ')';
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100%!important;
}
p, h1, h2, h3 {
	orphans: 3;
	widows: 3;
}
h1, h2, h3 {
	page-break-after: avoid;
}
#menu-menu_main-1, #sidebar, #sidebar-post, #header, #footer, #comments, .menu-buttons, .page-navigation, .pagination, .wp-prev-next, .respond-form {
	display: none;
}
.grid, .contain {
	padding-left: 0;
	padding-right: 0;
	max-width: none;
}
}
 @media (max-width:993px) {
.hero {
	background: #EAF4FE;
	min-height: inherit;
	padding-bottom: 50px;
}
.hero img {
	max-width: 500px;
	margin: 50px auto 30px;
}
.intro {
	text-align: center;
}
.intro-left-col iframe {
	margin: 0 auto;
}
.intro-right-col {
	width: 100%;
	margin-top: 0;
}
.row.intro-container, .row.symptoms-row, .row.story-row, .row.hero-info-container {
	display: block;
}
.intro-left-col, .symptom-row-box, .story-col, .hero-info {
	width: 100%;
}
}
 @media (max-width:767px) {
.intro h2 {
	font-size: 35px;
	margin-top: 30px;
}
.treat h2 {
	font-size: 35px;
	margin-top: 0;
}
.treat .col-xs-12.col-sm-12.col-md-4 {
	padding-top: 50px;
}
.treat h3 {
	margin: 20px 0 10px;
}
.testimonials h2 {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
}
.testimonials .video h2 {
	font-size: 30px;
	margin: 10px 0 20px;
}
.testimonials .video p {
	min-height: initial;
	font-size: 18px;
	margin: 20px 0;
}
.footer {
	margin-top: 50px;
}
}
 @media (max-width:615px) {
body.page-id-1767 .main-header .main-title, body.page-id-1798 .main-header .main-title {
	margin: 1em -.74em 0 -1em;
}
body.page-id-1767 .main-header .main-title:after, body.page-id-1798 .main-header .main-title:after {
	display: none;
}
}
 @media (max-width:450px) {
.container-site {
	padding: 0 15px;
}
.hero {
	padding-bottom: 10px;
}
.hero img {
	margin: 20px auto;
}
.intro {
	padding: 20px 0;
}
.intro h2 {
	font-size: 30px;
	margin-top: 20px;
}
.vidsub {
	margin-left: 0!important;
}
.treat {
	padding: 30px 0;
}
.treat h2 {
	font-size: 30px;
}
.treat p {
	font-size: 16px;
	line-height: 26px;
	max-width: 100%;
}
.treat .col-xs-12.col-sm-12.col-md-4 {
	padding: 20px 15px;
}
.testimonials {
	padding-top: 30px;
}
.testimonials h2 {
	font-size: 35px;
}
.testimonials .video p {
	font-size: 16px;
}
.hero p, .intro p, .testimonials p {
	font-size: 16px;
	line-height: 25px;
}
}
