/*!
 * Rev Framework v1
 */

/* REV Base
========================================================================== */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  padding: 0;
  background: #FFF;
  font-family: 'Roboto', sans-serif;
  color: #544d5b; /* nickel */
  font-size: 16px;
  line-height: 1.33333333em;
  font-weight:400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
	position:relative;
	margin:0 auto;
  padding:0 20px;
}
@media (min-width: 768px) {
  .container {
    width: 728px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media (min-width: 1140px) {
  .container {
    width: 1100px;
  }
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
/*-- clearfix hack --*/
.row:before, 
.row:after {
	content:"";
    display: table ;
    clear:both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position:relative;
	/*-- our gutter --*/
	padding-right:20px;
	padding-left:20px;

	width:100%;
	min-height:1px;
	float:left;
}
@media (min-width: 768px) {
	.col-12 {width:100%;}
	.col-11 {width:91.66666667%;}
	.col-10 {width:83.33333333%;}
	.col-9 {width:75%;}
	.col-8 {width:66.66666667%;}
	.col-7 {width:58.33333333%;}
	.col-6 {width:50%;}
	.col-5 {width:41.66666667%;}
	.col-4 {width:33.33333333%;}
	.col-3 {width:25%;}
	.col-2 {width:16.66666667%;}
	.col-1 {width:8.33333333%;}
}
.col-1-np, .col-2-np, .col-3-np, .col-4-np, .col-5-np, .col-6-np, .col-7-np, .col-8-np, .col-9-np, .col-10-np, .col-11-np, .col-12-np {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .col-12-np {width:100%;}
  .col-11-np {width:91.66666667%;}
  .col-10-np {width:83.33333333%;}
  .col-9-np {width:75%;}
  .col-8-np {width:66.66666667%;}
  .col-7-np {width:58.33333333%;}
  .col-6-np {width:50%;}
  .col-5-np {width:41.66666667%;}
  .col-4-np {width:33.33333333%;}
  .col-3-np {width:25%;}
  .col-2-np {width:16.66666667%;}
  .col-1-np {width:8.33333333%;}
}

h1, h2, h3, h4, h5, h6 {}
h1 {
  margin:0 0 24px 0;
  font-family: 'Brandon Grot W01 Bold', sans-serif;
  font-size:2.222222em; /*40px*/
  line-height:1.2em; /*48px*/
  font-weight:400;
}
@media (min-width: 768px) {
  h1 {}
}
h2 {
  margin:0 0 15px 0;
  font-family: 'Brandon Grot W01 Bold', sans-serif;
  font-size:2em; /*36px*/
  line-height:1.1666667em; /*42px*/
  font-weight:400;
}
@media (min-width: 992px) {
  h2 {}
}
h3 {
  margin:0 0 15px 0;
  font-family: 'Brandon Grot W01 Bold', sans-serif;
  font-size:1.6666667em; /*30px*/
  line-height:1.2em; /*36px*/
  font-weight:400;
}
h4 {
  margin:0 0 25px 0;
  font-family: 'Cantarell', sans-serif;
  /*font-size:1.6666667em; /*30px*/
  font-size:1.33333333em; /*24px*/
  /*line-height:1.2em; /*36px*/
  line-height: 1.25em; /*30px*/
  font-weight:400;
}
h5 {
  margin:0 0 30px 0;
  font-family: 'Brandon Grot W01 Bold', sans-serif;
  font-size:1.3333333em; /*24px*/
  line-height:1.1666667em; /*28px*/
  font-weight:400;
}
h6 {
  margin:0 0 30px 0;
  font-family: 'Cantarell', sans-serif;
  font-size:1.3333333em; /*24px*/
  line-height:1.1666667em; /*28px*/
  font-weight:400;
}
p {
  margin:0 0 60px 0;
  font-family: 'Roboto', sans-serif;
  font-size:1.0em; /*18px*/
  line-height:1.3333333em; /*24px*/
  font-weight:400;
}
p.lg {
  font-size:1.333333em; /*24px*/
  line-height:1.1666667em; /*28px*/
}
p.sm {
  font-size:0.777778em; /*14px*/
  line-height:1.285714em; /*18px*/
}
a, a:hover {
  text-decoration:none;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
hr {
  /*margin:80px 0;*/
  margin:56px 0; /* schedule*/
  background:#dad7d7; /*light grey*/
  width:100%;
  height:1px;
  float:left;
  clear:both;
  border:none;
}
img {
  max-width:100%;
  display:block;
}
svg {
  width:100%;
  height:auto;
}
nav {}
nav ul {
  margin:0 auto;
  padding:0;
}
nav ul li {
  text-transform: uppercase;
  list-style: none;
  display: inline-block;
}
nav.header-nav ul li:after {
  padding:0 5px 0 10px;
  content:"|";
  color:#dad7d7; /*light grey*/
}
nav.header-nav ul li:last-child:after {
  padding:0;
  content:"";
}
nav.header-nav ul {
  text-align:center;
  float:none;
}
@media (min-width: 1140px) {
  nav.header-nav ul {
    text-align:left;
    float:right;
  }
}
/*nav.header-nav ul ul {
  position: absolute;
  padding: 10px 0 20px 0;
  background: #FFF;
  width: auto;
  display: none;
  white-space: nowrap;
  z-index: 100;
}
nav.header-nav ul .expand ul {
  display: block;
}
nav.header-nav ul ul li {
  padding: 10px 20px 0 20px;
  display: block;
}
nav.header-nav ul ul li:after {
    padding:0;
    content: none;
}*/
nav.subnav {
  margin:0 auto;
  padding:0;
  background:#efecec;
}
@media (min-width: 768px) {
  nav.subnav {
    padding: 15px 0;
  }
}
nav.subnav ul {
  padding: 0 15px;
  text-align:center;
}
@media (min-width: 768px) {
  nav.subnav ul {
    padding: 0;
  }
}
nav.subnav ul li {
  padding: 15px 0;
  width: 50%;
  text-transform: none;
  display: inline-block;
  float: left;
  border-right: 1px solid #edeced;
}
nav.subnav ul li:last-child {
  border: 0;
}
@media (min-width: 768px) {
  nav.subnav ul li {
    padding: 15px;
    width: 100%;
    display: inline;
    float: none;
    border: 0;
  }
}
nav.subnav ul li a {
  color:#aeaab2; /*light nickel*/
}
nav.subnav ul li a:hover {
  color:#544d6b; /*nickel*/
}
nav.subnav ul li.current a {
  color:#544d6b; /*nickel*/
}
nav.social-nav ul li,
nav.social-nav-mobile ul li,
nav.social-nav-instructors ul li {
  padding:0 5px 0 0;
}
nav.social-nav ul li {
  float:left;
}
nav.social-nav ul li:last-child,
nav.social-nav-mobile ul li:last-child,
nav.social-nav-instructors ul li:last-child {
  padding:0;
}

form {
  margin:0;
  text-align:center;
}
@media (min-width: 768px) {
  form {text-align:left;}
}
input,
input[type=text],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="button"]{
  margin:0 0 28px 0;
  padding:0 20px;
  background:#f8f6f6; /*light grey*/
  width:100%;
  height: 52px;
  font-family: 'Roboto', sans-serif;
  color: #544d5b; /* nickel */
  font-size: 1em;
  font-weight:400;
  border:none;
  border-radius:0 !important;
  box-shadow: none;
    -webkit-box-shadow: none;
      -moz-box-shadow: none;
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
  outline:0;
}
textarea {
  margin:0 0 28px 0;
  padding:16px 20px;
  background:#f8f6f6; /*light grey*/
  width:100%;
  height:;
  font-family: 'Roboto', sans-serif;
  color: #544d5b; /* nickel */
  font-size: 1em;
  font-weight:400;
  border:none;
  border-radius:0 !important;
  box-shadow: none;
    -webkit-box-shadow: none;
      -moz-box-shadow: none;
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
}
select {
  margin:0 0 28px 0;
  padding: 0;
  background: #f8f6f6;
  background: #f8f6f6 url('../images/arrow-icon.png') no-repeat 98% center;  /* IE Fallback */
  background: #f8f6f6 url('../images/arrow-icon.svg') no-repeat 98% center, linear-gradient(transparent, transparent);
  background-size: 13px 9px;
  width:100%;
  height: 52px;
  font-family: 'Roboto', sans-serif;
  color:#aeaab2;
  font-size: 1em;
  font-style: italic;
  font-weight:400;
  text-indent: 20px;
  border: none;
  border-radius: 0;
    -webkit-border-radius: 0;
      -moz-border-radius: 0;
   box-shadow: none;
    -webkit-box-shadow: none;
      -moz-box-shadow: none;
  appearance: none;
    -webkit-appearance: none;
      -moz-appearance: none;
  /*appearance: menulist;
    -webkit-appearance: menulist;
      -moz-appearance: menulist;*/
}
@-moz-document url-prefix() {
    select {
       text-indent: 10px;
    } }
form option {
  font-family: 'Roboto', sans-serif;
}
form input[type="submit"],
form input[type="button"] {
  margin-bottom:0;
  float:none;
}
@media (min-width: 768px) {
  form input[type="submit"],
  form input[type="button"] {
    float:right;
  }
}
form input:focus,
form textarea:focus {
  background: #efecec; /* focus grey */
  outline: none;
}
select:focus {
  background: #efecec url('../images/arrow-icon.png') no-repeat 98% center;  /* IE Fallback */
  background: #efecec url('../images/arrow-icon.svg') no-repeat 98% center, linear-gradient(transparent, transparent);
  outline: none;
}
form ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color:#aeaab2;
  font-style:italic;
}
form :-moz-placeholder { /* Firefox 18- */
  color:#aeaab2;
  font-style:italic;
}

form ::-moz-placeholder { /* Firefox 19+ */
  color:#aeaab2;
  font-style:italic;
}

form :-ms-input-placeholder { /* IE 10+ */
  color:#aeaab2;
  font-style:italic;
}

form ::-ms-input-placeholder { /* Edge */
  color:#aeaab2;
  font-style:italic;
}

form :placeholder-shown { /* Standard one last! */
  color:#aeaab2;
  font-style:italic;
}
.subnav-search-container ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color:#544d5b; /* nickel */
}
.subnav-search-container :-moz-placeholder { /* Firefox 18- */
  color:#544d5b; /* nickel */
}

.subnav-search-container ::-moz-placeholder { /* Firefox 19+ */
  color:#544d5b; /* nickel */
}

.subnav-search-container :-ms-input-placeholder { /* IE 10+ */
  color:#544d5b; /* nickel */
}

.subnav-search-container ::-ms-input-placeholder { /* Edge */
  color:#544d5b; /* nickel */
}

.subnav-search-container :placeholder-shown { /* Standard one last! */
  color:#544d5b; /* nickel */
}

/* ACCOUNT SIGN UP */

.alert-info {
  margin-bottom: 40px;
  padding: 30px 0;
  background: #FFF;
  /*background: #efecec; /* light grey */
  color: #544d5b; /* black */
  text-align: center;
  border: none;
  border-bottom: 1px solid #dad7d7; /* light grey */
  border-radius: 0px;
}

.alert-info .btn {
  margin: 10px 20px;
  padding: 19px 40px;
  width: auto;
  max-width: inherit;
}

.form-horizontal .control-group {
  margin-bottom: 0;
}

form hr {
  margin: 20px 0 40px 0;
}

.form-horizontal select {
  margin:0 0 28px 0;
}

.form-horizontal input+.help-block {
  margin: 0;
  font-size: 14px;
  font-style: italic;
}

.form-horizontal .form-actions {
  margin-top: 40px;
  padding: 40px 0 0 0;
  background: #FFF;
  text-align: center;
  border: none;
  border-top: 1px solid #dad7d7; /* light grey */
}

.form-horizontal .form-actions input[type="submit"],
.form-horizontal .form-actions input[type="button"] {
    margin:0 10px 20px 10px;
    float:none;
}

/* REV Navigation Styles
========================================================================== */

.desktop-only,
.desktop-tablet-only {
  display:none;
}
.container.mobile-only {
  padding:0;
}
.container.mobile-only .row {
  margin:0;
}
.container.mobile-only .row .col-12 {
  padding:0;
}
.mobile-nav-icon {
  width:60px;
  height:50px;
  background: url('../images/menu-icon.gif') no-repeat 0 0;  /* IE Fallback */
  background: url('../images/menu-icon.svg') no-repeat 0 0, linear-gradient(transparent, transparent);
  background-size:contain;
  float:left;
  cursor: pointer;
  border-right:1px solid #655f6c;
}
.mobile-nav-icon.close {
  background: url('../images/close-icon.gif'); /* IE Fallback */
  background: url('../images/close-icon.svg') no-repeat 0 0, linear-gradient(transparent, transparent);
  background-size:contain;
}
.mobile-search-icon {
  width:60px;
  height:50px;
  background: url('../images/search-icon.gif'); /* IE Fallback */
  background:url('../images/search-icon.svg') no-repeat 0 0, linear-gradient(transparent, transparent);
  float:right;
  cursor: pointer;
  border-left:1px solid #655f6c;
  opacity: 1;
}
.mobile-search-icon:hover {
  opacity: 1;
}
.subnav-icon {
  margin-top: 0;
  padding:10px 20px;
  background:#efecec;
  width: 100%;
  /*color:#50b248; /*lime*/
  color:#544d5b; /*nickel*/
  font-size: 1.0em;
  line-height: 1.33333333em;
  text-transform: initial;
  text-align:center;
  text-shadow: none;
  font-weight: 400;
  float:none;
  opacity: 1;
  cursor: pointer;
  float: none;
  border: 0;
}
@media (min-width: 768px ) {
  .subnav-icon {
    margin-top: 10px;
    padding: 4px 20px;
    background: transparent;
    max-width: 200px;
    text-align: left;
    float: left;
    border: 2px solid #FFF;
  }
}
.mobile-footer-nav-icon,
.mobile-subnav-icon {
  padding:10px 20px;
  color:#50b248; /*lime*/
  font-size: 1.0em;
  line-height: 1.33333333em;
  text-transform: uppercase;
  text-align:center;
  text-shadow: none;
  font-weight: 400;
  float:none;
  opacity: 1;
  cursor: pointer;
}
.mobile-footer-nav-icon:hover,
.mobile-subnav-icon:hover {
  color:#50b248; /*lime*/
  opacity: 1;
}
.subnav-icon:hover {
  color:#544d5b; /*nickel*/
  opacity: 1;
}
.mobile-footer-nav-icon div,
.mobile-subnav-icon div,
.subnav-icon div {
  width:auto;
  text-align:center;
  display:inline-block;
  clear:none;
}
.mobile-footer-nav-icon span,
.mobile-subnav-icon span {
  margin-left:5px;
  width:13px;
  height:9px;
  display:inline-block;
}
.subnav-icon span {
  margin-left:5px;
  width:13px;
  height:9px;
  display:inline-block;
  float: none;
}
@media (min-width: 768px) {
  .subnav-icon span {
    float: right;
  }
}
.mobile-footer-nav-icon.close,
.mobile-subnav-icon.close {}
.mobile-nav-container,
.mobile-footer-nav-container,
.mobile-subnav-container,
.subnav-container {
  display:none;
  clear:both;
}
.mobile-subnav-container .col-9 {
  padding:0;
}
.mobile-search-container {
  width:0px;
  height:42px;
  display:block;
  overflow-y:hidden;
}
.mobile-search-container.show {
  height:42px;
  overflow-y:visible;
}
.mobile-search-container form {
  margin:10px 0 0 0;
  display:block;
}
.mobile-search-container input[type="search"] {
  margin:0 20px 0 0;
  padding:5px 10px;
  background:#f8f6f6;
  max-width:140px;
  height: 30px;
  border:none;
}
.mobile-nav-container .mobile-nav {
  margin:0;
  padding:0;
  background:#6a6470;
  border-top:1px solid #88848d;
}
.mobile-nav-container .mobile-nav ul li,
.mobile-search-container input,
.mobile-footer-nav-container ul li,
.mobile-subnav-container ul li,
.subnav-container ul li {
  display:block;
}
.mobile-search-container {
  float:right;
  z-index:10;
}
@media (min-width: 768px) {
	.mobile-only {display:none;}
	.mobile-nav-icon, 
  .mobile-nav-container,
  .mobile-search-icon,
  .mobile-search-container,
  .mobile-arrow-icon,
  .mobile-footer-nav-container,
  .mobile-subnav-container {
		display:none !important;
	}
	.desktop-tablet-only {
    display:block;
  }
}
@media (min-width: 992px) {
    .desktop-only {
    display:block;
  }
}
nav.header-nav ul li a {
  color:#544d5b; /*nickel*/
}
nav.header-nav ul li a:hover {
  color:#50b248; /*lime*/
}
nav.header-nav ul li.active a {
  color:#50b248; /*lime*/
}
nav.header-nav ul li.active ul li a {
  color:#544d5b; /*nickel*/
}
nav.header-nav ul li.active ul li.active a,
nav.header-nav ul ul li.active a {
  color:#50b248; /*lime*/
}
nav.mobile-nav ul li {
  padding:0;
  border-bottom:1px solid #88848d;
}
nav.mobile-nav ul li a {
  padding:15px 20px;
  color:#FFF;
  display:block;
}
nav.mobile-nav ul ul li {
  border-bottom: 0;
}
nav.mobile-nav ul ul li a {
  padding: 0 30px 15px 30px;
}
nav.footer-nav ul {
  margin:14px 0;
}
nav.footer-nav ul li {
  padding-right:12px;
  font-size:0.78em; /*14px*/
}
nav.footer-nav ul li a {
  color:#50b248; /*lime*/
}
nav.footer-nav ul li a:hover {
  color:#544d5b; /*nickel*/
}
nav.mobile-footer-nav ul li {
  padding:0;
  border-bottom:1px solid #d7d5d6; /*light grey*/
}
nav.mobile-footer-nav ul li a {
  padding:15px 20px;
  color:#544d5b; /*nickel*/
  display:block;
}
nav.mobile-footer-nav ul li a:hover {
  color:#50b248; /*lime*/
}
nav.mobile-footer-nav ul li.current a {
  color:#50b248; /*lime*/
}
nav.social-nav-mobile ul {
  margin: 5px auto;
  text-align: center;
}
nav.social-nav ul {
  margin:12px 0 0 0;
}
@media (min-width: 768px) {
  nav.social-nav ul {
    margin-top:14px;
  }
}
@media (min-width: 992px) {
  nav.social-nav ul {
    margin-top:12px;
  }
}
nav.social-nav-instructors ul {
  margin:18px 0 60px 0;
}
.mobile-subnav,
.subnav-wrapper {
  background:#efecec;
}
.mobile-subnav-container,
.subnav-container {
  border-top:1px solid #FFF;
}
.mobile-subnav ul li {
  border-bottom:1px solid #FFF;
}
.subnav-wrapper ul li {
  text-transform: initial;
  border-bottom: 1px solid #e1dedf;
}
@media (min-width: 768px) {
  .subnav-wrapper ul li {
    border-bottom: 1px solid #fff;
  }
}
.mobile-subnav ul li:last-child,
.subnav-wrapper ul li:last-child {
  border-bottom:none;
}
.subnav-wrapper ul li:hover {
  background: #f6f5f5; /* light grey */
}
.subnav-wrapper ul li.current {
  height: 0;
  line-height: 0;
  border: 0;
  visibility: hidden;
}
.mobile-subnav ul li a {
  padding:15px 20px;
  color:#544d5b; /*nickel*/
  display:block;
}
.subnav-wrapper ul li a {
  padding:15px 20px;
  color:#544d5b; /*nickel*/
  text-align: center;
  display:block;
}
@media (min-width: 768px) {
  .subnav-wrapper ul li a {
    padding:6px 20px;
    color:#544d5b; /*nickel*/
    text-align: left;
    display:block;
  }
}
.breadcrumbs {
  margin:0 0 20px 0;
  color:#a0a2a0;
  font-style:italic;
}
.breadcrumbs a {
  color:#a0a2a0;
}
.breadcrumbs span {
  color:#544d5b; /*nickel*/
}

/* REV Colors
========================================================================== */

.lime {
  color: #50b248;
}
.nickel {
  color:#544d5b;
}
.bg-nickel {
  background:#544d5b;
}

/* REV Theme Styles
========================================================================== */

body {
  padding-top: 140px;
}
@media(min-width: 768px) {
  body {
    padding-top: 120px;
  }
}
@media(min-width: 992px) {}
@media(min-width: 1140px) {
  body {
    padding-top: 88px;
  }
}

h1 {
  /*color: #50b248; /*lime*/
}
h2 {
  color: #50b248; /*lime*/
}
h3 {
  color: #50b248; /*lime*/
}
h4 {}
h5 {}
h6 {}
a {
  color: #50b248; /*lime*/
  transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
      -webkit-transition-duration: 0.15s;
}
a:hover {
  color: #544d5b; /*nickel*/
}
a.button,
input[type="submit"],
input[type="button"] {
  /*padding: 9px 20px;*/
  padding: 9px 0;
  background: transparent;
  width:100%;
  max-width:181px;
  color: #50b248; /*lime*/
  text-align: center;
  text-transform: uppercase;
  display:inline-block;
  box-shadow: inset 0 0 0 2px #50b248;
    -moz-box-shadow: inset 0 0 0 2px #50b248;
      -webkit-box-shadow: inset 0 0 0 2px #50b248;
  transition-property: background;
    -moz-transition-property: background;
      -webkit-transition-property: background;
  transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
}
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background:#50b248; /*lime*/
  color:#FFF;
}
.hide-on-fallback { /* IE: PNG Fallback */
  left: -100%;
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
h2 span {
  font-family: 'Cantarell', sans-serif;
}
.home section.content {
  margin-top:30px;
  margin-bottom:10px;
}
.home h2 {
  margin:0;
  font-family: 'Brandon Grot W01 Bold', sans-serif;
  font-size: 2.222222em; /*40px*/
  line-height: 1.25em; /*50px*/
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  .home h2 {
    font-size: 2.66666667em; /*48px*/
    line-height: 1.3em; /*78px*/
  }
}
.home h2 span {
  font-family: 'Cantarell', sans-serif;
  font-size:0.6em; /*24px*/
  
  line-height:1.4em;
  display:block;
}
@media (min-width: 992px) {
  .home h2 span {
    font-size:0.75em; /*32px*/
  }
}
.home h2 a {
  display:block;
}
.home hr {
  margin:0 auto 40px auto;
  max-width:64px;
  height:4px;
  float:none;
  transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
      -webkit-transition-duration: 0.15s;
}
@media (min-width: 992px) {
  .home hr {
    max-width: 96px;
  }
}
.home a:hover hr {
  background:#50b248; /*lime*/
}
header {
  top: 0;
  position: fixed;
  background: #FFF;
  width: 100%;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
  /*z-index: 10;*/
  z-index: 20;
}
.home header {
  position:fixed;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
  /*z-index:10;*/
  z-index:20;
}
footer {
  position:relative;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
  z-index:10;
}

#toolbar {
	position:relative;
	margin:0 auto;
	padding:0;
	background-image:url('../images/bg-divider-vertical-grey.gif'), url('../images/bg-footer.jpg');
  background-repeat:repeat-y, repeat-x;
  background-position:center center, 0 0;
  background-size:1px 5px, 276px 58px;
	width:100%;
  height: 40px;
	float:left;
	z-index:10;
}
@media (min-width: 768px) {
  #toolbar {
	padding:0 12px;
	background:transparent;
  width:100%;
	max-width:1100px;
  /*height: 55px;*/
  height: auto;
	float: none;
  }
}
@media (min-width: 1140px) {
  #toolbar {
    padding: 0 20px;
  }
}
#toolbar-wrapper {
  position: relative;
}
#toolbar-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  float: none;
}
@media (min-width: 768px) {
  #toolbar-container {
    position: relative;
    right: 0;
    float: right;
  }
}
#toolbar ul {
  text-transform: none;
	margin: 0 auto;
	padding: 0;
  width: 100%;
  max-width: 100%;
	text-align: center;
	float: left;
}
@media (min-width: 768px) {
  #toolbar ul {
  	margin: 0 auto;
    padding:12px 0 9px 0;
    width: auto;
  	float: right;
	}
}
#toolbar ul li {
  position:relative;
  margin:0;
  padding:0;
  width:50%;
  height: 40px;
  color:#50b248; /*lime*/
  text-align:center;
	list-style: none;
	display: inline-block;
  float: left;
  vertical-align: top;

  transition-property: all;
    -moz-transition-property: all;
      -webkit-transition-property: all;
  transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
}
#toolbar ul li {
  width: 50%;
  max-width: 100%;
}
#toolbar ul li button {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#toolbar ul li button:focus
#toolbar ul li button:active,
#toolbar ul li button:visited {
  outline: none;
}
/*#toolbar ul li button:hover,
#toolbar ul li button:active {
  background:#75c070;
}*/
#toolbar ul .btn {
  text-transform: lowercase;
  border: none;
  box-shadow: none;
    -webkit-box-shadow: none;
      -moz-box-shadow: none;
  border-radius: 0;
    -webkit-border-radius: 0;
      -moz-border-radius: 0;
}
#toolbar ul .dropdown {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  #toolbar ul li {
    margin: 0 auto;
    padding: 0;
    width:auto;
    height: auto;
    text-align:center;
    float:none;
    clear:none;
  }
  #toolbar ul .btn {
    width: auto;
  }
}
#toolbar ul li:hover {
  background:transparent;
  color:#544d5b; /*nickel*/
}
#toolbar ul button:focus,
#toolbar ul button:visited {
  outline: none;
  border: 0;
}
#toolbar ul .dropdown {
  position: relative;
  padding: 0;
  color: #FFF;
  box-shadow: none;
    -webkit-box-shadow: none;
      -moz-box-shadow: none;
  border-radius: 0;
    -webkit-border-radius: 0;
      -moz-border-radius: 0;
}
#toolbar ul li .dropdown {
  background:#50b248; /*lime*/
}
#toolbar ul li .dropdown:hover {
    background:#50b248; /*lime*/
  }
@media(min-width: 992px) {
  #toolbar ul li .dropdown:hover {
    background:#75c070; /*lime 80%*/
  }
}
#toolbar ul li .dropdown.active.focus, 
#toolbar ul li .dropdown.active:focus, 
#toolbar ul li .dropdown.active:hover, 
#toolbar ul li .dropdown:active.focus, 
#toolbar ul li .dropdown:active:focus, 
#toolbar ul li .dropdown:active:hover, 
#toolbar ul li.open .dropdown,
#toolbar ul li.open .dropdown.focus, 
#toolbar ul li.open .dropdown:focus, 
#toolbar ul li.open .dropdown:hover {
  background:#75c070; /*lime 80%*/
}
#toolbar ul li a,
#toolbar ul button a {
  padding:10px 15px;
  color:#50b248; /*lime*/
  display:block;
  text-decoration: none;
}
@media (min-width: 768px) {
  #toolbar ul li a,
  #toolbar ul button a {
    padding: 7px 15px;
  }
}
#toolbar ul .dropdown a {
  color:#FFF;
}
#toolbar ul li a:hover {
  color:#544d5b; /*nickel*/
}
#toolbar ul .dropdown a:hover {
  color: #FFF;
}
#toolbar .dropdown-menu {
  position: fixed;
  /*top: 40px;*/
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  padding-top: 0 !important;
  /*background: #f6f5f5;*/
  background: #fff;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
    -webkit-border-radius: 0;
      -moz-border-radius: 0;
  box-shadow: none;
    -webkit-box-shadow: none;
      -moz-box-shadow: none;
}
@media (min-width: 768px) {
  #toolbar .dropdown-menu {
    /*position: absolute;
    top: 34px;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;*/
    position: fixed;
    top: 46px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 12px 10px 12px;
    background: transparent;
    /*width: 100% !important;*/
    width: 100%;
    min-width: inherit !important;
    max-width: 1100px;
    height: 300px;
    float: left !important;
    border: 0;
  }
}
@media (min-width: 1140px) {
  #toolbar .dropdown-menu {
    padding: 0 20px 10px 20px;
  }
}
li.dropdown:hover > ul {
  /*display:block;*/
}
#toolbar .dropdown-menu-container {
  margin: 0 auto;
  padding: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  float: none;
  border: 1px solid #e6e4e5;
}
@media (min-width: 768px) {
  #toolbar .dropdown-menu-container {
    width: 230px;
    float: right;
  }
}
#toolbar .dropdown-menu-container .region {
  margin: 0; 
  padding: 16px 15px 15px 15px; 
  width: 100%; 
  text-align: left; 
  float: left; 
  clear: both; 
  border-bottom: 1px solid #e6e4e5;
}
#toolbar .dropdown-menu li {
  width: 100% !important;
  background: transparent !important;
  height: auto !important;
  color:#544d5b !important; /*nickel*/
  display: block !important;
  float: left !important;
  clear: both !important;
  /*border-bottom: 1px solid #e6e4e5;*/
}
@media (min-width: 768px) {
  #toolbar .dropdown-menu li {
    margin: 0 auto;
    width: 100%;
    border-bottom: none;
  }
}
#toolbar .dropdown-menu li {
  width: 100%;
  text-align: left;
  display: block;
  clear: both;
}
#toolbar .dropdown-menu li a {
  padding: 10px 15px 0 15px !important;
  /*color:#544d5b !important; /*nickel*/
  color: #bcbabb !important; /*light grey */
}
#toolbar .dropdown-menu li a:hover {
  color:#544d5b !important; /*nickel*/
}

@media (min-width: 768px) {
  #toolbar .dropdown-menu li {
    margin: 0 auto;
    width: 100% !important;
  }
  #toolbar .dropdown-menu li a {
    padding: 10px 15px 0 15px !important;
    color: #bcbabb !important; /*light grey */
  }
}
#toolbar .dropdown-menu li a:hover {
  background: transparent !important;
  color:#544d5b !important; /*nickel*/
}
#toolbar .dropdown-menu-container .button-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  #toolbar .dropdown-menu-container .button-wrapper {
    position: relative; 
    bottom: 0;
    padding: 120px 0 0 0; 
    width: 100%; 
    clear: both;
  }
}
#toolbar .dropdown-menu-container .button-wrapper a.button {
  background: #50b248; /*lime*/
  color: #FFF;
  text-transform: lowercase;
}
#toolbar .dropdown-menu-container .button-wrapper .button:hover {
  background: #FFF;
  color: #50b248; /*lime*/;
}
.logo {
	margin: 10px auto 3px auto;
	display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .logo {
    margin:-29px auto 15px auto;
  }
}
@media (min-width: 1140px) {
  .logo {
    margin:-38px auto 15px auto;
    display: inline;
    float: left;
  }
}
.logo svg,
.logo img {
  width: 100%;
  max-width: 135px;
  height: 100%;
  max-height: 63px;
  display:inline-block;
}
@media (min-width: 768px) {
  .logo svg,
  .logo img {
    max-width: 169px;
    max-height: 79px;
  }
}
@media (min-width: 1140px) {
  .logo svg,
  .logo img {
    max-width: 220px;
    max-height: 103px;
    height: 57px;
    display:block;
    float: left;
  }
}
header .col-4,
.revstyle header .col-4
 {
  width:100%;
}
@media (min-width: 1140px) {
  header .col-4,
  .revstyle header .col-4 {
    width:33.33333333%;
  }
}
header .col-8 {
  margin:0;
  clear:both;
}
@media (min-width: 768px) {
  header .col-8 {
    margin-bottom:12px;
    width:100%;
  }
}
@media (min-width: 1140px) {
  header .col-8 {
    /*margin-top:62px;*/
    /*margin-top:17px;*/
    margin-top: 0;
    width:66.66666667%;
    clear:none;
  }
}
nav ul li a.social {
	width:30px;
	height:30px;
	display:block;
	overflow: hidden;
}
@media (min-width: 768px) {
  nav ul li a.social {
    width:24px;
    height:24px;
  }
}
@media (min-width: 992px) {
  nav ul li a.social {
    width:30px;
    height:30px;
  }
}
nav ul li a.social svg path {
  transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
      -webkit-transition-duration: 0.15s;
}
nav ul li a.icons-facebook svg:hover #facebook path {
  stroke:#50b248; /* lime */
}
nav ul li a.icons-twitter svg:hover #twitter path,
nav ul li a.icons-instagram svg:hover #instagram path,
nav ul li a.icons-instagram svg:hover #instagram circle,
nav ul li a.icons-soundcloud svg:hover #soundcloud path,
nav ul li a.icons-spotify svg:hover #spotify path,
nav ul li a.icons-RSS svg:hover #RSS path {
  fill:#50b248; /* lime */
}
nav ul li a.icons-soundcloud svg:hover #cloud path {
  stroke:#50b248; /*lime*/
}
nav ul li a.social svg:hover #circle path {
  fill:#50b248; /* lime */
}
section.content {
  margin-top:70px;
  margin-bottom:40px;
}
footer {
	background:transparent;
}
@media (min-width: 768px) {
  footer {
    background:url('../images/bg-footer.jpg') repeat-x 0 0;
    background-size:contain;
  }
}
footer .container.mobile-only {
  background:url('../images/bg-footer-mobile.jpg') repeat-x 0 0;
  background-size:320px 50px;
}
footer .mobile-footer-nav-container {
  background:#d0cecf; /*light grey*/
}
.footer-below {
  padding:20px 0;
  background-color:#544d5b; /*nickel*/
  color:#FFF;
  font-size:0.78em; /*14px*/
}
@media (min-width: 992px) {
  .footer-below {
    background:url('../images/logo-REV-icon-white.png') no-repeat 102% -20px; /* IE Fallback */
    background:url('../images/logo-REV-icon-white.svg') no-repeat 102% -20px, linear-gradient(transparent, transparent);
    background-size:110px 120px;
    background-color: #544d5b; /*nickel*/
  }
}
.footer-below span {
  padding:0 5px;
  color:#2f2b33; /*dk purple*/
}
.footer-below a {
  color:#FFF;
  text-decoration:underline;
}
.footer-below a:hover {
  text-decoration:none;
}

form .col-6,
form .col-12 {
  padding:0;
}
@media (min-width: 768px) {
  form .col-6 {padding:0 20px;}
  form .col-6:first-child {padding-left:0;}
  form .col-6:last-child {padding-right:0;}
}
.center {
  text-align: center;
}
.center img {
  margin-bottom:28px;
  max-width:100%;
  display:inline-block;
}
/* Classes Page */
.class header .col-4 {
  margin-bottom: 0;
}
.class .col-4 {
  margin-bottom:40px;
}
.class .col-4 h1 {
  margin: 0;
}
.class .col-4 a.button {
  margin: 0 0 20px 0;
}
.class .col-4 p {
  margin: 0 0 26px 0;
}
.class h5 {
  margin: 0 0 10px 0;
}
.class p {
  margin: 0 0 30px 0;
}
.class hr {
  margin: 34px 0;
}
.instructor-th-container .row {
  margin-left:-2px;
  margin-right:-2px;
  margin-bottom:20px;
}
.instructor-th-container .col-2 {
  padding:0 4px;
}
.instructor-th-container img {
  margin-bottom:0;
}
/* Instructors Page */
.subnav.instructors-location {
  margin:0 auto;
  padding:0;
  background: transparent;
}
@media (min-width: 768px) {
  .subnav.instructors-location {
    background:#efecec;
  }
}
.subnav.instructors-location .row.container,
.subnav.instructors-location .row {
    margin: 0 auto;
    padding: 0;
  }
@media (min-width: 768px) {
  .subnav.instructors-location .row.container {
    padding: 0 20px;
  }
}
.subnav.instructors-location .row .col-1,
.subnav.instructors-location .row .col-2,
.subnav.instructors-location .row .col-3,
.subnav.instructors-location .row .col-4,
.subnav.instructors-location .row .col-5,
.subnav.instructors-location .row .col-6,
.subnav.instructors-location .row .col-7,
.subnav.instructors-location .row .col-8,
.subnav.instructors-location .row .col-9,
.subnav.instructors-location .row .col-10,
.subnav.instructors-location .row .col-11,
.subnav.instructors-location .row .col-12 {
    padding: 0;
}
@media (min-width: 768px) {
  .subnav.instructors-location .row .col-3 {
    padding-left: 0;
    min-width: 228px;
  }
  .subnav.instructors-location .row .col-9 {
    width: auto;
  }
}
@media (min-width: 1140px) {
  .subnav.instructors-location .row .col-3 {
    padding-left: 17px;
  }
}
.subnav.instructors-location .subnav-container {
  position: relative;
  top: 0;
  right: auto;
  margin: 0;
  width: 100%;
  border-top: 1px solid #e1dedf;
  z-index: 10;
}
@media (min-width: 768px) {
  .subnav.instructors-location .subnav-container {
    position: absolute; 
    top: 43px; 
    left: 0; 
    margin: 0; 
    width: 200px;
    border: 0;
  }
}
@media (min-width: 1140px) {
  .subnav.instructors-location .subnav-container {
    margin: 0 17px;
  }
}
.subnav.type {
  background: transparent; 
  width: 100%; 
  float: left; 
  border-top: 1px solid #edeced; 
  border-bottom: 1px solid #edeced;
}
@media (min-width: 768px) {
  .subnav.type {
    width: auto;
  }
}
#video-wrap {
  position: relative;
  margin:0 auto;
  width: 100%;
  height: 100%;
  content: "";
  overflow: hidden;
  zoom: 1;
  z-index: 0;
}
#video-wrap #my-video {
    margin: 0 auto;
    width: 100%;
    vertical-align: middle;
}
#video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(239,236,236,.5); /* #efecec */
  opacity: 1;
  z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#video-controls button {
  background: rgba(84,77,91,1); /* #544d5b */
  border: 0;
  color: #EEE;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  outline: none;
  opacity: 0.25;
  transition: opacity 250ms ease-out,background-color 40ms,color 40ms;
}
#video-controls button:hover {
  background: rgba(117,192,112,1); /* #75c070 */
  cursor: pointer;
  opacity: 1;
}
#video-controls button:active, button:focus, button:visited {
  outline: none;
}
#video-controls button#play-pause {
  position: relative;
  width: 4.5em;
  height: 2.75em;
  margin-right: .9em;
  color: #fff;
}
#video-controls button svg {
  width: 1.25em;
  height: 1.25em;
  vertical-align: text-bottom;
}
#video-controls button .fill {
  fill: #FFF;
  transition: opacity 250ms ease-out,fill 40ms,color 40ms;
}
#video-controls button:hover .fill {
  fill: #FFF;
}
.play-bar {
  display: flex;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  height: 2.5em;
  /*padding: 1em;*/
  padding: 0;
  border-radius: 2px;
}
#seek-bar {
  margin: 0;
  padding: 0;
  background: transparent;
  height: auto;
}
#video-controls input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}
#video-controls input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
#video-controls input[type=range]:focus {
  outline: none;
}
#video-controls input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}
/* WebKit/Blink Styles */
#video-controls input[type=range]::-webkit-slider-thumb {
  margin-top: -4px;
  background: #75c070; /* lime green */
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
}
/* Firefox Styles */
#video-controls input[type=range]::-moz-range-thumb {
  margin-top: -6px;
  background: #75c070; /* lime green */
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: none;
}
/* IE Styles */
#video-controls input[type=range]::-ms-thumb {
  margin-top: 0px;
  background: #75c070; /* lime green */
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: none;
}
#video-controls input[type=range]::-webkit-slider-runnable-track {
  background: rgba(84,77,91,0.25); /* #544d5b */
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 1.3px;
  border: none;
}
#video-controls input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(84,77,91,0.25); /* #544d5b */
}
#video-controls input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  background: rgba(84,77,91,0.25); /* #544d5b */
  cursor: pointer;
  box-shadow: none;
  border-radius: 1.3px;
  border: none;
}
#video-controls input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
#video-controls input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: none;
}
#video-controls input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
#video-controls input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: none;
}
#video-controls input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}
.col-3.instructors-th {
  margin-bottom:40px;
}
.instructors-th-caption {
  bottom:0;
  position:absolute;
  margin-left:-20px;
  margin-right:-20px;
  padding:0 20px;
  width:100%;
}
.instructors-th-caption p {
  margin:0;
  padding:6px 0;
  background:#50b248;
  color:#FFF;
}
a .instructors-th-overlay {
  top:0;
  position:absolute;
  margin-left:-20px;
  margin-right:-20px;
  padding:0 20px;
  width:100%;
  height:100%;
  opacity:0;
  transition-property: opacity;
    -moz-transition-property: opacity;
      -webkit-transition-property: opacity;
  transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
}
a:hover .instructors-th-overlay {
  z-index:9;
  opacity:1;
}
.instructors-th-overlay div {
  padding:28px;
  background: url('../images/logo-REV-icon-white.png') no-repeat 120% 130px; /* IE Fallback */
  background: url('../images/logo-REV-icon-white.svg') no-repeat 120% 130px, linear-gradient(transparent, transparent);
  background-color:#50b248;
  background-size:110px 120px;
  height:100%;
  color:#FFF;
}
.instructors-th-overlay p {
  margin:0;
  padding:0;
  font-size:0.777778em; /*14px*/
  line-height:1.285714em; /*18px*/
}
.instructors-th-overlay p.lg {
  font-size:1em; /*18px*/
  line-height:1.3333333em; /*24px*/
}
.instructors-th-overlay p.sm {
  font-size:0.625em; /*10px*/
  line-height:1.2em; /*12px*/
}
@media (min-width:1140px) {
  .instructors-th-overlay p {
    font-size:1em; /*18px*/
    line-height:1.3333333em; /*24px*/
  }
  .instructors-th-overlay p.lg {
    font-size:1.333333em; /*24px*/
    line-height:1.1666667em; /*28px*/
  }
  .instructors-th-overlay p.sm {
    font-size:0.777778em; /*14px*/
    line-height:1.285714em; /*18px*/
  }
}
/* Instructors - Individual Page */
.instructors-single section.content {
  margin-top:20px;
}
.col-3-hero {
  max-width:100%;
}
@media (min-width: 768px) {
  .col-3-hero {
    max-width:33.333%;
    float:left;
  }
}
@media (min-width: 768px) {
  nav.social-nav-instructors ul li a.social {
    width:30px;
    height:30px;
  }
}
nav.social-nav-instructors ul li a svg circle {
  transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
      -webkit-transition-duration: 0.15s;
}
nav.social-nav-instructors ul li a.social svg:hover circle,
nav.social-nav-instructors ul li a.social svg:hover #camera path {
  fill:#544d5b; /*nickel*/
}
nav.social-nav-instructors ul li a.social svg:hover path,
nav.social-nav-instructors ul li a.social svg:hover #facebook path {
  stroke:transparent;
}
nav.social-nav-instructors ul li a.social svg:hover #twitter path,
nav.social-nav-instructors ul li a.social svg:hover #instagram path,
nav.social-nav-instructors ul li a.social svg:hover #instagram circle,
nav.social-nav-instructors ul li a.social svg:hover #spotify path,
nav.social-nav-instructors ul li a.social svg:hover #RSS path {
  fill:#FFF;
}
.instructors-single .schedule-list .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.instructors-single .schedule-list p {
  margin: 0 0 30px 0;
  text-align:left;
}
.instructors-single .schedule-list hr {
  margin: 0 auto 20px auto;
  padding: 0;
  display: block;
  float: left;
}
.page-nav {
  margin:0 0 20px 0;
  text-align:center;
}
@media (min-width: 768px) {
  .page-nav .desktop-tablet-only {
    display:inline;
  }
}
.page-nav a.back:before {
  content: "< BACK";
}
@media (min-width: 768px) {
  .page-nav a.back:before {
    content: attr(title);
  }
}
.page-nav a.next:after {
  content: "NEXT >";
}
@media (min-width: 768px) {
  .page-nav a.next:after {
    content: attr(title);
  }
}
/* Studios Page */
.studios-location {
  /*background: #efecec;*/
}
.studios-location .info-panel {
  margin:20px 0;
}
@media(min-width: 992px) {
  .studios-location .info-panel {
    margin: 80px 0;
  }
}
.studios-location .info-panel p {
  margin-bottom: 20px;
}
#map, #map2 {
  /*height:187px;*/
  height: 320px;
}
@media (min-width: 768px) {
  #map, #map2 {
    /*height:332px;*/
    height:360px;
  }
}
@media (min-width:992px) {
  #map, #map2 {
    height:500px;
  }
}
.pin {
  margin:0 auto 20px auto;
  max-width:26px;
}
/* REV Style Page */
@media (min-width: 768px) {
  nav.subnav.cat-revstyle {
    margin-top:40px;
    padding:0 20px;
    background:transparent;
    max-width:728px;
  }
}
@media (min-width: 992px) {
  nav.subnav.cat-revstyle {
    max-width:952px;
  }
}
@media (min-width: 1140px) {
  nav.subnav.cat-revstyle {
    max-width:1100px;
  }
}
@media (min-width: 768px) {
  nav.subnav.cat-revstyle ul {
    text-align:left;
    font-size:0.66666667em; /*12px*/
  }
}
@media (min-width: 992px) {
  nav.subnav.cat-revstyle ul {
    font-size:1em; /*18px*/
  }
}
@media (min-width:768px) {
  nav.subnav.cat-revstyle ul li {
    padding:0 6px 0 0;
    width: auto;
    line-height: 21px;
    text-align: left;
    display: inline-block;
  }
  nav.subnav.cat-revstyle ul li a {
    padding:4px 10px 5px 10px;
    background:#e2e2e2; /* light grey */
    color:#544d5b; /* nickel */
    display:block;
  }
  nav.subnav.cat-revstyle ul li a:hover {
    background:#efecec; /* focus grey */
  }
  nav.subnav.cat-revstyle ul li.current a {
    background:#50b248; /* lime */
    color:#FFF;
  }
}
.subnav-search-container form {
  position:relative;
  margin: 0;
}
.subnav-search-container form input {
  margin:0;
  padding:5px 30px 5px 10px;
  background:#e2e2e2; /*light grey*/
  width:100%;
  max-width:170px;
  height: 30px;
  font-size:0.66666667em;
  float:right;
}
@media (min-width: 992px) {
  .subnav-search-container form input {
    padding:5px 30px 5px 10px;
    font-size:1em; /*18px*/
  }
}
.subnav-search-container form button {
  top:0;
  right:0;
  position:absolute;
  width:30px;
  height:30px;
  background:#50b248; /* lime */
  border:none;
  transition-property: background;
    -moz-transition-property: background;
      -webkit-transition-property: background;
  transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
}
.subnav-search-container form button:hover {
  background:#544d5b; /* nickel */
}
.subnav-search-container form button svg,
.subnav-search-container form button img {
  top:0;
  left:0;
  position:absolute;
  width:30px;
  height:30px;
}
.revstyle .col-4 {
  width:100%%;
}
@media (min-width: 768px) {
  .revstyle .col-4 {
    width:50%;
  }
}
@media (min-width: 992px) {
  .revstyle .col-4 {
    width:33.33333333%;
  }
}
.revstyle p.date {
  margin:10px 0;
  color:#a9a6ad; /* light grey */
}
.revstyle h5 {
  margin:0 0 5px 0;
}
.revstyle h6 {
  margin:0;
  color:#544d5b; /* nickel */
}
.revstyle hr {
  margin: 32px 0;
}
/* REV Style Single */
.revstyle-single section.content {
  margin-top:20px;
}
@media (min-width: 768px) {
  .revstyle-single section.content {
    margin-top: 70px;
  }
}
.addthis {
  margin:6px 0 9px 0;
  width:100%;
  float:right;
  clear:both;
}
.addthis img {
  float:right;
}
p.date {
  margin:0 0 10px 0;
  color:#a9a6ad; /*light grey*/
}
.clicktotweet {
  margin:0 0 80px 0;
  padding:25px 13px 5px 13px;
  font-style:italic;
  display:block;
  border:1px solid #d7d6d8;
}
.clicktotweet p {
  margin-bottom:38px;
  color:#544d5b; /* nickel */
}
.clicktotweet .CTA {
  margin-bottom:0;
  color:#737272;
  font-size:0.66666667em; /*12px*/
  font-style:normal;
  text-align:right;
  display:block;
}
.clicktotweet .CTA span {
  float:right;
}

/* Buy Series Page */

.buyseries h3 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.buyseries h3 span {
  font-size: 80px;
  line-height: 80px;
}
.buyseries h5 {
  margin: 20px 0 10px 0;
}
.buyseries p {
  margin: 0 0 20px 0;
}
.buyseries .col-12-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .buyseries .col-12-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    }
}
.buyseries .col-2 {
  padding: 0;
  width: 100%;
  max-width: auto;
}
@media (min-width: 768px) {
  .buyseries .col-2 {
    padding-right: 5px;
    padding-left: 5px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .buyseries .col-2 {
    width: 20%;
  }
}
.buyseries .class-packs {
  margin: 0 auto 20px auto;
  padding: 0;
  text-align: center;
  border: 1px solid #dad7d7;
}
.buyseries .class-packs h3 {
  margin: 0;
  padding: 10px 10px 0 10px;
}
.buyseries .class-packs p {
  padding: 0 10px 0 10px;
}
.buyseries .class-packs form {
  padding: 0 10px 20px 10px;
  text-align: center;
}
.buyseries .class-packs form .row {
  margin: 0;
}
.buyseries .class-packs form .row .seriesprice {
  font-size: 30px;
  line-height: 36px;
}
.buyseries .class-packs form .row .seriesname {
  padding: 0 0 20px 0;
}
.buyseries .class-packs form .row .seriessubmit input[type=submit] {
  margin: 0 auto;
  padding: 0 9px;
  background: #50b248; /* lime */
  width: 100%;
  max-width: 150px;
  height: 42px;
  font-size: 18px;
  color: #FFF;
  float: none;
  transition-property: background;
    -moz-transition-property: background;
      -webkit-transition-property: background;
  transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
}
.buyseries .class-packs form .row .seriessubmit input[type=submit]:hover {
  background: #FFF;
  color: #50b248; /* lime */
}
.buyseries .unlimited-memberships {
  margin: 0 auto 20px auto;
  padding: 0;
  text-align: center;
  border: 1px solid #dad7d7;
}
.buyseries .unlimited-memberships .seriesbanner {
  padding: 5px; 
  background: #50b248; 
  height: 32px;
  color: #fff; 
  text-transform: uppercase;
}
.buyseries .unlimited-memberships .seriesbannerblank {
  padding: 5px; 
  background: #ffffff; 
  height: 32px;
  color: #fff; 
  text-transform: uppercase;
}
.buyseries .unlimited-memberships h3 {
  margin: 0;
  padding: 10px 0 0 0;
  text-transform: uppercase;
}
.buyseries .unlimited-memberships h3 span {
  font-size: 40px;
  line-height: 40px;
}
.buyseries .unlimited-memberships form {
  padding: 0 10px 20px 10px;
  text-align: center;
}
.buyseries .unlimited-memberships form .row {
  margin: 0;
}
.buyseries .unlimited-memberships form .row .seriesprice {
  font-size: 30px;
  line-height: 36px;
}
.buyseries .unlimited-memberships form .row .seriesname {
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
.buyseries .unlimited-memberships ul.serieslist {
  height: 100px;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
}
@media (min-width: 768px) {
  .buyseries .unlimited-memberships ul.serieslist {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .buyseries .unlimited-memberships ul.serieslist {
    height: 200px;
  }
}
.buyseries .unlimited-memberships ul.serieslist li {
  line-height: 14px;
}
.buyseries .unlimited-memberships form .row .seriessubmit input[type=submit] {
  margin: 0 auto;
  padding: 0 9px;
  background: #50b248; /* green */
  width: 100%;
  max-width: 150px;
  height: 42px;
  font-size: 18px;
  color: #FFF;
  float: none;
  transition-property: background;
    -moz-transition-property: background;
      -webkit-transition-property: background;
  transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
}
.buyseries .unlimited-memberships form .row .seriessubmit input[type=submit]:hover {
  background: #FFF;
  color: #50b248; /* lime */
}
.buyseries .buyseries-giftcards {
  margin: 0; 
  padding: 0 16px; 
  font-size: 16px; 
  display: inline-block;
}
.buyseries .btn-giftcards {
  background: #50b248; /* green */
  max-width: 80px; 
  height: 42px;
  font-size: 16px; 
  color: #FFF;
  display: inline;
  transition-property: background;
    -moz-transition-property: background;
      -webkit-transition-property: background;
  transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
}
.buyseries .btn-giftcards:hover {
  background: #FFF;
  color: #50b248; /* lime */
}

/* Zingfit Template Styles
========================================================================== */
.page-header {
  margin:0;
  border:none;
}
.page-header.events h1,
.page-header.classes h1 {
  margin: 0 0 15px 0;
  font-family: 'Brandon Grot W01 Bold', sans-serif;
  color: #50b248; /* lime */
  font-size: 2em;
  line-height: 1.1666667em;
  font-weight: 400;
  text-transform: uppercase;
}
ul#reserveFilter a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul#reserveFilter a:hover {
  background:#efecec;
}
ul#reserveFilter li.open a.dropdown-toggle,
ul#reserveFilter li.open a.dropdown-toggle:hover {
  background: #544d5b;
}
ul#reserveFilter b.caret {
  border-top-color: #50b248; /*lime*/
  border-bottom-color: #50b248; /*lime*/
}
ul#reserveFilter ul.dropdown-menu li {
  font-family: 'Roboto', sans-serif;
  color: #544d5b;
}
ul#reserveFilter ul.dropdown-menu a {
  color: #544d5b;
}
.btn,
table#reserveEvents tr td .btn {
  padding: 9px 0;
  background-image: none;
  background-repeat: no-repeat;
  background-color: transparent;
  width:100%;
  max-width:181px;
  color: #50b248; /*lime*/
  text-align: center;
  text-transform: uppercase;
  text-shadow:none;
  display:inline-block;
  border:none;
  border-radius:0;
  box-shadow: inset 0 0 0 2px #50b248;
    -moz-box-shadow: inset 0 0 0 2px #50b248;
      -webkit-box-shadow: inset 0 0 0 2px #50b248;
  transition-property: background;
    -moz-transition-property: background;
      -webkit-transition-property: background;
  transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
}
.btn:hover,
table#reserveEvents tr td .btn:hover {
  background:#50b248; /*lime*/
  color:#FFF;
}
.page-content {}
.page-content table {
  margin-bottom: 40px;
  width: 100%;
}
.page-content table tr td {
  padding: 10px;
}
.page-content table#reserveEvents thead th {
  padding: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.page-content table.scheduleTable thead {
  background: #efecec; /* light grey */
  border-right: 1px solid #efecec; /* light grey */
}
.page-content table.scheduleTable thead tr td {
  font-size: 0.77777778em; /* 14px */
  text-transform: uppercase;
  vertical-align: top;
}
.page-content table.scheduleTable thead tr td span.thead-dow {
  padding: 0 10px 0 0;
  float: left; /* ipad horizontal scroll fix */
}
.page-content table.scheduleTable thead tr td span.thead-date {}
.page-content table.scheduleTable tbody tr td {
  font-size: 0.66666667em; /* 12px */
  line-height: 1.66666667em; /* 20px */
  border-left: 1px solid #efecec; /* light grey */
  vertical-align: top;
}
.page-content table.scheduleTable tbody tr td:last-child {
  border-right: 1px solid #efecec; /* light grey */
}
.page-content table.scheduleTable tbody tr td .scheduleBlock {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
.scheduleBlock span,
.scheduleBlock a {
  width: 100%;
  display:block;
  float: left;
}
.scheduleClass.pop {
  font-weight: 700;
}
