html { overflow-y: scroll; }


/* adding fonts */

@font-face {
  font-family: 'gothambook';
  src: url('fonts/gotham-book.woff') format('woff'),
       url('fonts/gotham-book.ttf') format('truetype');
}

@font-face {
  font-family: 'gothamlight';
  src: url('fonts/gotham-light.woff') format('woff'),
       url('fonts/gotham-light.ttf') format('truetype');
}

@font-face {
  font-family: 'gothammedium';
  src: url('fonts/gotham-medium.woff') format('woff'),
       url('fonts/gotham-medium.ttf') format('truetype');
}

@font-face {
    font-family: "MYRIADPRO";
    src: url('fonts/MYRIADPRO-REGULAR.OTF');
}

@font-face {
    font-family: "MYRIADPRO";
    src: url('fonts/MYRIADPRO-BOLD.OTF');
    font-weight: bold;
}

@font-face {
    font-family: "MYRIADPRO-semibold";
    src: url('fonts/MYRIADPRO-SEMIBOLD.OTF');
    font-weight: bolder;
}

.panel-pane .pane-title {
  display: none;
}
.pane-node-body .pane-content p:last-child {
  margin-bottom: 0;
}
.pane-node-body {
  padding-top: 65px;
  margin: auto;
  width: 1280px;
  background: white;
}
.front .pane-node-body {
  background: #fff url("/sites/all/themes/aw_core_v2/images/flippermain background.png") no-repeat top;
}
body.subheader .pane-node-body {
  padding-top: 134px;
}
body.subheader.samples .pane-node-body {
  padding-top: 0;
}
.pane-node-body.home {
  padding-top: 65px;
}

body,
table,
input,
textarea {
  font-family: 'Lato', serif;
}
body {
  margin: 0;
  padding: 0;
  background: black !important;
  color: black;
  letter-spacing: 1px;
  position: relative;
  top: 0;
  right: 0;
}
body.cke_editable,
body.page-school.section-forum {
  background: white !important;
}
body, table {
  font-size: 15px;
}
h2 {
  font-size: 350%;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
h2.closer {
  letter-spacing: 0.5px;
}
h3 {
  font-size: 150%;
  font-weight: normal;
  text-align: center;
  color: #333;
	line-height: 140%;
  margin-top: 0;
}
a {
	text-decoration: none;
  color: white;
}
a:hover {
/*	text-decoration: underline; */
}
.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: 1343px;
	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 !important;
	padding: 10px 30px;
	text-align: center;
}
.signup-button:hover {
	background: #6090ff;
}
.signup-button:active {
  background: #ae3223;
  color: white;
}
.menu-button {
	display: block;
	float: right;
	background: #6f717b;
	color: white;
	padding: 10px 30px;
	text-align: center;
}
.menu-button:hover {
	background: #989ba9;
}
.menu-button:active {
	background: #4d4f56;
}

#menu {
  position: absolute;
  top: 0;
  right: -640px;
  width: 640px;
  background: black;
  z-index: 99;
}
#menu-inner div {
  font-size: 130%;
}
#menu a {
  display: block;
  padding: 15px 0 15px 50px;
  font-weight: bold;
  color: #c3c7d9;
}
#menu a#closemenu {
  display: none;
  height: 38px;
  width: 38px;
  color: white;
  position: fixed;
  right: 15px;
  top: 15px;
  font-size: 180%;
  font-weight: normal;
  text-align: center;
  padding: 0;
}
#menu a:hover {
  color: white;
}

#thefixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 98;
}

body.admin-menu #thefixed {
  padding-top: 21px;
}

#admin-menu {
  position: fixed;
}

#theheader {
  background: none;
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
}
#theheader-inner {
	width: 1260px;
	padding-top: 12px;
	margin: auto;
  position: relative;
  right: 0;
}
#theheader-inner #logo {
	float: left;
}
#theheader-inner #topbuttons {
	float: right;
	color: #ccc;
}
#theheader #topbuttons td {
	padding: 0 15px;
}
#theheader #topbuttons td.nopadding {
	padding: 0;
}
#theheader #topbuttons a {
	color: #c3c7d9;
}
#theheader #topbuttons a:hover {
	color: #e5eaff;
}
#theheader #topbuttons a:active {
	color: #888a94;
}
#loginlock {
	vertical-align: middle;
}
#theheader #topbuttons .signup-button,
#theheader #topbuttons .menu-button {
  color: white;
}
#theheader #topbuttons .signup-button:hover,
#theheader #topbuttons .menu-button:hover {
  border: none;
}

#cover {
}
#cover-inner {
  width: 1280px;
  overflow: hidden;
  Xheight: 625px;
  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: center 0;
  background-color: black;
}
.cover-content {
	position: relative;
	/* top: 170px; */
	top: 240px;
	left: 600px;
	width: 650px;
}
.cover-content h2,
.cover-content h3 {
	text-align: left;
}
.cover-content h2 {
	color: white;
}
.cover-content h3 {
	color: #cfd4e6;
	font-size: 180%;
  padding-bottom: 10px;
}
.cover-content h1 {
  padding-bottom: 10px;
}

/*.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:active {
  background: #ae3223;
  color: white;
}*/

#larrow-cover,
#rarrow-cover {
  top: 290px;
}

#how {
}
#how-inner {
  padding: 40px 0 95px;
  background: white;
  width: 1280px;
  margin: auto;
}
#how-inner p {
  padding: 0em 1em;
}
#howplayer_wrapper {
  padding-top: 50px;
  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: 38px;
  width: 38px;
  color: #e8eaf6;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 180%;
  text-align: center;
}
#samples-inner h2 {
  margin: 25px auto 40px;
}
.sample-container {
  width: 200px;
  height: 210px;
  Xfloat: left;
  display: inline-block;
  margin: 10px 4px;
  background: white;
  text-align: center;
}
.sample-container:hover {
  background: #40414a;
}
.sample-image {
  height: 139px;
  background: lightgrey;
}
.sample-title {
  color: #2f353d;
  font-weight: bold;
  margin: 12px 0 0;
  font-size: 90%;
  padding: 0 10px;
}
.sample-container:hover .sample-title {
  color: white;
}
.sample-with {
  color: #a5a9b8;
  font-size: 75%;
}

#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);
  background-position: center 0;
  background-color: black;
  margin: auto;
}
#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-content {
  height: 459px;
  background-repeat: no-repeat;
  background-image: url(images/testimonials.jpg);
  background-position: center 0;
  margin: auto;
  margin-top: 70px;
}
#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: #6090ff;
}
#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;
}
.anews:active {
  background-color: black;
}
.anews-copy {
  padding: 40px;
  float: right;
  width: 277px;
}
.anews-img {
  width: 197px;
  height: 197px;
  float: left;
}
.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: 35px;
  width: 300px;
  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;
}
.newsarticle a {
    color: #5887f5;
}

#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: 85%;
  text-align: left;
  letter-spacing: 1px;
}

#footer1 {
}
#footer1-inner1 {
  background: #353639;
  width: 1280px;
}
#footer1-inner2 {
  width: 1100px;
  margin: auto;
  padding: 25px 0;
}
#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 {
  padding-bottom: 25px;
  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;
}
#subheader-inner {
	width: 1315px;
	margin: auto;
  color: black;
}
#subheader-inner > a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 25px;
  padding-bottom: 22px;
  border-bottom: 3px solid #edf1f5;
}
#subheader-inner a:hover {
  color: #999;
}
#subheader-inner a.selected:hover {
  color: black;
}
#subheader-inner > a:active,
#subheader-inner a.selected {
  border-bottom-color: red;
}
#thenotfixed-inner #masthead {
  min-height: 80px;
  height: auto;
  padding-bottom: 5px;
}
body.page-cart #thenotfixed-inner {
	padding-top: 65px;
}
#masthead.login {
  background-image: url(images/mastheadbg/loginhdr.png);
}
#masthead.about-us {
  background-image: url(images/mastheadbg/aboutushdr.png);
}
#masthead.plans {
  background-image: url(images/mastheadbg/planshdr.png);
}
#masthead.blog {
  background-image: url(images/mastheadbg/bloghdr.png);
}
#masthead.contact {
  background-image: url(images/mastheadbg/contacthdr.png);
}
#masthead.press {
  background-image: url(images/mastheadbg/presshdr.png);
}
#masthead.samples {
  background-image: url(images/mastheadbg/sampleshdr.png);
}
#masthead.gift-certificates {
  background-image: url(images/mastheadbg/gifthdr.png);
}
#masthead.guarantee {
  background-image: url(images/mastheadbg/guaranteehdr.png);
}
#masthead h2 {
  padding-top: 100px;
  color: white;
}
#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;
}

#thenotfixed-inner-inner > div,
#thenotfixed-inner-inner div.fancy { background: white; border: 1px solid #e0e0e0; box-shadow: -4px 4px 4px -3px #ccc; }
#thenotfixed-inner-inner div.cb { border: none; }
#thenotfixed-inner-inner div.plain { border: none; box-shadow: none; background: none; }

.v2tab { /* float:left;text-align:center;color:#999;border:1px solid #e0e0e0;border-top:3px solid transparent; background:#f5f6fa; width:auto; } */
    background: none repeat scroll 0 0 #f5f6fa;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    color: #999;
    float: left;
    text-align: center;
    width: auto;
    box-shadow: 0 -5px 10px #e4e4e4;
    position: relative;
    z-index: 2;
    margin-right: -4px;
}
.v2tab:hover { cursor: pointer; background-color: #eee; }
.lessontab,
.bmtab { padding:15px; }
.bmtab { height:23px; }
.lvxtab { width:383px;padding:15px;height:18px; }
#lvxtabs.three .lvxtab { width:246px; }
.chattab,
.studentstab { width:150px;padding:10px 0;font-size:85%;display:table;}
.chattabcontainer.three .v2tab { width:98px;padding:10px 2px;height:34px;}
.chattab span,
.studentstab span { display: table-cell; vertical-align: middle; padding: 0 2px; }
.v2tab.right { border-right:none; }
.v2tab.left { border-left:none; }
.v2tab.selected { /* border-top-color: #e44230;color:inherit;background-color:inherit;border-bottom:none; } */
    background-color: white;
    border-bottom: medium none;
    border-top-color: #e44230;
    border-top-width: 3px;
    color: inherit;
    padding-top: 13px;
    padding-bottom: 16px;
}
.v2tab.afterselected { z-index: 1; }
.v2tab.notselected { background-color:#444;border-color:#333;color:#000; }
.chattab.v2tab.selected,
.studentstab.v2tab.selected {
    padding: 8px 0 11px;
}
.bmtab.v2tab.selected { background-color:white;border-bottom:1px solid white; }
.v2tab.left.selected { Xborder-right:none; }
.v2tab.right.selected { border-left:none; padding-left: 16px;}
.v2tabcontent { padding:25px; }
.chatcontent,
.studentscontent { padding:15px; padding-right: 0; width: 283px; overflow-y: scroll; }
#thischat,
#campuschat,
#hubchat,
#thisstudents,
#campusstudents,
#hubstudents { height: 313px; }

.chartcenter { position: absolute; top: 20px; left: 0; width: 100%; text-align: center; font-weight: bold; }
.chartvalue, .chartvalue a:link, .chartvalue a:visited { color: #5887f5; font-weight: bold; }
.chartcentervalue { font-size: 20px; }
#badgesearned,
#badgesearnedwhite {
    background: url("/sites/all/themes/aw_core_v2/images/badges.png");
    color: #5887f5;
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    height: 29px;
    padding-left: 1px;
    padding-top: 6px;
    text-align: center;
    width: 24px;
}
#badgesearnedwhite {
    background-image: url("/sites/all/themes/aw_core_v2/images/badgeswhite.png");
    color: white !important;
    height: 28px;
    padding-left: 0;
    padding-top: 5px;
    width: 23px;
}
#lastwatched { white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;display:inline-block; }
.seealllessons { display:block;background:#5887f5;color:white;letter-spacing:0;padding:15px 0;width: 100%;text-align: center; position:absolute;bottom:0;left:0; }
.seealllessons:hover,
.seealllessons:active,
.seealllessons:visited { color:white; }

#navmenu-inner div { height: 70px; border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; background-color: white; }
#navmenu-inner div.selected { background-color: #e44230; border-right: none; }
#navmenu-inner div:last-child { border: none; }

#navmenu-inner div a { position: relative; background-repeat: no-repeat; background-color: inherit; padding-left: 67px; height: 45px; padding-top: 25px; display: block; color: #999; }
.navtext { position: absolute; bottom: 3px; font-size: 8px; left: 0px; text-align: center; width: 65px; display: block; letter-spacing: 0; }
.selected .navtext { color: white; }

#navmenu-inner div a:hover { color: #666; background-color: #eee; }
#navmenu-inner div.selected a:hover { background-color: inherit; }

#navmenu-inner div.dashboard a { background-image: url(/sites/all/themes/aw_core_v2/images/leftnav/dashboard.png); }
#navmenu-inner div.learning a { background-image: url(/sites/all/themes/aw_core_v2/images/leftnav/learning.png); }
#navmenu-inner div.community a { background-image: url(/sites/all/themes/aw_core_v2/images/leftnav/community.png); }
#navmenu-inner div.collaborate a { background-image: url(/sites/all/themes/aw_core_v2/images/leftnav/collaborate.png); }
#navmenu-inner div.search a { background-image: url(/sites/all/themes/aw_core_v2/images/leftnav/search.png); }
#navmenu-inner div.settings a { background-image: url(/sites/all/themes/aw_core_v2/images/leftnav/settings.png); }

#navmenu-inner div.dashboard.selected a { background-image: url(/sites/all/themes/aw_core_v2/images/leftnav/dashboard_selected.png); color: white; }
#navmenu-inner div.learning.selected a { background-image: url(/sites/all/themes/aw_core_v2/images/leftnav/learning_selected.png); color: white; }
#navmenu-inner div.community.selected a { background-image: url(/sites/all/themes/aw_core_v2/images/leftnav/community_selected.png); color: white; }
#navmenu-inner div.collaborate.selected a { background-image: url(/sites/all/themes/aw_core_v2/images/leftnav/collaborate_selected.png); color: white; }
#navmenu-inner div.search.selected a { background-image: url(/sites/all/themes/aw_core_v2/images/leftnav/search_selected.png); color: white; }
#navmenu-inner div.settings.selected a { background-image: url(/sites/all/themes/aw_core_v2/images/leftnav/settings_selected.png); color: white; }

.navfulltext { display: none; }

#dxmpp { margin-top: 0; }
.dxmpp-content { width: 100% !important; }
#dxmpp-roster { margin-left : 0; }

#subheader-inner #subheader-menu #blk-artistworks_groups-my_places .item-list ul li a { display: block; text-align: left; padding: 0; }
#subheader-inner #subheader-menu #blk-artistworks_groups-my_places .item-list ul li a.places { left: -123px; text-indent: 0; background-image: none; padding: 0; }
#subheader-inner #subheader-menu #blk-artistworks_groups-my_places .item-list ul li ul { background-image: none; left: -350px; top: 0; font-size: 14px; width: 410px; padding-top: 0; }
#subheader-inner #subheader-menu #blk-artistworks_groups-my_places.nosubhdr .item-list ul li ul { left: -400px; }
#community-topmenu { padding:5px 0;color:white; }
#community-submenu { margin-top: 10px; }
#community-submenu a.mylink { font-size: 85%; color: white; padding: 10px; position: relative; border: 1px solid transparent; }
#community-submenu a.mylink:hover { border-color: #eee; }
#community-submenu a.mylink.badgescontainer:hover { border-color: transparent; }
#community-submenu a.mylink span { color: red; }
#Xcommunity-submenu a.mylink.selected { background: white; color: red; }
#community-submenu a.mylink::after { content: " ►"; font-size: 9px; position: relative; top: -1px; }
#community-submenu a.mylink.badgescontainer::after { content: ""; }
#community-submenu a.mylink.selected::after { content: " ▼"; }
#community-submenu a.mylink.selected span { color: white; }

#watched {
  display:none;
  position:absolute;
  top:80px;
  left:-180px;
  background:white;
  width:550px;
  z-index:999;
  box-shadow: #eee 0px -2px 15px;
  padding-bottom: 15px;
}
#watched.nove {
  left:-100px;
}
#watched table {
  width: 100%;
  margin-top:15px;
}
#watched table td a {
  color: #5887f5;
  font-weight: bold;
}
#watched table td {
  text-align: left;
  padding: 10px 25px;
  font-size: 80%;
}

.throbber {
  display: none;
  position: absolute;
  top: 7px;
  right: 40px;
}

body.public-page .planselect-form .selectschools fieldset .form-item:hover,
body.public-page .planselect-form .selectschools fieldset .form-item.selected {
  background-color: #40414a;
}

.atranscription div em {
    background: none repeat scroll 0 0 #666;
    color: #fff;
    font-style: normal;
}
.atranscription div em.current {
    background: none repeat scroll 0 0 #e41;
}
.spinner {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: url(/sites/all/themes/aw_core_v2/images/spinner.gif) no-repeat 0px 3px;
}
.spinner-resources {
	background: rgba(0, 0, 0, 0) url("/sites/all/themes/aw_core_v2/images/spinner.gif") no-repeat -2px 0px;
	display: inline-block;
	width: 9px;
	height: 10px;
}
#theheader-inner {
    padding:12px 0 0 50px;
    width:1230px;
}

#howplayer_wrapper {
    padding: 1% 5%;
    display: block;
}

#howplayer {
    height: 100%;
    width: 90%;
    left: 0;
  /*  margin-left: auto;
    margin-right: auto; ie and android not responding to auto*/
	margin: 0 5%;
    right: 0;
}




// need to change

#watch .tablerm {
    background: none repeat scroll 0 0 #ebeeff;
    margin: auto;
}

#watch .tablerm .tablerow {
    padding: 0 2%;
    text-align: center;
    width: 29%;
}

#testimonials-inner .tablerm {
    margin: 30px auto 0;
    width: 100%;
}

#testimonials-inner .tablerm .tablerow.testimonial {
    background: none repeat scroll 0 0 #f1f5f9;
    height: 458px;
    margin: 0 2%;
    width: 26.2%;
}


#testimonials-inner .tablerm h3 {
    font-size: 90%;
    font-style: italic;
    letter-spacing: 1px;
    text-align: left;
}

#resources-inner .tablerm {
    margin: 30px auto 0;
    width: 100%;
}

#resources-inner .tablerm .tablerow.resource {
    width: 26.2%;
    margin: 0 2%;
}

#resources-inner .tablerm h2 {
    color: #356b99;
    font-size: 105%;
    font-weight: bold;
    padding-top: 40px;
    text-align: left;
}

#resources-inner .tablerm h3 {
    font-size: 94%;
    letter-spacing: 1px;
    text-align: left;
}


#footer1 .tablerm .tablerow {
    padding: 10px 25px 0 0;
    display: inline-block;
}

#footer1 .tablerm a#awfooterlink {
    color: #999;
}

#footer2-inner1 .tablerow { 
    width: 33%;
}
 
.tablerow {
    display: block;
    float: left;
}

#resources-inner,
#testimonials-inner,
#pricing-inner,
#watch-inner {
    float: left;
}

#resources #resources-inner,
#testimonials #testimonials-inner {
    padding: 50px 0px 70px;
}

#footer2,
#cover-inner,
#samples-inner,
.pane-node-body,
#footer2-inner1,
#footer1-inner1,
#resources-inner,
#news-inner,
#testimonials-inner,
#pricing-inner,
#watch-inner,
#how-inner,
// this messes up the slide-in-from-left animation
X#thenotfixed-inner,
#theheader-inner {
    clear: both;
}

#cover,
#samples,
#how,
#watch,
#pricing,
#news,
#resources,
#footer1,
#footer2
 {
    float: left;
    clear: both;
}

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

.mobileonly {
    display: none;
}

.inner-public.whitebg .content-video-2,
.inner-public.whitebg .content-video-1 {
    float: left;
    width: 50%;
}

.inner-public.whitebg .tablerow {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.inner-public.whitebg #content-video-1_wrapper {
    float: right;
    right: 50px;
}

.inner-public.whitebg #content-video-2_wrapper {
    left: 50px;
}

.inner-public.whitebg .tablerow object {
   height: inherit;
}

.sample_tab_content {
	text-align: center;
}

#floater_inner_wrapper {
    width: 1100px;
    margin: auto;
    height: 684px;
    position:relative;
    border:2px solid #666;
    box-shadow: 0 0 15px black;
    background: #ebeeff;
}

#floater_wrapper  {
    position: fixed;
    z-index: 205;
    width: 100%;
    top: 20px;
    margin-top: -2320px;
    opacity: 0;
}

#plans_floater .plan_box .under_plan_box {
    margin: 0;
    margin-top: 55px;
}

#plans_floater {
    padding-top: 60px;
}

.node-aw71792 .inner-public.lightbluebg {
    padding-bottom: 80px;
}

.blogmain {
    width: 73%;
    float: left;
}

.blogrightside {
    width: 23%;
    float: right;
}

#trouble-button  {
    position: absolute; 
    right: 300px; 
    text-decoration: none; 
    bottom: 385px;
}

#cover-inner .cover-content h1, 
#cover-inner .cover-content h2,
#cover-inner .cover-content h3 {
  font-weight: 100;
  text-align: center;
  font-size: 20px;
}
#cover-inner .cover-content h2 {
    font-size: 220%;
  padding-top: 10px;
    font-weight: bold;
}


#cover-inner .cover-content {   
    left: auto;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 100%;
}

/*#cover-inner .cover-button.see-all.teachers {
    bottom: 13px;
    display: block;
    position: absolute;
    right: 0;
    top: auto;
    Xleft: 0;
    Xmargin-left: auto;
    Xmargin-right: auto;
left:auto;margin-right:20%;
}*/

#comingsoon {
  position:absolute;top:304px;right:0px;width:250px;
}
#mobilecomingsoon { display: none; }


/* cart path styling */

#checkoutmain {
    float: left;
    margin-left: 90px;
    width: 700px;
    padding-top: 20px;
}

#checkoutright {
    float: right;
    margin-right: 90px;
    margin-top: 30px;
    width: 380px;
    padding-bottom: 20px;
}

#checkoutmain .messages {
    width: auto;
}

#checkoutmain fieldset legend,
#checkoutright fieldset legend {
    font-size: 20px;
    text-align: left;
}


.page-cart #cart-pane {
    background-color: #edf0f5;
}
.page-cart #coupon-pane {
    background-color: #edf0f5;
}


#cart-form-products > table td.subtotal,
table.cart-review td.subtotal #subtotal-title,
table.cart-review td.subtotal .uc-price {
    color: #31363c;
}

#cart-form-products > table td,
#cart-form-products > table th,
table.cart-review td,
#cart-form-products > table td,
#cart-form-products > table th,
table.cart-review td,
#cart-pane .cart-review td.qty,
#cart-pane .cart-review {
    background-color: transparent;
}

.page-cart #cart-pane .cart-review td.qty {
    background-image: none;
    padding: 10px 6px;
    vertical-align: bottom;
} 


#minicart,
#checkoutright fieldset#cart-pane,
#checkoutright fieldset#coupon-pane {
    position: relative;
    padding-top: 25px;
    margin-bottom: 0px;
    width: 100%;
    padding-bottom: 20px;
    margin-left: 0px;
}

#minicart legend, 
#checkoutright fieldset#cart-pane legend, 
#checkoutright fieldset#coupon-pane legend {
    position: absolute;
    top: 2px;
    font-size: 15px;
}

#checkoutright fieldset#cart-pane legend {
    display: none;
}

.page-cart #cart-pane .cart-review thead {
    display: table-header-group;
}

.page-school .artist-top-text h3 {
    background-color: rgba(0,0,0,0.5);
    padding: 10px; 
}

.page-school .artist-top-text h3 p {
    margin: 10px auto;
}



#checkoutright #membership-info {
    padding-left: 5px;
    font-size: 100%;
    font-style: normal;
}

#checkoutright #coupon-pane {
    width: 100%;
}

#uc-cart-pane-coupon #edit-code,
#minicart .form-item textarea, 
#minicart .form-item input, 
#checkoutright .form-item input, 
#checkoutright .form-item textarea {
    width: 96%;
    padding: 2%;
}

body.page-cart .reviewpageinner #uc-cart-pane-coupon {
    width: auto;
    display: none;
}

body.page-cart .reviewpageinner table.cart-review {
    margin-bottom: 24px;
}

#uc-cart-pane-coupon #edit-code {
    background-image: none;
    width: 45%;
    background-color: white;
    margin-right: 10px;
    float: left;
} 

#minicart a:link,
#minicart a:visited,
#checkoutright a:link, 
#checkoutright a:visited {
    color: #246d9a;
}




 #cart-form-products > table td.subtotal,
 #cart-pane table.cart-review td.subtotal #subtotal-title,
  #cart-pane table.cart-review td.subtotal .uc-price {
    color: black;
}

 #cart-form-products table td.subtotal,
 table.cart-review td.subtotal {
    background-color: transparent;
}

#coupon-pane .next-button{
    display: none;
}


.page-cart .reviewpageinner #uc-cart-pane-coupon #edit-apply {
    
    background: #517de4 none repeat scroll 0 0;
    border: medium none;
    color: white;
    font-size: 15px;
    margin-bottom: 20px;
    margin-left: 5px;
    padding: 16px 10px 33px;
    width: 40%;
    
}
#coupon-pane #edit-panes-coupon-apply {
    background: #517de4 none repeat scroll 0 0;
    border: medium none;
    color: white;
    font-size: 15px;
    padding: 10px;
    margin-left: 5px;
    width: 98%;
    margin-top: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

#edit-panes-coupon-code-wrapper {
    width: 100%;
}

#checkoutmain .next-button input, 
#checkoutright #coupon-pane .next-button input {
    display: none;
}

.checkoutslide {
    display:  none;
}
.activeblock.checkoutslide {
    display: block;
}

#continueshopping,
#checkoutnexttmp {
    background: rgb(219, 74, 57) none repeat scroll 0 0;
    color: rgb(255, 255, 255) !important;
    cursor: pointer;
    display: inline-block;
    font-family: lato,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

#continueshopping {
    background-color: #517de4;
    margin-left: 15px;
} 


#checkoutmain #continueshopping,
#checkoutmain #checkoutnexttmp {
    display: none;
}

#customer-pane > .description {
    text-align: left;
    padding-top: 10px;
    margin-bottom: 25px;
}
#customer-pane > .description a {
    color: #246d9a;
}

#checkoutmain fieldset {
    padding: 0px;
}


#checkoutmain .form-item input,
#checkoutmain .form-item textarea {
    max-width: 100%;
    padding: 10px;
}

#checkoutmain .form-item {
    margin: 20px 0;
}



#checkouttitletmp #checktitleCC,
#checkouttitletmp #checktitleSL,
#checkouttitletmp #checktitleCA,
#checkouttitletmp #checktitleBI,
#checkouttitletmp #checktitleRO {
    display: none;
}

#checkoutmain #tos-checkbox > .form-item > label,
#checkouttitletmp {
    font-size: 200%;
    text-align: left;
}

#checkoutmain .field-label {
    float: left;
}

#checkoutmain .address-pane-table table td {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
}

#checkoutmain .address-pane-table table td.field-label {
    padding-bottom: 10px;
    
}


#checkoutmain {
  padding-bottom: 10px;   
}

#minicart .form-item label,
#checkoutmain .form-item label,
h2#checkouttitletmp,
#checkoutmain .form-item label,
#checkoutmain fieldset legend,
#checkoutmain,
#uc-cart-gc-checkout-form .field-label,
#uc-cart-checkout-form .field-label {
    color: #868491;
}

#minicart .form-item label,
#checkoutright .form-item label,
#checkoutright .form-item label,
#checkoutright fieldset legend,
#checkoutright,
#checkoutright .field-label {
    color: #31363c;
}

.page-cart #edit-panes-coupon-code-wrapper {
    margin-top: 5px;
}

#checkoutmain #billing-pane .description {
    display: block;
    margin-bottom: 25px;
    text-align: left;
}

#payment-pane .description {
    text-align: left;
}

#checkoutmain #payment-pane #line-items-div {
    display: block;
    border: none;
    margin-top: 15px;
}

#checkoutmain #payment-pane legend {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#checkoutmain #payment-pane #payment_details td {
    display: block;
    clear: both;
}

#checkoutmain #payment-pane #payment_details td.field-label {
    margin-top: 10px;
}

#checkoutmain #payment-pane #payment_details {
    background-color: #f5f5f5;
    border: none;
    padding: 10px;
    margin-top: 10px;
}

#checkoutmain #payment-pane #payment_details  a {
     color: #868491;
}

#checkoutmain #customer-pane legend,
#checkoutmain #payment-pane legend,
#checkoutmain #checkouttitletmp {
    color: #2e323b;
    text-transform: uppercase;
    font-weight: bold;
}

#checkoutmain #tos-checkbox label{
    color: #2e323b;
    font-size: 100%;
}

#checkoutmain #checkouttitletmp {
    border-bottom: 3px solid #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 13px;
}


#checkoutmain #payment-pane .form-radios > div.form-item {
    margin: 7px auto;
    height: 26px;
}

.page-cart #checkoutright {
    margin-top: 100px;
}


#checkoutmain #payment-pane #line-items-div table {
    margin-top: 30px;
    border-top: 2px solid #f5f5f5;
    width: 100%;
}
#checkoutmain #payment-pane #line-items-div table tr td {
    float: right;
}
#checkoutmain #payment-pane #line-items-div table tr td:first-child {
    float: left;
}

#checkoutmain #payment-pane #line-items-div table tr td {
    padding: 20px;
    font-size: 120%;
}
#checkoutmain #payment-pane #line-items-div table tr .uc-price {
    color: #39a43c;
}

#checkoutmain #payment-pane #line-items-div table tr:last-child {
    background-color: #f5f5f5;
    text-transform: uppercase;
}

 


.order-review-table #edit-cart,
.order-review-table #additional-btn1 {
    display: none;
}

.order-review-table .review-button-row #edit-back,
.order-review-table .review-button-row #edit-cart {
    display: none;
}

body.page-cart #checkoutmain #uc-cart-view-form {
    width: auto;
}

.page-stagelearn #checkoutmain #inner-table tr {
    background-color: transparent;
    border-bottom: none;

}

.page-stagelearn #checkoutmain #inner-table thead tr th {
    background-color: transparent;
    border-bottom: none;

}

.page-stagelearn #checkoutmain #inner-table tbody tr {
    height: 110px;
}

#checkoutmain div#msgintro {
    width: auto;
    text-align: left;
    padding-top: 15px;
}

.page-stagelearn #checkoutmain #inner-table tr td {
    padding: 15px 0px;
    font-size: 120%;
}

.page-stagelearn #checkoutmain #inner-table tr td,
.page-stagelearn #checkoutmain #inner-table tr a {
    color: #246d9a;
    
}

/*
.page-stagelearn #checkoutmain #inner-table tr img {
    width: 100px;
}
*/

.checkout-review-form-hack #edit-submit-wrapper #edit-nosubmit {
    background-color: gray;
    background-image: none;
    padding: 14px;
    width: 188px;
}

.page-stagelearn #checkouttitletmp span {
    display: none;
}

.page-stagelearn #checkouttitletmp span#checktitleSL {
    display: block;
}

#minicart .cart-review thead,
.page-cart .cart-review  thead {
    display: table-header-group;
}

#minicart legend,
.page-cart .cart-review legend {
    display: none;
}

#minicart tbody,
.page-cart .cart-review tbody {
    font-size: 90%;
}

#minicart .cart-review td.qty,
.page-cart .cart-review td.qty {
    background-image: none;
    padding: 0px;
    vertical-align: bottom;
    width: auto;
    padding-bottom: 10px;
}

#minicart .cart-review .uc-price,
.page-cart .cart-review .uc-price {
    font-weight: normal;
    color: black;
    
}

#minicart tbody img,
.page-cart .cart-review tbody img {
    display: block;
    float: left;
    padding: 5px 18px 5px 0px;

}

#minicart .itemtitle,
.page-cart .cart-review .itemtitle {
    padding-top: 5px;
    display: block;
    float: left;
    width: 66%;
    min-height: 67px;
}

#checkoutright .page-cart .cart-review .itemtitle {
     width: 66%;
}

#minicart .removlink,
.page-cart .cart-review .removlink {
    display: block;
    padding: 5px 3px;
    cursor: pointer;
    color: #246d9a;
}

#cart-form-products > table td,
#cart-form-products > table th,
#checkoutright table.cart-review td {
    background: none;
}

#minicart td.products,
.page-cart .cart-review td.products {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#minicart .cart-review td.price,
.page-cart  .cart-review td.price {
    vertical-align: bottom;
    padding-bottom: 13px;
}

#minicart thead th,
.page-cart thead th {
    border-bottom: 2px solid #ccc;
}

#minicart td.products select,
.page-cart .cart-review td.products select {
    margin-top: 6px;
    clear: both;
    display: block;
}



#minicart .cart-review td.subtotal,
.page-cart .cart-review td.subtotal {
    color: black;
    padding: 15px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}

#payment-pane #edit-panes-payment-payment-method-paypal-wps-wrapper img {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/aw_core_v2/images/paypallogo.png") no-repeat scroll 0 0;
    height: 0;
    padding: 10px 40px;
    background-size: cover;
    width: 0;
}

#cart-form-products > table td .uc-price,
#minicart table.cart-review td .uc-price {
    float: right;
    font-weight: bold;
}

#minicart {
    background-color: #eee;
    border: 1px solid #ddd;
    height: auto;
    padding: 60px 22px;
    display: none;
    position: absolute;
    Xright: 60px;
    Xtop: 75px;
    width: 390px;
    z-index: 205;
}

#minicart .checkoutbutton a {
    background: #517de4 none repeat scroll 0 0;
    border: medium none;
    color: white;
    font-size: 15px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 10px;
    width: auto;
    font-size: 20px;
    text-align: center;
    text-align: center;
    margin-top: 35px;
    border-radius: 3px;
    display: block;
}


.rs-cartlink .cart-button {
    /*background: rgba(0, 0, 0, 0) url("/sites/all/themes/aw_core_v2/images/carticon.png") no-repeat scroll 0 0;*/
    height: 30px;
    width: 40px;
}

.rs-cartlink .cart-button div {
    Xdisplay: none;
}


#minicart #iconclose {
    background: #eee url("/sites/all/themes/aw_core_v2/images/cart-close.png") no-repeat scroll center;
    height: 30px;
    width: 30px;
    position: absolute;
   display: block;
   right: 10px;
   top: 10px;
   text-indent: 9999px;
   cursor: pointer;
    
}


// guitar lessons page top paragraph fix for production

body.og-context-71405 #how {
    float: none;
}

body.og-context-71405 #how #how-inner {
    width: auto;
    padding: 20px 5% 95px;
}

.reviewpageinner {
    background-color: #eaefff;
    padding: 30px 20px;
}



.reviewpageinner table.cart-review td {
    background: #eaefff none repeat scroll 0 0;
    color: #444;
    padding: 5px 0px;
}

.reviewpageinner table.cart-review tr:first-child td {
    padding-top: 20px;
}

.reviewpageinner table.cart-review td:first-child {
    padding-left: 0px;
}

.reviewpageinner table.cart-review thead {
    display: table-header-group;
}

.reviewpageinner h3 {
    text-align: left;
    text-transform: uppercase;
}

.reviewpageinner table.cart-review td.subtotal,
.reviewpageinner .cart-review tbody tr {
    background-color: transparent;
}

#additional-btn1,
#additional-btn #edit-cart,
#additional-btn #edit-back {
    display: none;
}

.reviewpageinner .reviewaccountinfo {
    width: 50%;
    float: left;
}

.reviewpageinner .reviewpayment {
    width: 50%;
    float: left;
}
.reviewpageinner .reviewpayment a:visited,
.reviewpageinner .reviewaccountinfo a:visited,
.reviewpageinner .reviewpayment a,
.reviewpageinner .reviewaccountinfo a {
    display: inline-block;
    margin-top: 10px;
    text-transform: capitalize;
    color: #246d9a;
}


.reviewpageinner .reviewaccountinfo div {
    margin-bottom: 10px;
}

.reviewpageinner .reviewform {
    clear: both;
}

.ajaxthrobberouter {
    position: relative;
}

.ajaxthrobber {
  position: absolute;
  top: 50px;
  left: 50%;
  right: 50%;
  background: rgba(0, 0, 0, 0.55) url("/sites/all/modules/ctools/images/status-active.gif") no-repeat center; /* tweak this according to your gif */
  float: left;
  display: none;
  height: 32px; /* tweak this according to your gif */
  width: 32px; /* tweak this according to your gif */
  margin: 2px;
  z-index: 99;
  border-radius: 18px;
}

.ajaxinprogress .ajaxthrobber { 
   display: block;
}

/* New cart path join page - start */
#thenotfixed #giftselectionformouter,
#thenotfixed #membership-infobox,
#thenotfixed #instrumentfiltersouter {
    padding: 20px 0px;
    width: 1100px;
    margin: 0 auto;
    background-image: none;
    padding-top: 30px;
}
#thenotfixed .plans#masthead {
    padding: 20px 0px;
    width: 1100px;
    margin: 0 auto;
    background-image: none;
    padding-bottom: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#thenotfixed #masthead.plans h1 {
    padding-top: 20px;
    text-align: left;
    color: #000;
    text-shadow: none;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 3px solid #e4e7eb;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#thenotfixed #masthead.plans h4 {
    text-align: left;
    color: #83828f;
    font-size: 100%;
}

#thenotfixed #masthead.plans .leftblock {
    float: left;
    width: 45%;
    margin-right: 2%;
	padding-left:30px;
}

#thenotfixed #masthead.plans .rightblock {
    float: left;
     width: 45%;
	padding-left:30px;
}


#thenotfixed .offwhitebg {
    background: #e4e7eb none repeat scroll 0 0;
    border-top: 2px #d5d8dc solid;
}

.plan-subtitle {
    color: black;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin-top: 20px;
}

#thenotfixed #instrumentfiltersouter {
    border-bottom: 3px solid #d3d5d9;
}

#membership-infobox .membershipitem {
    padding-left: 2%;
    width: 31.2%;
    float: left;
    
}

#membership-infobox .leftbox {
    width: 60%;
    float: left;
    
}

#membership-infobox .leftbox  span {
    font-weight: bold;
    color: black;
}

#membership-infobox .pricebox {
    float: left;
    font-size: 220%;
    width: 40%;
}

#membership-infoboxinner {
    color: #585b66;
}

#filterform label {
    color: #39373d;
}

#thenotfixed .school_box .school_links {
    line-height: 145%;
    padding: 0 5%;
    position: absolute;
    width: 90%;
    height: 120px;
    bottom: 7px;
}



.school_box .school_links .itembottombox .leftbox {
       width: 50%;
       float: left;
}

.school_box .school_links .itembottombox .rightbox {
    bottom: 10px;
    float: right;
    padding-top: 60px;
    position: absolute;
    right: 14px;
    width: 45%;
}

.school_box .school_links .itembottombox .rightbox .activebutton {
    background:  #527de3 none repeat scroll 0 0;
    color: white;
    display: block;
    float: left;
    padding: 5px 0px;
    text-align: center;
    cursor: pointer;
    width: 155px;
}

.school_box .school_links .itembottombox .rightbox .activebutton:hover {
    background-color: #444;
} 

.school_box .school_links .itembottombox .leftbox a,
.school_box .school_links .itembottombox .leftbox span {
     color: #527de3;
     position: absolute;
     bottom: 10px;
     left: 10px;
     display: block;
     padding-left: 25px;
     cursor: pointer;
     background: rgba(0, 0, 0, 0) url("/sites/all/themes/aw_core_v2/images/infoicon.png") no-repeat 0 3px; 
	font-weight: normal;
	font-size: 14px;
}

#thenotfixed .school_box {
    height: 315px;
    overflow: visible;
}

.school_box .school_links .itembottombox  .moreinfobox {
    background: #fff none repeat scroll 0 0;
    bottom: 41px;
    display: none;
    height: auto;
    left: -36px;
    padding: 24px 20px;
    position: absolute;
     max-width: 200px;
    min-width: 150px;
    z-index: 110;
    -webkit-box-shadow: -2px 14px 61px -10px rgba(0,0,0,0.63);
    -moz-box-shadow: -2px 14px 61px -10px rgba(0,0,0,0.63);
    box-shadow: -2px 14px 61px -10px rgba(0,0,0,0.63);
}

.school_box .school_links .itembottombox .leftbox:hover .moreinfobox {
    Xdisplay: block;
}

.school_box .school_links .itembottombox .leftbox .moreinfobox .uparrowwhite  {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/aw_core_v2/images/boxpointer-top-white.png") no-repeat; 
    bottom: -10px;
    color: #527de3;
    cursor: default;
    display: none;
    height: 50px;
    left: 22px;
    padding-left: 5px;
    position: absolute;
    width: 50px;
    height: 40px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     transform: rotate(180deg);
}

.school_box .school_links .itembottombox .leftbox:hover .moreinfobox .uparrowwhite {
    display: block;
}

.school_box .school_links .itembottombox .rightbox .planlist {
    width: 155px;
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid #d3d5d9;
    padding: 5px;
    
}


.instselectitm {
    float: left;
}

#instrumentfiltersouter #genrefilters {
    display: none;
}

.school_boxes .school_box .school_image {
    height: auto;
    width: 347px;
}

.school_boxes .school_box.refereditem .school_image {
    border: 2px solid yellow;
}

.school_box.refereditem .school_links .itembottombox .rightbox .planlist {
   
   border: 1px solid red;
    
}

.school_box.addedtocart .school_links .itembottombox .rightbox .planlist {
   
   border: 1px solid #d3d5d9;
    
}


.school_boxes .school_box.addedtocart .school_image {
    height: auto;
    width: 341px;
    border: 3px solid #da4a39;
}

.school_box.addedtocart .school_links .itembottombox .rightbox .activebutton {
    background-color: #da4a39;
}

.school_box.addedtocart .school_links .itembottombox .rightbox .activebutton:hover {
    background-color: #444;
}

.school_box.addedtocart .joincheckmark {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 3px;
    right: 3px;
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/aw_core_v2/images/joincheckmark.png") no-repeat center; 
    background-size: cover;
}

#loadingimg {
    background: rgba(1, 1, 1, 0.3) none repeat scroll 0 0;
    border-radius: 66px;
    height: 61px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 34px;
    position: fixed;
    right: 50%;
    text-align: center;
    top: 200px;
    width: 94px;
    
}

#theheader .rs-cartlink {
    display: block;
} 

body #minicart {
    position: fixed;
}

#minicart .cart-review {
    display: block;
    max-height: 263px;
    overflow-y: scroll;
}

body #minicart {
     padding: 44px 22px 10px;
     background-color: #fff;
}

#minicart #iconclose {
  background-color: #fff;  
}

#minicart table tbody tr {
    background-color: #fff;  
}

#giftselectionformouter ul {
    padding-left: 20px;
}

#giftselectionformouter ul  li {
    margin-bottom: 10px;
    list-style-type: none;
    text-indent: -5px;
}

#giftselectionformouter ul  li:before {
    content: "-";
    position: relative;
    left: -10px;
    
}

#giftselectionform {
    padding-left: 10px;
    padding-top: 20px;
}

#giftselectionform .formitem {
    margin-bottom: 20px;
}

#giftselectionform .formitem label {
    display: inline-block;
    min-width: 256px;
}

#giftselectionform .formitem select {
    background-color: white;
    border: medium none;
    min-width: 171px;
    padding: 5px;
}

#giftselectionform  .formquantity input {
    width: 55px;
    border: medium none;
    border-radius: 0;
    height: 28px;
    padding-left: 10px;

}

#giftselectionform .formsubmit input  {
    background: #527de3 none repeat scroll 0 0;
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 155px;
    border:none;
    border-radius: 0px;
    width: 164px;
    margin-left: 263px;
}

#thenotfixed #gift-certificates-15 .school_box {
    background: #39373d url("/sites/all/themes/aw_core_v2/images/GiftCertificates header.png") no-repeat scroll center top / contain ;
    padding-top: 40px; 
    height: 285px;
}

#gift-certificates-15 .selectbutton,
#gift-certificates-15 .school_box .school_instrument,
#gift-certificates-15 .school_box .school_teacher {
    color: #fff;
}

#gift-certificates-15 .school_box .selectbutton {
    background: #527de3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: white;
    cursor: pointer;
    display: block;
    float: none;
    margin-left: 266px;
    padding: 5px 0;
    text-align: center;
    width: 164px;
    margin: 25px auto;
}

#thenotfixed #gift-certificates-15 #giftselectionformouter {
    padding-bottom: 30px;
    border-bottom: 3px solid #d3d5d9;
}
#thenotfixed #gift-certificates-15 #membership-infobox {
    border-bottom: 3px solid #d3d5d9;
}

#thenotfixed #gift-certificates-15 #instrumentfiltersouter {
    border-bottom: none;
}

#gift-certificates-15 .subtext {
     margin-bottom: 30px;
     margin-left: 20px;
}


#gift-certificates-15  .school_box.addedtocart .joincheckmark {
    top: 41px;
}

#gift-certificates-15 .school_box.addedtocart .selectbutton {
    background-color: #da4a39;
}

#theheader #topbuttons .rs-giftcert
{
	list-style:none;
	position:relative;
	margin:0;
	padding:0
}

#theheader #topbuttons .rs-giftcert ul a
{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:5px 15px;
}

#theheader #topbuttons .rs-giftcert ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:5px;
        list-style: none;
}


#theheader #topbuttons .rs-giftcert ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:rgba(0,0,0,0.85);
	padding:10px;
  min-width: 180px;
}

#theheader #topbuttons .rs-giftcert ul ul li
{
	float:none;
	width:auto;
}

#theheader #topbuttons .rs-giftcert ul ul li:hover a {
    color: rgb(219, 74, 57); 
}

#theheader #topbuttons .rs-giftcert ul ul a
{
	line-height:120%;
	padding:10px 15px
}


#theheader #topbuttons .rs-giftcert ul li:hover > ul
{
	display:block
}

#delivery-pane .description {
    text-align: left;
}

/* New cart path join page - end */

/* Front page fliper */
 
 

.flipper_color_blocks .blocks {
    Xheight: 307px;
    margin: 0 auto;
    width: 961px;
    margin-bottom: 10px;
}

.flipper_color_blocks .flip-container,
.flipper_color_blocks .front,
.flipper_color_blocks .back {
    height: 160px;
    width: 160px;
}

.flipper_color_blocks .flip-container {
    float: left;
    height: 140px;
    width: 160px;
}

.flipper_color_blocks .flipper {
    position: relative;
    -webkit-transition: all 0.6s ease 0s; /* Safari */
    transition: all 0.6s ease 0s;
}


.flipper_color_blocks h1, 
.flipper_color_blocks h2,
.flipper_color_blocks a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.flipper_color_blocks a.flipper {
    display: block;
    height: 140px;
    width: 160px;
}

.flipper_color_blocks .front,
.flipper_color_blocks .back {
     backface-visibility: hidden;
    border: 1px solid #444;
    left: 0;
    position: absolute;
}

.flipper_color_blocks .front {
    -webkit-transition: all 0.6s ease 0s; /* Safari */
    transition: all 0.6s ease 0s;
}

.flipper_color_blocks .back {
    -webkit-transition: all 0.6s ease 0s; /* Safari */
    transition: all 0.6s ease 0s;
}

.flipper_color_blocks .front {
    background-color: #fff;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotateY(0deg); 
    transform: rotateY(0deg);
    z-index: 2;
}

.flipper_color_blocks .front,
.flipper_color_blocks .back {
    border: 0 none;
    color: #fff;
    height: 140px;
    padding: 0;
    width: 160px;
}




.flipper_color_blocks .back strong {
    display: block;
    font-size: 12px;
    height: auto;
    margin: 5px 0 8px;
    padding: 0 10px;
    word-spacing: 2px;
    line-height: normal;
    
}

.flipper_color_blocks .back span {
    display: block;
    margin-top: 20px;
    opacity: 0.5;
}

.flipper_color_blocks .back strong:first-child {
    margin-top: 30px;
}



.flipper_color_blocks .front span {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/aw_core_v2/images/homepage-music-icons.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 114px;
    margin-top: 25px;
    width: 160px;
    text-indent: -9999px;
}



.flipper_color_blocks .back {
    clear: both;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 1.3;
}

.flipper_color_blocks .back {
    background-color: #ddd;
    -ms-transform: rotateY(-180deg); /* IE 9 */
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    text-align: center;
}



.flipper_color_blocks .flip-container:hover .back {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 4;
}

.flipper_color_blocks .flip-container:hover .front {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper_color_blocks .back {
    background-color: #83838f;
}

.flipper_color_blocks .guitar .front span {
    background-position: 15px -15px;    
}

.flipper_color_blocks .guitar .front {
    background-color: rgba(151, 91, 119, 0.7);
    opacity: 1;
}

.flipper_color_blocks .front {
    opacity: 1;
}

.flipper_color_blocks .back  {
    opacity: 0;
}

.flipper_color_blocks .flip-container:hover .back  {
    opacity: 1;
}

.flipper_color_blocks .bass .front span {
    background-position: -170px -15px;    
}

.flipper_color_blocks .bass .front {
    background-color: rgba(88, 135, 171, 0.7);
}

.flipper_color_blocks .bluegrass .front span {
    background-position: -332px -15px;    
}

.flipper_color_blocks .bluegrass .front {
 
    background-color: rgba(68, 80, 110, 0.7);
}

.flipper_color_blocks .jazz .front span {
    background-position: -508px -15px;     
}

.flipper_color_blocks .jazz .front {
    
    background-color: rgba(34, 192, 131, 0.7);
}

.flipper_color_blocks .multi-style .front span {
    background-position: -677px -15px;     
}

.flipper_color_blocks .multi-style .front {
    
    Xbackground-color: rgba(240, 185, 56, 0.7);
    background-color: rgba(240, 185, 56, 0.7);
}

.flipper_color_blocks .dj-qbert .front span {
    background-position: -853px -15px;     
}

.flipper_color_blocks .dj-qbert .front {
    
    Xbackground-color: rgba(146, 185, 164, 0.7);
    background-color: rgba(146, 185, 164, 0.7);
}

.flipper_color_blocks .piano .front span {
   background-position: 12px -151px;   
}

.flipper_color_blocks .piano .front {
    
    background-color: rgba(69, 175, 201, 0.7);
}

.flipper_color_blocks .voice .front span {
    background-position: -162px -151px;    
}

.flipper_color_blocks .voice .front {
    
    background-color: rgba(146, 185, 164, 0.7);
}

.flipper_color_blocks .classical .front span {
    background-position: -333px -151px;   
}

.flipper_color_blocks .classical .front {
    
    background-color: rgba(143, 91, 151, 0.7);
}

.flipper_color_blocks .luis-conte .front span {
    background-position: -508px -151px;  
}

.flipper_color_blocks .luis-conte .front {
    
     background-color: rgba(162, 184, 73, 0.7);
}

.flipper_color_blocks .art .front span {
    background-position: -680px -151px;  
}

.flipper_color_blocks .art .front {
   
    background-color: rgba(88, 154, 171, 0.7);
}

.flipper_color_blocks .moreinstruments .front span {
    background-position: -848px -146px;   
}

.flipper_color_blocks .moreinstruments .front {
    
    background-color: rgba(110, 93, 145, 0.7);
}

.flipper_color_blocks .otherinstr .front span {
    background-position: -848px -151px; 
}

.flipper_color_blocks .otherinstr .front {
    background-color: rgba(88, 154, 171, 0.7);
}


/*#thenotfixed #cover-inner .cover-button.see-all.teachers {
    bottom: 265px;
    right:0;
    Xleft:0;
    Xmargin-left: auto;
    Xmargin-right: auto;
left:auto;margin-right:21%;
}*/


#thenotfixed #cover-inner .cover-content {
    background-color: transparent;
    border-radius: 3px;
    left: auto;
    right: auto;
    position: relative;
    width: 700px;
    text-align: center;
    color: #fff;

    Xmargin: 0 auto;
    Xtop: 20px;
width:50%;float:right;margin-right:5%;margin-top:10%;top:0;
}

#cover-inner .cover-content h2 {
    color: #fff;
}

#cover-inner .cover-content h3 {
    color: #fff;
    Xfont-weight: bold;
    Xfont-size: 130%;
}

/* Front page fliper end */

body.og-context-71405 #how {
    float: none;
}



.cart-review td.products select{
    background-color: white;
    border: 1px solid #d3d5d9;
    padding: 5px;
}

#gift-certificates-15 #membership-infobox .leftbox span {
    font-size: 104%;
}


#gift-certificates-15 #membership-infobox .pricebox {
    font-size: 136%;
}

#checkoutmain img.address-book-icon {
    display: none;  
}

/* also copy some JS changes */

@media screen and (min-width: 740px) {

.school-85726 #about-name .about-name-content p {
   font-size: 77%;
}

.school-85726 #about-name .about-name-content {
   width: 540px;
}

.school-85726 .artist-top-inner .artist-top-text {
   width: 490px;
}

/*.school-85726 .artist-top-inner  .cover-button {
   display: inline-block;
   margin-right: 20px;
   float: left;
   width: 180px;
   margin-bottom: 15px;
}*/
}

#checkoutmain .messages ul {
    padding: 18px 0 19px 33px;
} 

#checkoutmain .messages ul li {
   padding-bottom: 5px;
   font-weight: normal;
   text-align: left;
   color: #333;
} 


.ajaxAIformopened.reviewpageinner .reviewaccountinfo {
    float: none;
    width: auto;
}


.ajaxAIformopened.reviewpageinner .reviewpayment {
    float: none;
    width: auto;
}

.ajaxPyformopened.reviewpageinner .reviewaccountinfo {
    float: none;
    width: auto;
}


.ajaxPyformopened.reviewpageinner .reviewpayment {
    float: none;
    width: auto;
}

.ajaxAIformopened.reviewpageinner .reviewaccountinfo .ctools-use-ajax, 
.ajaxPyformopened.reviewpageinner .reviewpayment .ctools-use-ajax {
    display: none;
}

.ajaxAIformopened.reviewpageinner .reviewaccountinfo legend, 
.ajaxPyformopened.reviewpageinner .reviewpayment legend {
    display: none;
}

.reviewpageinner #additional-btn .form-submit {
    background: rgb(219, 74, 57) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: lato,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    padding: 8px 24px;
    width: auto;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

.reviewpageinner .checkout-review-form-hack {
    border: 0 solid #fff;
    margin: auto;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-top: 30px;
}

#thenotfixed #masthead.plans h4 br {
     display: block;
     margin-top: 10px;
}

#instrumentfilters .instrselectlist {
    display: none;
    background-color: white;
    border: none;
    padding: 8px;
}

#edit-updatepaymentsubmit,
#edit-udate-submit {
    background: #db4a39 none repeat scroll 0 0;
    border: medium none;
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin: 20px;
    padding: 15px 0;
    width: 221px;
}

.cart-review  #Total-title {
    font-weight: bold;
}

#cart-form-products > table td:last-child,
table.cart-review td:last-child {
    padding-right: 5px;
}

#minicart .cart-review .total .uc-price,
.page-cart .cart-review .total .uc-price {
    font-weight: bold;
}

#minicart .cart-review td.total,
.page-cart .cart-review td.total {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
}

#minicart .cart-review td.total span,
.page-cart .cart-review td.total span {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

#cart-pane .cart-review td.subtotal #subtotal-title {
    font-size: 13px;
}

.page-genre #thenotfixed-inner {
    padding-top: 136px;
    Xwidth: auto;
}


.page-genre #theheader {
    background-color: black;
}

.page-genre #footer-collection {
    margin-left: auto;
    margin-right: auto;

}
.free-samples-button {
  display: inline-block;
  width: 270px;
  padding: 10px;
  background: grey;
  text-align: center;
  font-size: 13px;
}

.free-samples-button:hover {
  background: #999;
}


.page-genre .view-genre-term-view .viewsgroup-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}



.page-genre  .view-genre-term-view .groupheading  {
    font-size: 140%;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    font-family: "gothambook", sans-serif;
}

.page-genre  .view-genre-term-view  .views-row {
    border-top: 2px solid #b7b7b7;
    padding-top: 15px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    clear: both;
}

.page-genre  .view-genre-term-view .views-field-field-school-image-fid {
    float: left;
     padding: 15px 55px;
}

.page-genre  .view-genre-term-view .views-field-title a {
    border-bottom: 1px solid;
    color: #000;
    float: left;
    display: block;
    font-family: "MYRIADPRO", sans-serif;
}

.page-genre  .view-genre-term-view .views-field-nothing-2 {
    float: left;
    width: 42%;
}

.page-genre  .view-genre-term-view .views-field-field-teaser-text-value {
     clear: both;
    float: left;
    padding-top: 10px;
    width: 100%;
}

.page-genre  .view-genre-term-view .views-field-nothing-3 {
    float: left;
    width: 35%;
    font-size: 130%;
}

.page-genre  .view-genre-term-view  .join-link a,
.page-genre  .view-genre-term-view  .more-info a {
    display: block;
    color: #000;
    padding: 3px 10px;
    float: left;
    float: right;
    margin-top: 13px;
    font-size: 75%;
    letter-spacing: 0px;
    font-family: "gothamlight", sans-serif;
}

.page-genre  .view-genre-term-view .viewsgroup {
    float: left;
    width: 100%;
    clear: both;
    background-color: #fff;
}

.page-genre  .view-genre-term-view .views-field-field-right-side-block-value {
    padding-bottom: 10px;
    font-size: 80%;
    margin-left: 60px;
    padding-bottom: 15px;
    color: #707070;
}


.page-genre  .view-genre-term-view  .join-link a{
    background-color: #da4a39;
    color: #fff;
    margin-right: 10px;
    padding: 3px 25px;
}
.page-genre  .view-genre-term-view  .more-info a {
    background-color: #b7b7b7;
    color: #000;
}

.page-genre  .view-genre-term-view  .views-field-field-teaser-text-value p,
.page-genre  .view-genre-term-view .views-field-field-right-side-block-value p {
    margin: 0px;
    font-family: "MYRIADPRO", sans-serif;
    
}

.page-genre  .view-genre-term-view  .views-field-field-teaser-text-value {
    font-size: 105%;
}

.page-genre .view-genre-term-view  {
    color: #000;
}

.page-genre  #footer1 {
    width: 100%;
}

.page-genre  #footer1-inner1 {
    width: 100%;
}

.page-genre .messages {
    position: static;
}

.front #cover-inner {
     background: #fff url("/sites/all/themes/aw_core_v2/images/flippermain background.png") no-repeat center;
     background-size: cover;
}

.front #flipperheading {
    text-align: center;
    color: #fff;
    padding: 50px 0;
}

.front #flipperheading h2 {
    color: #fff;
    font-family: "gothammedium",sans-serif;
    font-size: 273%;
    font-weight: bold;
    letter-spacing: 0;
}

.front #flipperheading h5 {
     font-size: 135%; 
     font-family: "gothambook", sans-serif;
     font-weight: normal;
     letter-spacing: 0px;
}

.front #flipperheading sup {
    font-size: 64%;
}

.page-genre .view-genre-term-view .attachment-before {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0px;

}



/*.page-genre .view-genre-term-view .attachment  .viewsgroup-inner {
    width: auto;
}*/

.page-genre .view-genre-term-view .attachment .views-row {
    border-top: none;
    clear: both;
    float: none;
    padding-bottom: 20px;
    padding-top: 15px;
    width: auto;
}

.page-genre .view-genre-term-view .attachment-before h2 {
    color: #fff;
    font-family: "gothambook", sans-serif;
}

.page-genre .view-genre-term-view .attachment-before h5 {
    font-size: 180%;
    color: #fff;
    font-family: "gothamlight", sans-serif;
    font-weight: normal;
    
}

.page-genre .view-display-id-page_1  > .view-content > .viewsgroup {
    padding-top: 30px;
    background-color: #fff;
}


.page-genre.page-genre-2156 .view-display-id-page_1  > .view-content > .viewsgroup { 
    padding-top: 5px;
}

.page-genre.page-genre-2156 .view-display-id-page_1  > .view-content > .viewsgroup:first-child  {
    padding-top: 25px;
}

.page-genre.page-genre-2214 .view-genre-term-view .viewsgroup,
.page-genre.page-genre-2181 .view-genre-term-view .viewsgroup,
.page-genre.page-genre-2210 .view-genre-term-view .viewsgroup,
.page-genre.page-genre-2172 .view-genre-term-view .viewsgroup,
.page-genre.page-genre-2173 .view-genre-term-view .viewsgroup,
.page-genre.page-genre-2169 .view-genre-term-view .viewsgroup,
.page-genre.page-genre-2163 .view-genre-term-view .viewsgroup,
.page-genre.page-genre-2156 .view-genre-term-view .viewsgroup,
.page-genre.page-genre-2153 .view-genre-term-view .viewsgroup.electric,
.page-genre.page-genre-2152 .view-genre-term-view .viewsgroup.art,
.page-genre.page-genre-2152 .view-genre-term-view .viewsgroup.scratchDJ,
.page-genre.page-genre-2166 .view-genre-term-view .viewsgroup.electric {
    background-color: #e9efff;
}

.page-genre.page-genre-2169 .view-display-id-page_1  > .view-content > .viewsgroup:last-child {
    background-color: #fff;
}

body.page-genre .view-genre-term-view .attachment .viewsgroup {
    background-color: transparent;
    float: none;
}

.page-genre  .view-genre-term-view .attachment-after .view-content{
    padding: 30px 0px;
}


.page-genre .view-genre-term-view .attachment.attachment-after .viewsgroup-inner {
    width: 1100px;
}

.page-genre .view-genre-term-view .attachment-after p {
    text-align: center;
}

.page-genre .pane-node-body {

    padding-top: 63px;
}

.page-genre-2166 .attachment-before {
     background: #000 url("/sites/all/themes/aw_core_v2/images/header images/guitar header.png") no-repeat scroll 250% -92px;
}

.page-genre-2153 .attachment-before {
     background: #000 url("/sites/all/themes/aw_core_v2/images/header images/bass header.png") no-repeat scroll 145% -13px;
}

.page-genre-2163 .attachment-before {
     background: #000 url("/sites/all/themes/aw_core_v2/images/header images/fiddle header.png") no-repeat scroll 101% -60px;
}

.page-genre-2169 .attachment-before {
     background: #000 url("/sites/all/themes/aw_core_v2/images/header images/jazz header.jpg") no-repeat scroll 128% 5px;
}

.page-genre-2173 .attachment-before {
     background: #000 url("/sites/all/themes/aw_core_v2/images/header images/piano header.png") no-repeat scroll 128% 2px;
}

.page-genre-2181 .attachment-before {
     background: #000 url("/sites/all/themes/aw_core_v2/images/header images/bluegrass header.jpg") no-repeat scroll 128% 2px;
}

.page-genre-2192 .attachment-before {
     background: #000 url("/sites/all/themes/aw_core_v2/images/header images/mandolin header.jpg") no-repeat scroll 128% 2px;
}

.page-genre #subheader {
    Xwidth: auto;
}

.page-genre  {
    font-family: "MYRIADPRO", sans-serif;
}

.page-genre  .views-field-field-school-image-fid img.imagecache-100x100 {
    width: 125px;
}

.page-genre .views-field-nothing-2 span.field-conten,
.page-genre .views-field-nothing-3 span.field-content {
    display: block;
}

.page-genre .views-field-nothing-2 .views-field-title {
    font-size: 140%;
    margin-bottom: 10px;
    text-decoration: underline;
}

.page-genre .views-field-field-right-side-block-value ul {
    padding-left: 15px;
}

.page-genre #howplayer_wrapper {
    margin: 30px auto;
}

.views-field-field-right-side-block-value li {
    text-indent: -5px;
}

.page-genre  sup {
    font-size: 100%;
    vertical-align: baseline;
}

.flipper_color_blocks .back span {
    font-family: "gothamlight",sans-serif;
    padding-bottom: 0px;
    margin-top: 15px;
    letter-spacing: 0px;
}

.flipper_color_blocks .back strong {
    font-family: "gothammedium",sans-serif;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    padding: 0 8px;
    letter-spacing: 0px;
    font-size: 12px;
}

.flipper_color_blocks .jazz .back strong,
.flipper_color_blocks .multi-style .back strong,
.flipper_color_blocks .bluegrass .back strong,
.flipper_color_blocks .guitar .back strong,
.flipper_color_blocks .classical .back strong {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}


.flipper_color_blocks .back  {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


.flipper_color_blocks .jazz .back strong,
.flipper_color_blocks .multi-style .back strong,
.flipper_color_blocks .bluegrass .back strong,
.flipper_color_blocks .guitar .back strong,
.flipper_color_blocks .bass .back strong,
.flipper_color_blocks .fiddle-violin-cello .back strong,
.flipper_color_blocks .piano .back strong,
.flipper_color_blocks .classical .back strong,
.flipper_color_blocks .moreinstruments .back strong {
    padding: 0 5px;    
}

.flipper_color_blocks .jazz .back strong li,
.flipper_color_blocks .multi-style .back strong li,
.flipper_color_blocks .bluegrass .back strong li,
.flipper_color_blocks .guitar .back strong li,
.flipper_color_blocks .bass .back strong li,
.flipper_color_blocks .fiddle-violin-cello .back strong li,
.flipper_color_blocks .piano .back strong li,
.flipper_color_blocks .classical .back strong li,
.flipper_color_blocks .moreinstruments .back strong li {
   list-style-position: inside;
   word-spacing: -1px;
    
}

.flipper_color_blocks .moreinstruments .back strong li {
    font-size: 13px;
}

.flipper_color_blocks .multi-style .back strong li,
.flipper_color_blocks .bluegrass .back strong li,
.flipper_color_blocks .guitar .back strong li {
    font-size: 12px;
}

#cover-inner .flipper_color_blocks .see-all-button {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

#cover-inner .flipper_color_blocks .cover-button.see-all.teachers {
    bottom: auto;
    left: auto;
    background-color: transparent;
    color: white;
    display: inline-block;
    font-size: 110%;
    padding: 2px 3px;
    text-align: center;
    width: auto;
}


#menu {
   display: none;    
}

#messages .artist-response .artist-response-label {
    color: white;
    text-align: left;
}

#messages .artist-response p {
    padding-left: 15px;
}

#messages .sent-videos .artist-queue-label {
    font-size: 150%;
}

#messages .sent-videos li {
    font-size: 120%;
}

#artistworks-videoblock-set-main-form a:link, #artistworks-videoblock-set-main-form a:visited {
    color: #246d9a;
}



.page-genre .view-genre-term-view .attachment-before h1 {
    color: #fff;
    font-family: "gothambook",sans-serif;
    font-size: 325%;
    font-weight: inherit;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    line-height: 130%;
}

#coupon-warning:empty { display: none }

#coupon-warning {
    background-color: yellow;
    padding: 0px 3px;
    margin-top: 7px;
}

@media screen and (max-width: 720px) {
    .subheader #thenotfixed .school_box .school_links {
       height: auto;
    }
}


/* home page squares change - start */

#cover-inner .flipper_color_blocks .moreinstruments .cover-button.see-all.teachers {
    display: table;
    width: 100%;
    padding: 0px;
    background-color: rgba(110, 93, 145, 0.7);
}

#cover-inner .flipper_color_blocks .moreinstruments .cover-button.see-all.teachers span {
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
}

.page-genre .view-genre-term-view .views-field-field-school-image-fid {
    width: 135px;
}

.flipper_color_blocks .verticle-center .back strong {
    margin-top: 22px;
}

.flipper_color_blocks .multi-style .back {
    font-size: 12px;
    font-family: "gothammedium",sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.6;
    word-spacing: 2px;
    
} 

.flipper_color_blocks .multi-style .back strong {
    padding: 0 2px 0 4px;
}
.flipper_color_blocks .multi-style .back span {
    font-size: 15px;
}

.flipper_color_blocks .art .back strong {
    margin-top: 20px;
}


/* home page squares change  - End */
