/**
* CONTENTS.............Table of contents
*
* HELPERS..............All SASS Related functions, mixins & Variables
*   MIXINS.............SASS Mixins
*   FUNCTIONS..........SASS Functions
*   VARIABLES..........SASS Variables
*   HELPERS............Class & Placeholder helpers
*
* VENDORS
*   BOURBON............
*   NEAT...............
*
* BASE
*   NORMALIZE..........CSS RESET
* 	MAIN...............Main elements
* 	TYPOGRAPHY.........Type
*
* MODULE
*   NAVIGATION.........
*   BUTTONS............
*
* LAYOUT
*   HEADER.............
*   SIDEBAR............
*   FOOTER.............
*   FORMS..............Inputs and form elements
*   CONTENT............
*
* PAGES
*   HOME...............
*/
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

.hidden {
  display: none !important;
}

.hidden_from_view {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.divider-rainbow {
  margin: 40px 0;
  height: 4px;
  background: url(../img/rainbow.png) center top repeat-y;
  background-size: 100%;
}

.centered {
  text-align: center !important;
}

.mobile-show {
  display: block;
}

.mobile-hide {
  display: none;
}

#facebook-login-button {
  border: 1px solid #fff;
  margin: 0 auto;
  width: auto;
  padding: 0;
  line-height: 55px;
  position: relative;
  padding-left: 105px;
  padding-right: 50px;
  background-color: transparent;
  color: #fff;
}
#facebook-login-button i {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00669f;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 48em) {
  .mobile-show {
    display: none;
  }

  .tablet-show {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .mobile-show {
    display: none;
  }

  .tablet-show {
    display: none;
  }

  .mobile-hide {
    display: block;
  }
}
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

html {
  font: 400 1em/1.5em "Montserrat-Light", "HelveticaNeue-Light",
    "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
    sans-serif;
  overflow-y: scroll;
  min-height: 100%;
}
html.no-overflow {
  overflow: hidden;
}

body {
  color: #231f20;
  font-smoothing: antialiased;
  background-color: #f2f6f9;
}
body.no-overflow {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

hr {
  border-top: 1px solid #ddd;
}

b,
strong {
  font-family: "Montserrat-Black";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  font-family: "Teko", "Montserrat-Light", "HelveticaNeue-Light",
    "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
    sans-serif;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  text-rendering: optimizeLegibility;
}

.giga {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.mega {
  font-size: 44px;
  font-size: 2.75rem;
  margin-bottom: 9px;
  margin-bottom: 0.5454545455rem;
}

.kilo {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.6rem;
}

.alpha {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 11px;
  margin-bottom: 0.6666666667rem;
}

.beta {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.gamma {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 14px;
  margin-bottom: 0.8571428571rem;
}

.delta {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.epsilon {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 19px;
  margin-bottom: 1.2rem;
}

.zeta {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4,
h5,
h6 {
  font-size: 16px;
}

p {
  margin: 0 0 0.75rem;
  font-size: 16px;
}
p.larger {
  font-size: 20px;
}

a {
  color: #ed1c24;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:hover {
  color: #f36368;
}
a:active,
a:focus {
  color: #f36368;
  outline: none;
}

@media screen and (min-width: 48em) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5,
  h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }
}
.announcement-bar {
  background-color: #ed1c24;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
}
.announcement-bar a {
  color: #231f20;
  text-decoration: underline;
}

video {
  right: 0;
  bottom: 0;
  min-width: 100%;
  height: 100%;
  width: auto;
  transform: translateX(-20%);
}

.video-holder {
  position: relative;
  height: 85vh;
  overflow: hidden;
}

.slick-slider {
  position: absolute !important;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

header {
  position: relative;
  display: block;
  height: 85vh;
}

.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0;
  z-index: 1;
}

.top-bar__logo {
  width: 80px;
  height: 80px;
  padding: 6px 5px;
  float: left;
}

.book_visit {
  float: right;
  margin: 10px;
}

.banner {
  position: relative;
  display: block;
  height: 100vh;
}

.banner {
  background-repeat: no-repeat;
  height: 100vh;
}

.banner__background_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner h2 {
  color: #fff;
  display: block;
  width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: 500;
}
.banner h2 span {
  display: block;
  width: 100px;
  border-top: 5px solid #ed1c24;
  margin-top: 10px;
}

@media screen and (min-width: 48em) {
  header {
    height: 70vh;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .slide_1 {
    background: none;
    background-size: cover;
  }

  .slide_2 {
    background: none;
    background-size: cover;
  }

  .slide_3 {
    background: none;
    background-size: cover;
  }

  .slide_4 {
    background: none;
    background-size: cover;
  }

  .banner {
    background-repeat: no-repeat;
    height: 100vh;
  }

  .banner__background_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 48em) {
  .banner h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .banner h2 span {
    width: 250px;
    border-top: 10px solid #ed1c24;
    margin-top: 10px;
  }

  video {
    transform: none;
    height: auto;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  header {
    height: 80vh;
    overflow: hidden;
  }

  .video-holder {
    position: relative;
    height: 100vh;
  }

  .banner h2 {
    font-size: 64px;
    line-height: 64px;
  }
}
@media screen and (min-width: 80em) {
  .banner h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
footer {
  background-color: #231f20;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
footer h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0;
}
footer svg {
  width: 120px;
}

.social .social__item {
  color: #f2f6f9;
}
.social .social__item:hover {
  color: #ed1c24;
}
.social .social__icon {
  display: inline-block;
  margin: 0 10px 0 0;
}
.social .social__icon svg {
  width: 24px;
}

.bottombar {
  background-color: #231f20;
  text-align: center;
  color: #f2f6f9;
  font-size: 12px;
}
.bottombar a {
  font-weight: bold;
}

@media screen and (min-width: 48em) {
  footer {
    text-align: left;
  }
  footer .footer__cards {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
  }
  footer .footer__card {
    width: 33.3%;
    padding: 5px 7px;
  }
  footer svg {
    width: 200px;
  }
}
.container {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.container-full {
  display: block;
  width: 100%;
  height: 100%;
}

.slick-list,
.slick-track {
  height: 100%;
}

.instagram_gallery {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.instagram_gallery a {
  width: 33.3%;
  padding: 5px 7px;
}
.instagram_gallery img {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #bbb;
}

.red {
  color: #ed1c24;
}

.inline-logo {
  font-family: "Teko";
  font-size: 1.1rem;
}

@media screen and (min-width: 48em) {
  .container {
    max-width: 48em;
  }
}
@media screen and (min-width: 64em) {
  .container {
    max-width: 64em;
  }

  .instagram_gallery a {
    width: 25%;
  }
  .instagram_gallery img {
    width: 100%;
    padding: 7px 10px;
  }
}
@media screen and (min-width: 80em) {
  .container {
    max-width: 80em;
  }
}
.button {
  border: none;
  background-color: transparent;
  color: #fff;
  font-family: "Teko";
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 30px;
  transition: all 0.2s;
  width: 100%;
  position: relative;
  display: inline-block;
  width: auto;
  overflow: hidden;
  z-index: 1;
}
.button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #ed1c24;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
}
.button:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #c61017;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
}
.button:hover {
  color: #fff;
}
.button.black:after {
  background-color: #231f20;
}

/* if you want it to show from the right use -300px instead */
.button:hover::before {
  left: 0%;
}

input,
textarea {
  color: #231f20;
}

@media screen and (min-width: 64em) {
  .button {
    width: auto;
  }
}
.form-item.first-name {
  display: none;
}

.about-us {
  background-color: #231f20;
}
.about-us .about-us__container {
  color: #fff;
}
.about-us .about-us__container h2,
.about-us .about-us__container h3 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.about-us .content {
  padding: 30px 20px 20px;
}

.feature_cards {
  display: flex;
  flex-direction: column;
}
.feature_cards .feature_card {
  background-color: #ed1c24;
}
.feature_cards .feature_card:nth-child(2) {
  background-color: #de1219;
}
.feature_cards .feature_card:nth-child(3) {
  background-color: #c61017;
}
.feature_cards .content {
  position: relative;
}
.feature_cards svg {
  display: none;
}

.memberships {
  padding: 50px 0;
}
.memberships .membership__card {
  display: flex;
  flex-direction: column;
}
.memberships .membership__card {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.memberships .membership__card h3 > span {
  color: #ed1c24;
}
.memberships .membership__card ul {
  padding: 0;
  margin: 0;
}
.memberships .membership__card li {
  list-style: none;
  text-align: left;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
}
.memberships .membership__card .price {
  font-size: 64px;
  line-height: 64px;
  margin: 30px 0 0;
  text-align: center;
  font-weight: 600;
  font-family: "Teko", "Montserrat-Light", "HelveticaNeue-Light",
    "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
    sans-serif;
}
.memberships .membership__card .per_month {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #bbb;
}
.memberships .notes {
  font-size: 12px;
}

.instagram {
  margin: 0 auto 25px;
}

.book-signup {
  color: #fff;
}
.book-signup .book-meeting__card {
  background-color: #231f20;
  background: #231f20 url(../img/book-meeting-bg.jpg) center center;
  background-repeat: no-repeat;
  padding: 50px 20px;
  min-height: 400px;
}
.book-signup .book-meeting__card h2 {
  color: #fff;
}
.book-signup .book-meeting__card h2 span.red {
  color: #eb1e2d;
}
.book-signup .book-meeting__card button {
  background-color: #eb1e2d;
  color: #fff;
}
.book-signup .book-meeting__card h3 {
  color: #fff;
  margin-top: 40px;
}
.book-signup .sign-up__card {
  padding: 50px 20px;
  background-color: #ed1c24;
}
.book-signup .sign-up__card h2 span.red {
  color: #fff;
}
.book-signup .sign-up__card button {
  background-color: #231f20;
  color: #fff;
}
.book-signup .sign-up__card #contactfeedback {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  opacity: 0;
  z-index: -1000;
}
.book-signup input,
.book-signup textarea {
  width: 100%;
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
  margin-bottom: 10px;
}

@media screen and (min-width: 48em) {
  .about-us .content {
    padding: 40px;
  }

  .about-us__container {
    display: flex;
    flex-direction: column;
  }
  .about-us__container .about-us__card.left {
    width: 100%;
    position: relative;
  }
  .about-us__container .about-us__card.right {
    width: 100%;
  }

  .feature_cards .content {
    padding: 40px 60px 40px 150px;
  }
  .feature_cards svg {
    display: block;
    position: absolute;
    max-width: 80px;
    width: 80px;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
  }

  .feature__card {
    width: 33%;
    margin: 10px;
    box-shadow: 0 2px 24px 0 rgba(144, 144, 144, 0.4);
  }

  .book-signup .book-meeting__card {
    padding-left: 40px;
    padding-right: 40px;
  }
  .book-signup .sign-up__card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .membership_cards {
    display: flex;
    flex-direction: row;
    margin-left: -1%;
    margin-right: -1%;
  }
  .membership_cards .membership__card {
    flex: 1;
    margin: 1%;
  }
}
@media screen and (min-width: 64em) {
  .about-us__container {
    flex-direction: row;
  }
  .about-us__container .about-us__card .content {
    width: calc(64em / 2 - 30px);
  }
  .about-us__container .about-us__card.left {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .about-us__container .about-us__card.left .feature_card {
    display: flex;
    flex: 1 0 auto;
    position: relative;
  }
  .about-us__container .about-us__card.left .content {
    margin-right: 0;
    margin-left: auto;
    padding: 40px 60px 40px 120px;
  }
  .about-us__container .about-us__card.right {
    width: 50%;
  }
  .about-us__container .about-us__card.right .content {
    padding: 80px 0 80px 80px;
  }

  .feature_cards svg {
    left: 0;
  }

  .book-signup .container-full {
    display: flex;
    flex-direction: row;
  }
  .book-signup .book-meeting__card {
    background: #231f20 url(../img/book-meeting-bg.jpg) center center;
    background-size: cover;
    padding: 50px 0;
    width: 50%;
  }
  .book-signup .book-meeting__card .content {
    width: calc(64em / 2 - 30px);
    float: right;
    padding-right: 100px;
  }
  .book-signup .sign-up__card {
    background-color: #ed1c24;
    padding: 50px 0;
    width: 50%;
  }
  .book-signup .sign-up__card .content {
    width: calc(64em / 2 - 30px);
    float: left;
    padding-left: 40px;
  }
}
@media screen and (min-width: 80em) {
  .about-us__container .about-us__card .content {
    width: calc(80em / 2 - 30px);
  }

  .book-signup .book-meeting__card {
    padding: 80px 0;
  }
  .book-signup .book-meeting__card .content {
    width: calc(80em / 2 - 30px);
  }
  .book-signup .sign-up__card {
    padding: 80px 0;
  }
  .book-signup .sign-up__card .content {
    width: calc(80em / 2 - 30px);
  }
}
.waitlist section {
  padding: 50px 0;
}
.waitlist header {
  background-color: #231f20;
  height: 80px;
}
.waitlist label {
  display: block;
  font-weight: 900;
}
.waitlist .form-item {
  display: block;
  margin: 20px 0;
}
.waitlist .form-item.name {
  display: none;
}
.waitlist .form-item input,
.waitlist .form-item textarea,
.waitlist .form-item select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e4e4e4;
}
.waitlist #contactfeedback {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  opacity: 0;
  z-index: -1000;
}
.waitlist .error {
  color: #eb1e2d;
  font-size: 14px;
}

@media screen and (min-width: 48em) {
  .waitlist form {
    max-width: 600px;
    margin: 0 auto;
  }
}

.modal {
  padding: 30px 30px;
}

.modal h3 {
  margin-bottom: 16px;
}

.modal .notes {
  font-size: 11px;
  font-style: italic;
}

/*# sourceMappingURL=main.css.map */
