.input_tiny {
  width: 50px; }

.input_small {
  width: 100px; }

.input_medium {
  width: 150px; }

.input_large {
  width: 200px; }

.input_xlarge {
  width: 250px; }

.input_xxlarge {
  width: 300px; }

.input_full {
  width: 100%; }

.input_full_wrap {
  display: block;
  padding-right: 8px; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1; }

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAAAAADhgtq/AAAAHElEQVQoz2P8z4ADsOCW+UeGnsFs2nDzz5AMHQA+JRlAyyOraAAAAABJRU5ErkJggg==) repeat-x;
  background: #dddddd url('../images/button.png?1424176338') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0; }
  button:hover,
  a.button:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    text-decoration: none; }
  button:active,
  a.button:active,
  input[type="reset"]:active,
  input[type="submit"]:active,
  input[type="button"]:active {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#dddddd, #eeeeee);
    background-image: -moz-linear-gradient(#dddddd, #eeeeee);
    background-image: -o-linear-gradient(#dddddd, #eeeeee);
    background-image: linear-gradient(#dddddd, #eeeeee);
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
    box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
    border-color: #999999 #bbbbbb #dddddd; }
  button::-moz-focus-inner,
  a.button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0; }

a.button {
  *padding-bottom: 3px; }

button {
  *padding-top: 1px;
  *padding-bottom: 1px; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }
  textarea[disabled],
  select[disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="email"][disabled],
  input[type="month"][disabled],
  input[type="number"][disabled],
  input[type="password"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="text"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  input[type="week"][disabled] {
    background-color: #eeeeee; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888; }

input.placeholder_text,
textarea.placeholder_text {
  color: #888888; }

textarea,
select[size],
select[multiple] {
  height: auto; }

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px; }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border-color: #666666; } }
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif; }
  optgroup::-moz-focus-inner {
    border: 0;
    padding: 0; }

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url('../images/button.png?1424176338') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto; }

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px; }

* html button {
  padding-top: 1px;
  padding-bottom: 1px; }

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top; }

* html select {
  margin-top: 1px; }

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888; }

.ie6_input_disabled {
  background: #eeeeee; }

.symbols-sprite, .symbols-arrow-next, .pager li.pager__item--next a, .symbols-arrow-prev, .pager li.pager__item--previous a, .symbols-close--sm, .block--views-gym-classes-week .class-info.open #class-description-toggler i, .symbols-info--sm, .block--views-gym-classes-week #class-description-toggler i {
  background: url('../images/generated/symbols-sc7d1410893.png') no-repeat; }

.symbols-arrow-next, .pager li.pager__item--next a {
  background-position: 0 -60px; }

.symbols-arrow-prev, .pager li.pager__item--previous a {
  background-position: 0 -30px; }

.symbols-close--sm, .block--views-gym-classes-week .class-info.open #class-description-toggler i {
  background-position: 0 0; }

.symbols-info--sm, .block--views-gym-classes-week #class-description-toggler i {
  background-position: 0 -15px; }

/* Colors
========================================= */
.orange {
  color: #ff5200 !important; }

/*
 * Square button, slight embose, uppercase text with shadow.
 */
/* Fonts
========================================= */
/**
 * Font sizes
 * =================================
 * 3.203125em;  // 41px /12.8
 * 2.65625em;   // 34px /12.8
 * 2.34375em;   // 30px /12.8
 *
 * 2.03125em;   // 26px /12.8
 * 1.71875em;   // 22px /12.8
 *
 * 1.40625em;   // 18px /12.8
 * 1.25em;      // 16px /12.8
 * 1.09375em;   // 14px /12.8
 * 0.9375em;    // 12px /12.8
 * 0.859375em;  // 11px /12.8
 */
.l-header__inner,
.l-main {
  margin-left: 10px;
  margin-right: 10px; }
  @media (min-width: 61.25em) {
    .l-header__inner,
    .l-main {
      margin-left: auto;
      margin-right: auto;
      max-width: 940px; } }

.l-footer {
  margin-top: 2em;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 100%;
  background: #000;
  position:relative;
  bottom:0;
  width:100%; }

.l-main {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  padding-top: 40px; }
  .l-main:before, .l-main:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .l-main:after {
    clear: both; }

.l-content {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1; }
  .l-content:before, .l-content:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .l-content:after {
    clear: both; }

/* Footer
========================================= */
.l-region--footer {
  margin-top: 0px;
  padding-bottom: 30px;
  padding-top: 30px; }
  @media (min-width: 61.25em) {
    .l-region--footer {
      margin-left: auto;
      margin-right: auto;
      max-width: 940px; } }

/* Header
========================================= */
.l-header {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  background-color: #ff5200; }
  .l-header:before, .l-header:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .l-header:after {
    clear: both; }

#block-block-1,
.block--delta-blocks-logo {
  display: block;
  margin-top: 10px;
  text-align: center; }
  @media (min-width: 61.25em) {
    #block-block-1,
	.block--delta-blocks-logo {
      width: 30%;
      float: left;
      display: inline-block; } }

.l-region--header {
  position: relative;
  display: block; }

/*
 * Used on the Gym Dashboard
 */
@media (min-width: 46.25em) {
  .omega-12-twocol-3-9 {
    overflow: auto; }
    .omega-12-twocol-3-9 .grid-3 {
      width: 31.91489%;
      float: left;
      margin-right: -100%;
      margin-left: 0%;
      clear: none; }
    .omega-12-twocol-3-9 .grid-9 {
      width: 65.95745%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
@media (min-width: 61.25em) {
  .omega-12-twocol-3-9 .grid-3 {
    width: 31.91489%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none; }
  .omega-12-twocol-3-9 .grid-9 {
    width: 65.95745%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
/*body*/
@media (min-width: 46.25em) {
  .one_sidebar .l-content {
    width: 48.93617%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none; }
  .one_sidebar .l-region--sidebar-first {
    width: 48.93617%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media (min-width: 46.25em) {
  .page-gym-search .l-content {
    width: 48.93617%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none; } }

/*
 * Used on the Shrednet Library section
 */
@media (min-width: 46.25em) {
  .section-library {
    overflow: auto; }
    
	.section-library .block--jillian-blocks-instructor-sidebar-block,
	.section-library #block-block-6,
	.page-search-moves .block--jillian-blocks-instructor-sidebar-block,
	.page-search-moves #block-block-6,
	.page-myuserpoints .block--jillian-blocks-instructor-sidebar-block,
	.page-myuserpoints #block-block-6 {
      width: 31.91489%;
      float: left;
      margin-right: -100%;
      margin-left: 0%;
      clear: none; }
	.section-library .view-instructor-library-view,
	.page-search-moves .view-moves.view-id-moves,
    .page-myuserpoints #userpoints-list-transactions {
      width: 65.95745%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
/*
 * Used on the Gym Dashboard
 */
@media (min-width: 46.25em) {
  .shrednet-12-twocol-4-8 {
    overflow: auto; }
    .shrednet-12-twocol-4-8 .grid-4 {
      width: 31.91489%;
      float: left;
      margin-right: -100%;
      margin-left: 0%;
      clear: none; }
    .shrednet-12-twocol-4-8 .grid-8 {
      width: 65.95745%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
@media (min-width: 61.25em) {
  .omega-12-twocol-3-9 .grid-4 {
    width: 31.91489%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none; }
  .omega-12-twocol-3-9 .grid-8 {
    width: 65.95745%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
body {
  color: #fff;
  background-color: #000;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top; }
  body.admin-menu {
    margin-top: 25px !important; }

#admin-menu {
  border-bottom: 5px solid #444; }

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

a {
  color: #ff5200;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.active {
    color: #ff5200; }

.pane-title,
h3 {
  text-transform: uppercase; }

p, ul, ol {
  font-size: 0.9375em;
  line-height: 1.7em;
  letter-spacing: .03em; }

ul li {
  margin: 5px 0 10px 0; }

dl dt {
  color: #ff5200; }
dl dd {
  margin: 0; }

/*
 * Credits block displayed in footer.
 */
.block--block-2 p {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6875em;
  padding-top: 20px;
  font-family: "Oswald",san-serif !important; }

/*
 * Front page main image block
 */
.block--block-3 p {
  display: none; }

/*
 * About page block quote
 */
.block--block-4 {
  overflow: auto;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #404040;
  -webkit-box-shadow: #202020 0 0 15px;
  -moz-box-shadow: #202020 0 0 15px;
  box-shadow: #202020 0 0 15px;
  background-image: url(../images/bkg-texture--dark.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff;
  font-size: 1.125em;
  line-height: 1.7em;
  text-transform: uppercase;
  padding: 0 20px; }
  .block--block-4 .about-quote-sig {
    color: #ff5200;
    text-align: right; }
  .block--block-4 .about-quote {
    padding-left: 60px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: 0 0; }
  .block--block-4 .futura-light {
    font-size: 1.375em;
    line-height: 2em; }

/*
 * Locations block - Displayed on Locations page
 */
.block--jillian-blocks-locations {
  clear: both; }
  .block--jillian-blocks-locations .location-menu {
    float: left;
    width: 40%; }
  .block--jillian-blocks-locations .gym-locations {
    width: 60%;
    float: left; }
  .block--jillian-blocks-locations .location-street {
    margin: 0 0 10px 0;
    font-size: 1.125em;
    color: #fff; }
  .block--jillian-blocks-locations .gym-link {
    margin-bottom: 20px;
    font-size: 0.9375em; }
  .block--jillian-blocks-locations .single-location {
    margin-bottom: 20px; }
    .block--jillian-blocks-locations .single-location a {
      display: block;
      margin-right: 40px;
      color: #fff;
      font-size: 1.375em;
      text-transform: uppercase;
      -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
      .block--jillian-blocks-locations .single-location a:hover, .block--jillian-blocks-locations .single-location a.selected {
        color: #ff5200;
        text-decoration: none; }

.block--jillian-core-gym-search--2 {
  position: relative;
  overflow: auto;
  margin-bottom: 1em; }
  .block--jillian-core-gym-search--2 .form-item-zipcode {
    float: left;
    margin-bottom: 0; }
  .block--jillian-core-gym-search--2 .form-submit {
    position: absolute;
    right: 0;
    margin-top: 1px;
    padding: 3px 20px; }

.block--jillian-core-gym-search {
  display: none;
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 103; }

.block--jillian-core-gym-search {
  float: left;
  max-width: 220px;
  padding: 10px;
  background-color: #ff5200; }
  .block--jillian-core-gym-search .block__title {
    color: #404040;
    font-size: 1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .block--jillian-core-gym-search form .form-submit {
    padding: 5px 20px;
    margin: 0;
    color: #404040;
    background: #ebf730;
    border: 0px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 0.875em;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: transparent 0 0 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700; }
    .block--jillian-core-gym-search form .form-submit:hover {
      color: #000;
      background: #c6d208;
      text-shadow: transparent 0 0 0; }
  .block--jillian-core-gym-search form .form-item label {
    top: 4px;
    padding-left: 5px;
    color: #9f9f9f;
    font-family: 'Oswald', sans-serif;
    font-weight: 400; }
  .block--jillian-core-gym-search form .form-required {
    display: none; }
  .block--jillian-core-gym-search form input[type="text"] {
    color: #404040;
    background-color: #fff;
    border: 0px solid #404040;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0; }

.block--jillian-core-gym-waitlist-form .form-item {
  width: 48%;
  float: left;
  display: inline-block; }
.block--jillian-core-gym-waitlist-form .first-row div:first-of-type,
.block--jillian-core-gym-waitlist-form .second-row div:first-of-type,
.block--jillian-core-gym-waitlist-form .third-row div:first-of-type {
  margin-right: 4%; }
.block--jillian-core-gym-waitlist-form form .form-submit {
  float: right; }

.block--jillian-core-gym-waitlist-form .waitlist-header {
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #666; }

/* Menu-menu-footer-menu
 * Displays footer menu links
 */
.block--menu-menu-footer-menu ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .block--menu-menu-footer-menu ul.menu .leaf, .block--menu-menu-footer-menu ul.menu .collapsed {
    list-style-image: none;
    list-style-type: none; }
.block--menu-menu-footer-menu .menu {
  font-family: "Oswald",san-serif;
  font-size: 1em; }
  .block--menu-menu-footer-menu .menu li {
    display: block;
    padding: 0 10px 0 0;
    margin: 0 9px 5px 0; }
    .block--menu-menu-footer-menu .menu li a {
      display: block;
      line-height: 1em;
      padding: 0;
      color: #fff;
      font-size: 0.6875em;
      text-decoration: none;
      text-transform: uppercase; }
      .block--menu-menu-footer-menu .menu li a:hover {
        -webkit-transition-property: color;
        -moz-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        color: #ff5200; }
    .block--menu-menu-footer-menu .menu li.last {
      padding-right: 0;
      margin-right: 0;
      border-right: none; }

.block--menu-menu-footer-menu ul.menu .leaf,
.block--menu-menu-footer-menu ul.menu .collapsed {
  padding-bottom: 14px; }

/* System-main-menu
 * Displays main menu links
 */
.block--superfish-1 {
  display: block;
  }
  .block--superfish-1 .menu {
    text-align: center; }
  @media (min-width: 61.25em) {
    .block--superfish-1 {
      display: inline-block;
      float: right;
      clear: right;
      /*ul*/ }
      .block--superfish-1 .menu li {
        float: left; } }

.sf-menu li {
  float: none; }
  @media (min-width: 61.25em) {
    .sf-menu li {
      float: left; } }

.block--superfish-1 ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .block--superfish-1 ul.menu .leaf, .block--superfish-1 ul.menu .collapsed {
    list-style-image: none;
    list-style-type: none; }
.block--superfish-1 .menu > li {
  display: inline-block;
  margin: 0;
  /* border: 1px solid #d47b19; */
  border:0;
  border-left: none; }
  .block--superfish-1 .menu > li li.sf-depth-2 {
		 padding-right:20px;
		 background:inherit;
		 color:inherit;}
  .block--superfish-1 .menu > li li.sf-depth-2:hover {
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      color: #ebf730;
	  background:#e64a01;}	  
  .block--superfish-1 .menu > li.first {
	/* border-left: 1px solid #d47b19; */
	border:0;
	}
  .block--superfish-1 .menu > li > a {
    margin-bottom: 0;
    display: inline-block;
    padding: 25px 20px;
    color: #fff;
    font-size: 0.8125em;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif; }
	/* new stuff here too */
	.block--superfish-1 .menu > li a:hover,
    .block--superfish-1 .menu > li > a:hover {
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      color: #ebf730;
	  background:#e64a01;
      text-decoration: underline; }
    .block--superfish-1 .menu > li > a.active {
      /* new color: #ebf730; */
	  color:#ffffff;
      text-decoration: none;
	  background:#e64a01;
	  -webkit-transition-property: background;
      -moz-transition-property: background;
      -o-transition-property: background;
      transition-property: background;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;}
    .block--superfish-1 .menu > li > a.menuparent {
      background-image: url(../images/arrow-select.png);
      background-repeat: no-repeat;
      background-position: right center;
      border-right: 10px solid transparent; }
  .block--superfish-1 .menu > li > .nolink {
    margin-bottom: 0;
    display: inline-block;
    padding: 25px 20px;
    color: #fff;
    font-size: 0.8125em;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif; }
/* new */
.sf-menu li.sfHover > ul {
  top: 4.5em;
  left: auto;
  right: 0;
  /* new padding: 10px 20px; */
  padding:0;
  background-color: #ff5200; }
  .sf-menu li.sfHover > ul .nolink,
  .sf-menu li.sfHover > ul a {
    display: block;
    text-align: right;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif; }
  .sf-menu li.sfHover > ul .nolink {
    color: #404040;
    font-weight: 700;
    font-size: 0.875em; }
  .sf-menu li.sfHover > ul a {
    color: #fff;
    font-size: 0.8125em; }

#superfish-1-select {
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: #ff5200;
  border: 1px solid #d47b19; }

/* System-main-menu
 * Displays main menu links
 */
.block--system-main-menu {
  display: block;
  /*ul*/ }
  .block--system-main-menu .menu {
    text-align: center; }
  @media (min-width: 61.25em) {
    .block--system-main-menu {
      display: inline-block;
      float: left;
      clear: right;
      /*ul*/ }
      .block--system-main-menu .menu li {
        float: left; } }

.block--system-main-menu ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .block--system-main-menu ul.menu .leaf, .block--system-main-menu ul.menu .collapsed {
    list-style-image: none;
    list-style-type: none; }
.block--system-main-menu .menu li {
  display: block;
  margin: 0; }
  .block--system-main-menu .menu li.expanded {
    margin-bottom: 20px; }
  @media (min-width: 46.25em) {
    .block--system-main-menu .menu li {
      display: inline-block;
      vertical-align: top; }
      .block--system-main-menu .menu li.expanded {
        margin-bottom: 0; } }
  .block--system-main-menu .menu li.first a {
    border-left: 1px solid #d47b19; }
  .block--system-main-menu .menu li a {
    overflow: auto;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #404040;
    -webkit-box-shadow: #202020 0 0 15px;
    -moz-box-shadow: #202020 0 0 15px;
    box-shadow: #202020 0 0 15px;
    background-image: url(../images/bkg-texture--dark.jpg);
    background-repeat: repeat;
    background-position: 0 0;
    color: #fff;
    margin-bottom: 0;
    display: block;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.625em;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif; }
    @media (min-width: 46.25em) {
      .block--system-main-menu .menu li a {
        float: left;
        display: inline-block;
        padding: 15px 20px;
        border: 1px solid #d47b19;
        border-left: none;
        font-size: 0.8125em;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-image: none; } }
    .block--system-main-menu .menu li a:hover {
      -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      color: #ff5200;
      text-decoration: underline; }
    .block--system-main-menu .menu li a.active {
      color: #ff5200;
      text-decoration: none; }

/* System-user-menu
 * Displays links for authenticated user
 */
.block--system-user-menu {
  display: block;
  margin: 5px 0 0 0;
  /*ul*/ }
  .block--system-user-menu .menu {
    text-align: center; }
  @media (min-width: 61.25em) {
    .block--system-user-menu {
      display: inline-block;
      float: right; } }

.block--system-user-menu {
  /*ul*/ }
  .block--system-user-menu ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .block--system-user-menu ul.menu .leaf, .block--system-user-menu ul.menu .collapsed {
      list-style-image: none;
      list-style-type: none; }
  .block--system-user-menu .menu li {
    display: inline-block; }
    .block--system-user-menu .menu li a {
      display: inline-block;
      padding: 0 15px;
      color: #FFFFFF /* #404040 */;
      font-size: 1em;
      letter-spacing: .05em;
      text-decoration: none;
      text-transform: uppercase;
      font-family: 'Oswald', sans-serif; }
      @media (min-width: 46.25em) {
        .block--system-user-menu .menu li a {
          font-size: 0.7em; } }
      .block--system-user-menu .menu li a:hover {
        text-decoration: underline; }
    .block--system-user-menu .menu li.last a {
      color: #ebf730; }
    .block--system-user-menu .menu li a[href^="/user/login"] {
      padding-right: 20px;
      background-image: url(../images/arrow-select.png);
      background-repeat: no-repeat;
      background-position: right center; }

.block--user-login {
  display: none;
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 103; }

.block--user-login {
  float: left;
  min-width: 280px;
  padding: 10px;
  background-color: #ff5200; }
  .block--user-login .block__title {
    color: #404040;
    font-size: 1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .block--user-login form .form-submit {
    padding: 5px 20px;
    margin: 0;
    color: #404040;
    background: #ebf730;
    border: 0px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 0.875em;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: transparent 0 0 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700; }
    .block--user-login form .form-submit:hover {
      color: #000;
      background: #c6d208;
      text-shadow: transparent 0 0 0; }
  .block--user-login form .form-item label {
    top: 4px;
    padding-left: 5px;
    color: #9f9f9f;
    font-family: 'Oswald', sans-serif;
    font-weight: 400; }
  .block--user-login form .form-required {
    display: none; }
  .block--user-login form input[type="password"],
  .block--user-login form input[type="text"] {
    color: #404040;
    background-color: #fff;
    border: 0px solid #404040;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0; }
  .block--user-login form > div > ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .block--user-login form > div > ul li {
      list-style-image: none;
      list-style-type: none; }
  .block--user-login form a[href="/user/password"] {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    background-color: #404040;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 0.75em; }

.block--views-gym-classes-week {
  /*td*/ }
  .block--views-gym-classes-week h3 {
    margin: 0 0 1em 0; }
.block--views-gym-classes-week .attachment-after .view-gym-classes h3,
.block--views-gym-classes-week .view-empty {
	display:none;
}
  .block--views-gym-classes-week .toggler {
    text-align: center; }
  .block--views-gym-classes-week .class-info {
    cursor: pointer; }
    .block--views-gym-classes-week .class-info:hover td, .block--views-gym-classes-week .class-info.open td {
      background-image: none;
      background-color: #666;
      color: #fff; }
  .block--views-gym-classes-week #class-description-toggler {
    display: inline-block;
    margin-top: 4px; }
    .block--views-gym-classes-week #class-description-toggler i {
      display: inline-block;
      height: 15px;
      width: 15px; }
  .block--views-gym-classes-week table caption {
    text-align: left;
    padding: 10px 0; }

/*
 * Block displayed on Press page
 */
.block--views-press-release-block .view-press-release .views-row {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1; }
  .block--views-press-release-block .view-press-release .views-row:before, .block--views-press-release-block .view-press-release .views-row:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .block--views-press-release-block .view-press-release .views-row:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .block--views-press-release-block .view-press-release .views-row .views-field-nothing {
      margin-left: 190px; }
    .block--views-press-release-block .view-press-release .views-row .img {
      margin-left: -190px;
      float: left;
      margin-bottom: 0px; } }

.block--views-press-release-block .view-press-release .views-row {
  overflow: auto;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #404040;
  -webkit-box-shadow: #202020 0 0 15px;
  -moz-box-shadow: #202020 0 0 15px;
  box-shadow: #202020 0 0 15px;
  background-image: url(../images/bkg-texture--dark.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff; }
  .block--views-press-release-block .view-press-release .views-row .img {
    display: block;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #404040;
    background-image: url(../images/bkg-texture--light.jpg);
    background-repeat: repeat;
    background-position: 0 0; }
  .block--views-press-release-block .view-press-release .views-row .title {
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: .3em;
    text-transform: uppercase; }
  .block--views-press-release-block .view-press-release .views-row .date {
    display: block;
    margin-bottom: 1em;
    font-size: 0.9375em;
    color: #ff5200; }
  .block--views-press-release-block .view-press-release .views-row .teaser {
    color: #fff;
    font-size: 0.9375em;
    line-height: 1.7em;
    letter-spacing: .03em; }
  .block--views-press-release-block .view-press-release .views-row .read-more {
    display: block;
    padding-top: 20px;
    margin-bottom: 15px;
    text-align: right; }
    .block--views-press-release-block .view-press-release .views-row .read-more a {
      padding: 5px 20px;
      margin: 0;
      color: #fff;
      background: #ff5200;
      border-top: 1px solid #fdae8e;
      border-bottom: 1px solid #5e2609;
      border-left: 1px solid #5e2609;
      border-right: 1px solid #5e2609;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      font-size: 0.875em;
      line-height: 1.5em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: normal;
      text-shadow: #5e2609 0 -1px 1px; }
      .block--views-press-release-block .view-press-release .views-row .read-more a:hover {
        color: #000;
        background: #ff5200;
        text-shadow: #cccccc 0 -1px 1px; }

/*
 * Don't see you city block - Displayed on Locations page
 */
.block--webform-client-block-80 {
  float: right;
  display: inline-block; }
  .block--webform-client-block-80 h2.block__title {
    color: #ff5200; }
  .block--webform-client-block-80 .form-item {
    display: inline-block; }
  .block--webform-client-block-80 #webform-component-email {
    margin-right: 10px; }
    .block--webform-client-block-80 #webform-component-email input {
      max-width: 260px; }
  .block--webform-client-block-80 #webform-component-zip-code input {
    max-width: 100px; }
  .block--webform-client-block-80 .form-actions {
    text-align: right; }

/*
 * Block webform
 */
.block--webform .block__title {
  font-size: 1.125em;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .04em; }

#colorbox #cboxWrapper {
  border: 1px solid #404040;
  -webkit-box-shadow: #202020 0 0 15px;
  -moz-box-shadow: #202020 0 0 15px;
  box-shadow: #202020 0 0 15px;
  background-image: url(../images/bkg-texture--dark.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff; }
  #colorbox #cboxWrapper #cboxContent {
    background-color: transparent;
    overflow: hidden; }

html.js .form-autocomplete {
  background-position: 100% 8px; }

html.js .throbbing {
  background-position: 100% -13px; }

/*
 * Forms
 */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red; }

form label {
  margin-bottom: 5px;
  color: #cccccc;
  font-size: 0.875em;
  font-weight: normal; }
form select, form input[type="number"], form input[type="email"], form input[type="password"],
form input[type="search"], form input[type="tel"], form input[type="text"],
form input[type="date"], form input[type="datetime"], form input[type="datetime-local"],
form input[type="month"], form input[type="time"], form input[type="week"],
form input[type="url"], form input[type="file"] {
  padding: 0 10px;
  border: 1px solid #404040;
  background: #202020;
  color: #fff;
  -webkit-box-shadow: black 0 1px 2px inset;
  -moz-box-shadow: black 0 1px 2px inset;
  box-shadow: black 0 1px 2px inset;
  width: 100%;
  height: 30px; }
form textarea {
  padding: 0 10px;
  border: 1px solid #404040;
  background: #202020;
  color: #fff;
  -webkit-box-shadow: black 0 1px 2px inset;
  -moz-box-shadow: black 0 1px 2px inset;
  box-shadow: black 0 1px 2px inset; }
form .form-textarea-wrapper {
  max-width: 700px; }
form .resizable-textarea .grippie {
  background-color: #404040;
  border: 1px solid #404040; }
form .description {
  color: #9f9f9f;
  font-size: 0.75em;
  margin-top: 5px; }
form .form-submit {
  padding: 5px 20px;
  margin: 0;
  color: #fff;
  background: #ff5200;
  border:0px;
  /*
  border-top: 1px solid #fdae8e;
  border-bottom: 1px solid #5e2609;
  border-left: 1px solid #5e2609;
  border-right: 1px solid #5e2609;
  */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 0.875em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: #5e2609 0 -1px 1px; }
  form .form-submit:hover {
    color: #000;
    background: #ff5200;
    text-shadow: #cccccc 0 -1px 1px; }

.forum-post-panel-main {
  color: #666; }

/* Instructor dashboard
========================================= */
.instructor-menu {
  margin-bottom: 40px;
  padding-right: 15px; }
  .instructor-menu h3 {
    border-bottom: 1px solid #ff5200;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 0.9375em;
    /* PLEASE REMOVE */
    line-height: 1; }
	.instructor-menu a,
	.instructor-menu a:link,
	.instructor-menu h3 a,
	.instructor-menu h3 a:link {
		color:#fff;
	-webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .instructor-menu a.active,
    .instructor-menu a:hover,
    .instructor-menu a:focus,
	.instructor-menu h3 a.active,
    .instructor-menu h3 a:hover,
    .instructor-menu h3 a:focus {
      color: #ff5200; 
	  -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
  .instructor-menu a {
    text-transform: uppercase; }
.instructor-menu h3.top-dash-accordion-title,
  .instructor-menu #instructor-accordion h3,
  .instructor-menu #instructor-movement-videos h3 {
    cursor: pointer !important;
    border-bottom: 1px solid #ff5200;
    margin: 0 0 10px 0;
    padding: 0 0 10px 20px;
    background: url(../images/drop-arrow.png) no-repeat 0 0;
    line-height: 1; }
	.instructor-menu h3.top-dash-accordion-title:hover,
    .instructor-menu #instructor-accordion h3:hover,
    .instructor-menu #instructor-movement-videos h3:hover {
      color: #ff5200;
      text-decoration: none; }
	  .instructor-menu h3.top-dash-accordion-title.active,
    .instructor-menu #instructor-accordion h3.active,
    .instructor-menu #instructor-movement-videos h3.active {
      color: #ff5200; }
	  .instructor-menu h3.top-dash-accordion-title.expanded,
    .instructor-menu #instructor-accordion h3.expanded,
    .instructor-menu #instructor-movement-videos h3.expanded {
      background: url(../images/drop-arrow.png) no-repeat 0 -20px; }
      .instructor-menu #instructor-accordion h3.expanded div,
      .instructor-menu #instructor-movement-videos h3.expanded div {
        border-bottom: none; }
  .instructor-menu #instructor-accordion div,
  .instructor-menu #instructor-movement-videos div {
    border-bottom: 1px solid #ff5200;
    margin: 0 0 10px 10px;
    padding: 0 0 10px 0; }

/*
 * Messages displayed at the top of the page
 */
.messages {
  margin: 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-position: left top;
  border-color: transparent;
  color: #fff; }
  .messages a {
    font-weight: bold;
    color: #fff; }

.messages--status {
  background-color: #009900;
  background-image: url(../images/messages--check.png); }

.messages--error {
  background-color: #cc0000;
  background-image: url(../images/messages--warning.png); }

.messages--warning {
  background-color: #cc0000;
  background-image: url(../images/messages--warning.png); }

/*
 * Node content
 */
/*article*/
.node {
  clear: both; }

/* Pager
========================================= */
/*ul*/
.pager {
  padding: 0;
  margin: 0;
  text-align: left; }
  .pager li {
    display: inline-block;
    float: left;
    height: 30px;
    width: 30px;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 0.875em;
    text-align: center;
    line-height: 2.2em; }
    .pager li.pager__item--current {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      background-color: #ff5200;
      color: #fff; }
    .pager li a {
      display: inline-block;
      overflow: hidden;
      height: 30px;
      width: 30px;
      margin: 0;
      padding: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      color: #fff;
      line-height: 2.2em;
      -webkit-transition-property: background-color;
      -moz-transition-property: background-color;
      -o-transition-property: background-color;
      transition-property: background-color;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
      .pager li a:hover {
        background-color: #ff5200;
        text-decoration: none; }
    .pager li.pager__item--previous a {
      color: transparent; }
    .pager li.pager__item--next a {
      color: transparent; }
    .pager li.pager__item--first, .pager li.pager__item--last {
      display: none; }
a.orange-button,
a.orange-button:link,
a.orange-button:visited,
#block-block-6 a,
.pane-block-6 a,
#block-block-6 a:link,
.pane-block-6 a:link,
#block-block-6 a:visited,
.pane-block-6 a:visited,
button.class-builder-print-button,
.add_a_class a,
.add_a_class a:link,
.add_a_class a:visited {
  padding: 5px 20px;
  margin: 0;
  color: #fff;
  background: #ff5200;
  border:0px;
  /*
  border-top: 1px solid #fdae8e;
  border-bottom: 1px solid #5e2609;
  border-left: 1px solid #5e2609;
  border-right: 1px solid #5e2609;
  */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 0.875em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: #5e2609 0 -1px 1px;
  width:100%;
  display:block;
  }
  a.orange-button:hover,
  a.orange-button:focus,
  #block-block-6 a:hover,
  .pane-block-6 a:hover,
  #block-block-6 a:focus,
  .pane-block-6 a:focus,
  button.class-builder-print-button:hover,
  button.class-builder-print-button:focus,
  .add_a_class a:hover,
  .add_a_class a:focus {
    color: #000;
    background: #ff5200;
    text-shadow: #cccccc 0 -1px 1px; }
.contextual-links-region.pane-block-6 a.contextual-links-trigger,
.contextual-links-region.pane-block-6:hover a.contextual-links-trigger,
.contextual-links-region.add_a_class a.contextual-links-trigger {
	display:none !important;
}
/* Circuit
========================================= */
.pane-jillian-blocks-jb-circuit-view .circuit {
  margin-bottom: 40px;
  display: table;
  width: 100%;
  max-width: 940px;
  background-image: url(../images/bkg-texture--dark.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  border-top: none; }
  .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header {
    clear: both;
    width: 100%;
    display: table-row;
    max-width: 940px;
    margin: 0;
    padding: 20px 0;
    background: url(../images/bkg-texture--light) repeat 0 0;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 1; }
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .left-col,
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .right-col {
      display: table-cell;
      padding: 0;
      border-top: 1px solid #666666;
      border-bottom: 1px solid #cccccc; }
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .left-col {
      width: 20%; }
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .right-col {
      width: 80%; }
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .col-1,
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .col-2,
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .col-3,
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .col-4,
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .col-5 {
      display: table-cell;
      margin: 0;
      padding: 10px;
      vertical-align: top; }
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .col-1 {
      width: 20%; }
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .col-2 {
      width: 20%; }
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .col-3 {
      width: 20%; }
    .pane-jillian-blocks-jb-circuit-view .circuit .circuit-header .col-4 {
      width: 20%; }
  .pane-jillian-blocks-jb-circuit-view .circuit .segment {
    display: table-row;
    width: 100%;
    overflow: hidden;
    margin: 0;
    border-top: 1px solid #404040; }
    .pane-jillian-blocks-jb-circuit-view .circuit .segment .left-col,
    .pane-jillian-blocks-jb-circuit-view .circuit .segment .right-col {
      display: table-cell;
      border-top: 1px solid #404040;
      padding: 0;
      vertical-align: top; }
    .pane-jillian-blocks-jb-circuit-view .circuit .segment .left-col {
      width: 20%;
      padding: 10px;
      border-right: 1px solid #404040; }
    .pane-jillian-blocks-jb-circuit-view .circuit .segment .right-col {
      width: 80%; }
      .pane-jillian-blocks-jb-circuit-view .circuit .segment .right-col .row {
        display: table;
        clear: both;
        overflow: hidden;
        margin: 0;
        width: 100%; }
        .pane-jillian-blocks-jb-circuit-view .circuit .segment .right-col .row .col-1,
        .pane-jillian-blocks-jb-circuit-view .circuit .segment .right-col .row .col-2,
        .pane-jillian-blocks-jb-circuit-view .circuit .segment .right-col .row .col-3,
        .pane-jillian-blocks-jb-circuit-view .circuit .segment .right-col .row .col-4 {
          display: table-cell;
          margin: 0;
          border-right: 1px solid #404040;
          padding: 10px;
          border-bottom: 1px solid #404040;
          width: 25%; }
          .pane-jillian-blocks-jb-circuit-view .circuit .segment .right-col .row .col-1.exercise-name a,
          .pane-jillian-blocks-jb-circuit-view .circuit .segment .right-col .row .col-2.exercise-name a,
          .pane-jillian-blocks-jb-circuit-view .circuit .segment .right-col .row .col-3.exercise-name a,
          .pane-jillian-blocks-jb-circuit-view .circuit .segment .right-col .row .col-4.exercise-name a {
            font-size: 18px; }
    .pane-jillian-blocks-jb-circuit-view .circuit .segment .segment-name {
      font-size: 30px;
      margin-bottom: 10px;
      line-height: 1.2; }
    .pane-jillian-blocks-jb-circuit-view .circuit .segment .segment-time,
    .pane-jillian-blocks-jb-circuit-view .circuit .segment .segment-vi {
      font-size: 20px; }

/* CLASSES
========================================= */
.pane-jillian-blocks-jb-class-content h2,
.pane-jillian-blocks-jb-print-class h2 {
  margin: 0 0 10px 0;
  font-size: 2.8125em; }
.pane-jillian-blocks-jb-class-content .warmup,
.pane-jillian-blocks-jb-class-content .cooldown,
.pane-jillian-blocks-jb-print-class .warmup,
.pane-jillian-blocks-jb-print-class .cooldown {
  display: table;
  width: 100%;
  max-width: 940px;
  margin-bottom: 40px;
  background-image: url(../images/bkg-texture--dark.jpg);
  border-top: none; }
  .pane-jillian-blocks-jb-class-content .warmup .header,
  .pane-jillian-blocks-jb-class-content .cooldown .header,
  .pane-jillian-blocks-jb-print-class .warmup .header,
  .pane-jillian-blocks-jb-print-class .cooldown .header {
    clear: both;
    display: table-row;
    overflow: hidden;
    width: 100%;
    max-width: 940px;
    margin: 0;
    padding: 0;
    background: url(../images/bkg-texture--light.jpg) repeat 0 0;
    line-height: 1;
    text-transform: uppercase; }
    .pane-jillian-blocks-jb-class-content .warmup .header .right,
    .pane-jillian-blocks-jb-class-content .warmup .header .left,
    .pane-jillian-blocks-jb-class-content .cooldown .header .right,
    .pane-jillian-blocks-jb-class-content .cooldown .header .left,
    .pane-jillian-blocks-jb-print-class .warmup .header .right,
    .pane-jillian-blocks-jb-print-class .warmup .header .left,
    .pane-jillian-blocks-jb-print-class .cooldown .header .right,
    .pane-jillian-blocks-jb-print-class .cooldown .header .left {
      display: table-cell;
      padding: 10px;
      border-top: 1px solid #666666;
      border-bottom: 1px solid #9f9f9f; }
    .pane-jillian-blocks-jb-class-content .warmup .header .right,
    .pane-jillian-blocks-jb-class-content .cooldown .header .right,
    .pane-jillian-blocks-jb-print-class .warmup .header .right,
    .pane-jillian-blocks-jb-print-class .cooldown .header .right {
      width: 70%; }
    .pane-jillian-blocks-jb-class-content .warmup .header .left,
    .pane-jillian-blocks-jb-class-content .cooldown .header .left,
    .pane-jillian-blocks-jb-print-class .warmup .header .left,
    .pane-jillian-blocks-jb-print-class .cooldown .header .left {
      width: 30%; }
  .pane-jillian-blocks-jb-class-content .warmup .row,
  .pane-jillian-blocks-jb-class-content .cooldown .row,
  .pane-jillian-blocks-jb-print-class .warmup .row,
  .pane-jillian-blocks-jb-print-class .cooldown .row {
    clear: both;
    display: table-row;
    overflow: hidden;
    margin: 0; }
    .pane-jillian-blocks-jb-class-content .warmup .row .right,
    .pane-jillian-blocks-jb-class-content .warmup .row .left,
    .pane-jillian-blocks-jb-class-content .cooldown .row .right,
    .pane-jillian-blocks-jb-class-content .cooldown .row .left,
    .pane-jillian-blocks-jb-print-class .warmup .row .right,
    .pane-jillian-blocks-jb-print-class .warmup .row .left,
    .pane-jillian-blocks-jb-print-class .cooldown .row .right,
    .pane-jillian-blocks-jb-print-class .cooldown .row .left {
      display: table-cell;
      padding: 0; }
    .pane-jillian-blocks-jb-class-content .warmup .row .right,
    .pane-jillian-blocks-jb-class-content .cooldown .row .right,
    .pane-jillian-blocks-jb-print-class .warmup .row .right,
    .pane-jillian-blocks-jb-print-class .cooldown .row .right {
      width: 70%;
      padding: 0 !important;
      vertical-align: top; }
      .pane-jillian-blocks-jb-class-content .warmup .row .right .exercises .exercise,
      .pane-jillian-blocks-jb-class-content .cooldown .row .right .exercises .exercise,
      .pane-jillian-blocks-jb-print-class .warmup .row .right .exercises .exercise,
      .pane-jillian-blocks-jb-print-class .cooldown .row .right .exercises .exercise {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #404040; }
    .pane-jillian-blocks-jb-class-content .warmup .row .left,
    .pane-jillian-blocks-jb-class-content .cooldown .row .left,
    .pane-jillian-blocks-jb-print-class .warmup .row .left,
    .pane-jillian-blocks-jb-print-class .cooldown .row .left {
      width: 30%;
      border-right: 1px solid #404040; }
      .pane-jillian-blocks-jb-class-content .warmup .row .left .name,
      .pane-jillian-blocks-jb-class-content .cooldown .row .left .name,
      .pane-jillian-blocks-jb-print-class .warmup .row .left .name,
      .pane-jillian-blocks-jb-print-class .cooldown .row .left .name {
        margin: 10px;
        font-size: 1.875em;
        line-height: 1.2; }
      .pane-jillian-blocks-jb-class-content .warmup .row .left .time,
      .pane-jillian-blocks-jb-class-content .warmup .row .left .viscale,
      .pane-jillian-blocks-jb-class-content .cooldown .row .left .time,
      .pane-jillian-blocks-jb-class-content .cooldown .row .left .viscale,
      .pane-jillian-blocks-jb-print-class .warmup .row .left .time,
      .pane-jillian-blocks-jb-print-class .warmup .row .left .viscale,
      .pane-jillian-blocks-jb-print-class .cooldown .row .left .time,
      .pane-jillian-blocks-jb-print-class .cooldown .row .left .viscale {
        margin: 0 10px; }
      .pane-jillian-blocks-jb-class-content .warmup .row .left .body,
      .pane-jillian-blocks-jb-class-content .cooldown .row .left .body,
      .pane-jillian-blocks-jb-print-class .warmup .row .left .body,
      .pane-jillian-blocks-jb-print-class .cooldown .row .left .body {
        margin: 0 10px 10px 10px;
        font-size: 1.25em; }
.pane-jillian-blocks-jb-class-content .circuit,
.pane-jillian-blocks-jb-print-class .circuit {
  display: table;
  width: 100%;
  max-width: 940px;
  margin-bottom: 40px;
  border-top: none;
  background-image: url(../images/bkg-texture--dark.jpg); }
  .pane-jillian-blocks-jb-class-content .circuit .circuit-header,
  .pane-jillian-blocks-jb-print-class .circuit .circuit-header {
    clear: both;
    display: table-row;
    width: 100%;
    max-width: 940px;
    margin: 0;
    padding: 20px 0;
    background: url(../images/bkg-texture--light.jpg) repeat 0 0;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 1; }
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .left-col,
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .right-col,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .left-col,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .right-col {
      display: table-cell;
      padding: 0;
      border-top: 1px solid #666666;
      border-bottom: 1px solid #9f9f9f; }
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .left-col,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .left-col {
      width: 20%; }
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .right-col,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .right-col {
      width: 80%; }
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .col-1,
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .col-2,
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .col-3,
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .col-4,
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .col-5,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .col-1,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .col-2,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .col-3,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .col-4,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .col-5 {
      display: table-cell;
      margin: 0;
      padding: 10px;
      vertical-align: top; }
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .col-1,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .col-1 {
      width: 20%; }
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .col-2,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .col-2 {
      width: 20%; }
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .col-3,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .col-3 {
      width: 20%; }
    .pane-jillian-blocks-jb-class-content .circuit .circuit-header .col-4,
    .pane-jillian-blocks-jb-print-class .circuit .circuit-header .col-4 {
      width: 20%; }
  .pane-jillian-blocks-jb-class-content .circuit .segment,
  .pane-jillian-blocks-jb-print-class .circuit .segment {
    display: table-row;
    overflow: hidden;
    width: 100%;
    margin: 0;
    border-top: 1px solid #404040; }
    .pane-jillian-blocks-jb-class-content .circuit .segment .left-col,
    .pane-jillian-blocks-jb-class-content .circuit .segment .right-col,
    .pane-jillian-blocks-jb-print-class .circuit .segment .left-col,
    .pane-jillian-blocks-jb-print-class .circuit .segment .right-col {
      display: table-cell;
      padding: 0;
      border-top: 1px solid #404040;
      vertical-align: top; }
    .pane-jillian-blocks-jb-class-content .circuit .segment .left-col,
    .pane-jillian-blocks-jb-print-class .circuit .segment .left-col {
      width: 20%;
      padding: 10px;
      border-right: 1px solid #404040; }
    .pane-jillian-blocks-jb-class-content .circuit .segment .right-col,
    .pane-jillian-blocks-jb-print-class .circuit .segment .right-col {
      width: 80%; }
      .pane-jillian-blocks-jb-class-content .circuit .segment .right-col .row,
      .pane-jillian-blocks-jb-print-class .circuit .segment .right-col .row {
        display: table;
        clear: both;
        overflow: hidden;
        margin: 0;
        width: 100%; }
      .pane-jillian-blocks-jb-class-content .circuit .segment .right-col .col-1,
      .pane-jillian-blocks-jb-class-content .circuit .segment .right-col .col-2,
      .pane-jillian-blocks-jb-class-content .circuit .segment .right-col .col-3,
      .pane-jillian-blocks-jb-class-content .circuit .segment .right-col .col-4,
      .pane-jillian-blocks-jb-class-content .circuit .segment .right-col .col-5,
      .pane-jillian-blocks-jb-print-class .circuit .segment .right-col .col-1,
      .pane-jillian-blocks-jb-print-class .circuit .segment .right-col .col-2,
      .pane-jillian-blocks-jb-print-class .circuit .segment .right-col .col-3,
      .pane-jillian-blocks-jb-print-class .circuit .segment .right-col .col-4,
      .pane-jillian-blocks-jb-print-class .circuit .segment .right-col .col-5 {
        display: table-cell;
        width: 25%;
        padding: 10px;
        margin: 0;
        border-right: 1px solid #404040;
        border-bottom: 1px solid #404040; }
        .pane-jillian-blocks-jb-class-content .circuit .segment .right-col .col-1.exercise-name a,
        .pane-jillian-blocks-jb-class-content .circuit .segment .right-col .col-2.exercise-name a,
        .pane-jillian-blocks-jb-class-content .circuit .segment .right-col .col-3.exercise-name a,
        .pane-jillian-blocks-jb-class-content .circuit .segment .right-col .col-4.exercise-name a,
        .pane-jillian-blocks-jb-class-content .circuit .segment .right-col .col-5.exercise-name a,
        .pane-jillian-blocks-jb-print-class .circuit .segment .right-col .col-1.exercise-name a,
        .pane-jillian-blocks-jb-print-class .circuit .segment .right-col .col-2.exercise-name a,
        .pane-jillian-blocks-jb-print-class .circuit .segment .right-col .col-3.exercise-name a,
        .pane-jillian-blocks-jb-print-class .circuit .segment .right-col .col-4.exercise-name a,
        .pane-jillian-blocks-jb-print-class .circuit .segment .right-col .col-5.exercise-name a {
          font-size: 1.125em; }
    .pane-jillian-blocks-jb-class-content .circuit .segment .segment-name,
    .pane-jillian-blocks-jb-print-class .circuit .segment .segment-name {
      margin-bottom: 10px;
      font-size: 1.875em;
      line-height: 1.2; }
    .pane-jillian-blocks-jb-class-content .circuit .segment .segment-time,
    .pane-jillian-blocks-jb-class-content .circuit .segment .segment-vi,
    .pane-jillian-blocks-jb-print-class .circuit .segment .segment-time,
    .pane-jillian-blocks-jb-print-class .circuit .segment .segment-vi {
      font-size: 1.25em; }

.pane-message-board-panel-pane-1,
.pane-message-board-panel-pane-2,
.pane-message-board {
  margin-bottom: 30px; }
  .pane-message-board-panel-pane-1 .pager,
  .pane-message-board-panel-pane-2 .pager,
  .pane-message-board .pager {
    overflow: auto;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #404040;
    -webkit-box-shadow: #202020 0 0 15px;
    -moz-box-shadow: #202020 0 0 15px;
    box-shadow: #202020 0 0 15px;
    background-image: url(../images/bkg-texture--dark.jpg);
    background-repeat: repeat;
    background-position: 0 0;
    color: #fff; }
  .pane-message-board-panel-pane-1 .view-message-board .item-list,
  .pane-message-board-panel-pane-2 .view-message-board .item-list,
  .pane-message-board .view-message-board .item-list {
    margin-left: 20px; }
  .pane-message-board-message-post-teaser,
  .pane-message-board-forum-post-teaser,
  .pane-message-board-panel-pane-1 .view-message-board .views-row,
  .pane-message-board-panel-pane-2 .view-message-board .views-row,
  .pane-message-board .view-message-board .views-row {
    overflow: auto;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #404040;
    -webkit-box-shadow: #202020 0 0 15px;
    -moz-box-shadow: #202020 0 0 15px;
    box-shadow: #202020 0 0 15px;
    background-image: url(../images/bkg-texture--dark.jpg);
    background-repeat: repeat;
    background-position: 0 0;
    color: #fff;
    margin-bottom: 0; }
    .pane-message-board-panel-pane-1 .view-message-board .views-row.views-row-first.views-row-last,
    .pane-message-board-panel-pane-2 .view-message-board .views-row.views-row-first.views-row-last,
    .pane-message-board .view-message-board .views-row.views-row-first.views-row-last {
      border-bottom: none; }
    .pane-message-board-panel-pane-1 .view-message-board .views-row .msg-top,
    .pane-message-board-panel-pane-2 .view-message-board .views-row .msg-top,
    .pane-message-board .view-message-board .views-row .msg-top {
      clear: both;
      display: block;
      overflow: hidden;
      text-transform: uppercase;
      margin-bottom: 30px; }
	  .pane-message-board-message-post-teaser .msg-top .pic,
	  .pane-message-board-forum-post-teaser .msg-top .pic,
      .pane-message-board-panel-pane-1 .view-message-board .views-row .msg-top .pic,
      .pane-message-board-panel-pane-2 .view-message-board .views-row .msg-top .pic,
      .pane-message-board .view-message-board .views-row .msg-top .pic {
        float: left;
        display: block;
        margin: 0 20px 0 0; }
		.pane-message-board-message-post-teaser .msg-top .pic .user-picture img,
		.pane-message-board-forum-post-teaser .msg-top .pic .user-picture img,
        .pane-message-board-panel-pane-1 .view-message-board .views-row .msg-top .pic .user-picture img,
        .pane-message-board-panel-pane-2 .view-message-board .views-row .msg-top .pic .user-picture img,
        .pane-message-board .view-message-board .views-row .msg-top .pic .user-picture img {
          width: 52px;
          height: 52px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          border: 1px solid #ccc; }
		  .pane-message-board-message-post-teaser .msg-top .msg-header,
		  .pane-message-board-forum-post-teaser .msg-top .msg-header,
      .pane-message-board-panel-pane-1 .view-message-board .views-row .msg-top .msg-header,
      .pane-message-board-panel-pane-2 .view-message-board .views-row .msg-top .msg-header,
      .pane-message-board .view-message-board .views-row .msg-top .msg-header {
        width: 360px;
        display: block;
        float: left; }
		.pane-message-board-message-post-teaser .msg-top .msg-header .name,
		.pane-message-board-forum-post-teaser .msg-top .msg-header .name,
        .pane-message-board-panel-pane-1 .view-message-board .views-row .msg-top .msg-header .name,
        .pane-message-board-panel-pane-2 .view-message-board .views-row .msg-top .msg-header .name,
        .pane-message-board .view-message-board .views-row .msg-top .msg-header .name {
          font-size: 12px;
          margin-top: 7px; }
		  .pane-message-board-message-post-teaser .msg-top .msg-header .msg-title,
		  .pane-message-board-forum-post-teaser .msg-top .msg-header .msg-title,
        .pane-message-board-panel-pane-1 .view-message-board .views-row .msg-top .msg-header .msg-title,
        .pane-message-board-panel-pane-2 .view-message-board .views-row .msg-top .msg-header .msg-title,
        .pane-message-board .view-message-board .views-row .msg-top .msg-header .msg-title {
          font-size: 14px; }
		  .pane-message-board-message-post-teaser .msg-top .date,
		  .pane-message-board-forum-post-teaser .msg-top .date,
      .pane-message-board-panel-pane-1 .view-message-board .views-row .msg-top .date,
      .pane-message-board-panel-pane-2 .view-message-board .views-row .msg-top .date,
      .pane-message-board .view-message-board .views-row .msg-top .date {
        font-size: 12px;
        float: right; }
		.pane-message-board-message-post-teaser .msg-description,
		.pane-message-board-forum-post-teaser .msg-description,
    .pane-message-board-panel-pane-1 .view-message-board .views-row .msg-description,
    .pane-message-board-panel-pane-2 .view-message-board .views-row .msg-description,
    .pane-message-board .view-message-board .views-row .msg-description {
      clear: both;
      margin-bottom: 10px;
      font-size: 14px; }
	  .pane-message-board-message-post-teaser .msg-links .read-more a,
	  .pane-message-board-forum-post-teaser .msg-links .read-more a,
    .pane-message-board-panel-pane-1 .view-message-board .views-row .msg-links .read-more a,
    .pane-message-board-panel-pane-2 .view-message-board .views-row .msg-links .read-more a,
    .pane-message-board .view-message-board .views-row .msg-links .read-more a {
      padding: 5px 20px;
      margin: 0;
      color: #fff;
      background: #ff5200;
      border-top: 0px solid #fdae8e;
      border-bottom: 0px solid #5e2609;
      border-left: 0px solid #5e2609;
      border-right: 0px solid #5e2609;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      font-size: 0.875em;
      line-height: 1.5em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: normal;
      text-shadow: #5e2609 0 -1px 1px;
      margin-right: 10px; }
	  .pane-message-board-message-post-teaser .msg-links .read-more a:hover,
	  .pane-message-board-forum-post-teaser .msg-links .read-more a:hover,
      .pane-message-board-panel-pane-1 .view-message-board .views-row .msg-links .read-more a:hover,
      .pane-message-board-panel-pane-2 .view-message-board .views-row .msg-links .read-more a:hover,
      .pane-message-board .view-message-board .views-row .msg-links .read-more a:hover {
        color: #000;
        background: #ff5200;
        text-shadow: #cccccc 0 -1px 1px; }

.pane-music-panel-pane-2 .views-row {
  overflow: auto;
  padding: 8px;
  margin-bottom: 20px;
  border: 1px solid #404040;
  -webkit-box-shadow: #202020 0 0 15px;
  -moz-box-shadow: #202020 0 0 15px;
  box-shadow: #202020 0 0 15px;
  background-image: url(../images/bkg-texture--dark.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff;
  margin-bottom: 0; }
  .pane-music-panel-pane-2 .views-row .music-title {
    float: left; }
  .pane-music-panel-pane-2 .views-row .music-link {
    float: right; }

.prnt-btn {
  float: right; }

.prnt-btn a,
.prnt-btn a:link,
.prnt-btn a:visited {
  display: inline-block;
  padding: 5px 20px;
  margin: 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #1e1e1e;
  background: #404040;
  color: #fff;
  font-size: 0.9375em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 -1px 1px #000;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.prnt-btn a:hover {
  background: #9f9f9f; }

/*
 * Used on Get Certified page
 */
.quote-box {
  overflow: auto;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #404040;
  -webkit-box-shadow: #202020 0 0 15px;
  -moz-box-shadow: #202020 0 0 15px;
  box-shadow: #202020 0 0 15px;
  background-image: url(../images/bkg-texture--dark.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff;
  font-size: 1.125em;
  line-height: 1.7em;
  text-transform: uppercase; }
  .quote-box .quote-sig {
    color: #ff5200;
    text-align: right; }

/*
 * Table
 */
.l-main table {
  border: 1px solid #404040;
  width: 100%;
  margin-bottom: 20px; }
  .l-main table th {
    background-image: url(../images/bkg-texture--light.jpg);
    background-repeat: repeat;
    background-position: 0 0;
    color: #fff;
    border: 1px solid #404040;
    border-top: 1px solid #666;
    font-size: 0.9375em;
    font-weight: normal; }
  .l-main table td {
    background-image: url(../images/bkg-texture--dark.jpg);
    background-repeat: repeat;
    background-position: 0 0;
    border-bottom: 1px solid #404040;
    border-right: 1px solid #404040;
    border-top: 1px solid #9f9f9f;
    color: #ccc;
    font-size: 0.9375em;
    line-height: 1.6em; }
  .l-main table tr.even td {
    background-image: url(../images/bkg-texture--darkest.jpg); }
  .l-main table td, .l-main table th {
    padding: 8px; }

.block--views-events-listing-block td span {
  line-height: 1.6em; }
.block--views-events-listing-block td.views-field-nothing {
  max-width: 250px; }
  .block--views-events-listing-block td.views-field-nothing span {
    display: block; }
.block--views-events-listing-block .gym-name {
  font-weight: bold; }
.block--views-events-listing-block .btn-purchase {
  padding: 5px 20px;
  margin: 0;
  color: #fff;
  background: #ff5200;
  border-top: 1px solid #fdae8e;
  border-bottom: 1px solid #5e2609;
  border-left: 1px solid #5e2609;
  border-right: 1px solid #5e2609;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 0.875em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: #5e2609 0 -1px 1px;
  display: block; }
  .block--views-events-listing-block .btn-purchase:hover {
    color: #000;
    background: #ff5200;
    text-shadow: #cccccc 0 -1px 1px; }
.block--views-events-listing-block p {
  margin-top: 0; }

/*ul*/
.tabs {
  display: block;
  padding: 0;
  margin: 20px 0 20px 0;
  border-bottom: 1px solid #cccccc; }
  .tabs li {
    float: left;
    margin: 0;
    padding: 0;
    display: block; }
    .tabs li a {
      display: block;
      padding: 12px 20px;
      margin: 0;
      border: none;
      background: transparent;
      color: #fff;
      font-size: 0.875em;
      text-transform: uppercase;
      font-weight: normal;
      -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
      .tabs li a:hover, .tabs li a:focus, .tabs li a:active {
        color: #ff5200;
        text-decoration: none;
        background: transparent; }
    .tabs li.active {
      margin-top: -3px;
      border-top: 3px solid #ff5200; }
      .tabs li.active a {
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        background: transparent; }

.uc-cart-checkout-form label {
  margin-bottom: 5px;
  color: #cccccc;
  font-size: 0.875em;
  font-weight: normal; }
.uc-cart-checkout-form input[type="password"],
.uc-cart-checkout-form input[type="text"] {
  padding: 0 10px;
  border: 1px solid #404040;
  background: #202020;
  color: #fff;
  -webkit-box-shadow: black 0 1px 2px inset;
  -moz-box-shadow: black 0 1px 2px inset;
  box-shadow: black 0 1px 2px inset;
  width: 100%;
  height: 30px; }
.uc-cart-checkout-form select {
  padding: 0 10px;
  border: 1px solid #404040;
  background: #202020;
  color: #fff;
  -webkit-box-shadow: black 0 1px 2px inset;
  -moz-box-shadow: black 0 1px 2px inset;
  box-shadow: black 0 1px 2px inset;
  height: 30px;
  width: 100%;
  background-image: url(../images/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 0;
  padding-left: 5px;
  margin: 2px 0px; }
.uc-cart-checkout-form .form-submit {
  padding: 5px 20px;
  margin: 0;
  color: #fff;
  background: #ff5200;
  border-top: 1px solid #fdae8e;
  border-bottom: 1px solid #5e2609;
  border-left: 1px solid #5e2609;
  border-right: 1px solid #5e2609;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 0.875em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: #5e2609 0 -1px 1px; }
  .uc-cart-checkout-form .form-submit:hover {
    color: #000;
    background: #ff5200;
    text-shadow: #cccccc 0 -1px 1px; }
.uc-cart-checkout-form fieldset {
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  color: #fff; }
.uc-cart-checkout-form legend {
  margin: 0 0 5px 0;
  padding: 0;
  border: none; }
.uc-cart-checkout-form .fieldset-description {
  margin-bottom: 5px;
  font-size: 0.875em; }
.uc-cart-checkout-form .form-item {
  margin-bottom: 5px;
  margin-top: 5px; }
.uc-cart-checkout-form .form-type-date-popup {
  width: 100%;
  margin: 0; }
  .uc-cart-checkout-form .form-type-date-popup .date-padding {
    padding: 0;
    width: 100%; }
    .uc-cart-checkout-form .form-type-date-popup .date-padding .form-item {
      width: 100%; }
    .uc-cart-checkout-form .form-type-date-popup .date-padding label {
      display: none; }
    .uc-cart-checkout-form .form-type-date-popup .date-padding input {
      width: 100%; }

/*
 * User login form
 */
.user-login label,
.user-pass label {
  margin-bottom: 5px;
  color: #cccccc;
  font-size: 0.875em;
  font-weight: normal; }
.user-login input[type="password"],
.user-login input[type="text"],
.user-pass input[type="password"],
.user-pass input[type="text"] {
  padding: 0 10px;
  border: 1px solid #404040;
  background: #202020;
  color: #fff;
  -webkit-box-shadow: black 0 1px 2px inset;
  -moz-box-shadow: black 0 1px 2px inset;
  box-shadow: black 0 1px 2px inset;
  width: 100%; }
.user-login .description,
.user-pass .description {
  color: #9f9f9f;
  font-size: 0.75em;
  margin-top: 5px; }
.user-login .form-submit,
.user-pass .form-submit {
  padding: 5px 20px;
  margin: 0;
  color: #fff;
  background: #ff5200;
  border-top: 1px solid #fdae8e;
  border-bottom: 1px solid #5e2609;
  border-left: 1px solid #5e2609;
  border-right: 1px solid #5e2609;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 0.875em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: #5e2609 0 -1px 1px; }
  .user-login .form-submit:hover,
  .user-pass .form-submit:hover {
    color: #000;
    background: #ff5200;
    text-shadow: #cccccc 0 -1px 1px; }

.view-gym-search {
  margin-bottom: 20px;
  width: 100%; }
  .view-gym-search .view-filters {
    margin-bottom: 20px; }
  .view-gym-search .views-exposed-form .views-exposed-widget {
    padding: 0; }
    .view-gym-search .views-exposed-form .views-exposed-widget .form-submit {
      margin-top: 1px;
      padding: 3px 20px; }
    .view-gym-search .views-exposed-form .views-exposed-widget .form-item input.error {
      border: none; }
  .view-gym-search #gym-results-counter {
    margin-bottom: 11px; }

@media (min-width: 61.25em) {
  .view-id-shrednet_upgrade .views-row {
    width: 33.33333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%; } }
.view-id-shrednet_upgrade .views-row {
  overflow: auto;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #404040;
  -webkit-box-shadow: #202020 0 0 15px;
  -moz-box-shadow: #202020 0 0 15px;
  box-shadow: #202020 0 0 15px;
  background-image: url(../images/bkg-texture--dark.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff;
  text-align: center; }
.view-id-shrednet_upgrade .membership-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  text-transform: uppercase; }
.view-id-shrednet_upgrade .membership-price {
  font-size: 1.25em;
  color: #ff5200;
  margin-bottom: 10px; }
  .website-admin-notice {
	  font-size:.8rem;
  }
  .website-admin-notice h2.pane-title {
	  border-bottom:1px solid #404040;
  }
.website-admin-notice,
.view-id-user_profile {
  overflow: auto;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #404040;
  -webkit-box-shadow: #202020 0 0 15px;
  -moz-box-shadow: #202020 0 0 15px;
  box-shadow: #202020 0 0 15px;
  background-image: url(../images/bkg-texture--dark.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff; }
  .panel-pane .view-classes .view-footer {
  overflow: auto;
  padding: 10px;
  margin-bottom: 20px;
  margin-top:-20px;
  border: 1px solid #404040;
  border-top:0px;
  -webkit-box-shadow: #202020 0 0 15px;
  -moz-box-shadow: #202020 0 0 15px;
  box-shadow: #202020 0 0 15px;
  background-image: url(../images/bkg-texture--dark.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff; }
  /* Added to give the empty message similar styling. */
  .panel-pane .view-classes .view-empty	{
  background-image: url(/sites/all/themes/bodyshred/images/bkg-texture--dark.jpg);
background-repeat: repeat;
background-position: 0 0;
border-width:1px;
border-style:solid;
border-top: 1px solid #9f9f9f;
border-right: 1px solid #404040;
border-bottom: 1px solid #404040;
border-left: 1px solid #404040;
padding:0px 10px 10px;
}
  /* Paragraph sizing for the admin notices and views footer sections. */
  .website-admin-notice p,
  .panel-pane .view-classes .view-empty p,
  .panel-pane .view-classes .view-footer p {
	  font-size: 0.8rem;
	  line-height: 1.1rem;
  }
  /* Added to make the font size the same as the admin notices. */
 .moscone-footer .panel-pane h2.pane-title {
	 font-size: 1.2rem;
	 margin:0.83em 0px 0px;
 }
.view-id-user_profile div.img img {
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0%;
  border-radius: 0%;
  -webkit-transition-property: border-radius;
  -moz-transition-property: border-radius;
  -o-transition-property: border-radius;
  transition-property: border-radius;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.view-id-user_profile div.img img:hover {
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition-property: border-radius;
  -moz-transition-property: border-radius;
  -o-transition-property: border-radius;
  transition-property: border-radius;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/*
 * Find Instructor page
 */
.views-exposed-form-instructor-search-page label {
  display: block;
  float: left;
  padding-top: 6px;
  margin-right: 5px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: normal; }
.views-exposed-form-instructor-search-page .views-widget {
  display: inline-block; }
.views-exposed-form-instructor-search-page input.form-text {
  padding: 0 10px;
  border: 1px solid #404040;
  background: #202020;
  color: #fff;
  -webkit-box-shadow: black 0 1px 2px inset;
  -moz-box-shadow: black 0 1px 2px inset;
  box-shadow: black 0 1px 2px inset;
  height: 30px; }
.views-exposed-form-instructor-search-page select {
  padding: 0 10px;
  border: 1px solid #404040;
  background: #202020;
  color: #fff;
  -webkit-box-shadow: black 0 1px 2px inset;
  -moz-box-shadow: black 0 1px 2px inset;
  box-shadow: black 0 1px 2px inset;
  height: 30px;
  min-width: 100px;
  background-image: url(../images/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 0;
  padding-left: 5px; }
.views-exposed-form-instructor-search-page .geofield-proximity-field-wrapper .form-type-select {
  padding-top: 0; }
.views-exposed-form-instructor-search-page .views-widget-filter-field_geofield_distance {
  clear: left; }
  .views-exposed-form-instructor-search-page .views-widget-filter-field_geofield_distance input {
    max-width: 100px; }
.views-exposed-form-instructor-search-page .views-widget-filter-field_location_type_tid {
  clear: left; }
.views-exposed-form-instructor-search-page .geofield-proximity-origin-from {
  color: #fff; }
.views-exposed-form-instructor-search-page .views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
  color: #fff;
  background: #ff5200;
  border-top: 1px solid #fdae8e;
  border-bottom: 1px solid #5e2609;
  border-left: 1px solid #5e2609;
  border-right: 1px solid #5e2609;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 0.875em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: #5e2609 0 -1px 1px;
  padding: 5px 15px;
  margin-top: 0; }
  .views-exposed-form-instructor-search-page .views-exposed-form .views-exposed-widget .form-submit:hover {
    color: #000;
    background: #ff5200;
    text-shadow: #cccccc 0 -1px 1px; }

.view-instructor-search table {
  margin-bottom: 20px; }
  .view-instructor-search table th.views-field-nothing {
    min-width: 85px; }

.view-lightbox-videos .vjs-default-skin.video-js {
  width: 600px !important;
  height: 360px !important; }
  .view-lightbox-videos .vjs-default-skin.video-js video {
    width: 600px;
    height: 360px; }

.view-move-details .views-row .vjs-default-skin {
  margin-bottom: 20px;
  width: 100% !important;
  min-height: 400px;
  height: 400px;
  border: 1px solid #404040; }
.view-move-details .views-row .left-col,
.view-move-details .views-row .right-col {
  float: left;
  width: 50%; }
  .view-move-details .views-row .left-col .field-label,
  .view-move-details .views-row .right-col .field-label {
    margin-bottom: 10px; }
  .view-move-details .views-row .left-col .item-list,
  .view-move-details .views-row .right-col .item-list {
    margin: 0 0 20px 0; }
  .view-move-details .views-row .left-col .box,
  .view-move-details .views-row .right-col .box {
    margin-bottom: 20px;
    display: block; }

.responsive-layout-mobile .view-move-details .views-row .vjs-default-skin {
  margin-bottom: 20px;
  width: 100% !important;
  min-height: 220px;
  height: 220px;
  border: 1px solid #404040; }

/* Events Page
========================================= */
.block--views-events-listing-block-1 .title {
  display: block;
  padding-bottom: 20px;
  color: #ff5200;
  font-size: 2.25em; }
.block--views-events-listing-block-1 .image {
  display: block;
  float: left;
  width: 350px;
  padding-right: 20px; }
.block--views-events-listing-block-1 .section-label {
  display: block;
  color: #ff5200;
  font-size: 1.25em; }
.block--views-events-listing-block-1 .details {
  display: block;
  float: left;
  width: 570px;
  line-height: 1.6em; }
  .block--views-events-listing-block-1 .details .location {
    display: block;
    width: 350px;
    float: left; }
    .block--views-events-listing-block-1 .details .location .gym-name {
      font-weight: bold;
      display: block; }
  .block--views-events-listing-block-1 .details .date-wrapper {
    float: left;
    display: block;
    width: 220px;
    text-align: right; }
    .block--views-events-listing-block-1 .details .date-wrapper .date {
      margin-bottom: 10px; }
  .block--views-events-listing-block-1 .details .event-description {
    display: block; }
  .block--views-events-listing-block-1 .details .desc-wrapper {
    clear: both;
    display: block;
    padding-top: 20px; }

.block--views-events-listing-block .gym-name {
  font-weight: bold;
  display: block; }
.block--views-events-listing-block .gym-address {
  display: block; }
.block--views-events-listing-block .view-map {
  display: block;
  text-align: left; }
.block--views-events-listing-block td {
  vertical-align: top; }
.block--views-events-listing-block td.views-field-title {
  width: 250px; }
.block--views-events-listing-block td.views-field-view-node {
  width: 140px;
  text-align: center;
  vertical-align: middle; }
  .block--views-events-listing-block td.views-field-view-node a {
    padding: 5px 20px;
    margin: 0;
    color: #fff;
    background: #ff5200;
    border-top: 1px solid #fdae8e;
    border-bottom: 1px solid #5e2609;
    border-left: 1px solid #5e2609;
    border-right: 1px solid #5e2609;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 0.875em;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: #5e2609 0 -1px 1px; }
    .block--views-events-listing-block td.views-field-view-node a:hover {
      color: #000;
      background: #ff5200;
      text-shadow: #cccccc 0 -1px 1px; }
.block--views-events-listing-block td.views-field-nothing {
  width: 250px; }
.block--views-events-listing-block th.views-field-view-node {
  text-align: center; }

/*
 *  Front page.
 */
 /*
.front .l-header {
	margin-bottom: 0;
}
@media (min-width: 46.25em) {
	.front .l-main {
		background: url(../images/homepage2.jpg) no-repeat scroll center top rgba(0, 0, 0, 0);
		height: 1228px;
		max-width: inherit;
	}
}
.front .homepage-image {
	display: block;
	width: 100%;
}
@media (min-width: 46.25em) {
	.front .homepage-image {
		height: 1228px;
	}
}
.front .homepage-image img {
	max-width: 100%;
	width: auto;
}
@media (min-width: 46.25em) {
	.front .homepage-image img {
		display: none;
	}
}
*/
.front .l-main {
	padding-top:0px;
}
.front .l-footer {
	margin-top:0px;
}

/* Print CSS
========================================= */
.page-print {
  background: #fff;
  background-image: none;
  color: #333; }
  .page-print .block--system-user-menu,
  .page-print .block--superfish-1 {
    display: none; }
  .page-print .pane-node-title {
    font-size: 2.75em;
    color: #ec5f17; }
  .page-print .pane-jillian-blocks-jb-print-class h2 {
    color: #666; }
  .page-print .pane-jillian-blocks-jb-print-class .warmup,
  .page-print .pane-jillian-blocks-jb-print-class .cooldown {
    -webkit-box-shadow: 0 0 15px #202020;
    -moz-box-shadow: 0 0 15px #202020;
    box-shadow: 0 0 15px #202020; }

.page-print .pane-jillian-blocks-jb-print-class * {
  background: #fff;
  background-image: none; }

/*
 *  User profile
 */
.pane-shrednet-users-panel-pane-1,
.pane-shrednet-users-panel-pane-3 {
  overflow: auto;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #404040;
  -webkit-box-shadow: #202020 0 0 15px;
  -moz-box-shadow: #202020 0 0 15px;
  box-shadow: #202020 0 0 15px;
  background-image: url(../images/bkg-texture--dark.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff;
  margin-bottom: 0;
  overflow: auto; }
  .pane-shrednet-users-panel-pane-1 .left,
  .pane-shrednet-users-panel-pane-3 .left {
    float: left;
    margin: 0 2% 0 0;
    display: block;
    width: 30%;
    height: 190px; }
  .pane-shrednet-users-panel-pane-1 .right,
  .pane-shrednet-users-panel-pane-3 .right {
    float: left;
    width: 68%; }
  .pane-shrednet-users-panel-pane-1 .name,
  .pane-shrednet-users-panel-pane-3 .name {
    margin-bottom: 15px;
    font-size: 1.75em;
    color: #ff5200;
    text-transform: capitalize;
    letter-spacing: .04em; }
  .pane-shrednet-users-panel-pane-1 .address,
  .pane-shrednet-users-panel-pane-3 .address {
    margin-bottom: 10px;
    color: #888;
    line-height: 1.6em; }
    .pane-shrednet-users-panel-pane-1 .address .map-link,
    .pane-shrednet-users-panel-pane-3 .address .map-link {
      font-size: 0.8125em; }
  .pane-shrednet-users-panel-pane-1 .adr,
  .pane-shrednet-users-panel-pane-3 .adr {
    line-height: 1.6em;
    margin-bottom: 5px; }
  .pane-shrednet-users-panel-pane-1 .website,
  .pane-shrednet-users-panel-pane-3 .website {
    margin-bottom: 20px; }
    .pane-shrednet-users-panel-pane-1 .website a,
    .pane-shrednet-users-panel-pane-3 .website a {
      font-size: 0.875em;
      padding-left: 25px;
      background: url(../images/icon-globe.png) no-repeat left center; }
  .pane-shrednet-users-panel-pane-1 .phone,
  .pane-shrednet-users-panel-pane-3 .phone {
    font-size: 0.875em;
    padding-left: 25px;
    background: url(../images/icon-phone.png) no-repeat left center;
    margin-bottom: 10px; }
  .pane-shrednet-users-panel-pane-1 .contact a,
  .pane-shrednet-users-panel-pane-3 .contact a {
    padding: 5px 20px;
    margin: 0;
    color: #fff;
    background: #ff5200;
    border-top: 1px solid #fdae8e;
    border-bottom: 1px solid #5e2609;
    border-left: 1px solid #5e2609;
    border-right: 1px solid #5e2609;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 0.875em;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: #5e2609 0 -1px 1px; }
    .pane-shrednet-users-panel-pane-1 .contact a:hover,
    .pane-shrednet-users-panel-pane-3 .contact a:hover {
      color: #000;
      background: #ff5200;
      text-shadow: #cccccc 0 -1px 1px; }

.pane-class-schedules-panel-pane-2 h2,
.pane-class-schedules-panel-pane-4 h2,
.pane-shrednet-users-panel-pane-2 h2 {
  overflow: auto;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #404040;
  -webkit-box-shadow: #202020 0 0 15px;
  -moz-box-shadow: #202020 0 0 15px;
  box-shadow: #202020 0 0 15px;
  background-image: url(../images/bkg-texture--dark.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff;
  margin: 0;
  border-bottom: none;
  border-top: none;
  background-image: url(../images/bkg-texture--darkest.jpg);
  font-size: 1.3125em;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase; }
.pane-class-schedules-panel-pane-2 .view-shrednet-users,
.pane-class-schedules-panel-pane-4 .view-shrednet-users,
.pane-shrednet-users-panel-pane-2 .view-shrednet-users {
  overflow: auto;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #404040;
  -webkit-box-shadow: #202020 0 0 15px;
  -moz-box-shadow: #202020 0 0 15px;
  box-shadow: #202020 0 0 15px;
  background-image: url(../images/bkg-texture--dark.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.6em; }
.pane-class-schedules-panel-pane-2 .view-class-schedules table,
.pane-class-schedules-panel-pane-4 .view-class-schedules table,
.pane-shrednet-users-panel-pane-2 .view-class-schedules table {
  width: 100%; }
  .pane-class-schedules-panel-pane-2 .view-class-schedules table .views-field-field-location,
  .pane-class-schedules-panel-pane-4 .view-class-schedules table .views-field-field-location,
  .pane-shrednet-users-panel-pane-2 .view-class-schedules table .views-field-field-location {
    padding-left: 22px; }
/* NEW overrides for the advanced forum styles */
.forum-table-wrap thead tr,
.forum-table-wrap table thead tr th {
	background-image:none !important;
	background-color:#444 none repeat scroll 0% 0%;
}
.forum-table-wrap table thead tr th.forum-icon {
	display:block;
	width:100%;
	height:auto;
}
.node-type-forum .l-main .l-content .forum-post,
.section-forums .l-main table,
.section-forum .l-main table {
  border: 1px solid #404040;
  background-color:#fff;
  width: 100%;
  margin-bottom: 20px; }
.section-forums .l-main table th,
.section-forum .l-main table th {
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    color: #fff;
    border: 0px;
    border-top: 0px;
    font-size: 0.9375em;
    font-weight: normal; }
.section-forums .l-main table td,
.section-forum .l-main table td {
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    border-bottom: 1px solid #ccc;
    border-right: 0px solid #9f9f9f;
    border-top: 0px;
    color: #ccc;
    font-size: 0.9375em;
    line-height: 1.6em; }
.section-forums .l-main table tr.even, .section-forums .l-main table tr.odd,
.section-forum .l-main table tr.even, .section-forum .l-main table tr.odd {
	background-color:#fff;
}
.section-forums .tabs li.active a,
.section-forums .l-main .view-id-advanced_forum_topic_list,
.section-forums .l-main table thead tr th,
.section-forum .tabs li.active a,
.section-forum .l-main table thead tr th,
.section-forum .l-main .forum-table-superheader {
	background:#444 !important;
}
/* NEW with only one forum, no super header is needed. */
.section-forum .l-main .forum-table-superheader {
	display:none;
}
.node-type-forum .l-main .l-content .forum-post,
.section-forums .l-main table tr td.active,
.section-forums .l-main table tr.even td, .section-forums .l-main table tr.odd td,
.section-forum .l-main table tr.even td, .section-forum .l-main table tr.odd td {
    background-image: none;
	background-color:#fff;
	color:#444;
	font-family:"Raleway",Arial,"Helvetica Neue",Helvetica,"Liberation Sans","Numbus Sans L","FreeSans",sans-serif;
}
.node-type-forum .l-main .l-content .forum-post .author-pane img {
	border-radius:0;
}
.node-type-forum .l-main .l-content .forum-post {
	padding:10px;
}
.node-type-forum .l-main .l-content form textarea,
.node-type-forum .l-main .l-content .filter-wrapper.form-wrapper,
.node-type-forum .l-main .l-content form input[type="text"] {
	color:#000;
	background:#fff;
}
.node-type-forum .l-main .l-content form .form-textarea-wrapper {
	max-width:none;
}
.node-type-forum .l-main .l-content .filter-wrapper.form-wrapper,
.node-type-forum .l-main .l-content form .resizable-textarea .grippie {
	margin-bottom:20px;
}
.section-forums .l-main table td, .section-forums .l-main table th,
.section-forum .l-main table td, .section-forum .l-main table th {
    padding: 8px; }
tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span {
	background-size:30px auto;
}
.section-forums #search-all-forums,
.section-forum #search-all-forums {
	float:none;
}
.section-forums #advanced-forum-search-forum input,
.section-forum #advanced-forum-search-forum input {
}
.section-forums #advanced-forum-search-forum input.form-submit,
.section-forum #advanced-forum-search-forum input.form-submit {
	margin:10px 0 20px 0;
	padding:5px 20px;
}
.page-node form#comment-form {
	background:#fff;
	padding:10px;
}

/* Styling for Press and News page nodes. */
.press-release-banner {}
.press-release-banner img {
	width:100%;
	max-width:100%;
	height:auto;
	}
.press-release-title {}
.press-release-title h1 {
	display:block;
	width:100%;
	background:#FF5200;
	color:#fff;
	margin:0px;
	padding:10px;
	text-align:center;
	}
.press-release-title h1 a,
.press-release-title h1 a:link,
.press-release-title h1 a:visited {
	color:#fff;
	text-decoration:none;
}
.press-release-title h1 a:hover,
.press-release-title h1 a:focus {
	color:#fff;
	text-decoration:underline;
}
.press-release-source {
	margin:20px 0px 0px 0px;
	padding:0px 0px 2px 10px;
	border-left:#fff 10px solid;
}
.press-release-date {
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 10px;
	border-left:#fff 10px solid;
}
.press-release-author {
	margin:0px 0px 20px 0px;
	padding:2px 0px 0px 10px;
	border-left:#fff 10px solid;
}
.press-release-source .pane-title,
.press-release-source .pane-content,
.press-release-date .pane-title,
.press-release-date .pane-content,
.press-release-author .pane-title,
.press-release-author .pane-content ,
.press-release-link .pane-title,
.press-release-link .pane-content,
/* Adding the following since Panels is acting weird on site. */
.press-release-source .field--name-field-press-release-source,
.press-release-date .field--name-field-press-release-post-date,
.press-release-author .field--name-field-press-release-author,
.press-release-link .field--name-field-press-release-link {
	display:inline-block;
}
/* Adding the following since Panels is acting weird on site. */
.press-release-source h2.pane-title,
.press-release-date h2.pane-title,
.press-release-author h2.pane-title,
.press-release-link h2.pane-title {
	font-size:1rem;
	margin:0px;
	font-weight: normal;
	text-transform: none;
}
.press-release-source img {
	width:100%;
	max-width:280px;
	height:auto;
}
.press-release-screenshot {
	margin:20px 0px;
}
.press-release-screenshot img {
	border:rgba(255,255,255,.2) 1px solid;
	box-sizing:border-box;
	width:100%;
	height:auto;
}
.press-release-link {
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 10px;
	border-left:#fff 10px solid;
}
/* Flexybox fun for the view page display. */
.page-press-new .view-press-releases .view-content,
.page-press .view-press-releases .view-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.page-press-new .view-press-releases .view-content .press-release-page-list,
.page-press .view-press-releases .view-content .press-release-page-list {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }
.page-press-new .view-press-releases .view-content .press-release-page-list,
.page-press .view-press-releases .view-content .press-release-page-list {
	display: inline-block;
	width: 30%;
	min-height:380px;
	padding: 10px;
	overflow: auto;
	margin: 1%;
	margin-bottom: 20px;
	border: 1px solid #404040;
	-webkit-box-shadow: #202020 0 0 15px;
	-moz-box-shadow: #202020 0 0 15px;
	box-shadow: #202020 0 0 15px;
	background-image: url(/sites/all/themes/bodyshred/images/bkg-texture--dark.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	color: #fff;
}
.page-press-new .view-press-releases .view-content .press-release-page-list .press-banner,
.page-press .view-press-releases .view-content .press-release-page-list .press-banner {
	max-height:200px;
	overflow:hidden;
}
.page-press-new .view-press-releases .view-content .press-release-page-list img,
.page-press .view-press-releases .view-content .press-release-page-list img {
	height: auto;
}
.page-press-new .view-press-releases .view-content .press-release-page-list h3,
.page-press .view-press-releases .view-content .press-release-page-list h3 {
	margin: 0px;
	text-transform: none;
	font-weight: 400;
	font-size: 1rem;
}
.page-press-new .view-press-releases .view-content .press-release-page-list span.date-display-single,
.page-press .view-press-releases .view-content .press-release-page-list span.date-display-single {
	font-size:.8rem;
}
/* NEW overrides for the music catalog styles */
.section-music-catalog .l-main .pane-music-panel-pane-2 .view-music .view-content table.views-view-grid {
	background-image:url("/sites/all/themes/bodyshred/images/bkg-texture--dark.jpg");
}
@media screen and (max-width: 479px) {
	.section-music-catalog .l-main .view-music table td {
		width:100%;
	}
	.page-press-new .view-press-releases .view-content .press-release-page-list,
	.page-press .view-press-releases .view-content .press-release-page-list {
	display: inline-block;
	width: 95%;
	min-height:380px;
	padding: 10px;
	margin: 2%;
	margin-bottom:20px;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	.section-music-catalog .l-main .view-music table td {
		width:50%;
	}
	.page-press-new .view-press-releases .view-content .press-release-page-list,
	.page-press .view-press-releases .view-content .press-release-page-list {
	display: inline-block;
	width: 45%;
	min-height:370px;
	padding: 10px;
	margin: 2%;
	margin-bottom:20px;
	}
}
@media screen and (min-width: 769px) {
	.section-music-catalog .l-main .view-music table td {
		width:25%;
	}

}
.section-music-catalog .l-main .view-music table td {
	border-width:0px;
	display:inline-block;
	float:left;
}
.section-music-catalog .l-main .view-music table td .music-title img {
	width:100%;
	height:auto;
}
.section-music-catalog .l-main .view-music table td form input {
	width:100%;
	max-width:100%;
}

.section-music-catalog .l-main .view-music .view-display-id-latest_volume {
}
.section-music-catalog .l-main .pane-music-panel-pane-2 .view-music .view-display-id-latest_volume .views-row {
	border-bottom-width:0px;
}
.section-music-catalog .l-main .pane-music-panel-pane-2 .view-music .view-content table.views-view-grid {
	border-top-width:0px;
}
.section-music-catalog .l-main .pane-music-panel-pane-2 .view-music .view-display-id-latest_volume .views-row .music-title {
	width:100%;
	max-width:631px;
	height:auto;
}
.section-music-catalog .l-main .pane-music-panel-pane-2 .view-music .view-display-id-latest_volume .views-row .music-title img {
	width:100%;
	max-width:631px;
	height:auto;
}
.section-music-catalog .l-main .pane-music-panel-pane-2 .view-music .view-display-id-latest_volume .views-row .music-link {
	float:none;
	}
.section-music-catalog .l-main .view-music .view-display-id-latest_volume .node-add-to-cart.form-submit {
	width:100%;
	font-weight:bold;
}
/* remvoving the H2 pane title top margin to ensure the content is level with the menu */
h2.pane-title {
	margin-top:0px;
}
/* additions to help with the author posts */
.user-picture {
	display:block;
	width:60px;
	max-width:60px;
	height:60px;
	max-height:60px;
	overflow:hidden;
	border-radius:0;
}
.page-node.node-type-message-board .user-picture {
	margin:-10px 0px 0px;
}
.user-picture img {
	width:60px;
	max-width:60px;
	height:auto;
}
.views-field-realname {
	font-size:1.5em;
}
.page-node h1 {
	text-shadow:2px 2px 1px #000;
	margin:0 0 0.67em;
}
/* Just a little helper to give more space on the dashboard menu. */
.top-dash-accordion-data {
	margin-bottom:15px;
}
/* Removes the Paragraph space on the certificate icon. */
.view-certificate-displays p {
	margin:0px;
}
/* Certification Icon on the dashboard menu. */
img.certificate-icon {
	border:none;
	padding:0px;
	margin:0px;
	max-width:60px;
}
/* Some styling for Dashboard notices. */
.dashboard-notice {
	font-size:smaller;
	padding:10px;
	background:#000;
	border-color:rgba(255, 82, 0, 0.4); /*#FF5200 */
}
/* Removes the borders on Dashboard Attachments. */
.dashboard-no-border {
	border:none;
	padding:0px;
	background-image:none;
	box-shadow:none;
}
/* Styling for the Roles box on the Dashboard. */
.dashboard-roles ul {
	margin:0px;
	padding:0px;
	line-height:1em;
}
.dashboard-roles ul li {
	margin:0px 0px 5px 0px;
	list-style:none;
	font-size:smaller;
	line-height:1em;
	text-transform: capitalize;
}
h5.dashboard-roles {
	margin-bottom:5px;
}
.dashboard-credits {
	display:inline;
}
/* Font styling for the Quiz Results box on the Dashboard. */
.view-id-user_profile.view-display-id-quiz_results_attachment span {
	font-size:smaller;
}
div.quiz-report .dt,
.q-correct {
	background:none;
}
/* Styling for the reporting links. */
#block-menu-menu-website-reporting-menu ul {
	list-style-type:none;
	padding: 0px;
	}
#block-menu-menu-website-reporting-menu ul li {
	display:inline;
}
#block-menu-menu-website-reporting-menu ul li a,
#block-menu-menu-website-reporting-menu ul li a:link {
	color:#ccc;
	font-size:.65em;
	margin-right:20px;
	-webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
#block-menu-menu-website-reporting-menu ul li a:hover,
#block-menu-menu-website-reporting-menu ul li a:active,
#block-menu-menu-website-reporting-menu ul li a:focus
 {
	color:#ccc;
	text-decoration:underline;
	color:#FF5200;
	-webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
	  .pane-music-downloads-panel-pane-1 {
		  margin-top:40px;
	  }
	  .moscone-sidebar .pane-block-10 h2.pane-title,
	  .pane-music-downloads-panel-pane-1 h2.pane-title,
	  .music_download_link h2.pane-title {
		  margin-bottom:0px;
	  }
	  p.orange-button {
		  margin-top:0px;
	  }
.music-download-links a,
.music-download-links a:link,
.music-download-links a:visited {
	font-size:smaller;
	text-decoration:none;
	color:#fff;
-webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
.music-download-links a:hover,
.music-download-links a:active,
.music-download-links a:focus {
	text-decoration:underline;
	color:#FF5200;
-webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
/* removes the points on the exam retake pages. */
body.node-type-certification-exams .sell-price-points {
	display:none;
}
/* We need to hide the default user register link in the header login. */
header form#user-login-form ul li:first-child {
	display:none !important;
}
/* Some adjustments for the music pop-up. */
.music-container .music-pop-up-header,
.music-container .music-pop-up-body {
	display:inline-block;
	width:100%;
	float:left;
}
.music-container .music-title {
	display:inline-block;
	float:left;
}
.music-container .music-link {
	display:inline-block;
	float:right;
}
.music-container .music-pull-left {
	display:inline-block;
	float:left;
	width:40%;
	padding:10px;
	box-sizing:border-box;
}
.music-container .music-pull-right {
	display:inline-block;
	float:left;
	width:60%;
	padding:10px;
	box-sizing:border-box;
}
.music-container .music-note {
	border-left: 20px solid rgba(240, 240, 240, 0.1);
	padding-left: 20px;
	margin:40px auto 10px;
	max-width:400px;
}
.music-container .music-note p {
	line-height:1em;
	font-size:.6em;
}
.music-container .music-link {}
.music-container .music-release {
  font-size:.8rem;
}
.music-container .music-preview {}
.music-container .music-preview .jp-audio {
	margin:0px auto;
}
.music-container .music-description {
	font-size:.8rem;
}
.music-container .music-legal {
	line-height:.8rem;
	font-size:.4rem;
	border-left: 20px solid rgba(240, 240, 240, 0.1);
	padding-left: 20px;
	margin:40px auto 10px;
	max-width:400px;
}
.music-container .music-title {}
.section-music-catalog #cboxLoadedContent #cboxClose {
	bottom:20px;
}
.section-music-catalog #cboxLoadedContent img {
	width:100%;
	height:auto;
}
@media screen and (max-width: 680px) {
	.music-pull-left,
	.music-pull-right {
		width:100%;
		}
}
/* Some blockquote styling. */
blockquote {
  background: rgba(0,0,0,.2);
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 30px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  font-size:2rem;
}
#ui-accordion-faqfield_field_information_dropdowns_587-panel-5 ul {
	list-style-image:url("https://jillianmichaelsbodyshred.com/sites/all/themes/jill/css/i/bullet-large.png");
}
body.section-become-certified-bodyshred-instructor .field--name-field-closing-section p:nth-of-type(1),
body.section-become-certified-bodyshred-instructor .field--name-field-closing-section p:nth-of-type(2) {
	border:1px #ccc solid;
	background:#fff;
	padding:10px;
	border-radius:4px;
	margin:1px 0px;
	text-transform:uppercase;
	font-weight:400;
	padding-left:2.5em;
}
body.section-become-certified-bodyshred-instructor .field--name-field-closing-section p a,
body.section-become-certified-bodyshred-instructor .field--name-field-closing-section p a:link {
	text-decoration:underline;
}
body.section-become-certified-bodyshred-instructor .field--name-field-closing-section p a:hover,
body.section-become-certified-bodyshred-instructor .field--name-field-closing-section p a:focus {
	color:#fff;
}
body.section-become-certified-bodyshred-instructor .field--name-field-closing-section p:nth-of-type(1) a:hover,
body.section-become-certified-bodyshred-instructor .field--name-field-closing-section p:nth-of-type(1) a:focus,
body.section-become-certified-bodyshred-instructor .field--name-field-closing-section p:nth-of-type(2) a:hover,
body.section-become-certified-bodyshred-instructor .field--name-field-closing-section p:nth-of-type(2) a:focus {
	color:#000;
}
body.section-become-certified-bodyshred-instructor .ui-accordion .ui-accordion-content:nth-of-type(1) {
	height:auto !important;
}
body.section-become-certified-bodyshred-instructor .ui-accordion .ui-accordion-content {
	padding:10px;
}
body.section-become-certified-bodyshred-instructor .ui-accordion .ui-accordion-content > p:nth-of-type(1) {
	margin-top:0px;
}
body {
	overflow-x:hidden;
}
/* Modifies the Workbench unpublished background. */
.node-unpublished {
	background:inherit;
	background-color:inherit;
}

@media screen and (min-width: 580px) {
	/* flexi-container */
	.one_sidebar.page-user.page-user-purchased-files .l-main {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	}
	/* flexi-content */
	.one_sidebar.page-user.page-user-purchased-files .l-content {
		-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	width:70%;
	}
	/* flexi-sidebar */
	.one_sidebar.page-user.page-user-purchased-files aside {
		-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	width:30%;
	}
	.page-user.page-user-purchased-files .l-main #block-block-10 {
		padding-right:10px;
	}
	.page-user.page-user-purchased-files .l-main #block-block-10 h2.block__title {
		margin-bottom:0px;
	}
}
.page-user.page-user-purchased-files .l-main #block-block-11 h2.block__title {
	margin-top:0px;
}
.page-user.page-user-purchased-files .l-main ul.tabs.tabs--primary.links--inline {
	display:none;
}




/* Styles added for the flexi-box css for the routine node pages. */
/* Give the background some color changes. */
.page-node.node-type-routine .moscone-column-content-region.moscone-content {
	padding:10px;
	background:#fff;
	color:#000;
	border-radius:4px;
}
.page-node.node-type-routine .moscone-column-content-region.moscone-content .panel-pane {
	margin-bottom:10px;
}
/* Flexi-box for side title and move content. */
.routine-node-circuit-item-list ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.circuit-wrapper-container {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	background:#ededed;
	color:#000;
	border:1px solid rgba(0,0,0,0.15);
	box-shadow:rgba(0,0,0,0.2) 1px 2px 5px;
}
/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/
@-moz-document url-prefix() {
.circuit-wrapper-container {
    width: 100%;
    -moz-box-sizing: border-box;
    }
}
.circuit-wrapper-item {}
.circuit-wrapper-item.circuit-order-item {
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	max-width:40px;
	min-height:160px;
	margin:auto;
}
.circuit-wrapper-item.ciruit-moves-content-container {
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	padding:5px;
	box-sizing:border-box;
}

/* The flexi-box for the move items in rows. */
.circuit-moves-row-container {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	background:#fff;
	margin-bottom:5px;
	border:1px solid rgba(0,0,0,.1);
}
/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/

@-moz-document url-prefix() {
.circuit-moves-row-container {
    width: 100%;
    -moz-box-sizing: border-box;
    }

}
.circuit-moves-row-container-item {
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	width:49%;
	padding:5px 10px;
	box-sizing: border-box;
}
.circuit-moves-row-container-item.move-row-item-title {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
	width:10%;
}
.circuit-moves-row-container-item.resistance-move {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	width:22%;
}
.circuit-moves-row-container-item.resistance-transition {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
	width:12%;
}
.circuit-wrapper-item.circuit-order-item .circuit-order-title {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	width:100%;
	height:100%;
	min-height:160px;
	overflow:hidden;
}
/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/
@-moz-document url-prefix() {
.circuit-wrapper-item.circuit-order-item .circuit-order-title {
    width: 100%;
    -moz-box-sizing: border-box;
    }
}
.circuit-wrapper-item.circuit-order-item .circuit-order-title h3 {
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
	height: 40px;
	min-width: 180px;
	line-height: 40px;
	text-align: center;
}
.page-node.node-type-routine .moscone-column-content-region.moscone-content .panel-pane.pane-node-title {
	margin-bottom:0px;
}
/* Basic background and font colors set above in the containers. */
/* For specific font colors and effects, place in the following css group. */
/* First we need to flip the circuit title vertical. */
.circuit-wrapper-container {
	font-size: .7rem;
	font-weight: 600;
	line-height:.9rem;
}
.page-node.node-type-routine .moscone-column-content-region.moscone-content h1 {
	text-shadow: none;
	color: rgba(57, 57, 57, 0.7);
	margin: 0px;
	font-size:1.5rem;
}
.circuit-order-title > h3 {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	margin:0px;
	color:#9f9f9f;
}
.circuit-moves-row-container-item.move-row-item-title > span {
	border: #ccc solid 1px;
	border-radius: 24px;
	font-size: 12px;
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	font-weight: 800;
	line-height: 24px;
	background-color:#fff;
	color: #ccc;
}
/* Styles for the book menu. */
/* But first, let's hide the defualt book nav. */
.node-type-book.page-node-2979 #book-navigation-2979 {
	display:none;
}
/* This will remove the book printer friendly link. */
/* This will need to be added back once we move away from pdfs. */
.node-type-book .node--book.node--full .links--inline .book_printer {
	display:none;
}
.pane-menu-book-toc-2979 ul.menu {
	margin:0px 0px 20px 0px;
	padding:0px;
}
#book-navigation-2979 ul.menu li,
.pane-menu-book-toc-2979 ul.menu li {
	margin:0px;
	padding:0px;
}
#book-navigation-2979 ul.menu li.leaf,
.pane-menu-book-toc-2979 ul.menu li.leaf {
	list-style:none;
	list-style-image:none;
}
#book-navigation-2979 ul.menu li ul.menu,
.pane-menu-book-toc-2979 ul.menu li ul.menu {
	margin:0px;
	padding:0px 0px 0px 15px;
}
#book-navigation-2979 ul.menu li ul.menu li,
.pane-menu-book-toc-2979 ul.menu li ul.menu li {
	list-style:disc;
}
#book-navigation-2979 ul.menu li.leaf {
	line-height:1.5rem;
}
.pane-menu-book-toc-2979 > ul.menu > li.first.last a.active-trail {
	text-transform:uppercase;
	font-size:0.9375rem;
	font-weight:bolder;
}
#book-navigation-2979 a,
#book-navigation-2979 a:link,
#book-navigation-2979 a:active,
#book-navigation-2979 ul.menu li.leaf a,
#book-navigation-2979 ul.menu li.leaf a:link,
#book-navigation-2979 ul.menu li.leaf a:acive,
.pane-menu-book-toc-2979 a,
.pane-menu-book-toc-2979 a:link,
.pane-menu-book-toc-2979 a:active,
.pane-menu-book-toc-2979 ul.menu li.leaf a,
.pane-menu-book-toc-2979 ul.menu li.leaf a:link ,
.pane-menu-book-toc-2979 ul.menu li.leaf a:active {
	color:#fff;
	-webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#book-navigation-2979 ul.menu li.leaf a:hover,
#book-navigation-2979 ul.menu li.leaf a:focus,
.pane-menu-book-toc-2979 ul.menu li.leaf a:hover,
.pane-menu-book-toc-2979 ul.menu li.leaf a:focus {
	color:#ff5200;
	-webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.node-type-book #sidebarToggle,
.node-type-book #sidebarContainer,
.node-type-book #viewBookmark {
	display:none;
}
@media print {
	body.page-node.node-type-routine {
		background:#fff;
		background-image:none;
	}
	.page-node.node-type-routine .l-header{
		background:#000;
		width:100%;
		height:50px;
		display:block;
		max-height:50px;
	}
	.page-node.node-type-routine #block-block-1 {
		margin-top:5px;
		text-align:left;
	}
	.page-node.node-type-routine #block-block-1 img {
		max-height:40px;
	}
	.page-node.node-type-routine .l-main {
		padding-top:0px;
	}
	.page-node.node-type-routine .l-content .panel-display .moscone-container.moscone-column-content {
		margin-bottom:0px;
	}
	.page-node.node-type-routine .l-content .panel-display .moscone-column-content .moscone-content {
		width:100%;
	}
	/* At one circuit per page, use this css....
	.page-node.node-type-routine .l-content .panel-display .moscone-column-content .moscone-content .circuit-wrapper-container {
		font-size:1.5rem;
		line-height:1.5rem;
		box-shadow:none;
	}
	.page-node.node-type-routine .l-content .panel-display .moscone-column-content .moscone-content .circuit-moves-row-container {
		margin-bottom:15px;
		padding:15px 0px;
	}
	...and at two circuits per page, use this css. */
	.page-node.node-type-routine .l-content .panel-display .moscone-column-content-region.moscone-content h1 {
		font-size:.9rem;
	}
	.page-node.node-type-routine .l-content .panel-display .moscone-column-content .moscone-content .circuit-wrapper-container {
		font-size:1rem;
		line-height:.9rem;
		box-shadow:none;
	}
	.page-node.node-type-routine .l-content .panel-display .moscone-column-content .moscone-content .circuit-moves-row-container {
		margin-bottom:8px;
		padding:8px 0px;
	}
	/* End of css affecting circuits per page. */
	.page-node.node-type-routine .l-footer {
		margin-top:0px;
	}
	.page-node.node-type-routine .l-footer .l-region--footer {
		padding-top:0px;
		padding-bottom:0px;
	}
	.page-node.node-type-routine .l-footer .l-region--footer .block--block-2 p {
		padding-top:5px;
	}
	.page-node.node-type-routine .l-content .panel-display .moscone-column-content .moscone-content .panel-pane.pane-views-panes {
		page-break-inside:avoid;
	}
	.page-node.node-type-routine #block-system-user-menu,
	.page-node.node-type-routine #block-superfish-1,
	.page-node.node-type-routine #block-jillian-core-gym-search,
	.page-node.node-type-routine .l-content div.messages,
	.page-node.node-type-routine .l-content > ul.tabs.tabs--primary,
	.page-node.node-type-routine .l-content #block-workbench-block,
	.page-node.node-type-routine .l-content .panel-display .moscone-header,
	.page-node.node-type-routine .l-content .panel-display .moscone-column-content .moscone-sidebar,
	.page-node.node-type-routine .l-content .panel-display .moscone-footer,
	.page-node.node-type-routine footer #block-menu-menu-footer-menu,
	.page-node.node-type-routine footer #block-menu-menu-website-reporting-menu {
		display:none;
	}	
}