@charset "UTF-8";
/*!
Theme Name: Lessons 2022
Author: Lane Waterman
Author URI: http://www.emsquared-inc.com
Description: A custom theme for Lessons In Your Home
Technologies: Edgar SCSS Template, normalize.css, Bootstrap 4 (grid/flex only), includemedia, fluid type, some elements based on underscores Wordpress starter
Version: 1.0.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lessons_2022

Lessons 2022 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles by
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Sass Modules
# Normalize
# Variables
# Mixins/Utilities
# Grid - Bootstrap
# Typography
## Typography rules - non-link
## Typography Overrides
# Elements
## Lists
## Tables
## Tabs
## Modal
## Accordion
## Animation
# Forms
## Buttons
## Fields
## Specific Forms
# Navigation
## Links
## Menus
# Content
## Structure
## Header
## Logo and Identity
## Content
## Footer
# Media Queries

----------------------------------------------------------------
# Sass modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
	border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
	--color__link: #195aa7;
	--color__link-visited: #1959a5;
	--color__link-hover: #1858a3;
	--color__link-disabled: #5B6670;
}

/* https://google-webfonts-helper.herokuapp.com/fonts */
/* bitter-regular - latin */
@font-face {
	font-family: "Bitter";
	font-style: normal;
	font-weight: 400;
	src: url("../eot/bitter-v25-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../eot/bitter-v25-latin-regulard41d.eot#iefix") format("embedded-opentype"), url("../woff2/bitter-v25-latin-regular.woff2") format("woff2"), url("../woff/bitter-v25-latin-regular.woff") format("woff"), url("../ttf/bitter-v25-latin-regular.ttf") format("truetype"), url("../svg/bitter-v25-latin-regular.svg#Bitter") format("svg");
	/* Legacy iOS */
}
/* bitter-700 - latin */
@font-face {
	font-family: "Bitter";
	font-style: normal;
	font-weight: 700;
	src: url("../eot/bitter-v25-latin-700.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../eot/bitter-v25-latin-700d41d.eot#iefix") format("embedded-opentype"), url("../woff2/bitter-v25-latin-700.woff2") format("woff2"), url("../woff/bitter-v25-latin-700.woff") format("woff"), url("../ttf/bitter-v25-latin-700.ttf") format("truetype"), url("../svg/bitter-v25-latin-700.svg#Bitter") format("svg");
	/* Legacy iOS */
}
/* bitter-italic - latin */
@font-face {
	font-family: "Bitter";
	font-style: italic;
	font-weight: 400;
	src: url("../eot/bitter-v25-latin-italic.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../eot/bitter-v25-latin-italicd41d.eot#iefix") format("embedded-opentype"), url("../woff2/bitter-v25-latin-italic.woff2") format("woff2"), url("../woff/bitter-v25-latin-italic.woff") format("woff"), url("../ttf/bitter-v25-latin-italic.ttf") format("truetype"), url("../svg/bitter-v25-latin-italic.svg#Bitter") format("svg");
	/* Legacy iOS */
}
/* lato-100 - latin */
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 100;
	src: url("../eot/lato-v22-latin-100.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../eot/lato-v22-latin-100d41d.eot#iefix") format("embedded-opentype"), url("../woff2/lato-v22-latin-100.woff2") format("woff2"), url("../woff/lato-v22-latin-100.woff") format("woff"), url("../ttf/lato-v22-latin-100.ttf") format("truetype"), url("../svg/lato-v22-latin-100.svg#Lato") format("svg");
	/* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 300;
	src: url("../eot/lato-v22-latin-300.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../eot/lato-v22-latin-300d41d.eot#iefix") format("embedded-opentype"), url("../woff2/lato-v22-latin-300.woff2") format("woff2"), url("../woff/lato-v22-latin-300.woff") format("woff"), url("../ttf/lato-v22-latin-300.ttf") format("truetype"), url("../svg/lato-v22-latin-300.svg#Lato") format("svg");
	/* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	src: url("../eot/lato-v22-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../eot/lato-v22-latin-regulard41d.eot#iefix") format("embedded-opentype"), url("../woff2/lato-v22-latin-regular.woff2") format("woff2"), url("../woff/lato-v22-latin-regular.woff") format("woff"), url("../ttf/lato-v22-latin-regular.ttf") format("truetype"), url("../svg/lato-v22-latin-regular.svg#Lato") format("svg");
	/* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 400;
	src: url("../eot/lato-v22-latin-italic.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../eot/lato-v22-latin-italicd41d.eot#iefix") format("embedded-opentype"), url("../woff2/lato-v22-latin-italic.woff2") format("woff2"), url("../woff/lato-v22-latin-italic.woff") format("woff"), url("../ttf/lato-v22-latin-italic.ttf") format("truetype"), url("../svg/lato-v22-latin-italic.svg#Lato") format("svg");
	/* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 700;
	src: url("../eot/lato-v22-latin-700.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../eot/lato-v22-latin-700d41d.eot#iefix") format("embedded-opentype"), url("../woff2/lato-v22-latin-700.woff2") format("woff2"), url("../woff/lato-v22-latin-700.woff") format("woff"), url("../ttf/lato-v22-latin-700.ttf") format("truetype"), url("../svg/lato-v22-latin-700.svg#Lato") format("svg");
	/* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 900;
	src: url("../eot/lato-v22-latin-900.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../eot/lato-v22-latin-900d41d.eot#iefix") format("embedded-opentype"), url("../woff2/lato-v22-latin-900.woff2") format("woff2"), url("../woff/lato-v22-latin-900.woff") format("woff"), url("../ttf/lato-v22-latin-900.ttf") format("truetype"), url("../svg/lato-v22-latin-900.svg#Lato") format("svg");
	/* Legacy iOS */
}
:root {
	--content-wrapper__padding-top: 0;
	--content-wrapper__padding-side: 35px;
}

/*--------------------------------------------------------------
# Mixins/Utilities
--------------------------------------------------------------*/
/**
*  Clearfix
*  http://blog.teamtreehouse.com/a-better-clearfix-with-sass
*/
@-webkit-keyframes TOOLTIP {
	from {
		bottom: 0.5em;
		background-color: rgba(0, 0, 0, 0);
		border: 0.05em solid rgba(255, 255, 255, 0);
		color: rgba(255, 255, 255, 0);
		-webkit-box-shadow: 0 0 0 black;
		box-shadow: 0 0 0 black;
	}
	to {
		bottom: 1.5em;
		background-color: rgba(0, 0, 0, 0.85);
		border: 0.05em solid white;
		color: white;
		-webkit-box-shadow: 0.15em 0.15em 0.5em black;
		box-shadow: 0.15em 0.15em 0.5em black;
	}
}
@keyframes TOOLTIP {
	from {
		bottom: 0.5em;
		background-color: rgba(0, 0, 0, 0);
		border: 0.05em solid rgba(255, 255, 255, 0);
		color: rgba(255, 255, 255, 0);
		-webkit-box-shadow: 0 0 0 black;
		box-shadow: 0 0 0 black;
	}
	to {
		bottom: 1.5em;
		background-color: rgba(0, 0, 0, 0.85);
		border: 0.05em solid white;
		color: white;
		-webkit-box-shadow: 0.15em 0.15em 0.5em black;
		box-shadow: 0.15em 0.15em 0.5em black;
	}
}
@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dashoffset: -125px;
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dashoffset: -125px;
	}
}
.loading {
	width: 50px;
	height: 50px;
	margin: auto;
}
.loading svg {
	width: 3.75em;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
}
.loading circle {
	fill: none;
	stroke: #c8ddef;
	stroke-width: 2;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*!
* Bootstrap Grid v4.1.3 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*
* Split from full Bootstrap by Lane Waterman - EM Squared
*/
@-ms-viewport {
	width: device-width;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

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

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

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

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

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

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

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

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

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

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

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

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

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

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

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

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

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

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

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

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

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

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

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

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

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

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

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

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

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

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

	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}
.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*---------~Headding sizes and sizing classes based on
*	http://csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css/
*	and
*	http://www.stubbornella.org/content/2011/09/06/style-headings-using-html5-sections/
*	Using .tera, .giga, etc. is not exactly semantic because the values are not increasing
by powers of 10 but it is a known scale with a base value (between .deca and .deci)
and many options larger and smaller. The alternative would be starting in the middle
of a list like the greek alphabet as the base value.   ~LW
*/
h1,
.tera,
.h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

h2,
.giga,
.site-phone a,
.h2 {
	font-size: 28px;
	font-size: 1.75rem;
}
.banner h2,
.banner .giga,
.banner .site-phone a,
.site-phone .banner a,
.banner .h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

h3,
.mega,
.site-phone {
	font-size: 18px;
	font-size: 1.125rem;
}

h4,
.kilo {
	font-size: 16px;
	font-size: 1rem;
}

h5,
.hecto {
	font-size: 15px;
	font-size: 0.9375rem;
}

h6,
.deca {
	font-size: 14px;
	font-size: 0.875rem;
}

.normal {
	font-size: 16px;
	font-size: 1rem;
}

.deci {
	font-size: 12px;
	font-size: 0.75rem;
}

.centi {
	font-size: 0.6px;
	font-size: 0.0375rem;
	/****/
}

.sub-heading {
	font-size: 24px;
	font-size: 1.5rem;
}

/*--------------------------------------------------------------
# Typography rules - non-link
--------------------------------------------------------------*/
body {
	font-size: 16px;
	font-size: 1rem;
	color: #333;
	line-height: 1.5;
	font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.sub-heading,
.h1, .h2 {
	clear: both;
	font-family: "Bitter", serif;
	color: #195aa7;
	font-weight: 700;
}
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6,
.home .sub-heading,
.home .h1, .home .h2 {
	text-align: center;
}
footer h1, .bio-heading h1, footer h2, .bio-heading h2, footer h3, .bio-heading h3, footer h4, .bio-heading h4, footer h5, .bio-heading h5, footer h6, .bio-heading h6,
footer .sub-heading,
.bio-heading .sub-heading,
footer .h1,
.bio-heading .h1, footer .h2, .bio-heading .h2 {
	color: #fff;
}

.centered {
	text-align: center;
	margin: 0 auto;
	width: auto;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	line-height: 1.6;
}

form {
	font-size: 16px;
	font-size: 1rem;
}

label {
	font-size: 16px;
	font-size: 1rem;
}

.radio,
.checkbox {
	font-size: 16px;
	font-size: 1rem;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link,
.btn {
	font-size: 10px;
	font-size: 0.625rem;
	text-align: center;
}

.wp-block-button__link {
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
}
.cta-blue .wp-block-button__link, .section-blue .wp-block-button__link {
	text-transform: capitalize;
}

th,
td {
	text-align: center;
}

th {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
}

td {
	font-size: 16px;
	font-size: 1rem;
	color: #333;
	line-height: 1.875;
}
tr:hover td {
	color: #333;
}

small,
p.note {
	font-size: 10px;
	font-size: 0.625rem;
}

.alert-text {
	font-weight: 700;
	color: #eb666c;
}

.highlight {
	background: rgba(255, 250, 163, 0.8);
}

.blue-highlight {
	color: #67a6da;
}

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

.main-navigation.toggled a {
	font-size: 18px;
	font-size: 1.125rem;
}

.city-group {
	font-family: "Bitter", serif;
	font-weight: 700;
	color: #195aa7;
}

/*--------------------------------------------------------------
## Typography Overrides
--------------------------------------------------------------*/
.btn a {
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.btn.btn-login {
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
}

.site-footer input[type=submit] {
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
}

.blog h1,
.archive h1 {
	font-weight: 500;
}
.blog h1.entry-title,
.archive h1.entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.banner h2,
.banner .h2,
.card-info p {
	font-weight: 400;
	font-style: italic;
}

.card-info p a,
.card-info p span {
	font-style: normal;
}

.bio-heading h2 {
	font-weight: 400;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
}
.teacher-slider-bio .bio-heading h2::before {
	content: "About ";
}

.star-section .wp-block-media-text__content {
	font-size: 18px;
	font-size: 1.125rem;
	font-family: "Bitter", serif;
	font-style: italic;
	text-align: center;
}

.instrument-section-full .sub-heading {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 400;
}

.instrument-icon-list a {
	font-family: "Bitter", serif;
	font-style: italic;
}

.sidebar h1 {
	font-weight: 700;
}
.sidebar li {
	font-family: "Bitter", serif;
	font-style: italic;
}

.city-group button {
	color: #195aa7;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.single-liyh_instrument br {
	content: "";
	/* hack to make br have a size */
	display: block;
	margin-bottom: 20px;
}

html body .site-main .banner.instrument-banner h2,
.single-liyh_instrument h1, .single-liyh_instrument h2 {
	text-transform: capitalize;
}


@media (min-width: 768px) {
    html body .site-main .type-teacher_v2 .banner.instrument-banner h1 {
        font-size: 2.325rem;
    }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
#unsupported-browser {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 100px;
	border: 5px solid #eb666c;
	border-radius: 10px;
	padding: 20px;
	display: none;
	/* see media-queries for IE and Edge detection which reveals this element */
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
}
.sticky.to-top {
	bottom: 0;
}

embed {
	display: block;
	margin: 0 auto;
}

svg path {
	fill: inherit;
}

.home .entry-title {
	display: none;
}

.banner {
	position: relative;
}

.star-section {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
	width: 90%;
	max-width: 215px;
	padding: 20px 17px;
	border-radius: 10px;
}
.star-section .wp-block-media-text__media img {
	max-width: 190px;
}
.star-section p {
	margin: 0;
}
img.alignright, img.alignleft, img.alignnone, .card-img img, .page-template-default:not(.home) .wp-block-image img,
.post-template-default .wp-block-image img, .page-template-default .wp-block-image,
.post-template-default .wp-block-image, .section-blue .wp-block-image, .cta .wp-block-image {
	border-radius: 15px;
}

.entry-content > .cta-banner,
.archive .entry-content > .cta-banner {
	padding: 25px 50px 25px;
}

.cta-blue, .section-blue {
	background: #195aa7;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}
.cta-blue h2, .section-blue h2 {
	margin: 1px 0;
}
.cta-blue p, .section-blue p {
	margin: 0 0 2rem;
}
.cta-blue h1, .section-blue h1, .cta-blue h2, .section-blue h2, .cta-blue h3, .section-blue h3, .cta-blue h4, .section-blue h4, .cta-blue h5, .section-blue h5, .cta-blue h6, .section-blue h6,
.cta-blue .sub-heading,
.section-blue .sub-heading {
	color: #fff;
}

.wp-block-columns {
	gap: 50px 0;
}
.site-footer .wp-block-columns {
	gap: 0;
}

.wp-block-column {
	position: relative;
}

.step {
	margin: 0 auto -30px;
	position: relative;
	z-index: 10;
}
.icon-columns .step {
	width: 130px;
}

.single-liyh_instrument .entry-content > .section-blue {
	margin-bottom: 60px;
}

.section-gray {
	background-color: #f5f7f9;
	padding-top: 25px;
	padding-bottom: 25px;
}
.section-gray.wp-block-column {
	padding: 25px;
}

.page-template-default:not(.home) .wp-block-image img,
.post-template-default .wp-block-image img {
	border: 6px solid #c8ddef;
}
.page-template-default:not(.home) .wp-block-image.no-border img,
.post-template-default .wp-block-image.no-border img {
	border: 0;
}
.page-template-default:not(.home) .icon-columns .wp-block-image img,
.post-template-default .icon-columns .wp-block-image img {
	border: 0;
}

.wp-block-image figure.alignright, .wp-block-image figure.alignleft, .wp-block-image figure.alignnone {
	float: none;
	display: block;
	margin: 0.5em auto;
}
.wp-block-image figure.alignright img, .wp-block-image figure.alignleft img, .wp-block-image figure.alignnone img {
	display: block;
	margin: 0.5em auto;
}

img.alignright, img.alignleft, img.alignnone, .card-img img {
	/* images from classic wordpress editor, not wrapped in a figure tag */
	border: 6px solid #c8ddef;
}
img.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
img.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.testimonial-slider-col {
	font-family: "Bitter", serif;
}
.testimonial-slider-col .item-inner {
	position: relative;
	font-style: italic;
	font-size: 22px;
	line-height: 30px;
	width: 100%;
	padding: 15px 30px 0;
	margin-bottom: 20px;
}
.testimonial-slider-col .item-inner::before {
	content: "“";
	top: 92px;
	left: -5px;
	font-size: 230px;
	position: absolute;
	z-index: -1;
	opacity: 0.1;
	font-style: normal;
	font-weight: 700;
}
.testimonial-slider-col .author {
	padding: 0 30px;
}
.testimonial-slider-col .owl-carousel .owl-nav button.owl-prev {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	white-space: nowrap;
	text-indent: 80px;
	/* can't use 100% due to bug in Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=908706 
	-- Possibly fixed, need to test https://www.fxsitecompat.com/en-CA/docs/2018/percentage-on-text-indent-is-now-relative-to-containing-block-instead-of-the-parent/ */
	background-image: url("../png/left_arrow.png");
	background-repeat: no-repeat;
}
.testimonial-slider-col .owl-carousel .owl-nav button.owl-next {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	white-space: nowrap;
	text-indent: 80px;
	/* can't use 100% due to bug in Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=908706 
	-- Possibly fixed, need to test https://www.fxsitecompat.com/en-CA/docs/2018/percentage-on-text-indent-is-now-relative-to-containing-block-instead-of-the-parent/ */
	background-image: url("../png/right_arrow.png");
	background-repeat: no-repeat;
}

.instrument-section-full {
	background: #c8ddef;
	padding: 0 var(--content-wrapper__padding-side);
}

.social-section {
	margin: 0 auto;
}

#follow-us {
	display: inline-block;
}

.site-footer h3 {
	font-weight: 400;
}

.city-phone + p,
.footer-contact + p {
	margin-top: 5px;
}

.teacher-slider-bio .teacher .bio-heading,
.entry-content .teacher-list .profiles .teacher .bio-heading {
	border-radius: 10px 10px 0 0;
}

.post-type-archive-liyh_faq .jump {
	color: #195aa7;
	font-family: "Bitter";
	font-weight: bold;
	font-size: 14px;
	margin-bottom: -20px;
	/* compensate for padding on wp-block-group containers */
	text-align: left;
}

.qa {
	margin-bottom: 10px;
	background-color: #c8ddef;
}
.qa p {
	margin: 0 0 15px;
	text-align: left;
	width: 100%;
}
.qa .q {
	position: relative;
	padding: 15px 30px;
}

.single-liyh_faq .same-category {
	padding-bottom: 30px;
}
.single-liyh_faq .same-category .other-q {
	border-bottom: 1px solid #e0e5ec;
	padding-top: 10px;
}
.single-liyh_faq .same-category .other-q p {
	margin: 0 0 1em;
}
.single-liyh_faq .same-category h2 {
	margin-top: 24px;
}
.single-liyh_faq h1 {
	margin-top: 0;
}

.faq-wrap {
	border-top: 1px solid #e0e5ec;
	border-bottom: 1px solid #e0e5ec;
	background-color: #f5f7f9;
	padding: 0 5%;
}

.teacher-slider {
	position: relative;
}
.teacher-slider .slide > * {
	display: block;
}
.teacher-slider .slide img {
	border-radius: 15px;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
	max-width: 210px;
	max-height: 210px;
	-o-object-fit: cover;
	object-fit: cover;
}
.teacher-slider .slide .teacher-name {
	background: #fff;
	text-align: center;
	display: block;
	padding-top: 10px;
}
.teacher-slider .slide .teacher-name a {
	font-family: "Bitter", serif;
	font-weight: 700;
	color: #c6c6c6;
	font-size: 18px;
	font-size: 1.125rem;
}
.teacher-slider .slide.active img {
	-webkit-filter: none;
	filter: none;
}
.teacher-slider .slide.active .teacher-name a {
	color: #3c73b5;
	background-color: #3c73b53b;
	border-radius: 8px;
	padding: 4px 8px;
}

.teacher-slider-bio,
.entry-content .teacher-list .profiles {
	margin-top: 30px;
}
.teacher-slider-bio .teacher,
.entry-content .teacher-list .profiles .teacher {
	display: none;
}
.teacher-slider-bio .teacher .bio-heading,
.entry-content .teacher-list .profiles .teacher .bio-heading {
	background-color: #195aa7;
	color: #fff;
	padding: 15px;
}
.teacher-slider-bio .teacher .bio-heading *,
.entry-content .teacher-list .profiles .teacher .bio-heading * {
	margin: 0;
}
.teacher-slider-bio .teacher .bio-heading h2,
.entry-content .teacher-list .profiles .teacher .bio-heading h2 {
	margin: 0;
}
.teacher-slider-bio .teacher .bio-heading .instrument-block *,
.teacher-slider-bio .teacher .bio-heading .city-block *,
.entry-content .teacher-list .profiles .teacher .bio-heading .instrument-block *,
.entry-content .teacher-list .profiles .teacher .bio-heading .city-block * {
	display: inline-block;
}
.teacher-slider-bio .teacher .bio-heading i,
.entry-content .teacher-list .profiles .teacher .bio-heading i {
	color: #67a6da;
}
.teacher-slider-bio .teacher .bio-body,
.entry-content .teacher-list .profiles .teacher .bio-body {
	padding: 20px 30px;
	width: 100%;
	height: auto;
	background-color: #c8ddef;
	color: #777777;
}
.teacher-slider-bio .teacher.active,
.entry-content .teacher-list .profiles .teacher.active {
	display: block;
}

.entry-content .teacher-list .profiles .teacher {
	display: block;
}
.entry-content .teacher-list .teacher {
	margin-bottom: 24px;
}
.entry-content .teacher-list img {
	max-width: 215px;
	max-height: 215px;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 auto;
}
.entry-content .teacher-list .bio-text p {
	margin-top: 0;
}

.teacher-card {
	border: 1px solid #5B6670;
	border-right: 0;
	border-left: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}

.sidebar h1 {
	background: rgba(200, 221, 239, 0.4);
	text-align: center;
	padding: 20px 12px;
	margin: 0;
}

.small-number-circle {
	display: inline-block;
	margin: 0;
	color: #fff;
	background: #000;
	padding: 2px 10px 4px;
	border-radius: 50%;
}

.city-grid {
	position: relative;
	margin-bottom: 20px;
}

.city-grid > .wp-block-group__inner-container,
.city-suburb-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px 30px;
}
.city-grid > .wp-block-group__inner-container .city,
.city-suburb-list .city {
	background: #c8ddef;
	width: 100%;
	margin-bottom: 0;
}
.single-liyh_instrument .city-grid > .wp-block-group__inner-container,
.single-liyh_instrument .city-suburb-list {
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.city-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 50px;
}
.city-group .wp-block-group__inner-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
}
.city-group .wp-block-group__inner-container .city {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.single-liyh_instrument .city-group.open {
	grid-column: 1/span 2;
	grid-row: 1;
}

.t-slider {
	position: relative;
	overflow: hidden;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
.teacher-slider .t-slider .slides, .social-list,
.city-suburb-list,
.pagination .cf,
.direction-nav, .city-phone,
.footer-contact, .instrument-icon-list, ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

.social-list li, .main-navigation li, .teacher-slider .slide, .wp-block-latest-posts__list li,
.wp-block-categories-list li,
.city-suburb-list li,
.pagination .cf li,
.direction-nav li, .city-phone li,
.footer-contact li, .instrument-section-full .subjects-list li, .instrument-icon-list li, .checkmark-list li {
	background: none;
	background-position: initial;
	padding-left: 0;
	margin-top: 0;
}

ul {
	list-style-position: inside;
}
ul li {
	background: url("../png/bullet.png") no-repeat;
	background-position: left 3px;
	padding-left: 30px;
	margin-top: 12px;
}
.sidebar ul {
	background: #f5f7f9;
}
.sidebar ul li {
	border-bottom: 1px solid #e0e5ec;
	padding: 10px 12px;
}

.drag-items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	margin: 0;
	padding: 0;
	gap: 25px;
}
.drag-items li {
	display: grid;
	border: 1px solid #f5f7f9;
	padding: 10px;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
}
.drag-items.vertical {
	display: block;
}
.drag-items.vertical li {
	margin-bottom: 10px;
}

.checkmark-list {
	list-style-image: url("../png/blue-check_20x15.png");
}
.instrument-icon-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.instrument-icon-list li {
	text-align: center;
	width: 33%;
	margin: 10px auto;
}
.instrument-icon-list span:not(.city-phone) {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	background-color: #fff;
	background-size: auto 99px;
	background-position: center;
	margin: 0 auto;
	border: 3px solid #75A5D5;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
	border-radius: 50%;
}
.instrument-icon-list span:not(.city-phone)::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background-color: #67a6da;
	opacity: 0;
	-webkit-transition: opacity ease-in-out 0.25s;
	transition: opacity ease-in-out 0.25s;
}
.instrument-icon-list span:not(.city-phone):hover, .instrument-icon-list span:not(.city-phone):focus, .instrument-icon-list span:not(.city-phone):focus-within {
	background-color: transparent;
}
.instrument-icon-list span:not(.city-phone):hover::after, .instrument-icon-list span:not(.city-phone):focus::after, .instrument-icon-list span:not(.city-phone):focus-within::after {
	opacity: 0.5;
}
.instrument-icon-list a {
	text-decoration: none;
}

.instrument-section-full .subjects-list {
	margin: 0;
	padding: 35px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #75A5D5;
	border-radius: 15px;
}
.instrument-section-full .subjects-list li {
	margin-bottom: 8px;
}

.city-phone li,
.footer-contact li {
	background: url("../gif/dot-white-bg.gif") repeat-x;
	background-position: 0 16px;
}

.footer-contact li {
	background-image: url("../gif/dot.gif");
}

.city-suburb-list {
	display: none;
	position: absolute;
	width: 100%;
	max-width: 98vw;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
	z-index: 100;
}
.city-suburb-list li {
	background: #c8ddef;
	border-radius: 25px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 0.6em 1em;
	text-align: center;
}
.city-suburb-list:active, .city-suburb-list:focus, .city-suburb-list:focus-within, .single-liyh_instrument .city-group.open .city-suburb-list {
	display: grid;
}
.city-group .city-suburb-list {
	top: -15px;
	left: -14px;
}
.single-liyh_instrument .city-group .city-suburb-list {
	top: initial;
	left: initial;
}
.city-list-wrapper .city-suburb-list {
	display: grid;
	position: relative;
	width: 100%;
	max-width: none;
}
.city-list-wrapper .city-suburb-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.6em 1em;
}
.city-list-wrapper .city-suburb-list li a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.single-liyh_instrument .city-suburb-list {
	position: relative;
	border: 1px solid #195aa7;
	margin-top: 10px;
}

.city-group .city:active + .city-suburb-list, .city-group .city:focus + .city-suburb-list, .city-group .city:focus-within + .city-suburb-list {
	display: grid;
}

.teacher-slider .t-slider .slides {
	overflow: hidden;
	width: 100%;
	margin-top: 25px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.teacher-slider .slide {
	margin-right: 8px;
	display: inline-block;
}

.direction-nav {
	position: absolute;
	top: 10%;
	width: 100%;
	z-index: 100;
}
.direction-nav li {
	position: absolute;
}
.direction-nav li:nth-child(1) {
	left: -40px;
}
.direction-nav li:nth-child(2) {
	right: -30px;
}

/*--------------------------------------------------------------
## Calendar
--------------------------------------------------------------*/
.calendar-container {
	padding: 0 10px 20px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.calendar-month {
	-ms-flex-preferred-size: 66%;
	flex-basis: 66%;
}

.calendar-list {
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
}

.calendar .filter-form {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

.fc-daygrid-dot-event.fc-daygrid-event {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.fc-daygrid-dot-event.fc-daygrid-event .fc-daygrid-event-dot {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.fc-daygrid-dot-event.fc-daygrid-event .fc-event-time {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	grid-column: 2/5;
	text-align: left;
}
.fc-daygrid-dot-event.fc-daygrid-event .fc-event-title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	grid-column: 1/5;
}

/*--------------------------------------------------------------
## Messages
--------------------------------------------------------------*/
.messages {
	position: fixed;
	z-index: 1000;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.message-content {
	background: #fff;
	border: 5px solid #67a6da;
	margin: 30px 0;
	min-width: 400px;
	min-height: 100px;
	font-size: 18px;
	font-size: 1.125rem;
	position: relative;
}
.message-content:after {
	/* double border */
	content: "";
	position: absolute;
	top: -15px;
	right: -15px;
	left: -15px;
	bottom: -15px;
	z-index: -1;
	background: #195aa7;
	-webkit-box-shadow: 0 3px 3px rgba(19, 41, 61, 0.2);
	box-shadow: 0 3px 3px rgba(19, 41, 61, 0.2);
}
.message-content .alert {
	padding: 15px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.message-content .alert-success {
	background: #69af81;
}
.message-content .alert-danger {
	background: #eb666c;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table.comp {
	margin-top: 10px;
	font-family: "Roboto", sans-serif;
}
table.comp a, table.comp a:visited {
	color: #1275ac;
}
table.comp a:hover {
	color: #00476c;
}
table.sticky-head thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	border-bottom: 1px solid #fff;
}

th, td {
	padding: 7px 14px;
	border: 1px solid transparent;
}
.comp th, .comp td {
	border-color: #00608a;
}

th {
	background: #67a6da;
	text-align: center;
	white-space: nowrap;
}
.wrap th {
	white-space: initial;
}
.comp th {
	background: #0074a8;
	color: #fff;
}

td {
	text-align: center;
}

.sort-controls {
	display: inline-block;
	width: 10px;
}
.sort-controls .fa-sort-up {
	margin-bottom: -15px;
}
.sort-controls .fas {
	display: block;
	opacity: 0.4;
}
.sort-controls.sorted .fa-sort-up {
	opacity: 1;
}

tr:nth-of-type(even) {
	background-color: rgba(91, 102, 112, 0.1);
}
tr:hover {
	background-color: rgba(91, 102, 112, 0.2);
}
.comp tr:nth-of-type(even) {
	background-color: rgba(252, 206, 9, 0.15);
}
.comp tr:hover {
	background-color: rgba(252, 206, 9, 0.6);
}

/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
.tbtns {
	border-bottom: 1px solid #195aa7;
	padding-left: 15px;
	margin-bottom: 20px;
	z-index: 500;
}
.tbtns button {
	position: relative;
	top: 1 px;
	border: 1px solid #195aa7;
	border-bottom: 0;
	background-color: #f5f7f9;
	border-radius: 10px 10px 0 0;
	margin-left: 0;
}
.tbtns button.active {
	top: 1px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.tbtns button.active:focus {
	border-width: 2px;
}
.tbtns button:focus {
	outline: 0;
	border-width: 2px;
}

.tcnt {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #195aa7;
}

/*--------------------------------------------------------------
## Flyouts
--------------------------------------------------------------*/
.flyout-note {
	width: 40%;
	height: 200px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 300;
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
	top: -200px;
	background-color: #fff;
	border: 2px solid gold;
	padding: 20px;
}
.flyout-note:hover, .flyout-note:focus-within {
	top: 0;
}
.flyout-note::after {
	content: "Notes";
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	padding: 7px;
	overflow: hidden;
	top: 100%;
	background: #fff;
	border: 2px solid gold;
	border-radius: 0 0 10px 10px;
	border-top-color: #fff;
	text-align: center;
}
.flyout-note.dev-note::after {
	content: "Dev Notes";
}

.flyout-panel {
	width: 40%;
	height: auto;
	position: absolute;
	top: 125px;
	z-index: 400;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	left: -40%;
	background-color: #fff;
	border: 2px solid #5B6670;
	padding: 20px;
}
.flyout-panel:hover, .flyout-panel:focus-within {
	left: 0;
}
.flyout-panel::after {
	content: "Flyout Control";
	display: block;
	position: absolute;
	top: 10px;
	width: 100px;
	padding: 7px;
	overflow: hidden;
	left: 100%;
	background: #fff;
	border: 2px solid #5B6670;
	border-radius: 0 10px 10px 0;
	border-left-color: #fff;
	text-align: center;
}

/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/
.modal-background {
	position: fixed;
	/* Stay in place */
	z-index: 8000;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: #000;
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.modal-box {
	position: relative;
	/* Stay in place */
	z-index: 9000;
	/* Sit on top */
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	margin-bottom: auto;
	width: 600px;
	/* Can override this in props */
	height: 500px;
	/* Can override this in props */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: #fff;
	padding: 20px;
	border: 5px solid #67a6da;
}

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.accordion-section {
	border: 1px solid #67a6da;
	margin: 0 0 20px;
}

.accordion-header {
	padding: 20px;
	border-bottom: 1px dotted #67a6da;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: rgba(103, 166, 218, 0.4);
	cursor: pointer;
}
.accordion-header h3 {
	display: inline-block;
	margin: 0;
	text-transform: capitalize;
	color: #195aa7;
}
.accordion-header:before {
	content: "";
	display: inline-block;
	vertical-align: text-top;
	margin-right: 7px;
	/* css triangle http://apps.eky.hk/css-triangle-generator/ */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 9px 0;
	border-color: #195aa7 transparent transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.accordion-content {
	padding: 0 20px;
}

.collapsed.accordion-header {
	border-bottom-color: transparent;
	padding: 12px;
}
.collapsed.accordion-header:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	border-width: 12px 8px 0;
}
.collapsed.accordion-content {
	height: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	/* removes section from flow so container will resize and keep flex up to date */
}

/*--------------------------------------------------------------
## Animation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form {
	width: 100%;
	margin-bottom: 20px;
}
form.wpcf7-form {
	padding-top: 1px;
	accent-color: #bdbdbd;
}

.label-left label,
.label-left .group-label,
.label-left .radio,
.label-left .checkbox,
.label-left .input-group,
.label-left .select-style,
.label-left select {
	display: inline-block;
}

.label-top label,
.label-top .group-label,
.label-top .radio,
.label-top .checkbox,
.label-top .input-group,
.label-top .select-style,
.label-top select {
	display: block;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn {
	position: relative;
	border: 1px solid;
	border-color: #5582c1;
	border-radius: 25px;
	background: #6c95c6;
	color: #fff;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	margin-bottom: 15px;
}
button:hover:not(:disabled),
input[type=button]:hover:not(:disabled),
input[type=reset]:hover:not(:disabled),
input[type=submit]:hover:not(:disabled),
.btn:hover:not(:disabled) {
	border-color: #195aa7;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.btn:active,
.btn:focus {
	border-color: #195aa7;
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled,
.btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
button + button,
button + input[type=button],
button + input[type=reset],
button + input[type=submit],
input[type=button] + button,
input[type=button] + input[type=button],
input[type=button] + input[type=reset],
input[type=button] + input[type=submit],
input[type=reset] + button,
input[type=reset] + input[type=button],
input[type=reset] + input[type=reset],
input[type=reset] + input[type=submit],
input[type=submit] + button,
input[type=submit] + input[type=button],
input[type=submit] + input[type=reset],
input[type=submit] + input[type=submit],
.btn + button,
.btn + input[type=button],
.btn + input[type=reset],
.btn + input[type=submit] {
	margin-left: 20px;
}

input[type=submit] {
	background-color: #000;
	font-size: 18px;
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding: 5px 30px;
	height: 45px;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:focus-within {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.btn.btn-login {
	width: 85px;
	padding: 3px;
	margin: 5px auto;
}
.btn, .btn:hover, .btn:focus, .btn:focus-within {
	text-decoration: none;
}
.teacher-section .btn, .entry-content .teacher-list .btn, .teacher-slider-bio .btn {
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	padding: 0.5em 1em;
	margin-right: 10px;
	--color__link: #fff;
	--color__link-visited: #fff;
	--color__link-hover: #fff;
}
.teacher-slider-bio .btn {
	display: block;
}

.wp-block-button {
	width: 100%;
}

.wp-block-button__link {
	display: block;
	background-color: #195aa7;
	border-radius: 100px;
	max-width: 90vw;
	margin: 0 auto;
}
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:focus-within {
	background-color: #12427b;
}
.cta-blue .wp-block-button__link, .section-blue .wp-block-button__link {
	border: 1px solid #fff;
	background-color: #1e6bc6;
}
.cta-blue .wp-block-button__link:hover, .section-blue .wp-block-button__link:hover, .cta-blue .wp-block-button__link:focus, .section-blue .wp-block-button__link:focus, .cta-blue .wp-block-button__link:focus-within, .section-blue .wp-block-button__link:focus-within {
	background-color: #144988;
}

.city-group button {
	border: 0;
	padding: 0.6em 1em;
}
.single-liyh_instrument .city-group.open button.city {
	background-color: #195aa7;
	color: #c8ddef;
}
.single-liyh_instrument .city-group.open .close {
	display: inline-block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 25px;
	padding: 2px 0;
}
.city-group .close {
	display: none;
	border-radius: 50%;
	background-color: #f5f7f9;
	border: 1px solid #195aa7;
}

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
.select-style,
textarea {
	width: 100%;
	color: #666;
	border: 1px solid #c8ddef;
	border-radius: 5px;
	padding: 6px 12px;
	background: #fff;
	margin-bottom: 12px;
	/* Firefox 18- */
	/* Firefox 19+ */
	/* Firefox 18- */
	/* Firefox 19+ */
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.select-style::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.6);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
select:-moz-placeholder,
.select-style:-moz-placeholder,
textarea:-moz-placeholder {
	color: rgba(51, 51, 51, 0.6);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
select::-moz-placeholder,
.select-style::-moz-placeholder,
textarea::-moz-placeholder {
	color: rgba(51, 51, 51, 0.6);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
select:-ms-input-placeholder,
.select-style:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.6);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.select-style::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-weight: 600;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
select:-moz-placeholder,
.select-style:-moz-placeholder,
textarea:-moz-placeholder {
	font-weight: 600;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
select::-moz-placeholder,
.select-style::-moz-placeholder,
textarea::-moz-placeholder {
	font-weight: 600;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
select:-ms-input-placeholder,
.select-style:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-weight: 600;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
.select-style:focus,
textarea:focus {
	color: #333;
	border-color: #333;
}
input[type=text].short,
input[type=email].short,
input[type=url].short,
input[type=password].short,
input[type=search].short,
input[type=number].short,
input[type=tel].short,
input[type=range].short,
input[type=date].short,
input[type=month].short,
input[type=week].short,
input[type=time].short,
input[type=datetime].short,
input[type=datetime-local].short,
input[type=color].short,
select.short,
.select-style.short,
textarea.short {
	width: 65px;
}
input[type=text].long,
input[type=email].long,
input[type=url].long,
input[type=password].long,
input[type=search].long,
input[type=number].long,
input[type=tel].long,
input[type=range].long,
input[type=date].long,
input[type=month].long,
input[type=week].long,
input[type=time].long,
input[type=datetime].long,
input[type=datetime-local].long,
input[type=color].long,
select.long,
.select-style.long,
textarea.long {
	width: 450px;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
select:disabled,
.select-style:disabled,
textarea:disabled {
	opacity: 0.8;
	background-color: rgba(255, 255, 255, 0.6);
}

.wpcf7-form select,
.wpcf7-form select option:first-child,
.wpcf7-form label,
.wpcf7-checkbox,
.wpcf7-radio {
	color: #bdbdbd;
	font-weight: 700;
}

.wpcf7-form select option {
	color: #666;
}

textarea {
	height: 120px;
}
textarea.tall {
	height: 180px;
}

label {
	margin-right: 10px;
	width: 95px;
	vertical-align: middle;
}
label:empty {
	display: none;
}
.inline-group label, .radio label, .checkbox label {
	width: auto;
	margin-right: 14px;
}
label.required:before {
	display: inline;
	content: "*";
	color: #eb666c;
	font-size: 11px;
	font-size: 0.6875rem;
	vertical-align: top;
}

.wpcf7-checkbox,
.wpcf7-radio {
	display: inline-block;
	margin-bottom: 15px;
	background-color: #fff;
	padding: 10px;
}

.wpcf7-radio {
	padding-left: 0;
}

.wpcf7-checkbox#teach {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.wpcf7-list-item {
	margin: 0 0 5px 1.25em;
}

.input-file {
	margin-bottom: 20px;
}

select[multiple] {
	overscroll-behavior-y: contain;
}

.site-footer input[type=text],
.site-footer input[type=email],
.site-footer select,
.site-footer textarea {
	background-color: #7db2e0;
	border-color: #fff;
	/* Firefox 18- */
	/* Firefox 19+ */
}
.site-footer input[type=text]::-webkit-input-placeholder,
.site-footer input[type=email]::-webkit-input-placeholder,
.site-footer select::-webkit-input-placeholder,
.site-footer textarea::-webkit-input-placeholder {
	color: #fff;
}
.site-footer input[type=text]:-moz-placeholder,
.site-footer input[type=email]:-moz-placeholder,
.site-footer select:-moz-placeholder,
.site-footer textarea:-moz-placeholder {
	color: #fff;
}
.site-footer input[type=text]::-moz-placeholder,
.site-footer input[type=email]::-moz-placeholder,
.site-footer select::-moz-placeholder,
.site-footer textarea::-moz-placeholder {
	color: #fff;
}
.site-footer input[type=text]:-ms-input-placeholder,
.site-footer input[type=email]:-ms-input-placeholder,
.site-footer select:-ms-input-placeholder,
.site-footer textarea:-ms-input-placeholder {
	color: #fff;
}
.site-footer select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	color: rgba(255, 255, 255, 0.5);
}
.site-footer .wpcf7-form-control-wrap {
	display: inline-block;
	margin-bottom: 10px;
}
.site-footer .wpcf7-form-control-wrap.city {
	display: block;
	/* select would not fill width when container was inline-block */
}
.site-footer br {
	display: none;
}
.site-footer .wpcf7-response-output {
    position: absolute;
    bottom: -35px;
}
.site-footer select, .site-footer select option {
    color: #fff !important;
}
.site-footer select {
    width: 222px;
}

/* --- Custom Select
--- https://codepen.io/fil_dev/pen/oZNXzw
--- https://coderwall.com/p/w7npmq/fully-custom-select-box-simple-css-only --- */
.select-style {
	position: relative;
	padding: 0;
	border: 0;
}
.select-style:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 18px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 8.5px solid transparent;
	border-top: 10px solid;
	border-top-color: #666;
}
.select-style select {
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 6px 37.5px 6px 12px;
	background: transparent;
}
.select-style select:focus {
	border-color: #5B6670;
	outline-color: #13293d;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 1px;
}

/* Toggle Switch */
/* https://www.w3schools.com/howto/howto_css_switch.asp */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #b3b3b3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:disabled + .slider {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .slider {
	background-color: #0074a8;
}

input:checked:disabled + .slider {
	background-color: #253652;
}

input:focus + .slider {
	-webkit-box-shadow: 0 0 1px #253652;
	box-shadow: 0 0 1px #253652;
}

input:checked + .slider:before {
	-webkit-transform: translateX(18px);
	transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

/* End toggle switch */
/* --- File input
--- https://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way/ --- */
/*input[type=file] {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}

.input-file {
label {
cursor: pointer;
width: auto;
margin-right: 0;
}
&:focus label,
label:hover {
outline: 1px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
.btn span {
position: absolute;
top: 10px;
left: 110%;
white-space: nowrap;
}
}*/
/*  --- Custom radio and checkboxes
--- http://adrianroselli.com/2017/05/under-engineered-custom-radio-buttons-and-checkboxen.html */
@media screen and (-ms-high-contrast: active) {
	/* Windows High Contrast Mode
	http://adrianroselli.com/2012/08/css-background-images-high-contrast-mode.html
	*/
}
/*--------------------------------------------------------------
## Specific Forms
--------------------------------------------------------------*/
.site-footer .wp-block-contact-form-7-contact-form-selector {
	display: none;
}

.teacher-search-form .submit {
	display: inline-block;
}

.profile-form {
	display: none;
}

.contact-form {
	background: #f5f7f9;
	margin: 30px 0;
	padding: 0 50px;
	max-width: 768px;
}
.entry-content > .contact-form {
	margin: 30px auto;
	padding: 0 50px;
	max-width: 768px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--color__link);
}
a:visited {
	color: var(--color__link-visited);
}
a:visited:hover, a:visited:focus, a:visited:focus-within, a:visited:active {
	color: var(--color__link-hover);
}
a:hover, a:focus, a:focus-within, a:active {
	color: var(--color__link-hover);
}
a:focus, a:focus-within {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a:disabled {
	color: var(--color__link-disabled);
}
a.plain, .blog h1 a, .site-phone a, .archive h1 a, footer a {
	text-decoration: none;
}
.footer-legal a, .teacher .bio-heading a, .page-numbers,
.tab_num a,
.tab_num span, .read-more a,
.page-numbers a,
.pagination_tab a,
.post-navigation .nav-links div a, .site-phone a, footer a, .cta-blue a, .section-blue a {
	--color__link: #fff;
	--color__link-visited: #fff;
	--color__link-hover: #fff;
}

.page-numbers,
.tab_num a,
.tab_num span, .read-more a,
.page-numbers a,
.pagination_tab a,
.post-navigation .nav-links div a {
	text-decoration: none;
	padding: 0.4em 1em;
}

.read-more,
.page-numbers,
.pagination_tab,
.post-navigation .nav-links div {
	border-radius: 100px;
	background: #195aa7;
	text-transform: uppercase;
	display: inline-block;
}
.read-more a,
.page-numbers a,
.pagination_tab a,
.post-navigation .nav-links div a {
	display: block;
}

.read-more {
	margin: 1rem auto;
	min-width: 100px;
}

.page-numbers,
.tab_num a,
.tab_num span {
	border-radius: 20px;
	margin: 5px 2px;
}
.page-numbers.prev, .page-numbers.next,
.tab_num a.prev,
.tab_num a.next,
.tab_num span.prev,
.tab_num span.next {
	border-radius: 100px;
}
.page-numbers.current, .page-numbers.active,
.tab_num a.current,
.tab_num a.active,
.tab_num span.current,
.tab_num span.active {
	background: #2d7fe0;
	color: #fff;
}
.page-numbers.dots,
.tab_num a.dots,
.tab_num span.dots {
	color: #fff;
}

.instrument-section-full .subjects-list a {
	text-decoration: none;
	--color__link: #000;
	--color__link-visited: #000;
	--color__link-hover: #000;
}
.instrument-section-full .subjects-list a::before {
	content: "•";
	font-size: 10px;
	position: relative;
	left: -5px;
	bottom: 4px;
	color: grey;
}

.single-post article a {
	--color__link: #4169e1;
	--color__link-visited: #4169e1;
}

.direction-nav a {
	display: inline-block;
	overflow: hidden;
	width: 61px;
	height: 61px;
	white-space: nowrap;
	text-indent: 122px;
	/* can't use 100% due to bug in Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=908706 
	-- Possibly fixed, need to test https://www.fxsitecompat.com/en-CA/docs/2018/percentage-on-text-indent-is-now-relative-to-containing-block-instead-of-the-parent/ */
	background-image: url("../png/slider_prev.png");
	background-repeat: no-repeat;
}
.direction-nav a.next {
	background-image: url("../png/slider_next.png");
}

.city-phone + p a,
.single-post article a,
.teacher .bio-heading a,
.city-suburb-list a,
.q a,
.other-q a,
.city a {
	text-decoration: none;
}
.city-phone + p a:hover, .city-phone + p a:focus, .city-phone + p a:focus-within,
.single-post article a:hover,
.single-post article a:focus,
.single-post article a:focus-within,
.teacher .bio-heading a:hover,
.teacher .bio-heading a:focus,
.teacher .bio-heading a:focus-within,
.city-suburb-list a:hover,
.city-suburb-list a:focus,
.city-suburb-list a:focus-within,
.q a:hover,
.q a:focus,
.q a:focus-within,
.other-q a:hover,
.other-q a:focus,
.other-q a:focus-within,
.city a:hover,
.city a:focus,
.city a:focus-within {
	text-decoration: underline;
}
.city-phone + p a:hover.wp-block-button__link, .city-phone + p a:focus.wp-block-button__link, .city-phone + p a:focus-within.wp-block-button__link,
.single-post article a:hover.wp-block-button__link,
.single-post article a:focus.wp-block-button__link,
.single-post article a:focus-within.wp-block-button__link,
.teacher .bio-heading a:hover.wp-block-button__link,
.teacher .bio-heading a:focus.wp-block-button__link,
.teacher .bio-heading a:focus-within.wp-block-button__link,
.city-suburb-list a:hover.wp-block-button__link,
.city-suburb-list a:focus.wp-block-button__link,
.city-suburb-list a:focus-within.wp-block-button__link,
.q a:hover.wp-block-button__link,
.q a:focus.wp-block-button__link,
.q a:focus-within.wp-block-button__link,
.other-q a:hover.wp-block-button__link,
.other-q a:focus.wp-block-button__link,
.other-q a:focus-within.wp-block-button__link,
.city a:hover.wp-block-button__link,
.city a:focus.wp-block-button__link,
.city a:focus-within.wp-block-button__link {
	text-decoration: none;
}

.city-suburb-list a {
	font-family: "Bitter", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.city-phone a,
.footer-contact a {
	background: #fff;
	text-decoration: none;
}
.city-phone a + a,
.footer-contact a + a {
	float: right;
	padding-left: 10px;
}
.city-phone a + a:hover, .city-phone a + a:focus, .city-phone a + a:focus-within,
.footer-contact a + a:hover,
.footer-contact a + a:focus,
.footer-contact a + a:focus-within {
	text-decoration: underline;
}
.city-phone a:first-child,
.footer-contact a:first-child {
	padding-right: 10px;
	--color__link: #000;
	--color__link-visited: #000;
	--color__link-hover: #000;
	font-family: "Bitter", serif;
	font-style: italic;
}

.sidebar a {
	text-decoration: none;
	--color__link: #333;
	--color__link-visited: #1959a5;
	--color__link-hover: #1858a3;
}

.q a {
	--color__link: #424242;
	--color__link-visited: #424242;
	--color__link-hover: #13427C;
}

.tags-links {
	margin-left: 16px;
}

.cat-links + .comments-link, .tags-links + .comments-link,
.comments-link + .edit-link {
	margin-left: 16px;
}

.footer-contact a {
	background: #195aa7;
}
.footer-contact a:first-child {
	--color__link: #c8ddef;
	--color__link-visited: #c8ddef;
	--color__link-hover: #c8ddef;
	display: inline-block;
	max-width: 128px;
}

.blog footer.entry-footer a,
.archive footer.entry-footer a {
	--color__link: #195aa7;
	--color__link-visited: #1959a5;
	--color__link-hover: #1858a3;
}

.post-type-archive-liyh_faq .jump a {
	border-left: 1px solid #195aa7;
	padding: 0 7px;
	color: #195aa7;
	font-family: "Lato";
	font-weight: normal;
	text-decoration: none;
}
.post-type-archive-liyh_faq .jump a:first-of-type {
	border-left: 0;
}
.post-type-archive-liyh_faq .jump a:hover, .post-type-archive-liyh_faq .jump a:focus, .post-type-archive-liyh_faq .jump a:focus-within {
	text-decoration: underline;
}
.post-type-archive-liyh_faq .anchor {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}

a:visited.wp-block-button__link {
	color: #fff;
}
a:visited:hover.wp-block-button__link {
	color: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
	position: relative;
	padding: 0 20px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 10px 14px;
	font-family: "Bitter", serif;
	font-size: 15px;
	font-size: 0.9375rem;
	--color__link: #000;
	--color__link-visited: #000;
	--color__link-hover: #777;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:focus-within {
	background-color: #c8ddef;
	border-radius: 5px;
}
.main-navigation .scroll-phone {
	display: none;
}
.main-navigation .content-area {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.social-list {
	display: inline-block;
	vertical-align: middle;
}
.social-list li {
	display: inline-block;
	margin: 10px 4px;
}
.social-list a {
	border: 1px solid rgba(227, 227, 227, 0.16);
	border-radius: 4px;
	display: inline-block;
	overflow: hidden;
	width: 26px;
	height: 26px;
	white-space: nowrap;
	text-indent: 52px;
	/* can't use 100% due to bug in Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=908706 
	-- Possibly fixed, need to test https://www.fxsitecompat.com/en-CA/docs/2018/percentage-on-text-indent-is-now-relative-to-containing-block-instead-of-the-parent/ */
	background-image: url("../png/social-bg.png");
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.36);
	-webkit-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}
.social-list a:hover {
	background-color: #fff;
}
.social-list a[href*=facebook] {
	background-position: -3px -1px;
}
.social-list a[href*=facebook]:hover {
	background-position: -3px -28px;
}
.social-list a[href*=twitter] {
	background-position: -37px -1px;
}
.social-list a[href*=twitter]:hover {
	background-position: -37px -28px;
}
.social-list a[href*=linkedin] {
	background-position: -106px -1px;
}
.social-list a[href*=linkedin]:hover {
	background-position: -106px -28px;
}
.social-list a[href*=youtube] {
	background-position: -176px -1px;
}
.social-list a[href*=youtube]:hover {
	background-position: -176px -28px;
}
.social-list a[href*=pinterest] {
	background-position: -211px -1px;
}
.social-list a[href*=pinterest]:hover {
	background-position: -211px -28px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	white-space: nowrap;
	text-indent: 60px;
	/* can't use 100% due to bug in Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=908706 
	-- Possibly fixed, need to test https://www.fxsitecompat.com/en-CA/docs/2018/percentage-on-text-indent-is-now-relative-to-containing-block-instead-of-the-parent/ */
	background-image: url("../png/menu-toggle.png");
	background-repeat: no-repeat;
	background-color: transparent;
	border: 2px solid #ccc;
	border-radius: 5px;
	padding: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	margin-bottom: 0;
}
.menu-toggle[aria-expanded=true] {
	top: 31px;
	-webkit-transform: none;
	transform: none;
}

.main-navigation.toggled .menu-toggle {
	background-color: #67a6da;
}
.main-navigation.toggled ul {
	position: absolute;
	width: 100%;
	padding-left: 20px;
	margin-left: calc(20px * -1);
	background-color: #195aa7;
}
.main-navigation.toggled ul a {
	--color__link: #fff;
	--color__link-visited: #fff;
	--color__link-hover: #fff;
}
.main-navigation.toggled ul a:hover, .main-navigation.toggled ul a:focus, .main-navigation.toggled ul a:focus-within {
	background-color: transparent;
	border-radius: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.nav-next {
	margin-top: 12px;
}

.pagination li {
	display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

img {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

html,
body {
	height: 100%;
}

body {
	background: #fff;
}

.page-wrapper {
	padding: 10px 25px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
	z-index: 100;
	/* make sure it's over .site-main */
}
:not(.home) .site-header {
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.site-phone {
	margin: 4px auto;
	text-align: center;
	color: #fff;
}
.site-phone span {
	margin-right: 10px;
}

.page-header h1 {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Logo and Identity
--------------------------------------------------------------*/
.site-branding {
	background: #195aa7;
	border: 1px solid #195aa7;
	/* prevent margin collapse */
}
.site-branding .content-area {
	max-width: 1000px;
	margin: 0 auto;
}

.custom-logo-link {
	padding: 5px 0;
}

.main-navigation a.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 30px auto;
}
.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
	padding: 0 var(--content-wrapper__padding-side);
}

.blog .site, .single-post .site, .archive .site, .single-liyh_faq .site {
	background-image: url(../png/page-bg.png);
	background-repeat: no-repeat;
	background-position: center 180px;
}

.site-main {
	position: relative;
	z-index: 1;
	background-image: url(../png/page-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
:not(.home) .site-main {
	border-top: 1px solid transparent;
	/* prevent h1 margins from pushing background */
}
.home .site-main, .blog .site-main, .single-post .site-main, .archive .site-main, .single-liyh_faq .site-main {
	background-image: none;
}

.entry-content > * {
	padding-right: var(--content-wrapper__padding-side);
	padding-left: var(--content-wrapper__padding-side);
}
.blog .entry-content > *, .archive .entry-content > * {
	padding-right: 0;
	padding-left: 0;
}
.single-post .entry-content > * {
	padding-right: 0;
	padding-left: 0;
}
.single-post .entry-content > .cta-banner {
	padding-right: 30px;
	padding-left: 30px;
}
.entry-content > .wp-block-group {
	padding: var(--content-wrapper__padding-top) var(--content-wrapper__padding-side) 50px;
}
.entry-content > .wp-block-group.cta-blue, .entry-content > .wp-block-group.section-blue {
	padding-top: 25px;
	padding-bottom: 25px;
}
.entry-content > .banner,
.entry-content > .banner .wp-block-group__inner-container,
.entry-content > .section-blue,
.entry-content > .section-gray,
.entry-content > .instrument-section-full {
	padding-right: 0;
	padding-left: 0;
	max-width: none;
}
.entry-content > .banner {
	padding: 0;
}
.entry-content > .section-blue .wp-block-group__inner-container,
.entry-content > .section-gray .wp-block-group__inner-container {
	padding-right: var(--content-wrapper__padding-side);
	padding-left: var(--content-wrapper__padding-side);
}

.content-wrapper,
.entry-content .teacher-list,
div.single-liyh_teacher, .wp-block-group__inner-container,
.recent__blogs, .entry-content > * {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.content-wrapper,
.entry-content .teacher-list,
div.single-liyh_teacher {
	padding: var(--content-wrapper__padding-top) var(--content-wrapper__padding-side);
}

.single-liyh_instrument .content-wrapper {
	padding: 0;
	max-width: none;
}
.single-liyh_instrument .site-main {
	background-image: none;
}

.post-type-archive-liyh_faq .cta-banner {
	margin-top: -20px;
	/* compensate for padding on wp-block-group containers */
}

.single-liyh_faq .content-wrapper {
	padding-top: 0;
}

.home .banner .wp-block-cover {
	padding: 0 0 215px;
}
.home .banner .wp-block-cover__inner-container {
	width: 72%;
}
.banner img {
	-o-object-position: top;
	object-position: top;
}
.single-liyh_instrument .banner img {
	-o-object-position: center;
	object-position: center;
}
.single-liyh_instrument .banner .wp-block-cover {
	padding-bottom: 0;
}
.single-liyh_instrument .banner .wp-block-columns {
	margin-bottom: 0;
}
.single-liyh_instrument .banner .wp-block-column:first-of-type {
	padding: 0 0 175px;
}

.sidebar {
	margin-top: 50px;
}

.blog article,
.archive article {
	border-top: 1px solid #c8ddef;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
	background-color: #195aa7;
	color: #fff;
	border: 1px solid #195aa7;
	padding: 0 var(--content-wrapper__padding-side);
}
footer h3 {
	margin: 0;
}
.blog footer.entry-footer, .single-post footer.entry-footer, .archive footer.entry-footer, .single-liyh_faq footer.entry-footer {
	background: transparent;
	color: #333;
	border: 0;
	padding: 0;
	margin: 5px 0 48px;
}

.footer-legal {
	background-color: #0d4689;
	margin-right: calc(var(--content-wrapper__padding-side) * -1);
	margin-left: calc(var(--content-wrapper__padding-side) * -1);
	padding: var(--content-wrapper__padding-side);
	font-family: "Bitter", serif;
	font-style: italic;
}

/*--------------------------------------------------------------
## Temp
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 400px) {
	.home .banner .wp-block-cover {
		padding: 0 0 235px;
	}

	.star-section {
		bottom: 35px;
	}
}
@media (min-width: 600px) {
	.single-liyh_instrument .banner .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		/* !important needed here to override !important used in default wordpress style */
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.single-liyh_instrument .banner .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.liyh_instrument .star-section,
	.single-liyh_instrument .banner .star-section {
		grid-template-columns: 100% !important;
		/* !important needed here to override inline style */
	}
	.liyh_instrument .star-section.wp-block-media-text .wp-block-media-text__content,
	.single-liyh_instrument .banner .star-section.wp-block-media-text .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}

	.teacher-slider-bio .teacher .bio-heading,
	.entry-content .teacher-list .profiles .teacher .bio-heading {
		padding: 15px 60px 15px 30px;
	}
	.teacher-slider-bio .teacher .bio-heading *,
	.entry-content .teacher-list .profiles .teacher .bio-heading * {
		display: inline-block;
	}
	.teacher-slider-bio .teacher .bio-heading h2,
	.entry-content .teacher-list .profiles .teacher .bio-heading h2 {
		min-width: 320px;
	}
	.teacher-slider-bio .teacher .bio-heading .instrument-block,
	.teacher-slider-bio .teacher .bio-heading .city-block,
	.entry-content .teacher-list .profiles .teacher .bio-heading .instrument-block,
	.entry-content .teacher-list .profiles .teacher .bio-heading .city-block {
		margin-left: 15px;
	}

	.footer-contact a:first-child {
		max-width: none;
	}
}
@media (min-width: 680px) {
	.home .banner .wp-block-cover {
		padding: 0 0 80px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
	.home .banner .wp-block-cover__inner-container {
		width: 57%;
		padding-left: var(--content-wrapper__padding-side);
	}

	h2 {
		padding: 0;
	}

	.star-section {
		position: relative;
		bottom: initial;
		left: initial;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 100%;
		max-width: none;
		border-radius: 0;
	}
	.home .wp-block-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.wp-block-image figure.alignright, .wp-block-image figure.alignleft, .wp-block-image figure.alignnone {
		display: table;
	}
	.wp-block-image figure.alignright img, .wp-block-image figure.alignleft img, .wp-block-image figure.alignnone img {
		display: inline;
		margin: 0;
	}
	.wp-block-image figure.alignright {
		float: right;
		margin: 0.5em 0 0.5em 1em;
	}
	.wp-block-image figure.alignleft {
		float: left;
		margin: 0.5em 1em 0.5em 0;
	}
	.wp-block-image figure.alignnone {
		margin: 0.5em 1em;
	}

	.site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		/* !important needed to override built-in wordpress style */
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.single-liyh_instrument .banner .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		-ms-flex-preferred-size: 75% !important;
		flex-basis: 75% !important;
		/* !important needed here to override !important used in default wordpress style */
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.liyh_instrument.banner .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:first-child {
		padding-right: 10px;
	}
	.liyh_instrument .banner .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child):last-child,
	.single-liyh_instrument .banner .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child):last-child {
		-ms-flex-preferred-size: 25% !important;
		flex-basis: 25% !important;
		/* !important needed here to override !important used in default wordpress style */
	}
	.liyh_instrument .star-section,
	.single-liyh_instrument .banner .star-section {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		border-radius: 10px;
	}
	.liyh_instrument .star-section {
		display: grid;
	}

	.checkmark-list {
		margin-bottom: 70px;
	}

	.instrument-section-full .subjects-list {
		height: 785px;
	}

	.direction-nav {
		top: 30%;
	}

	.banner h1,
	.banner h2,
	.banner .h1,
	.banner .h2 {
		text-align: left;
		/* fallback */
		text-align: start;
	}

	.center-xs {
		text-align: left;
		/* fallback */
		text-align: start;
	}

	.wp-block-button__link {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	.banner .wp-block-button__link {
		margin: 0;
	}

	.teacher-slider-bio .btn {
		display: inline-block;
	}

	.teacher-search-form select {
		width: 30%;
		margin-right: 2%;
	}

	.read-more {
		margin: 1rem 0;
	}
}
@media (min-width: 768px) {
	.btn.btn-login {
		display: inline-block;
		margin: 10px 0;
	}

	.site-phone {
		float: right;
		line-height: 1;
	}

	.custom-logo-link {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.blog .site, .single-post .site, .archive .site, .single-liyh_faq .site {
		background-image: url(../png/page-bg.png);
		background-repeat: no-repeat;
		background-position: center 140px;
	}

	.sidebar {
		margin-top: 100px;
	}

	.blog .content-wrapper,
	.single-post .content-wrapper,
	.archive .content-wrapper,
	.single-liyh_faq .content-wrapper,
	.post-type-archive-liyh_faq .content-wrapper {
		display: grid;
		gap: 30px;
		grid-template-columns: auto minmax(-webkit-min-content, 25%);
		grid-template-columns: auto minmax(min-content, 25%);
		grid-template-areas: "header header" "main sidebar" "footer footer";
	}
	.blog .content-wrapper .site-header,
	.single-post .content-wrapper .site-header,
	.archive .content-wrapper .site-header,
	.single-liyh_faq .content-wrapper .site-header,
	.post-type-archive-liyh_faq .content-wrapper .site-header {
		grid-area: header;
	}
	.blog .content-wrapper .site-main,
	.single-post .content-wrapper .site-main,
	.archive .content-wrapper .site-main,
	.single-liyh_faq .content-wrapper .site-main,
	.post-type-archive-liyh_faq .content-wrapper .site-main {
		grid-area: main;
		overflow: hidden;
		/* Resolves issue with <pre> elements forcing full width. */
	}
	.blog .content-wrapper .sidebar,
	.single-post .content-wrapper .sidebar,
	.archive .content-wrapper .sidebar,
	.single-liyh_faq .content-wrapper .sidebar,
	.post-type-archive-liyh_faq .content-wrapper .sidebar {
		grid-area: sidebar;
	}
	.blog .content-wrapper .site-footer,
	.single-post .content-wrapper .site-footer,
	.archive .content-wrapper .site-footer,
	.single-liyh_faq .content-wrapper .site-footer,
	.post-type-archive-liyh_faq .content-wrapper .site-footer {
		grid-area: footer;
	}

	.single-liyh_instrument .banner .wp-block-column:first-of-type {
		padding: 0 0 50px;
	}

	.site-footer .wp-block-contact-form-7-contact-form-selector {
		display: block;
	}
	.site-footer .wpcf7-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
	}
	.site-footer .form-left,
	.site-footer .form-right {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.profile-form {
		display: block;
	}

	.menu-toggle {
		right: initial;
		left: 20px;
	}

	.main-navigation ul li, ul.social-list li {
		background-position: initial;
		padding-left: 0;
	}

	.site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		-ms-flex-preferred-size: calc(50% - var(--wp--style--block-gap, 2em) / 2) !important;
		flex-basis: calc(50% - var(--wp--style--block-gap, 2em) / 2) !important;
		/* !important needed to override built-in wordpress style */
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.site-footer .wp-block-columns {
		gap: 50px;
	}

	.social-section {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.city-phone + p,
	.footer-contact + p {
		text-align: left;
	}

	.entry-content .teacher-list .bio-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 35px;
	}
	.entry-content .teacher-list .profile-pic {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 215px;
		flex: 0 0 215px;
	}
	.entry-content .teacher-list .bio-text {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.single-liyh_teacher .entry-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single-liyh_teacher .teacher-card {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.single-liyh_teacher .profile-form {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 30%;
		flex: 0 1 30%;
	}
	.single-liyh_teacher .profile-form h2 {
		color: #fff;
		background-color: #195aa7;
		padding: 15px 10px;
		margin-top: 0;
	}
	.single-liyh_teacher .teacher-profile {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.instrument-icon-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.instrument-section-full .subjects-list {
		height: 425px;
	}

	ul li {
		background-position: left center;
		padding-left: 60px;
	}
	ul.checkmark-list li, ul.instrument-icon-list li, ul.subjects-list li {
		background-position: initial;
		padding-left: 0;
	}
	ul.city-phone li, ul.footer-contact li {
		padding-left: 0;
		background-position: 0 16px;
	}

	h2:not(.has-text-align-center),
	.sub-heading:not(.has-text-align-center) {
		text-align: left;
		/* fallback */
		text-align: start;
	}

	.home h1, .banner h1,
	.home .tera,
	.banner .tera,
	.home .h1,
	.banner .h1 {
		font-size: 50px;
		font-size: 3.125rem;
	}

	h2,
	.giga,
	.site-phone a,
	.h2 {
		font-size: 30px;
		font-size: 1.875rem;
	}
	.banner h2,
	.banner .giga,
	.banner .site-phone a,
	.site-phone .banner a,
	.banner .h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	h3,
	.mega,
	.site-phone {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
@media (min-width: 1000px) {
	.custom-logo-link {
		left: initial;
		-webkit-transform: none;
		transform: none;
	}

	.banner .wp-block-cover {
		height: 600px;
	}
	.banner .wp-block-cover__inner-container {
		width: 100%;
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	.banner .wp-block-cover__inner-container > * {
		width: 72%;
	}
	.banner h1 {
		max-width: 500px;
	}
	.single-liyh_instrument .banner .wp-block-cover {
		padding: 35px 0 0;
	}
	.single-liyh_instrument .banner .wp-block-cover__inner-container > * {
		margin: 0 auto;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 30px 0;
	}

	.single-liyh_instrument .entry-content > * {
		max-width: 1000px;
		margin: 0 auto;
	}
	.single-liyh_instrument .entry-content > .banner,
	.single-liyh_instrument .entry-content > .section-blue,
	.single-liyh_instrument .entry-content > .instrument-section-full {
		max-width: none;
	}
	.single-liyh_instrument .entry-content > h3,
	.single-liyh_instrument .entry-content > .instrument-section-full {
		margin-top: 15px;
	}

	.star-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.star-section.wp-block-media-text .wp-block-media-text__content {
		padding: 0 0 0 20px;
	}
	.liyh_instrument .star-section.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
	.single-liyh_instrument .star-section {
		display: grid;
	}
	.single-liyh_instrument .star-section.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}

	.single-liyh_teacher .entry-wrapper {
		display: grid;
		grid-template-areas: "card form" "profile form";
		gap: 25px;
	}
	.single-liyh_teacher .teacher-card {
		grid-area: card;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
	}
	.single-liyh_teacher .teacher-card .card-img {
		-ms-flex-preferred-size: 215px;
		flex-basis: 215px;
	}
	.single-liyh_teacher .teacher-card .card-img img {
		max-width: 215px;
	}
	.single-liyh_teacher .teacher-card .card-info {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.single-liyh_teacher .teacher-card .card-info h4 {
		margin: 0;
	}
	.single-liyh_teacher .profile-form {
		grid-area: form;
	}
	.single-liyh_teacher .teacher-profile {
		grid-area: profile;
	}

	.instrument-icon-list {
		margin-bottom: 50px;
	}
	.instrument-icon-list span:not(.city-phone) {
		width: 136px;
		height: 136px;
		background-size: auto 166px;
		margin-bottom: 15px;
	}

	.site-branding .btn-login {
		margin-left: 30px;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation .content-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header-menu {
		display: inline-block;
	}

	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
	}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 48%;
		flex: 1 0 48%;
	}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
		text-align: end;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 48%;
		flex: 1 0 48%;
	}
}
@media (min-width: 1035px) {
	.entry-content > h1 {
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
	}

	:root {
		--content-wrapper__padding-top: 25px;
		--content-wrapper__padding-side: 0;
	}
}
@media (min-width: 1200px) {
	.site-footer .wpcf7-form {
		gap: 40px;
	}
}
@media print {
	.main-navigation {
		display: none;
	}

	.page-title {
		background: none !important;
	}
	.page-title h1 {
		color: #333 !important;
	}

	table a {
		text-decoration: none;
		color: #333;
	}
}
/* https://stackoverflow.com/questions/32940965/how-to-target-microsoft-edge-with-css */
_:-ms-lang(x), #unsupported-browser {
	display: block;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* drop down menu */
.main-navigation ul ul {
	flex-direction: column;
	background-color: #fff;
}

.main-navigation li.menu-item-has-children > a {
	position: relative;
	margin-right: 10px;
	padding-right: 20px;
}

.main-navigation li.menu-item-has-children > a:before {
	content: "";
	position: absolute;
	top: 16px;
	right: 6px;
	width: 6px;
	height: 6px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg)
}

@media (max-width: 1000px) {
	.main-navigation li ul.sub-menu {
		position: relative !important;
		box-shadow: none !important;
		padding-left: 33px !important;
		left: 0 !important;
		display: none !important;
	}
	.main-navigation.toggled li.focus ul.sub-menu {
		display: block !important;
		float: none;
	}
	.main-navigation li.menu-item-has-children > a:before {
		border-color: #fff;
	}
}

/* drop down menu */
.main-navigation ul ul {
	flex-direction: column;
	background-color: #fff;
}

.main-navigation li.menu-item-has-children > a {
	position: relative;
	margin-right: 10px;
	padding-right: 20px;
}

.main-navigation li.menu-item-has-children > a:before {
	content: "";
	position: absolute;
	top: 16px;
	right: 6px;
	width: 6px;
	height: 6px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg)
}

@media (max-width: 1000px) {
	.main-navigation li ul.sub-menu {
		position: relative !important;
		box-shadow: none !important;
		padding-left: 33px !important;
		left: 0 !important;
		display: none !important;
	}
	.main-navigation.toggled li.focus ul.sub-menu {
		display: block !important;
		float: none;
	}
	.main-navigation li.menu-item-has-children > a:before {
		border-color: #fff;
	}
}

/* Banner Button Color */
.banner .wp-block-button .wp-block-button__link {
	background-color: #ff781f !important;
}

.banner .wp-block-button .wp-block-button__link:hover {
	background-color: #ff9651 !important;
	color: #281204 !important;
	font-weight: bold;
}

/* mobile menu */

@media (max-width: 992px) {
	#primary-menu > li:not(:last-child) {
		border-bottom: 1px solid #fff;
	}

	.main-navigation.toggled ul {
		padding-left: 0;
	}
	a:focus,
	a:active {
		outline: none;
		box-shadow: none;
	}
}

@media (min-width: 1000px) {
	.single-liyh_instrument .entry-content > h3, .single-liyh_instrument .entry-content > .instrument-section-full {
		margin-top: 0 !important;
	}
}

/* Locations page Map CSS */
.location-template .svg-map-section svg path {
    fill: #D3D3D3;
}
.location-template .svg-map-section svg image {
    height: 40px;
    width: 40px;
}
.location-template {
    position: initial;
}
.location-template .svg-map-section svg#us-map {
    width: 100%;
    height: auto;
}
.location-template .tooltip {
    position: absolute;
    padding: 5px 10px;
    background: #004b68;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    display: none;
    z-index: 10;
}


























