@charset "UTF-8";
/*
THEME NAME: LA Sight Singer
DESCRIPTION: lasightsinger.com CMS Theme
VERSION: 1.0
AUTHOR: Alpha Channel Group
AUTHOR URI: http://www.alphachannelgroup.com/
.
*/
html,
nav,
a,
abbr,
acronym,
address,
area,
b,
bdo,
big,
blockquote,
button,
caption,
cite,
code,
col,
colgroup,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
img,
ins,
kbd,
label,
legend,
li,
map,
object,
ol,
p,
param,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

code,
pre {
  white-space: pre;
}

del {
  text-decoration: line-through;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

em {
  font-style: italic;
}

table {
  font-size: 100%;
}

a {
  color: #004;
  text-decoration: none;
  background-color: transparent;
}

img {
  border: none;
  vertical-align: bottom;
}

p {
  margin: 0.5em 0 1em;
  line-height: 1.5em;
}
p a {
  text-decoration: underline;
}
p a:visited {
  color: purple;
  background-color: transparent;
}
p a:active {
  color: red;
  background-color: transparent;
}
p img {
  border: 0;
}

.error a, .error a:visited {
  color: #004;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  background-color: transparent;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

h2 {
  font-size: 150%;
  font-weight: normal;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 85%;
}

.widgettitle {
  text-transform: uppercase;
  font-weight: 700;
}

.sidebar li {
  list-style: none;
}

.widget {
  clear: both;
  margin-bottom: 20px;
}

ins {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

tt {
  display: block;
  margin: 0.5em 0;
  padding: 0.5em 1em;
}

.skip {
  position: absolute;
  left: -999em;
}

textarea {
  font: 85%/1.5 inherit;
}

#headerwrapper {
  position: relative;
  border-bottom: 4px solid #253687;
  background: #fff;
  margin-top: 0;
  padding-top: 0;
}
#headerwrapper #header {
  position: relative;
  padding: 20px 0;
  display: flex;
  justify-items: center;
}
#headerwrapper .logo {
  display: inline-block;
  margin-left: 48px;
}
#headerwrapper .logo img {
  width: auto;
  height: 84px;
}
#headerwrapper #menu {
  display: inline-block;
  box-sizing: border-box;
  flex-grow: 1;
  text-align: right;
  padding-top: 22px;
}
#headerwrapper .welcome {
  font-size: 18px;
  text-align: right;
  padding: 31px 30px 0 16px;
  color: #444;
}
#headerwrapper .welcome a.logout {
  color: #666;
}
#headerwrapper .welcome span {
  color: #253687;
}
#headerwrapper .welcome a:hover {
  color: #111;
}
#headerwrapper .welcome .btn,
#headerwrapper .welcome .btn-small {
  margin-top: -4px;
  padding: 4px 10px !important;
  font-size: 15px !important;
}

#toggle,
.toggle {
  display: none;
}

#menu ul.menu {
  list-style: none;
}
#menu ul.menu li {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#menu ul.menu li a {
  font-size: 18px;
  font-weight: normal;
  padding: 10px 25px;
  color: #000;
  text-decoration: none;
  display: block;
}
#menu ul.menu li a:hover, #menu ul.menu li.current-menu-item a {
  background: #f2f2f2;
}
#menu ul.menu ul {
  position: absolute;
  top: 41px;
  left: 0;
  list-style: none;
  display: inline-block;
  max-height: 0;
  width: 250px;
  height: auto;
  background: white;
  border: 1px solid white;
  transition: all 0.5s ease;
  overflow: hidden;
}
#menu ul.menu ul li {
  display: block;
  text-align: left;
}
#menu ul.menu li:hover > ul {
  border-color: #eee;
  max-height: 1000px;
  box-shadow: 0 3px 5px #888;
}

.pagecontent:not(.page-modern) {
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#contentwrapperhome {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
#contentwrapperhome .hero {
  position: relative;
  min-height: 40vw;
  text-align: center;
}
#contentwrapperhome .hero .valign {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
#contentwrapperhome .hero h1,
#contentwrapperhome .hero h2 {
  color: #fff;
  text-shadow: 0 0 12px #000;
}
#contentwrapperhome .hero h1 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 1px;
}
#contentwrapperhome .hero h2 {
  font-size: 36px;
  line-height: 48px;
}
#contentwrapperhome .widget {
  margin: 0;
}
#contentwrapperhome .sidebar.home-cta {
  text-align: center;
  background: #253687;
  padding: 50px 0;
}
#contentwrapperhome .sidebar.home-cta .widgettitle {
  color: white !important;
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 24px;
}
#contentwrapperhome .sidebar.home-cta .btn.swipe-right {
  background: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: 0 center;
  transition: background-position 0.3s ease, color 0.6s ease;
  font-size: 16px;
  padding: 8px 16px;
  border: 1px solid #4464d1;
  color: #fff;
}
#contentwrapperhome .sidebar.home-cta .btn.swipe-right:hover {
  color: #253687;
  background-position: -100% center;
}

.home-credits {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0 0;
  text-align: center;
}

.home-credits {
  padding-left: 2%;
  text-align: left;
}
.home-credits .widgettitle {
  color: #253687;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
}
.home-credits .widget_text {
  text-align: center;
}
.home-credits .widget_media_image {
  display: inline-block;
  width: 16%;
  vertical-align: middle;
  text-align: center;
}
.home-credits .widget_media_image:nth-child(odd) {
  width: 17%;
}

.benefits-testimonials-wrap {
  text-align: center;
  overflow-x: hidden;
}
.benefits-testimonials-wrap .testimonial {
  overflow: visible;
}
.benefits-testimonials-wrap .testimonial.testimonial-1 {
  background: linear-gradient(90deg, #edfbff 19%, #ffffff 81%);
}
.benefits-testimonials-wrap .testimonial.testimonial-2 {
  background: linear-gradient(270deg, #fafafa 19%, #ffffff 81%);
}
.benefits-testimonials-wrap .testimonial.testimonial-3 {
  background: linear-gradient(90deg, #fff4f6 19%, #ffffff 81%);
}
.benefits-testimonials-wrap .testimonial.testimonial-4 {
  background: linear-gradient(270deg, rgba(242, 244, 255, 0.66) 19%, #ffffff 81%);
}
.benefits-testimonials-wrap .testimonial.testimonial-1 .testimonial-image, .benefits-testimonials-wrap .testimonial.testimonial-3 .testimonial-image {
  order: 2;
}
.benefits-testimonials-wrap .testimonial.testimonial-1 .testimonial-body, .benefits-testimonials-wrap .testimonial.testimonial-3 .testimonial-body {
  order: 1;
  padding-left: 0;
  padding-right: 80px;
}
.benefits-testimonials-wrap .testimonial-bg {
  position: absolute;
  left: -264px;
  top: -60px;
  z-index: 1;
  width: 600px;
  height: auto;
}
.benefits-testimonials-wrap .testimonial-3 .testimonial-bg {
  top: auto;
  right: -240px;
  bottom: -104px;
  left: auto;
}
.benefits-testimonials-wrap .testimonial-content {
  position: relative;
  margin: 0 auto;
  max-width: 820px;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.benefits-testimonials-wrap .testimonial-image {
  min-width: 160px;
  position: relative;
  z-index: 2;
}
.benefits-testimonials-wrap .testimonial-image img {
  width: auto;
  max-height: 190px;
  overflow: hidden;
  border-radius: 95px;
}
.benefits-testimonials-wrap .testimonial-body {
  padding-left: 80px;
}
.benefits-testimonials-wrap .testimonial-benefit {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
.benefits-testimonials-wrap .benefit-hilight {
  color: #b41f24;
}
.benefits-testimonials-wrap .testimonial-text {
  margin-top: 18px;
  font-size: 13px;
  line-height: 16px;
}
.benefits-testimonials-wrap .testimonial-name {
  font-size: 13px;
  font-weight: bold;
}
.benefits-testimonials-wrap .testimonial-name:before {
  content: "—";
  margin-right: 2px;
}

.btn,
a.btn,
.btn:visited {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px 4px 4px 4px;
  color: #004;
  cursor: pointer;
  display: inline-block;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 10px;
  text-align: center;
  text-shadow: none !important;
  vertical-align: middle;
  text-decoration: none !important;
}

.btn-small,
a.btn-small {
  padding: 2px 7px !important;
  font-size: 13px !important;
  font-weight: 400;
}

.btn:hover {
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-color: #333;
}

.btn:focus {
  outline: thin dotted #333;
  outline-offset: -2px;
}

.btn + .btn {
  margin-left: 8px;
}

.post {
  margin-bottom: 20px;
}

.pagecontent {
  padding: 25px 0;
  background: #eee;
  overflow: hidden;
  text-align: left;
  min-height: calc(100vh - 314px);
}
.pagecontent .content {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 69%;
  padding: 0 2.25% 0 2.5%;
  border-right: 1px solid #ccc;
}
.pagecontent #breadcrumbs {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin: 0;
}
.pagecontent #crumb,
.pagecontent #crumbtext {
  float: left;
  width: auto;
  text-transform: lowercase;
}
.pagecontent #crumbtext {
  padding-right: 4px;
}
.pagecontent #breadcrumbs a,
.pagecontent #crumb {
  color: #6d92d8;
  text-decoration: none;
}
.pagecontent #pagetable {
  background: #fff url("images/treblebassclefbackground.jpg") top left repeat-y;
  border: 4px solid #900;
  width: 610px;
  height: 767px;
}
.pagecontent h1 {
  color: #253687;
  font-weight: 500;
  padding: 0 0 20px;
  font-size: 26px;
  line-height: 30px;
  border: none;
}
.pagecontent h2 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 24px;
}
.pagecontent h1 + h2 {
  margin-top: 0;
}
.pagecontent h3 {
  text-decoration: underline;
  border: none;
}
.pagecontent p, .pagecontent li {
  font-weight: 300;
}
.pagecontent .pagecontent #tablecontent {
  margin: 2px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.pagecontent #tablecontent p {
  font-size: 14px;
}

.blogcontent h3 {
  margin: 0;
}

#footerwrapper {
  background: #6d92d8;
  color: #fff;
  position: relative;
  text-align: left;
  overflow: hidden;
  margin-top: 50px;
}

#portal-footer {
  border: none !important;
  font-size: 10px;
  text-align: center;
  margin: 20px 0;
}
#portal-footer a, #portal-footer a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#footerlinks span {
  padding: 0 12px;
}

#footer-menu {
  text-align: center;
}

#footer-menu ul {
  list-style-type: none;
}

#footer-menu li {
  display: inline-block;
  padding: 0 8px;
  font-size: 15px;
}

#footer-menu a {
  color: #fff !important;
  text-transform: uppercase;
}

.sidebar a {
  text-decoration: underline;
}

#sidebar-home_logos {
  padding-bottom: 10px;
  width: auto;
  overflow: hidden;
  background: #fff;
}

#sidebar-home_logos .widget {
  padding: 10px 0;
}

#sidebar-home_logos img {
  float: left;
  padding: 0;
  margin: 0;
}

.widget h2,
.widgettitle {
  font-size: 16px;
  width: 100%;
  margin-bottom: 8px;
}

div.center {
  line-height: 20px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

#contentwrapperhome .widget .center div {
  overflow: visible;
}

div.center div {
  display: inline-block;
}

div.center div.pin_wrap {
  margin-left: 30px;
}

.widget a {
  color: #000080;
}

#share_this {
  height: 200px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.pagecontent .sidebar {
  display: inline-block;
  vertical-align: top;
  width: 23.8%;
  padding: 8px 0 0 1.7%;
  text-align: left;
  border-left: 1px solid #ccc;
  margin-left: -1px;
}
.pagecontent .sidebar .widgettitle {
  color: #292f74;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border: none;
  padding: 0;
  height: auto;
}
.pagecontent .sidebar li {
  list-style: none;
  margin-bottom: 15px;
}
.pagecontent .sidebar li li {
  margin-bottom: 0;
}
.pagecontent .sidebar a,
.pagecontent .sidebar a:visited {
  color: #004;
  text-decoration: none;
  padding: 2px 0;
  font-size: 16px;
  line-height: 20px;
}
.pagecontent .sidebar a:hover {
  text-decoration: underline;
}
.pagecontent .sidebar-left .sidebar {
  padding-left: 0;
  padding-right: 1.7%;
  margin-left: 0;
  border-left: none;
}

.pagecontent .sidebar li li a {
  display: block;
  padding: 2px 0;
}

.category_box,
.wp-block-group {
  border: 1px solid #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  background: white;
  margin-bottom: 20px;
  text-align: left;
  /* Important, it sets text back to left after .gridview sets to center */
}
.category_box ul,
.wp-block-group ul {
  padding-left: 32px;
}
.category_box h1,
.category_box h2,
.category_box h3,
.category_box h2 a,
.category_box h3 a,
.wp-block-group h1,
.wp-block-group h2,
.wp-block-group h3,
.wp-block-group h2 a,
.wp-block-group h3 a {
  text-align: left;
  color: #444;
  text-decoration: none;
  font-size: 26px;
  line-height: 30px;
}
.category_box h1,
.category_box h2,
.category_box h3,
.wp-block-group h1,
.wp-block-group h2,
.wp-block-group h3 {
  margin: -8px -10px 10px -10px;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.category_box .category_box,
.wp-block-group .category_box {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.category_box .category_box h1,
.wp-block-group .category_box h1 {
  display: none;
}

.field {
  top: 0;
  left: 0;
  margin: 0 1em 1em 0;
}

.field .field {
  margin: 1em 0 0 0;
}

.field label {
  font-size: 100%;
  font-weight: bold;
}

.fieldRequired {
  padding: 0 0 0 8px;
  color: White;
}

.formHelp {
  font-size: 90%;
  color: #76797c;
  margin: 0 0 0.2em 0;
}

.formHelp a {
  text-decoration: underline;
}

.formHelp:hover {
  color: Black;
  cursor: default;
}

.formControls {
  margin: 1em 0 0 0;
}

div.join {
  position: relative;
  width: auto;
  padding: 0;
  text-align: center;
}

.memberinfo #join {
  padding: 10px;
}

.memberinfo div label,
.memberinfo .display div span {
  display: inline-block;
  width: 140px;
}
.memberinfo input[type=radio] + label,
.memberinfo input [type=checkbox] + label {
  width: auto;
}
.memberinfo a,
.memberinfo a:visited {
  color: #004;
}

.info,
.error,
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #bee5eb;
  border-radius: 0.25rem;
  color: #0c5460;
  background-color: #d1ecf1;
}

.alert.success {
  color: #080;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.error,
.alert.danger,
.alert.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.forgot.error,
#join .error {
  width: 300px;
}

.forgot.error {
  width: 95%;
  margin-bottom: 15px;
}

#payment-errors {
  border: none;
  background: transparent;
  padding: 0;
  color: #900;
}

#join h3 {
  text-decoration: none;
  text-align: center;
  margin-bottom: 36px;
  font-size: 28px;
}
#join h3 span {
  font-weight: bold;
}
#join input[type=submit].submit {
  width: 100%;
  padding: 20px;
  font-size: 18px;
  border-radius: 40px;
}
#join div:not(.alert) {
  overflow: hidden;
  clear: none;
  margin: 0 0 16px;
}
#join div#payment-element {
  overflow: visible;
}
#join .form-input {
  box-sizing: border-box;
  width: 100%;
}
#join .form-input::placeholder {
  font-size: 14px;
}
#join div.promo {
  border-top: 1px #ddd solid;
  margin: 10px 15px;
  padding: 15px 5px;
}
#join div label span {
  color: #ad2028;
}
#join .display div {
  line-height: 18px;
  height: 20px;
  padding: 3px 0;
  border: 3px solid red;
}
#join .display div span {
  display: inline-block;
  color: #666;
  margin-right: 10px;
}
#join .display div p {
  display: block;
  width: 250px;
  float: left;
  margin: 0;
  text-align: left;
}
#join div.confirm span {
  width: 120px;
}
#join div.confirm div p {
  float: none;
  display: inline-block;
  margin: 0;
  text-align: left;
}
#join .signup-levels input[type=radio] {
  display: none;
}
#join .signup-levels label {
  display: block;
  position: relative;
  border: 1px solid #253687;
  background: white;
  color: #253687;
  padding: 4px 8px 4px 32px;
  border-radius: 18px;
  cursor: pointer;
}
#join .signup-levels label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #253687;
  border-radius: 50%;
  transform: translateY(-50%);
}
#join .signup-levels input:checked + label {
  color: white;
  background: #253687;
}
#join .signup-levels input:checked + label::before {
  border-color: #fff;
}
#join .signup-levels input:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #fff;
}
#join #card-element,
#join #pricing {
  min-height: 36px;
}
#join .pricing {
  text-align: center;
}
#join .pricing .free-until {
  font-style: italic;
  font-weight: 300;
  margin-left: 8px;
}

#join div.plans a {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 15px;
  border: 5px double #d7d7d9;
  border-radius: 3px;
  background: #fff2f1;
  color: #000;
}

#join div.signup input,
#join div.signup label {
  width: 100%;
  padding: 0;
  font-size: 13px;
  text-align: center;
  margin: 5px 0;
}

#join div.signup label {
  line-height: 35px;
}

#join div.signup p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

form.plans {
  padding-left: 0;
  padding-right: 0;
}

.pagecontent .memberinfo {
  padding: 0 20px 20px 20px;
  border: 1px solid #666;
}
.pagecontent .memberinfo h3 {
  margin: 0 -20px 5px -20px;
  text-decoration: none;
  background: #666;
  color: white;
  padding: 8px 10px;
  line-height: 15px;
  width: auto;
  font-size: 110%;
}
.pagecontent .memberinfo p + h3 {
  margin-top: 10px;
}

.pagecontent .memberinfo ul li {
  list-style-type: none;
}

.pagecontent .memberinfo ul h3 {
  background: none;
  color: #000;
  font-weight: normal;
  margin: 5px -5px;
  padding: 0;
}

.pagecontent .memberinfo p.percent_complete {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

p.message {
  border: 1px solid #996;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  background: white;
}

.login, .password-reset {
  width: 300px;
  border: 1px solid #888;
  padding: 10px;
  background: white;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
}
.login h3, .password-reset h3 {
  margin: -10px -10px 10px -10px;
  background: #6d92d8;
  color: white;
  padding: 10px 20px 12px;
  line-height: 15px;
  text-decoration: none;
}
.login div, .password-reset div {
  margin: 0 0 8px 0;
}
.login div label, .password-reset div label {
  width: 100px;
}
.login div input[type=text],
.login div input[type=password], .password-reset div input[type=text],
.password-reset div input[type=password] {
  display: block;
  padding: 5px 8px;
  width: 90%;
}
.login .forgot, .password-reset .forgot {
  color: #6d92d8;
  font-size: 13px;
  margin: 12px 0;
}

.btn-blue,
a.btn-blue,
a.btn-blue:visited,
.login .go {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  user-select: none;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-blue:hover,
a.btn-blue:hover,
a.btn-blue:visited:hover,
.login .go:hover {
  background: white;
  color: #337ab7;
}

.btn-large,
a.btn-large {
  border-radius: 5px;
  font-size: 16px;
  line-height: normal;
  padding: 9px 14px;
}

.btn-blue:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.sidebar a.button {
  display: inline-block;
  background: white;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 3px 8px;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.big_button,
.big_button:visited {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 6px 14px;
  border-radius: 5px;
  background: #337ab7;
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 #444;
}

.big_button:hover {
  background: #285f8f;
}

.navigation {
  clear: both;
  padding-top: 15px;
  margin-bottom: 20px;
}

.gridview {
  text-align: center;
}

.page-modern {
  margin-left: auto;
  margin-right: auto;
  width: 1230px;
  max-width: 96vw;
  padding-left: 20px;
  background: #fff;
}
.page-modern h1 {
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 32px;
}
.page-modern h2 {
  font-size: 32px;
  line-height: 38px;
}
.page-modern * + h2 {
  margin-top: 64px;
}
.page-modern .content-container {
  display: flex;
  background: #eee;
  padding: 20px;
}
.page-modern .content {
  flex-grow: 1;
  box-sizing: border-box;
  background: #fff;
}
.page-modern .category_box {
  border: none;
}
.page-modern .sidebar {
  flex-grow: 1;
}

.griditem {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 270px;
  vertical-align: top;
  text-decoration: none;
  margin: 0 8px 16px 4px;
}
.griditem.griditem-col-3 {
  width: calc((min(66vw, 100%) - 48px) / 3);
}
.griditem .image {
  box-sizing: border-box;
  overflow: hidden;
  background: #ddd;
  border-radius: 3px;
  width: 100%;
  height: calc((min(66vw, 100%) - 48px) / 3);
  min-height: calc((min(66vw, 100%) - 48px) / 3);
}
.griditem .image img, .griditem .image svg {
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  height: auto;
}
.griditem .text-wrap {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding: 0 15px;
}
.griditem h3, .griditem h4 {
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  padding: 0;
}
.griditem h3 {
  font-size: 34px;
  line-height: 36px;
  min-height: 80px;
}
.griditem h4 {
  font-size: 16px;
  text-transform: uppercase;
}
.griditem.in-archive h3 {
  font-size: 26px;
  line-height: 30px;
}
.griditem h4 + h3 {
  margin-top: 18px;
}
.griditem.long-title h3 {
  font-size: 22px;
  line-height: 26px;
}
.griditem .fa {
  color: white;
  margin-bottom: 12px;
}
.griditem .tip {
  color: white;
  font-size: 12px;
  line-height: 15px;
  margin-top: 20px;
}
.griditem .tip p {
  margin: 0 auto;
  padding: 0;
}
.griditem .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.33);
  transition: all 0.5s;
  border-radius: 3px;
}
.griditem:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.griditem.members-only .overlay {
  background: rgba(0, 0, 0, 0.8);
}
.griditem.members-only:hover .overlay {
  background: rgba(0, 0, 0, 0.66);
}

#blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  filter: alpha(opacity=75);
  /* Old IE */
  opacity: 0.75;
  /* Standard */
  background: #999;
}

#lassLBWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 500px;
  z-index: 255555;
}

#lassLB {
  position: relative;
  width: 600px;
  padding: 10px;
  height: auto;
  border: 3px solid #aaa;
  border-radius: 10px;
  background: white;
  text-align: left;
  margin: 0 auto;
  z-index: 255555;
}
#lassLB .liner {
  width: 580px;
  height: 480px;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
#lassLB.auto-width {
  width: auto;
  display: inline-block;
  max-width: 98vw;
}
#lassLB.auto-width .liner {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
}
#lassLB .loading {
  margin: 120px 0 0 280px;
}
#lassLB .close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: white;
  background: #aaa;
  border: 2px solid #888;
  text-align: center;
  width: 21px;
  height: 21px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
#lassLB .close:hover {
  background: #666;
  border-color: #222;
}
#lassLB .progress_level {
  border: 2px solid #aaa;
  padding: 5px;
  margin: 5px 10px;
  background: #eee;
  border-radius: 5px;
}
#lassLB .progress_level label {
  float: left;
  margin-right: 10px;
}
#lassLB .join {
  margin: 10px 0;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 9pt;
  padding: 10px;
  background: #ffc;
  font-weight: bold;
}
#lassLB .iplayerhd-embed .iplayerhd-videoWrapper {
  min-height: 340px;
}

p.instructions {
  font-weight: bold;
}

.grid-element {
  text-align: center;
  width: 33%;
  display: inline-block;
}

.grid-element-pad,
.grid-element .grid-element {
  width: 298px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: left;
  border: 1px solid #d4d4d4;
  margin: 0 20px 0 0;
}

.grid-element .grid-element .grid-element-pad {
  margin: 0;
  border: none;
}

.fbox {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #fff;
  width: auto;
  overflow: hidden;
}

.fboxtitle h3 a {
  color: #8d8d8d;
  text-decoration: none;
}

.fboxtitle h3 a:hover {
  color: #4e7eaf;
  text-decoration: underline;
}

a.fboxmore {
  color: #225e9b;
  text-decoration: none;
}

a.fboxmore:hover {
  color: #5b86b3;
  text-decoration: underline;
}

.media {
  overflow: visible;
}

.inline_thumbs .fboxgraphic {
  padding-top: 5px;
  width: 30% !important;
}

.media .img {
  float: left;
  margin-right: 15px;
  text-align: center;
}

.fix:before, .fix:after {
  content: "";
  display: table;
  line-height: 0;
}

.fix:before, .fix:after {
  content: "";
  display: table;
  line-height: 0;
}

.fix:after {
  clear: both;
}

.fix:before, .fix:after {
  content: "";
  display: table;
  line-height: 0;
}

.fix:after {
  clear: both;
}

.fix:before, .fix:after {
  content: "";
  display: table;
  line-height: 0;
}

.media .bd {
  display: table-cell;
  vertical-align: top;
  width: 10000px;
}

.fboxinfo {
  overflow: hidden;
  padding: 5px 0 0;
}

.media .bd > *:first-child {
  margin-top: 0;
}

.fboxtitle h3 {
  color: #8d8d8d;
  font-size: 1.3em;
  padding-top: 30px;
}

/*p:before {*/
/*    content: "";*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    width: 8em;*/
/*}*/
.fbox p {
  margin: 0 0 10px;
  text-align: inherit !important;
}

.pl-imageframe img, img.pl-imageframe {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #fff;
  /*border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
  padding: 4px;
}

.pl-imageframe a:hover img {
  /*border: none repeat scroll 0 0 #f6f6f6;*/
}

/* JOIN NOW FORM */
.pagecontent.page-join-now {
  min-height: calc(100vh - 124px - 62px);
  box-sizing: border-box;
  width: 100vw;
  padding: 40px 25px 30px;
  background: linear-gradient(174deg, #337ab7, #337ab7 75%, #fff 75.1%);
}
.pagecontent.page-join-now .post {
  box-sizing: border-box;
  padding-right: 40px;
  padding-left: 15px;
  color: #fff;
}
.pagecontent.page-join-now .post a {
  color: #d2ddf3;
}
.pagecontent.page-join-now .post h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 12px;
  margin-top: 0;
}
.pagecontent.page-join-now .post h3 {
  font-size: 24px;
  text-decoration: none;
  margin-top: 24px;
  margin-bottom: 8px;
}
.pagecontent.page-join-now .post h2,
.pagecontent.page-join-now .post h3,
.pagecontent.page-join-now .post p {
  color: #fff;
}
.pagecontent.page-join-now .post ul {
  padding-left: 40px;
}
.pagecontent.page-join-now .content {
  width: 100%;
  padding: 0;
  border: none;
  display: flex;
}
.pagecontent.page-join-now .post {
  box-sizing: border-box;
  width: calc(100vw - 500px);
}

.page-template-page-join-now #footerwrapper {
  margin-top: 0;
}

.join-now-box {
  box-sizing: border-box;
  width: 440px;
  min-width: 440px;
  margin-right: 40px;
  background: #eee;
  border-radius: 12px;
  padding: 30px;
}

@media only screen and (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }

  iframe, embed, object, audio, video {
    max-width: 100%;
  }

  .logo {
    margin-left: 20px;
  }

  #header,
.grid-element,
.pagecontent {
    width: 100%;
  }

  .gridview .griditem,
.griditem.griditem-col-3 {
    width: 45%;
  }

  .testimonial_wrapper {
    width: 99.4% !important;
  }

  #join .steps h4 {
    margin-left: 0;
  }

  #menu ul li a {
    padding: 10px 12px;
  }

  .pagecontent.page-join-now {
    background: linear-gradient(180deg, #337ab7, #337ab7 85%, rgba(51, 122, 183, 0.4) 100%);
  }
}
@media only screen and (max-width: 1000px) {
  .pagecontent {
    /* accomodate stacked footer menu */
    min-height: calc(100vh - 336px);
  }

  #headerwrapper .logo {
    margin-left: 20px;
  }
  #headerwrapper .welcome {
    order: 2;
    flex-grow: 1;
    width: calc(100vw - 320px);
  }
  #headerwrapper #menu {
    order: 3;
    flex-grow: 0;
    margin-right: 20px;
    width: auto;
  }
  #headerwrapper #menu div {
    margin: 0;
    padding: 0;
  }

  #toggle + div > ul {
    display: none;
    width: 98%;
    height: auto;
  }

  .toggle {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 20px 0 0;
    padding: 0;
  }
  .toggle span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    padding: 0;
    transform: rotate(0);
    background: #444;
    opacity: 1;
    transition: 0.25s ease-in-out;
  }
  .toggle span:nth-child(even) {
    left: 50%;
    border-radius: 0 5px 5px 0;
  }
  .toggle span:nth-child(odd) {
    left: 0;
    border-radius: 5px 0 0 5px;
  }
  .toggle span:nth-child(1), .toggle span:nth-child(2) {
    top: 0;
  }
  .toggle span:nth-child(3), .toggle span:nth-child(4) {
    top: 12px;
  }
  .toggle span:nth-child(5), .toggle span:nth-child(6) {
    top: 24px;
  }

  #toggle:checked + div .toggle span:nth-child(1), #toggle:checked + div .toggle span:nth-child(6) {
    transform: rotate(45deg);
  }
  #toggle:checked + div .toggle span:nth-child(2), #toggle:checked + div .toggle span:nth-child(5) {
    transform: rotate(-45deg);
  }
  #toggle:checked + div .toggle span:nth-child(1) {
    top: 4px;
    left: 3px;
  }
  #toggle:checked + div .toggle span:nth-child(2) {
    left: calc(50% - 5px);
    top: 4px;
  }
  #toggle:checked + div .toggle span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  #toggle:checked + div .toggle span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  #toggle:checked + div .toggle span:nth-child(5) {
    top: 11px;
    left: 3px;
  }
  #toggle:checked + div .toggle span:nth-child(6) {
    top: 11px;
    left: calc(50% - 5px);
  }
  #toggle:checked + div .menu {
    display: block;
    position: absolute;
    top: 80px;
    right: 0;
    width: 80vw;
    max-width: 500px;
    background: #6d92d8;
    font-size: 30px;
    text-align: left;
    z-index: 255555;
  }
  #toggle:checked + div .menu li {
    display: block;
    padding: 0;
  }
  #toggle:checked + div .menu li a {
    padding: 10px 0 10px 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  #toggle:checked + div .menu li a:hover {
    background: #4574cd;
  }
  #toggle:checked + div .menu li.current-menu-item a {
    background: #4574cd;
  }
  #toggle:checked + div .menu ul {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    max-height: none;
    width: auto;
    background: #6d92d8;
    box-shadow: none;
    border: none;
  }
  #toggle:checked + div .menu ul a {
    padding-left: 40px;
    font-size: 16px;
  }

  #contentwrapperhome .hero {
    height: 400px;
    min-height: 400px;
  }
  #contentwrapperhome .testimonials-wrap {
    flex-wrap: wrap;
  }
  #contentwrapperhome .testimonials-wrap .testimonial {
    flex-basis: 32%;
  }
  #contentwrapperhome .testimonials-wrap .testimonial:nth-child(even) {
    display: none;
  }

  .pagecontent.page-join-now .post {
    padding-left: 0;
  }
  .pagecontent.page-join-now .join-now-box {
    margin-right: 20px;
  }
}
.d-flex {
  display: flex !important;
}

.mh-n4 {
  margin-left: -4px;
  margin-right: -4px;
}

.font-bold {
  font-weight: bold !important;
}

.promo,
p.promo {
  padding: 8px;
  background: #3d3;
  border: 1px solid #20bd20;
  border-radius: 4px;
  color: #0a3a0a;
  text-align: center;
}

.member-welcome .post ul {
  padding-left: 32px;
}
.member-welcome .d-flex > div {
  box-sizing: border-box;
  width: 33%;
  padding: 8px;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin: 4px;
}
.member-welcome .btn {
  white-space: normal;
}
.member-welcome .disabled {
  background: #e6e6e6;
}
.member-welcome .disabled :not(.not-disabled) {
  opacity: 0.5;
}

@media only screen and (max-width: 900px) {
  .benefits-testimonials-wrap .testimonial-content {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
    justify-content: space-between;
  }
  .benefits-testimonials-wrap .testimonial-benefit {
    font-size: 18px;
    line-height: 22px;
  }

  .pagecontent .sidebar,
.page-modern .content-container,
.pagecontent .content {
    width: 96%;
    display: block;
    float: none;
    border: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto;
  }

  .page-modern {
    width: auto;
  }
  .page-modern .content-container {
    background: transparent;
  }
  .page-modern .content {
    box-sizing: border-box;
    background: #fff;
  }

  .pagecontent {
    min-height: calc(100vh - 560px);
  }
  .pagecontent .widget {
    width: 29.3%;
    margin: 2%;
    display: inline-block;
    vertical-align: top;
  }

  .pagecontent.page-join-now .content {
    display: block;
    text-align: center;
  }
  .pagecontent.page-join-now .post {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }
  .pagecontent.page-join-now .join-now-box {
    margin: 0 auto;
  }

  .member-welcome .d-flex {
    display: block !important;
  }
  .member-welcome .d-flex > div {
    width: auto;
  }
  .member-welcome .sidebar li {
    width: auto;
  }

  .join-now-box {
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    margin-right: 0;
    background: #eee;
    border-radius: 12px;
    padding: 20px;
  }

  #join h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #headerwrapper .welcome {
    text-align: center;
    padding-right: 20px;
  }
  #headerwrapper .welcome .btn {
    margin-bottom: 10px;
  }

  .benefits-testimonials-wrap .testimonial-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .benefits-testimonials-wrap .testimonial-body br {
    display: none;
  }
  .benefits-testimonials-wrap .testimonial.testimonial-1 .testimonial-body, .benefits-testimonials-wrap .testimonial.testimonial-3 .testimonial-body {
    padding-right: 30px;
  }
  .benefits-testimonials-wrap .testimonial.testimonial-2 .testimonial-body, .benefits-testimonials-wrap .testimonial.testimonial-4 .testimonial-body {
    padding-left: 30px;
  }
  .benefits-testimonials-wrap .testimonial-image {
    min-width: 120px;
  }

  #footerwrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 670px) {
  #contentwrapperhome .hero {
    min-height: 400px;
  }
  #contentwrapperhome .hero h1 {
    font-size: 36px;
    line-height: 48px;
  }
  #contentwrapperhome .hero h2 {
    font-size: 24px;
    line-height: 36px;
  }
  #contentwrapperhome .home-benefits .widget {
    display: block;
    width: auto;
  }

  .grid-element-pad,
.grid-element .grid-element {
    margin: 0 0 20px 0;
    width: 99.5%;
  }

  lassLBWrapper,
#lassLB,
#lassLB iframe {
    width: 95% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  #lassLB .liner {
    width: 100%;
  }

  #contentwrapperhome .testimonials-wrap {
    display: block;
  }
  #contentwrapperhome .testimonials-wrap .testimonial {
    display: block;
    margin-bottom: 40px;
  }
  #contentwrapperhome .testimonials-wrap .testimonial-body {
    margin: 0 auto;
  }
  #contentwrapperhome .home-credits {
    padding-right: 2%;
  }
  #contentwrapperhome .home-credits .widget_media_image,
#contentwrapperhome .home-credits .widget_media_image:nth-child(odd) {
    width: 32%;
  }

  #footer-menu li {
    display: block;
    padding: 0;
  }
  #footer-menu li a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #footer-menu li:last-child a {
    border-bottom: none;
  }
}
@media only screen and (max-width: 580px) {
  .headwrap .sidebar .textwidget h1 {
    font-size: 20px;
  }

  .pagecontent .widget {
    width: 45%;
    margin: 0 2.5%;
  }

  .gridview .griditem,
.griditem.griditem-col-3 {
    width: 90%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 430px) {
  #join div.signup {
    margin: 0 0 15px;
  }

  .pagecontent .widget {
    width: 100%;
    margin: 0;
  }

  #join div.plans,
#join div.signup {
    width: 99.5%;
  }

  .login {
    width: 270px;
  }

  .login h3 {
    line-height: inherit;
  }
}
select.form-input,
input[type=text].form-input,
input[type=password].form-input,
input[type=number].form-input {
  display: inline-block;
  padding: 8px 10px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid white;
}
select.form-input.email,
input[type=text].form-input.email,
input[type=password].form-input.email,
input[type=number].form-input.email {
  width: 500px;
}

.form-input-small {
  max-width: 120px;
}

.mr-5em,
.mr-5 {
  margin-right: 4px !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.ml-5em,
.ml-5 {
  margin-left: 0.5em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.mb-1em,
.mb-1 {
  margin-bottom: 1em !important;
}

.mb-5em,
.mb-5 {
  margin-bottom: 0.5em !important;
}

.mt-5em,
.mt-5 {
  margin-top: 0.5em !important;
}

.mt-1em,
.mt-1 {
  margin-top: 1em !important;
}

.mt-2em,
.mt-2 {
  margin-top: 2em !important;
}

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

.my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

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

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;
}

.navigation .alignleft,
.navigation .alignright {
  display: inline-block;
  width: 49%;
}
.navigation .alignright {
  text-align: right;
}

.font-sm {
  font-size: 13px;
}

.progress_level {
  margin-top: 16px;
}

.next-lesson,
.course-complete {
  margin-top: 16px;
}
.next-lesson a,
.course-complete a {
  color: #004;
}
.next-lesson .lesson-title,
.course-complete .lesson-title {
  font-weight: bold;
}

.cta {
  margin-top: 20px;
  background: #253687;
  text-align: center;
  padding: 30px 0 30px;
  color: white;
}
.cta h1, .cta h2, .cta h3, .cta h4, .cta h5, .cta h6, .cta p {
  margin: 0;
  padding: 20px 0;
  color: white;
}
.cta h1:empty, .cta h2:empty, .cta h3:empty, .cta h4:empty, .cta h5:empty, .cta h6:empty, .cta p:empty {
  display: none;
}
.cta .btn {
  margin: 20px 0;
  background: transparent;
  color: white;
  border: 1px solid white;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 20px;
}

iframe.lazyloaded[data-src*=m4a],
iframe.lazyloaded[data-src*=mp3] {
  min-height: 50px;
}

#sidebar-welcome_sidebar .widget_text div:not(:empty) {
  padding-bottom: 16px;
}

.pagecontent .lesson_plan h3 {
  font-weight: bold;
  text-decoration: underline;
}

li.course-table {
  margin-bottom: 30px;
}

.course-completed {
  border-top: 1px solid #aaa;
  margin-top: 8px;
  padding-top: 8px;
}
.course-completed span {
  display: inline-block;
  font-weight: bold;
  border: 1px solid black;
  padding: 3px 4px;
  border-radius: 6px;
}

.progress_bar {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 25px;
  border: 1px solid #888;
  border-radius: 12px;
  background: white;
  text-align: left;
}
.progress_bar .bar {
  box-sizing: border-box;
  background: #253687;
  height: 21px;
  border-radius: 11px;
  margin-left: 1px;
  margin-top: 1px;
}
.progress_bar .label {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 23px;
  line-height: 20px;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 2px #253687;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
}
.progress_bar.progress_low .label {
  color: #253687;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff;
}
.progress_bar.progress_complete .bar {
  background: #080;
}

.lesson-status .fa {
  font-size: 18px;
}
.lesson-status .fa-circle-thin {
  color: #666;
}
.lesson-status .fa-check-circle {
  color: #080;
}
.lesson-status .fa-pause-circle {
  color: #856404;
}
.lesson-status .fa-info-circle {
  color: #0b0;
}

.lesson-legend {
  display: flex;
}
.lesson-legend > * {
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 13px;
}
.lesson-legend .fa {
  font-size: 15px;
}

.lesson_table > div {
  display: flex;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}

.memberinfo #lessons {
  max-width: 400px;
  margin: 20px auto;
}
.memberinfo #lessons div.submit {
  text-align: left;
  margin-top: 20px;
  padding-left: 26px;
}
.memberinfo .lesson {
  margin: 6px 0;
}
.memberinfo .lesson label {
  display: inline-block;
  width: auto;
  margin-left: 5px;
}

.lass-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 255554;
  background: rgba(0, 0, 0, 0.7);
}

.lass-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 255555;
  padding: 20px;
  border: 3px solid #bbb;
  border-radius: 8px;
  background: white;
}

.lass-close-modal {
  position: absolute;
  top: 8px;
  right: 12px;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.flex-end {
  justify-self: flex-end;
}

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

.d-inline-block {
  display: inline-block;
}

.iplayerhd-embed .iplayerhd-videoWrapper {
  min-height: 340px;
}

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