/* 

Built on Rock Hammer by Stuff and Nonsense
URL: http://stuffandnonsense.co.uk/projects/rock-hammer/ 

*/
/*

Built on Rock Hammer by Stuff and Nonsense
URL: http://stuffandnonsense.co.uk/projects/rock-hammer/

*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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.
 */
/* line 33, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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.
 */
/* line 54, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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.
 */
/* line 67, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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.
 */
/* line 77, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 169, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
sup {
  top: -0.5em; }

/* line 173, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 221, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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.
 */
/* line 252, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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.
 */
/* line 266, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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.
 */
/* line 277, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.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.
 */
/* line 290, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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.
 */
/* line 302, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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.
 */
/* line 322, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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.
 */
/* line 334, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       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`.
 */
/* line 346, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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).
 */
/* line 357, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-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).
 */
/* line 370, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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.
 */
/* line 390, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
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.
 */
/* line 408, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 424, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_normalise.scss */
td,
th {
  padding: 0; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/* line 24, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_site.scss */
html {
  background: white;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f2f2f2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 32, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_site.scss */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Varela Round", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #005654; }

/* line 41, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_site.scss */
.no-js-warning, .chromeframe {
  background-color: #df0000;
  padding: 10px;
  color: white;
  margin: 0;
  display: block; }
  /* line 47, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_site.scss */
  .no-js-warning a, .chromeframe a {
    color: yellow; }

/* line 52, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_site.scss */
body:after {
  content: '320';
  display: none; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 body:after {
    content: 'bp2'; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 body:after {
    content: 'bp3'; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 body:after {
    content: 'bp4'; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 body:after {
    content: 'bp5'; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 body:after {
    content: 'bp6'; }

/* line 72, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_site.scss */
.m-hide {
  display: none !important;
  visibility: hidden; }

/* line 75, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_site.scss */
[role="contentinfo"] {
  padding: 1.5em 12px;
  text-align: center; }

/* line 8, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_elements.scss */
hr {
  clear: both;
  display: block;
  margin: 3em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf; }

/* line 19, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_elements.scss */
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

/* line 25, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_elements.scss */
.img-rounded {
  border-radius: 4px; }

/* line 28, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_elements.scss */
.img-polaroid {
  padding: 12px;
  background-color: white;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

/* line 34, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_elements.scss */
.img-circle {
  border-radius: 500px; }

/* line 39, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_elements.scss */
figure {
  margin-bottom: 1.5em; }
  /* line 42, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_elements.scss */
  figure img {
    margin-bottom: 0.375em; }
  /* line 45, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_elements.scss */
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    color: black; }

/* line 6, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility; }
  /* line 12, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
  h1 a, h1 a:visited, h1 a:hover, h2 a, h2 a:visited, h2 a:hover, h3 a, h3 a:visited, h3 a:hover, h4 a, h4 a:visited, h4 a:hover, h5 a, h5 a:visited, h5 a:hover, h6 a, h6 a:visited, h6 a:hover {
    color: inherit;
    text-decoration: none; }
  /* line 16, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #7f7f7f; }

/* line 22, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
h1,
.h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 0.75em; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 h1, .lte8
  .h1 {
    font-size: 36px;
    font-size: 3.6rem; }

/* line 32, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
h2,
.h2 {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 0.75em; }

/* line 38, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
h3,
.h3 {
  font-size: 19.5px;
  font-size: 1.95rem;
  line-height: 1.3;
  margin-bottom: 1em; }

/* line 44, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
h4,
.h4 {
  font-size: 18.75px;
  font-size: 1.875rem;
  line-height: 1.25;
  margin-bottom: 1.5em; }

/* line 50, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
h5,
.h5 {
  font-size: 17.25px;
  font-size: 1.725rem;
  margin-bottom: 1.5em; }

/* line 55, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
h6,
.h6 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 1.5em;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

/* line 63, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em; }

/* line 72, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
small {
  font-size: 12px;
  font-size: 1.2rem; }

/* line 75, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 24px; }
  /* line 79, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
  ul li,
  ol li {
    margin-bottom: 0.75em; }

/* line 85, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
nav li, ul.nav li {
  margin-bottom: 0; }

/* line 89, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
li ul,
li ol {
  list-style-type: none;
  margin: 1.5em 0;
  font-size: 16px;
  font-size: 1.6rem; }

/* line 95, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
ul.inline,
ol.inline {
  list-style-type: none;
  margin-left: 0; }
  /* line 99, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px; }

/* line 107, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
blockquote {
  margin: 0 0 1.5em 0;
  padding: 0.1em 1.5em;
  background-color: #a9fdfa;
  font-style: italic;
  font-family: 'Georgia' , serif;
  color: #038a86;
  border-top: 6px solid #05d5ce;
  border-bottom: 6px solid #05d5ce; }
  /* line 118, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
  blockquote small:before {
    content: '\00A0 \2014'; }
  /* line 121, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
  blockquote small:after {
    content: ''; }
  /* line 125, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
  blockquote.pull-right {
    float: right;
    background-color: transparent; }
    /* line 129, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
    blockquote.pull-right p, blockquote.pull-right small {
      text-align: right; }
    /* line 133, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
    blockquote.pull-right small:before {
      content: ''; }
    /* line 136, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }
  /* line 141, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
  blockquote cite {
    font-style: normal; }

/* line 145, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
q {
  quotes: none; }

/* line 148, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

/* line 155, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
dl,
dd {
  margin-bottom: 1.5em; }

/* line 159, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
dt {
  font-weight: bold; }

/* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
.dl-horizontal::after {
  clear: both;
  content: "";
  display: table; }

/* line 165, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 30.38869258%; }

/* line 170, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
.dl-horizontal dd {
  margin-left: 32.99289258%; }

/* line 174, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
abbr[title] {
  border-bottom: 1px dotted #bfbfbf;
  cursor: help; }

/* line 178, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
b, strong {
  font-weight: bold; }

/* line 181, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
dfn {
  font-style: italic; }

/* line 184, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
ins {
  background-color: #a9fdfa;
  color: #005654;
  text-decoration: none; }

/* line 189, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
mark {
  background-color: #a9fdfa;
  color: #005654;
  font-style: italic;
  font-weight: bold; }

/* line 195, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #005956; }

/* line 204, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* line 209, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight; }

/* line 216, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
sup {
  top: -.5em; }

/* line 219, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
sub {
  bottom: -.25em; }

/* line 222, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
.lead {
  font-size: 17.25px;
  font-size: 1.725rem; }

/* line 225, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
.secondary {
  font-size: 13.04348px;
  font-size: 1.30435rem; }

/* line 228, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
.tertiary {
  font-size: 12px;
  font-size: 1.2rem; }

/* line 231, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
.amp {
  font-family: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua"); }

/* line 236, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
.footnotes li {
  margin-bottom: 0.75em;
  font-family: Palatino, "Times New Roman", Times, serif;
  font-size: 11.53846px;
  font-size: 1.15385rem;
  line-height: 1.4; }

/*footnotes*/
/* line 244, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_typography.scss */
.spaced {
  letter-spacing: 1px; }

/* line 6, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_colour.scss */
a {
  text-decoration: none;
  color: #04a39e; }
  /* line 10, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_colour.scss */
  a:visited {
    color: #04a39e; }
  /* line 13, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_colour.scss */
  a:hover {
    text-decoration: underline;
    color: #03716e; }
  /* line 17, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_colour.scss */
  a:focus {
    outline: thin dotted;
    color: #03716e; }
  /* line 21, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_colour.scss */
  a:hover, a:active {
    outline: 0; }

/* line 26, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_colour.scss */
::-moz-selection {
  background-color: #4defea;
  color: white;
  text-shadow: none; }

/* line 31, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_colour.scss */
::-moz-selection {
  background-color: #4defea;
  color: white;
  text-shadow: none; }
::selection {
  background-color: #4defea;
  color: white;
  text-shadow: none; }

/* line 7, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.navigation.pagination {
  margin: 0 0 1.5em 0;
  background-color: transparent; }

/* line 11, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.navigation.pagination .nav-links {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0; }

/* line 19, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.navigation.pagination .nav-links > a,
.navigation.pagination .nav-links > span {
  float: left;
  padding: 4px 11px;
  font-family: "Varela Round", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
  text-decoration: none;
  background-color: white;
  border: 1px solid #cccccc;
  border-left-width: 0;
  color: #04a39e; }

/* line 33, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.pagination .nav-links > a:hover {
  background-color: #f2f2f2;
  color: #005654; }

/* line 37, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.pagination .nav-links > span.current {
  background-color: #4defea;
  color: #04a39e;
  text-decoration: none;
  cursor: default; }

/* line 45, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.pagination .nav-links > .disabled {
  background-color: transparent;
  color: #7f7f7f;
  cursor: default; }

/* line 50, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.pagination .nav-links > a:first-child {
  background-color: #04a39e;
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: white; }

/* line 57, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.pagination .nav-links > a:last-child,
.pagination .nav-links > a:last-child {
  background-color: #04a39e;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: white; }

/* line 66, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.pagination-centered {
  text-align: center; }

/* line 69, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.pagination-right {
  text-align: right; }

/* line 75, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.pagination-large .nav-links > a,
.pagination-large .nav-links > span {
  padding: 8px 22px;
  font-size: 16px;
  font-size: 1.6rem; }

/* line 82, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.pagination-small .nav-links > a,
.pagination-small .nav-links > span {
  padding: 4px 11px;
  font-size: 14px;
  font-size: 1.4rem; }

/* line 89, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-pagination.scss */
.pagination-mini .nav-links > a,
.pagination-mini .nav-links > span {
  padding: 2px 5px;
  font-size: 12px;
  font-size: 1.2rem; }

/* line 7, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
form {
  margin: 0 0 1.5em 0;
  font-family: "Varela Round", Helvetica, Arial, sans-serif; }
  /* line 11, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
  form p {
    margin-bottom: 0.75em; }
  /* line 14, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
  form ul {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0; }
  /* line 19, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
  form br {
    display: none; }

/* line 23, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0; }
  /* line 28, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
  fieldset:last-of-type {
    margin-bottom: 0; }

/* line 32, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0 0 0.75em 0;
  border: 0;
  color: #005654;
  font-size: 22.5px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.5em;
  white-space: normal; }
  /* line 45, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
  legend small {
    font-size: 1.125em;
    color: #008986; }

/* line 50, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
label,
input,
button,
select,
textarea {
  font-family: "Varela Round", Helvetica, Arial, sans-serif; }

/* line 57, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
label {
  display: block;
  margin-bottom: 0.375em;
  font-size: 15px;
  font-size: 1.5rem; }

/* line 62, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  display: inline-block;
  margin-bottom: 0.75em;
  padding: 6px 11px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: inherit;
  border-radius: 4px;
  vertical-align: middle; }

/* line 88, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
input[type="text"], input[type="number"],
input[type="email"], input[type="search"],
input[type="tel"] {
  -webkit-appearance: none; }

/* line 95, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
input[type="submit"], textarea {
  -webkit-appearance: none; }

/* line 99, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
  display: -webkit-inline-flex; }

/* line 107, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
input,
textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 112, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
textarea {
  height: auto;
  resize-x: none; }

/* line 116, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: white;
  border: 2px solid #bfbfbf; }
  /* line 135, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
  textarea:hover,
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="date"]:hover,
  input[type="month"]:hover,
  input[type="time"]:hover,
  input[type="week"]:hover,
  input[type="number"]:hover,
  input[type="email"]:hover,
  input[type="url"]:hover,
  input[type="search"]:hover,
  input[type="tel"]:hover,
  input[type="color"]:hover {
    border-color: #a5a5a5; }
  /* line 138, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: #7f7f7f;
    outline: 0;
    outline: thin dotted \ 9; }

/* line 144, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \ 9;
  line-height: normal; }

/* line 151, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

/* line 160, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
select {
  padding: 0;
  width: 90%; }

/* line 164, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
select[multiple],
select[size] {
  height: auto; }

/* line 168, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 246, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

/* line 250, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

/* line 254, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

/* line 258, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

/* line 181, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
.radio,
.checkbox {
  min-height: 1.5em;
  font-size: 15px;
  font-size: 1.5rem; }

/* line 186, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-right: 12px; }

/* line 191, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

/* line 195, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

/* line 202, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 12px; }

/* line 209, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
.input-mini {
  width: 60px; }

/* line 210, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
.input-small {
  width: 90px; }

/* line 211, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
.input-medium {
  width: 150px; }

/* line 212, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
.input-large {
  width: 210px; }

/* line 213, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
.input-xlarge {
  width: 270px; }

/* line 214, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
.input-xxlarge {
  width: 530px; }

/* line 218, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: .25; }

/* line 228, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
.form-actions {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.5em 24px 1.5em; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  .form-actions::after {
    clear: both;
    content: "";
    display: table; }

/* line 236, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-forms.scss */
[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease; }

/* line 7, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-help.scss */
.help-block,
.help-inline {
  color: #008986;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4; }

/* line 13, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-help.scss */
.help-block {
  display: block;
  margin-bottom: 0.75em; }

/* line 17, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-help.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 12px; }

/* line 24, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-help.scss */
.help-block,
.help-inline {
  color: #008986; }

/* line 28, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-help.scss */
.help-block {
  display: block;
  margin-bottom: 0.75em; }

/* line 32, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-help.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 24px; }

/* line 7, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
.form-horizontal {
  /*controls*/
  /*input*/ }
  /* line 9, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
  .form-horizontal .control-group {
    margin-bottom: 1.5em; }
    /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
    .form-horizontal .control-group::after {
      clear: both;
      content: "";
      display: table; }
  /* line 13, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
  .form-horizontal .control-label {
    float: left;
    width: 49%;
    padding-top: 5px;
    padding-right: 24px;
    text-align: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 21, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
  .form-horizontal .controls {
    *display: inline-block;
    margin-left: 49%;
    *margin-left: 0;
    *padding-left: 24px; }
    /* line 27, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
    .form-horizontal .controls:first-child {
      *padding-left: 24px; }
  /* line 31, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
  .form-horizontal .help-block {
    margin-bottom: 0; }
  /* line 38, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
  .form-horizontal input + .help-block,
  .form-horizontal select + .help-block,
  .form-horizontal textarea + .help-block {
    margin-top: 0.75em; }
  /* line 42, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
  .form-horizontal .form-actions {
    padding-left: 49%; }

/* line 48, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }

/* line 57, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
.form-horizontal .hide {
  display: none; }

/* line 60, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
.form-horizontal label,
.form-horizontal .btn-group {
  display: inline-block; }

/* line 64, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
.form-horizontal .control-group {
  margin-bottom: 0.75em; }

/* line 67, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-horizontal.scss */
.form-horizontal legend + .control-group {
  margin-top: 1.5em;
  -webkit-margin-top-collapse: separate; }

/*form-horizontal*/
/* line 7, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
input.search-query {
  margin-bottom: 0;
  padding-right: 14px;
  padding-right: 4px \ 9;
  padding-left: 14px;
  padding-left: 4px \9;
  border-radius: 0; }

/* line 15, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0; }

/* line 19, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
.form-search .input-append .search-query {
  border-radius: 14px, 0, 0, 14px; }

/* line 22, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
.form-search .input-append .btn, .form-search .input-append #submit, .form-search .input-append #nav-below a, #nav-below .form-search .input-append a, .form-search .input-append a.post-edit-link, .form-search .input-append .comment-reply-link, .form-search .input-append input[type="submit"], .form-search .input-append a.read-more, .form-search .input-append .btn-arrow {
  border-radius: 0, 14px, 14px, 0; }

/* line 25, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
.form-search .input-prepend .search-query {
  border-radius: 0, 14px, 14px, 0; }

/* line 28, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
.form-search .input-prepend .btn, .form-search .input-prepend #submit, .form-search .input-prepend #nav-below a, #nav-below .form-search .input-prepend a, .form-search .input-prepend a.post-edit-link, .form-search .input-prepend .comment-reply-link, .form-search .input-prepend input[type="submit"], .form-search .input-prepend a.read-more, .form-search .input-prepend .btn-arrow {
  border-radius: 14px, 0, 0, 14px; }

/* line 31, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
.form-search {
  /*radio*/ }
  /* line 33, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
  .form-search input,
  .form-search textarea,
  .form-search select {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 42, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
  .form-search .hide {
    display: none; }
  /* line 45, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
  .form-search label,
  .form-search .btn-group {
    display: inline-block; }
  /* line 49, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
  .form-search .radio,
  .form-search .checkbox {
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  /* line 55, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
  .form-search .radio input[type="radio"],
  .form-search .checkbox input[type="checkbox"] {
    float: left; }
    /* line 58, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
    .form-search .radio input[type="radio"] margin,
    .form-search .checkbox input[type="checkbox"] margin {
      right: 3px;
      left: 0; }
  /* line 63, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
  .form-search .control-group {
    margin-bottom: 0.75em; }
  /* line 66, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-search.scss */
  .form-search legend + .control-group {
    margin-top: 1.5em;
    -webkit-margin-top-collapse: separate; }

/*form-search*/
/* line 7, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn, #submit, #nav-below a, a.post-edit-link, .comment-reply-link, input[type="submit"], a.read-more, .btn-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 11px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-weight: normal;
  font-family: "Varela Round", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: white;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #f15d22;
  border: 0 none #d3460d;
  border-bottom-color: #bb3e0c;
  border-radius: 4px;
  cursor: pointer; }
  /* line 30, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn:hover, #submit:hover, #nav-below a:hover, a.post-edit-link:hover, .comment-reply-link:hover, input[type="submit"]:hover, a.read-more:hover, .btn-arrow:hover, .btn:active, #submit:active, #nav-below a:active, a.post-edit-link:active, .comment-reply-link:active, input[type="submit"]:active, a.read-more:active, .btn-arrow:active {
    background-color: #bb3e0c;
    color: white;
    text-decoration: none; }

/*btn*/
/* line 38, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
a.btn:visited, a#submit:visited, #nav-below a:visited, a.post-edit-link:visited, a.comment-reply-link:visited, a.read-more:visited, a.btn-arrow:visited {
  color: white; }

/* line 40, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn:first-child, #submit:first-child, #nav-below a:first-child, a.post-edit-link:first-child, .comment-reply-link:first-child, input[type="submit"]:first-child, a.read-more:first-child, .btn-arrow:first-child {
  *margin-left: 0; }

/* line 43, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-disabled {
  opacity: .5;
  cursor: default; }

/* line 47, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-error {
  background-color: #b01400;
  border-color: #7d0e00;
  border-bottom-color: #4a0800;
  color: white; }
  /* line 56, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn-error:active, .btn-error:hover {
    background-color: #7d0e00;
    color: #f2f2f2; }

/*btn-error*/
/* line 62, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-info {
  background-color: #d8dca2;
  border-color: #c8ce7d;
  border-bottom-color: #b9c058;
  color: #585c23; }
  /* line 71, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn-info:active, .btn-info:hover {
    background-color: #c8ce7d;
    color: #474a1c; }

/*btn-info*/
/* line 77, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-inverse {
  background-color: #414141;
  border-color: #282828;
  border-bottom-color: #0e0e0e;
  color: white; }
  /* line 86, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn-inverse:active, .btn-inverse:hover {
    background-color: #343434;
    color: #f2f2f2; }

/*btn-inverse*/
/* line 92, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-primary, .gform_button, a.post-edit-link {
  background-color: #4defea;
  border-color: #1eebe4;
  border-bottom-color: #12c4bf;
  color: white; }
  /* line 101, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn-primary:active, .gform_button:active, a.post-edit-link:active, .btn-primary:hover, .gform_button:hover, a.post-edit-link:hover {
    background-color: #3feee8;
    color: #f2f2f2; }

/*btn-primary*/
/* line 107, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-success {
  background-color: #14dcd6;
  border-color: #10ada8;
  border-bottom-color: #10ada8;
  color: black; }
  /* line 116, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn-success:active, .btn-success:hover {
    background-color: #12c4bf;
    color: black; }

/*btn-success*/
/* line 122, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-warning {
  background-color: #b01400;
  border-color: #7d0e00;
  border-bottom-color: #4a0800;
  color: white; }
  /* line 131, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn-warning:active, .btn-warning:hover {
    background-color: #971100;
    color: #f2f2f2; }

/*btn-warning*/
/* line 137, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-extlarge {
  padding: 11px 22px;
  font-size: 30px;
  font-size: 3rem;
  border-width: 0;
  border-radius: 8px; }

/* line 143, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn.btn-large, .btn-large#submit, #nav-below a.btn-large, a.btn-large.post-edit-link, .btn-large.comment-reply-link, input.btn-large[type="submit"], a.btn-large.read-more, .btn-large.btn-arrow {
  *padding-top: 7px;
  *padding-bottom: 7px; }

/*btn.btn-large*/
/* line 149, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-large {
  padding: 11px 18px;
  font-size: 18.75px;
  font-size: 1.875rem;
  line-height: inherit;
  border-width: 0;
  border-radius: 8px; }

/* line 156, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-small, .comment-reply-link, a.read-more {
  padding: 5px 10px;
  font-size: 10px;
  font-size: 1rem; }

/* line 161, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-mini, a.post-edit-link {
  padding: 3px 5px;
  font-size: 8.57143px;
  font-size: 0.85714rem; }

/* line 166, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em; }
  /* line 172, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn-group .btn, .btn-group #submit, .btn-group #nav-below a, #nav-below .btn-group a, .btn-group a.post-edit-link, .btn-group .comment-reply-link, .btn-group input[type="submit"], .btn-group a.read-more, .btn-group .btn-arrow {
    position: relative;
    float: left;
    margin-left: -1px;
    border-radius: 0; }
  /* line 178, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn-group .btn:first-child, .btn-group #submit:first-child, .btn-group #nav-below a:first-child, #nav-below .btn-group a:first-child, .btn-group a.post-edit-link:first-child, .btn-group .comment-reply-link:first-child, .btn-group input[type="submit"]:first-child, .btn-group a.read-more:first-child, .btn-group .btn-arrow:first-child {
    margin-left: 0;
    border-radius: 2px, 0, 2px, 0; }
  /* line 182, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn-group .btn:last-child, .btn-group #submit:last-child, .btn-group #nav-below a:last-child, #nav-below .btn-group a:last-child, .btn-group a.post-edit-link:last-child, .btn-group .comment-reply-link:last-child, .btn-group input[type="submit"]:last-child, .btn-group a.read-more:last-child, .btn-group .btn-arrow:last-child {
    border-radius: 0, 2px, 0, 2px; }
  /* line 185, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn-group .btn.large:first-child, .btn-group .large#submit:first-child, .btn-group #nav-below a.large:first-child, #nav-below .btn-group a.large:first-child, .btn-group a.large.post-edit-link:first-child, .btn-group .large.comment-reply-link:first-child, .btn-group input.large[type="submit"]:first-child, .btn-group a.large.read-more:first-child, .btn-group .large.btn-arrow:first-child {
    margin-left: 0;
    border-radius: 4px, 0, 4px, 0; }
  /* line 189, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn-group .btn.large:last-child, .btn-group .large#submit:last-child, .btn-group #nav-below a.large:last-child, #nav-below .btn-group a.large:last-child, .btn-group a.large.post-edit-link:last-child, .btn-group .large.comment-reply-link:last-child, .btn-group input.large[type="submit"]:last-child, .btn-group a.large.read-more:last-child, .btn-group .large.btn-arrow:last-child {
    border-radius: 0, 4px, 0, 4px; }

/*btn.btn-group*/
/* line 193, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em; }
  /* line 198, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_bootstrap-form-buttons.scss */
  .btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

/*btn.btn-toolbar*/
/* line 4, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_basic-gravityforms.scss */
.gform_validation_container {
  display: none; }

/* line 9, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_basic-gravityforms.scss */
.gform_wrapper .ginput_complex .ginput_left {
  width: 49%;
  float: left; }

/* line 14, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_basic-gravityforms.scss */
.gform_wrapper .ginput_complex .ginput_right {
  width: 49%;
  float: right; }

/* line 19, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_basic-gravityforms.scss */
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
  display: block;
  margin: 3px 0;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.5pt; }

/* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
.lte8 .gform_wrapper .top_label input.medium, .lte8 .gform_wrapper .top_label select.medium {
  width: 47%; }

/* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
.ginput_complex::after {
  clear: both;
  content: "";
  display: table; }

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Browser Resets */
/* line 26, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

/* line 30, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
/* line 36, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0; }

/* line 37, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 38, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block; }

/* line 39, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
/* line 42, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 43, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
html[xmlns] .slides {
  display: block; }

/* line 44, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 49, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
/* line 54, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1; }

/* line 55, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

/* line 56, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px; }

/* line 57, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flexslider .slides {
  zoom: 1; }

/* line 59, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.carousel li {
  margin-right: 5px; }

/* Direction Nav */
/* line 65, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-direction-nav {
  *height: 0; }

/* line 66, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/* line 67, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px; }

/* line 68, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

/* line 69, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

/* line 70, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

/* line 71, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

/* line 72, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/* line 73, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  margin-top: 10px;
  display: inline-block;
  content: '\f001'; }

/* line 74, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Control Nav */
/* line 77, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

/* line 78, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* line 79, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(128, 128, 128, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(128, 128, 128, 0.3); }

/* line 80, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(128, 128, 128, 0.7); }

/* line 81, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(128, 128, 128, 0.9);
  cursor: default; }

/* line 83, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

/* line 84, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

/* line 85, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

/* line 86, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1; }

/* line 87, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  /* line 90, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }
  /* line 91, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }

/*! responsive-nav.js v1.0.14 by @viljamis */
/* line 3, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-responsive-nav.scss */
.js nav[role=navigation] {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .js nav[role=navigation] {
    max-height: none;
    clip: auto;
    position: static !important; }
  /* line 16, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-responsive-nav.scss */
  .js nav[role=navigation] .opened {
    max-height: 9999px; }

/* line 22, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-responsive-nav.scss */
.nav-toggle {
  position: absolute;
  top: 0;
  right: 1em;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0.75em 12px;
  color: #04a39e;
  background: white url(images/menu-icon.png) no-repeat center center;
  background: none, white url(images/menu-icon.svg) no-repeat center center;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 999; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .nav-toggle {
    display: none; }

/* line 40, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-responsive-nav.scss */
.navigation-toggle {
  display: none; }

/* line 44, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-responsive-nav.scss */
nav[role=navigation] {
  background-color: white;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 nav[role=navigation] {
    background-color: rgba(255, 255, 255, 0.3); }

/* line 56, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-responsive-nav.scss */
#navigation-toggle {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 #navigation-toggle {
    margin: 0;
    border-width: 0;
    clear: none; }
  /* line 66, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-responsive-nav.scss */
  #navigation-toggle ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    .lte8 #navigation-toggle ul {
      margin: 0 auto; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 #navigation-toggle li {
    display: inline-block;
    margin: 0 12px 0 0; }
  /* line 80, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-responsive-nav.scss */
  #navigation-toggle a {
    display: block;
    padding: .8em;
    border-bottom: 1px solid #e6e6e6;
    color: #04a39e;
    text-transform: uppercase; }
    /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    .lte8 #navigation-toggle a {
      border-width: 0;
      font-size: 15px;
      font-size: 1.5rem; }
    /* line 92, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-responsive-nav.scss */
    #navigation-toggle a:hover {
      color: #03716e;
      text-decoration: none; }

/*  !Nav Dropdown==============================	 */
/* line 5, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-toggle-drop-downs.scss */
#navigation-toggle li ul {
  margin-left: 1em; }

/* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
.lte8 #navigation-toggle {
  overflow: visible; }
  /* line 10, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-toggle-drop-downs.scss */
  .lte8 #navigation-toggle li {
    position: relative; }
    /* line 12, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-toggle-drop-downs.scss */
    .lte8 #navigation-toggle li:hover {
      background-color: white; }
  /* line 16, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-toggle-drop-downs.scss */
  .lte8 #navigation-toggle li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1001; }
  /* line 24, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-toggle-drop-downs.scss */
  .lte8 #navigation-toggle li ul ul {
    top: 0;
    left: 100%; }
  /* line 28, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-toggle-drop-downs.scss */
  .lte8 #navigation-toggle ul li:hover > ul {
    border-left: 0;
    display: block; }
  /* line 32, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-toggle-drop-downs.scss */
  .lte8 #navigation-toggle li ul li {
    margin: 0;
    border-bottom: 1px solid #e6e6e6; }
    /* line 35, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-toggle-drop-downs.scss */
    .lte8 #navigation-toggle li ul li:last-of-type {
      border-bottom: none; }
  /* line 39, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-toggle-drop-downs.scss */
  .lte8 #navigation-toggle li ul li a {
    background: white;
    text-align: left;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    line-height: 2.181818182;
    padding: 8px 12px;
    width: 200px;
    white-space: normal; }
    /* line 49, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_navigation-toggle-drop-downs.scss */
    .lte8 #navigation-toggle li ul li a:hover {
      background-color: white; }

/* =WordPress Core
-------------------------------------------------------------- */
/* line 3, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
.alignnone {
  margin: 5px 20px 20px 0; }

/* line 7, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

/* line 13, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
.alignright {
  margin: 0.7em 0; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .alignright {
    float: right;
    margin: 5px 0 20px 20px; }

/* line 22, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
.alignleft {
  margin: 0.7em 0; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }

/* line 31, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

/* line 36, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

/* line 41, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
a img.alignnone {
  margin: 5px 20px 20px 0; }

/* line 45, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

/* line 50, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 56, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

/* line 64, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

/* line 68, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

/* line 72, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

/* line 76, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

/* line 85, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* line 92, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wpimage-aligments.scss */
.wp-post-image {
  margin-bottom: 1em; }

/*  !WP Buttons ======================== */
/* line 11, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-common-buttons.scss */
aside.sidebar #searchform {
  position: relative; }
  /* line 13, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-common-buttons.scss */
  aside.sidebar #searchform #searchsubmit {
    position: absolute;
    right: 10px;
    top: 20%;
    border: 0;
    background: url(images/search-icon.svg) no-repeat center center;
    font-size: 0;
    height: 22px;
    width: 22px; }
    /* line 305, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    html.no-svg aside.sidebar #searchform #searchsubmit {
      background: url(images/search-icon.png) no-repeat center center; }

/* line 28, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-common-buttons.scss */
#nav-below {
  padding: 1em; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  #nav-below::after {
    clear: both;
    content: "";
    display: table; }

/* line 37, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-common-buttons.scss */
#nav-below a[rel="next"] {
  float: right; }

/* line 41, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-common-buttons.scss */
a.post-edit-link {
  margin: 1em; }
  /* line 46, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-common-buttons.scss */
  a.post-edit-link:visited {
    color: white; }

/* ! Blog & Comments =================*/
/* line 3, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-blogandcomments.scss */
.comment-meta {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 1em; }

/* line 8, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-blogandcomments.scss */
.entry-meta, .entry-utility {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #04a39e; }
  /* line 12, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-blogandcomments.scss */
  .entry-meta a, .entry-utility a {
    color: #04a39e; }

/* line 17, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-blogandcomments.scss */
.entry-utility {
  margin-bottom: 1em;
  margin-top: 0;
  clear: both;
  color: #005654; }
  /* line 23, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-blogandcomments.scss */
  .entry-utility a {
    color: #005654; }

/* line 28, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-blogandcomments.scss */
li.comment {
  list-style: none;
  margin-bottom: 2em; }

/* line 33, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-blogandcomments.scss */
ul.children {
  border-left: 6px solid #f2f2f2; }

/* line 37, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-blogandcomments.scss */
p.form-allowed-tags {
  display: none !important;
  visibility: hidden; }

/* line 43, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-blogandcomments.scss */
.featured-image {
  display: block; }
  /* line 45, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_wp-blogandcomments.scss */
  .featured-image img {
    height: auto; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .featured-image {
    max-width: 140px;
    float: left;
    margin-right: 1em; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .featured-image {
    max-width: 240px; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .featured-image {
    max-width: none; }

/* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
[role="banner"]::after {
  clear: both;
  content: "";
  display: table; }

/* line 9, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
#skip, .screen-reader-text {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  /* line 59, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  #skip.focusable:active, #skip.focusable:focus, .screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible; }

/* line 13, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.no-js-warning {
  background-color: #df0000;
  padding: 10px;
  color: white;
  display: block; }
  /* line 18, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .no-js-warning a {
    color: yellow; }

/* line 32, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  max-width: 1050px; }
  /* line 12, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/output/support/_clearfix.scss */
  .container:after {
    content: " ";
    display: block;
    clear: both; }

/* line 38, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
header.header {
  padding: 0.8em 0; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  header.header::after {
    clear: both;
    content: "";
    display: table; }

/* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
.lte8 .home header.header {
  padding: 1.4em 0; }

/* line 49, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.logo {
  display: inline-block;
  width: 164px;
  height: 71px;
  overflow: hidden;
  text-indent: 110%;
  background: url("images/mybod-your-health-and-fitness-logo.png") no-repeat;
  background-size: contain;
  float: left; }

/* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
.lte8 .home .logo {
  width: 240px;
  height: 105px; }

/* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
.lte8 header.header nav {
  width: 78%;
  float: right;
  display: inline-block; }

/* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
.lte8 header.header nav {
  width: 70%; }

/* line 78, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.script {
  font-family: 'Yellowtail', cursive; }

/* line 83, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
#content {
  clear: both;
  padding: 2em 0; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  #content::after {
    clear: both;
    content: "";
    display: table; }

/* line 89, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.page-sidebar {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .page-sidebar {
    clear: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    background-color: white; }

/* line 100, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
aside.sidebar {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 aside.sidebar {
    clear: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.20339%;
    float: right;
    margin-right: 0; }
  /* line 106, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  aside.sidebar ul {
    list-style: none; }

/* line 112, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }

/* line 119, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 129, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.icon-twitter-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAACOUlEQVRIS+1WQXLaQBDsWe0d5wUhLzA/CH5BuKZSYGQ9IPELIv+AB0TgQoccAy9I8oLAC2K/IPiclTq1uFQgpEULpIqL96ba2elRz0zPCM505Ey4eAE+mvkg/dITBJfWQQ6sco053ocPLoclqnU66RqFFT6EC+8Ivk7a2vAbgE7lDTkyg+jW+iXzaxE8mn4UW7sScDAdzwC8zQK58gKfTC6CgL9E0G4OlEtjVBdhuKoA6zRZAHJJYuUDHqTjewGum0CtPxEZAXxljMQWfIfqZ+CNI4lNP7xzOQ7SZCWQVhOwvSf4mCnVK5isUC2Cd9uOSDxAIc7+yrygqbjX6ZjeoEZ1tt9Xigvg9zpnli6AM4paKHJhMllqzT8+wCB+msFNd9u2LCC2WDRHPnnzAiyMmoBtcRH4DUpXBBcHOd9rzLuijQqzxhz/D3CSYTaI7p1U20Z35fiUAIyWN7sqVhkSOh2PAHw8BajUFbaN+lFFYGqnUzBNhhDEAnl9agB1NFeUqwBR0+STEtUCuNbVYw/Bp6wf1RZp7R/rNIkB+XwsYPEuJ2/zQWRTVznORcBXh13BkZhng5ue637vBmIpl+dce+nxRi/4lBnV3pVYt3I5wjuMei6NVr19S4CzuAp8W90iYlurOuRrgyzP3H01sqF6vUnkQxAtiFigkqjvc2Krl0TsKqTG4lqvKODQd0jYGSuQWTHcD+mC+uJaT6msK5COHRglh8If9tsoNfNajxzRvOzVh6TpJNuzUf0PM7PxH044eOkAAAAASUVORK5CYII=");
  background-image: none, url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20enable-background%3D%22new%200%200%2030%2030%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%2304A39E%22%20d%3D%22M25.8%2C9.6c0%2C0.2%2C0%2C0.5%2C0%2C0.7c0%2C7.2-5.5%2C15.5-15.5%2C15.5c-3.1%2C0-5.9-0.9-8.3-2.4c0.4%2C0.1%2C0.9%2C0.1%2C1.3%2C0.1%0D%0A%09c2.6%2C0%2C4.9-0.9%2C6.8-2.3c-2.4%2C0-4.4-1.6-5.1-3.8c0.3%2C0.1%2C0.7%2C0.1%2C1%2C0.1c0.5%2C0%2C1-0.1%2C1.4-0.2C4.9%2C16.7%2C3%2C14.5%2C3%2C11.9c0%2C0%2C0%2C0%2C0-0.1%0D%0A%09c0.7%2C0.4%2C1.6%2C0.7%2C2.5%2C0.7c-1.5-1-2.4-2.6-2.4-4.5c0-1%2C0.3-1.9%2C0.7-2.7c2.7%2C3.3%2C6.7%2C5.5%2C11.2%2C5.7c-0.1-0.4-0.1-0.8-0.1-1.2%0D%0A%09c0-3%2C2.4-5.4%2C5.4-5.4c1.6%2C0%2C3%2C0.7%2C4%2C1.7c1.2-0.2%2C2.4-0.7%2C3.5-1.3c-0.4%2C1.3-1.3%2C2.3-2.4%2C3c1.1-0.1%2C2.2-0.4%2C3.1-0.9%0D%0A%09C27.8%2C7.9%2C26.8%2C8.8%2C25.8%2C9.6z%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat; }

/* line 135, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.icon-youtube-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABjklEQVRIS+1W21GDUBA9h9x/YwXGCowVSAn+Og55kAK0A7ECU4CIJgU4VmDSQUrQCsy/xHUuhIAfhgs3I87o/YTdPWffSzT02BAu/oF/LPK/INRR1HYU+sSHS7BdcN2tGYYFgGWuy1ns4AnnQ/09Ly41uZuBOKkJYqwWKx7ibPiShjqK2krJm7G2laBcx94oSIDVNHIBebayZ6gswMPK8wcJcGsSDkhGhrp2YoJ53PPdtcdhAPCqzKLOj3qXe6taqAXs+XlqRII6BESwXPX8/Woer4GzyLSmt6cAxwQPyqJV/B97Pq2ANwQm4QCEJrBnQmBnwFlLtpSMCfTLwHcHnMwBXAASlIHq//bAa0ARuSRRHLNb8a2Ade/rFiTRMfEykxHI68obdSoXV1LJ4txUBdyQK/axNkY4jwbMZwDqbqvU/NcB0tCsbmw7pRsqXAA8Mgi3lUjs8FgfA/npk+7kAIJukgpK13QSbWUimKepxZLkOPaGuk4qnLdpzyakvnuZUZOQ/IJjz4TmDmX+nseflmqnH7zYC1MAAAAASUVORK5CYII=");
  background-image: none, url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20enable-background%3D%22new%200%200%2030%2030%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%2304A39E%22%20d%3D%22M28.5%2C8.6c0-1.2-1-2.2-2.2-2.2c0%2C0-5.9-0.5-11.2-0.5C9.8%2C5.9%2C4.1%2C6.4%2C4.1%2C6.4c-1.2%2C0-2.2%2C1-2.2%2C2.2%0D%0A%09c0%2C0-0.5%2C2.2-0.5%2C6.6c0%2C4.4%2C0.5%2C7.3%2C0.5%2C7.3c0%2C1.2%2C1%2C2.2%2C2.2%2C2.2c0%2C0%2C4.9%2C0.5%2C10.8%2C0.5s11.4-0.5%2C11.4-0.5c1.2%2C0%2C2.2-1%2C2.2-2.2%0D%0A%09c0%2C0%2C0.5-3.7%2C0.5-7.1S28.5%2C8.6%2C28.5%2C8.6z%20M11%2C20.5v-9.6l8.9%2C4.8L11%2C20.5z%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat; }

/* line 141, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.icon-fb-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABJElEQVRIS+2W223CMBiFz2+8ABuwQWGDMALPVVADDNANEiZADBBSEaG+doOWCYBNeK9rV0ECIQi+pK7yYj9Zsp3P5/yXmNDSoJa4aA5+L3qdb5kCFBGhdyXgq5oryOVPPPt4JKwRuLPOX4io0LmlIEdewbwsIkB9mkNEQxEnJ/V1w1kxL/M9QE8msBDURZIc/YA3RZ9LtTNBq3URT7SinBSzdf7KiBb3YHWQCm+M2P68prO52uME5mWeAZTeggWjAZ6TC9TGET9gg61/Tq6HigPYIsjaGPNypSy+UZPk2IrxJNKd/R8w1FzE06wFsL5dGuu4qdWmrmUE31pVdxEbiIc6vk+2ALYtP8deHaw2//C9vEBCOdm8rYLVZwec6ti2Odjs+wX2CIcf70zvKQAAAABJRU5ErkJggg==");
  background-image: none, url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20enable-background%3D%22new%200%200%2030%2030%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%2304A39E%22%20d%3D%22M16%2C29V17h4.9l1-4h-4.9L17%2C9.7c0-1.3%2C0.3-2.4%2C2.1-2.4l2.8-0.1l0.6-4.8c0%2C0-3-0.4-4.8-0.4%0D%0A%09c-4%2C0-6.3%2C3.2-6.3%2C7.3l0.1%2C3.7H7v4h4v12H16z%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat; }

/* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
.lte8 #navigation-toggle .menu-header {
  display: inline-block;
  float: left; }

/* line 154, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
#navigation-toggle .social {
  margin-top: 0.4em; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 #navigation-toggle .social {
    float: right;
    width: 150px;
    display: inline-block; }
  /* line 161, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  #navigation-toggle .social a {
    text-indent: -9999px;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 1em;
    min-height: 0;
    padding: 0; }

/* line 173, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
a.read-more {
  color: white;
  float: right;
  padding: 5px 20px 4px 10px;
  background-image: url("images/read-more-arrow.png");
  background-image: none, url("images/read-more-arrow.svg");
  background-repeat: no-repeat;
  background-position: 93% center;
  margin-top: 0.5em; }

/* line 186, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.btn-arrow {
  color: white;
  padding: 6px 22px 6px 11px;
  background-image: url("images/read-more-arrow.png");
  background-image: none, url("images/read-more-arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% center; }

/* line 196, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.text-box {
  background: #dbfefd;
  padding: 1em; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  .text-box::after {
    clear: both;
    content: "";
    display: table; }

/* line 208, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.slide-text {
  color: #4defea;
  clear: both;
  background-color: #03716e;
  padding: 0.7em;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-size: 2rem; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .slide-text {
    position: absolute;
    clear: none;
    background: transparent;
    text-align: left;
    left: 4%;
    bottom: 18%;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.1;
    width: 40%; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .slide-text {
    left: 4%;
    font-size: 44px;
    font-size: 4.4rem;
    width: 46%; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .slide-text {
    left: 5%;
    font-size: 52px;
    font-size: 5.2rem; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .slide-text {
    left: 7%;
    font-size: 60px;
    font-size: 6rem;
    bottom: 22%;
    width: 42%; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .slide-text {
    width: 32%;
    left: 9%; }

/* line 250, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.home .entry-content {
  text-align: center;
  margin-bottom: 2em; }
  /* line 253, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .home .entry-content p {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 0.5em; }
    /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    .lte8 .home .entry-content p {
      font-size: 30px;
      font-size: 3rem; }
    /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    .lte8 .home .entry-content p {
      font-size: 34px;
      font-size: 3.4rem; }

/* line 266, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.tagline {
  clear: both; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  .tagline::after {
    clear: both;
    content: "";
    display: table; }
  /* line 269, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .tagline p.script {
    font-size: 26px;
    font-size: 2.6rem;
    color: #04a39e;
    display: inline; }
    /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    .lte8 .tagline p.script {
      font-size: 36px;
      font-size: 3.6rem; }
    /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    .lte8 .tagline p.script {
      font-size: 46px;
      font-size: 4.6rem; }

/* line 285, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.boxes {
  clear: both; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  .boxes::after {
    clear: both;
    content: "";
    display: table; }
  /* line 289, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .boxes .box {
    background-color: #dbfefd;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 1em; }
    /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    .lte8 .boxes .box {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 32.20339%;
      float: left;
      height: 320px; }
      /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
      .lte8 .boxes .box:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
      .lte8 .boxes .box:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
      .lte8 .boxes .box:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; }
    /* line 298, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .boxes .box img {
      width: 100%; }
    /* line 301, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .boxes .box a:hover {
      text-decoration: none; }
    /* line 304, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .boxes .box h3 {
      margin: 0;
      padding: 1em 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    /* line 310, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .boxes .box p {
      padding: 0.6em;
      margin: 0; }

/* line 317, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.boxes .box:first-child h3 {
  background-color: #e60770;
  color: white; }

/* line 322, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.boxes .box:nth-child(2) h3 {
  background-color: #0071bc;
  color: white; }

/* line 327, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.boxes .box:nth-child(3) h3 {
  background-color: #80bd0e;
  color: white; }

/* line 332, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.cta {
  background: #4defea;
  clear: both;
  text-align: center;
  border-radius: 10px;
  padding: 0.8em;
  margin: 2em 0; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  .cta::after {
    clear: both;
    content: "";
    display: table; }
  /* line 340, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .cta p {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2; }
    /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    .lte8 .cta p {
      font-size: 32px;
      font-size: 3.2rem; }
    /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    .lte8 .cta p {
      font-size: 36px;
      font-size: 3.6rem; }
  /* line 353, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .cta a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em; }
    /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    .lte8 .cta a {
      margin-bottom: 0.6em; }

/* line 366, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.blog-posts {
  clear: both;
  background: #dbfefd;
  border-radius: 10px; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  .blog-posts::after {
    clear: both;
    content: "";
    display: table; }
  /* line 371, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .blog-posts header {
    background: #04a39e;
    color: white;
    padding: 1em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 1em; }
    /* line 378, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .blog-posts header h1 {
      display: inline-block;
      margin: 0; }
    /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    .lte8 .blog-posts header a {
      float: right; }
  /* line 388, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .blog-posts .blog-content {
    padding: 1em;
    clear: both; }
  /* line 392, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .blog-posts .blog-post {
    margin-bottom: 1em; }
    /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
    .lte8 .blog-posts .blog-post {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 49.15254%;
      float: left;
      margin-right: 1.69492%; }
      /* line 396, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
      .lte8 .blog-posts .blog-post:nth-of-type(even) {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 49.15254%;
        float: right;
        margin-right: 0; }
    /* line 400, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .blog-posts .blog-post h2, .blog-posts .blog-post a {
      color: #04a39e; }
    /* line 403, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .blog-posts .blog-post .read-more {
      color: white; }

/* line 411, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.page-title {
  padding: 3.6% 0;
  background: #4defea; }
  /* line 414, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .page-title h1 {
    margin: 0; }

/* line 419, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.filter {
  background: #dbfefd;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 2em; }
  /* line 424, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .filter .menu-filter {
    display: inline-block;
    margin-left: 1em; }
    /* line 427, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .filter .menu-filter ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 430, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
      .filter .menu-filter ul li {
        display: inline-block; }
        /* line 432, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
        .filter .menu-filter ul li a {
          color: #005654;
          font-size: 18px;
          font-size: 1.8rem; }

/* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
.category::after {
  clear: both;
  content: "";
  display: table; }

/* line 443, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.category .articles {
  clear: both; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  .category .articles::after {
    clear: both;
    content: "";
    display: table; }

/* line 447, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.category .post {
  background: #dbfefd;
  border-radius: 10px;
  margin-bottom: 2em;
  padding-bottom: 2em; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .category .post {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 49.15254%;
    float: left;
    min-height: 450px; }
    /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
    .lte8 .category .post:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
    .lte8 .category .post:nth-child(2n + 2) {
      margin-left: 50.84746%;
      margin-right: -100%;
      clear: none; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .category .post {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.20339%;
    float: left; }
    /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
    .lte8 .category .post:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
    .lte8 .category .post:nth-child(3n + 2) {
      margin-left: 33.89831%;
      margin-right: -100%;
      clear: none; }
    /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
    .lte8 .category .post:nth-child(3n + 3) {
      margin-left: 67.79661%;
      margin-right: -100%;
      clear: none; }
  /* line 459, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .category .post .featured-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: block;
    float: none; }
    /* line 465, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .category .post .featured-image img {
      width: 100%;
      margin: 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
  /* line 472, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .category .post h2 {
    background-color: #04a39e;
    color: white;
    clear: both;
    text-align: center;
    padding: 3%;
    font-size: 22px;
    font-size: 2.2rem; }
    /* line 479, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .category .post h2:hover {
      background-color: #03716e; }
    /* line 482, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .category .post h2 a:hover {
      text-decoration: none; }
  /* line 486, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .category .post .entry-content {
    margin: 0 1em;
    position: relative; }
    /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
    .category .post .entry-content::after {
      clear: both;
      content: "";
      display: table; }
    /* line 490, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .category .post .entry-content .read-more {
      position: absolute;
      right: 0;
      bottom: -15px; }

/* line 499, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.featured-image-wrap {
  position: relative; }

/* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
.lte9 .category::after {
  clear: both;
  content: "";
  display: table; }

/* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
.lte8 .lte9 .category .post {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.15254%;
  float: left; }
  /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
  .lte8 .lte9 .category .post:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
  .lte8 .lte9 .category .post:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none; }

/* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
.lte8 .lte9 .category .post {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 32.20339%;
  float: left; }
  /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
  .lte8 .lte9 .category .post:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
  .lte8 .lte9 .category .post:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none; }
  /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
  .lte8 .lte9 .category .post:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none; }

/* line 515, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.cat-tag a {
  color: white;
  background: #f15d22;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase; }
  /* line 524, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .cat-tag a:hover {
    color: white;
    text-decoration: none;
    background-color: #d3460d; }

/* line 531, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.category-short-reads .cat-tag a {
  background-color: #80bd0e; }
  /* line 533, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .category-short-reads .cat-tag a:hover {
    background-color: #608e0a; }

/* line 538, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.category-articles .cat-tag a {
  background-color: #e60770; }
  /* line 540, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .category-articles .cat-tag a:hover {
    background-color: #b50558; }

/* line 546, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.pagination-centered {
  clear: both; }

/* line 550, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.newsletter-form {
  clear: both;
  background: #4defea;
  border-radius: 10px;
  padding: 0.8em; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  .newsletter-form::after {
    clear: both;
    content: "";
    display: table; }
  /* line 557, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .newsletter-form #gform_wrapper_1 form {
    margin: 0; }
    /* line 559, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .newsletter-form #gform_wrapper_1 form .gform_heading {
      width: 99%;
      margin-left: 0.5em;
      font-size: 15px;
      font-size: 1.5rem; }
      /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
      .lte8 .newsletter-form #gform_wrapper_1 form .gform_heading {
        float: left;
        width: 36%; }
    /* line 568, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .newsletter-form #gform_wrapper_1 form .gform_body {
      width: 99%; }
      /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
      .newsletter-form #gform_wrapper_1 form .gform_body::after {
        clear: both;
        content: "";
        display: table; }
      /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
      .lte8 .newsletter-form #gform_wrapper_1 form .gform_body {
        width: 52%;
        float: left; }
      /* line 575, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
      .newsletter-form #gform_wrapper_1 form .gform_body label {
        display: none; }
      /* line 578, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
      .newsletter-form #gform_wrapper_1 form .gform_body li {
        width: 48%;
        float: left; }
        /* line 581, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
        .newsletter-form #gform_wrapper_1 form .gform_body li #input_1_1, .newsletter-form #gform_wrapper_1 form .gform_body li #input_1_2 {
          width: 95%; }
          /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
          .lte8 .newsletter-form #gform_wrapper_1 form .gform_body li #input_1_1, .lte8 .newsletter-form #gform_wrapper_1 form .gform_body li #input_1_2 {
            margin-bottom: 0; }

/* line 593, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
#gform_submit_button_1 {
  float: right; }

/* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
.lte8 #field_1_1, .lte8 #field_1_2 {
  margin-bottom: 0; }

/* line 605, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.page-thin {
  clear: both; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  .page-thin::after {
    clear: both;
    content: "";
    display: table; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .page-thin {
    margin-left: 8.47458%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%; }

/* line 614, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.related {
  margin: 3em 0 1em 0;
  clear: both; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  .related::after {
    clear: both;
    content: "";
    display: table; }

/* line 620, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.related-info {
  clear: both;
  list-style: none;
  margin-top: 2em; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  .related-info::after {
    clear: both;
    content: "";
    display: table; }

/* line 626, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.info-post {
  background: #dbfefd;
  border-radius: 10px;
  margin-bottom: 2em;
  padding-bottom: 2em; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .info-post {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 49.15254%;
    float: left;
    min-height: 450px; }
    /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
    .lte8 .info-post:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
    .lte8 .info-post:nth-child(2n + 2) {
      margin-left: 50.84746%;
      margin-right: -100%;
      clear: none; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .info-post {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.20339%;
    float: left; }
    /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
    .lte8 .info-post:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
    .lte8 .info-post:nth-child(3n + 2) {
      margin-left: 33.89831%;
      margin-right: -100%;
      clear: none; }
    /* line 66, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/language/susy/_gallery.scss */
    .lte8 .info-post:nth-child(3n + 3) {
      margin-left: 67.79661%;
      margin-right: -100%;
      clear: none; }
  /* line 638, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .info-post .featured-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: block;
    float: none; }
    /* line 644, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .info-post .featured-image img {
      width: 100%;
      margin: 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
  /* line 651, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .info-post h2 {
    background-color: #04a39e;
    color: white;
    clear: both;
    text-align: center;
    padding: 3%;
    font-size: 22px;
    font-size: 2.2rem; }
    /* line 658, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .info-post h2:hover {
      background-color: #03716e; }
    /* line 661, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .info-post h2 a:hover {
      text-decoration: none; }
  /* line 665, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .info-post .entry-content {
    margin: 0 1em;
    position: relative; }
    /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
    .info-post .entry-content::after {
      clear: both;
      content: "";
      display: table; }
    /* line 669, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
    .info-post .entry-content .read-more {
      position: absolute;
      right: 0;
      bottom: -15px; }

/* line 679, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.service {
  clear: both;
  margin: 4em 0;
  background-color: #dbfefd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  /* line 20, /Applications/CodeKit.app/Contents/Resources/engines/bourbon/addons/_clearfix.scss */
  .service::after {
    clear: both;
    content: "";
    display: table; }
  /* line 686, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .service p {
    font-size: 18px;
    font-size: 1.8rem; }
  /* line 689, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .service ul li {
    font-size: 18px;
    font-size: 1.8rem; }

/* line 694, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.service-content {
  padding: 0.5em 1em; }

/* line 698, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.service .service-cta p {
  font-size: 20px;
  font-size: 2rem; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .service .service-cta p {
    font-size: 28px;
    font-size: 2.8rem; }
  /* line 296, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_mixins.scss */
  .lte8 .service .service-cta p {
    font-size: 28px;
    font-size: 2.8rem; }

/* line 708, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.service h1 {
  margin: 0 0 0.5em 0;
  padding: 0.3em 0.6em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white; }

/* line 716, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.service-cta {
  margin-bottom: 0; }

/* line 725, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.lte8 .gform_wrapper .has_first_name span, .lte8 .gform_wrapper .has_last_name span {
  display: inline-block;
  width: 46%;
  float: left; }
  /* line 729, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  .lte8 .gform_wrapper .has_first_name span:nth-of-type(2), .lte8 .gform_wrapper .has_last_name span:nth-of-type(2) {
    margin-left: 3%; }

/* line 735, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
.gform_wrapper input[type="checkbox"] {
  display: inline-block;
  float: left;
  margin-right: 0.5em; }

/* line 743, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
footer.footer {
  clear: both;
  padding: 1em 0;
  margin-top: 2em;
  background: #4defea; }
  /* line 748, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  footer.footer .copyright {
    float: left; }
  /* line 751, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_layout.scss */
  footer.footer .contact {
    float: right; }

@media print {
  /* line 6, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  @page {
    margin: 0.5cm; }
  /* line 15, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_print.scss */
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }
  /* line 20, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_print.scss */
  p {
    orphans: 3;
    widows: 3; }
  /* line 24, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #666;
    page-break-inside: avoid; }
  /* line 28, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* line 31, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_print.scss */
  a, a:visited {
    text-decoration: underline; }
  /* line 34, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }
  /* line 37, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  /* line 41, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_print.scss */
  img {
    max-width: 100% !important;
    page-break-inside: avoid; }
  /* line 45, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_print.scss */
  thead {
    display: table-header-group; }
  /* line 48, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/partials/_print.scss */
  tr {
    page-break-inside: avoid; } }

/* line 21, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/lte-ie8.scss */
.container {
  width: 1050px; }

/* line 25, /Users/cavellevenson/Dropbox/Work/SITES/mybod/wp-content/themes/mybod/css/lte-ie8.scss */
.lte8 #navigation-toggle {
  max-height: none; }
/*# sourceMappingURL=lte-ie8.css.map */