/******************************************************************************/
/*                                                                            */
/* Albright Labs                                                              */
/* A Software Company                                                         */
/* hello@albrightlabs.com                                                     */
/* (610) 756-5060                                                             */
/* PO Box 1537, Albrightsville, PA 18210                                      */
/*                                                                            */
/******************************************************************************/

/* #header, #header * { border: 1px dotted red; } */

/* BASE */
@font-face {
    font-family: 'nouthen_extra_1regular';
    src: url('../fonts/nouthen_extra_i1-webfont.woff2') format('woff2'),
         url('../fonts/nouthen_extra_i1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'NimbusSanL-BoldCond';
  src: url('../fonts/NimbusSanL-BoldCond.svg#NimbusSanL-BoldCond') format('svg'),
       url('../fonts/NimbusSanL-BoldCond.ttf') format('truetype'),
       url('../fonts/NimbusSanL-BoldCond.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nimbus-sans-l_bold-condensed';
  src: url('../fonts/nimbus-sans-l_bold-condensed.eot');
  src: url('../fonts/nimbus-sans-l_bold-condensed.eot?#iefix') format('embedded-opentype'),
       url('../fonts/nimbus-sans-l_bold-condensed.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NimbusSanL-Regu';
  src: url('../fonts/NimbusSanL-Regu.svg#NimbusSanL-Regu') format('svg'),
       url('../fonts/NimbusSanL-Regu.ttf') format('truetype'),
       url('../fonts/NimbusSanL-Regu.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nimbus-sans-l_regular';
  src: url('../fonts/nimbus-sans-l_regular.eot');
  src: url('../fonts/nimbus-sans-l_regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/nimbus-sans-l_regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: Nouthen;
  src: url(/css/nouthen_extra.otf);
} */
html, body {
	/* font-family: 'Nouthen'; */
  /* font-family: 'NimbusSanLConRegular'; */
  font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-size: 100%;
	color: #000;
	min-width: 320px !important;
}


/* HEADINGS */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  /* font-family: 'nouthen_extra_1regular'; */
	font-weight: 700;
}
.h1, .h2, h1, h2 {
  font-family: 'nouthen_extra_1regular';
}
.h3, .h4, .h5, .h6, h3, h4, h6 {
  font-family: 'NimbusSanL-BoldCond';
}


/* LINKS */
a, a:visited {
	color: #000;
}
a:hover, a:focus {
	color: #000;
	text-decoration: underline;
}


/* HEADER */
body {
  padding-top: 180px;
}
header {
  height: 183px;
  overflow: visible;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
}
#headerBar {
  display: none;
}
#header {
	margin: 0;
	background-image: url("../img/header-navBar.png");
	background-repeat: repeat-x;
	background-position: 50% 125px;
	width: 100%;
}
#headerCurrentPackage {
	margin-top: 5px;
}
#headerRightNav {
	margin-top: 5px;
}
#headerSocial {
	margin-top: 8px;
}
#loginContainer {
	position: absolute;
	top: -75%;
	left: 50%;
	width: 450px;
	margin-top: -130px;
	margin-left: -225px;
	padding: 25px 15px;
	z-index: 9999999;
  background-color: #F4EEE4;
}
#loginContainer h3 {
	margin: 0;
	font-family: 'nouthen_extra_1regular';
	font-size: 36px;
	text-transform: uppercase;
	color: #8dc63f;
}
#loginContainer p {
	margin: 3px;
	font-family: 'NimbusSanL-BoldCond';
	font-size: 16px;
	color: #000;
}
#login_username {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: none;
	margin-bottom: 0;
}
#login_password {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	margin-bottom: 0;
}
#showLogin {
	font-size: 140%;
	position: relative;
	top: 2px;
	left: -2px;
	font-weight: 600;
}
.dropdown-toggle::after {
	border-top-color: #8dc63f;
}
#primaryNavigation {
	position: relative;
	top: 0;
	width: 100%;
  height: 55px;
  /* padding-top: 9px; */
  padding-top: 0;
  padding-bottom: 0;
}
#primaryNavigation .navbar-nav .nav-item+.nav-item {
	margin-left: 30px;
}
#primaryNavigation .navbar-nav .nav-link {
	display: block;
	padding-top: .3rem;
	padding-bottom: .3rem;
	font-weight: 600;
	font-size: 110%;
	color: #fff;
  text-transform: uppercase;
}
#primaryNavigation .dropdown-menu {
	min-width: 12rem;
	z-index: 9999;
	background-color: #000;
	padding-bottom: 18px !important;
	border: 0;
	left: -15px;
	z-index: 999999;
	color: #fff;
}
#primaryNavigation .dropdown-menu a {
	color: #fff;
}
#primaryNavigation .dropdown-menu .topper {
	display: none;
}
#primaryNavigation .dropdown-menu > li {
	font-weight: 600;
}
#primaryNavigation .dropdown-menu li {
	padding: 3px 15px;
}
#primaryNavigation .dropdown-menu li .key {
	margin-right: 6px;
}
#primaryNavigation .dropdown-menu li:hover .key {
	opacity: 0.75;
	filter: Alpha(opacity=75); /* IE8 and earlier */
}
#primaryNavigation .navbar-toggler {
	color: #fff;
	width: auto;
	float: right;
	margin-right: 0;
	padding-right: 0;
	font-size: 16px;
	font-weight: 600;
}
#primaryNavigation .navbar-nav .nav-item {
	margin-left: 25px;
}
#primaryNavigation .navbar-nav .nav-item:first-of-type {
  /* margin-left: 30px; */
  margin-left: 0;
}
#primaryNavigation .navbar-nav {
	overflow: visible;
  display: flex;
  justify-content: space-between;
}
#primaryNavigation .navbar-nav .nav-item,
#primaryNavigation .navbar-nav .nav-item+.nav-item {
	cursor: pointer;
}
#headerLogo {
	display: block;
	position: relative;
	z-index: 99998;
}
#headerLogo img {
	margin: 15px 0 10px 0;
	width: 230px !important;
	height: auto !important;
  max-width: 100% !important;
}
#showLogin {
	cursor: pointer;
}
#loginForm {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	position: absolute;
	z-index: 99999;
	padding: 5px;
	right: 15px;
}
#loginForm .form-control {
	margin-bottom: 5px;
}
#headerSearch {
    position: absolute;
    top: -80px;
    right: 16px;
    text-align: right;
    width: 290px;
    height: 140px;
    height: auto;
}
#headerSearch label,
#headerSearch label input {
	width: 100%;
}
#headerSearchMobile {
    text-align: center;
    width: 100%;
    height: auto;
    margin: 5px 0;
}
#headerSearchMobile label,
#headerSearchMobile label input {
	width: 100%;
}

@media(max-width:991px){
	#primaryNavigation {
		top: 0;
	}
	#primaryNavigation .dropdown-menu,
	.dropdown-menu {
		margin-top: 10px;
		left: 50%;
		transform:translateX(-50%);
	}
	#primaryNavigation .navbar-nav .nav-item,
	#primaryNavigation .navbar-nav .nav-item+.nav-item {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	#primaryNavigation .navbar-nav .nav-link {
		color: #000;
	}
	#primaryNavigation .dropdown-menu .topper {
		display: block;
		width: 100%;
		height: 12px;
		background-image:url('../img/header-navBar-dropdownTop.png');
		background-color: transparent;
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 97% auto;
		margin-top: -20px;
	}
  #headerLogo img {
    width: 100% !important;
    height: auto !important;
    margin: 60px 0 10px 0;
  }
}
@media(max-width:767px){
	#headerSearch {
	    top: -50px;
	}
}
@media(max-width:543px){
	.h1, h1 {
		font-size: 1.8rem;
	}
	#headerCurrentPackage {
		font-size: 90%;
		padding-bottom: 4px;
		border-bottom: 1px solid #ccc;
	}
	#headerCurrentPackage strong {
		display: block;
	}
	#headerCurrentPackageParent {
		padding: 0;
	}
	#loginForm {
		right: 50%;
		transform: translateX(50%);
	}
}
@media(max-width:383px){
	.h1, h1 {
		font-size: 1.6rem;
	}
	#header {
		margin-bottom: -40px;
	}
	#primaryNavigation .navbar-nav {
		top: -30px;
	}
	#headerTrees {
		top: -5px;
	}
}
@media(max-width:375px){
	#headerSearchMobile {
		margin: 35px 0 0 0 !important;
	}
	#primaryNavigation .navbar-nav .nav-item:first-of-type {
		margin-top: 35px;
	}
}


/* FOOTER */
#footer .container {
  position: relative;
  z-index: 99999;
}
#footer {
	background-color: transparent;
	width: 100%;
	position: relative;
	z-index: 999;
	padding: 0;
	text-align: center;
  margin-top: -60px;
}
#footer #footer-top {
  overflow: visible;
  height: 60px;
}
#footer #footer-bottom {
  background-color: #222;
  padding-top: 15px;
  padding-bottom: 40px;
}
#footer .nav {
	margin: 0 0 20px;
}
#footer .nav li {
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	font-weight: 600;
  font-size: 18px;
}
#footer .nav-smaller {
	margin: 25px 0;
}
#footer .nav-smaller li {
	margin: 0 15px 0 15px;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	font-weight: 600;
	font-size: 80%;
}
#footer .copyright {
	margin-bottom: 10px;
}
#footer .smaller {
	font-size: 80%;
}
#footer .smaller-2x {
	font-size: 60%;
}
#footer #lessonsAd {
	margin: -8px 0 0;
}
footer#footer {
  overflow: visible;
  z-index: 99999;
}
footer#footer > .container {
  margin-top: -45px;
}
#footer .nav-row {
  padding-top: 18px;
}
.text-copyright {
  font-size: 14px;
}
footer .fa-lg {
  font-size: 1.8rem;
}


/* HOMEPAGE */
#signUpImage {
	margin: 60px 0 0;
	width: 533px;
	height: auto;
}
#popularStatsWrap ol {
	margin-top: 10px;
}
@media(max-width:1199px){
	#signUpImage {
		margin: 90px 0 0;
		width: 120%;
		position: relative;
		left: -20%;
	}
}
@media(max-width:991px){
	#signUpImage {
		margin: 25px auto 0;
		width: 80%;
		position: relative;
		left: 0;
	}
}
#tourVideo {
  position: relative;
  z-index: 13;
}
@media(max-width:543px){
	#tourVideo h3 {
		font-size: 1.4rem;
	}
	#tourVideo .row h3 {
		font-size: 1rem;
	}
}


/* CHOOSE INSTRUMENT */
#chooseInstrument {
  background-color: #f8f4ee;
  padding: 45px 0 0;
	width: 100%;
}
#chooseInstrument .inner {
	width: 100%;
	padding: 0;
}


/* KEEP COUNT */
#keepCount {
  background-color: #000;
  padding: 30px 0;
  width: 100%;
}
#keepCount h3 {
	color: #ffffff;
}
@media(max-width:1199px){
	#keepCount h3 {
		font-size: 1.5em;
	}
  .toolkit-button {
    margin-top: 0 !important;
  }
}
@media(max-width:767px){
	#keepCount h3 {
		font-size: 1.45em;
	}
}


/* RADY TRAIL */
#radyTrail {
  background-color: #d8dfcf;
  padding: 80px 0 0;
  width: 100%;
}
#newsletterLarge {
	position: relative;
	top: 60px;
	right: 0;
	background-image: url(../img/newsletterLarge.png);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 463px;
	max-width: 100%;
	margin: 0 auto;
	height: 268px;
}
#newsletterLarge input[type=email] {
	position: absolute;
	top: 191px;
	left: 1px;
	padding-left: 4px;
	border: solid 1px #000;
	font-size: 12px;
	/*width: 230px;*/
	width: 56%;
	height: 32px;
	margin: 4px 0;
	background-color: #fff;
}
#newsletterLarge input[type=image] {
	position: absolute;
	top: 195px;
	left: 58%;
	width: 14px;
	height: 32px;
	color: #000;
	font-size: 14px;
}
@media(max-width:1199px){
	#newsletterLarge {
		top: 40px;
	}
}


/* READY GUIDE */
#jeffsGuitarAndSteel {
	background-color: #f8f4ee;
  padding: 50px 0 65px;
	width: 100%;
}
#jeffsGuitarAndSteel .inner-container{
	position: relative;
}
#jeffsGuitarAndSteel .inner {
	padding: 0 25px;
}
#jeffsGuitarAndSteel p.smaller {
	font-size: 80%;
}
#jeffsGuitarAndSteel h3 {
	margin-top: 10px;
}
@media(max-width:543px){
	#jeffsGuitarAndSteelExplaination h4 {
		font-size: 1.3rem;
	}
}


/* HIT THE TRAIL */
#hitTheTrail {
  background-color: #202020;
  padding: 30px 0;
  width: 100%;
}


/* WHO IS EXTRAS */
#whoIsExtras {
	background-color: #d8dfcf;
  padding: 75px 0 90px;
  position: relative;
  z-index: 9999;
	width: 100%;
}
#whoIsExtras .title-container {
	height: 80px;
	margin: 0 0 5px;
	position: relative;
}
#whoIsExtras .title-container .title-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#whoIsExtras .testimonial {
	font-size: 80%;
	text-align: justify;
}
#whoIsExtras .testimonial:last-of-type .blurb {
	margin: 0;
}
#whoIsExtras .about {
	text-align: justify;
}


/* ABOUT GUITAR */
#aboutGuitar {
	padding: 100px 0;
	position: relative;
}


/* ABOUT PEDAL STEEL */
#aboutPedalSteel {
	padding: 100px 0;
	position: relative;
}
#aboutPedalSteel .artist-image {
	max-height: 125px;
	width: auto;
}


/* BLOG LIST */
#blogList {
	padding: 100px 0;
	position: relative;
}
#blogEnroll {
	margin: 65px 0 0;
	text-align: center;
	display: inline-block;
}
#blogEnroll img:first-of-type {
	margin: 0 0 10px 0;
}
#blogPostListContainer .blogItem a {
	text-decoration: underline;
}
#blogPostListContainer .blogItem {
	margin: 0 0 60px;
	line-height: 150% !important;
	font-size: 100% !important;
}
#blogPostListContainer .blogItem:last-of-type {
	margin: 0;
}
#blogPostListContainer .blogItem .blogTitle {
	font-weight: 600;
	font-size: 190%;
	line-height: 140%;
}
#blogPostListContainer .blogItem .blogDate {
	font-weight: 600;
	font-size: 80%;
	opacity: 0.8;
	margin: 0 0 10px;
}
#blogPostListContainer .blogItem .blogPostMany br {
	height: 5px;
}
#blogPostListContainer .blogItem .blogMore {
	margin: 15px 0 0;
	font-weight: 600;
}
@media(max-width:543px){
	#blogPostListContainer .blogItem .blogTitle {
		font-size: 125%;
		line-height: 140%;
	}
	#blogPostListContainer .blogItem .blogDate {
		line-height: 140%;
		margin: 5px 0 10px;
	}
}
@media(max-width:991px){
  #blogList {
    background-color: #fff;
    margin-top: -42px;
  }
}
@media(max-width:575px){
  #blogList {
    margin-top: -52px;
  }
}


/* CONTACT PAGE */
#contactJeff {
	padding: 100px 0;
	position: relative;
}
#contactJeff .background {
	margin: 0 auto;
	background-image: url(../img/contact-background.png);
	background-repeat: no-repeat;
}
#contactForm {
	background-image: url(../img/contact-formBackground.png);
	padding: 40px;
	margin: 15px 0;
	background-repeat: no-repeat;
	font-size: .83em;
	line-height: 1.4em;
	width: 439px;
	height: 512px;
	margin-right: 100px;
}
#contactForm label {
	margin: 0;
	line-height: 100%;
}
#contactForm .form-control {
	background-color: transparent;
	border-color: #000000;
	margin: 0 0 10px;
}
#contactAlert {
	font-size: 130%;
}
@media(max-width:1199px) {
	#contactJeff .background {
		background-position: -70px center;
	}
	#contactForm {
		margin-right: 60px;
	}
}
@media(max-width:991px) {
	#contactJeff .background {
		background-position: -150px center;
	}
	#contactForm {
		margin-right: 20px;
	}
}
@media(max-width:767px) {
	#contactJeff {
		padding: 0;
	}
	#contactJeff .background {
		background-image: none;
	}
	#contactForm {
		margin: 15px auto;
	}
}
@media(max-width:543px) {
	#contactForm {
		background-size: 100% 100%;
		margin: 0 auto;
		width: 100%;
	}
	#contactForm h3 {
		font-size: 1.65rem
	}
}


/* FAQ LIST */
#faqList {
	padding: 100px 0;
	position: relative;
}
#faqList ul {
	padding: 0;
}
#faqList ul li {
	list-style-type: none;
	position: relative;
	margin: 0 0 25px;
}
#faqList ul li .plus {
	margin: -4px 12px 0 8px;
	padding: 0;
	font-size: 130%;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#faqList ul li .plus.rotate {
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: red;
}
#faqList ul li h5 {
	cursor: pointer;
	margin: 0 0 5px 0;
	padding: 0 0 0 34px;
}
#faqList ul li .faqAnswer {
	margin-left: 50px;
}
#faqList ul li ol {
	padding: 0;
	margin: 0 0 0 35px;
}
#faqList ul li ol li {
	list-style-type: decimal;
	position: relative;
	margin: 0;
}
@media(max-width:543px) {
	#faqList ul li h5 {
		font-size: 100%;
		line-height: 140%;
	}
}
@media(max-width:991px){
  #faqList {
    background-color: #fff;
    margin-top: -42px;
  }
}
@media(max-width:575px){
  #faqList {
    margin-top: -52px;
  }
}

/* PROVATE LESSONS PAGE & NEWSLETTER CONFIRMATION */
#privateLessons {
	background-color: #d8dfcf;
	padding: 100px 0 0;
	position: relative;
}
.lessons-header h3 {
	font-size: 48px;
}
#contactJeff.newsletter {
  background-color: #fff;
}
@media(max-width:1199px){
  #privateLessonsTop h1 {
    margin-bottom: 0.5rem !important;
  }
  #privateLessonsTop .lessons-header {
    margin-bottom: 60px;
  }
}
@media(max-width:991px){
  #privateLessons,
  #contactJeff.newsletter {
    margin-top: -42px;
  }
  #privateLessonsTop img {
    margin-bottom: 60px;
  }
}
@media(max-width:767px){
  #contactJeff.newsletter {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media(max-width:575px){
  #privateLessons {
    padding-top: 70px;
  }
  #askForLessons {
    padding-top: 80px !important;
    padding-bottom: 150px !important;
  }
  #privateLessons,
  #contactJeff.newsletter {
    margin-top: -52px;
  }
}

.lessons-header p {
	font-size: 18px;
}
#askForLessons {
	background-color: #f8f4ee;
	padding: 100px 0 200px;
	position: relative;
}
#askForLessons h3 {
	font-size: 24px;
}

.lesson-length-price {
	margin: 3px -15px 3px;
    padding: 3px 0 3px;
    background-color: #f4eee4;
    border-radius: 6px;
}
#lessonRequestForm label {
	margin-bottom: 0;
	display: block;
	font-size: 24px;
	text-transform: uppercase;
}
#lessonRequestForm input,
#lessonRequestForm select {
	margin-bottom: 12px;
}
#lessonRequestAlert {
	color: rgba(170,0,0,1.00);
	text-align: center;
	text-transform: uppercase;
}

/* LESSONS */
.songLinks {
	text-align: right;
}
.songLinks a {
	margin-top: 4px;
	width: 150px;
}
#lessonsSection {
	padding: 100px 0 160px;
	position: relative;
	background-color: #f8f4ee;
}
#lessonsMenu ul {
	padding: 0;
}
#lessonsMenu ul .mainMenu {
	font-size: 130%;
	font-weight: 600;
	text-transform: uppercase;
	list-style-type: none;
}
#lessonsMenu ul .subMenu {
	font-size: 100%;
	text-transform: uppercase;
	list-style-type: none;
	padding: 0 0 0 14px;
}
#lessonsMenu ul .subMenu .key {
	margin: -4px 6px 0 0;
}
#lessonsMenu ul .subMenu:hover .key {
	opacity: 0.75;
	filter: Alpha(opacity=75); /* IE8 and earlier */
}
#lessonsMenu ul .subsubMenu {
	font-size: 100%;
	text-transform: uppercase;
	list-style-type: none;
	padding: 0 0 0 42px;
}
#lessonsSection .lessonsPagination {
	background-color: #b58440;
	text-align: center;
	width: 100%;
	height: 26px;
}
#lessonsLocation {
	margin: 0 0 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
#lessonsLocation span {
	color: #999 !important;
}
#lessonsLocation span a {
	color: #999 !important;
}
#lessonsLocation img {
	margin: -3px 8px 0;
}
#lessonsHeader {
	margin: 12px 0 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
#lessonsContents {
	padding-bottom: 15px;
	width: 100%;
}
#lessonsContents h4 {
	color: #202020;
	margin: 30px 0 5px;
	text-transform: uppercase;
}
#lessonsContents .categoryProressContainer {
	margin-top: 12px;
	padding: 6px 20px 0 20px;
	border-radius: 30px;
	border: 2px solid #f0e7d8;
	position: relative;
	left: 2%;
	width: 98%;
	height: 38px;
}
#lessonsContents .catName,
#lessonsContents .catTabsLyrics,
#lessonsContents .catVideos,
#lessonsContents .catPrice {
	display: inline-block;
	vertical-align: top;
	width: 10%;
}
#lessonsContents .guideSubCatHeader .catName {
	padding-left: 10px;
}
#lessonsContents .guideSubCatHeader .catName,
#lessonsContents .guideItem .catName {
	width: 52%;
}
#lessonsContents .guideItem .catName {
	padding: 0 0 0 5px;
}
#lessonsContents .guideSubCatHeader .catTabsLyrics,
#lessonsContents .guideItem .catTabsLyrics {
	width: 24%;
	text-align: center;
}
#lessonsContents .guideItem .catPrice {
	color: #8dc63f;
}
#lessonsContents .guideSubCatHeader .catVideos,
#lessonsContents .guideItem .catVideos,
#lessonsContents .guideSubCatHeader .catPrice,
#lessonsContents .guideItem .catPrice {
	width: 12%;
	text-align: center;
}
#lessonsContents .guideSubCatHeader {
	color: #bdb7ad;
	margin: 10px 0 0;
}
#lessonsContents .guideSubCatHeader .catName,
#lessonsContents .guideSubCatHeader .catTabsLyrics,
#lessonsContents .guideSubCatHeader .catVideos,
#lessonsContents .guideSubCatHeader .catPrice {
	text-transform: uppercase;
	font-size: 110%;
	font-weight: 600;
}
#lessonsContents .guideItem {
	margin: 6px 0 6px 0;
	padding: 3px 6px;
	background-color: #f4eee4;
	border-radius: 6px;
	font-size: .9em;
	text-align: left;
}
#lessonsContents .guideItem .catName,
#lessonsContents .guideItem .catTabsLyrics,
#lessonsContents .guideItem .catVideos,
#lessonsContents .guideItem .catPrice {
}
#lessonsContents .guideItemComment {
	background-color: #f5f6f7;
	margin: 10px 0;
	padding: 5px 10px 0;
}
#lessonsContents .guideItemComment .guideItemCommentContent {
	width: 100%;
	position: relative;
}
#lessonsContents .guideItemComment .guideItemCommentContent .commentDate {
	transform: translateY(-50%);
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	font-size: 70%;
	width: 80px;
}
#lessonsContents .guideItemComment .guideItemCommentContent .commentText {
	padding: 0 0 0 80px;
}
#lessonsContents .guideItemComment .guideItemCommentContent .commentText .commentUsername {
	font-weight: 600;
}
#lessonsContents .guideItemComment .commentModify {
	padding: 15px 0 0;
	position: relative;
	overflow: auto;
}
#lessonsContents .video-thumb {
	margin: 10px 0 15px;
}
#lessonsKey {
	margin: 15px 0 0;
	font-size: 90%;
	text-align: center;
}
#lessonsKey .key {
	margin: 0 4px 0 10px;
}
#sb-container {
	z-index: 999999 !important;
}
.guideItemCommentHeader:last {
	padding: 0 10px;
}
@media(max-width: 992px){
	#lessonsContents .guideSubCatHeader {
		display: none;
	}
	#lessonsContents .guideItem .catName {
		width: 100%;
		font-weight: 600;
	}
	.catTabsLyrics,
	.catVideos,
	.catPrice {
		width: auto !important;
		margin-left: 5px !important;
		text-align: left !important;
	}
	.catPrice {
		width: 99% !important;
		text-align: left !important;
	}
	#lessonsContents .guideItem {
		padding-top: 4px;
		padding-bottom: 4px;
	}
}
@media(max-width:767px){
	#lessonsContents .guideSubCatHeader .catName,
	#lessonsContents .guideSubCatHeader .catTabsLyrics,
	#lessonsContents .guideSubCatHeader .catVideos,
	#lessonsContents .guideSubCatHeader .catPrice {
		font-size: 90%;
	}
}
@media(max-width:543px){
	#lessonsLocation {
		font-size: 85%;
	}
}
@media(max-width:543px){
  #lessonsSection {
    padding-top: 20px !important;
  }
  [src="../img/lessons-portrait.png"] {
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
}


/* ACCOUNT ITEMS */
#accountGuideItemsHeader,
.accountGuideItem {
	text-align: left;
	width: 100%;
	display: block;
	overflow: auto;
}
.accountGuideItem {
	margin: 6px 0 6px 0;
	background-color: #f5f6f7;
	font-size: .9em;
}
.accountGuideItemIcon,
.accountGuideItemCategory,
.accountGuideItemType,
.accountGuideItemName,
.accountGuideItemTabsLyrics,
.accountGuideItemVideo,
.accountGuideItemPaid {
	width: 12%;
	float: left;
}
#accountGuideItemsHeader .accountGuideItemIcon,
#accountGuideItemsHeader .accountGuideItemCategory,
#accountGuideItemsHeader .accountGuideItemType,
#accountGuideItemsHeader .accountGuideItemName,
#accountGuideItemsHeader .accountGuideItemTabsLyrics,
#accountGuideItemsHeader .accountGuideItemVideo,
#accountGuideItemsHeader .accountGuideItemPaid {
	font-size: 110%;
	font-weight: 600;
}
#accountGuideItemsHeader .accountGuideItemName,
.accountGuideItemName {
	width: 38%;
}
#accountGuideItemsHeader .accountGuideItemIcon,
.accountGuideItemIcon {
	width: 10px;
	margin-right: 10px;
}
.accountGuideItemIcon img {
	margin-top: -1px;
	width: 10px;
	height: 10px;
}
#accountGuideItemsHeader .accountGuideItemTabsLyrics,
#accountGuideItemsHeader .accountGuideItemVideo,
#accountGuideItemsHeader .accountGuideItemPaid,
.accountGuideItemTabsLyrics,
.accountGuideItemVideo,
.accountGuideItemPaid {
	text-align: center;
	width: 10%;
}
#accountGuideItemsHeader .accountGuideItemTabsLyrics,
.accountGuideItemTabsLyrics {
	width: 15%;
}
@media(max-width: 992px){
	.accountGuideItemCategory,
	.accountGuideItemType,
	.accountGuideItemTabsLyrics,
	.accountGuideItemVideo,
	.accountGuideItemPaid {
		display: none;
	}
	.accountGuideItemName {
		width: 90%;
		font-weight: 600;
	}
	.accountGuideItemName span {
		font-weight: normal;
	}
	.accountGuideItemIcon img {
		margin-top: -1px;
		margin-left: 5px;
	}
	.accountGuideItemIcon {
		margin-right: 12px;
	}
	.accountGuideItem {
		padding-top: 4px;
		padding-bottom: 4px;
	}
}


/* LOGIN HELP */
#loginHelp {
	padding: 100px 0;
	position: relative;
}
#loginHelp h2 {
	margin: 0 0 40px;
}
@media(max-width:991px) {
	#loginHelp h2 {
		margin: 0 0 20px;
	}
}
@media(max-width:991px){
  #loginHelp {
    background-color: #fff;
    margin-top: -42px;
  }
}
@media(max-width:575px){
  #loginHelp {
    margin-top: -52px;
    padding-top: 80px !important;
    padding-bottom: 150px !important;
  }
}


/* TERMS PRIVACY */
#termsPrivacy {
	padding: 100px 0;
	position: relative;
}


/* MY ACCOUNT */
#accountContainer {
	padding: 100px 0;
	position: relative;
}
#accountContainer label {
	width: 100%;
}
#accountContainer label span {
	opacity: 0.6;
	line-height: 150%;
}
#accountContainer input[type="submit"],
#accountContainer input[type="button"] {
	line-height: 28px;
}
#activeChangeEmail,
#activeChangePassword {
	font-size: 85%
}
#changeEmail,
#changePassword {
	padding-top: 15px;
}
#changeEmail input[type="submit"],
#changePassword input[type="submit"] {
	margin-top: 8px;
}


/* MORE COMMENT THINGS */
.commentUsername {
	font-weight: 600;
}


/* FANCY BUTTON */
.fancy-button {
	background-color: #000000;
	padding: 0 4px;
	margin-left: 17px;
	margin-right: 17px;
	color: #fff;
	line-height: 31px;
	position: relative;
	-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border: 0;
}
.fancy-button:hover,
.fancy-button:focus,
.fancy-button:active,
.fancy-button:visited {
	color: #fff;
}
.fancy-button:before {
	background-color: transparent;
	background-image: url(../img/button-fancy-left-side.png);
	background-size: 100% 100%;
	width: 17px;
	height: 31px;
	content: ' ';
	position: absolute;
	left: -15px;
}
.fancy-button:after {
	background-color: transparent;
	background-image: url(../img/button-fancy-right-side.png);
	background-size: 100% 100%;
	width: 17px;
	height: 31px;
	content: ' ';
	position: absolute;
	right: -15px;
}


/* BLANK BUTTON */
.blank-button {
	background-color: transparent;
	-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border: 0;
}


/* CANCEL BUTTON */
.cancel-button {
	background-color: transparent;
	color: #e74c3c;
	padding: 0 4px;
	line-height: 31px;
	-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border: 0;
}


/* SIGN UP PAGE */
#signupFadedGuitar {
	position: absolute;
	top: 240px;
	left: -5%;
	max-height: 675px;
	opacity: 0.65;
}
#signupFadedPedalSteel {
	position: absolute;
	top: 240px;
	right: -5%;
	max-height: 675px;
	opacity: 0.65;
}
#signUpWrap {
	padding: 100px 0;
	position: relative;
}

#signUpWrap .subscription-plan-container .title-container {
	height: 75px;
	position: relative;
}
#signUpWrap .subscription-plan-container .title-container h3 {
	font-size: 1.8rem;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
#signUpWrap .subscription-plan-container .pricing-container  {
	height: 90px;
	position: relative;
}
#signUpWrap .subscription-plan-container .pricing-container .pricing {
	font-size: 2.6rem;
	font-weight: 800;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	line-height: 50%;
	padding-top: 10px;
}
#signUpWrap .subscription-plan-container .pricing-container .pricing span {
	font-size: 16px;
	font-weight: 600;
}
#signUpWrap .subscription-plan-container .details {
	height: 180px;
	position: relative;
}
#signUpWrap .subscription-plan-container .details .items-container {
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
}
#signUpWrap .subscription-plan-container .details .items-container .item {
	margin: 0 0 15px;
	padding: 0 15px;
	font-size: 95%;
	line-height: 120%;
}
#signUpWrap .subscription-plan-container .details .items-container .item:last-of-type {
	margin: 0;
}
#signUpWrap .subscription-plan-container .signup {
	position: relative;
	height: 130px;
	width: 100%;
}
#signUpWrap .subscription-plan-container .signup .inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
#signUpWrap .subscription-plan-container .signup .inner select {
	margin: 0 auto 10px;
	width: 90%;
}
#signUpWrap .subscription-plan-container .signup .inner img {
	margin-top: 10px;
}
@media(max-width:1199px){
	#signupFadedGuitar {
		left: -10%;
	}
	#signupFadedPedalSteel {
		right: -15%;
	}
}
@media(max-width:991px){
	#signupFadedGuitar {
		left: -30%;
	}
	#signupFadedPedalSteel {
		right: -35%;
	}
}
@media(max-width:543px){
	#signupFadedGuitar {
		display: none;
	}
	#signupFadedPedalSteel {
		display: none;
	}
	#signUpWrap .subscription-plan-container {
		margin-bottom: 15px;
	}
	#signUpWrap .form-inline button {
		margin-top: 8px;
	}
}
@media(min-width:1200px){
	#signupFadedGuitar,
	#signupFadedPedalSteel {
		display: none;
	}
	#signUpWrap .subscription-plan-container .title-container h3 {
		font-size: 1.6rem;
	}
	#signUpWrap .subscription-plan-container .pricing-container .pricing {
		font-size: 2rem;
	}
	#signUpWrap .subscription-plan-container .details .items-container .item {
		padding: 0 20px;
	}
	#signUpWrap .subscription-plan-container .signup .inner select {
		max-width: 78%;
	}
	#signUpWrap .subscription-plan-container .signup .inner button img {
		/* max-width: 80%; */
	}
}
#signUpWrap .form-control {
	margin-bottom: 15px;
}


/* UTILITIES */
.bg-dark-tan {
	background-color: rgba(0,0,0,0.2);
}
.hidden {
	display: none;
}
.bold {
	font-weight: 800;
}
.mt0 {
	margin-top: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.spacer {
	width: 100%;
	display: block;
}
.spacer-10 {
	height: 10px;
}
.spacer-20 {
	height: 20px;
}
.spacer-30 {
	height: 30px;
}
.spacer-40 {
	height: 40px;
}
.spacer-50 {
	height: 50px;
}
.spacer-60 {
	height: 60px;
}
.display-block {
	display: block;
	width: 100%;
	max-width: 450px;
}
@media(min-width:1200px){
	.pl0-xl {
		padding-left: 0;
	}
}
@media(max-width:991px){
	.auto-height-md-down {
		height: 40px !important;
	}
}


/* HELPER */
#helper {
	background-color: rgba(255, 255, 255, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
	z-index: 999999;
    position: fixed;
    display: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}


/* AUTOCOMPLETE */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
  z-index: 9999;
}
.ui-autocomplete .ui-menu-item {
	padding: 3px 10px;
	z-index: 999;
}
.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item:focus,
.ui-autocomplete .ui-menu-item:active {
	background-color: #eee;
	cursor: pointer;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}


/* STANDARD SECTION */
section#pageContainer {
	padding: 40px 0 0 0;
	position: relative;
	min-height: 310px;
}
@media(max-width:991px){
  section#pageContainer {
    background-color: #fff;
    margin-top: -42px;
  }
}
@media(max-width:575px){
  section#pageContainer {
    margin-top: -52px;
  }
}

#triggerGuitarSample,
#triggerPedalSteelSample,
#triggerGuitarSampleTitle,
#triggerPedalSteelSampleTitle {
	cursor: pointer;
}

.pick-slide-title {
  margin-bottom: 20px;
  font-size: 60px;
}
.green-text {
  color: #8dc63f;
}
.sample-video-title {
  margin-bottom: 45px;
  font-size: 48px;
}
.img-fluid {
  height: auto;
  width: 100%;
}
.highlights-heading {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.toolkit-button {
  border: 2px solid #f4825a;
  color: #f4825a;
  padding: 12px 30px;
  border-radius: 100px;
  font-size: 18px;
  display: inline-block;
  font-family: 'nouthen_extra_1regular';
  margin-top: 4px;
  background-color: #000;
  z-index: 11;
  position: relative;
}
.toolkit-button-arrow {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f4825a;
  top: calc(50% - 1px);
  display: inline-block;
  left: 0;
  right: 0;
  z-index: 9;
}
.toolkit-button-arrow:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f4825a;
  content: ' ';
  position: absolute;
  left: 0;
  top: -4.5px;
}
.toolkit-button-arrow:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f4825a;
  content: ' ';
  position: absolute;
  right: 0;
  top: -4.5px;
}
.sample-video-subtitle {
  margin-top: 26px;
  font-size: 36px;
  line-height: 0.8;
}
.sample-video-subtitle small {
  font-size: 24px;
}
#radyTrail > .container {
  padding-bottom: 85px;
  position: relative;
}
.jeff-rady-playing-guitar {
  position: absolute;
  width: 60% !important;
  right: 0;
  bottom: 0;
  height: auto;
}
.jeff-rady-playing-guitar .green-slanted-border {
  background-image: url('../img/newsletter-green-border.png');
  width: 338px;
  padding: 30px 50px;
  height: 211px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.jeff-rady-playing-guitar .green-slanted-border .newsletter-title-small {
  font-family: 'nouthen_extra_1regular';
  font-size: 26px;
}
.jeff-rady-playing-guitar .green-slanted-border .newsletter-title-large {
  font-family: 'nouthen_extra_1regular';
  font-size: 36px;
}
.jeff-rady-playing-guitar .photo-of-jeff {
  z-index: 11;
  pointer-events: none;
  position: relative;
}
h2.h1.sample-video-title + p.lead {
  margin-bottom: 40px;
}
.status-indicator + span {
  margin-top: 20px;
}
.status-row {
  margin-bottom: 9px;
}
.border-outer {
  border: 3px solid #8dc63f;
  border-radius: 20px;
  width: 100%;
  padding: 45px 35px 50px;
}
.special-box-title {
  transform: translateX(-50%);
  background-color: #f8f4ee;
  position: relative;
  display: inline-block;
  padding: 0px 15px;
  margin: 0 auto;
  width: auto;
  z-index: 9;
  left: 50%;
  top: 20px;
}
.choose-instrament-title {
  font-size: 50px;
}
@media(max-width:1199px){
  .choose-instrament-title {
    font-size: 40px;
    margin-top: 10px !important;
  }
}
.choose-instrament-subtitle {
  background-color: #222;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
  display: inline-block;
  position: relative;
  z-index: 11;
}
.choose-subtitle-arrow {
  position: absolute;
  width: calc(100% - 80px);
  height: 2px;
  background-color: #8dc63f;
  top: calc(50% - 1px);
  display: inline-block;
  left: 40px;
  right: 40px;
  z-index: 9;
}
.choose-subtitle-arrow:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #8dc63f;
  content: ' ';
  position: absolute;
  left: 0;
  top: -4.5px;
}
.choose-subtitle-arrow:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #8dc63f;
  content: ' ';
  position: absolute;
  right: 0;
  top: -4.5px;
}
.hit-the-trail-image {
  max-width: 315px;
  max-height: 63px;
  height: auto;
  width: 100%;
}
.choose-instrament-subtitle {
  color: #f4825a;
}
.choose-instrament-name {
  font-family: 'nouthen_extra_1regular';
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  white-space: nowrap;
}
.homepage-welcome-list {
  padding-left: 20px;
  font-size: 18px;
}
.toolkit-heading {
  font-size: 28px;
  margin-bottom: 0;
}
.newsletter-free-video {
  font-size: 17px;
  font-family: 'nouthen_extra_1regular';
  line-height: 24px;
  padding-left: 15px;
}
.green-slanted-border input[type="email"] {
  width: 100%;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  display: block;
  background-color: #fff;
  padding: 6px 10px;
  margin-bottom: 15px;
}
.btn-em {
  background-color: rgba(244,130,91,1);
  font-family: 'NimbusSanL-BoldCond';
  text-transform: uppercase;
  border-radius: 12px;
  padding: 6px 10px;
  color: #fff;
}
.btn-em:hover {
  background-color: rgba(244,130,91,0.75);
}
.btn-sub {
  background-color: rgba(204,204,204,1);
  font-family: 'NimbusSanL-BoldCond';
  text-transform: uppercase;
  border-radius: 12px;
  padding: 6px 10px;
  color: #fff;
}
.btn-sub:hover {
  background-color: rgba(204,204,204,0.75);
}
.btn-sub-gr {
  background-color: rgba(141,198,63,1);
  font-family: 'NimbusSanL-BoldCond';
  text-transform: uppercase;
  border-radius: 12px;
  padding: 6px 10px;
  color: #fff;
}
.btn-sub-gr:hover {
  background-color: rgba(141,198,63,0.75);
}
.btn-sub-blk {
  background-color: rgba(32,32,32,1);
  font-family: 'NimbusSanL-BoldCond';
  text-transform: uppercase;
  border-radius: 12px;
  padding: 6px 10px;
  color: #fff;
}
.btn-sub-blk:hover {
  background-color: rgba(32,32,32,0.75);
}
.margin-bottom-30 {
  margin-bottom: 32px;
}
p.lead {
  font-weight: normal;
  line-height: 1.5;
}
.bordered-outer p {
  line-height: 1.5;
  font-size: 17px;
}
.status-row span.text-uppercase {
  font-weight: 600;
}
.column-title {
  font-family: 'nouthen_extra_1regular';
}
.newsArticle {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}
.newsArticle > .bold,
.newsArticle > .bold a {
  display: block !important;
  position: relative;
  font-size: 24px;
  line-height: 1.5 !important;
}
.newsArticle > .bold + br {
  display: none;
}
.newsArticleDate {
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.5;
}
div.about > div,
#testimonials .testimonial {
  font-size: 18px;
  line-height: 1.5;
}
.newsArticle a > em {
  font-style: normal;
  color: #f4825b;
}
#testimonials .testimonial .blurb > span.bold {
  text-transform: uppercase;
}
.message-area {
  margin-top: 20px;
  font-weight: bold;
}
.login-extras {
	margin-top: 4px;
	text-transform: uppercase;
	font-size: .75em;
}
.font-weight-bold {
  font-weight: bold;
}
.text-white {
  color: #fff !important;
}
.text-muted {
  color: #999 !important;
}
.header-search {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ccc;
}

#footerLogo img {
	margin: 0;
}


/* Header Progress Bars */
#header .progress {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 0;
  height: 12px;
  margin: 6px 0;
}
#header .progress.progress-bar-1 {
  background-color: #e6f5f5;
  border-radius: 6px 0 0 6px;
}
#header .progress.progress-bar-1 .progress-bar {
  background-color: #91d4d4;
  border-radius: 6px 0 0 6px;
}
#header .progress.progress-bar-2 {
  background-color: #fee8c7;
}
#header .progress.progress-bar-2 .progress-bar {
  background-color: #fcb040;
}
#header .progress.progress-bar-3 {
  background-color: #fde4db;
  border-radius: 0 6px 6px 0;
}
#header .progress.progress-bar-3 .progress-bar {
  background-color: #f4825a;
}
#header .progress.progress-bar-3 .progress-bar[aria-valuenow="100"] {
  border-radius: 0 6px 6px 0;
}
#header .progress .progress-bar {
  height: 12px;
}
#header .progress.progress-bar-1:after,
.progress.progress-bar-2:after {
  content: ' ';
  position: absolute;
  right: -1px;
  background-color:
  #fff;
  height: 40px;
  width: 9px;
  top: -12px;
  transform: rotate(45deg);
  z-index: 99;
}


/* CATEGORY Progress Bars */
.lessonsProgress {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 6px;
  height: 12px;
  margin: 6px 0;
}
.lessonsProgress.lessonsProgress-bar-1 {
  background-color: #e6f5f5;
  border-radius: 6px;
}
.lessonsProgress.lessonsProgress-bar-1 .lessonsProgress-bar {
  background-color: #91d4d4;
  border-radius: 6px;
}
.lessonsProgress.lessonsProgress-bar-2 {
  background-color: #fee8c7;
}
.lessonsProgress.lessonsProgress-bar-2 .lessonsProgress-bar {
  background-color: #fcb040;
  border-radius: 6px;
}
.lessonsProgress.lessonsProgress-bar-3 {
  background-color: #fde4db;
  border-radius: 6px;
}
.lessonsProgress.lessonsProgress-bar-3 .lessonsProgress-bar {
  background-color: #f4825a;
  border-radius: 6px;
}
.lessonsProgress.lessonsProgress-bar-4 {
  background-color: #cccccc;
  border-radius: 6px;
}
.lessonsProgress.lessonsProgress-bar-4 .lessonsProgress-bar {
  background-color: #eaeaea;
  border-radius: 6px;
}
.lessonsProgress.lessonsProgress-bar-5 {
  background-color: #8ec640;
  border-radius: 6px;
}
.lessonsProgress.lessonsProgress-bar-5 .lessonsProgress-bar {
  background-color: #a9c47e;
  border-radius: 6px;
}
/*.lessonsProgress.lessonsProgress-bar-3 .lessonsProgress-bar[aria-valuenow="100"] {
  border-radius: 6px;
}*/
.lessonsProgress .lessonsProgress-bar {
  height: 12px;
}

/* Homepage media helpers */
@media(max-width:1199px){
  .pick-slide-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  #header .btn {
    font-size: 0.9rem;
    line-height: 1.28rem;
  }
  #radyTrail {
    padding: 50px 0 0;
  }
}
@media(max-width:991px){
  .pick-slide-title {
    margin-bottom: 10px;
  }
  .photo-of-jeff {
    width: 80%;
  }
  .newsArticle > .bold a {
    line-height: 1.25 !important;
	}
  #header .col-xs-8.col-xl-9.mt10 {
    margin-top: 0;
  }

  #primaryNavigation .navbar-nav .nav-item:first-of-type {
    margin-left: 0
  }
  #primaryNavigation .navbar-toggler.navbar-toggler-right.active {
    position: fixed;
    z-index: 100000;
    color: black;
    top: 20px;
    right: 25px;
    color: red;
  }
  #primaryNavigation .navbar-nav .nav-item:first-of-type {
    margin-top: 25%;
  }
  .img-fluid.header-image {
    margin-bottom: 10px;
  }
  #popularStatsWrap .col-xs-12:last-of-type .homepage-welcome-list {
    margin-bottom: 30px;
  }
  .toolkit-button-arrow {
    display: none;
  }
  .toolkit-button.text-uppercase {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .sample-video-title {
    margin-bottom: 20px;
  }
  .jeff-rady-playing-guitar {
    position: relative;
    width: 100% !important;
    margin-top: 50px;
  }
  #radyTrail > .container {
    padding-bottom: 0;
  }
  .choose-instrament-title {
    font-size: 36px;
    line-height: 24px;
  }
  .about img {
    max-width: 380px;
  }
  #footerLogo img {
    /* width: 100% !important; */
    /* height: auto !important; */
    margin-top: 20px;
  }
}
#toggleSearchForm {
  display: none;
}
@media(max-width:767px){
  .pick-slide-title {
    font-size: 36px;
  }
  .sample-video-title {
    font-size: 36px;
  }
  .photo-of-jeff {
    width: 70%;
  }
  .choose-instrament-subtitle {
    font-size: 16px;
    margin-top: 10px;
  }
  .choose-subtitle-arrow {
    top: calc(50% + 4px);
  }
  .choose-subtitle-arrow::before,
  .choose-subtitle-arrow::after {
    top: -4.5px;
  }
  .choose-instrament-name {
    margin-top: 10px;
  }
  .sample-video-title {
    font-size: 30px;
    line-height: 20px;
  }
  #whoIsExtras {
    padding: 50px 0 90px;
  }
  #headerLogo img {
    margin-top: 90px;
  }
  #footer-bottom a {
    color: #fff !important;
  }
  #footerLogo img {
    width: 160px !important;
    height: auto !important;
    margin-top: -20px;
  }
  .text-copyright {
    margin-top: 30px;
  }
  .social-media-column {
    margin-top: 25px;
  }
  #footer .nav {
    margin-bottom: 15px;
  }
  #footer .nav li {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
  }
  #footer .nav li a {
    text-transform: uppercase;
  }
  #searchProducts {
    display: none;
  }
  #searchProductsBox {
    margin-bottom: 0;
  }
  #toggleSearchForm {
    display: inline-block;
    float: right;
    width: 38px;
    position: relative;
    right: -5px;
  }
  .search-column {
    padding-right: 0;
  }
  .search-column .fa-search {
    color: #fff;
  }
  .navbar-toggler {
    position: relative;
    top: 10px !important;
  }
  #searchProducts {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding-top: 46px;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 99999;
  }
  .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    z-indeX: 99999;
  }
  #searchProducts input {
    width: calc(100% - 15px);
  }
  #searchProducts span {
    position: absolute;
    right: 15px;
    top: 10px;
  }
}
#primaryNavigation .navbar-nav  {
  white-space: nowrap;
}
#primaryNavigation .navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}
@media(max-width:991px){
  #primaryNavigation .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
}
@media(min-width:993px) and (max-width:1199px){
  .jeff-rady-playing-guitar .green-slanted-border {
    background-size: 100% 100%;
    padding: 32px 48px;
    width: 300px;
  }
  .jeff-rady-playing-guitar .green-slanted-border .newsletter-title-small {
    font-size: 22px;
  }
  .jeff-rady-playing-guitar .green-slanted-border .newsletter-title-large {
    font-size: 31px;
  }
}
#primaryNavigation .navbar-toggler {
  outline: 0;
  border: 0;
}
@media(max-width:767px){
  .message-area {
    margin-top: 0;
  }
  #primaryNavigation .navbar-toggler {
    top: 14px !important;
  }
  #header .btn {
    font-size: 0.69rem;
  }
  #footer #footer-bottom {
    padding-top: 85px;
  }
}
@media(max-width:575px){
  #primaryNavigation .navbar-toggler {
    top: 14px !important;
  }
  #primaryNavigation .navbar-toggler.active {
    top: 14px !important;
  }
  .sample-video-title {
    font-size: 24px;
    line-height: 24px;
  }
  .hit-the-trail-image {
    margin-top: 15px;
  }
  .choose-instrament-subtitle {
    font-size: 14px;
    line-height: 120%;
  }
  .choose-instrament-name {
    margin-top: 15px;
  }
  .jeff-rady-playing-guitar .green-slanted-border {
    background-size: 100% auto;
    padding: 15px 37px;
    height: 164px;
    width: 263px;
  }
  .jeff-rady-playing-guitar .green-slanted-border .newsletter-title-small {
    font-size: 20px;
    text-align: right;
  }
  .jeff-rady-playing-guitar .green-slanted-border .newsletter-title-large {
    font-size: 26px;
  }
  #loginContainer {
    max-width: 100%;
    background-size: 100% auto;
    left: calc(50% + 18px);
  }
  #headerLogo img {
    width: calc(100% + 16px) !important;
    height: auto !important;
    max-width: calc(100% + 16px) !important;
    margin-top: 20px !important;
    display: block;
  }
  .pick-slide-title {
    margin-bottom: 30px;
    font-size: 28px;
  }
  #loginContainer {
    background-size: 100% 100%;
    transform: translateX(-50%);
    max-width: 100%;
  	top: -75%;
  	left: 50%;
  	width: 450px;
  	height: 260px;
  	margin-top: 0;
  	margin-left: 0;
  	padding: 25px 15px;
  }
  #lessonsSection,
  #blogList,
  #faqList {
    padding-top: 65px;
  }
}
@media(max-width:375px){
  #loginContainer {
    height: 280px;
  }
  .jeff-rady-playing-guitar .green-slanted-border {
    background-size: 100% 100%;
    height: 150px;
    width: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .jeff-rady-playing-guitar .green-slanted-border .newsletter-title-small {
    font-size: 16px;
  }
  .jeff-rady-playing-guitar .green-slanted-border .newsletter-title-large {
    font-size: 21px;
  }
  #headerLogo img {
    max-width: 80px !important;
  }
}


.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}


/* Helpers added in 2020 */
.instructor-image-column {
  max-height: 520px;
}
.btn-sub-gr, .btn-em {
  font-size: 18px;
}
@media(max-width:757px){
  .hidden-xs {
    display: none;
  }
}


/* Button fix, header */
.btn {
  font-size: 1rem !important;
}
#header .btn {
  font-size: 1rem !important;
}
@media (max-width: 576px) {
  #header .btn {
    font-size: 0.9rem !important;
  }
}


/* Helper Updates */
#helper #helpermap {
	transform: translate(-50%,-50%);
	position: fixed;
	height: 430px;
	width: 500px;
	left: 50%;
	top: 50%;
}
#helper #helpermap form input.helperlink {
  position: fixed;
  display: block;
  width: 100%;
  opacity: 0;
}
#helper #helpermap form:nth-of-type(1) input.helperlink {
  height: 56px;
  top: 170px;
}
#helper #helpermap form:nth-of-type(2) input.helperlink {
  height: 56px;
  top: 226px;
}
#helper #helpermap form:nth-of-type(2) + a {
  position: fixed;
  display: block;
  width: 100%;
  height: 126px;
  top: 282px;
}

.special-height {
	height: 30px;
}

#headerSearchMobile {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 5px 0 0;
}

@media(max-width:991px){
  header {
      background-color: #f8f4ee;
  }
  #header {
      background-position: 50% 85px;
      background-color: #fff;
      height: 138px;
  }
  #headerLogo img {
      margin: 20px 0 10px 0;
  }
}
@media(max-width:768px){
  #headerLogo img {
      margin: 45px 0 10px 0;
  }
  #primaryNavigation .navbar-toggler {
  top: 17px !important;
  }
}
@media(max-width:575px){
  #header {
      background-position: 50% 75px;
      height: 128px;
  }
  #headerLogo img {
      margin: 5px 0 0 0 !important;
      margin-top: 5px !important;
      max-width: 80px !important;
  }
  #chooseInstrument {
  padding-top: 0 !important;
  }
}