/*




	NROMALIZE





------------------------------------------------------------------*/
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.scss v2.1.0 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 63, scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 73, scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 86, scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9.
 * Known issue: no IE 6 support.
 */
/* line 96, scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 112, scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm unit using $base-line-height. */
  line-height: 1.5em;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements in IE 6/7.
 */
/* line 130, scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Remove default margin.
 */
/* line 139, scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 151, scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 160, scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 173, scss/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 177, scss/_normalize.scss */
blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 187, scss/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 196, scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 202, scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 208, scss/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 214, scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 220, scss/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 230, scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 239, scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 247, scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 256, scss/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 265, scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 277, scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 289, scss/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 297, scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 305, scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 314, scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 321, scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 325, scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
/* line 340, scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
  padding: 0 0 0 40px;
}

/* line 345, scss/_normalize.scss */
dl {
  padding: 0;
}

/* line 349, scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 359, scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 373, scss/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 385, scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 397, scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 410, scss/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 419, scss/_normalize.scss */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.875em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 435, scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
/* line 453, scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 469, scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 481, scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 498, scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 511, scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 523, scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 538, scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 549, scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 558, scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 568, scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 581, scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*




	GLOBAL





------------------------------------------------------------------*/
/* line 48, scss/style.scss */
body {
  background-color: #252525;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

/* line 50, scss/style.scss */
h1, h2, h4 {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 51, scss/style.scss */
h3, h5, h6 {
  font-family: "Titling Gothic FB Cond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 52, scss/style.scss */
h1, h2, h3 {
  margin: 0;
}

/* line 54, scss/style.scss */
p {
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1em;
  line-height: 1.5;
}

/* line 56, scss/style.scss */
.button {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: .9em;
  padding: 6px 15px;
  border-radius: 5px;
}

/* line 57, scss/style.scss */
a.button {
  text-decoration: none;
}

/* line 59, scss/style.scss */
.white {
  background-color: white;
  color: #cc353a;
}

/* line 60, scss/style.scss */
.red {
  background-color: #cc353a;
  color: white;
}

/* line 62, scss/style.scss */
a:hover.white {
  background-color: #d7d7d7;
}

/* line 63, scss/style.scss */
a:hover.red {
  background-color: #252525;
}

/* line 65, scss/style.scss */
.ta-l {
  text-align: left;
}

/* line 66, scss/style.scss */
.ta-r {
  text-align: right;
}

/* line 67, scss/style.scss */
.ta-c {
  text-align: center;
}

/* line 69, scss/style.scss */
.tt-u {
  text-transform: uppercase;
}

/* line 70, scss/style.scss */
.tt-l {
  text-transform: lowercase;
}

/* line 72, scss/style.scss */
.wrapper {
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}

/* line 73, scss/style.scss */
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

/* line 75, scss/style.scss */
.container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
}

/* line 77, scss/style.scss */
.logo {
  margin-top: 40px;
}

/* line 79, scss/style.scss */
.float-left {
  float: left;
}

/* line 81, scss/style.scss */
.float-right {
  float: right;
}

/* line 83, scss/style.scss */
.mr20 {
  padding-right: 20px;
}

/* line 85, scss/style.scss */
.relative {
  position: relative;
}

/* line 87, scss/style.scss */
.hidden {
  display: none;
}

/* line 89, scss/style.scss */
.darker {
  font-weight: normal;
}

/* line 91, scss/style.scss */
.legal {
  font-size: .7em;
}

/* line 93, scss/style.scss */
.clear {
  clear: both;
}

/*




	HEADER





------------------------------------------------------------------*/
/* line 110, scss/style.scss */
.social-media {
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px 10px 0 0;
}
/* line 111, scss/style.scss */
.social-media .facebook, .social-media .twitter, .social-media .youtube {
  height: 38px;
  width: 38px;
  display: inline-block;
}
/* line 112, scss/style.scss */
.social-media .facebook {
  background: transparent url("../img/icon-facebook.png") no-repeat top left;
  margin-right: 10px;
}
/* line 113, scss/style.scss */
.social-media .facebook:hover {
  background-image: url("../img/icon-facebook-hover.png");
}
/* line 114, scss/style.scss */
.social-media .youtube {
  background: transparent url("../img/icon-youtube.png") no-repeat top left;
  margin-right: 10px;
}
/* line 115, scss/style.scss */
.social-media .youtube:hover {
  background-image: url("../img/icon-youtube-hover.png");
}
/* line 116, scss/style.scss */
.social-media .twitter {
  background: transparent url("../img/icon-twitter.png") no-repeat top left;
}
/* line 117, scss/style.scss */
.social-media .twitter:hover {
  background-image: url("../img/icon-twitter-hover.png");
}

/* line 120, scss/style.scss */
nav ul ul {
  display: none;
}

/* line 122, scss/style.scss */
nav ul li:hover > ul {
  display: block;
}

/* line 124, scss/style.scss */
nav ul {
  height: 46px;
  line-height: 46px;
  margin: 75px 0 0 0;
  padding: 0;
  float: right;
  list-style: none;
  position: relative;
  /*display: inline-table;*/
}

/* line 134, scss/style.scss */
nav ul:after {
  content: "";
  clear: both;
  display: block;
}

/* line 138, scss/style.scss */
nav ul li {
  background-color: rgba(204, 53, 58, 0.8);
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8em;
  float: left;
}

/* line 144, scss/style.scss */
nav ul li:hover {
  background: rgba(37, 37, 37, 0.8);
}

/* line 147, scss/style.scss */
nav ul li:hover a {
  color: #fff;
}

/* line 151, scss/style.scss */
nav ul li a {
  display: block;
  padding: 0 34px;
  color: white;
  text-decoration: none;
}

/* line 156, scss/style.scss */
nav ul li a.non-link {
  cursor: default;
}

/* line 158, scss/style.scss */
nav ul ul {
  height: 38px;
  line-height: 38px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
}

/* line 166, scss/style.scss */
nav ul ul li {
  background: rgba(37, 37, 37, 0.8);
  font-family: "Titling Gothic FB Cond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  float: none;
  position: relative;
}

/* line 173, scss/style.scss */
nav ul ul li img {
  height: 25px;
  width: 25px;
  float: left;
  margin: 5px 10px 8px 5px;
}

/* line 179, scss/style.scss */
nav ul ul li a {
  padding: 0 30px 0 5px;
  color: white;
}

/* line 183, scss/style.scss */
nav ul ul li a:hover {
  color: #cc353a;
}

/*nav { background-color:$red-transparent; height:46px; line-height:46px; margin-top:75px; float:right;  
	a { font-family:$cond-med-font; font-size:.8em; color:$white; text-decoration:none; margin:0 47px; }
	a:hover { background-color:$black; color:$white; margin:0 33px; padding:14px; }
}*/
/* line 191, scss/style.scss */
.nav-round-edge {
  background-image: url("../img/nav-round-edge.png");
  background-repeat: no-repeat;
  height: 46px;
  width: 48px;
  float: right;
  margin-top: 75px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 192, scss/style.scss */
.nav-extension {
  background-color: rgba(204, 53, 58, 0.8);
  height: 46px;
  position: absolute;
  top: 75px;
  right: 0;
  left: 50%;
  margin-left: 470px;
}

/*




	HOMEPAGE





------------------------------------------------------------------*/
/* line 211, scss/style.scss */
#home header {
  background: transparent url("../img/homepage-header-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 750px;
}
/* line 216, scss/style.scss */
#home header .headline {
  margin-top: 118px;
}
/* line 217, scss/style.scss */
#home header .headline h1 {
  color: white;
  font-size: 4em;
  line-height: 1;
  /*margin-top:118px; */
}
/* line 218, scss/style.scss */
#home header .headline h2 {
  color: #cc353a;
  font-size: 1.9em;
  line-height: 1;
  margin: 0;
}
/* line 221, scss/style.scss */
#home .schedule-box {
  height: 168px;
  width: 320px;
  margin-right: 10px;
  position: absolute;
  top: 190px;
  right: 0;
}
/* line 222, scss/style.scss */
#home .schedule-box .calendar {
  background: rgba(204, 53, 58, 0.8) url("../img/icon-calendar.png") no-repeat 6px 13px;
  /*background-color:$red-transparent;*/
  color: white;
  text-align: center;
  padding: 10px 30px 20px;
}
/* line 223, scss/style.scss */
#home .schedule-box .calendar .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
}
/* line 224, scss/style.scss */
#home .schedule-box .calendar .headline {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8em;
  /*width:238px;*/
  width: 252px;
  margin: 0 auto 25px auto;
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
/* line 225, scss/style.scss */
#home .schedule-box .calendar .month {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4em;
  text-transform: uppercase;
}
/* line 226, scss/style.scss */
#home .schedule-box .calendar .slash {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4em;
  margin: 0 25px;
}
/* line 227, scss/style.scss */
#home .schedule-box .calendar .day {
  font-family: "Titling Gothic FB Cond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4em;
  font-weight: lighter;
}
/* line 229, scss/style.scss */
#home .schedule-box .weekly-schedule {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8em;
  color: white;
  text-decoration: none;
  background: rgba(37, 37, 37, 0.8) url("../img/icon-arrow-right.png") no-repeat 123px center;
  -webkit-background-size: 24px 25px;
  -moz-background-size: 24px 25px;
  -o-background-size: 24px 25px;
  background-size: 24px 25px;
  /*background-color:$black-transparent;*/
  display: block;
  margin-left: 162px;
  padding: 10px;
}
/* line 230, scss/style.scss */
#home .schedule-box .weekly-schedule img {
  vertical-align: middle;
  margin: -4px 0 0 10px;
}
/* line 232, scss/style.scss */
#home .schedule-box .weekly-schedule:hover {
  background-image: url("../img/icon-arrow-right-hover.png");
  color: #cc353a;
}
/* line 235, scss/style.scss */
#home .section1 .left {
  background: transparent url("../img/homepage-section1-left.jpg") no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 60%;
  min-width: 566px;
  height: 750px;
}
/* line 236, scss/style.scss */
#home .section1 .right {
  background: transparent url("../img/homepage-section1-right.jpg") no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*width:40%;*/
  height: 750px;
  overflow: auto;
}
/* line 238, scss/style.scss */
#home .section2 .left {
  background: transparent url("../img/homepage-section2-left.jpg") no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 40%;
  min-width: 550px;
  height: 750px;
}
/* line 239, scss/style.scss */
#home .section2 .right {
  background: transparent url("../img/homepage-section2-right.jpg") no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*width:60%;*/
  height: 750px;
  overflow: auto;
}
/* line 241, scss/style.scss */
#home .section3 {
  background: transparent url("../img/homepage-section3-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 750px;
}
/* line 243, scss/style.scss */
#home .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
}
/* line 244, scss/style.scss */
#home .section1 .content {
  width: 540px;
  margin-top: 190px;
}
/* line 245, scss/style.scss */
#home .section2 .content {
  width: 610px;
  margin-top: 190px;
  margin-left: 45px;
}
/* line 247, scss/style.scss */
#home .section1 h2 {
  color: white;
  font-size: 2.3em;
  line-height: 1;
  margin-top: 195px;
}
/* line 248, scss/style.scss */
#home .section1 h3 {
  color: #cc353a;
  font-size: 1.5em;
  line-height: 1;
  margin-top: 10px;
}
/* line 249, scss/style.scss */
#home .section1 p {
  color: white;
}
/* line 251, scss/style.scss */
#home .section2 h2 {
  color: #252525;
  font-size: 2.3em;
  line-height: 1;
  margin-top: 200px;
}
/* line 252, scss/style.scss */
#home .section2 h3 {
  color: #cc353a;
  font-size: 1.5em;
  line-height: 1;
  margin-top: 10px;
}
/* line 254, scss/style.scss */
#home .section3 {
  text-align: center;
  color: white;
}
/* line 255, scss/style.scss */
#home .section3 h2 {
  font-size: 2.3em;
  line-height: 1;
  padding-top: 85px;
}
/* line 256, scss/style.scss */
#home .section3 h3 {
  font-size: 1.5em;
  line-height: 1;
  margin: 10px 0 35px 0;
}
/* line 257, scss/style.scss */
#home .section3 h4 {
  font-size: 1.3em;
  margin: 42px 0 10px 0;
}
/* line 258, scss/style.scss */
#home .section3 a {
  color: white;
  text-decoration: none;
}
/* line 259, scss/style.scss */
#home .section3 a :hover {
  color: #252525;
}
/* line 261, scss/style.scss */
#home .section3 p {
  margin: 0;
}
/* line 262, scss/style.scss */
#home .section3 .classes {
  width: 960px;
  margin: 40px auto 0;
}
/* line 263, scss/style.scss */
#home .section3 .class {
  width: 205px;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}

/* line 266, scss/style.scss */
footer {
  color: white;
  font-weight: lighter;
  text-align: center;
  margin: 96px 0 55px 0;
}
/* line 267, scss/style.scss */
footer .col1, footer .col2, footer .col3 {
  float: left;
  height: 300px;
  margin-bottom: 40px;
  padding: 5px 30px 0;
}
/* line 268, scss/style.scss */
footer .col1, footer .col2 {
  border-right: 2px solid #444;
}
/* line 269, scss/style.scss */
footer .col1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 270, scss/style.scss */
footer .col1 ul li {
  margin: 20px 0;
  height: 32px;
  /* new! */
}
/* line 272, scss/style.scss */
footer .col1 a {
  color: white;
  text-decoration: none;
  line-height: 2;
  /* new */
}
/* line 273, scss/style.scss */
footer .col1 a:hover {
  color: #cc353a;
}
/* line 274, scss/style.scss */
footer .col1 {
  width: 212px;
}
/* line 275, scss/style.scss */
footer .col2 {
  width: 332px;
}
/* line 276, scss/style.scss */
footer .col2 img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
/* line 277, scss/style.scss */
footer .col2 a {
  color: white;
  text-decoration: none;
}
/* line 278, scss/style.scss */
footer .col2 a:hover {
  color: #cc353a;
}
/* line 280, scss/style.scss */
footer .col3 {
  width: 212px;
  padding-top: 63px;
}
/* line 281, scss/style.scss */
footer .col3 img {
  margin: 0 15px 0 0;
}
/* line 283, scss/style.scss */
footer h3 {
  font-size: 1.5em;
  margin: 0 0 20px;
}
/* line 284, scss/style.scss */
footer .copyright {
  font-size: .75em;
}
/* line 286, scss/style.scss */
footer .fb, footer .yt, footer .tw {
  height: 54px;
  width: 53px;
  display: inline-block;
}
/* line 287, scss/style.scss */
footer .fb {
  background: transparent url("../img/icon-facebook-large.png") no-repeat top left;
}
/* line 288, scss/style.scss */
footer .fb:hover {
  background-image: url("../img/icon-facebook-large-hover.png");
}
/* line 289, scss/style.scss */
footer .yt {
  background: transparent url("../img/icon-youtube-large.png") no-repeat top left;
  margin: 0 15px;
}
/* line 290, scss/style.scss */
footer .yt:hover {
  background-image: url("../img/icon-youtube-large-hover.png");
}
/* line 291, scss/style.scss */
footer .tw {
  background: transparent url("../img/icon-twitter-large.png") no-repeat top left;
}
/* line 292, scss/style.scss */
footer .tw:hover {
  background-image: url("../img/icon-twitter-large-hover.png");
}

/*




	ABOUT





------------------------------------------------------------------*/
/* line 308, scss/style.scss */
#about {
  /*.section1 { background-color:$white; color:$black; padding-top:90px;
  	.content { width:550px; margin-top:90px; 
  		h2 { font-size:3em; }
  	}
  }
  .section1 .left { background-color:$white; width:60%; min-width:566px; height:750px; }
  .section1 .right { background:transparent url('../img/about-section1.png') no-repeat top left; background-size:cover; width:40%; height:750px; overflow:auto; }*/
}
/* line 309, scss/style.scss */
#about header {
  background: transparent url("../img/about-header-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 450px;
}
/* line 314, scss/style.scss */
#about header .headline h1 {
  color: white;
  font-size: 4em;
  line-height: 1;
  margin: 70px 0 7px 0;
}
/* line 315, scss/style.scss */
#about header .headline h3 {
  color: white;
  font-size: 1.9em;
  line-height: 1;
}
/* line 318, scss/style.scss */
#about .section1 {
  background-color: white;
}
/* line 319, scss/style.scss */
#about .section1 .left {
  background-color: white;
  width: 60%;
  min-width: 586px;
  height: 750px;
}
/* line 320, scss/style.scss */
#about .section1 .right {
  background: white url("../img/about-section1.png") no-repeat bottom left;
  -webkit-background-size: 586px auto;
  -moz-background-size: 586px auto;
  -o-background-size: 586px auto;
  background-size: 586px auto;
  /*background-size:contain;*/
  /*width:40%;*/
  /*min-width:586px;*/
  height: 750px;
  overflow: auto;
}
@media screen and (min-width: 1480px) {
  /* line 320, scss/style.scss */
  #about .section1 .right {
    background: white url("../img/about-section1.png") no-repeat bottom right;
  }
}
/* line 323, scss/style.scss */
#about .section1 .content {
  width: 560px;
  margin-top: 90px;
  display: inline-block;
}
/* line 324, scss/style.scss */
#about .section1 .content h2 {
  font-size: 3em;
}
/* line 335, scss/style.scss */
#about .section2 {
  color: white;
}
/* line 336, scss/style.scss */
#about .section2 .content {
  width: 630px;
  margin-top: 60px;
  display: inline-block;
}
/* line 337, scss/style.scss */
#about .section2 .content h2 {
  font-size: 2.250em;
}
/* line 338, scss/style.scss */
#about .section2 .content h3 {
  color: #252525;
  font-size: 1.5em;
  line-height: 0;
  margin: 0 0 50px 0;
}
/* line 339, scss/style.scss */
#about .section2 .content a {
  font-family: Helvetica, Arial, sans-serif;
  color: #252525;
  text-decoration: none;
  font-weight: bold;
}
/* line 340, scss/style.scss */
#about .section2 .content a:hover {
  color: #252525;
  text-decoration: underline;
}
/* line 343, scss/style.scss */
#about .section2 .left {
  background: transparent url("../img/about-section2-left.jpg") no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 65%;
  min-width: 650px;
  height: 750px;
}
/* line 344, scss/style.scss */
#about .section2 .right {
  background: transparent url("../img/about-section2-right.jpg") no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*width:45%;*/
  height: 750px;
  overflow: auto;
}

/*




	CLASSES





------------------------------------------------------------------*/
/* line 362, scss/style.scss */
#classes {
  /*
  	STRENGTH
  ------------------*/
  /*
  	YOGA
  ------------------*/
  /*
  	CYCLING
  ------------------*/
  /*
  	CARDIO
  ------------------*/
}
/* line 363, scss/style.scss */
#classes header {
  background: transparent url("../img/classes-header-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 450px;
}
/* line 368, scss/style.scss */
#classes header .headline h1 {
  color: white;
  font-size: 4em;
  line-height: 1;
  margin: 70px 0 7px 0;
}
/* line 369, scss/style.scss */
#classes header .headline h3 {
  color: white;
  font-size: 1.9em;
  line-height: 1;
}
/* line 372, scss/style.scss */
#classes .class {
  background: transparent url("../img/classes-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 150px;
}
/* line 373, scss/style.scss */
#classes .class .class-heading {
  padding: 60px 0;
}
/* line 374, scss/style.scss */
#classes .class .class-heading img {
  height: 115px;
  display: inline-block;
  margin: 0 45px 0 30px;
  vertical-align: middle;
}
/* line 375, scss/style.scss */
#classes .class .class-heading h2 {
  color: white;
  font-size: 4em;
  display: inline-block;
  vertical-align: middle;
}
/* line 379, scss/style.scss */
#classes .box {
  font-size: .8em;
  text-align: center;
  display: table-cell;
}
/* line 380, scss/style.scss */
#classes .box h4 {
  font-size: 3em;
  margin: 0;
}
/* line 381, scss/style.scss */
#classes .box p {
  font-size: 1em;
  line-height: 2;
  margin: 5px 0 0 0;
}
/* line 384, scss/style.scss */
#classes .xpress {
  background: transparent url("../img/classes-xpress-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 505px;
  position: relative;
}
/* line 385, scss/style.scss */
#classes .xpress .desc {
  color: white;
  height: 505px;
  width: 340px;
  margin: 100px 0 0 550px;
  display: inline-block;
}
/* line 386, scss/style.scss */
#classes .xpress .desc h3 {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.5em;
  line-height: 1;
  margin: 0 0 10px;
}
/* line 387, scss/style.scss */
#classes .xpress .desc .subhead1, #classes .xpress .desc .subhead2 {
  font-family: "Titling Gothic FB Cond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
/* line 388, scss/style.scss */
#classes .xpress .desc .subhead1 {
  font-size: 1.25em;
  margin: 0 0 10px;
}
/* line 389, scss/style.scss */
#classes .xpress .desc .subhead2 {
  font-size: 1em;
}
/* line 390, scss/style.scss */
#classes .xpress .desc p {
  margin: 0;
  font-size: .8em;
  line-height: 1.9;
}
/* line 398, scss/style.scss */
#classes .strength {
            /*background:transparent url('../img/classes-bg.jpg') no-repeat center center; background-size:cover; padding-bottom:150px;
	.class-heading { padding:60px 0;
		img { height:115px; display:inline-block; margin:0 45px 0 30px; vertical-align:middle; }
		h2 { color:$white; font-size:4em; display:inline-block; vertical-align:middle; }
	}*/
  /*.xpress { background:transparent url('../img/classes-xpress-bg.jpg') no-repeat center center; background-size:cover; height:505px; margin-top:150px; position:relative; 
  	.desc { color:$white; height:505px; width:340px; margin:100px 0 0 550px; display:inline-block;
  		h3 { font-family:$cond-med-font; font-size:3.5em; margin:0; }
  		.subhead1, .subhead2 { font-family:$cond-regular-font; font-weight:bold; }
  		.subhead1 { font-size:1.4em; margin:0 0 10px; }
  		.subhead2 { font-size:1em; }
  		p { margin:0; }
  	}
  }*/
}
/* line 404, scss/style.scss */
#classes .strength .box1-left {
  background-color: #252525;
  color: white;
  width: 400px;
  height: 360px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 405, scss/style.scss */
#classes .strength .box1-right {
  background: transparent url("../img/classes-strength-promo1.jpg") no-repeat center center;
  width: 480px;
  height: 360px;
}
/* line 407, scss/style.scss */
#classes .strength .box2-left {
  background-color: white;
  color: #636363;
  width: 370px;
  height: 460px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 408, scss/style.scss */
#classes .strength .box2-right {
  background: transparent url("../img/classes-strength-promo2.jpg") no-repeat center center;
  width: 510px;
  height: 460px;
}
/* line 410, scss/style.scss */
#classes .strength .box3-left {
  background: transparent url("../img/classes-strength-promo3.jpg") no-repeat center center;
  width: 510px;
  height: 340px;
}
/* line 411, scss/style.scss */
#classes .strength .box3-right {
  background-color: #252525;
  color: white;
  width: 371px;
  height: 340px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 413, scss/style.scss */
#classes .strength .box4-left {
  background-color: white;
  color: #636363;
  width: 350px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 414, scss/style.scss */
#classes .strength .box4-right {
  background: transparent url("../img/classes-strength-promo4.jpg") no-repeat center center;
  width: 530px;
  height: 320px;
}
/* line 416, scss/style.scss */
#classes .strength .box5-left {
  background: transparent url("../img/classes-strength-promo5.jpg") no-repeat center center;
  width: 535px;
  height: 235px;
}
/* line 417, scss/style.scss */
#classes .strength .box5-right {
  background-color: #636363;
  color: white;
  width: 345px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 434, scss/style.scss */
#classes .yoga {
        /*background:transparent url('../img/classes-bg.jpg') no-repeat center center; background-size:cover; padding-bottom:150px;
	.class-heading { padding:60px 0;
		img { height:115px; display:inline-block; margin:0 45px 0 30px; vertical-align:middle; }
		h2 { color:$white; font-size:4em; display:inline-block; vertical-align:middle; }
	}*/
}
/* line 440, scss/style.scss */
#classes .yoga .box1-left {
  background-color: #252525;
  color: white;
  width: 382px;
  height: 386px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 441, scss/style.scss */
#classes .yoga .box1-right {
  background: transparent url("../img/classes-yoga-promo1.jpg") no-repeat center center;
  width: 498px;
  height: 386px;
}
/* line 443, scss/style.scss */
#classes .yoga .box2-left {
  background: transparent url("../img/classes-yoga-promo2.jpg") no-repeat center center;
  width: 530px;
  height: 360px;
}
/* line 444, scss/style.scss */
#classes .yoga .box2-right {
  background-color: #252525;
  color: white;
  width: 350px;
  height: 360px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 446, scss/style.scss */
#classes .yoga .box3-left {
  background-color: white;
  color: #636363;
  width: 368px;
  height: 460px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 447, scss/style.scss */
#classes .yoga .box3-right {
  background: transparent url("../img/classes-yoga-promo3.jpg") no-repeat center center;
  width: 512px;
  height: 460px;
}
/* line 454, scss/style.scss */
#classes .cycling {
           /*background:transparent url('../img/classes-bg.jpg') no-repeat center center; background-size:cover; padding-bottom:150px;
	.class-heading { padding:60px 0;
		img { height:115px; display:inline-block; margin:0 45px 0 30px; vertical-align:middle; }
		h2 { color:$white; font-size:4em; display:inline-block; vertical-align:middle; }
	}*/
}
/* line 460, scss/style.scss */
#classes .cycling .box1-left {
  background: transparent url("../img/classes-cycling-promo1.jpg") no-repeat center center;
  width: 510px;
  height: 340px;
}
/* line 461, scss/style.scss */
#classes .cycling .box1-right {
  background-color: #252525;
  color: white;
  width: 370px;
  height: 340px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 463, scss/style.scss */
#classes .cycling .box2-left {
  background-color: white;
  color: #636363;
  width: 350px;
  height: 320px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 464, scss/style.scss */
#classes .cycling .box2-right {
  background: transparent url("../img/classes-cycling-promo2.jpg") no-repeat center center;
  width: 530px;
  height: 320px;
}
/* line 471, scss/style.scss */
#classes .cardio {
          /*background:transparent url('../img/classes-bg.jpg') no-repeat center center; background-size:cover; padding-bottom:150px;
	.class-heading { padding:60px 0;
		img { height:115px; display:inline-block; margin:0 45px 0 30px; vertical-align:middle; }
		h2 { color:$white; font-size:4em; display:inline-block; vertical-align:middle; }
	}*/
}
/* line 477, scss/style.scss */
#classes .cardio .box1-left {
  background-color: white;
  color: #636363;
  width: 370px;
  height: 350px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 478, scss/style.scss */
#classes .cardio .box1-right {
  background: transparent url("../img/classes-cardio-promo1.jpg") no-repeat center center;
  width: 510px;
  height: 350px;
}
/* line 480, scss/style.scss */
#classes .cardio .box2-left {
  background: transparent url("../img/classes-cardio-promo2.jpg") no-repeat center center;
  width: 510px;
  height: 340px;
}
/* line 481, scss/style.scss */
#classes .cardio .box2-right {
  background-color: #252525;
  color: white;
  width: 370px;
  height: 340px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 483, scss/style.scss */
#classes .cardio .box3-left {
  background-color: white;
  color: #636363;
  width: 350px;
  height: 320px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 484, scss/style.scss */
#classes .cardio .box3-right {
  background: transparent url("../img/classes-cardio-promo3.jpg") no-repeat center center;
  width: 530px;
  height: 320px;
}
/* line 486, scss/style.scss */
#classes .cardio .box4-left {
  background: transparent url("../img/classes-cardio-promo4.jpg") no-repeat center center;
  width: 510px;
  height: 315px;
}
/* line 487, scss/style.scss */
#classes .cardio .box4-right {
  background-color: #252525;
  color: white;
  width: 370px;
  height: 315px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 489, scss/style.scss */
#classes .cardio .box5-left {
  background-color: #252525;
  color: white;
  width: 400px;
  height: 360px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 490, scss/style.scss */
#classes .cardio .box5-right {
  background: transparent url("../img/classes-cardio-promo5.jpg") no-repeat center center;
  width: 480px;
  height: 360px;
}
/* line 492, scss/style.scss */
#classes .cardio .box6-left {
  background-color: white;
  color: #636363;
  width: 368px;
  height: 330px;
  padding: 0 30px;
  vertical-align: middle;
}
/* line 493, scss/style.scss */
#classes .cardio .box6-right {
  background: transparent url("../img/classes-cardio-promo6.jpg") no-repeat center center;
  width: 512px;
  height: 330px;
}

/*




	COACHING





------------------------------------------------------------------*/
/* line 514, scss/style.scss */
#coaching header {
  background: transparent url("../img/coaching-header-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 450px;
}
/* line 519, scss/style.scss */
#coaching header .headline h1 {
  color: white;
  font-size: 4em;
  line-height: 1;
  margin: 70px 0 7px 0;
}
/* line 520, scss/style.scss */
#coaching header .headline h3 {
  color: white;
  font-size: 1.9em;
  line-height: 1;
}
/* line 523, scss/style.scss */
#coaching .section1 {
  background: white;
}
@media screen and (min-width: 1200px) {
  /* line 523, scss/style.scss */
  #coaching .section1 {
    background: white url("../img/coaching-section1-bg.jpg") no-repeat bottom right;
  }
}
/* line 525, scss/style.scss */
#coaching .section1 .wrapper {
  padding: 85px 10px 127px 10px;
}
@media screen and (min-width: 1200px) {
  /* line 526, scss/style.scss */
  #coaching .section1 .content {
    width: 550px;
  }
}
/* line 527, scss/style.scss */
#coaching .section1 h2 {
  font-size: 3em;
}
/* line 528, scss/style.scss */
#coaching .section1 h3 {
  font-size: 1.5em;
  margin-top: -20px;
  margin-bottom: 38px;
}
/* line 531, scss/style.scss */
#coaching .section2 {
  color: white;
  background: #cc353a url("../img/coaching-section2-bg.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
/* line 532, scss/style.scss */
#coaching .section2 .wrapper {
  padding: 130px 10px 100px 10px;
}
/* line 533, scss/style.scss */
#coaching .section2 .intro {
  text-align: center;
  margin-bottom: 80px;
}
/* line 534, scss/style.scss */
#coaching .section2 h2 {
  font-size: 2.3em;
}
/* line 535, scss/style.scss */
#coaching .section2 h3 {
  font-size: 1.5em;
  color: #252525;
  margin: -10px 0 50px 0;
}
/* line 536, scss/style.scss */
#coaching .section2 p {
  overflow: hidden;
}
/* line 537, scss/style.scss */
#coaching .section2 .coach {
  margin-bottom: 75px;
}
/* line 538, scss/style.scss */
#coaching .section2 .coach img {
  float: left;
  margin-right: 20px;
}
/* line 539, scss/style.scss */
#coaching .section2 .coach .name {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 540, scss/style.scss */
#coaching .section2 .coach .title {
  font-family: "Titling Gothic FB Cond", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 541, scss/style.scss */
#coaching .section2 .coach .name, #coaching .section2 .coach .title {
  text-transform: uppercase;
  font-size: 1.125em;
}
/* line 545, scss/style.scss */
#coaching .section3 {
  background: white;
  border-bottom: 1px solid #252525;
}
/* line 546, scss/style.scss */
#coaching .section3 .wrapper {
  padding: 125px 10px;
}
/* line 547, scss/style.scss */
#coaching .section3 h2 {
  font-size: 2.8em;
}
/* line 548, scss/style.scss */
#coaching .section3 h3 {
  font-size: 1.5em;
  margin: -15px 0 60px 0;
}
/* line 549, scss/style.scss */
#coaching .section3 h4 {
  font-size: 1.1em;
  margin-bottom: -20px;
}
/* line 550, scss/style.scss */
#coaching .section3 h5 {
  font-size: 1em;
  margin-bottom: -20px;
  color: #cc353a;
}
/* line 551, scss/style.scss */
#coaching .section3 h2, #coaching .section3 h3, #coaching .section3 h4, #coaching .section3 h5 {
  text-transform: uppercase;
}
/* line 552, scss/style.scss */
#coaching .section3 ul {
  list-style-type: none;
  font-weight: lighter;
}
/* line 553, scss/style.scss */
#coaching .section3 li:before {
  content: "\002022";
  color: #cc353a;
  padding-right: 30px;
}
/* line 554, scss/style.scss */
#coaching .section3 .more-info {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #cc353a;
  font-size: 1.4em;
}
/* line 557, scss/style.scss */
#coaching .section4 {
  background: white;
  line-height: 1;
}
/* line 558, scss/style.scss */
#coaching .section4 .wrapper {
  padding-top: 150px;
}
/* line 559, scss/style.scss */
#coaching .section4 span {
  font-family: "Titling Gothic FB Cond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3em;
  border-bottom: 1px solid #252525;
}
/* line 560, scss/style.scss */
#coaching .section4 .sponsors {
  padding: 150px 0;
  overflow: auto;
}
/* line 561, scss/style.scss */
#coaching .section4 .sponsor {
  float: left;
  width: 33%;
  text-align: left;
  height: 150px;
  line-height: 150px;
  margin-bottom: 50px;
}
/* line 562, scss/style.scss */
#coaching .section4 .sponsor img {
  vertical-align: middle;
}
/* line 564, scss/style.scss */
#coaching .section4 .last {
  text-align: right;
}

/*




	STAFF





------------------------------------------------------------------*/
/* line 586, scss/style.scss */
#staff header {
  background: transparent url("../img/staff-header-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 450px;
}
/* line 591, scss/style.scss */
#staff header .headline h1 {
  color: white;
  font-size: 4em;
  line-height: 1;
  margin: 40px 0 7px 0;
}
/* line 592, scss/style.scss */
#staff header .headline h3 {
  color: white;
  font-size: 1.9em;
  line-height: 1;
}
/* line 595, scss/style.scss */
#staff .team {
  background: transparent url("../img/staff-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 596, scss/style.scss */
#staff .team h2 {
  font-size: 3em;
  line-height: 1;
  text-align: center;
  padding: 75px 0;
}
/* line 597, scss/style.scss */
#staff .team .staff-box {
  display: inline-block;
  width: 460px;
  margin-bottom: 80px;
  vertical-align: top;
}
/* line 598, scss/style.scss */
#staff .team .staff-box img {
  float: left;
  margin-right: 20px;
}
/* line 599, scss/style.scss */
#staff .team .staff-box .staff-name {
  color: #252525;
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}
/* line 600, scss/style.scss */
#staff .team .staff-box .staff-title {
  color: #636363;
  font-family: "Titling Gothic FB Cond", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 601, scss/style.scss */
#staff .team .staff-box p {
  overflow: hidden;
}

/*




	PRICING





------------------------------------------------------------------*/
/* line 623, scss/style.scss */
#pricing header {
  background: transparent url("../img/pricing-header-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 450px;
}
/* line 628, scss/style.scss */
#pricing header .headline h1 {
  color: white;
  font-size: 4em;
  line-height: 1;
  margin: 40px 0 7px 0;
}
/* line 629, scss/style.scss */
#pricing header .headline h3 {
  color: white;
  font-size: 1.9em;
  line-height: 1;
}
/* line 632, scss/style.scss */
#pricing .content {
  background: transparent url("../img/pricing-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 633, scss/style.scss */
#pricing .content .plans {
  padding-top: 100px;
}
/* line 634, scss/style.scss */
#pricing .content .plans .row {
  width: 100%;
}
/* line 635, scss/style.scss */
#pricing .content .plans .row .fitness-plans {
  background-color: #cc353a;
  color: white;
  font-size: 1.9em;
  width: 362px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
/* line 636, scss/style.scss */
#pricing .content .plans .row .plan {
  background-color: white;
  color: #636363;
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8em;
  line-height: 1.4;
  width: 114px;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
/* line 637, scss/style.scss */
#pricing .content .plans .row .plan span {
  font-size: 1.4em;
}
/* line 639, scss/style.scss */
#pricing .content .plans .row .type {
  font-size: .75em;
  font-weight: lighter;
  width: 362px;
  height: 40px;
  padding-left: 30px;
  vertical-align: middle;
  display: table-cell;
}
/* line 640, scss/style.scss */
#pricing .content .plans .row .cost {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #636363;
  width: 114px;
  padding: 0 15px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
/* line 642, scss/style.scss */
#pricing .content .plans .plans-and-pricing {
  background-color: #636363;
  color: white;
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  width: 910px;
  padding: 6px 0 6px 30px;
}
/* line 643, scss/style.scss */
#pricing .content .plans .spacer {
  background-color: #f0f0f1;
  height: 40px;
  width: 940px;
}
/* line 646, scss/style.scss */
#pricing .content .passes .left, #pricing .content .passes .right {
  float: left;
}
/* line 647, scss/style.scss */
#pricing .content .passes .left {
  width: 478px;
}
/* line 648, scss/style.scss */
#pricing .content .passes .left .class-passes {
  background-color: #cc353a;
  color: white;
  font-size: 2em;
  text-align: center;
}
/* line 650, scss/style.scss */
#pricing .content .passes .left .type {
  font-family: "Titling Gothic FB Cond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  color: #636363;
  width: 295px;
  height: 102px;
  padding-left: 30px;
  vertical-align: middle;
  display: table-cell;
}
/* line 651, scss/style.scss */
#pricing .content .passes .left .cost {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: #cc353a;
  width: 183px;
  vertical-align: middle;
  display: table-cell;
}
/* line 653, scss/style.scss */
#pricing .content .passes .right {
  background: transparent url("../img/pricing-right-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 462px;
  height: 300px;
}
/* line 656, scss/style.scss */
#pricing .content .passes:after {
  content: '';
  display: block;
  clear: both;
}
/* line 657, scss/style.scss */
#pricing .content .desc {
  line-height: 1;
  margin: 0 0 20px 0;
}
/* line 658, scss/style.scss */
#pricing .content .join-us {
  font-family: "Titling Gothic FB Cond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  margin: 70px 20px 130px 0;
  display: inline-block;
}
/* line 659, scss/style.scss */
#pricing .content .odd {
  background-color: #f0f0f1;
}
/* line 660, scss/style.scss */
#pricing .content .even {
  background-color: #fff;
}
/* line 661, scss/style.scss */
#pricing .content .legal {
  color: white;
  margin: 10px 0 30px;
}
/* line 662, scss/style.scss */
#pricing .content p {
  color: white;
}

/*




	CONTACT US





------------------------------------------------------------------*/
/* line 682, scss/style.scss */
#contact {
  	/*.contact-form { width:348px; 
  
  		input, textarea { background-color:#303030; color:#6c6c6c; font-size:.8em; width:346px; height:38px; border:1px solid #6c6c6c; margin-bottom:10px; }
  
  		label { color:#6c6c6c; }
  	}*/
}
/* line 683, scss/style.scss */
#contact header {
  background: transparent url("../img/contact-header-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 450px;
}
/* line 688, scss/style.scss */
#contact header .headline h1 {
  color: white;
  font-size: 4em;
  line-height: 1;
  margin: 70px 0 7px 0;
}
/* line 689, scss/style.scss */
#contact header .headline h3 {
  color: white;
  font-size: 1.9em;
  line-height: 1;
}
/* line 691, scss/style.scss */
#contact .contact-info, #contact .contact-form {
  float: left;
  padding: 100px 0;
}
/* line 692, scss/style.scss */
#contact .contact-info {
  color: white;
  width: 492px;
  margin-right: 100px;
}
/* line 693, scss/style.scss */
#contact .contact-info h1 {
  font-size: 4em;
  line-height: 1;
  margin: 0;
}
/* line 694, scss/style.scss */
#contact .contact-info .info {
  margin: 10px;
}
/* line 695, scss/style.scss */
#contact .contact-info img {
  vertical-align: middle;
  margin: 7px 10px 10px 0;
}
/* line 696, scss/style.scss */
#contact .contact-info a {
  color: white;
  text-decoration: none;
}
/* line 697, scss/style.scss */
#contact .contact-info a:hover {
  color: #cc353a;
}
/* line 706, scss/style.scss */
#contact .contact-form {
  width: 348px;
}
/* line 707, scss/style.scss */
#contact .contact-form .button {
  display: block;
  width: 318px;
  text-align: center;
}
/* line 708, scss/style.scss */
#contact .contact-form #form-errors {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #cc353a;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: none;
}
/* line 709, scss/style.scss */
#contact .contact-form .success {
  font-family: "Titling Gothic FB Cond Med", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #cc353a;
  text-transform: uppercase;
}
/* line 712, scss/style.scss */
#contact form {
  /*width: 320px;
  float: left;
  margin: 20px;*/
}
/* line 716, scss/style.scss */
#contact form > div {
  background-color: #303030;
  /*height:47px;*/
  height: 44px;
  margin-bottom: 10px;
  position: relative;
  /*overflow: hidden;*/
}
/* line 724, scss/style.scss */
#contact form > div.area {
  /*height:105px;*/
  height: 105px;
}
/* line 728, scss/style.scss */
#contact form input, #contact form textarea {
  font-size: .8em;
  color: #6c6c6c;
  /*height:44px;*/
  height: 100%;
  /*width: 342px;*/
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #6c6c6c;
  background: none;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*padding: 8px 12px;*/
  padding-left: 4px;
  outline: 0;
}
/* line 746, scss/style.scss */
#contact form input:valid, #contact form textarea:valid {
  /* Hides the label */
  /*background: #303030;*/
}
/* line 750, scss/style.scss */
#contact form input:focus, #contact form textarea:focus {
  border-color: #cc353a;
}
/* line 753, scss/style.scss */
#contact form input:focus + label, #contact form textarea:focus + label {
  background: #cc353a;
  color: white;
  font-size: 70%;
  /*padding: 1px 6px;*/
  z-index: 2;
  text-transform: uppercase;
}
/* line 762, scss/style.scss */
#contact form textarea {
  /*height:99px;*/
  height: 100%;
  padding-top: 4px;
  padding-bottom: 20px;
}
/* line 768, scss/style.scss */
#contact form label {
  font-size: .8em;
  background-color: #303030;
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #6c6c6c;
  /*padding: 7px 6px;*/
  padding: 0 0 0 4px;
}
/* line 783, scss/style.scss */
#contact form textarea {
  display: block;
  resize: none;
}
/* line 790, scss/style.scss */
#contact form input, #contact form textarea {
  /*padding: 12px 12px 12px 12px; */
}
/* line 793, scss/style.scss */
#contact form label {
  top: 0;
  bottom: 0;
  left: 0;
  /*width: 344px;*/
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 801, scss/style.scss */
#contact form input:focus {
  /*padding: 4px 6px 20px 6px;*/
  height: 25px;
}
/* line 805, scss/style.scss */
#contact form textarea:focus {
  /*height:88px;*/
}
/* line 808, scss/style.scss */
#contact form input:focus + label, #contact form textarea:focus + label {
  top: 100%;
  margin-top: -20px;
}
/* line 814, scss/style.scss */
#contact #map_canvas {
  width: 100%;
  height: 500px;
}

/*




	PRINT





------------------------------------------------------------------*/
@media print {
  /* line 2, scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 3, scss/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 4, scss/_print.scss */
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }

  /* line 5, scss/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 6, scss/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 7, scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 8, scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 9, scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 10, scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 12, scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 13, scss/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
