/*---------~Imports----------*/
/*---------~Clearfix revised: http://nicolasgallagher.com/micro-clearfix-hack/
	* For modern browsers
	* 1. The space content is one way to avoid an Opera bug when the
	*	contenteditable attribute is included anywhere else in the document.
	*	Otherwise it causes space to appear at the top and bottom of elements
	*	that are clearfixed.
	* 2. The use of `table` rather than `block` is only necessary if using
	*	`:before` to contain the top-margins of child elements.
	*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/**
		* For IE 6/7 only
		* Include this rule to trigger hasLayout and contain floats.
		*/
.clearfix {
  *zoom: 1;
}
/*---------~Text Replace----------*/
/*---------~Skip To Content (for accessibility)----------*/
#skip {
  margin: 0;
  float: left;
}
#skip a {
  display: inline-block;
  width: 1px;
  height: 1px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#skip a:active,
#skip a:focus {
  width: 150px;
  height: 18px;
  text-indent: 0;
}
#content {
  width: 100%;
  /* gives haslayout to content section to fix IE issues with skip link */
  clear: both;
}
/*---------~Horizontal Menu (Generic)----------*/
ul.horizontal-menu,
ul.horizontal-menu ul,
.pagination ul {
  padding: 0;
  margin: 0;
}
ul.horizontal-menu li,
.pagination ul {
  list-style: none;
  position: relative;
}
ul.horizontal-menu > li,
.pagination ul > li {
  display: inline-block;
}
ul.horizontal-menu li a,
.pagination ul li a {
  text-decoration: none;
  display: block;
}
ul.horizontal-menu li ul {
  position: absolute;
  display: none;
}
ul.horizontal-menu li:hover ul {
  display: block;
}
/*---------~Mixins----------*/
/*---------~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
*/
.peta {
  font-size: 24px;
}
h1,
.tera {
  font-size: 22px;
}
h2,
.giga {
  font-size: 21px;
}
h3,
.mega {
  font-size: 20px;
}
h4,
.kilo {
  font-size: 19px;
}
h5,
.hecto {
  font-size: 18px;
}
h6,
.deca {
  font-size: 17px;
}
.normal {
  font-size: 16px;
}
.deci {
  font-size: 14px;
}
.centi {
  font-size: 13px;
}
.milli {
  font-size: 12px;
}
/* derived/extracted from http://lessonsinyourhome.net/wp-content/themes/liyh/style.min.css */
/*---------~Main Text----------*/
p {
  margin-bottom: 1.5em;
}
blockquote {
  margin: 1.5em 0;
  background-color: #f5f7f9;
  padding: 2em;
}
address {
  margin: 0 0 1.5em;
}
/*---------~Main Menu----------*/
.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: 'Bitter';
  font-style: italic;
  font-size: 15px;
  padding: 10px 7%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.main-navigation li:hover > a {
  background-color: rgba(255, 255, 255, 0.2);
}
.site-branding {
  background-color: #195aa7;
  overflow: hidden;
  color: #f00;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bitter', serif;
  clear: both;
  color: #3c73b5;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
div.ewpcf {
  margin: 0;
  padding: 0;
}
div.ewpcf-response-output {
  margin: 2em .5em 1em;
  padding: 0.2em 1em;
}
div.ewpcf-mail-sent-ok {
  border: 2px solid #398f14;
}
div.ewpcf-mail-sent-ng {
  border: 2px solid #f00;
}
div.ewpcf-spam-blocked {
  border: 2px solid #ffa500;
}
div.ewpcf-validation-errors {
  border: 2px solid #f7e700;
}
span.ewpcf-form-control-wrap {
  position: relative;
}
span.ewpcf-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  background: #fff;
  border: 1px solid #f00;
  font-size: 10pt;
  width: 280px;
  padding: 2px;
}
span.ewpcf-not-valid-tip-no-ajax {
  color: #f00;
  font-size: 10pt;
  display: block;
}
span.ewpcf-list-item {
  margin-left: 0.5em;
}
.ewpcf-display-none {
  display: none;
}
div.ewpcf img.ajax-loader {
  border: 0;
  vertical-align: middle;
  margin-left: 4px;
}
div.ewpcf .watermark {
  color: #888;
}
textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 100%;
}
a {
  color: royalblue;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
.menu-toggle {
  float: left;
  border: 2px solid #ccc;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  background-color: #fff;
  box-shadow: none;
  background-repeat: no-repeat;
  margin-top: 15px;
  margin-left: 5%;
  position: relative;
  z-index: 19;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.menu-toggle:hover,
.toggled .menu-toggle {
  box-shadow: none;
  background-color: #67a6da;
}
.menu-main-menu-container {
  clear: both;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.menu {
  display: none;
  margin: 0;
  overflow: hidden;
}
.toggled .menu {
  display: block;
  background-color: #195aa7;
}
.main-navigation .menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  background-color: #195aa7;
}
.main-navigation .menu li {
  position: relative;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  z-index: 99999;
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.paging-navigation .nav-links,
.post-navigation .nav-links {
  padding: 0 5%;
}
.paging-navigation .nav-links .page-numbers,
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  position: relative;
  background: #3a6dac;
  background: -moz-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a6dac), color-stop(100%, #0a4a98));
  background: -webkit-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -o-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -ms-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: linear-gradient(to bottom, #3a6dac 0, #0a4a98 100%);
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-family: 'Bitter';
  text-shadow: none;
  display: block;
  float: left;
  margin: 5px 2px;
  padding: 5px 14px;
  text-decoration: none;
  width: auto;
}
.paging-navigation .nav-links .page-numbers.current,
.paging-navigation .nav-links .page-numbers:hover {
  background: #6d9fc9;
  background: -moz-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d9fc9), color-stop(100%, #4a88bc));
  background: -webkit-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
  background: -o-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
  background: -ms-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
  background: linear-gradient(to bottom, #6d9fc9 0, #4a88bc 100%);
}
.paging-navigation .nav-links .prev,
.post-navigation .nav-links .nav-previous a {
  padding-left: 45px;
}
.paging-navigation .nav-links .next,
.post-navigation .nav-links .nav-next a {
  padding-right: 45px;
  float: right;
}
.paging-navigation .nav-links .prev:before,
.paging-navigation .nav-links .next:before,
.post-navigation .nav-links .nav-previous a:before,
.post-navigation .nav-links .nav-next a:before {
  content: '';
  background-image: url('../images/arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  width: 36px;
  position: absolute;
  right: 0;
  top: 0;
}
.paging-navigation .nav-links .prev:before,
.post-navigation .nav-links .nav-previous a:before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-filter: "FlipH";
  left: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 0;
  width: 0;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignleft,
.alignLeft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright,
.alignRight {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0;
  overflow: hidden;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-submit {
  display: none;
}
.hentry {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-header,
.page-header,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
.comment-content a {
  word-wrap: break-word;
}
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  z-index: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.gallery {
  margin: 0 5% 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
body {
  min-width: 320px;
}
.frame {
  width: 100%;
  margin: 0 auto;
}
.site-phone,
.site-social,
.scroll-phone {
  display: none;
}
.site-branding .call-now {
  width: 90%;
  margin: 14px auto;
  border: 1px solid #5582c1;
  border-radius: 5px;
  background: #3a6dac;
  background: -moz-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a6dac), color-stop(100%, #0a4a98));
  background: -webkit-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -o-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -ms-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: linear-gradient(to bottom, #3a6dac 0, #0a4a98 100%);
}
.site-branding .call-now a {
  display: block;
  text-align: left;
  font-family: 'Bitter';
  font-size: 18px;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-position: 99% center;
}
.site-logo {
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: url('../images/site-logo.png') no-repeat center -10px;
  height: 64px;
  position: relative;
  z-index: 11;
}
.site-banner {
  background-image: url('../images/banner-bg.jpg');
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center 100px;
  height: 342px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.site-banner .frame {
  z-index: 1;
  position: relative;
}
.site-banner p {
  font-family: 'Bitter';
  color: #3c73b5;
  font-size: 18px;
  font-style: italic;
  line-height: 1.2;
  margin: 0 5%;
}
.site-banner p:first-child,
.site-banner h1,
.site-banner h2 {
  margin-top: 18px;
  font-size: 24px;
  font-style: italic;
  line-height: 1.2;
}
.site-banner p b {
  font-weight: bold;
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 18px;
  line-height: 1;
  display: block;
}
.site-banner .home-banner-phone {
  display: none;
}
.site-banner img {
  position: absolute;
  z-index: 0;
  bottom: -60px;
  max-width: none;
}
.kids-on-left {
  left: -245px;
}
.kids-on-right {
  right: -170px;
}
.start-now {
  width: 274px;
  margin: 120px auto 14px;
  border: 1px solid #5582c1;
  border-radius: 5px;
  background: #3a6dac;
  background: -moz-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a6dac), color-stop(100%, #0a4a98));
  background: -webkit-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -o-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -ms-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: linear-gradient(to bottom, #3a6dac 0, #0a4a98 100%);
}
.start-now a {
  display: block;
  text-align: left;
  font-family: 'Bitter';
  font-size: 20px;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: contain;
}
.instruments ul {
  list-style: none;
  margin: 0;
  padding: 25px 10px 20px;
  overflow: hidden;
}
.instruments ul li {
  float: left;
  width: 33.33%;
  min-width: 100px;
  text-align: center;
  margin-bottom: 10px;
}
.instruments ul li span {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  vertical-align: bottom;
  text-align: center;
  color: #000;
  background-color: #e5e4e3;
  background-image: url('../images/instruments.png');
  background-size: auto 99px;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.instruments ul li a:hover span {
  background-color: #c5d8e8;
}
.instruments .piano span {
  background-position: -19px -9px;
}
.instruments .guitar span {
  background-position: -121px -9px;
}
.instruments .violin span {
  background-position: -224px -9px;
}
.instruments .voice span {
  background-position: -328px -9px;
}
.instruments .drums span {
  background-position: -430px -9px;
}
.instruments .more-ins span {
  background-position: -533px -9px;
}
.instruments ul li a {
  display: block;
  font-family: 'Bitter';
  font-style: italic;
  color: #000;
  margin-top: 5px;
  text-decoration: none;
}
.instruments p {
  margin-bottom: 30px;
  padding: 0 10%;
  text-align: center;
}
.banner-video-caption {
  background-color: #195aa7;
  background-image: url('../images/quote.png');
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
.banner-video-caption p {
  color: #fff;
  padding: 30px 10% 0;
  text-align: center;
  margin-bottom: 0;
}
.banner-video {
  margin: -90px auto 20px;
  border: 6px solid #c8ddef;
  width: 80%;
  padding-bottom: 39.6%;
}
.teachers {
  padding: 10px 0;
}
.teachers p,
.teachers h2 {
  text-align: center;
  padding: 10px 10%;
  margin-bottom: 0;
}
.teachers p span {
  font-size: 18px;
  color: #3c73b5;
  line-height: 1;
  font-family: 'Bitter';
  font-weight: bold;
}
.view-teachers {
  width: 70%;
  margin: 20px auto;
  border: 1px solid #5582c1;
  border-radius: 5px;
  background: #3a6dac;
  background: -moz-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a6dac), color-stop(100%, #0a4a98));
  background: -webkit-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -o-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -ms-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: linear-gradient(to bottom, #3a6dac 0, #0a4a98 100%);
}
.view-teachers a {
  display: block;
  text-align: left;
  font-family: 'Bitter';
  font-size: 16px;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: contain;
}
.teacher-slider {
  margin-bottom: 30px;
}
.teacher-slider .flexslider {
  border: 0;
  box-shadow: none;
  margin: 0;
  background-color: #f5f7f9;
}
#carousel-thumbnail .flex-viewport li img {
  border: 5px solid #c8ddef;
  opacity: .7;
  background: #fff;
}
#carousel-thumbnail .flex-viewport li.flex-active-slide img {
  border: 5px solid #3c73b5;
  opacity: 1;
  background: #fff;
}
#carousel-thumbnail .flex-viewport li.flex-active-slide a:before {
  content: '';
  position: absolute;
  left: 40%;
  top: 0;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #3c73b5;
}
#carousel-thumbnail .flex-viewport li a {
  text-align: center;
  padding-top: 30px;
  display: block;
  position: relative;
  font-family: 'Bitter';
  text-decoration: none;
  color: #c6c6c6;
  font-size: 18px;
  font-weight: bold;
}
#carousel-thumbnail .flex-viewport li.flex-active-slide a {
  color: #3c73b5;
}
#bio-slider {
  padding: 30px 0;
}
#bio-slider .flex-viewport li p {
  text-align: left;
  padding: 0 20px;
  margin-top: 10px;
}
#bio-slider .flex-viewport li .about-teacher {
  text-align: justify;
}
#bio-slider .flex-viewport li p span {
  font-family: 'Bitter';
  font-style: italic;
  color: #000;
}
.cta-banner {
  margin-bottom: 30px;
}
.cta-caption {
  background-color: #195aa7;
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
}
.cta-caption p {
  color: #d5e5f3;
  font-family: 'Bitter';
  font-style: italic;
  margin: 0 auto 20px;
  width: 90%;
  line-height: 1.2;
}
.cta-caption p span {
  font-size: 19px;
  color: #fff;
}
.cta-button {
  background-color: #c8ddef;
  overflow: hidden;
}
.cta-button .start-now {
  margin: 20px auto;
}
.content-area {
  padding-bottom: 30px;
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6,
.content-area p {
  width: 85%;
  margin: 0 auto 1em;
}
.entry-content p,
.entry-meta {
  width: 85%;
  margin: 0 auto 1.5em;
  text-align: justify;
}
.entry-content img {
  border: 6px solid #c8ddef;
  margin-top: .5em;
  margin-bottom: 1em;
}
.entry-footer .edit-link {
  width: 85%;
  margin: 0 auto 1em;
  display: block;
}
.site-content {
  background-image: url('../images/page-bg.png');
  background-repeat: no-repeat;
  background-position: center top;
}
.content-area ul,
.content-area ol {
  width: 85%;
  margin: 0 auto 1.5em;
}
.content-area ul {
  list-style: none;
}
.content-area ul li {
  background: url('../images/bullet.png') left 4px no-repeat;
  padding-left: 50px;
}
.content-area ol {
  list-style: decimal;
  counter-reset: item;
}
.content-area ol li {
  display: block;
}
.content-area ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #3c73b5;
  padding-right: 34px;
}
.widget_text {
  background-color: #195aa7;
}
.widget_text .widget-title {
  color: #fff;
  font-size: 16px;
  padding: 15px 5%;
}
.widget_text .textwidget {
  padding: 0 5%;
}
.widget_text .textwidget .ewpcf-form p {
  margin-bottom: 0;
}
.widget_text .textwidget .ewpcf-form input,
.widget_text .textwidget .ewpcf-form select,
.widget_text .textwidget .ewpcf-form textarea {
  width: 100%;
  margin-bottom: 12px;
  vertical-align: middle;
  padding: 3px 10px;
}
.widget_text .textwidget .ewpcf-form textarea {
  height: 154px;
  resize: none;
}
.widget_text .textwidget .ewpcf-form input[type="submit"] {
  background: #6d9fc9;
  background: -moz-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d9fc9), color-stop(100%, #4a88bc));
  background: -webkit-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
  background: -o-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
  background: -ms-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
  background: linear-gradient(to bottom, #6d9fc9 0, #4a88bc 100%);
  border: 0;
  box-shadow: none;
  height: 32px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-family: 'Bitter';
  text-shadow: none;
  padding-left: 20px;
}
.widget_text .textwidget .ewpcf-form .submit {
  position: relative;
}
.widget_text .textwidget .ewpcf-form .submit:before {
  content: '';
  background-image: url('../images/arrow-light.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  width: 36px;
  position: absolute;
  right: 0;
  top: 0;
}
.widget_text .textwidget .ewpcf-form .ewpcf-response-output {
  margin: 0 0 20px;
  color: #fff;
}
.widget ul {
  margin: 0;
  list-style: none;
}
.widget ul li {
  padding: 10px 5%;
  border-bottom: 1px solid #e0e5ec;
  background-color: #f5f7f9;
}
.widget ul li a {
  text-decoration: none;
  color: #000;
  font-family: 'Bitter';
  font-size: 14px;
  font-style: italic;
}
.widget ul li a:hover {
  color: #3c73b5;
}
.widget_recent_entries h1,
.widget_categories h1,
.widget_archive h1 {
  padding: 15px 5%;
  font-size: 16px;
  background-color: rgba(200, 221, 239, 0.4);
  border-bottom: 1px solid #e0e5ec;
}
#footer-slider {
  background-color: #c8ddef;
  padding: 25px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  position: relative;
}
#footer-slider .flexslider {
  margin: 0;
  background: 0;
  border: 0;
  box-shadow: none;
}
#footer-slider li {
  text-align: center;
}
#footer-slider li h5,
.flexslider .slides li p,
.flexslider .slides li > a {
  margin: 0 20px;
}
#footer-slider li a {
  display: block;
  text-decoration: none;
}
#footer-slider img {
  border: 6px solid #a7bfd4;
  max-height: 160px;
}
#footer-slider li h5 a {
  color: #195aa7;
  font-family: 'Bitter';
  font-style: italic;
  min-height: 54px;
}
#footer-slider li p {
  font-size: 12px;
  margin-bottom: 1em;
}
.button-small {
  width: 165px;
  margin: 20px auto;
  border: 1px solid #5582c1;
  border-radius: 5px;
  background: #6d9fc9;
  background: -moz-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d9fc9), color-stop(100%, #4a88bc));
  background: -webkit-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
  background: -o-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
  background: -ms-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
  background: linear-gradient(to bottom, #6d9fc9 0, #4a88bc 100%);
}
.button-small a {
  display: block;
  text-align: left;
  font-family: 'Bitter';
  font-size: 16px;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  background-image: url('../images/arrow-light.png');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: contain;
}
.footer-contact {
  background-color: #195aa7;
  overflow: hidden;
}
.footer-contact .contact-form {
  display: none;
}
.footer-contact .city-numbers {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.footer-contact .city-numbers h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}
.footer-contact .city-numbers p {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
}
.footer-contact .city-numbers p span {
  display: inline-block;
  float: left;
  width: 60%;
  color: #c8ddef;
  font-family: 'Bitter';
  font-style: italic;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}
.footer-contact .city-numbers p span:after {
  content: '.................................................';
  font-family: 'Bitter';
  padding-left: 10px;
  letter-spacing: 2px;
}
.site-info {
  background-color: #0d4689;
  padding: 30px;
}
.site-info p {
  font-family: 'Bitter';
  font-style: italic;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.site-info p a {
  color: #fff;
}
.site-info .eclipse-logo {
  width: 100px;
  height: 40px;
  display: block;
  margin: 0 auto;
  background: url('../images/eclipse.png') no-repeat;
}
.popup-form {
  display: none;
  width: 100%;
  background-color: #f3f3f3;
  overflow: hidden;
}
.popup-form .frame {
  padding: 0 7.5%;
}
.popup-form h2 {
  color: #3c73b5;
  font-size: 24px;
  text-align: center;
  padding: 20px 0 10px;
}
.popup-form p {
  font-family: 'Bitter';
  font-style: italic;
  line-height: 1.2;
}
.popup-form .ewpcf-form p {
  margin-bottom: 0;
}
.popup-form .ewpcf-form input,
.popup-form .ewpcf-form select,
.popup-form .ewpcf-form textarea {
  width: 100%;
  margin-bottom: 12px;
  vertical-align: middle;
  padding: 3px 10px;
}
.popup-form .ewpcf-form textarea {
  height: 154px;
  resize: none;
}
.popup-form .ewpcf-form select {
  background: #cdcfd4;
  background: -moz-linear-gradient(top, #cdcfd4 0, #bbbec4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcfd4), color-stop(100%, #bbbec4));
  background: -webkit-linear-gradient(top, #cdcfd4 0, #bbbec4 100%);
  background: -o-linear-gradient(top, #cdcfd4 0, #bbbec4 100%);
  background: -ms-linear-gradient(top, #cdcfd4 0, #bbbec4 100%);
  background: linear-gradient(to bottom, #cdcfd4 0, #bbbec4 100%);
  color: #575757;
  border: 1px solid #a9aeb2;
}
.popup-form .ewpcf-form input[type="submit"] {
  background: #3a6dac;
  background: -moz-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a6dac), color-stop(100%, #0a4a98));
  background: -webkit-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -o-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -ms-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: linear-gradient(to bottom, #3a6dac 0, #0a4a98 100%);
  border: 0;
  box-shadow: none;
  height: 46px;
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-family: 'Bitter';
  text-shadow: none;
  padding-left: 20px;
}
.popup-form .ewpcf-form .submit {
  position: relative;
  margin: 10px 20px 0;
}
.popup-form .ewpcf-form .submit:before {
  content: '';
  background-image: url('../images/arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 46px;
  width: 56px;
  position: absolute;
  right: 0;
  top: 0;
}
.popup-form .ewpcf-form .ewpcf-response-output {
  margin: 0 0 20px;
  color: #000;
}
.blog .site-main > h1,
.archive h1 {
  margin-top: 1.5em;
}
.blog .site-main article,
.archive .site-main article,
article.liyh_teacher {
  border-top: 1px solid #e0e5ec;
}
article.liyh_teacher-single {
  border-top: 0;
}
.site-main h1.entry-title {
  margin-bottom: 0;
  margin-top: 0;
}
.site-main h1.entry-title a {
  font-family: 'Bitter', serif;
  color: #3c73b5;
  text-decoration: none;
  font-size: 18px;
}
.site-main .entry-meta {
  font-family: 'Bitter', serif;
  font-style: italic;
  font-size: 14px;
  color: #000;
}
.entry-content .read-more {
  width: 70%;
  margin: 20px auto;
  border: 1px solid #5582c1;
  border-radius: 5px;
  background: #3a6dac;
  background: -moz-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a6dac), color-stop(100%, #0a4a98));
  background: -webkit-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -o-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -ms-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: linear-gradient(to bottom, #3a6dac 0, #0a4a98 100%);
}
.entry-content .read-more a {
  display: block;
  text-align: left;
  font-family: 'Bitter';
  font-size: 16px;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: contain;
}
.post-type-archive-liyh_teacher.archive .content-area,
.single-liyh_teacher.single .content-area,
.liyh_teacher-single .content-area {
  float: none;
  width: 100%;
}
.post-type-archive-liyh_teacher .site-main > p,
.teacher-search-form {
  width: 85%;
  margin: 0 auto;
}
.teacher-search-form {
  padding: 20px 0;
  overflow: hidden;
}
.teacher-search-form select {
  background: #cdcfd4;
  background: -moz-linear-gradient(top, #cdcfd4 0, #bbbec4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcfd4), color-stop(100%, #bbbec4));
  background: -webkit-linear-gradient(top, #cdcfd4 0, #bbbec4 100%);
  background: -o-linear-gradient(top, #cdcfd4 0, #bbbec4 100%);
  background: -ms-linear-gradient(top, #cdcfd4 0, #bbbec4 100%);
  background: linear-gradient(to bottom, #cdcfd4 0, #bbbec4 100%);
  margin-right: 20px;
  width: 30%;
  color: #000;
  border: 1px solid #a9aeb2;
  min-width: 180px;
  margin-bottom: 10px;
}
.teacher-search-form input[type="submit"] {
  background: #3a6dac;
  background: -moz-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a6dac), color-stop(100%, #0a4a98));
  background: -webkit-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -o-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -ms-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: linear-gradient(to bottom, #3a6dac 0, #0a4a98 100%);
  border: 0;
  box-shadow: none;
  height: 32px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-family: 'Bitter';
  text-shadow: none;
  padding-right: 48px;
}
.teacher-search-form .submit {
  position: relative;
  display: inline-block;
}
.teacher-search-form .submit:before {
  content: '';
  background-image: url('../images/arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  width: 36px;
  position: absolute;
  right: 0;
  top: 0;
}
.profile {
  position: relative;
}
.profile-pic {
  position: absolute;
  top: 30px;
  left: 8%;
}
.profile-pic img {
  border: 6px solid #c8ddef;
}
.profile .liyh_teacher {
  padding-top: 240px;
}
.profile .liyh_teacher .entry-content {
  margin-top: 1em;
}
.profile .liyh_teacher p {
  margin-bottom: 0.4em;
}
.liyh_teacher p span {
  font-family: 'Bitter';
  font-style: italic;
  color: #000;
}
.liyh_teacher .cta-caption p span {
  color: #fff;
}
.single-liyh_teacher .vcard {
  min-height: 290px;
}
.single-liyh_teacher .vcard img {
  margin: 0 0 1em 7.5%;
}
.single-liyh_teacher .profile-form {
  display: none;
}
.pagination {
  margin: 15px 0;
  float: left;
}
.form-wrapper .pagination li {
  margin: 0 5px;
  float: left;
  list-style: none;
  background: 0;
  padding: 10px 0;
}
.pagination a {
  cursor: pointer;
  font-size: .8em;
  padding: 5px 10px;
  border: 1px solid #d6d6d6;
  color: #808080;
  text-decoration: none;
}
.pagination a.inactive {
  color: #ccc;
}
.pagination a.inactive:hover {
  background: 0;
}
.pagination a.active {
  background: #195aa7 !important;
  color: #fff;
}
.pagination a:hover {
  background: #efefef;
}
.page-template-contact-php .site-main article,
.page-template-contact-php .site-main .contact-number {
  padding: 0 5%;
  margin-bottom: 30px;
}
.content-area .contact-form {
  background-color: #f5f7f9;
  overflow: hidden;
  padding: 0 5%;
  margin-bottom: 30px;
}
.content-area .contact-form h2 {
  color: #3c73b5;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 10px;
  margin-bottom: 0;
}
.content-area .contact-form p {
  font-family: 'Bitter';
  font-style: italic;
  text-align: center;
  color: #000;
  line-height: 1.2;
}
.content-area .contact-form .ewpcf-form p {
  margin-bottom: 0;
}
.content-area .contact-form .ewpcf-form input,
.content-area .contact-form .ewpcf-form select,
.content-area .contact-form .ewpcf-form textarea {
  width: 100%;
  margin-bottom: 12px;
  vertical-align: middle;
  padding: 3px 10px;
}
.content-area .contact-form .ewpcf-form textarea {
  height: 154px;
  resize: none;
}
.content-area .contact-form .ewpcf-form select {
  background: #cdcfd4;
  background: -moz-linear-gradient(top, #cdcfd4 0, #bbbec4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcfd4), color-stop(100%, #bbbec4));
  background: -webkit-linear-gradient(top, #cdcfd4 0, #bbbec4 100%);
  background: -o-linear-gradient(top, #cdcfd4 0, #bbbec4 100%);
  background: -ms-linear-gradient(top, #cdcfd4 0, #bbbec4 100%);
  background: linear-gradient(to bottom, #cdcfd4 0, #bbbec4 100%);
  color: #575757;
  border: 1px solid #a9aeb2;
}
.content-area .contact-form .ewpcf-form input[type="submit"] {
  background: #3a6dac;
  background: -moz-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a6dac), color-stop(100%, #0a4a98));
  background: -webkit-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -o-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -ms-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: linear-gradient(to bottom, #3a6dac 0, #0a4a98 100%);
  border: 0;
  box-shadow: none;
  height: 34px;
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-family: 'Bitter';
  text-shadow: none;
  padding-left: 20px;
}
.content-area .contact-form .ewpcf-form .submit {
  position: relative;
  margin: 10px auto;
  width: 85%;
}
.content-area .contact-form .ewpcf-form .submit:before {
  content: '';
  background-image: url('../images/arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 34px;
  width: 44px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.content-area .contact-form .ewpcf-form .ewpcf-response-output {
  margin: 0 0 20px;
  color: #000;
}
.page-template-contact-php .content-area article p {
  width: 100%;
}
.page-template-contact-php .contact-number h2 {
  width: 100%;
}
.page-template-contact-php .contact-number p {
  color: #8696a8;
  text-align: right;
  margin-bottom: 0;
  max-width: 300px;
  width: 100%;
  margin: 0;
}
.page-template-contact-php .contact-number p span {
  display: inline-block;
  float: left;
  width: 60%;
  color: #000;
  font-family: 'Bitter';
  font-style: italic;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}
.page-template-contact-php .contact-number p span:after {
  content: '.................................................';
  font-family: 'Bitter';
  padding-left: 10px;
  letter-spacing: 2px;
}
.post-type-archive-liyh_faq.archive .content-area {
  width: 100%;
}
.post-type-archive-liyh_faq .jump {
  color: #3c73b5;
  font-family: 'Bitter';
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left;
}
.post-type-archive-liyh_faq .jump a {
  border-left: 1px solid #3c73b5;
  padding: 0 10px;
  color: #3c73b5;
  font-family: 'Lato';
  font-weight: normal;
}
.post-type-archive-liyh_faq .jump a:first-of-type {
  border-left: 0;
}
.post-type-archive-liyh_faq .qa {
  margin-bottom: 10px;
  background-color: #f3f5f7;
}
.post-type-archive-liyh_faq .qa p {
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
.post-type-archive-liyh_faq .qa .q {
  padding: 15px 50px 15px 30px;
}
.post-type-archive-liyh_faq .qa .q span {
  float: right;
  background: url('../images/open-arrow.png') no-repeat right -193px;
  cursor: pointer;
  height: 45px;
  width: 45px;
  margin-top: -15px;
  margin-right: -50px;
  display: block;
}
.post-type-archive-liyh_faq .qa.open .q span {
  background-position: right -11px;
}
.post-type-archive-liyh_faq .qa .a {
  background-color: #195aa7;
  color: #fff;
  padding: 0;
  height: 0;
  font-weight: lighter;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.post-type-archive-liyh_faq .qa.open .a {
  padding: 20px 30px;
  height: auto;
}
.post-type-archive-liyh_faq .anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
.single-liyh_faq .site-main article {
  border-top: 1px solid #e0e5ec;
  border-bottom: 1px solid #e0e5ec;
  background-color: #f5f7f9;
  color: #000;
  padding: 0 5%;
}
.single-liyh_faq .same-category {
  padding-bottom: 30px;
}
.single-liyh_faq .same-category .other-q {
  border-bottom: 1px solid #e0e5ec;
  padding-top: 10px;
}
.page-id-200 .content-area .contact-form {
  width: auto;
}
@media screen and (max-width: 320px) {
  .entry-content img {
    float: none;
    margin: 0;
  }
}
@media screen and (min-width: 481px) {
  .site-branding .call-now {
    display: none;
  }
  .site-phone {
    display: block;
    float: left;
    font-family: 'Bitter';
    font-style: italic;
    color: #d7dde5;
    margin: 7px 3%;
  }
  .site-phone h1 {
    color: #fff;
    display: inline;
    font-size: 16px;
  }
  .site-phone a {
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
    text-decoration: none;
  }
  .site-social {
    float: right;
  }
  .site-social ul {
    list-style: none;
    margin: 0;
  }
  .site-social ul li {
    float: left;
  }
  .site-social ul li a {
    display: block;
    text-decoration: none;
    width: 26px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.36);
    background-image: url('../images/social-bg.png');
    background-repeat: no-repeat;
    border: 1px solid rgba(227, 227, 227, 0.16);
    border-radius: 4px;
    margin: 10px 4px;
    -webkit-transition: background-color 400ms ease-out;
    -moz-transition: background-color 400ms ease-out;
    -o-transition: background-color 400ms ease-out;
    -ms-transition: background-color 400ms ease-out;
    transition: background-color 400ms ease-out;
  }
  .fb {
    background-position: -3px -1px;
  }
  .tw {
    background-position: -37px -1px;
  }
  .gplus {
    background-position: -72px -1px;
  }
  .in {
    background-position: -106px -1px;
  }
  .yp {
    background-position: -140px -1px;
  }
  .yt {
    background-position: -176px -1px;
  }
  .pin {
    background-position: -211px -1px;
  }
  .fb:hover {
    background-position: -3px -28px;
  }
  .tw:hover {
    background-position: -37px -28px;
  }
  .gplus:hover {
    background-position: -72px -28px;
  }
  .in:hover {
    background-position: -106px -28px;
  }
  .yp:hover {
    background-position: -140px -28px;
  }
  .yt:hover {
    background-position: -176px -28px;
  }
  .pin:hover {
    background-position: -211px -28px;
  }
  .site-social ul li a:hover {
    background-color: #ffffff;
  }
  .site-phone {
    float: left;
  }
  .menu-main-menu-container {
    width: 248px;
  }
  .main-navigation .menu a {
    padding: 10px 14%;
  }
  .site-banner p b {
    font-size: 23px;
    margin-bottom: 8px;
  }
  .site-banner .home-banner-phone {
    display: block;
    font-size: 34px;
    font-weight: bold;
    color: #000;
    margin-bottom: 24px;
  }
  .site-banner p:first-child,
  .site-banner h1,
  .site-banner h2 {
    margin-top: 38px;
    font-weight: bold;
  }
  .start-now {
    margin-top: 28px;
  }
  .kids-on-left {
    left: -200px;
  }
  .kids-on-right {
    right: -150px;
  }
  .site-banner img {
    bottom: 0;
  }
  .entry-content .read-more {
    width: 160px;
    margin: 20px 8%;
  }
}
@media screen and (min-width: 481px) and (max-width: 719px) {
  .site-banner img {
    bottom: -300px;
  }
}
@media screen and (min-width: 720px) {
  .site-social {
    display: block;
  }
  .archive .content-area,
  .blog .content-area,
  .single .content-area,
  .error404 .content-area,
  .search .content-area {
    float: left;
    width: 65%;
  }
  .archive .widget-area,
  .blog .widget-area,
  .single .widget-area,
  .error404 .widget-area,
  .search .widget-area {
    float: right;
    width: 33%;
    padding-top: 50px;
  }
  .content-area {
    padding-top: 20px;
  }
  .instruments ul li {
    width: 16.66%;
  }
  .instruments ul li span {
    width: 100px;
    height: 100px;
    background-size: auto 122px;
    margin: 20px 0;
  }
  .instruments .piano span {
    background-position: -22px -9px;
  }
  .instruments .guitar span {
    background-position: -150px -9px;
  }
  .instruments .violin span {
    background-position: -275px -9px;
  }
  .instruments .voice span {
    background-position: -402px -9px;
  }
  .instruments .drums span {
    background-position: -530px -9px;
  }
  .instruments .more-ins span {
    background-position: -656px -9px;
  }
  .instruments p {
    padding: 0 5%;
  }
  .video-ad .frame {
    position: relative;
    margin: 30px auto;
  }
  .banner-video-caption {
    width: 65%;
    margin-left: 5%;
    padding-bottom: 0;
    padding-right: 30%;
    padding-left: 4%;
    height: 260px;
  }
  .banner-video {
    width: 382px;
    position: absolute;
    top: 20px;
    right: 4%;
    margin: 0;
    padding-bottom: 183px;
  }
  .banner-video-caption p {
    text-align: left;
    line-height: 1.2;
    padding: 30px 0 20px;
  }
  .banner-video-caption p b {
    font-size: 22px;
    font-family: 'Bitter';
    font-weight: normal;
  }
  .banner-video-caption .tagged {
    background: url('../images/bullet.png') no-repeat;
    padding: 0 0 0 40px;
  }
  .teachers .frame {
    position: relative;
  }
  .teachers p {
    padding: 0 5%;
  }
  .teachers h2 {
    text-align: left;
    padding: 30px 5%;
  }
  .teachers p span {
    font-size: 21px;
  }
  .view-teachers {
    position: absolute;
    top: 4px;
    right: 5%;
    width: 210px;
  }
  .teacher-slider {
    margin: 0 5% 30px;
  }
  .cta-banner {
    margin: 0 5% 30px;
  }
  .cta-banner .frame {
    position: relative;
    height: 142px;
    overflow: hidden;
  }
  .cta-caption {
    padding: 20px 50% 20px 0;
    text-align: left;
  }
  .cta-caption p,
  .entry-content .cta-caption p {
    width: 87%;
  }
  .cta-button {
    display: table;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.4);
  }
  .cta-button .vertical-align {
    display: table-cell;
    vertical-align: middle;
  }
  .cta-button .start-now {
    margin-left: auto;
    margin-right: auto;
  }
  .content-area h1,
  .content-area h2,
  .content-area h3,
  .content-area h4,
  .content-area h5,
  .content-area h6,
  .content-area p,
  .entry-meta,
  .entry-footer .edit-link {
    width: 90%;
    margin: 0 auto 1em;
  }
  .entry-content .read-more {
    margin: 20px 5%;
  }
  .footer-contact .contact-form {
    display: block;
    padding: 30px 5% 0;
    overflow: hidden;
    position: relative;
  }
  .footer-contact .contact-form > p {
    color: #fff;
    font-family: 'Bitter';
    font-style: italic;
    text-align: center;
  }
  .footer-contact .contact-form .ewpcf-form .form-left,
  .footer-contact .contact-form .ewpcf-form .form-right {
    width: 47%;
    float: left;
    margin-right: 3%;
  }
  .footer-contact .contact-form .ewpcf-form .form-right {
    margin-right: 0;
    width: 50%;
  }
  .footer-contact .contact-form .ewpcf-form .form-right > p {
    margin: 0;
  }
  .footer-contact .ewpcf-form input,
  .footer-contact .ewpcf-form select,
  .footer-contact .ewpcf-form textarea {
    width: 100%;
    margin-bottom: 12px;
    vertical-align: middle;
    padding: 3px 10px;
    height: 32px;
  }
  .footer-contact .ewpcf-form textarea {
    height: 164px;
    resize: none;
  }
  .footer-contact .ewpcf-form .ewpcf-response-output {
    position: absolute;
    bottom: 0;
    margin: 0;
    color: #fff;
  }
  .footer-contact .ewpcf-form input[type="submit"] {
    background: #6d9fc9;
    background: -moz-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d9fc9), color-stop(100%, #4a88bc));
    background: -webkit-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
    background: -o-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
    background: -ms-linear-gradient(top, #6d9fc9 0, #4a88bc 100%);
    background: linear-gradient(to bottom, #6d9fc9 0, #4a88bc 100%);
    border: 0;
    box-shadow: none;
    height: 32px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-family: 'Bitter';
    text-shadow: none;
    padding-left: 20px;
  }
  .footer-contact .ewpcf-form .submit {
    position: relative;
  }
  .footer-contact .ewpcf-form .submit:before {
    content: '';
    background-image: url('../images/arrow-light.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 32px;
    width: 36px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer-contact .city-numbers {
    width: 90%;
    overflow: hidden;
  }
  .footer-contact .city-numbers h2 {
    margin: 0 auto 20px;
  }
  .footer-contact .city-numbers p {
    padding-right: 25px;
    width: 50%;
    float: left;
  }
  .site-info {
    overflow: hidden;
    padding: 10px 5%;
  }
  .site-info p {
    text-align: left;
    float: left;
    margin-bottom: 0;
    line-height: 20px;
  }
  .site-info .eclipse-logo {
    float: right;
  }
  .post-type-archive-liyh_teacher .site-main > p,
  .teacher-search-form {
    width: 90%;
  }
  .profile-pic {
    left: 5%;
  }
  .profile .liyh_teacher {
    padding-top: 0;
    padding-left: 250px;
  }
  .single-liyh_teacher .vcard {
    float: left;
    width: 60%;
    padding: 30px 0;
    margin: 0 5%;
    border-bottom: 1px solid #e0e5ec;
    border-top: 1px solid #e0e5ec;
  }
  .single-liyh_teacher .vcard p {
    margin-bottom: 0.4em;
  }
  .single-liyh_teacher .profile-form {
    display: block;
    width: 30%;
    float: right;
  }
  .single-liyh_teacher .profile-form img {
    margin: 0;
  }
  .single-liyh_teacher .vcard img {
    margin: 0 0 1em 5%;
  }
  .single-liyh_teacher .entry-content > p {
    clear: both;
  }
  .page-template-contact-php .site-main article,
  .page-template-contact-php .site-main .contact-number {
    float: right;
    width: 55%;
    padding: 0 5%;
  }
  .content-area .contact-form {
    margin-left: 5%;
    width: 40%;
    background-color: #f5f7f9;
    overflow: hidden;
    float: left;
    padding: 0 5%;
    margin-top: 30px;
  }
  .content-area .contact-form .ewpcf-form p {
    width: 100%;
  }
  .content-area .contact-form .ewpcf-form .submit {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .menu-toggle {
    display: none;
  }
  .site-banner p b {
    font-size: 24px;
  }
  .site-phone {
    float: right;
  }
  .main-navigation {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
  }
  .main-navigation .site-logo {
    box-shadow: none;
    float: left;
    height: 90px;
    background-position: 0 5px;
    width: 160px;
    padding: 0;
    margin-right: 15px;
    -moz-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    -webkit-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
  }
  .menu-main-menu-container {
    width: auto;
    position: relative;
    display: block;
    float: left;
    clear: none;
    padding-top: 30px;
  }
  .main-navigation .menu {
    display: block;
    height: auto;
    width: auto;
    background-color: initial;
    margin: 0;
    list-style: none;
  }
  .main-navigation .menu li {
    float: left;
  }
  .main-navigation a {
    font-size: 15px;
    color: #000;
    padding: 10px 14px;
    height: 60px;
    transition: border 200ms ease-out;
    -webkit-transition: border 200ms ease-out;
    -moz-transition: border 200ms ease-out;
    -o-transition: border 200ms ease-out;
  }
  .main-navigation .current-menu-item a {
    color: #195aa7;
  }
  .main-navigation a:hover {
    color: #195aa7;
    border-bottom: 5px solid #195aa7;
  }
  .scroll-phone {
    float: left;
    font-family: 'Bitter';
    font-style: italic;
    color: #3c73b5;
    font-size: 24px;
    margin-bottom: 0;
  }
  .site-header.fixed {
    height: 115px;
  }
  .site-header.fixed .main-navigation {
    position: fixed;
    top: 0;
    z-index: 11;
    background-color: #fff;
  }
  .admin-bar .site-header.fixed .main-navigation {
    top: 32px;
  }
  .site-header.fixed .main-navigation .site-logo {
    width: 58px;
    height: 68px;
    background-position: 0 -5px;
  }
  .site-header.fixed .main-navigation .menu-main-menu-container {
    float: left;
    padding-top: 16px;
  }
  .site-header.fixed .main-navigation .menu-item-46 {
    display: none;
  }
  .site-header.fixed .main-navigation .scroll-phone {
    display: block;
    padding: 15px 0 0 8px;
  }
  .site-header.fixed .main-navigation .menu a {
    height: 52px;
  }
  .kids-on-left {
    left: -5%;
  }
  .kids-on-right {
    right: -5%;
  }
  .instruments ul {
    padding: 30px 0;
  }
  .instruments ul li span {
    width: 136px;
    height: 136px;
    background-size: auto 166px;
  }
  .instruments .piano span {
    background-position: -30px -13px;
  }
  .instruments .guitar span {
    background-position: -203px -13px;
  }
  .instruments .violin span {
    background-position: -376px -13px;
  }
  .instruments .voice span {
    background-position: -549px -13px;
  }
  .instruments .drums span {
    background-position: -721px -13px;
  }
  .instruments .more-ins span {
    background-position: -894px -13px;
  }
  .instruments p {
    text-align: left;
    padding: 0;
  }
  .video-ad .frame {
    overflow: hidden;
  }
  .banner-video-caption {
    margin: 55px 0;
    padding-right: 13%;
    height: auto;
  }
  .banner-video-caption .tagged {
    padding-bottom: 30px;
  }
  .banner-video {
    right: 0;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.4);
  }
  .teachers {
    overflow: hidden;
  }
  .teachers h2 {
    padding: 0 0 30px;
    float: none;
  }
  .teachers p {
    text-align: left;
    float: left;
    width: 75%;
    padding: 0 0 30px;
  }
  .view-teachers {
    position: relative;
    float: right;
    right: 0;
    top: 7px;
    margin: 0;
  }
  .cta-banner {
    margin: 30px 0;
  }
  .cta-banner .frame {
    height: 93px;
  }
  .cta-caption {
    padding: 26px 36% 26px 0;
  }
  .cta-button {
    width: 36%;
  }
  .archive .content-area,
  .blog .content-area,
  .single .content-area,
  .error404 .content-area,
  .search .content-area {
    float: left;
    width: 72%;
  }
  .archive .widget-area,
  .blog .widget-area,
  .single .widget-area,
  .error404 .widget-area,
  .search .widget-area {
    float: right;
    width: 24%;
    padding-top: 108px;
  }
  .content-area h1,
  .content-area h2,
  .content-area h3,
  .content-area h4,
  .content-area h5,
  .content-area h6,
  .content-area p,
  .entry-meta,
  .entry-footer .edit-link {
    width: 100%;
  }
  .cta-caption p {
    margin-bottom: 0;
    width: 87%;
  }
  .content-area ul,
  .content-area ol {
    width: auto;
  }
  .entry-content .read-more {
    margin: 20px 0;
  }
  .paging-navigation .nav-links,
  .post-navigation .nav-links {
    padding: 0;
  }
  .widget_text .widget-title {
    padding: 15px 8%;
  }
  .widget_text .textwidget {
    padding: 0 8%;
  }
  #footer-slider li {
    text-align: left;
  }
  #footer-slider .button-small {
    margin: 20px;
  }
  .footer-contact .contact-form {
    float: right;
    padding: 30px 0;
    width: 64%;
  }
  .footer-contact .contact-form > p {
    text-align: left;
    margin-bottom: 30px;
  }
  .footer-contact .city-numbers {
    float: left;
    padding: 30px 0;
    width: 36%;
  }
  .footer-contact .city-numbers p {
    width: 90%;
  }
  .footer-contact .city-numbers h2 {
    margin: 0 0 20px;
    text-align: left;
  }
  .site-info {
    padding: 15px 5%;
  }
  .popup-form {
    display: block;
    position: absolute;
    width: 444px;
    top: -150%;
    left: 50%;
    margin: 0 0 0 -222px;
    border: 1px solid #d1d5db;
    z-index: 999;
    overflow: visible;
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;
  }
  .popup-form.open {
    top: 15%;
  }
  .popup-form .window-title {
    height: 55px;
    background-color: #195aa7;
    position: relative;
    margin-bottom: 100px;
  }
  .popup-form .popup-logo {
    width: 165px;
    height: 165px;
    position: absolute;
    top: -20px;
    left: 30%;
    border-radius: 50%;
    background-image: url('../images/popup-logo.jpg');
    background-repeat: no-repeat;
    border: 1px solid #d1d5db;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }
  .popup-form .close-button {
    float: right;
    height: 100%;
    width: 60px;
    background-image: url('../images/close-button.png');
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: background-size 200ms ease-out;
    -moz-transition: background-size 200ms ease-out;
    -o-transition: background-size 200ms ease-out;
    transition: background-size 200ms ease-out;
  }
  .popup-form .close-button:hover {
    background-size: 40%;
  }
  .popup-form .frame {
    padding: 0 55px;
  }
  .post-type-archive-liyh_teacher .site-main > p,
  .teacher-search-form {
    width: 100%;
  }
  .profile-pic {
    left: 0;
  }
  .single-liyh_teacher .vcard {
    width: 65%;
    margin: 0 0 30px 0;
    position: relative;
    padding-left: 240px;
  }
  .single-liyh_teacher .profile-form {
    width: 25%;
    margin-left: 30px;
  }
  .single-liyh_teacher .vcard img {
    margin: 0 0 1em 0;
    position: absolute;
    left: 0;
    top: 30px;
  }
  .single-liyh_teacher .entry-content > p {
    clear: left;
    padding-right: 28%;
  }
  .content-area .contact-form {
    margin-left: 0;
    width: 45%;
  }
  .locations,
  .lessons {
    overflow: hidden;
  }
  .locations li,
  .lessons li {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  .flex-direction-nav .flex-prev {
    left: 0px;
  }
  .flex-direction-nav .flex-next {
    right: 0px;
    margin-top: -24px;
  }
}
@media screen and (min-width: 1200px) {
  .flex-direction-nav .flex-prev {
    left: -90px;
  }
  .flex-direction-nav .flex-next {
    right: -90px;
    margin-top: -24px;
  }
  .kids-on-left {
    left: 0;
  }
  .kids-on-right {
    right: 0;
  }
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: 0;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  opacity: 1;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 66px;
  height: 66px;
  margin: -20px 0 0;
  position: absolute;
  top: 45%;
  z-index: 9;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(149, 177, 211, 0.6);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) inset;
  text-align: center;
  line-height: 2.2;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 32px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 1000px) {
  .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px;
    background-color: #c8ddef;
    color: #3c73b5;
  }
  .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px;
    background-color: #c8ddef;
    color: #3c73b5;
  }
  .flex-direction-nav a {
    height: 50px;
    width: 50px;
    top: 40%;
  }
  .flex-direction-nav a:before {
    font-size: 24px;
  }
}
@media screen and (min-width: 721px) and (max-width: 1000px) {
  #carousel-thumbnail .flex-direction-nav .flex-prev {
    left: -25px;
  }
  #carousel-thumbnail .flex-direction-nav .flex-next {
    right: -25px;
  }
}
/* added by A Local Buzz 404   319	 6249 */
span.posted-on {
  display: none;
}
.modal-box > div {
  height: 100%;
}
.db-cs-nums .cs-dashboard-number {
  padding-bottom: 10px;
  text-align: center;
}
.db-cs-nums .cs-dashboard-number label {
  font-weight: bold;
  display: block;
  width: 100%;
  margin-right: 0;
}
.db-cs-nums .cs-dashboard-number a {
  display: block;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@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;
  transform-origin: center;
  animation: rotate 2s linear infinite;
}
.loading circle {
  fill: none;
  stroke: blue;
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.modal-box > div {
  height: 100%;
}
.message-center {
  width: 75%;
  position: fixed;
  z-index: 1000;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.message-center .close {
  position: fixed;
  top: -9px;
  right: -9px;
  border: 7px solid;
  border-radius: 50%;
  font-weight: 700;
  width: 20px;
  height: 20px;
  padding: 9px;
  z-index: 400;
  box-sizing: content-box;
  text-align: center;
}
.message-center .close span {
  position: relative;
  top: -3px;
}
.message,
.error {
  padding: 15px;
}
.message {
  background: #bcd2ee;
  border-radius: 20px;
}
.tags-input {
  display: inline-block;
  padding: 0 2px;
  background: #FFF;
  border: 1px solid #CCC;
  width: 16em;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.tags-input .tag {
  display: inline-block;
  background: #EEE;
  color: #444;
  padding: 0 4px;
  margin: 2px;
  border: 1px solid #CCC;
  border-radius: 2px;
  font: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.1s ease;
}
.tags-input .tag.selected {
  background-color: #777;
  border-color: #777;
  color: #EEE;
}
.tags-input .tag.dupe {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
  background-color: #FCC;
  border-color: #700;
}
.tags-input input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: inline-block !important;
  padding: 3px;
  margin: 0 !important;
  background: 0 0 !important;
  border: none !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 100% !important;
  outline: 0 !important;
}
.tags-input .selected ~ input {
  opacity: 0.3;
}
#backOffice-support .row > .row {
  margin-right: 0;
  margin-left: 0;
}
#backOffice-support .form-check .form-check-input {
  display: inline;
  margin-right: 10px;
}
#backOffice-support .form-check .form-check-label {
  display: inline;
}
.kb-article,
#the-article {
  height: 100%;
  margin: 0 15px;
}
.kb-article p,
#the-article p {
  margin: 0 5px;
  line-height: 1.2;
}
#kbview > header {
  background-color: #3c73c5;
  height: 50px;
  margin-right: -15px;
  margin-left: -10px;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}
#kbview > header h2 {
  text-align: left;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  margin: 9px 0 0 10px;
}
#kbview > header a.btn-home {
  display: inline-block;
  margin-left: 10px;
  margin-top: 0px;
}
#kbview > header a.btn-home img {
  border: 0;
  aspect-ratio: 1;
  margin-bottom: 6px;
}
#kbview > header nav a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
}
.portaitpic {
  width: 150px;
}
.has-open-ticket {
  color: #000;
  background-color: #00f647;
  padding-left: 5px;
  padding-right: 5px;
}
/**
*
*  Schedule Me Wiz
*
*/
/*---------~Variables----------*/
/*---------~Fonts----------*/
/*---------~Colors----------*/
/*---------~Widths and Heights----------*/
/*---------~Paddings and Margins----------*/
/*---------~Mixins----------*/
/*---------~Bootstrap Overrides----------*/
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background-image: none;
  border-radius: 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: none;
  box-shadow: none;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: none;
}
.navbar-right {
  margin-right: 20px;
}
.table {
  margin-bottom: 40px;
}
.table thead tr th {
  padding: 34px 10px 5px;
  border-bottom: 0;
}
.container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
/*---------~----------*/
html {
  height: 100%;
  font-size: 16px;
}
body {
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color: #777;
  background: #fff;
  margin: 0;
  height: 100%;
}
/*#page-wrapper {
	width:@pageWidth;
	margin:0 auto;
	padding:@pagePadding;
	.background(#fff,"bg_sidebar.gif", repeat-y right );
	}*/
/*---------~Logo area----------*/
.site-branding {
  margin-left: -25px;
  margin-right: -25px;
}
/*---------~Login----------*/
.logged-out {
  height: 100%;
}
.login-page {
  background: #f3f3f3 url('../images/39736d13-notes_large.jpg') no-repeat center 0;
  background-size: 300%;
  height: 100%;
}
.login-page .logo {
  background: transparent;
  position: relative;
  width: 80%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  padding-top: 25px;
}
.login-page form,
.login-page .copyright p {
  width: 80%;
  margin: 0 auto;
}
.login-page .form-group {
  margin-bottom: 10px;
}
.login-page .form-group * {
  box-sizing: border-box;
}
.login-page input[type=text],
.login-page input[type=password] {
  background: #fff;
  height: 40px;
  border: 1px solid #195aa7;
  border-radius: 0;
}
.login-page .buttons {
  text-align: center;
}
.login-page .buttons .btn,
.login-page .buttons input,
.login-page .buttons div {
  display: inline-block;
}
.login-page .temp-login .btn {
  border: 2px solid #fff;
  margin-bottom: 30px;
}
.login-page h1:first-of-type {
  margin: 25px auto 30px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
.login-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.login-page a,
.login-page a:visited,
.login-page a:hover {
  color: #333;
}
.login-page a:hover {
  font-weight: 700;
}
.login-page .copyright {
  color: #fff;
  margin-top: 25px;
}
.login-page .copyright p {
  margin-top: 7px;
}
.login-page .copyright a,
.login-page .copyright a:visited,
.login-page .copyright a:hover {
  color: #fff;
}
.login-page input[type="submit"] {
  background-color: #e5e5e5;
  font-family: $font__heading;
  font-weight: 700;
  line-height: 2;
  font-size: 16px;
  color: #000;
  border: none;
  padding: 9px 25px;
  margin: 20px auto 10px;
}
.login-page input[type="submit"]:hover {
  color: transparentize(#000, 0.3);
}
.login-page #forgot span:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('../images/icon_question-circle.png');
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.login-wrapper {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#195aa7+0,195aa7+100&0+33,1+75 */
  background: -moz-linear-gradient(-15deg, rgba(25, 90, 167, 0) 0%, rgba(25, 90, 167, 0) 33%, #195aa7 80%, #195aa7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-15deg, rgba(25, 90, 167, 0) 0%, rgba(25, 90, 167, 0) 33%, #195aa7 80%, #195aa7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(165deg, rgba(25, 90, 167, 0) 0%, rgba(25, 90, 167, 0) 33%, #195aa7 80%, #195aa7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#195aa7', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  min-height: 100%;
  /* make background fill screen but allow larger when scrolling is needed */
  padding: 0 15px;
}
.login-box,
.copyright {
  width: 80%;
  margin: 0 auto;
}
.password-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.password-wrapper .form-group {
  margin-bottom: 10px;
}
.password-wrapper .show-password {
  position: absolute;
  top: 0;
  right: 0;
}
.password-wrapper .show-password,
.password-wrapper #forgot {
  color: #333;
}
@media (max-width: 400px) {
  .login-box,
  .copyright {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .login-box,
  .copyright {
    width: 50%;
  }
}
@media (min-width: 1500px) {
  .login-box,
  .copyright {
    width: 35%;
  }
}
.welcome {
  padding: 55px 21px 0;
  color: #000;
}
.profile a {
  background: transparent url('../images/profile.png') top center no-repeat;
}
.log a {
  background: transparent url('../images/log.png') top center no-repeat;
}
/*---------~Main Menu----------*/
.header-menu {
  padding-top: 30px;
}
.main-navigation li .dropdown-menu {
  top: 55px;
  border: 0;
  border-radius: 0;
  padding-bottom: 0;
}
.main-navigation li .dropdown-menu li a:hover {
  background-image: none;
}
/*---------~Content Area----------*/
.content {
  position: relative;
}
.content > div {
  margin-top: 50px;
}
.content > div:first-of-type h1:first-of-type {
  margin-top: 50px;
  margin-bottom: 70px;
}
.content > div.no-top {
  margin-top: 0;
  padding-top: 0;
}
article {
  margin: 0 auto;
  /*width:@contentWidth;*/
  position: relative;
}
/*---------~Buttons----------*/
/* see also Forms section for submit and cta buttons */
.btn-util {
  font-size: 14px;
  color: #195aa7;
  position: relative;
  display: inline-block;
  line-height: 1.8;
  height: 2.1em;
  min-height: 27px;
  padding: 0 .6em;
  cursor: pointer;
  background: #e5e4e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d7d6d5, #e5e4e3);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d7d6d5, #e5e4e3);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d7d6d5, #e5e4e3);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid;
  border-color: #c8c8c8 #dadada #dadada #c8c8c8;
  -o-box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  -webkit-box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  -moz-box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  text-decoration: none;
}
.btn-util:hover {
  color: #195aa7;
  background: #b1c2d2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b1c2d2 0%, #c5d7e7 50%, #b1c2d2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b1c2d2 0%, #c5d7e7 50%, #b1c2d2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b1c2d2 0%, #c5d7e7 50%, #b1c2d2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color1', GradientType=0);
  /* IE6-9 */
  border-color: #9fb0c0 #bbb #9fb0c0;
  text-decoration: none;
}
.opportunity .btn-util {
  margin: 10px auto;
}
.btn-cta,
a.btn-cta {
  background: #3a6dac;
  background: -moz-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a6dac), color-stop(100%, #0a4a98));
  background: -webkit-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -o-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -ms-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: linear-gradient(to bottom, #3a6dac 0, #0a4a98 100%);
  border: 0;
  height: 34px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: "bitter", serif;
  text-align: left;
  text-decoration: none;
  margin-bottom: 12px;
  vertical-align: middle;
  padding: 3px 10px 3px 20px;
}
div.cta,
div.submit {
  position: relative;
  width: 100%;
}
div.cta:before,
div.submit:before {
  content: "";
  background-image: url('../images/arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 34px;
  width: 44px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
div.cta {
  width: 25%;
}
.tile div.cta {
  width: 100%;
}
div.cta a {
  display: inline-block;
  border-radius: 3px;
}
.info button {
  width: 15px;
  height: 15px;
  border-color: transparent;
  background: #2196F3;
  border-radius: 50%;
  padding: 0;
  vertical-align: text-bottom;
}
.info button span {
  position: relative;
  top: -1px;
}
.info button i {
  color: #fff;
  font-size: 10px;
  vertical-align: text-top;
}
.info button:hover:not(:disabled) {
  border-color: transparent;
}
/*---------~Search----------*/
/*---------~Tiles----------*/
.tile {
  background: #fefefe;
  border: 1px solid #deefff;
  -webkit-box-shadow: 2px 2px 3px 2px rgba(25, 90, 167, 0.5);
  box-shadow: 2px 2px 3px 2px rgba(25, 90, 167, 0.5);
  -webkit-transition: all ease-in 0.2s;
  /* Safari 3.1 to 6.0 */
  transition: all ease-in 0.2s;
  padding: 15px;
  margin-bottom: 30px;
}
.tile:hover {
  background: #edf6ff;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(25, 90, 167, 0.3);
  box-shadow: 4px 4px 8px 4px rgba(25, 90, 167, 0.3);
}
.flex-row .tile {
  flex: 1 0 auto;
  flex-direction: column;
}
.flex-row.row {
  /*http://codepen.io/bootstrapped/details/RrabNe/ */
  display: flex;
  flex-wrap: wrap;
}
.flex-row.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/*---------~Forms----------*/
form {
  margin-bottom: 30px;
}
label {
  width: 100%;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.radio input ~ label {
  display: inline;
  font-size: 16px;
}
.filters label {
  width: auto;
}
input[type="text"],
input[type="date"],
input[type="number"],
input[type="password"],
input[type="time"],
input[type="email"] {
  width: 100%;
  padding: 3px 10px;
  height: 32px;
  color: #888;
  font-weight: 400;
}
input[type="date"] {
  background: transparent url('../images/icon_calendar.png') center right no-repeat;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 10px;
  background-position: 95% 50%;
}
input[type="time"] {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.datetime-input {
  width: 100%;
}
.datetime-input input[type="date"],
.datetime-input input[type="time"] {
  width: 97.5%;
}
.datetime-input input[type="date"] {
  margin-right: 5%;
}
select {
  width: 100%;
  padding: 5px 10px;
}
input[type="submit"].btn-util {
  font-size: 14px;
  color: #195aa7;
  position: relative;
  display: inline-block;
  line-height: 1.8;
  height: 2.1em;
  min-height: 27px;
  padding: 0 .6em;
  cursor: pointer;
  background: #e5e4e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d7d6d5, #e5e4e3);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d7d6d5, #e5e4e3);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d7d6d5, #e5e4e3);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid;
  border-color: #c8c8c8 #dadada #dadada #c8c8c8;
  -o-box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  -webkit-box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  -moz-box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  text-decoration: none;
  border-radius: 0;
  text-shadow: none;
}
input[type="submit"].btn-util:hover {
  color: #195aa7;
  background: #b1c2d2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b1c2d2 0%, #c5d7e7 50%, #b1c2d2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b1c2d2 0%, #c5d7e7 50%, #b1c2d2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b1c2d2 0%, #c5d7e7 50%, #b1c2d2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color1', GradientType=0);
  /* IE6-9 */
  border-color: #9fb0c0 #bbb #9fb0c0;
  text-decoration: none;
}
.opportunity input[type="submit"].btn-util {
  margin: 10px auto;
}
input[type="submit"].btn-cta {
  background: #3a6dac;
  background: -moz-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a6dac), color-stop(100%, #0a4a98));
  background: -webkit-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -o-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: -ms-linear-gradient(top, #3a6dac 0, #0a4a98 100%);
  background: linear-gradient(to bottom, #3a6dac 0, #0a4a98 100%);
  border: 0;
  height: 34px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: "bitter", serif;
  text-align: left;
  text-decoration: none;
  margin-bottom: 12px;
  vertical-align: middle;
  padding: 3px 10px 3px 20px;
  text-shadow: none;
  box-shadow: none;
}
.availability-grid {
  position: relative;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "ga-days ga-from" "ga-days ga-to";
}
.availability-grid .col {
  position: relative;
}
.availability-grid .av-days {
  grid-area: ga-days;
}
.availability-grid .av-from,
.availability-grid .av-close {
  grid-area: ga-from;
}
.availability-grid .av-to {
  grid-area: ga-to;
}
.availability-grid .close {
  position: absolute;
  top: -25px;
  right: -25px;
  background: #fff;
  border: 1px solid #777;
  opacity: 1;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0;
  color: #777;
}
.tab-content .well + .well {
  margin-top: 0;
}
.well + .well {
  margin-top: 25px;
}
.row.stacked {
  padding-bottom: 20px;
}
/* ------ Switch Style CheckBox ------ */
.form-switch {
  display: inline;
  margin: 0 10px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/*---------~Tables----------*/
/* Also see Bootstrap Overrides */
.table-wrapper {
  position: relative;
  width: 151%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table table {
  margin-bottom: 0;
}
.table {
  border-bottom: 10px solid #195aa7;
}
.table tbody tr {
  height: auto;
}
.table tbody tr:nth-child(even) {
  background: #deefff;
}
.table tbody tr:hover {
  background: #6c95c6;
}
.table tbody tr:hover td {
  color: #fff;
}
.table tbody tr:hover a {
  color: #003980;
}
th {
  background: #195aa7;
  font-family: "bitter", serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #6c95c6;
}
td {
  padding: 9px 10px;
  border: 1px solid #195aa7;
  color: #777;
  font-size: 16px;
  /*overflow: hidden;
		text-overflow: ellipsis;
		&:hover {
			overflow:visible;					
			z-index:5000;					
			.td-wrap {
				position:absolute;
				top:1px;
				left:0;
				background:#fefebf;
				min-width:150px;
				display:block;
				height:19px;
				padding:28px 11px 28px 12px;
				border-right:1px dotted @headingColor;
				border-left:1px dotted @headingColor;
				}
			}*/
}
tfoot a {
  text-decoration: none;
}
/*---------~Calendar Overrides----------*/
.fc .fc-toolbar {
  margin-bottom: 0;
}
.fc .fc-toolbar > * > * {
  margin-left: 0;
}
.fc .fc-toolbar .fc-center {
  /*centering month and year title to width of calendar instead of width of space between button groups */
  display: block;
  float: none;
}
.fc .fc-toolbar .fc-center h2 {
  float: none;
}
.fc button {
  font-size: 14px;
}
.fc button:hover {
  background: #b1c2d2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b1c2d2 0%, #c5d7e7 50%, #b1c2d2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b1c2d2 0%, #c5d7e7 50%, #b1c2d2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b1c2d2 0%, #c5d7e7 50%, #b1c2d2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color1', GradientType=0);
  /* IE6-9 */
  border-top-color: #9fb0c0;
  border-bottom-color: #9fb0c0;
  box-shadow: none;
}
.fc-state-default {
  color: #195aa7;
  background: #e5e4e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d7d6d5, #e5e4e3);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d7d6d5, #e5e4e3);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d7d6d5, #e5e4e3);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-color: #c8c8c8 #dadada #dadada #c8c8c8;
  text-shadow: none;
  -o-box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  -webkit-box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  -moz-box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  box-shadow: inset 12px 12px 20px 0px #d7d6d5;
}
.fc-state-down,
.fc-state-active {
  border-color: #a5a5a5;
  background: #ceccca;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ceccca 0%, #dadada 50%, #ceccca 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ceccca 0%, #dadada 50%, #ceccca 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ceccca 0%, #dadada 50%, #ceccca 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color1', GradientType=0);
  /* IE6-9 */
  box-shadow: none;
}
button.fc-state-down:hover,
button.fc-state-active:hover {
  border-color: #a5a5a5;
  background: #ceccca;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ceccca 0%, #dadada 50%, #ceccca 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ceccca 0%, #dadada 50%, #ceccca 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ceccca 0%, #dadada 50%, #ceccca 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@btnGradientActive1', endColorstr='@btnGradientActive1', GradientType=0);
  /* IE6-9 */
  box-shadow: none;
  cursor: default;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #195aa7;
}
.fc-unthemed .fc-head th {
  border-left-color: #6c95c6;
  border-right-color: #6c95c6;
}
.fc-unthemed .fc-head th:first-child {
  border-left-color: #195aa7;
}
.fc-unthemed .fc-head th:last-child {
  border-right-color: #195aa7;
}
.fc-unthemed .fc-today {
  background: #deefff;
}
.fc-unthemed .fc-agendaDay-view .fc-today {
  background: #fff;
}
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 6px;
}
.fc-day-number.fc-other-month {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.fc-event.canceled-i {
  background-color: red;
}
.fc-event.insta {
  background-color: #6666F4;
}
.fc-event.virtual {
  background-color: #66A7F4;
}
.fc-event.markedliyh {
  background-color: purple;
}
.fc-event.canceled-f {
  background-color: #999900;
}
.fc-event.canceled-liyh {
  background-color: #333;
  opacity: 0.6;
}
.fc-event.reminder {
  background-color: #f95;
}
.fc-event.taught {
  background-color: green;
}
.fc-event.summer-canc {
  background-color: #ff9911;
}
.fc-event.holiday {
  background-color: lightgreen;
  color: #333;
}
.fc-event.phantom-schedule-phantom {
  background-color: darkslategray;
}
.fc-event.highlight {
  border-color: magenta;
  border-width: 3px;
}
.fc-event {
  background-color: #195aa7;
  /* !important needed to override inline styles from calendar script */
  border-color: #195aa7;
  /* !important needed to override inline styles from calendar script */
  border-radius: 10px;
  font-size: 11px;
}
.fc-event .fc-content {
  padding: 0 8px;
}
.fc-day-grid-event .fc-time {
  font-weight: 400;
}
/*---------~Calendar----------*/
.filters ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding-left: 0;
}
.filters li {
  display: inline;
  margin-left: 25px;
}
.filters li:first-child {
  margin-left: 0;
}
.filters .ng-binding {
  margin-left: 5px;
}
.calendar {
  background-color: #fff;
}
.calendar th {
  font-size: 13px;
  padding: 6px 0;
}
.fc-toolbar {
  position: relative;
  background: #deefff;
  padding: 16px 0 16px;
}
.fc-left,
.fc-right {
  position: absolute;
  /*centering month and year title to width of calendar instead of width of space between button groups */
  bottom: 16px;
}
.fc-left .fc-button,
.fc-right .fc-button {
  border-radius: 0;
}
.fc-left {
  left: 50px;
}
.fc-right {
  right: 50px;
}
.fc-center {
  /*centering month and year title to width of calendar instead of width of space between button groups */
  width: 100%;
}
.fc-state-disabled:hover {
  cursor: default;
  color: #195aa7;
  background: #e5e4e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d7d6d5, #e5e4e3);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d7d6d5, #e5e4e3);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d7d6d5, #e5e4e3);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-color: #c8c8c8 #dadada #dadada #c8c8c8;
  text-shadow: none;
  -o-box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  -webkit-box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  -moz-box-shadow: inset 12px 12px 20px 0px #d7d6d5;
  box-shadow: inset 12px 12px 20px 0px #d7d6d5;
}
.fc-button.fc-today-button {
  margin: 0 5px;
}
/*---------~Main Text----------*/
h1,
h2,
h3 {
  font-family: "bitter", serif;
}
.modal-wrapper.info {
  display: inline-block;
  margin-left: 3px;
}
/*---------~Sidebar----------*/
.sidebar {
  width: 33%;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 33%;
}
.sidebar-bottom {
  position: absolute;
  left: -33%;
  bottom: 0;
  z-index: 0;
}
/*---------~Footer----------*/
footer {
  background: #195aa7;
  font-family: "bitter", serif;
  font-size: 12px;
  color: #fff;
  line-height: 50px;
  position: relative;
  min-height: 50px;
  margin-top: 50px;
}
footer .container {
  position: relative;
}
footer p {
  margin: 0;
}
.center {
  margin: 0;
  text-align: center;
}
#cal-wrapper {
  padding-top: 5px;
  background-color: #deefff;
  width: auto;
  min-width: 600px;
}
#calendar-title {
  width: 300px;
  display: inline-block;
}
.inline,
.btn-cta.btn-inline {
  margin-left: 8px;
  margin-right: 8px;
  padding: 3px 10px;
}
._hide {
  display: none;
}
body .popover {
  max-width: 335px;
}
#contextmenu {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 12px;
  width: 240px;
  background-color: #fff;
  border: solid 1px #dfdfdf;
  box-shadow: 1px 1px 2px #cfcfcf;
  list-style: none;
  margin: 0;
}
table.inline {
  width: auto;
}
blockquote {
  padding: 1em 0 0 2em;
  margin: 0;
}
blockquote footer {
  background-color: transparent;
  margin: 0;
}
.field-validation-error {
  color: red;
}
table th {
  padding-left: 10px;
}
footer li a,
footer li a:visited {
  color: #fff;
}
footer li a:hover {
  color: #003980;
}
table.no-border td {
  border: none;
  padding: 2px 10px;
}
.btn-default,
.btn-default:hover,
.btn-default:focus {
  font-family: "bitter", serif !important;
}
.emexpando .wrapper {
  max-height: 200px;
  overflow: auto;
}
.emexpando.expand .wrapper {
  max-height: inherit;
  height: inherit;
}
.emexpando hr {
  margin: 5px;
}
.emexpando form {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.emexpando .well {
  padding: 5px;
}
.fixed-sometimes {
  position: fixed;
  right: 0;
  z-index: 9999;
}
.note .panel-body {
  padding: 2px 5px;
  font-size: 13px;
}
.no-pad {
  padding: 0;
}
.emexpando-expand {
  top: -46px;
  left: -5px;
  position: relative;
}
/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/
.modal-wrapper.info {
  margin-left: 5px;
}
.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: 90%;
  /* 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 #3c73c5;
  -webkit-box-shadow: 4px 4px 10px 6px rgba(19, 41, 61, 0.2);
  -moz-box-shadow: 4px 4px 10px 6px rgba(19, 41, 61, 0.2);
  box-shadow: 4px 4px 10px 6px rgba(19, 41, 61, 0.2);
}
.modal-box.lesson-wizard,
.modal-box.undefined,
.modal-box .map-modal,
.modal-box.details-modal {
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.modal-box.undefined {
  padding: 20px 0;
}
.modal-box.info button {
  color: #fff;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1200px) {
  .fixed-sometimes {
    position: relative;
  }
  .navbar-fixed-bottom {
    display: none;
  }
}
@media screen and (max-height: 768px) {
  .notes-wrapper {
    height: 300px;
  }
}
@media screen and (max-height: 384px) {
  .notes-wrapper {
    height: 300px;
  }
}
dl dd {
  margin: 0 0 2px 4px;
}
dl dd ul {
  margin: 0 0 0 3px;
}
body .panel-footer {
  padding: 5px 10px;
  font-size: 11px;
}
.panel-body form {
  margin-bottom: 0;
}
.faq .collapsed .glyphicon-upload {
  display: none;
}
.faq .glyphicon-upload {
  display: none;
}
.faq[aria-expanded=true] .glyphicon-upload {
  display: inline;
}
.faq[aria-expanded=true] .glyphicon-download {
  display: none;
}
tr.potential {
  background-color: #dddddd;
}
@media screen and (max-width: 768px) {
  .reminders,
  .faq,
  .students,
  .responsive,
  .activity {
    table-layout: fixed;
  }
  .reminders tr,
  .faq tr,
  .students tr,
  .responsive tr,
  .activity tr {
    border: 2px solid #195aa7;
  }
  .reminders td,
  .faq td,
  .students td,
  .responsive td,
  .activity td {
    display: block;
    border: 1px solid #195aa7;
  }
  .responsive thead {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
  }
  .responsive td:first-of-type {
    font-weight: bold;
    font-size: 1.2em;
    background-color: #195aa7;
    color: #fff;
  }
  .responsive td:before {
    display: block;
  }
  .nonresponsive {
    table-layout: fixed;
  }
  .nonresponsive th,
  .nonresponsive td {
    font-size: 2.5vw;
  }
  #cal-wrapper {
    width: 100%;
    min-width: 0;
  }
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-center,
  .fc .fc-toolbar > * > *,
  .fc .fc-button-group > * {
    float: none;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .availability-grid {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-areas: "ga-days ga-from ga-to";
  }
  .availability-grid .av-close {
    grid-area: ga-to;
  }
}
@media screen and (min-width: 1024px) {
  #insta .well {
    max-width: 48%;
    min-width: 48%;
    min-height: 100px;
    display: inline-block;
  }
  #insta .well:nth-of-type(even) {
    margin-left: 35px;
  }
  #insta .well + .well {
    margin-top: 5px;
  }
}
.form-inline {
  margin-bottom: 2px;
}
form.ajax {
  margin-bottom: 2px;
}
.editable .edit {
  text-decoration: underline;
  cursor: pointer;
}
.editable .buttons {
  display: none;
}
.editable.viewing .input,
.editable.viewing .save {
  display: none;
}
.editable.editing .value {
  display: none;
}
.editable.editing .buttons {
  display: inline;
}
.sbtn {
  background: none;
  border: none;
}
.op {
  display: none;
}
@media print {
  .nop {
    display: none;
  }
  .op {
    display: block;
  }
  .container {
    border: none !important;
  }
}
.lbl {
  font-weight: bold;
  color: #333;
}
.lbl::after {
  content: ': ';
}
.date-col {
  min-width: 180px;
}
.white.dropdown-menu > li > a {
  color: #fff;
}
.teacher-near {
  background-color: #adfadf;
}
.hb {
  margin-top: 2px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.hb ::-webkit-scrollbar {
  height: 5px;
}
.hb ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.hb ::-webkit-scrollbar-thumb {
  background: #333;
}
.hb ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.hb .hbw1 {
  -webkit-user-select: none;
  display: block;
  overflow-y: hidden;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  box-shadow: 0px 7px 6px -5px #dfe1e5;
  margin-left: -3px;
  margin-right: -3px;
  width: auto;
}
.hb .hbw1 .hbw2 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.hb .hbw1 * {
  display: inline-block;
}
.crd,
.crd-page {
  border-top: 2px solid #666;
  width: initial;
  max-width: initial;
}
.crd:last-of-type,
.crd-page:last-of-type {
  border-bottom: 2px solid #666;
}
.crd .crd {
  /* nested cards */
  margin-left: auto;
  margin-right: auto;
}
.crd-head {
  cursor: pointer;
  position: relative;
}
.crd-head i {
  position: absolute;
  top: calc(41%);
  right: 0;
}
.trumbowyg-box,
.trumbowyg-editor-visible,
.trumbowyg-en,
.trumbowyg {
  margin: 0px auto 17px auto !important;
  min-height: 80px !important;
}
.trumbowyg-editor,
.trumbowyg-textarea {
  min-height: 80px !important;
}
.scheduleform .timezone {
  display: none;
}
.kb p,
.ticket-body p,
.note p,
.trumbowyg-editor p {
  margin: 0 5px;
  line-height: 1.2;
}
.kb ul,
.ticket-body ul,
.note ul,
.trumbowyg-editor ul,
.kb ol,
.ticket-body ol,
.note ol,
.trumbowyg-editor ol {
  margin: 0 0 1em 0;
  padding-inline-start: 20px;
}
.vr-lesson {
  background-color: #B2F3FF;
}
.modal-body object {
  width: 100%;
  min-height: 65vh;
}
td .form-control {
  padding: 0;
}
.no-border .form-control {
  padding: 0;
}
.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.display-only {
  height: 46px !important;
  border: none !important;
  background: none !important;
  padding: 0px !important;
  opacity: 1 !important;
}
.display-only::-webkit-calendar-picker-indicator {
  display: none;
}
.scheduleme-form .choosy.invalid > .selected.required ul,
.scheduleme-form input.invalid,
.scheduleme-form select.invalid {
  border-color: #c00000;
  border-width: 2px;
}
.orte .input-group {
  display: inline-block;
  width: 100%;
}
tr.over {
  background-color: #deefff;
}
tr.other-start {
  background-color: #f56b5e99;
}
.editable {
  width: 100%;
}
cal-popup div {
  display: inline;
}
cal-popup button {
  border: none;
  background: none;
  color: #003980;
}
.badge-alert {
  margin-left: 3px;
  position: relative;
  top: -1px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #f50909;
  border-radius: 10px;
}
.position-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
}
span.bold {
  font-weight: bold;
}
pre.panel-body {
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 1em;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 7999;
}
/**
breaks all the stuff. root it by id
*/
#sideBySideCalInvoices .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#sideBySideCalInvoices .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.ForR-1 .crd-head .which-role {
  color: green;
}
.ForR-2 .crd-head .which-role {
  color: red;
}
.trumbowyg-editor info-wizard {
  background-color: #777;
  color: white;
  padding: 5px;
}
info-wizard {
  display: inline-block;
}
button.btn-toggle:focus {
  outline: none;
}
button.toggled-on {
  color: #333;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.btn-block {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */