/* beta */
input[type="submit"] { -webkit-appearance: none; -webkit-border-radius: 0px; }
html { overflow-y: scroll; }

body.public-page.page-demo-login .panel-col-first,
body.public-page.page-demo-login .panel-col-last,
body.public-page.page-demo-login #header,
body.public-page.page-demo-login #footers,
body.public-page.page-demo-login #public-video,
div.panel-pane.pane-page-tabs,
body.public-page.page-demo-login #top-items {
  display: none;
}

.panel-pane .pane-title {
  display: none;
}
body.node-type-blog .panel-pane .pane-title {
  display: block;
}

body {
  min-width: 1280px;
  overflow: hidden;
/*
}

body.public-page {
*/
  margin: 0;
  padding: 0;
  background: black;
  font-family: 'Lato', sans-serif;

  /* per Mark Ruch 02/18/15 */
  /* font-weight: 300; */
  font-weight: 400;

  color: #333;
  letter-spacing: 1px;
  position: relative;
  top: 0;
  right: 0;
}

body, table {
  font-size: 15px;
}

body.public-page #content-main {
  width: 1280px;
  position: static;
}

body.section-forum,
body.section-og-forum {
  min-width: 0;
  font-size: 13px;
  background: white !important;
}
body.section-forum .forum-post {
    margin-top: 0;
    padding: 0 25px;
}

.panel-3col-stacked .panel-col .inside,
.panel-3col-stacked .panel-col,
body.public-page #content-main #public-page {
  width: auto;
  background: white;
  padding: 0;
  margin: 0;
  border: none;
}
.public-page .pane-node-body {
  padding: 0;
}
.messages {
  position: absolute;
  top: 435px;
  left: 240px;
  text-align: center;
  width: 800px;
  font-weight: bold;
  z-index: 2;
}
body.login .messages {
  top: 40px;
}
.messages.status {
  background: #bfb;
  border: 1px solid green;
  padding: 2px;
  width: 780px;
}

.form-item {
  margin: 40px 0 20px;
}
.form-item label {
  margin: 10px 0;
  font-size: 16px;
  color: #246d9a;
}
.form-item input,
.form-item textarea {
  font-size: 16px;
  padding: 7px;
  width: 400px;
  box-shadow: 0 0 9px #BBBBBB;
  border: 1px solid #ccc;
}
.form-item input[type="radio"],
.form-item input[type="checkbox"] {
  width: 40px;
}
#edit-submit {
  padding-top: 30px;
}
#as-featured {
  margin: 125px 0 30px;
}
#v2-contact-us {
  margin: 75px 0;
}
tbody { border: none; }

h1 {
  font-size: 150%;
  font-weight: inherit;
  text-align: center;
  color: #333;
	line-height: 140%;
  margin-top: 0;
}
h2 {
  font-size: 325%;
  font-weight: inherit;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
h2.closer {
  letter-spacing: 0.5px;
}
h3 {
  font-size: 150%;
  font-weight: inherit;
  text-align: center;
  color: #333;
	line-height: 140%;
  margin-top: 0;
}
p {
  font-size: 120%;
}
h4 {
  font-size: 110%;
  font-weight: inherit;
  text-align: center;
  color: #444;
	line-height: 120%;
  margin-top: 0;
}
a:link,
a:visited {
	text-decoration: none;
  color: white;
  outline: 0;
}
body.page-cart a:link, body.page-cart a:visited {
  /* color: black; */
}
body.page-cart #checkoutmain a:link, body.page-cart a:visited {
  color: blue;
}
body.page-cart table a:link, body.page-cart table a:visited {
  Xtext-decoration: underline;
}
a:hover {
/*	text-decoration: underline; */
}
#name-reviews a:link,
#name-reviews a:visited {
  /* color: blue; */
}
.cb {
	clear: both;
}
.larrow {
	display: inline-block;
	background: url(images/larrow.png);
	width: 57px;
	height: 80px;
	position: absolute;
	left: 0px;
}
.larrow:hover {
	background: url(images/larrow_over.png);
}
.larrow:active {
  background: url(images/larrow_active.png);
}
.rarrow {
	display: inline-block;
	background: url(images/rarrow.png);
	width: 57px;
	height: 80px;
	position: absolute;
	Xleft: 1223px;
	right: 0;
}
.rarrow:hover {
	background: url(images/rarrow_over.png);
}
.rarrow:active {
  background: url(images/rarrow_active.png);
}
.signup-button {
	display: block;
	float: right;
	background: #db4a39;
	color: white;
	padding: 10px 30px;
	text-align: center;
}
.signup-button.hs-cta-wrapper {
  padding: 0;
}
.signup-button.small {
  font-size: 14px;
  padding: 5px 25px;
  margin-bottom: 25px;
}
.signup-button:hover {
	background: #ff5642;
  color: white;
}
.signup-button:active {
	background: #ae3223;
  color: white;
}
.menu-button {
	display: block;
	float: right;
	background: #6f717b;
	color: white;
	padding: 8px 30px;
	text-align: center;
}
.menu-button:hover {
	background: #989ba9;
}
.menu-button:active {
	background: #4d4f56;
}

#theheader {
  background: none;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 98;
}
#theheader-inner {
	width: 1230px;
  height: 53px;
	padding: 12px 0 0 50px;
	margin: auto;
  position: relative;
  right: 0;
  Xbackground: black;
  background: rgba(0,0,0,.85);
}
#theheader-inner #topbuttons {
	float: right;
	color: #ccc;
}
#theheader #topbuttons td {
	padding: 0 7px;
  white-space: nowrap;
}
#theheader #topbuttons td.signup {
	padding: 0 15px 0 10px;
}
#theheader #topbuttons td.nopadding {
	padding: 0;
}
#theheader #topbuttons a {
	color: #fff;
  font-size: 17px;
}
#theheader #topbuttons a:hover {
	color: #c3c7d9;
}
#theheader #topbuttons a:active {
	color: #888a94;
}
#loginlock {
	vertical-align: middle;
}
#theheader #topbuttons .signup-button,
#theheader #topbuttons .menu-button {
  color: white;
  font-size: 15px;
}
#theheader #topbuttons .signup-button:hover,
#theheader #topbuttons .menu-button:hover {
  border: none;
}
#theheader-menu {
  float: right;
  font-size: 90%;
  margin-top: 8px;
  height: 40px;
}
#theheader-menu ul.menu,
#theheader-menu ul.menu ul.sub-menu {
    padding:0;
    margin: 0;
}
#theheader-menu ul.menu ul.sub-menu {
    padding-bottom: 7px;
    background: none repeat scroll 0 0 rgb(31, 32, 36);
}
#theheader-menu ul.menu li,
#theheader-menu ul.menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
#theheader-menu ul.menu ul.sub-menu li {
  border-bottom: 1px solid #444;
  margin: 0 10px;
}
#theheader-menu ul.menu ul.sub-menu li:last-child {
  border: none;
}
/*Link Appearance*/
#theheader-menu ul.menu li a,
#theheader-menu ul.menu li ul.sub-menu li a {
    text-decoration: none;
    color: #eee;
    padding: 5px;
    display:inline-block;
}
#theheader-menu ul.menu > li > a {
    padding-bottom: 15px;
    border-bottom: 3px solid transparent;
}
#theheader-menu ul.menu > li.selected > a {
    border-bottom-color: #ccc;
}
#theheader-menu ul.menu li ul.sub-menu li a {
    background: none repeat scroll 0 0 rgb(31, 32, 36);
    opacity: 0.9;
    display: inline-block;
    width: 100px;
}
/* #theheader-menu ul.menu li ul.sub-menu li a:hover, */
#theheader-menu ul.menu > li:hover > a,
#theheader-menu ul.menu li ul.sub-menu a:hover {
    color: #989ba9;
}
/*Make the parent of sub-menu relative*/
#theheader-menu ul.menu li {
    position: relative;
}
#theheader-menu ul.menu > li {
    height: auto;
}
#theheader-menu ul.menu > li:hover {
    height: 95px;
}
/*sub menu*/
#theheader-menu ul.menu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: -6px;
}
#theheader-menu ul.menu li:hover ul.sub-menu {
    display: block;
}

#menu {
  position: absolute;
  top: 0;
  right: -540px;
  width: 540px;
  background: black;
  z-index: 99;
}

#menu.showing {
  box-shadow: -3px 5px 15px #000;
}
#menu-inner {
  padding-top:10px;
  margin-bottom: 20px;
}
#menu-inner div {
  font-size: 130%;
}
#menu a {
  display: block;
  padding: 15px 0 15px 50px;
  font-weight: bold;
  color: #c3c7d9;
}
#menu #followus {
  padding-left: 50px;
  color: white;
  font-size: 115%;
  line-height: 200%;
}
#menu #followus a {
  display: inline;
  padding: 0;
}
#menu #menuschools {
  font-size: 16px;
}
#menu #menuschools h2 {
  font-size: 16px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	margin-bottom: 17px;
  text-align: left;
  padding-left: 50px;
  padding-top: 25px;
}
#menu #menuschools a {
  font-weight: inherit;
  padding: 0 0 10px 50px;
  width: 520px;
}

#menu a#closemenu {
  display: none;
  height: 38px;
  width: 38px;
  color: white;
  position: fixed;
  right: 15px;
  top: 15px;
  font-size: 180%;
  font-weight: inherit;
  text-align: center;
  padding: 0;
}
#menu a:hover {
  color: white;
}

.front .pane-content {
  position: relative;
}

#cover {
}
#cover-inner {
  width: 1280px;
  overflow: hidden;
  height: 534px;
  margin: auto;
  position: relative;
}
#cover-inner-scroller {
	position: absolute;
	top: 0;
	left: 0;
	width: 3840px;
	height: 625px;
}
#allcovers {
	position: absolute;
	top: 0;
	left: -1280px;
}
.acover {
  float: left;
  width: 1280px;
  height: 625px;
  position: relative;
  background-repeat: no-repeat;
  background-position: -70px 0;
  background-color: black;
}
.acover:hover {
  cursor: pointer;
}
.acover .acover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1280px;
  overflow: hidden;
}
#cover-inner .cover-content {
	position: relative;
	top: 180px;
	left: 600px;
	width: 600px;
  border-radius:3px;
  background-color: rgba(40,40,40,0.6);
}
.cover-content h1,
.cover-content h2,
.cover-content h3 {
	text-align: left;
  font-weight: 100;
}
.cover-content h1,
.cover-content h2 {
	color: white;
}
.cover-content h2.school {
	font-size: 200%;
  line-height: 150%;
  margin-bottom: 40px;
}
.cover-content h1,
.cover-content h3 {
	Xcolor: #eff4f6;
	font-size: 175%;
}
.cover-button {
	display: block;
	background: #db4a39;
	color: white;
	padding: 16px 20px;
	width: 190px;
	text-align: center;
  font-size: 110%;
}
.cover-button:hover {
	background: #ff5642;
	color: white;
}
.cover-button.grey:hover {
	background: #8f919b;
}
.cover-button:active {
	background: #ae3223;
	color: white;
}
#larrow-cover,
#rarrow-cover {
  top: 290px;
}

#how {
}
#how-inner {
  padding: 20px 0 95px;
  background: white;
  width: 1280px;
  margin: auto;
}
#how-inner h1 {
  font-size: 200%;
}
#howplayer_wrapper {
  padding-top: 25px;
  margin: auto;
}

#samples {
}
#samples-inner {
  background: #e8eaf6;
  width: 1250px;
  margin: auto;
  padding: 40px 15px;
  padding-bottom: 75px;
  position: relative;
  text-align: center;
}
#closesamples {
  display: block;
  background: #a5a9b8;
  height: 32px;
  width: 32px;
  color: #e8eaf6;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 180%;
  text-align: center;
  padding-left: 1px;
}
#samples-inner h2 {
  margin: 25px auto 10px;
  font-size: 250%;
}
.sample-container {
  width: 200px;
  height: 210px;
  xfloat: left;
  display: inline-block;
  margin: 10px 4px;
  background: white;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
}
.sample-container:hover {
  background: #40414a;
  cursor: pointer;
}
.sample-container:active {
  background: black;
}
.sample-image {
  height: 139px;
  background: lightgrey;
}
.sample-title {
  color: #2f353d;
  font-weight: bold;
  margin: 12px 0 0;
  font-size: 90%;
  padding: 0 10px;
}
.sample-with {
  color: #444;
  font-size: 75%;
}
.sample-container:hover .sample-title,
.sample-container:hover .sample-with {
  color: white;
}

#watch {
/* 	background: #ebeeff; */
}
#watch-inner {
  background: #ebeeff;
  width: 1280px;
	padding: 55px 0 65px;
	margin: auto;
}
#watch table {
  background: #ebeeff;
	margin: auto;
}
#watch table td {
	width: 390px;
	text-align: center;
	padding: 0 25px;
}
.watchlogo-container {
	height: 112px;
}
.watchlogo {
	opacity: .25;
	filter: alpha(opacity=25);
}
.watchhdg {
	margin-top: 60px;
	font-size: 130%;
	font-weight: bold;
}
.watchcopy {
	margin-top: 10px;
	color: #333444;
	line-height: 150%;
}

#pricing {
/* 	background: black; */
}
#pricing-inner {
  height: 720px;
  width: 1280px;
  background-repeat: no-repeat;
  background-image: url(images/plans.jpg);

/*
  keep Howard in the view
  background-position: center 0;
*/
  background-position: left 0;

  background-color: black;
  margin: auto;
}

#pricing-inner:hover {
  cursor: pointer;
}
#pricing-inner h2,
#pricing-inner h3 {
	color: #eee;
}
#pricing-inner h2 {
	padding-top: 310px;
}

#testimonials {
}
#testimonials-inner {
  background: white;
  width: 1280px;
  margin: auto;
	padding: 50px 0 70px;
}
#testimonials-inner table {
	margin: 30px auto 0;
  width: 1101px;
}
#testimonials-inner table td.testimonial {
  width: 347px;
  background: #f1f5f9;
  height: 458px;
}
#testimonials-inner table td.testimonialspacer {
  width: 30px;
}
#testimonials-inner table h2 {
	color: #356b99;
	font-size: 105%;
	font-weight: bold;
	padding-top: 40px;
	text-align: left;
}
#testimonials-inner table h3 {
	font-size: 90%;
	text-align: left;
  letter-spacing: 1px;
  font-style: italic;
}
.testimonial-content {
  padding: 20px;
  margin-top: 15px;
}
#testimonials-button {
	display: block;
	background: #db4a39;
	color: white;
	padding: 16px 20px;
	width: 180px;
	text-align: center;
	margin: auto;
	margin-top: 70px;
}
#testimonials-button:hover {
	background: #f55e3f;
	color: white;
}
#testimonials-button:active {
	background: #ae3223;
	color: white;
}

#news {
/* 	background: black; */
}
#news-inner {
  height: 611px;
  width: 1280px;
  background-repeat: no-repeat;
  background-image: url(images/newsbg.jpg);
  background-position: center 0;
  background-color: black;
	margin: auto;
  overflow: hidden;
  position: relative;
}
#news-inner h2 {
	padding-top: 115px;
	color: white;
}
#news-inner-scroller {
	position: absolute;
	top: 250px;
	left: 0;
	width: 3060px;
	height: 197px;
}
#allnews {
	position: absolute;
	top: 0;
	left: -524px;
}
.anews {
  float: left;
  height: 197px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #ebeeff;
  margin: 0 14px;
}
.anews:hover {
  background-color: #40414a;
  cursor: pointer;
}
.anews:active {
  background-color: black;
}
.anews-img {
  width: 197px;
  height: 197px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
}
.anews-copy {
  padding: 40px;
  float: right;
  width: 277px;
}
.anews-hdg {
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
  line-height: 130%;
}
.anews:hover .anews-hdg,
.anews:active .anews-hdg {
  color: white;
}
.anews-blurb {
  font-size: 85%;
  color: #585b66;
  height: 40px;
  width: auto;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 150%;
}
.anews:hover .anews-blurb,
.anews:active .anews-blurb {
  color: #a5a9b8;
}
.anews-readmore {
  font-size: 85%;
  color: #356b99;
}
.anews:hover .anews-readmore,
.anews:active .anews-readmore {
  color: #d3d8eb;
}
#larrow-news,
#rarrow-news {
  top: 310px;
}

#resources {
}
#resources-inner {
	width: 1280px;
  background: white;
	padding: 50px 0 70px;
  margin: auto;
}
#resources-inner table {
	margin: 30px auto 0;
  width: 1101px;
}
#resources-inner table td.resource {
  width: 347px;
}
#resources-inner table td.resource:hover {
  cursor: pointer;
}
#resources-inner table td.resourcespacer {
  width: 30px;
}
#resources-inner table h2 {
	color: #356b99;
	font-size: 105%;
	font-weight: bold;
	padding-top: 40px;
	text-align: left;
}
#resources-inner table h3 {
	font-size: 94%;
	text-align: left;
  letter-spacing: 1px;
}

#footer1 {
}
#footer1-inner1 {
  background: #353639;
	width: 1280px;
}
#footer1-inner2 {
	width: 1180px;
	padding: 25px 0;
  margin: auto;
}
#footer1-inner2 span.signup {
  float: right;
  margin-right: 10px;
}
#footer1 table td {
	padding: 10px 25px 0 0;
}
#footer1 table a {
	color: #c3c7d9;
}
#footer1 table a:hover {
	color: #e5eaff;
}
#footer1 table a#awfooterlink {
	color: #999;
}
#footer1 table a#awfooterlink:hover {
	color: #ccc;
}

#footer2 {
  background: black;
}
#footer2-inner1 {
	width: 1280px;
	padding-top: 40px;
}
#footer2-inner2 {
	width: 1100px;
	margin: auto;
}
#footer2 h2,
#footer2 .footeritems {
	text-align: left;
	font-size: 11px;
}
#footer2 h2 {
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	margin-bottom: 17px;
}
#footer2 .footeritems,
#footer2 .footeritems a {
	margin-bottom: 35px;
	color: #cfd4e6;
	line-height: 225%;
  letter-spacing: 1px;
}
#footer2 .footeritems a:hover {
  color: white;
}

/* subpages */

#main {
  width: 1280px;
  margin: auto;
  margin-top: 65px;
}
#subheader {
  background: #edf1f5;
	margin: auto;
  width: 1280px;
  border-bottom: 1px solid #333;
  display: none;
}
body.subheader #subheader {
  display: block;
}
#subheader-inner {
	width: auto;
	margin: auto;
  color: black;
  padding-left: 25px;
}
#subheader-inner a,
#subheader-inner .pseudolink {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 25px;
  border-bottom: 3px solid #edf1f5;
  height: 17px;
}
#subheader-inner .pseudolink ul {
  display: none;
  position: absolute;
  top: 70px;
  left: 0px;
  background: #edf1f5;
  padding: 10px 0;
  border-top: 1px solid black;
  list-style-type: none;
}
#subheader-inner .pseudolink:hover ul {
  display: inline;
}
#subheader-inner .pseudolink li {
  text-align: left;
}
#subheader-inner .pseudolink a {
  padding: 10px 25px;
  white-space: nowrap;
}
#subheader-inner .pseudolink {
  position: relative;
}
#subheader-inner a:hover {
  color: #989ba9;
}
#subheader-inner a.selected:hover {
  color: black;
}
#subheader-inner > a:active,
#subheader-inner .pseudolink:hover,
#subheader-inner a.selected {
  border-bottom-color: red;
  cursor: pointer;
}
#subheader-menu {
  position: absolute;
  top: 55px;
  right: 30px;
  font-size: 110%;
}
#subheader-inner #subheader-menu a {
  color: #eee;
  margin-left: 15px;
  padding: 0;
  border: none;
  height: auto;
  display: inline;
}
#subheader-inner #subheader-menu a:hover {
  color: #989ba9;
}
#subheader-inner #subheader-menu a .supertri {
  font-size: 50%;
  position: relative;
  top: -8px;
  left: -6px;
}
#subheader-school {
  position: absolute;
  top: 10px;
  xleft: 30px;
  right: 680px;
  width: 420px;
  text-align: center;
}
#subheader-school.wide,
body.school-89875 #subheader-school {
  right: 620px;
  width: 480px;
}
#subheader-school .school {
  font-size: 300%;
  font-family: "QuadratSM", sans-serif;
  color: white;
  xmargin-left: 25px;
  margin-top: 25px;
}
#subheader-school .teacher {
  xcolor: #bbb;
  xtext-align: right;
  xpadding-right: 20px;
  color: #eee;
  font-size: 17px;
  margin-top: -7px;
}
#masthead {
  height: 220px;
  background-position: center top;
}
#masthead.login {
  background-image: none;
  height: auto;
  font-size:70%;
}
#masthead.login h1 {
  padding-top: 30px;
  color: #333;
  text-shadow: none;
}
#masthead.about-us {
  background-image: url(images/mastheadbg/aboutushdr.jpg);
}
#masthead.blog {
  background-image: url(images/mastheadbg/bloghdr.jpg);
}
#masthead.cart {
  background-image: url(images/mastheadbg/carthdr.jpg);
  height: 145px;
}
#masthead.contact {
  background-image: url(images/mastheadbg/contacthdr.jpg);
}
#masthead.gift-certificates {
  background-image: url(images/mastheadbg/gifthdr.jpg);
}
#masthead.guarantee {
  background-image: url(images/mastheadbg/guaranteehdr.jpg);
}
#masthead.legal {
  background-image: url(images/mastheadbg/legalhdr.jpg);
}
#masthead.plans {
  background-image: url(images/mastheadbg/planshdr.jpg);
}
#masthead.press {
  background-image: url(images/mastheadbg/presshdr.jpg);
}
#masthead.samples {
  background-image: url(images/mastheadbg/sampleshdr.jpg);
}
#masthead h1,
#masthead h2 {
  font-size: 300%;
  font-weight: inherit;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3px;
  padding-top: 30px;
  color: white;
  letter-spacing: 0.5px;
}
#masthead.plans h1,
#masthead.plans h2 {
  padding-top: 35px;
}
#masthead.cart h1,
#masthead.cart h2 {
  padding-top: 27px;
}
#masthead h3 {
  color: #cfd4e5;
  font-size: 160%;
  font-weight: inherit;
  letter-spacing: 2.8px;
  line-height: 135%;
  margin-top: 0;
  text-align: center;
}
#masthead.plans h3 {
  font-size: 150%;
  line-height: 160%;
}
#masthead h1,
#masthead h2,
#masthead h3 {
  text-shadow: 0 2px 1px #333;
}
#content {
  background: white;
}
#content-inner {
  width: 1100px;
  margin: auto;
  padding: 70px 0 170px;
}
#content a {
  color: #246d9a;
}
#content-inner h2 {
  font-size: 300%;
}
.team1 {
  background: #ebeeff;
}
.team2 {
  background: #f1f5f9;
}

/* inner pages */
.whitebg {
  background: white;
}
.lightbluebg {
  background: #ebeeff;
}
.offwhitebg {
  background: #f1f5f9;
}
.inner-public-inner {
  width: 1100px;
  margin: auto;
  padding: 60px 0;
}
.inner-public-inner.shorttop {
  padding-top: 0px;
}
.inner-public-inner.shortbottom {
  padding-bottom: 0px;
}
.inner-public h2 {
  padding-top: 50px;
}
.execcopy {
  display: table-cell;
  vertical-align: middle;
  height: 227px;
}
.exec img {
  float: left;
  width: 186px;
  height: 227px;
  margin-right: 30px;
  border: 1px solid grey;
}
.execnametitle {
  color: #246d9a;
  margin-bottom: 30px;
  font-size: 22px;
}
.execname {
  font-weight: bold;
}

.plan_boxes {
  width: 792px;
  margin: auto;
  padding-top: 30px;
}
.plan_box,
.under_plan_box {
  width: 200px;
  height: 210px;
  background: white;
  margin: 0 32px;
  border-bottom: 1px solid #ccc;
  float: left;
  position: relative;
  text-align: center;
}
.plan_box.bestplan {
  background: url(images/bestplanbg.png);
}
.plan_box.anime:hover {
  background: #40414a;
}
.plan_box.anime:active {
  background: black;
}
#bestplan {
  background: url(images/bestplan.png);
  width: 79px;
  height: 79px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
}
.plan_box .plan_price {
  color: #555;
  font-size: 400%;
  letter-spacing: -1px;
  margin: 55px 0 20px;
}
.plan_box.anime:hover .plan_price {
  color: white;
}
.plan_box.bestplan .plan_price {
  color: #e6b33b;
}
.plan_box .plan_membership {
  color: #222;
  font-size: 90%;
  font-weight: bold;
}
.plan_box.anime:hover .plan_membership {
  color: white;
}
.plan_box .plan_renews {
  color: #999;
  font-size: 75%;
}
.plan_box .activeplan {
  background: url(images/activeplan.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.plan_box.anime:active .activeplan {
  display: block;
}
.under_plan_box {
  background: none;
  font-size: 75%;
  line-height: 150%;
  color: #333;
  border: none;
  height: auto;
  padding-bottom: 70px;
}
.under_plan_box_price {
  font-weight: bold;
  color: green;
}

.school_boxes {
  margin: auto;
  padding: 20px 0 70px;
  width: 1100px;
  text-align: center;
}

.school_box {
   width: 347px;
   height: 302px;
   background: #FFF none repeat scroll 0% 0%;
   margin: 15px 8px;
   border-bottom: 1px solid #CCC;
   Xfloat: left;
   display: inline-block;
   position: relative;
   text-align: center;
   overflow: hidden;
}

.school_box .school_image {
  width: 347px;
  height: 157px;
}

.school_box .school_image#paulgilbert {
  background: url(images/choose/paul-gilbert.jpg);
}
.school_box .school_image#bryansutton{
  background: url(images/choose/bryan-sutton.jpg);
}
.school_box .school_image#andreasoberg{
  background: url(images/choose/andreas-oberg.jpg);
}
.school_box .school_image#andyhall{
  background: url(images/choose/andy-hall.jpg);
}
.school_box .school_image#martintaylor {
  background: url(images/choose/martin-taylor.jpg);
}
.school_box .school_image#jasonvieaux {
  background: url(images/choose/jason-vieaux.jpg);
}
.school_box .school_image#nathaneast {
  background: url(images/choose/nathan-east.jpg);
}
.school_box .school_image#johnpatitucci {
  background: url(images/choose/john-patitucci.jpg);
}
.school_box .school_image#missyraines {
  background: url(images/choose/missy-raines.jpg);
}
.school_box .school_image#tonytrischka {
  background: url(images/choose/tony-trischka.jpg);
}
.school_box .school_image#mikemarshall {
  background: url(images/choose/mike-marshall.jpg);
}
.school_box .school_image#darolanger {
  background: url(images/choose/darol-anger.jpg);
}
.school_box .school_image#justinbua {
  background: url(images/choose/justin-bua.jpg);
}
.school_box .school_image#christiepeery {
  background: url(images/choose/christie-peery.jpg);
}
.school_box .school_image#jeffreykhaner {
  background: url(images/choose/jeffrey-khaner.jpg);
}
.school_box .school_image#ricardomorales {
  background: url(images/choose/ricardo-morales.jpg);
}
.school_box .school_image#williamcaballero {
  background: url(images/choose/william-caballero.jpg);
}
.school_box .school_image#davidbilger {
  background: url(images/choose/david-bilger.jpg);
}
.school_box .school_image#nathancole {
  background: url(images/choose/nathan-cole.jpg);
}
.school_box .school_image#luisconte {
  background: url(images/choose/luis-conte.jpg);
}
.school_box .school_image#djqbert {
  background: url(images/choose/dj-qbert.jpg);
}
.school_box .school_image#howardlevy {
  background: url(images/choose/howard-levy.jpg);
}
.school_box .school_image#jeanniedeva {
  background: url(images/choose/jeannie-deva.jpg);
}
.school_box .school_image#chuckloeb {
  background: url(images/choose/chuck-loeb.jpg);
}

.school_box .school_instrument {
  color: #444;
  font-weight: bold;
  padding-top: 13px;
}

.school_box .school_teacher {
  color: #444;
  font-size: 85%;
}

.school_box .school_links {
  padding-top: 10px;
  line-height: 145%;
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.school_box .school_links a {
  color: #558bb9;
  font-size: 85%;
  padding-left: 20px;
  font-weight: bold;
}

.school_box .school_links a.school_buy_gift,
.school_box .school_links a.school_redeem_gift {
  color: red;
}

.school_box .school_explore {
  background: url(images/magglass.png) no-repeat;
}

.school_box .school_sample {
  background: url(images/sample.png) no-repeat;
}

.school_box .school_join {
  background: url(images/thumbup.png) no-repeat;
}

.school_box .school_buy_gift {
  background: url(images/buy-gift.png) no-repeat;
}

.school_box .school_redeem_gift {
  background: url(images/redeem-gift.png) no-repeat;
}

.presstable1 {
  margin: 50px auto 0;
}
.presstable1 td {
  width: 350px;
  font-weight: bold;
  line-height: 250%;
  text-align: center;
}
.presstable1 td a {
  color: #333;
}

h2#mainblurb { font-size: 325%; }

#subblurb,
#lessonssubhdr,
#samplestop,
#reviewssubhdr { text-align: center; }

#howitworkstable {
  width: 100%;
  margin-bottom: 60px;
}

#howitworkstable td.lightbluebg {
  text-align: center;
  padding: 30px 30px 60px;
  font-size: 90%;
  width: 280px;
}

#school-lesson-tabs {
  padding-top: 21px;
  padding-left: 2px;
  overflow: hidden;
}
#school-lesson-tabs a {
  display: block;
  float: left;
  width: 165px;
  color: #333;
  padding: 15px 5px;
  border-top: 3px solid #ebeeff;
  font-weight: bold;
  text-align: center;
}
#school-lesson-tabs a.selected {
  background: white;
  border-top-color: red;
  box-shadow: 0 0 2px black;
}
#school-lessons table td {
  padding: 0 20px 20px 0;
  font-size: 90%;
  width: 33%;
}
#school-lessons .lessontablehdr {
  font-weight: bold;
  margin: 30px 0;
}

#about {
  height: 791px;
  background-color: black;
}
#about.paul-gilbert {
  background: url(images/paul-gilbert-about-bg.png);
}
#aboutcontent {
  position: relative;
  top: 135px;
  left: 50px;
  color: white;
  width: 450px;
}
#aboutcontent h2 {
  text-align: left;
}
#aboutcontent p {
  font-size: 90%;
}
#aboutcontent .signup-button {
  float: left;
  margin-top: 30px;
}

/* for drupal admin */
form#node-form {
  width: 1280px;
  margin: auto;
  background: white;
  padding-top: 135px;
}

form#node-form > div {
  margin: 10px 10px 0;
}

form#node-form legend a {
  color: #246d9a;
}

form#node-form .form-item {
  margin: 1em 0;
}

form#node-form .form-item input {
  width: auto;
}

form#node-form .form-item textarea,
form#node-form .form-item input:not([type="checkbox"]) {
  width: 97%;
}

/* hubspot signup button correction */
td.signup a span,
span.signup a span {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300;
  font-size: 15px !important;
  position: relative;
  top: -2px;
  -webkit-text-stroke: 1px !important;
}
.cta_button { padding-top: 4px !important; }

#thenotfixed { position: relative; }
#thenotfixed-inner { position: relative; width: 1280px; margin: auto; background: white; }

#blk-views-aw_press_item_view-block_1 {
  margin-top: 80px;
  border: 1px solid #ccc;
}
#blk-views-aw_press_item_view-block_1 > .content {
  color: #484b56;
  height: 600px;
  overflow: hidden;
  margin: 15px;
  position: relative;
}
#blk-views-aw_press_item_view-block_1 > .content > .view {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 15px;
}
#blk-views-aw_press_item_view-block_1 .views-field-field-awpress-thumbnail-fid {
  float: left;
  margin-right:25px;
  margin-bottom: 25px;
  width: 170px;
  height: 95px;
  text-align: center;
}
#blk-views-aw_press_item_view-block_1 .views-field-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
}
#blk-views-aw_press_item_view-block_1 .views-field-body,
#blk-views-aw_press_item_view-block_1 .views-field-body *,
#blk-views-aw_press_item_view-block_1 .views-field-field-awpress-link-url,
#blk-views-aw_press_item_view-block_1 .views-field-field-awpress-link-url * {
  display: inline;
  line-height: 150%;
  font-size: 15px;
  letter-spacing: 1px;
}
#blk-views-aw_press_item_view-block_1 .views-field-field-awpress-link-url a {
  color: #356b99;
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
}
#awpress-scroller {
  display: none;
  text-align: center;
  padding-top: 15px;
}
#awpress-scroller a {
  color: #666;
  font-size: 26px;
}
#awpress-scroller a.disabled {
  color: #ccc;
}

#blk-views-press-block_1 {
  margin-top: 40px;
  border: 1px solid #ccc;
}
#blk-views-press-block_1 > .content {
  height: 715px;
  overflow: hidden;
  margin: 15px;
  position: relative;
}
#blk-views-press-block_1 > .content > .view {
  position: absolute;
  top: 0;
  left: 0;
}
#blk-views-press-block_1 .view-header {
  display: none;
}
#blk-views-press-block_1 ul {
  padding-left: 0;
}
#blk-views-press-block_1 ul li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 20px;
}
#blk-views-press-block_1 .views-field-title a {
  color: #255b89;
  font-size: 110%;
}
#blk-views-press-block_1 .views-field-created {
  font-size: 90%;
  text-transform: uppercase;
  margin-top: 5px;
}
#blk-views-press-block_1 .pressyear {
  color: #585b66;
  font-size: 24px;
}
#press-scroller {
  display: none;
  text-align: center;
  padding-top: 15px;
}
#press-scroller a {
  color: #666;
  font-size: 26px;
}
#press-scroller a.disabled {
  color: #ccc;
}

#guarantee-icon-text {
  background: url(/sites/all/themes/aw_core_v2/images/guarantee-icon.png) no-repeat;
  padding: 30px;
  padding-left: 120px;
  width: 300px;
  color: #e6b33b;
  font-size: 40px;
  margin: auto;
}

#guarantee-text {
  text-align: center;
  margin: 60px auto 90px;
}

#guarantee-join-button {
	display: block;
	background: #db4a39;
	color: white;
	padding: 15px;
	text-align: center;
  font-size: 17px;
  margin: 0 auto 150px;
  width: 200px;
}
#guarantee-join-button:hover {
	background: #ff5642;
  color: white;
}
#guarantee-join-button:active {
	background: #ae3223;
  color: white;
}

/* blog page - left col */
#block-views-blogs-block_15 > h2,
#block-views-blogs-block_15 .views-field-name {
  display: none;
}
#block-views-blogs-block_15 .views-row {
  border-bottom: 1px solid black;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.view-display-id-block_15 .views-row:after {
	content: "";
  display: table;
	clear: both;
}
.view-display-id-block_15 a {
  color: #356b99;
}
.view-display-id-block_15 .views-field-title,
.view-display-id-block_15 .views-field-created {
  text-align: center;
}
body.node-type-blog .panel-2col-stacked .panel-col-left h1.pane-title,
body.node-type-blog .panel-2col-stacked .panel-col-left h2.pane-title,
.view-display-id-block_15 .views-field-title a {
  color: black;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.1em;
}
.view-display-id-block_15 .views-field-created {
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 10px;
}
.view-display-id-block_15 .views-field-view-node {
	display: block;
	width: 142px;
	background: #db4a39;
	color: white;
	padding: 15px 0px;
	text-align: center;
  margin: 15px 0;
}
.view-display-id-block_15 .views-field-view-node a {
  color: white;
  text-transform: capitalize;
}
.view-display-id-block_15 .views-field-comment-count {
	display: none;
}
.view-display-id-block_15 .views-field-tid {
	float: left;
}
.view-display-id-block_15 .views-field-tid .field-content {
	text-transform: capitalize;
}
.view-display-id-block_15 .views-field-service-links {
	float: right;
}
.view-display-id-block_15 .item-list .pager {
  padding: 0;
  background: #f1f5f9;
}
.view-display-id-block_15 .item-list .pager .pager-first,
.view-display-id-block_15 .item-list .pager .pager-last {
  display: none;
}
.view-display-id-block_15 .item-list .pager .pager-previous,
.view-display-id-block_15 .item-list .pager .pager-next {
  display: block;
  background: none repeat scroll 0% 0% rgb(235, 238, 255);
  padding: 20px 0px;
  margin: 0px;
  width: 50%;
}
.view-display-id-block_15 .item-list .pager .pager-previous {
  float: left; 
  text-align: left;
}
.view-display-id-block_15 .item-list .pager .pager-previous a {
  background: url(/sites/all/themes/aw_core_v2/images/pager-previous.png) center left no-repeat;
  padding: 2px 30px;
  margin-left: 30px;
  text-transform: capitalize;
}
.view-display-id-block_15 .item-list .pager .pager-previous.dummy {
  background-image: none;
}
.view-display-id-block_15 .item-list .pager .pager-previous.dummy a {
  font-size: 0;
  padding: 0;
}
.view-display-id-block_15 .item-list .pager .pager-next {
  float: right; 
  text-align: right;
}
.view-display-id-block_15 .item-list .pager .pager-next a {
  background: url(/sites/all/themes/aw_core_v2/images/pager-next.png) center right no-repeat; 
  padding: 2px 30px;
  margin-right: 30px;
  text-transform: capitalize;
}
.view-display-id-block_15 .item-list .pager .pager-next.dummy {
  background-image: none;
}
.view-display-id-block_15 .item-list .pager .pager-next.dummy a {
  font-size: 0;
  padding: 0;
}
.view-display-id-block_15 .item-list .pager .pager-item,
.view-display-id-block_15 .item-list .pager .pager-current,
.view-display-id-block_15 .item-list .pager .pager-ellipsis {
  width: 8%;
  margin: 0;
  display: inline-block;
  padding: 20px 0;
}

/* blog page - right col - latest posts */
body.node-type-blog .pane-blogs-music,
#blk-views-blogs_music-block_1 {
  margin-bottom: 30px;
}
body.node-type-blog .pane-blogs-music h2,
#blk-views-blogs_music-block_1 h2 {
  font-size: 15px;
  font-weight: bold;
  padding-top: 20px;
  text-align: left;
}
#blk-views-blogs_music-block_1 ul,
#blk-views-blogs_music-block_1 ul li,
body.node-type-blog .pane-blogs-music ul,
body.node-type-blog .pane-blogs-music ul li {
  margin: 0;
  padding: 0;
}
body.node-type-blog .pane-blogs-music ul li,
#blk-views-blogs_music-block_1 ul li {
  list-style-type: none;
  padding-bottom: 10px;
}
body.node-type-blog .pane-blogs-music ul li a,
#blk-views-blogs_music-block_1 ul li a {
  color: #356b99;
  font-size: 13px;
}

/* blog page - right col - monthly archive links */
#blk-views-blog_archive-block h2 {
  font-size: 15px;
  font-weight: bold;
  padding-top: 20px;
  text-align: left;
}
#blk-views-blog_archive-block ul,
#blk-views-blog_archive-block ul li {
  margin: 0;
  padding: 0;
}
#blk-views-blog_archive-block ul li {
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 12px;
}
#blk-views-blog_archive-block ul li a {
  color: #356b99;
  font-size: 13px;
}
#blk-views-blog_archive-block .pager {
  display: none;
}

.innerlegal a {
  color: #356b99;
}

body.page-blog #thenotfixed-inner,
body.node-type-blog #thenotfixed-inner,
body.page-awentry #thenotfixed-inner,
body.page-user #thenotfixed-inner{
  padding-top: 135px;
}
body.node-type-blog .panel-2col-stacked { padding: 60px 90px; width: auto; background: white; }
body.page-blog #thenotfixed-inner .node a,
body.node-type-blog .panel-2col-stacked a { color: #356B99; }
body.node-type-blog .panel-2col-stacked .panel-col-left { width: 70%; background: none; }
body.node-type-blog .panel-2col-stacked .panel-col-left .inside { margin: 0; }
body.node-type-blog .panel-2col-stacked .panel-col-left .groups { font-size: 85%; display: none; }
body.node-type-blog .panel-2col-stacked .panel-col-right { width: 25%; top: 0; float: right; }
body.node-type-blog .pane-node-comments h2.pane-title { display: none; }

body.page-blog #thenotfixed-inner .node { padding: 30px 0; margin: 0 40px; border-bottom: 1px solid #ccc; }
body.page-blog #thenotfixed-inner .node h2 { font-size: 250%; }

body.page-user #thenotfixed-inner { text-align: center; }
form#user-pass {
  width: 425px;
  padding: 0;
  margin: auto;
}
form#user-pass #edit-submit {
    background: none repeat scroll 0 0 #db4a39;
    border: medium none;
    color: white;
    font-size: 16px;
    margin-bottom: 100px;
    padding: 15px 30px;
    text-transform: capitalize;
}
form#user-pass #edit-submit:hover {
  cursor: pointer;
}

#artist-how {
  width: 1100px;
  margin: auto;
}
#artist-how td {
  text-align: center;
}
#artist-how h2 {
  margin: 25px auto;
}
#artist-how ul {
  display: inline-block;
  margin: auto;
}
#artist-how li {
  text-align: left;
  letter-spacing: 0.2px;
}
.artist-how-box {
  width: 308px;
  height: 409px;
  padding: 20px;
}
.artist-how-box.left {
  float: left;
}
.artist-how-box.right {
  float: right;
}
.artist-how-box.center {
  margin: auto;
}
.artist-how-box .watchlogo-container {
  margin-top: 0;
  padding-top: 50px;
}

#learn-online-inner h1 {
  font-size: 250%;
  font-weight: bold;
  margin: 30px auto;
  white-space: nowrap;
  position: relative;
  left: -90px;
  width: 1280px;
}

#about-name {
  padding-bottom: 50px;
  background: white;
}
#about-name-inner {
  width: 1100px;
  height: 793px;
  position: relative;
  margin: auto;
}
.about-name-content {
  width: 475px;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 25px;
  display:table;
}
.about-name-content.wbg {
  padding: 5px 20px;
  background: rgba(0,0,0,.3);
}
.about-name-content,
.about-name-content h2,
.about-name-content p {
  color: white;
}
.about-name-content.dark,
.about-name-content.dark h2,
.about-name-content.dark p {
  color: black;
}
.about-name-content-inner {
  margin: 10px 0;
  display:table-cell;
  vertical-align:middle;
}
.about-name-content-inner-inner {
  padding: 25px;
}
.about-name-content-inner-inner.wbg {
  background-color: rgba(100,100,100,.5);
}
.about-name-content h2 {
  text-align: left;
}
.about-name-content p {
  font-size: 95%;
}
.about-name-content .signup-button {
  float: left;
}

.core-lessons-list a,
.core-lessons-list a:hover {
   color: #807470;
}

.our-teachers {
  float: right;
  color: #666;
}
.our-teachers:hover {
  color: #999;
}

.shout-author {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
}
.shout-author a,
.shout_message a {
  color: #5887f5;
}
.shout-author .shout-posted {
  font-size: 10px;
  font-weight: normal;
}
.shoutbox-add-form,
.students-search-form {
  position: relative;
  width: auto;
}
#shoutbox-add-form-1 {
  padding: 0;
}
.shoutbox-add-form div fieldset {
  padding: 0;
}
.shoutbox-add-form .form-item input,
.shoutbox-add-form .form-item textarea,
.students-search-form .form-item input,
.students-search-form .form-item textarea {
  box-shadow: none;
  height: 22px;
  width: 217px;
  padding: 3px;
  font-size: 12px;
}
.shoutbox-add-form .form-submit,
.students-search-form .form-submit {
  border: medium none;
  font-size: 0;
  height: 30px;
  width: 32px;
  float: right;
}
.shoutbox-add-form .form-submit {
  background: url("/sites/all/themes/aw_core_v2/images/paperairplane.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.students-search-form .form-submit {
  background: url("/sites/all/themes/aw_core_v2/images/magglass-blue.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.v2tabcontent.chatcontent .shoutbox-msg .shout_message p {
  margin-top: 5px;
  line-height: 14px;
  display: inline-block;
}
.v2tabcontent.chatcontent tr.odd,
.v2tabcontent.chatcontent tr.even {
  background: none;
  border: none;
}
.chatcontent > table { width: 98%; word-break: break-word; }
/* this css is for "plan and price " and "news" sections */
#pricing.classical #pricing-inner {
  height: 720px;
  width: 1280px;
  background-repeat: no-repeat;
  background-image: url(images/classical-price-plan.jpg);
  background-position: center 0;
  background-color: black;
  margin: auto;
}
#news.classical #news-inner {
  background-image: url(images/classical-news.jpg);
}

#pricing.bluegrass #pricing-inner {
  height: 720px;
  width: 1280px;
  background-repeat: no-repeat;
  background-image: url(images/bluegrass-price-plan.jpg);
  background-position: center 0;
  background-color: black;
  margin: auto;
}
#news.bluegrass #news-inner {
  background-image: url(images/bluegrass-news.jpg);
}


#pricing.bass #pricing-inner {
  height: 720px;
  width: 1280px;
  background-repeat: no-repeat;
  background-image: url(images/bass-price-plan.jpg);
  background-position: center 0;
  background-color: black;
  margin: auto;
}
#news.bass #news-inner {
  background-image: url(images/bass-news.jpg);
}

ul.filter {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  float: right;
  width: 200px;
  list-style: none;
  color: #333;
  position: relative;
  Xz-index: 1;
}
ul.filter.search {
  float: left;
  width: 260px;
  margin-right: 25px;
}
ul.filter.veoverlay {
  border: 1px solid #81828c;
}
ul.filter.veoverlay:hover {
  border: 1px solid #444;
}
ul.filter > li {
  background: white;
  font-size: 13px;
  color: #333;
  padding: 5px 5px 7px 15px; 
  height: 15px; 
}
ul.filter.search > li {
  padding: 20px;
  height: auto; 
  font-size: 22px;
}
ul.filter.veoverlay > li {
  background: #81828c;
  color: #eee;
}
ul.filter > li span#newsfilterarrows {
  background: url(/sites/all/themes/aw_core_v2/images/newsfilter-arrows.jpg) no-repeat;
  float: right;
  position: relative;
  top: 2px;
  width: 11px;
  height: 16px;
}
ul.filter.veoverlay > li span#filterarrows {
  background: url(/sites/all/themes/aw_core_v2/images/filterarrows.jpg) no-repeat;
}
ul.filter > li:hover span#newsfilterarrows {
  background: url(/sites/all/themes/aw_core_v2/images/newsfilter-arrows-hover.jpg) no-repeat;
}
ul.filter.search > li span {
  background: url(/sites/all/themes/aw_core_v2/images/search-arrows.jpg) no-repeat;
  float: right;
  position: relative;
  top: 7px;
  width: 11px;
  height: 16px;
}
ul.filter.search > li:hover span {
  background: url(/sites/all/themes/aw_core_v2/images/search-arrows-hover.jpg) no-repeat;
}
ul.filter ul.filtermenu {
  display: none;
  position: absolute;
  list-style: none;
  border: 1px solid #eee;
  position: absolute;
  top: 25px;
  right: -1px;
  width: 240px;
  box-shadow: 0 0 9px #BBBBBB;
  background: white;
  z-index: 99;
}
ul.filter.search ul.filtermenu {
  left: 0px;
  right: auto;
  top: 67px;
  width: 285px;
}
ul.filter > li:hover {
  background: #333;
  color: #eee;
}
ul.filter > li:hover ul.filtermenu {
  display: block;
}
ul.filter ul.filtermenu li {
  background: none repeat scroll 0 0 white;
  font-size: 14px;
  padding: 5px 10px;
  color: #333;
}
ul.filter ul.filtermenu li label {
  display: block;
  float: right;
  width: 87%;
  margin-top: 2px;
}
ul.filter.search ul.filtermenu li {
  font-size: 18px;
}
ul.filter ul.filtermenu li:hover {
  background: #eee;
}
ul.filter ul.filtermenu li:first-child {
  margin-top: 15px;
}
ul.filter ul.filtermenu li:last-child {
  margin-bottom: 15px;
}
ul.filter.search ul.filtermenu li input {
  position: relative;
  top: -3px;
}

#playing-watched {
  display: none;
}
#playing-subheader {
  clear:both;
  display: none;
  margin-bottom: 20px;
  font-size: 16px;
}
#playing-subheader a,
#theseresources a {
  color: #5887f5;
  font-size: 85%;
  margin-right: 10px;
}
#lessondownloads p,
#lessontracks p {
  margin: 5px 0;
}
.lessontracklabel {
  float: left;
  width: 300px;
  margin-right: 10px;
  padding-top: 5px;
}
#lessontracks .swftools-wrapper {
  float: left;
}
#lessontracks .cb {
  height: 5px;
}
#playing-subheader-cfv {
  color: #999;
  font-style: italic;
  font-size: 80%;
}

#resourcespointer.studymaterials {
  right: 95px;
}
#resourcespointer.lessonresources {
  right: 775px;
}
#lessontoolshdr {
  margin-bottom: 15px;
}

#forum table.forum-table,
#forum table.forum-topics {
  font-size: 100%;
  border: none;
  margin: 25px;
}
#forum tr.odd,
#forum tr.even {
  background: none;
}
.forum-top-links .markasread,
#forum th.forum-icon,
#forum td.forum-icon {
  display: none;
}
#forum th,
#forum th.forum-name,
#forum .forum-table tbody td {
  width: 366px;
  text-align: left;
}
#forum th.forum-num-topics {
  width: 100px;
}
#forum th.forum-posts {
  width: 100px;
}
#forum th.forum-last-post {
  width: 150px;
}
#forum table th.forum-last-post,
#forum table th.column_lreply {
  text-align: left;
}
#forum table.forum-topics thead th,
#forum table.forum-topics thead th a,
#forum table.forum-topics thead th a:visited {
    color: #999 !important;
    background: none !important;
}
#forum th.forum-name,
#forum th.forum-icon,
#forum th.topic-topic,
#forum th.forum-num-topics,
#forum th.forum-posts,
#forum th.forum-last-post {
  background: none;
  color: #999;
  text-align: left;
}
#forum th.topic-icon,
#forum td.icon {
  display: none;
}
#forum table.forum-table thead,
#forum table.forum-topics thead {
  border-bottom: 1px solid #ccc !important;
}
#forum .forum-table tbody td.topics {
  width: 100px;
}
#forum .forum-table tbody td.posts {
  width: 100px;
}
#forum .forum-table tbody td.last-reply {
  width: 150px;
  padding: 7px 0;
}
#forum .forum-table tbody td .forum-details {
  width: auto;
  padding-right: 20px;
}
#forum .forum-table tbody td .forum-details .description {
  font-style: normal;
  margin-left: 0;
}
#forum table a, #forum table a:visited, #forum-statistics a, #forum-statistics a:visited {
  color: #5887f5;
}
#forum table.forum-topics thead .topic-replies,
#forum table.forum-topics tbody .replies,
#forum table.forum-topics thead .topic-views,
#forum table.forum-topics tbody .views {
    width: 94px;
    text-align: center;
}
#forum table.forum-topics thead .topic-created,
#forum table.forum-topics tbody .created,
#forum table.forum-topics thead .topic-lreply,
#forum table.forum-topics tbody .last-reply {
    width: 140px;
    padding: 7px 11px;
    max-width: none !important;
}
#forum table.forum-topics thead .topic-created,
#forum table.forum-topics thead .topic-lreply {
    padding: 0 11px;
}
#forum table.forum-topics tbody .created,
#forum table.forum-topics tbody .last-reply {
    text-align: left !important;
}
.forum-top-links {
  margin-left: 25px;
}
.forum-topic-legend {
  display: none;
}
.forum-post-panel-main p {
    font-size: 14px;
}
#forum-statistics { font-size: 90%; }
#forum-statistics-header, #forum-statistics-statistics-header { display: none; }
#forum-statistics-active-header,
#forum-statistics-active-body {
  background: #f5f6fa;
  padding: 10px 25px;
}
#forum-statistics-active-header {
  padding-bottom: 10px;
  border-top: 1px solid #ebedf2;
  color: #999;
}
#forum-statistics-active-body {
  padding-top: 0;
}
#forum-statistics-statistics-body {
  background: #f5f6fa;
  padding: 10px 25px;
  border-top: 1px solid #ebedf2;
  line-height: 150%;
}
#forum-statistics-statistics-body br {
  line-height: 300%;
}
.forum-statistics-sub-header {
  text-transform: none;
  color: #999;
}
.forum-folder-legend { display: none; }

/*social media menu*/
#subheader-inner #social-media {
  /* width: 170px; */
  height:27px;
  float:right;
  margin-top: 20px;
  margin-right: 50px;
}
#subheader-inner #social-media a {
  display: inline-block;
  float: left;
  color: black;
  text-align: center;
  padding: 0px;
  border-bottom:none;
  height: 27px;
}
#subheader-inner #social-media a {background: no-repeat left center; height: 27px; width:30px; margin-right:5px;}
#subheader-inner #social-media a.item1 {background-image:url('../aw_core_v2/images/social-media.png'); background-position:0px 0px;}
#subheader-inner #social-media a.item2 {background-image:url('../aw_core_v2/images/social-media.png'); background-position:-35px 0px;}
#subheader-inner #social-media a.item3 {background-image:url('../aw_core_v2/images/social-media.png'); background-position:-70px 0px;}
#subheader-inner #social-media a.item4 {background-image:url('../aw_core_v2/images/social-media.png'); background-position:-105px 0px;}
#subheader-inner #social-media a.item5 {background-image:url('../aw_core_v2/images/social-media.png'); background-position:-140px 0px;}
#subheader-inner #social-media a:last-child { margin-right: 0; }

.commslider {
  padding: 25px;
  margin: 0px 25px 25px 0px;
  display: none;
  width: 1100px;
  position: relative;
}
.commslider.small {
  width: 275px;
}
.commslider h4 {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #f0f0f0;
  margin-left: -7px;
  padding: 8px;
  text-align: left;
  width: 1088px;
}
#mybio h4 {
    margin: 15px 7px 15px -7px;
}
#mybio h4:first-child {
    margin-top: 0;
}

.commslider.small h4 {
  width: 253px;
}

.playlist-title {
  padding:0;
  margin-bottom:10px;
}
.playlist-item-inner {
  font-size: 14px;
  border-radius: 5px;
  overflow: hidden;
}
.playlist-item-inner:hover {
  background: #fafafa;
  cursor: pointer;
}
.playlist-item.selected .playlist-item-inner {
  background: #f6f7fb;
}
.playlist-item-inner:last-child {
  margin-bottom:0;
}
.playlist-item-icons {
  float:right;
  position:relative;
  right: -270px;
}
.playlist-item-icons a {
  padding: 0 7px;
  display: inline-block;
}
.playlist-item-icons a.problem,
.playlist-item-icons a.transcription {
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 12px;
  font-style:italic;
  color: rgb(88, 135, 245);
  position: relative;
  top: -6px;
}
.playlist-item-icons a.transcription {
  display: none;
}
.atranscription .ttext { font-size: 1em; cursor: pointer; line-height: 175%; }

.playlist-item-icons a.comments,
.playlist-item-icons a.tags {
  padding-top: 9px;
  padding-bottom: 5px;
}
.playlist-item-icons a.bookmarks {
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  top: 2px;
}
.playlist-item-icons a.collaborate {
  padding-top: 6px;
  padding-bottom: 5px;
}
.playlist-item-title {
  color: #5887f5;
  margin-left:5px;
}
.playlist-item.selected .playlist-item-title {
  font-weight: bold;
}
.playlist-item-duration {
  color:#848791;
  font-weight:normal;
  font-size: 10px;
}
.playlist-item-opener {
  display:none;
  font-size: 13px;
  border:1px solid #f0f0f0;
  border-width:1px 0;
  background:#f5f6fa;
  padding:25px;
  position:relative;
  clear:both;
  margin:20px 0 15px;
  left:-25px;
  width:1098px;
  color: rgb(102, 102, 102);
}
.playlist-item-opener p {
  font-size: 14px;
}
.playlist-item-tag {
  background: #868791;
  color: white;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  padding: 3px 7px 0 20px;
  position: relative;
  margin-right: 11px;
}
.playlist-item-tag img {
  position:absolute;
  top: 0;
  left: 0;
}

.vetab {
  background: none repeat scroll 0 0 #f5f6fa;
  border-color: #eee #eee transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 3px;
  color: #8d8e98;
  float: left;
  font-size: 12px;
  padding: 18px 18px 16px;
  position: relative;
}
.vetab:hover {
  cursor: pointer;
}
.vetab.selected {
  background: none repeat scroll 0 0 #fcfcfc;
  border-bottom-color: #e44230;
  color: #2e2e32;
}
.vetab-title {
  overflow: hidden;
  width: 181px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lesson {
  padding: 25px;
  position: relative;
}
.lesson:hover {
  cursor: pointer;
}
.lesson.odd {
  background: #28282c;
}
.lesson.even {
  background: #2e2e32;
}
.lesson:hover {
    background: #383838;
}
.lesson .lldur {
  color: rgb(221, 221, 221);
  position: absolute;
  text-align: right;
  letter-spacing: 0px;
  width: 27px;
  background: none repeat scroll 0px 0px rgba(50, 50, 50, 0.5);
  top: 101px;
  font-size: 9px;
  padding: 1px 5px 1px 4px;
  left: 161px;
}

.subheader-opener {
  display:none;
  background:#f5f6fa;
  border:1px solid #ebedf2;
  border-width:1px 0;
  margin:10px 0 25px;
  position:relative;
  left:-25px;
  width:1148px;
  color: rgb(102, 102, 102);
  font-size: 13px;
}
.submit-button {
  background: none repeat scroll 0 0 #5887f5;
  display: inline-block;
  color: white;
  font-size: 85%;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
}
.submit-button.disabled {
  background: none repeat scroll 0 0 #e0e0e0;
}
.submit-button:hover {
  color: white;
}
#submitheader-submitvideo-part2 form > div {
  margin-bottom: 15px;
}
#submitheader-submitvideo-part2 input,
#submitheader-submitvideo-part2 textarea {
  border: 1px solid #ccc;
  padding: 5px;
  width: 97%;
}
#submitheader-submitvideo-part2 textarea {
  font-size: 13px;
}

#thenotfixed-inner-inner > div#veoverlay {
  position:absolute;
  top: 30px;
  left:80px;
  width:1165px;
  height:100%;
  color: white;
  background:#2e2e32;
  padding: 15px 0 20px 20px;
  z-index: 202;
}

.checkouttab {
  float: left;
  width: 200px;
  height: 133px;
  margin-top: 26px;
  text-align: center;
  color: #abb1bf;
  padding: 25px 81px 0;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid transparent;
  border-width: 1px 1px 0;
}
.checkouttab.selected {
  background: none repeat scroll 0% 0% white;
  box-shadow: 0px -4px 10px -6px #ccc;
  color: black;
  border-color: #e0e0e0;
}
.checkouttab .stepcircle {
  width: 56px;
  margin: auto;
  border-radius: 28px;
  text-align: center;
  font-size: 18px;
  padding-top: 16px;
  height: 40px;
  background: none repeat scroll 0% 0% white;
  color: #abb1bf;
  margin-bottom: 20px;
}
.checkouttab.selected .stepcircle {
  background: none repeat scroll 0% 0% rgb(171, 177, 191);
  color: white;
}

#checkout-form-bottom .form-submit,
.review-button-row .form-submit {
  background: #db4a39;
  border: none;
  padding:  10px 55px;
  color: white;
  font-size:  15px;
}
#checkout-form-bottom .form-submit:hover,
.review-button-row .form-submit:hover {
  background: #ff5642;
}

#checkout-form-bottom .form-submit#edit-cancel {
  background: gray;
}
#checkout-form-bottom .form-submit#edit-cancel:hover {
  background: #999;
}

.order-review-table {
  border: none;
  width: 100%;
}
.order-review-table .pane-title-row {
  text-align: left;
  border: none;
  background: #eaefff;
}
.order-review-table .row-border-top {
  border: none;
}
.order-review-table table {
  width: 100%;
}
.order-review-table table tr td:first-child {
  display: none;
}
.order-review-table td {
  padding: 10px 20px;
}
.order-review-table .pane-title-row td {
  padding: 20px;
}
.order-review-table .pane-title-row td .pane-title-row-edit-link {
  float: right;
  margin-right: 20px;
  color: #246d9a;
}
.order-review-table td.title-col {
  width: 120px;
  padding: 30px 35px;
}
.order-review-table .review-button-row {
  text-align: center;
  border: none;
  background: none;
}
.order-review-table #edit-submit-wrapper {
  display: inline-table;
}
.order-review-table .review-button-row #edit-back,
.order-review-table .review-button-row #edit-cart {
  background: gray;
}
.order-review-table .review-button-row #edit-cart {
  display: none;
}

.order-review-table .review-button-row #edit-back:hover,
.order-review-table .review-button-row #edit-cart:hover {
  background: #999;
}
.order-review-table #edit-submit-wrapper #edit-nosubmit {
  display: none;
}
#uc-cart-checkout-review-form > div {
  margin-top: 30px;
}

.ave {
  width:172px;
  height:172px;
  float:left;
  Xmargin-right:17px;
  margin-left:30px;
  font-size:85%;
  line-height:150%;
  letter-spacing:0px;
  Xdisplay:none;
}

.ave:hover {
  cursor: pointer;
}

.ave .vetitle {
        display: inline-block;
        margin-bottom: -5px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        height: 18px;
        white-space: nowrap;
}

.lesson-ve {
  width:172px;
  float:left;
  margin:0 5px;
  font-size:85%;
  line-height:110%;
  letter-spacing:0px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#myppvids .lesson-ve,
#myppves .lesson-ve {
  margin:0 6px;
}

.veimagecontainer,
.lesson-ve a {
	display: inline-block;
	overflow: inherit;
	text-overflow: inherit;
	width: inherit;
	background: #383838;
	line-height: 0;
	text-align: center;
}
#mybookmarks .lesson-ve a:nth-of-type(2) {
    background: none;
    display: unset;
}

.newspost {
  width:344px;
  float:left;
  margin-right:22px;
  height:200px;
}
#dashbmnews .newspost {
  width: 219px;
  height: 170px;
  margin: 0 11px;
}

.bookmarkpopup { margin-top: 13px; background: none repeat scroll 0% 0% white; position: absolute; z-index: 999; right: -38px; border: 1px solid rgb(240, 240, 240); box-shadow: -4px 4px 15px -3px rgb(187, 187, 187); display: block; padding: 25px; width: 335px; display: none; color: #666; font-size: 85%;  }
.newsicons .bookmark-checkboxes input,
.newsicons .bookmark-checkboxes label { float: left; }
.newsicons .bookmark-checkboxes input { clear: both; margin-right: 10px; margin-bottom: 5px; }

#blk-views-press-block_1 .view-header { margin-bottom: 15px; }
#blk-views-press-block_1 a { color: black; }

.artist-top-inner {
  overflow: visible !important;
}
.artist-top-text .hbspt-form {
  background: white;
  padding: 10px;
  border: 3px solid #666;
  border-radius: 5px;
  /*margin-top: -100px;*/
  /*width: 350px;*/
  max-width: 400px;
  z-index: 100;
  /*position: relative;*/
  position: absolute;
  top: 250px;
  display: none;
}
.artist-top-text #hbspt-form-close {
  position: absolute;
  top: 2px;
  right: 5px;
  color:black;
  font-weight: bold;
}
.artist-top-text .hs-form.stacked .field {
  margin-bottom: 5px;
}
.artist-top-text .hbspt-form form,
.artist-top-text .hbspt-form form .actions {
  margin-bottom: 0;
}
.artist-top-text .hbspt-form form .actions {
  padding-bottom: 5px;
  margin-left: -20px;
  padding-top: 0;
}
.artist-top-text .hs-form .hs-input,
.artist-top-text .hs-form textarea.hs-input {
  width: 97%;
}

#More-details {
  background: url("images/gc/gift-more-details.png") no-repeat scroll 25px center rgba(0, 0, 0, 0); padding-left: 48px;
  color: #5e616b;
  margin-top: 13px;
}
#body_part p {
  font-size: 15px;
  color: #585b66;
}


#blk-aw_gc-0 {
display: none;
}

#blk-aw_gcards-0 {
display: none;
}

/* ranjit on nov 25 */

/* Ubercart - review order */

/*
.checkouttab {
float: left;
width: 10%;
height: 133px;
margin-top: 26px;
text-align: center;
color: #abb1bf;
padding: 25px 81px 0;
font-size: 15px;
font-weight: bold;
border: 1px solid transparent;
border-width: 1px 1px 0;
}
*/

.order-review-table {
  border: none;
  width: 100%;
}

.order-review-table .pane-title-row {
  text-align: left;
color: #585b66;
  background:#abb1bf;
  height:70px;
font-weight: bold;
}

.order-review-table .pane-title-row td {
  border: none;
padding-left: 35px;
padding-right: 35px;
}

.order-review-table .data-col {
  padding: 0px;
  width:20%;
}
   
.order-review-table .review-button-row {
   border: none;

}

.order-review-table .review-button-row td {
  padding: 5px 3px 5px 0;
}

.order-review-table .review-button-row {
text-align: right;
background-color: #fff;
border: solid 1px #999;
border:0px;
}


#additional-btn {
float: left;
/*background: #db4a39;*/
margin-right: 30px;
text-align: center;
}

#edit-submit {
padding-top: 0px; 
background: #db4a39;
margin-right: 0px;
color:white;
font-size:16px !important;
font-weight:bold;
padding-left:25px;
padding-right:25px;
padding-top:25px;
padding-bottom:25px;


}

#edit-back{

padding-top: 0px; 
background: #db4a39;

margin-right:29px;
color:#fff;
/* font-weight:bold; */

padding-left:25px;
padding-right:25px;
padding-top:25px;
padding-bottom:25px;




}

#edit-submit-wrapper{
float:right;
}

#edit-nosubmit{
display:none;
}


#edit-cart-btn {

min-width: 123px;
background: #db4a39;
font-weight: bold;
padding-left: 25px;
padding-right: 25px;
padding-top: 23px;
padding-bottom: 23px;
margin-top: 1px;
font-size: 13px;


}

.checkout-review-form-hack input {

border:0px;

padding:0px;

}
.checkout-review-form-hack .form-submit {

padding:0px;

}

span.uc-price{

font-weight:normal;
}

/**#additional-btn .form-submit{

width:180px;

}**/


div#inner-table img {

width: 51px;

margin-right: 20px;
vertical-align: middle;
}


#inner-table td {
padding-left: 0 100px;

}

#inner-table tr {
background: #eaefff;
height: 120px;
border-bottom: 2px solid #fff;

}

div#msgintro {
text-align: center;
width: 48%;
margin: auto;
}


#subtitle h3 {
font-weight: bold;
font-size: 40px;
}

div#inner-table {
margin-bottom: 80px;
margin-top: -80px;
}


.order-review-table .row-border-top {
 border-top: solid 0px #999; 


}

#cart_conetnts {
height: 120px;
vertical-align: middle;
}

tr#Customer_information {
vertical-align: middle;
}
tr#Billing_information {
vertical-align: top;
}

.order-review-table .review-button-row {
text-align: left;
background-color: #fff;
border: solid 1px #999;
border: 0px;
}



.twin {
float: left;
}

#additional-btn1 {
width: 220px;
background: #db4a39;
font-weight: 400;
padding: 16px 0;
font-size: 15px;
text-align: center;
}
#additional-btn1:hover {
background: #ff5642;
}

#additional-btn .form-submit {
width: 220px;
}


/*#edit-submit {
padding-top: 0px;
background: #db4a39;
margin-right: 0px;
color: white;
font-weight: bold;
padding-left: 0px;
padding-right: 0px;
padding-top: 17px;
padding-bottom: 17px;
}*/


.checkout-review-form-hack {
border: 0px solid #fff;
padding-bottom: 186px;
padding-top: 30px;
padding-left: 35px;
margin: auto;
width: 100%;
}

order-review-table .row-border-top {
 border-top: solid 0px #999; }


/***



.twin {
float: left;
}

#additional-btn1 {
width: 220px;
background: #db4a39;
font-weight: bold;
padding-top: 19px;
padding-bottom: 11px;
margin-top: 2px;
font-size: 13px;
margin-left: 29px;
text-align: center;

}
**/
#edit-submit {
  background: none repeat scroll 0 0 #db4a39;
  border: medium none;
  color: white;
  font-size: 16px;
  font-weight: normal;
  margin: 20px;
  padding: 15px 0;
  width: 221px;
}
.checkout-review-form-hack #edit-submit-wrapper #edit-submit {
  margin: 0;
}
.checkout-review-form-hack #edit-submit-wrapper #edit-submit:hover {
  background: none repeat scroll 0 0 #ff5642;
}
#additional-btn1 #edit-cart-btnd a {
  color: white;
}

#edit-back {
background: #db4a39;
margin-right: 29px;
color: #fff;
/* font-weight: bold; */
padding-top: 15px;
padding-bottom: 15px;
}

#Payment_method .data-col {
padding:5px;
}


.pane-title-row span a {

float: right;
text-decoration:underline;
color: #246d9a;
font-weight:normal;
}

td#product-info {
padding-left: 30px;
padding-right: 150px;
padding-bottom:31px;
}

td#price-column {
width: 47%;
float: right;
}

.btwin {
display:inline;
}
#pane-inner1{
font-weight:bold;
float:left;
}

#pane-inner2{
font-weight:normal;
text-align:left;
margin-right: 10px;
float: left;
}

td.data-col {
width: 359px;
}

.order-review-table #Payment_method td.title-col {
    padding: 5px 35px;
}
.order-review-table .pane-title-row{
border:none;
}

#Payment_method .uc-price{

font-weight:bold;
padding-left:5px;
}

.Subtotal {
padding-top: 30px;
}



div.ctools-sample-modal-content .popups-body {
background-color: #fff;
padding: 8px;
text-align: center;
}



.modal-content #edit-submit {
padding-top: 6px;
margin: auto;
}


/*ranjit november 26*/

 .order-review-table table tr td:first-child {
display: block; 
}


.order-review-table input[type="image"] {
margin-bottom: 68px;
margin-left: 63px;
}

td#price-column {
width: inherit;
float: inherit;
}

.view-display-id-block_15 .views-row {
    border-bottom: 1px solid black;
    padding: 20px 0;
}
.view-display-id-block_15 .views-row:last-child {
    border: medium none;
}

body.og-context-71405 #blk-views-blogs-block_15 > h2 { display: none; }


div#blk-aw_redeem-0 {
display: none;
}

#blk-menu-menu-all-schools ul.menu > li.artistworksmusiccampus {
    width: 184px;
    height: 64px;
}
#logo {
  Xdisplay: none;
}
#blk-menu-menu-all-schools ul.menu > li.artistworksmusiccampus > a.hub {
    background: url(/sites/all/themes/aw_core_v2/images/logo.png);
    width: 184px;
    height: 35px;
    top: 15px;
}
#blk-menu-menu-all-schools ul.menu > li.artistworksmusiccampus > ul {
    background: none repeat scroll 0 0 black;
    border-radius: 0 0 5px 5px;
    border: 1px solid #222;
    display: none;
    height: 520px;
    position: relative;
    right: 12px;
    top: 63px !important;
}
#blk-menu-menu-all-schools ul.menu > li.artistworksmusiccampus:hover > ul {
  display: block;
}
#blk-menu-menu-all-schools.rb ul.menu > li.artistworksmusiccampus:hover > ul {
  display: none;
}
#blk-menu-menu-all-schools ul.menu li.artistworksmusiccampus ul ul ul {
  margin-top: 5px;
}
#blk-menu-menu-all-schools ul.menu li.artistworksmusiccampus ul li {
    border-bottom: none;
}
#blk-menu-menu-all-schools ul.menu li.artistworksmusiccampus ul li.left,
#blk-menu-menu-all-schools ul.menu li.artistworksmusiccampus ul li.center,
#blk-menu-menu-all-schools ul.menu li.artistworksmusiccampus ul li.other {
    width: 315px;
    padding: 7px 8px;
}
#blk-menu-menu-all-schools ul.menu li.artistworksmusiccampus ul a {
    font-size: 11px !important;
    font-weight: 300;
    letter-spacing: 0.5px !important;
    color: #cfd4e6;
}
#blk-menu-menu-all-schools ul.menu li ul li a:hover {
    color: white;
}

#filterform label {
  display: inline-block;
  height: 20px;
  width: 100px;
}

#lessondownloads a,
#lessontracks a {
  color: rgb(102, 102, 102);
  font-size: 12px;
}

#theves > div {
  display: none;
}
#theves > div.showing {
  display: block;
}

.rs-cartlink {
   display: none;
}

.myppteacher {
  float:left;color:white;width:199px;margin:0 7px 20px 7px;
}

#cover-inner .cover-button.see-all.teachers {
  bottom: 200px;
  left: 41%;
}

.cart-button { display: none; }

#promobug {
  position:absolute;
  top:610px;
  right:0px;
  display:inline-block;
  background-color: #e7b00a;
  text-align:center;
  height: 61px;
}

.page-school #promobug {
  top:492px;
}

.front #promobug {
  top:473px;
}

#mobilepromobug {
  display: none;
  position: relative;
  top: -5px;
  width: 100%;
  background-color: #e8b100;
  text-align: center;
}

.front #mobilepromobug {
  top: 0;
}

.promobugtext {
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 15px;
  color: black;
  letter-spacing: 0;
  transform: scale(1,1.4);
  -webkit-transform: scale(1,1.4); /* Safari and Chrome */
  -moz-transform: scale(1,1.4); /* Firefox */
  -ms-transform: scale(1,1.4); /* IE 9+ */
  -o-transform: scale(1,1.4); /* Opera */
}

.myppteachercopy {
   padding:20px;padding-top: 157px;font-size:75%;letter-spacing:0.5px;text-align:center;
}

.top-post.forum-post.clear-block { clear: both; }

a.prevnextlesson {
	color: #333;
	font-size: 32px;
	line-height: 65%;
	visibility: hidden;
}

a.prevnextlesson.na {
	color: #ddd;
}

.thelessons.listonly .lesson {
  padding: 15px 25px;
}
.thelessons.listonly .lesson > img,
.thelessons.listonly .lesson .lessontext br,
.thelessons.listonly .lesson .lessontext img {
  display: none;
}

.thelessons.listonly .lesson .lessontext {
  float: none !important;
  width: auto !important;
  position: relative;
}

.thelessons.listonly .lesson .lessontext .progressbar {
  bottom: -10px !important;
  left: 0 !important;
}

