﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.footer-nav ul, .app-btns, .lessons-list, .award-list, #nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container:after, #header:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.lessons-list li a .img, .about-section, .slideshow .slide, .intro-section .bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@font-face {
  font-family: "icomoon";
  src: url("icomoon.ttf") format("truetype"), url("icomoon.woff") format("woff"), url("icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-info:before {
  content: "";
}

.ico-path:before {
  content: "";
}

.ico-left-arrow:before {
  content: "";
}

.ico-right-arrow:before {
  content: "";
}

@font-face {
  font-family: roboto;
  src: url("");
  src: url("roboto-regular-webfont.eot#iefix") format("embedded-opentype"), url("roboto-regular-webfont.woff") format("woff"), url("roboto-regular-webfont.ttf") format("truetype")/*,*/ /*url("") format("svg")*/;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roboto;
  src: url("");
  src: url("roboto-bold-webfont.eot#iefix") format("embedded-opentype"), url("roboto-bold-webfont.woff") format("woff"), url("roboto-bold-webfont.ttf") format("truetype")/*, url("") format("svg")*/;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: brandon;
  src: url("");
  src: url("brandon_bld-webfont.eot#iefix") format("embedded-opentype"), url("brandon_bld-webfont.woff") format("woff"), url("brandon_bld-webfont.ttf") format("truetype")/*, url("") format("svg")*/;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: brandon;
  src: url("");
  src: url("brandon_reg-webfont.eot#iefix") format("embedded-opentype"), url("brandon_reg-webfont.woff") format("woff"), url("brandon_reg-webfont.ttf") format("truetype")/*, url("") format("svg")*/;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: flounder;
  src: url("");
  src: url("flounder_black-webfont.eot#iefix") format("embedded-opentype"), url("flounder_black-webfont.woff") format("woff"), url("flounder_black-webfont.ttf") format("truetype"), url("") format("svg");
  font-weight: 900;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 14px/1.57 "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "flounder", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 24px;
  }
}

a {
  color: #39f;
}
a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

/* ---------------------------------------------------------
    Embedded fonts styles
    Custom form styles
    Common site styles
   ---------------------------------------------------------*/
/* header styles */
#header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  top: 0;
  min-width: 320px;
  z-index: 9;
  padding-top: 14px;
  padding-bottom: 14px;
}
#header .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* page logo styles */
.logo {
  width: 170px;
}
@media (min-width: 768px) {
  .logo {
    width: 170px;
    margin: 0 15px 0 0;
    flex-shrink: 0;
  }
}

.nav-active .nav-area {
  max-height: 999px;
}
.nav-active .nav-holder {
  transform: translateY(0);
}

/* nav-area styles */
.nav-area {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s linear;
}
@media (min-width: 768px) {
  .nav-area {
    flex-grow: 1;
    position: static;
    max-height: none;
    transition: none;
  }
}

/* nav-holder styles */
.nav-holder {
  transform: translateY(-100%);
  transition: transform 0.25s linear;
  background: #fff;
  padding: 15px 0 20px;
  text-align: center;
  border-top: 5px solid #fcbf00;
}
@media (min-width: 768px) {
  .nav-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    transform: none;
    transition: none;
    background: transparent;
    padding: 0;
    text-align: left;
    border: 0;
  }
}
.nav-holder .btn.btn-info {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  padding: 6px 15px;
  min-width: 92px;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .nav-holder .btn.btn-info {
    margin: 0 0 0 26px;
  }
}
@media (max-width: 767px) {
  .nav-holder .btn.btn-info:hover {
    color: #000;
    border-color: #000;
  }
}

/* main navigation styles */
#nav ul {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
}
#nav ul li {
  padding: 5px 0;
}
@media (min-width: 768px) {
  #nav ul li {
    padding: 0 19px;
  }
}
#nav ul li a {
  color: #999;
  text-transform: uppercase;
  display: block;
  padding: 3px 15px;
}
@media (min-width: 768px) {
  #nav ul li a {
    padding: 0;
  }
}
#nav ul li a:hover {
  color: #000;
}
@media (min-width: 768px) {
  #nav ul li a:hover {
    color: #fff;
  }
}

/* nav opener styles */
.nav-opener {
  width: 30px;
  height: 24px;
  position: absolute;
  right: 10px;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener span {
  overflow: hidden;
  text-indent: -9999px;
}
.nav-opener span, .nav-opener:before, .nav-opener:after {
  background: #999;
  position: absolute;
  top: 10px;
  left: 3px;
  right: 3px;
  height: 2px;
  border-radius: 0;
  transition: all 0.2s linear;
  width: auto;
}
.nav-opener:after, .nav-opener:before {
  content: "";
  top: 3px;
}
.nav-opener:after {
  top: 17px;
}
.nav-opener:hover span, .nav-opener:hover:before, .nav-opener:hover:after {
  background: #fff;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener:after, .nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 11px;
  left: 3px;
  right: 3px;
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------
		 Common site styles
	 ---------------------------------------------------------*/
.resize-active *,
.resize-active *:before,
.resize-active *:after {
  transition: none !important;
}

a {
  text-decoration: none;
  transition: all 0.25s linear;
}
a:hover {
  text-decoration: none;
  color: #0073e6;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* main container styles */
/* container styles */
.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}
.d-flex.align-center {
  align-items: center;
}

.text-yellow {
  color: #fcbf00 !important;
}

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

/* btn styles */
.btn {
  display: inline-block;
  vertical-align: top;
  border: 0;
  outline: none;
  text-align: center;
  font-weight: 900;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "brandon", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 15px;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 18px;
    line-height: 22px;
  }
}
.btn.btn-info {
  color: #999;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.btn.btn-info:hover {
  color: #fff;
  border-color: #fff;
}
.btn.btn-primary {
  background: #fcbf00;
  color: #000;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
}
.btn.btn-primary:hover {
  background: #ffcd30;
  color: #000;
}
.btn.btn-black {
  background: #262425;
  color: #fff;
}
.btn.btn-black:hover {
  background: #a11f1f;
}
.btn.btn-lg {
  font-size: 18px;
  line-height: 22px;
  padding: 17px 20px;
  min-width: 280px;
}
@media (min-width: 768px) {
  .btn.btn-lg {
    min-width: 336px;
  }
}
@media (min-width: 1024px) {
  .btn.btn-lg {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .btn.btn-lg {
    font-size: 26px;
    line-height: 30px;
    padding: 28px 20px;
  }
}

/* offset styles */
.offset {
  margin-top: -180px;
}
@media (min-width: 1024px) {
  .offset {
    margin-top: -222px;
  }
}
@media (min-width: 1200px) {
  .offset {
    margin-top: -342px;
  }
}

/* intro-section styles */
.intro-section {
  background: url("pattern1.jpg");
  padding-bottom: 205px;
  position: relative;
}
@media (min-width: 1024px) {
  .intro-section {
    padding-bottom: 290px;
  }
}
@media (min-width: 1200px) {
  .intro-section {
    padding-bottom: 440px;
  }
}
.intro-section:before {
  position: absolute;
  display: block;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}
.intro-section:before {
  content: "";
  background: linear-gradient(169.9deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
  height: 200px;
  width: 100%;
}
@media (min-width: 1024px) {
  .intro-section:before {
    background: linear-gradient(166.9deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
    height: 290px;
  }
}
@media (min-width: 1200px) {
  .intro-section:before {
    background: linear-gradient(164.9deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
    height: 430px;
  }
}
.intro-section .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 404px;
}
@media (min-width: 768px) {
  .intro-section .bg {
    height: 552px;
  }
}

/* intro-holder styles */
.intro-holder {
  position: relative;
  z-index: 2;
  max-width: 662px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .intro-holder {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 130px;
  }
}
.intro-holder .img-holder {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .intro-holder .img-holder {
    margin-bottom: 50px;
  }
}
.intro-holder .img-holder img {
  display: block;
  width: 100%;
}
.intro-holder .btn {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .intro-holder .btn {
    margin-bottom: 37px;
  }
}
.intro-holder .heading {
  color: #fff;
  margin-bottom: 23px;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: "brandon", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .intro-holder .heading {
    font-size: 22px;
    line-height: 28px;
  }
}
.intro-holder .heading p {
  margin-bottom: 10px;
}
.intro-holder h1 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 33px;
  line-height: 43px;
  font-weight: 900;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .intro-holder h1 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .intro-holder h1 br {
    display: none;
  }
}
.intro-holder h2 {
  margin: 0 0 20px;
  color: #6e6c6d;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .intro-holder h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 33px;
  }
}

/* award-list styles */
.award-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.award-list li {
  padding: 0 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .award-list li {
    padding: 0 18px;
  }
}
.award-list li a img {
  display: block;
}

/* header-section styles */
.header-section {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: "brandon", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #a11f1f;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .header-section {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .header-section {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 51px;
  }
}
.header-section h2 {
  color: #000;
  font-size: 33px;
  line-height: 43px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  .header-section h2 {
    font-size: 46px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .header-section h2 {
    font-size: 54px;
    line-height: 64px;
  }
}

/* post styles */
.post {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .post {
    max-width: 584px;
    margin: 0 auto 80px;
  }
}
@media (min-width: 1024px) {
  .post {
    margin-bottom: 122px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    max-width: none;
    margin: 0 0 122px;
  }
}
.post.reverse {
  flex-direction: row-reverse;
}
.post h2 {
  font-size: 33px;
  line-height: 43px;
  font-weight: 900;
  margin-bottom: 24px;
  padding-bottom: 12px;
  position: relative;
  border-bottom: 4px solid #f0f0f0;
}
.post h2:before {
  position: absolute;
  display: block;
  content: "";
  top: auto;
  bottom: -4px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .post h2 {
    padding-bottom: 21px;
  }
}
@media (min-width: 1024px) {
  .post h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 1200px) {
  .post h2 {
    font-size: 46px;
    line-height: 50px;
  }
}
.post h2:before {
  background: #a11f1f;
  height: 4px;
  width: 136px;
}
.post .img-holder {
  max-width: 584px;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.16);
  margin: 0 auto 50px;
}
@media (min-width: 1024px) {
  .post .img-holder {
    margin: 0;
    max-width: 520px;
  }
}
@media (min-width: 1200px) {
  .post .img-holder {
    max-width: 584px;
  }
}
.post .img-holder img {
  display: block;
  width: 100%;
}
.post .description {
  padding: 16px 0 0;
}
@media (min-width: 1024px) {
  .post .description {
    width: calc(100% - 600px);
  }
}
@media (min-width: 1200px) {
  .post .description {
    width: calc(100% - 707px);
  }
}

/* testimonials-section styles */
.testimonials-link a{
	color: white;
	font-family: "brandon", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.testimonials-link{
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
    top: 90%;
    margin: auto;
    color: white;
    text-decoration: underline;
}
.testimonials-section {
  background: url("pattern1.jpg");
  padding-top: 60px;
}
@media (min-width: 768px) {
  .testimonials-section {
    padding-top: 84px;
  }
}

/* slideshow styles */
.slideshow {
  position: relative;
  padding: 0 50px;
}
.slideshow .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 0;
}
.slideshow .slide:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.slideshow .slide.active {
  z-index: 2;
}
.slideshow .slide-caption {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: calc(100% - 70px);
  height: 342px;
}
@media (min-width: 768px) {
  .slideshow .slide-caption {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 695px;
    height: 342px;
  }
}
@media (min-width: 1024px) {
  .slideshow .slide-caption {
    max-width: 730px;
    padding-top: 121px;
    padding-bottom: 134px;
    height: 400px;
  }
}
.slideshow .slide-caption h3 {
  font-size: 33px;
  line-height: 43px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .slideshow .slide-caption h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .slideshow .slide-caption h3 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .slideshow .slide-caption h3 br {
    display: none;
  }
}
.slideshow .quote {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "brandon", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0;
}
@media (min-width: 768px) {
  .slideshow .quote {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .slideshow .quote {
    font-size: 24px;
    line-height: 30px;
  }
}
.slideshow .quote q {
  display: block;
}
.slideshow .quote q:after, .slideshow .quote q:before {
  display: none;
}
.slideshow .quote cite {
  display: block;
  font-style: normal;
}
.slideshow .slider-btns {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  top: 50%;
  width: 100%;
  margin: 8px auto 0;
  transform: translateY(-50%);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1220px;
}
.slideshow .btn-next,
.slideshow .btn-prev {
  color: #fff;
}
.slideshow .btn-next i,
.slideshow .btn-prev i {
  font-size: 32px;
}
@media (min-width: 768px) {
  .slideshow .btn-next i,
.slideshow .btn-prev i {
    font-size: 44px;
  }
}
.slideshow .btn-next:hover,
.slideshow .btn-prev:hover {
  color: #999;
}

/* favorite-songs styles */
.favorite-songs {
  max-width: 833px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.favorite-songs .song-list-scroll {
  max-height: 300px;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .favorite-songs .song-list-scroll {
    max-height: initial;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .favorite-songs {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .favorite-songs {
    padding-top: 118px;
    padding-bottom: 153px;
  }
}
.favorite-songs .header-section {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .favorite-songs .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .favorite-songs .only-mobile {
    display: none !important;
  }
}
.favorite-songs .songs-more-link {
  text-align: center;
}
.favorite-songs .songs-more-link a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: "brandon", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

/* master-box styles */
@media (min-width: 768px) {
  .master-box {
    display: flex;
    flex-flow: row wrap;
  }
}
.master-box .details {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .master-box .details {
    width: calc(100% - 98px);
    display: block;
  }
}
@media (min-width: 1024px) {
  .master-box .details {
    width: calc(100% - 100px);
  }
}
.master-box .details-row {
  width: 49%;
}
@media (min-width: 768px) {
  .master-box .details-row {
    width: calc(100% + 8px);
    margin: 0 -4px;
    display: flex;
    flex-flow: row wrap;
  }
}
@media (min-width: 1024px) {
  .master-box .details-row {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
.master-box .details-row .icon {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #262425;
  border-radius: 2px;
  margin: 0 0 5px;
  flex-grow: 1;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.25s linear;
  height: 53px;
  width: 100%;
  text-align: center;
  font-family: "flounder", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 21px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .master-box .details-row .icon {
    width: 80px;
    height: 53px;
    margin: 0 4px 10px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .master-box .details-row .icon {
    width: 90px;
    height: 53px;
    margin: 0 5px 10px;
  }
}
.master-box .details-row .icon:hover {
  background: #a11f1f;
}
.master-box .details-row .icon img {
  display: block;
}
.master-box .btn {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0 0 10px;
  align-items: center;
  font-size: 22px;
  line-height: 23px;
  font-weight: 400;
  height: 53px;
  justify-content: center;
  font-family: "flounder", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .master-box .btn {
    width: 90px;
    height: auto;
    margin: 0 0 10px 8px;
    font-size: 22px;
    line-height: 23px;
  }
}
@media (min-width: 1024px) {
  .master-box .btn {
    margin: 0 0 10px 10px;
  }
}

/* table styles */
.table .thead {
  display: none;
  display: flex;
  flex-flow: row wrap;
}
.table .body-row {
  display: flex;
  flex-flow: row wrap;
}
.table .body-row:nth-child(odd) .col {
  background-color: rgba(0, 0, 0, 0.4);
  background: transparent;
}
.table .body-row:nth-child(odd) .col:before {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.table .thead-col {
  text-align: center;
  color: #fff;
  font-weight: normal;
  color: #262425;
  font-weight: bold;
  font-family: "flounder", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  border: solid #fff;
  border-radius: 13px;
  border-width: 8px 0 11px 1px;
}
.table .thead-col .wrap {
  padding: 2px 0 3px;
}
.table .wrap {
  background: #e8e8e8;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  padding: 5px 10px;
  justify-content: center;
  padding: 0;
  border-radius: 2px;
}
.table .wrap a {
  color: #262425;
}
.table .wrap a:hover {
  color: #a11f1f;
}
.table .wrap i {
  color: #ad2124;
  font-size: 20px;
}
.table .wrap i.ico-path {
  font-size: 15px;
}
.table .wrap .link-info-no-video {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table .wrap .link-info-no-video i {
  color: #a11f1f;
}
.table .wrap .link-info-no-video:hover i {
  color: white;
}
.table .wrap .link-info-no-video:hover {
  background-color: #a11f1f;
}
.table .wrap .link-info-video {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table .wrap .link-info-video .vidpreview-btn {
  background: url("infobox_btn_preview_vid_opt.png");
  width: 35px;
  height: 25px;
  text-align: center;
  margin: auto;
}
.table .wrap .link-info-video:hover .vidpreview-btn {
  background: url("infobox_btn_preview_vid_opt.png") 0 -25px;
}
.table .wrap .link-info-video:hover {
  background-color: #a11f1f;
}
.table .instructor-wrap {
  background: transparent;
  align-items: stretch;
}
.table .instructor-wrap .picture {
  width: 42px;
  display: block;
}
.table .instructor-wrap .picture img {
  display: block;
  border-radius: 2px;
}
.table .instructor-wrap .instructor {
  text-align: center;
  background: #e8e8e8;
  border-radius: 2px;
  display: flex;
  align-items: center;
  border-left: 1px solid #fff;
  width: calc(100% - 42px);
  padding: 0 0 0 7px;
  padding: 0 7px;
  justify-content: center;
}
.table .col:first-child,
.table .thead-col:first-child {
  width: 8.8%;
}
@media (max-width: 767px) {
  .table .col:first-child,
.table .thead-col:first-child {
    display: none;
  }
}
.table .col:nth-child(2),
.table .thead-col:nth-child(2) {
  width: 36.4%;
}
.table .col:nth-child(2) .artist-small,
.table .thead-col:nth-child(2) .artist-small {
  display: none;
}
@media (max-width: 767px) {
  .table .col:nth-child(2),
.table .thead-col:nth-child(2) {
    width: 70%;
  }
  .table .col:nth-child(2) .artist-small,
.table .thead-col:nth-child(2) .artist-small {
    display: block;
  }
}
.table .col:nth-child(3),
.table .thead-col:nth-child(3) {
  width: 14.8%;
}
@media (max-width: 767px) {
  .table .col:nth-child(3),
.table .thead-col:nth-child(3) {
    display: none;
  }
}
.table .col:nth-child(4),
.table .thead-col:nth-child(4) {
  width: 12.2%;
}
.table .col:nth-child(4) .difficulty-small,
.table .thead-col:nth-child(4) .difficulty-small {
  display: none;
}
@media (max-width: 767px) {
  .table .col:nth-child(4),
.table .thead-col:nth-child(4) {
    width: 30%;
  }
  .table .col:nth-child(4) .difficulty-small,
.table .thead-col:nth-child(4) .difficulty-small {
    padding-top: 5px;
    display: block;
  }
}
.table .col:nth-child(5),
.table .thead-col:nth-child(5) {
  width: 10.4%;
}
@media (max-width: 767px) {
  .table .col:nth-child(5),
.table .thead-col:nth-child(5) {
    display: none;
  }
}
.table .col:last-child,
.table .thead-col:last-child {
  width: 17.4%;
}
@media (max-width: 767px) {
  .table .col:last-child,
.table .thead-col:last-child {
    display: none;
  }
}
.table .col {
  border: solid #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: capitalize;
  flex-flow: row wrap;
  display: block;
  padding: 0;
  width: auto;
  border-width: 5px 0 5px 1px;
}
.table .col:nth-child(2) .wrap {
  justify-content: flex-start;
  padding: 0 14px;
}
@media (max-width: 767px) {
  .table .col:nth-child(2) .wrap {
    padding: 10px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .table .col:nth-child(4) .wrap {
    justify-content: center;
    padding: 10px;
    flex-direction: column;
    align-items: center;
  }
}

/* about-section styles */
.about-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .about-section {
    padding-top: 106px;
    padding-bottom: 93px;
  }
}
@media (min-width: 768px) {
  .about-section .header-section {
    margin-bottom: 35px;
  }
}
.about-section .header-section h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-section .header-section h2 {
    margin-bottom: 39px;
  }
}
.about-section .container {
  max-width: 1103px;
}

/* columns-holder styles */
@media (min-width: 768px) {
  .columns-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .columns-holder .column {
    width: 49%;
  }
}

/* explore-lessons styles */
.explore-lessons {
  background: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .explore-lessons {
    padding-bottom: 80px;
    padding-top: 82px;
  }
}
@media (min-width: 1024px) {
  .explore-lessons {
    padding-bottom: 129px;
  }
}
.explore-lessons .header-section {
  color: #fff;
}
@media (min-width: 768px) {
  .explore-lessons .header-section {
    margin-bottom: 57px;
  }
}
@media (min-width: 1024px) {
  .explore-lessons .header-section {
    font-size: 26px;
    line-height: 32px;
  }
}
.explore-lessons .header-section h2 {
  color: #fff;
}
.explore-lessons .tfoot {
  padding-top: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .explore-lessons .tfoot {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .explore-lessons .tfoot {
    padding-top: 129px;
  }
}

/* lessons-list styles */
.lessons-list {
  display: flex;
  flex-flow: row wrap;
}
.lessons-list li {
  overflow: hidden;
  width: 50%;
}
@media (min-width: 768px) {
  .lessons-list li {
    width: 25%;
  }
}
.lessons-list li a {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding-top: 128.6%;
  position: relative;
}
@media (min-width: 768px) {
  .lessons-list li a {
    padding-top: 160.3%;
  }
}
.lessons-list li a .img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  position: relative;
  position: absolute;
  transition: all 0.7s linear;
}
.lessons-list li a .img:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lessons-list li a .img:before {
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  transition: all 0.7s linear;
}
.lessons-list li a:hover .img {
  transform: scale(1.1, 1.1);
}
.lessons-list li a:hover .img:before {
  background: rgba(0, 0, 0, 0.5);
}
.lessons-list li h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 900;
  color: #fff;
  margin: -7px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
}
@media (min-width: 1024px) {
  .lessons-list li h3 {
    font-size: 33px;
    line-height: 43px;
  }
}
@media (min-width: 1200px) {
  .lessons-list li h3 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (min-width: 1300px) {
  .lessons-list li h3 {
    font-size: 46px;
    line-height: 56px;
  }
}

/* footer styles */
#footer {
  background: #171717;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  font-family: "brandon", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  #footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#footer .logo {
  width: 170px;
  margin: 0 auto 30px;
}
#footer .container {
  max-width: 779px;
}

/* app-btns styles */
.app-btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .app-btns {
    margin: 0 0 34px;
  }
}
.app-btns li {
  padding: 0 13px;
  margin-bottom: 10px;
}
.app-btns li img {
  display: block;
}
.app-btns li a:hover img {
  opacity: 0.8;
}

/* footer-nav styles */
.footer-nav {
  border-bottom: 1px solid #525252;
  padding: 0 0 9px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .footer-nav {
    margin: 0 -10px 20px;
  }
}
.footer-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.footer-nav ul li {
  padding: 0 8px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-nav ul li {
    padding: 0 3px;
  }
}
.footer-nav ul li a {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #525252;
  text-transform: uppercase;
}
.footer-nav ul li a:hover {
  color: #fff;
}

/* footer-text styles */
.footer-text {
  color: #525252;
  text-align: center;
  overflow: hidden;
}
.footer-text p {
  margin: 0;
}
.footer-text a {
  color: #525252;
}
.footer-text a:hover {
  color: #fff;
}

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