@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

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

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

/**
 * 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.
 */
img {
  border: 0;
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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.
 */
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;
}

/**
 * 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 */
}

/**
 * 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).
 */
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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

a {
  color: #ef3e42;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.navigation a {
  text-decoration: none;
}
.navigation a:hover {
  text-decoration: underline;
}

.button, input[type="submit"], button {
  display: block;
  border-radius: 2px;
  background-color: #ef3e42;
  color: white;
  text-shadow: 0 -1px 0 #cf1115;
  text-decoration: none;
  font-size: 1.55556em;
  line-height: 1.2em;
  padding: 0.6em 0.4em;
  margin: 2em 0;
  text-align: center;
  min-height: 2.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button:active, input[type="submit"]:active, button:active {
  padding-top: 0.83em;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  color: black;
  margin: 0;
  line-height: 1.2em;
}

h2 {
  font-size: 2em;
  margin: 1.55556em 0 0;
}

h3 {
  font-size: 1em;
}

p {
  text-indent: 1em;
  margin: 0.9em 0;
}
h1 + p, h2 + p, h3 + p, footer p, p.no-indent {
  text-indent: 0;
}

strong {
  font-weight: normal;
  color: #ef3e42;
}

html {
  font-size: 18px;
  line-height: 1.44444em;
  font-family: "adelle", serif;
  color: #6b6b6f;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 4.11111em 1em 2em;
  -moz-transition: margin-top 0.7s;
  -o-transition: margin-top 0.7s;
  -webkit-transition: margin-top 0.7s;
  transition: margin-top 0.7s;
}
@media (min-width: 768px) {
  body {
    margin: 1em 0 2em;
  }
}

.pattern {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-image: url("/images/site-pattern-bg.png");
  background-position: top right;
  -moz-transition: width 0.7s;
  -o-transition: width 0.7s;
  -webkit-transition: width 0.7s;
  transition: width 0.7s;
}
@media (min-width: 768px) {
  .pattern {
    width: 17%;
  }
}

.main {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 27.33333em;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .main {
    max-width: 33.33333em;
    width: 60%;
    margin-left: 17%;
    padding: 0 3em;
  }
}

.treatment {
  list-style: none;
  margin: 0;
  padding: 0;
}
.treatment li {
  position: relative;
  min-height: 3.88889em;
  margin: 1.4em 0;
}
.treatment li::before {
  font-size: 2em;
  text-align: center;
  color: white;
  content: " ";
  display: block;
  border-radius: 2px;
  width: 1.83333em;
  height: 1.83333em;
  padding: 0.6em;
  position: relative;
  float: left;
  margin-right: 0.5em;
  top: 3px;
  left: 0;
  background-color: #6b6b6f;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.treatment h3 {
  text-transform: uppercase;
  float: left;
  margin-right: 0.4em;
  display: inline;
}
.treatment h3, .treatment p {
  line-height: 1.44444em;
}
.treatment .yoga h3 {
  color: #ef3e42;
}
.treatment .yoga::before {
  content: "Y";
  background-color: #ef3e42;
  text-shadow: 0 -1px 0 #cf1115;
}
.treatment .life h3 {
  color: black;
}
.treatment .life::before {
  content: "L";
  background-color: #6b6b6f;
  text-shadow: 0 -1px 0 #454548;
}
.treatment .everyone h3 {
  color: #72c9d7;
}
.treatment .everyone::before {
  content: "E";
  background-color: #9ad8e2;
  text-shadow: 0 -1px 0 #5fc2d1;
}

.highlight {
  color: #ef3e42;
}

hr {
  border: 0;
  border-top: 2px solid #aee0e8;
  margin: 0;
}
header hr {
  border-top-color: #ef3e42;
}
form hr {
  clear: both;
  margin: 1em 0;
  border-color: #c5c5c7;
  border-width: 3px;
}

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

.navigation ol {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.77778em;
  text-transform: uppercase;
  border-top: 3px solid #aee0e8;
}
.navigation li {
  position: relative;
  height: 4em;
  width: 100%;
}
.navigation a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.2em 0;
  border-bottom: 1px solid #aee0e8;
}
.navigation a:active {
  padding-top: 1.3em;
}
.navigation hr {
  display: none;
}
.js .navigation {
  position: absolute;
  top: 3.16667em;
  left: 0;
  right: 0;
}
.js .navigation ol {
  border-top: none;
  display: none;
}
.js .navigation a {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #6b6b6f;
  padding-left: 1.28571em;
}
@media (min-width: 768px) {
  .js .navigation {
    position: relative;
    top: 0;
  }
  .js .navigation ol {
    display: block !important;
    border-top: 3px solid #ef3e42;
    margin-right: 3em;
    padding-top: 1em;
  }
  .js .navigation li {
    height: auto;
  }
  .js .navigation a {
    position: relative;
    border-bottom: none;
    padding: 0.4em 0 0.3em 0;
    line-height: 1.4em;
    text-align: right;
    color: #6b6b6f;
    background-color: transparent;
  }
  .js .navigation a:hover, .js .navigation a.active {
    color: #ef3e42;
  }
  .js .navigation a:active {
    padding-top: 0.5em;
    padding-bottom: 0.2em;
  }
}

.non-js-nav {
  position: relative;
}

.nav-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  text-decoration: none;
  text-indent: -100000px;
  overflow: hidden;
}
.nav-link::after {
  content: "";
  color: #aee0e8;
  font-size: 2.4em;
  line-height: 1.3em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.2963em;
  text-indent: 0;
  text-align: right;
  padding-right: 0.4186em;
  background-image: url("/images/menu-sammich.png");
  background-repeat: no-repeat;
  background-position: 12px 8px;
}
@media (min-width: 768px) {
  .nav-link {
    display: none;
  }
}

.masthead {
  height: 3.11111em;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #6b6b6f;
  z-index: 10000;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.masthead.masthead-up {
  top: -3.16667em;
  -moz-transition: top 0.2s ease-in;
  -o-transition: top 0.2s ease-in;
  -webkit-transition: top 0.2s ease-in;
  transition: top 0.2s ease-in;
}
.masthead h1 {
  font-size: 1em;
  width: 11.11111em;
  height: 2.77778em;
  margin: 0.16667em 0 0 1em;
  color: transparent;
  text-indent: -100000px;
  overflow: hidden;
  background-image: url("/images/ASoPLogo-kicker_horizontal.png");
  background-repeat: no-repeat;
}
.masthead h2 {
  display: none;
}
@media (min-width: 768px) {
  .masthead {
    background-color: transparent;
    left: inherit;
    width: 23%;
    height: initial;
    bottom: 0;
    border-bottom: none;
    padding-top: 3.11111em;
  }
  .masthead h1 {
    background-image: url("/images/ASoPLogo-singlewhip_vertical.png");
    width: 9.33333em;
    height: 12.44444em;
    margin: 0 0 3em;
  }
}
@media (min-width: 970px) {
  .masthead {
    width: 12.38889em;
    right: inherit;
    left: 17%;
    margin-left: 33.33333em;
  }
}

form {
  margin: 2em 0 3em;
}

input[type="text"], .intake-form label.checkbox, .intake-form label.radio,
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="password"],
textarea {
  border-radius: 2px;
  border: 2px solid #aee0e8;
  background-color: #f5fbfc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3.4em;
  line-height: 1.4em;
  padding: 0.8em 1em 0.6em;
  margin: 0 0 1em;
  display: block;
  width: 100%;
  color: #6b6b6f;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="text"]:hover, .intake-form label.checkbox:hover, .intake-form label.radio:hover, input[type="text"]:focus, .intake-form label.checkbox:focus, .intake-form label.radio:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
textarea:hover,
textarea:focus {
  background-color: white;
  outline: none;
}
@media (min-width: 480px) {
  input[type="text"].two-up, .intake-form label.two-up.checkbox, .intake-form label.two-up.radio,
  input[type="email"].two-up,
  input[type="tel"].two-up,
  input[type="date"].two-up,
  input[type="number"].two-up,
  input[type="password"].two-up,
  textarea.two-up {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  input[type="text"].two-up.right, .intake-form label.two-up.right.checkbox, .intake-form label.two-up.right.radio,
  input[type="email"].two-up.right,
  input[type="tel"].two-up.right,
  input[type="date"].two-up.right,
  input[type="number"].two-up.right,
  input[type="password"].two-up.right,
  textarea.two-up.right {
    float: right;
    margin-right: 0;
  }
}

input[type="submit"], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  font-weight: normal;
  margin-top: 0;
  width: 100%;
  line-height: 1em;
  clear: both;
}

textarea {
  height: 10em;
  resize: vertical;
}

label {
  margin: 0 0 0.2em;
  display: block;
}
.placeholder label.unimportant {
  display: none;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.intake-form p {
  text-indent: 0;
  margin-top: 0;
}
.intake-form h3 {
  font-size: 1.4em;
  margin: 2em 0 0.4em;
}
.intake-form h4 {
  color: black;
  margin: 1em 0 0;
}
.intake-form legend {
  font-size: 1.2em;
  line-height: 1.2em;
  display: block;
  width: 100%;
  color: #ef3e42;
  border-bottom: 3px solid #ef3e42;
  padding: 1em 0 0.4em;
  margin: 0 0 0.6em;
}
.intake-form legend i {
  font-size: 0.6em;
  color: #6b6b6f;
}
.intake-form label, .intake-form legend {
  clear: both;
}
.intake-form fieldset {
  margin-top: 1.4em;
  clear: both;
}
.intake-form fieldset > label:first-child {
  margin-top: 0;
}
.intake-form fieldset fieldset {
  margin-top: 0;
}
.intake-form label.checkbox, .intake-form label.radio {
  cursor: pointer;
  height: initial;
  font-size: 0.8em;
  width: 48%;
  margin: 1em 2% 0 0;
  float: left;
  clear: left;
  border-color: #ababae;
  background-color: #f9f9f9;
}
.intake-form label.checkbox.right, .intake-form label.radio.right {
  float: right;
  margin-right: 0;
  margin-bottom: 0;
  clear: right;
}
.intake-form label.checkbox.stacked, .intake-form label.radio.stacked {
  width: auto;
  float: none;
  margin-right: 0;
}
.formjs .intake-form label.checkbox, .formjs .intake-form label.radio {
  padding-left: 1.6em;
  position: relative;
}
.formjs .intake-form label.checkbox::before, .formjs .intake-form label.radio::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0.2em;
  color: #aee0e8;
  font-size: 2em;
}
.formjs .intake-form label.checkbox.checked, .formjs .intake-form label.radio.checked {
  background-color: white;
}
.formjs .intake-form label.checkbox.checked::before, .formjs .intake-form label.radio.checked::before {
  content: "✓";
  color: #ef3e42;
}
.formjs .intake-form label.checkbox input, .formjs .intake-form label.radio input {
  display: none;
}
.intake-form label.radio.yesno {
  margin-top: 0;
}

.radiocontainer, .checkboxcontainer {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em;
}

.protected-information h4 {
  border-bottom: 2px solid black;
  margin: 1.4em 0 0;
}
.protected-information label {
  margin: 1em 0 0;
}
.protected-information fieldset > label:first-child {
  margin-top: 1.4em;
}

#new-allowed-person-ui fieldset {
  margin-top: 1.4em;
}

.add-person {
  width: auto;
  margin: 0 0 1em;
  float: right;
  font-size: 1em;
}

.portrait {
  float: right;
  margin: 1.2em 0 0 1em;
  width: 45%;
}

.news {
  border-top: 1px solid #ececed;
  padding: 2em 0 0;
  margin: 2em 0 0;
}
.news h3 {
  font-size: 24px;
  margin: 0;
}

.meta {
  text-indent: 0;
  font-size: 14px;
  float: right;
  margin: 6px 0 0 3em;
}

.announcement {
  display: block;
  border: 2px solid #ef3e42;
  border-radius: 3px;
  margin: 3em 0 0;
  padding: 1em;
  background-color: #fafafa;
}

footer {
  overflow: hidden;
  *zoom: 1;
  margin-top: 3em;
}
footer p {
  width: 100%;
  clear: both;
}
@media (min-width: 910px) {
  footer {
    font-size: 0.77778em;
    line-height: 1.4em;
  }
  footer .col-left {
    float: left;
    width: 48%;
  }
  footer .col-right {
    float: right;
    width: 48%;
    text-align: right;
  }
}
@media (min-width: 1000px) {
  footer {
    font-size: 0.88889em;
  }
}

.fs-embed {
  margin: 0 0 3em;
  min-width: 100%;
}
.fs-embed input[type="submit"] {
  margin-bottom: 0 !important;
}

.fs-form {
  margin-bottom: 0;
}

.fs-embed-shell {
  min-width: 100%;
}

.fs-instructions {
  display: none !important;
}

.fs-selected-value {
  color: black;
}

.fs-primary-description p {
  text-indent: 0;
  font-style: italic;
  margin-top: 0;
  font-size: 0.77778em;
  line-height: 1.2em;
}

.fs-booking-choices li {
  display: block;
  border-radius: 2px;
  border: 2px solid #aee0e8;
  background-color: #f5fbfc;
  padding: 0;
  margin: 0 0 1em;
  position: relative;
}
.fs-booking-choices a {
  display: block;
  padding: 1em 4em 0.8em 1em;
  position: relative;
  z-index: 10;
}

.fs-service-price {
  position: absolute;
  z-index: 8;
  top: 1em;
  right: 1em;
  text-align: right;
}

.fs-option-summary {
  font-size: 0.77778em;
  line-height: 1.2em;
  font-style: italic;
  margin: -1em 1.28571em 1.28571em 1.28571em;
}
.fs-option-summary .last {
  display: inline;
}

.fs-footer {
  font-size: 0.77778em;
}

.fs-button {
  display: block;
}

.fs-booking-state th {
  font-size: 0.77778em;
  padding-top: 1px !important;
  font-weight: normal;
}
.fs-booking-state td {
  padding-bottom: 0.6em;
}

.fs-change, .fs-controls a {
  display: inline-block;
  padding: 0.1em 0.4em 0;
  border-radius: 2px;
  background-color: #ef3e42;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 0.66667em !important;
}

.fs-controls {
  padding-bottom: 1em !important;
}

.fs-openings th {
  font-size: 0.88889em;
  font-weight: normal !important;
  text-transform: uppercase;
  line-height: 1em;
  padding: 0.4em 0 0.3em !important;
  background-color: #aee0e8 !important;
  background-image: none !important;
  border: 1px solid white !important;
}
.fs-openings th .fs-opening-date {
  font-size: 0.66667em;
  color: #6b6b6f !important;
}
.fs-openings td {
  white-space: normal !important;
}
.fs-openings .fs-service-opening {
  line-height: 1em;
  background-color: #ef3e42;
  color: white;
  text-decoration: none;
  text-transform: lowercase;
  margin: 0.4em 0 0 !important;
  min-height: 3em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8em !important;
}
.fs-openings dt {
  color: black;
  margin-top: 1.4em;
}
.fs-openings dt em {
  color: #6b6b6f;
}
.fs-openings dd {
  margin-left: 0 !important;
}
.fs-openings dd a {
  border-radius: 2px;
}

.fs-no-openings {
  font-size: 0.77778em !important;
  line-height: 1.4em;
}

.fs-form th {
  width: 30% !important;
  padding: 0 1em 0 0 !important;
}

.fs-required-mark {
  color: #ef3e42;
}

.fs-required-mark-note {
  color: #ef3e42;
  font-style: italic;
  padding-bottom: 1em !important;
}
