/******************************************************************
Site Name:  / www..com
Author: Be Better Studios
Author's Website: http://www.bebetterstudios.com

Stylesheet: Main Stylesheet

******************************************************************/
/*****************************************************************
MAP:

normalize-reset
globals
general
links
typography
header
post-content
page-navi
comments
sidebars
footer
media-queries
trumps

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

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

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }

.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table; }

.clearfix:after, .cf:after, .comment-respond:after {
  clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* =============================================================================
   Colors & Globals
   ========================================================================== */
/*********************
GENERAL STYLES
*********************/
body {
  width: 100%;
  margin: 0px;
  padding: 0px 0 0px 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  color: #353535;
  background-color: #F9F8EF;
  font-family: "dm-sans", Arial, Helvetica Neue, Helvetica, sans-serif; }

img {
  max-width: 100%;
  outline: none;
  vertical-align: middle;
  display: block;
  margin-bottom: 25px; }

p img {
  width: auto !important;
  height: auto !important; }

iframe, object, embed {
  max-width: 100% !important;
  display: block;
  margin: 0 auto; }

iframe {
  margin: 25px auto; }

hr {
  margin: 25px 0; }

.gradient {
  background-image: linear-gradient(to bottom, #bfe5d9, #c9e6ce, #d9e6c5, #ece4bf, #ffe1bf); }

.overlay {
  background-color: rgba(53, 53, 53, 0.15); }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #A4D0D6;
  color: #4D4D4D;
  text-shadow: none; }

::selection {
  background: #A4D0D6;
  color: #4D4D4D;
  text-shadow: none; }

/* Miminizes FOUT with typekit */
.wf-loading p, .wf-loading h6, .wf-loading h5, .wf-loading h4, .wf-loading h3, .wf-loading h2, .wf-loading h1, .wf-loading a {
  visibility: hidden; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
  list-style: initial; }
  ul li, ol li {
    margin-bottom: 15px;
    font-size: 1.25em; }
    ul li ul li, ol li ul li {
      font-size: 1em; }

ol {
  list-style: decimal; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol, ul.list, .footer ul, ul.therapy-list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
  nav ul li, nav ol li, ul.list li, .footer ul li, ul.therapy-list li {
    font-size: 1em; }

strong {
  font-weight: 600; }

.content {
  padding: 0 0 0 0; }

span.anchor {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto; }

/*********************
LAYOUT & GRID STYLES
*********************/
.outer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; }

.inner {
  width: 85.625%;
  /*1644/1920*/
  margin: 0 auto; }

.wrap {
  width: 82.8467153284672%;
  /*1362/1644*/
  margin: 0 auto; }

.inner-wrap {
  width: 79.295154185022%;
  /*1080px/1362*/
  margin: 0 auto; }

.tiny-wrap {
  width: 73.88888888888888889%;
  /*798/1080*/
  margin: 0 auto; }

.big-column {
  float: left;
  width: 65.8986175115207%;
  /*858/1302*/ }
  .big-column .sub-column {
    width: 48.2517482517483%;
    /*414/858*/ }
  .big-column .sub-column-1 {
    float: left;
    clear: both; }
  .big-column .sub-column-2 {
    float: right; }

.small-column {
  float: right;
  width: 31.7972350230415%;
  /*414/1302*/ }

.small-column-left {
  float: left;
  width: 38.333333333333%;
  /*414/1080*/ }

.big-column-right {
  float: right;
  width: 58.888888889%;
  /*858/1080*/ }
  .big-column-right .sub-column {
    width: 48.2517482517483%;
    /*414/858*/ }
  .big-column-right .sub-column-1 {
    float: left;
    clear: both; }
  .big-column-right .sub-column-2 {
    float: right; }

.three-column {
  width: 31.3868613138686%;
  /*516/1644*/
  float: left;
  margin: 0 0 0px 2.9197080291971%;
  /*48/1644*/ }
  .three-column img {
    margin-bottom: 25px; }

.three-column-0 {
  margin-left: 0px;
  clear: both; }

.two-column {
  width: 48.5401459854015%;
  /*798/1644*/ }

.two-column-1 {
  float: left;
  clear: both; }

.two-column-2 {
  float: right; }

.four-column {
  width: 22.8102189781022%;
  /*375/1644*/
  margin: 0 0 0px 2.9197080291971%;
  /*48/1644*/
  float: left; }
  .four-column img {
    margin-bottom: 25px; }

.four-column-0 {
  margin-left: 0px;
  clear: both; }

.six-column {
  width: 14.2335766423358%;
  /*234/1644*/
  margin: 0 0 0px 2.9197080291971%;
  /*48/1644*/
  float: left; }

.six-column-0 {
  margin-left: 0px; }

.flush-column {
  width: 50%; }

.flush-column-1, .flush-column-2 {
  float: left; }

/*********************
04. LINK STYLES
*********************/
a {
  color: inherit;
  text-decoration: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-transition: color 250ms ease-out 0s;
  -moz-transition: color 250ms ease-out 0s;
  -o-transition: color 250ms ease-out 0s;
  transition: color 250ms ease-out 0s;
  text-decoration: none; }
  a:hover, a:focus {
    outline: 0; }

p a {
  text-decoration: underline; }

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

h3.back-to-top {
  padding-top: 25px; }

.excerpt-read-more {
  display: block;
  margin-top: 10px;
  font-size: .9em;
  font-weight: 700; }

a.orange-button, p.orange-button a, span.orange-button {
  background-color: #CE904B;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 16px 23px 14px 23px;
  font-family: "dm-sans", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease-out 0s;
  -moz-transition: background-color 250ms ease-out 0s;
  -o-transition: background-color 250ms ease-out 0s;
  transition: background-color 250ms ease-out 0s; }
  a.orange-button:hover, p.orange-button a:hover, span.orange-button:hover {
    background-color: #E5A45B; }

a.purple-button, p.purple-button a, span.purple-button {
  background-color: #3F2267;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 16px 23px 14px 23px;
  font-family: "dm-sans", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease-out 0s;
  -moz-transition: background-color 250ms ease-out 0s;
  -o-transition: background-color 250ms ease-out 0s;
  transition: background-color 250ms ease-out 0s; }
  a.purple-button:hover, p.purple-button a:hover, span.purple-button:hover {
    background-color: #563089; }

p.outline-button a, a.outline-button {
  border: 3px solid #FFFFFF;
  padding: 16px 60px 14px 60px;
  border-radius: 25px;
  color: #FFFFFF;
  font-family: "dm-sans", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease-out 0s;
  -moz-transition: background-color 250ms ease-out 0s;
  -o-transition: background-color 250ms ease-out 0s;
  transition: background-color 250ms ease-out 0s;
  max-width: 281px; }
  p.outline-button a:hover, a.outline-button:hover {
    background-color: #FFFFFF;
    color: #3F2267; }

p.outline-button {
  font-size: 1.25em; }

a.outline-button {
  font-size: 1.11111em; }

/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  display: block;
  font-size: 100%;
  margin: 0px 0 20px 0;
  padding: 0px;
  line-height: 140%;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: none;
      opacity: .8;
      border-bottom: none; }

h1, .h1 {
  font-size: 3.875em;
  font-weight: 800; }

h2, .h2 {
  font-size: 2.6875em;
  color: #3F2267;
  font-weight: 700; }

h3, .h3 {
  color: #CE904B;
  font-size: 1.5625em;
  font-weight: 700; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 25px; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0px; }

p.large {
  font-size: 2em; }

p {
  margin: 0 0 20px 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-weight: 300;
  line-height: 150%;
  font-size: 1.25em; }
  p:last-child {
    margin-bottom: 0px; }

.footer p {
  font-size: 1em; }

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, .white {
  color: #FFFFFF; }

h1.purple, h2.purple, h3.purple, h4.purple, h5.purple, h6.purple, p.purple, .purple {
  color: #3F2267; }

/*********************
HEADER SYTLES
*********************/
.header {
  padding: 21px 0 25px 0;
  position: relative; }
  .header .headercol1, .header .headercol2 {
    float: left; }
  .header .headercol1 {
    width: 254px;
    position: relative; }
    .header .headercol1 #logo img {
      margin-bottom: 0px; }
    .header .headercol1 .mobile-switch {
      cursor: pointer;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      display: none; }
      .header .headercol1 .mobile-switch:hover span.mobile-grab-bar {
        background: #a475b2; }
      .header .headercol1 .mobile-switch .mobile-bars {
        margin-top: 0px;
        padding: 0px 0 0px 0;
        float: left;
        width: 40px; }
      .header .headercol1 .mobile-switch .mobile-grab-bar {
        display: block;
        margin: 0 auto 5px auto;
        width: 100%;
        height: 4px;
        background: #3f2267;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-transition: background-color 250ms ease-out 0s;
        -moz-transition: background-color 250ms ease-out 0s;
        -o-transition: background-color 250ms ease-out 0s;
        transition: background-color 250ms ease-out 0s; }
  .header .headercol2 {
    float: right; }

ul.top-nav {
  padding: 9px 0 0 0;
  text-align: left; }
  ul.top-nav li {
    display: inline-block;
    position: relative;
    padding: 0 60px 0 0;
    font-weight: 700;
    font-size: 1.25em; }
    ul.top-nav li:last-child {
      padding-right: 0px; }
    ul.top-nav li:hover {
      color: #CE904B; }
  ul.top-nav li.current-menu-item {
    color: #CE904B; }
  ul.top-nav li.last {
    padding-right: 0px; }
  ul.top-nav li.phone {
    padding: 0 91px 0 0; }
    ul.top-nav li.phone a {
      position: relative; }
      ul.top-nav li.phone a:before {
        content: url("../img/phone.svg");
        top: 2px;
        left: -27px;
        width: auto;
        height: auto;
        position: absolute; }
  ul.top-nav li.orange-button {
    background-color: #CE904B;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 18px 23px 14px 23px;
    font-family: "dm-sans", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
    ul.top-nav li.orange-button:hover {
      background-color: #E5A45B; }

.mobile-appointment {
  display: block; }
  .mobile-appointment a {
    text-align: center;
    display: block;
    background-color: #CE904B;
    width: 100%;
    color: #FFFFFF;
    padding: 18px 23px 14px 23px;
    font-family: "dm-sans", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.125em; }
    .mobile-appointment a:hover {
      background-color: #E5A45B; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em; }

.byline {
  color: #999; }

#post-not-found {
  min-height: 400px; }

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em; }

.entry-content img {
  margin: 0 0 15px 0;
  max-width: 100%;
  height: auto; }

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

/* end .entry-content */
.wp-caption {
  padding: 5px;
  /* images inside wp-caption */
  max-width: 100% !important;
  margin-bottom: 15px; }

.wp-caption img {
  margin-bottom: 0;
  width: 100%; }

.wp-caption p.wp-caption-text {
  font-size: 1em;
  margin: 10px 0 0px 0;
  text-align: center;
  font-style: italic; }

.top-banner {
  background-color: #D9E2DB;
  padding: 25px 0; }

/* entry content */
.entry-content .alignleft,
.entry-content img.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright,
.entry-content img.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter,
.entry-content img.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.default-content {
  min-height: 400px;
  padding: 58px 0 0 0; }

.header-announcement {
  padding: 34px 0 29px 0; }

.banner-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0px;
  display: block;
  position: relative;
  min-height: 821px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 3s; }
  .banner-section .overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1; }
  .banner-section .banner-content {
    position: relative;
    z-index: 3;
    width: 100%; }
    .banner-section .banner-content h1, .banner-section .banner-content h2, .banner-section .banner-content h3, .banner-section .banner-content h4, .banner-section .banner-content h5, .banner-section .banner-content h6, .banner-section .banner-content p, .banner-section .banner-content a, .banner-section .banner-content li {
      color: #FFFFFF; }

.inner-banner-section {
  min-height: 696px; }

contact-banner-section {
  min-height: 490px; }

.home-banner-section {
  padding: 60px 0; }

.home-top-section {
  padding: 163px 0; }
  .home-top-section .two-column-1 {
    max-width: 540px; }

.card {
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 33px;
  padding: 26px 0;
  border-radius: 11px; }
  .card a.card-link {
    -webkit-transition: opacity 250ms ease-out 0s;
    -moz-transition: opacity 250ms ease-out 0s;
    -o-transition: opacity 250ms ease-out 0s;
    transition: opacity 250ms ease-out 0s; }
    .card a.card-link:hover {
      opacity: .7; }
  .card .columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .card .card-col-1 {
    margin-right: auto;
    width: 28%;
    float: left; }
  .card .card-col-2 {
    margin-left: auto;
    width: 65%;
    float: right; }
  .card .card-wrap {
    width: 92%;
    margin: 0 auto; }
  .card:last-child {
    margin-bottom: 0px; }

.card.has-background-color h1, .card.has-background-color h2, .card.has-background-color h3, .card.has-background-color h4, .card.has-background-color h5, .card.has-background-color p, .card.has-background-color li, .card.has-background-color a, .card.has-background-color span {
  color: #FFFFFF; }

.home-middle-section {
  padding: 130px 0;
  background-color: #FFFFFF; }
  .home-middle-section .columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .home-middle-section .columns .two-column-1 {
      margin-right: auto;
      max-width: 540px; }
    .home-middle-section .columns .two-column-2 {
      margin-left: auto; }
  .home-middle-section .middle-col-1-bottom {
    margin-top: 25px; }

ul.therapy-list li {
  color: #CE904B;
  font-size: 1.5625em;
  font-weight: 700;
  border-bottom: 1px solid #3F2267;
  padding-bottom: 20px;
  margin-bottom: 25px; }

.middle-callout {
  padding: 163px 0; }
  .middle-callout .intro {
    margin-bottom: 78px; }
  .middle-callout .outro {
    margin-top: 78px; }

.home-bottom-section {
  position: relative;
  background-color: #FFFFFF;
  padding: 139px 0; }
  .home-bottom-section .bottom-callout {
    position: relative;
    width: 43%; }
    .home-bottom-section .bottom-callout .bottom-callout-box {
      position: absolute;
      top: 85px;
      left: 0;
      width: 110%;
      padding: 53px 0;
      background-color: #F9F8EF;
      float: left; }
      .home-bottom-section .bottom-callout .bottom-callout-box .bottom-callout-wrap {
        width: 90%;
        margin: 0 auto; }
  .home-bottom-section .bottom-image {
    float: right;
    width: 57%; }

.inner-top-callout {
  position: relative;
  padding: 92px 0 232px 0;
  background-color: #FFFFFF; }
  .inner-top-callout .wrap {
    position: relative;
    padding: 92px 0 60px 0; }
  .inner-top-callout .intro {
    margin-bottom: 92px; }
    .inner-top-callout .intro .wrap {
      padding: 0px; }
  .inner-top-callout .top-callout {
    position: relative; }
    .inner-top-callout .top-callout .top-callout-box {
      position: relative;
      padding: 68px 0 78px 0;
      width: 57.1167883211679%;
      z-index: 2; }
      .inner-top-callout .top-callout .top-callout-box .top-callout-wrap {
        width: 90%;
        margin: 0 auto; }
    .inner-top-callout .top-callout .top-callout-box.white-text h1, .inner-top-callout .top-callout .top-callout-box.white-text h2, .inner-top-callout .top-callout .top-callout-box.white-text h3, .inner-top-callout .top-callout .top-callout-box.white-text h4, .inner-top-callout .top-callout .top-callout-box.white-text h5, .inner-top-callout .top-callout .top-callout-box.white-text h6, .inner-top-callout .top-callout .top-callout-box.white-text p, .inner-top-callout .top-callout .top-callout-box.white-text span, .inner-top-callout .top-callout .top-callout-box.white-text a, .inner-top-callout .top-callout .top-callout-box.white-text li {
      color: #FFFFFF; }
  .inner-top-callout .top-image {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    max-width: 657px;
    z-index: 1; }
  .inner-top-callout span.reveal-trigger {
    cursor: pointer;
    margin-top: 10px;
    display: inline-block; }
  .inner-top-callout .reveal {
    margin-bottom: 20px; }

.about-inner-top-callout {
  padding: 92px 0 132px 0; }

.reveal {
  display: none; }

#bio-content {
  padding: 40px 0; }
  #bio-content .bio-info {
    margin: 0px 0;
    background-color: #CE904B; }
  #bio-content .bio-pop-up {
    width: 100%;
    margin: 40px auto;
    padding: 79px 0 48px 0; }
    #bio-content .bio-pop-up .wrap {
      width: 82.8467153284672%;
      margin: 0 auto 0 auto;
      position: relative; }
      #bio-content .bio-pop-up .wrap span.close {
        position: absolute;
        right: -100px;
        top: -40px;
        display: block;
        cursor: pointer; }
        #bio-content .bio-pop-up .wrap span.close:hover {
          opacity: .8; }
    #bio-content .bio-pop-up .bio-info-content .bio-info-content-wrap {
      margin: 0 auto;
      padding: 50px 0; }
    #bio-content .bio-pop-up .bio-info-content .bio-col-top {
      margin-bottom: 50px; }
    #bio-content .bio-pop-up .bio-info-content .column-1 {
      float: left;
      width: 48.5401459854015%;
      /*798/1644*/ }
      #bio-content .bio-pop-up .bio-info-content .column-1 img {
        display: block;
        margin: 0; }
    #bio-content .bio-pop-up .bio-info-content .column-2 {
      float: right;
      width: 48.5401459854015%;
      /*798/1644*/
      padding: 0px 0;
      margin-top: 0px; }
      #bio-content .bio-pop-up .bio-info-content .column-2 h1, #bio-content .bio-pop-up .bio-info-content .column-2 h2, #bio-content .bio-pop-up .bio-info-content .column-2 h3, #bio-content .bio-pop-up .bio-info-content .column-2 h4, #bio-content .bio-pop-up .bio-info-content .column-2 h5, #bio-content .bio-pop-up .bio-info-content .column-2 h6, #bio-content .bio-pop-up .bio-info-content .column-2 p, #bio-content .bio-pop-up .bio-info-content .column-2 a, #bio-content .bio-pop-up .bio-info-content .column-2 li, #bio-content .bio-pop-up .bio-info-content .column-2 span {
        color: #FFFFFF; }
    #bio-content .bio-pop-up .bio-info-content .bio-col-wrap {
      width: 89%;
      margin: 0 auto;
      padding: 20px 0; }
    #bio-content .bio-pop-up .bio-info-content p {
      font-size: 1.125em; }

.staff-section {
  padding: 108px 0 28px 0; }
  .staff-section .intro {
    margin-bottom: 76px; }
  .staff-section .staff {
    margin-bottom: 98px;
    cursor: pointer; }
    .staff-section .staff .staff-image {
      max-height: 275px;
      overflow: hidden; }
    .staff-section .staff .card-bottom .card-wrap {
      width: 90%;
      padding: 20px 0;
      margin: 0 auto; }
      .staff-section .staff .card-bottom .card-wrap h3 {
        font-weight: 700; }
    .staff-section .staff span.bio {
      text-transform: uppercase;
      cursor: pointer;
      margin-top: 28px; }
    .staff-section .staff .bio-pop-up {
      display: none; }
    .staff-section .staff .bio.orange-button {
      margin-top: 0px; }

#bio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  top: 0;
  left: 0;
  background-color: rgba(87, 97, 115, 0.5);
  display: none;
  min-width: 320px; }

.bio-info {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: scroll; }

.middle-image {
  padding: 128px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0px;
  display: block;
  position: relative;
  overflow: hidden; }
  .middle-image .intro {
    margin-bottom: 48px; }
  .middle-image .outro {
    margin-top: 48px; }

.inner-middle-section {
  padding: 108px 0 98px 0; }
  .inner-middle-section .middle-columns {
    margin-top: 103px; }
    .inner-middle-section .middle-columns .two-column-1 {
      max-width: 46%; }

ul.big-list {
  max-width: 540px;
  margin-top: 20px; }
  ul.big-list li {
    border-bottom: 1px solid #3F2267;
    padding-bottom: 15px;
    margin-top: 20px; }
    ul.big-list li .big-list-item-text {
      display: block;
      float: left;
      width: 95%; }
    ul.big-list li .big-list-item-trigger {
      display: block;
      float: right;
      width: 5%;
      cursor: pointer; }
    ul.big-list li .big-list-item-trigger.up-carrot {
      animation: spin 250ms linear 1;
      transform: rotate(180deg); }
    ul.big-list li big-list-item-trigger.down-carrot {
      animation: unspin 250ms linear 1;
      transform: rotate(0deg); }
    ul.big-list li .reveal {
      margin: 15px 0 10px 0; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(180deg); } }
@keyframes unspin {
  from {
    transform: rotate(180deg); }
  to {
    transform: rotate(0deg); } }
.contact-top-section {
  padding: 130px 0 94px 0; }
  .contact-top-section .two-column-1 {
    width: 46%; }

#form_contact-form {
  max-width: 656px; }
  #form_contact-form label {
    display: none;
    margin: 5px 0 20px 0; }
  #form_contact-form label#field_qep0x_label {
    display: block; }
  #form_contact-form .frm_submit {
    text-align: center; }
  #form_contact-form .frm_button_submit {
    display: inline-block;
    margin-top: 20px;
    padding: 18px 70px 13px 70px;
    border-radius: 5px;
    -webkit-transition: background-color 250ms ease-out 0s;
    -moz-transition: background-color 250ms ease-out 0s;
    -o-transition: background-color 250ms ease-out 0s;
    transition: background-color 250ms ease-out 0s; }

/* Container for the logo */
.logo-box {
  width: 256px;
  /* Matches the thumbnail width  */
  height: auto; }

/* The logo begins in grayscale */
.neimft-logo {
  filter: grayscale(100%);
  transition: filter 1s ease-in-out;
  /* Smooth 2.5 second transition */ }

/* When the 'active' class is added, it shifts to full color */
.neimft-logo.active {
  filter: grayscale(0%); }

.frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error {
  margin-top: 10px;
  font-size: 1em; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 0px 0 0 0; }
  .pagination .page-nav-col-1,
  .wp-prev-next .page-nav-col-1 {
    float: left;
    width: 20%; }
  .pagination .page-nav-col-2,
  .wp-prev-next .page-nav-col-2 {
    float: right;
    width: 80%; }
  .pagination ul.page-numbers,
  .wp-prev-next ul.page-numbers {
    margin-top: 5px; }
    .pagination ul.page-numbers li,
    .wp-prev-next ul.page-numbers li {
      padding: 0 8px;
      font-size: 1.875em; }
      .pagination ul.page-numbers li .page-numbers.current,
      .wp-prev-next ul.page-numbers li .page-numbers.current {
        color: #353535;
        text-decoration: underline; }
  .pagination .prev.page-numbers, .pagination .next.page-numbers,
  .wp-prev-next .prev.page-numbers,
  .wp-prev-next .next.page-numbers {
    display: none; }

nav.postnav {
  margin: 88px 0 120px 0;
  padding: 0px 0 4px 0; }

.pagination {
  padding: 12px 0 4px 0; }

.pagination ul.page-numbers li, nav.postnav ul li {
  display: inline; }

.pagination ul.page-numbers li.prev,
.pagination ul.page-numbers li.next {
  font-weight: 700; }

.pagination ul.page-numbers li a, nav.postnav ul li a {
  text-decoration: none; }

.pagination ul.page-numbers li a.prev, nav.postnav ul li.leftnav a {
  float: left;
  padding: 0px; }

.pagination ul.page-numbers li a.next, nav.postnav ul li.rightnav a {
  float: right;
  padding: 0px; }

.postnav a.brown-button {
  margin-top: 0px; }
.postnav .postnav-col-1 {
  float: left; }
.postnav .postnav-col-2 {
  float: right; }
  .postnav .postnav-col-2 .leftnav, .postnav .postnav-col-2 .rightnav {
    display: inline-block;
    margin-top: 14px; }
.postnav h3 {
  margin-top: 0px; }
.postnav .back-to-top {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 10%; }
  .postnav .back-to-top a {
    display: inline-block;
    position: relative;
    top: 0px; }
.postnav .leftnav {
  margin: 0;
  display: inline-block; }
.postnav .rightnav {
  margin: 0 0 0 15px;
  display: inline-block; }

.pagination ul.page-numbers li a.prev,
.pagination ul.page-numbers li a.next, nav.postnav li.leftnav a, nav.postnav li.rightnav a {
  padding: 0;
  text-decoration: none; }

.pagination ul.page-numbers a.prev:hover,
.pagination ul.page-numbers li a.bpn-next:hover,
.pagination ul.page-numbers li a.first a:hover,
.pagination ul.page-numbers li a.last:hover {
  background: none;
  color: #F44931; }

nav.postnav ul li.back-to-main {
  text-align: center; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/******************************************************************
10. COMMENT STYLES
******************************************************************/
#comments {
  margin-top: 35px; }

.commentlist {
  margin: 0px 0 30px 0;
  padding: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0px; }
  .commentlist li cite, .commentlist li time {
    font-size: 1.25em; }

.commentlist li.depth-1 {
  border-bottom: 1px solid blue; }

.commentlist li.depth-1 ul.children {
  margin: 0;
  width: 89%;
  max-width: 534px;
  padding: 0 0 0 11%; }

.commentlist li:not(.depth-1) ul.children {
  width: 89%;
  max-width: 534px;
  padding: 0 0 0 11%; }

.commentlist li[class*=depth-] {
  margin-top: 35px; }

.commentlist li.depth-4 ul.children, .commentlist li.depth-5 ul.children, .commentlist li.depth-6 ul.children, .commentlist li.depth-7 ul.children {
  width: 100%;
  max-width: 524px;
  padding: 0 0 0 0; }

.commentlist li:not(.depth-1) {
  margin-top: 0; }

.commentlist .odd {
  background: none; }

.commentlist .even {
  background: none; }

.commentcol1 {
  float: left;
  width: 7.666667%;
  /*46/600*/ }

.commentcol2 {
  float: right;
  width: 89%;
  /*534/600*/ }

.commentlist cite.fn {
  font-weight: 400;
  font-style: normal; }

.commentlist .commentcol2 time {
  float: right; }

.commentlist .commentcol2 time a {
  text-decoration: none; }

.commentlist .commentcol2 time a:hover {
  text-decoration: underline;
  color: blue; }

.commentcol2 p {
  margin: 10px 0; }

.red-alert p {
  margin: 10px 0;
  color: blue; }

#cancel-comment-reply-link {
  display: block;
  margin-bottom: 15px; }
  #cancel-comment-reply-link p {
    font-size: 1em; }

.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  margin-bottom: 15px;
  color: blue; }

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
  color: blue; }

p.submit-holder {
  text-align: center;
  margin-top: 25px; }

#commentform #submit {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 1em;
  background-color: blue;
  padding: 16px 52px 10px 52px;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease-out 0s;
  -moz-transition: background-color 250ms ease-out 0s;
  -o-transition: background-color 250ms ease-out 0s;
  transition: background-color 250ms ease-out 0s;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  border: none;
  margin-top: 25px;
  font-style: italic; }
  #commentform #submit:hover, #commentform #submit:active {
    background-color: blue;
    text-decoration: none; }

#commentform p {
  font-size: 1.125em; }

article.comment:last-child {
  margin-bottom: 0px; }

.comment-author {
  margin-bottom: 15px; }
  .comment-author img {
    margin-bottom: 10px;
    margin-right: 10px; }

/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
#respond {
  padding-top: 35px; }

.respond-form {
  padding: 30px 0 35px 0px; }
  .respond-form h4 {
    margin-bottom: 25px; }
  .respond-form form {
    width: 74.170616%;
    /*626/844*/
    margin: 0 auto; }

.comment .respond-form form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

ul.children .respond-form {
  margin-bottom: 25px; }

.respond-wrap {
  width: 76.66666667%;
  /*460/600*/
  margin: 0 auto; }

ul#comment-form-elements {
  margin: 25px 0 0 0px;
  padding: 0px; }

ul#comment-form-elements li {
  font-size: 1.125em; }

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
  font-size: 1.125em; }

.respond-form form li label,
.respond-form form li small {
  display: none; }

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px 12px 13px 12px;
  background: #FFFFFF;
  /* form validation */
  width: 100%;
  font-weight: 300;
  color: black;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  border: none;
  margin-bottom: 10px; }

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff; }

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  width: 100%;
  font-size: 1em; }

.respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px;
  font-size: 1em;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li.depth-2 .respond-form form input[type=text],
li.depth-2 .respond-form form input[type=email],
li.depth-2 .respond-form form input[type=url] {
  width: 100%; }

li.depth-2 .respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px; }

li.depth-3 .respond-form form input[type=text],
li.depth-3 .respond-form form input[type=email],
li.depth-3 .respond-form form input[type=url] {
  width: 100%; }

li.depth-3 .respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 15px 0; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

#commentform label.error {
  display: block;
  color: blue;
  margin-top: 10px; }

/*********************
12. SIDEBARS & ASIDES
*********************/
/*********************
FOOTER STYLES
*********************/
.footer {
  padding: 56px 0 90px 0; }
  .footer .footer-top {
    margin-bottom: 91px; }
  .footer a.orange-button:first-child {
    margin-top: 0px; }

ul.footer-list li {
  font-weight: 700;
  font-size: 1.25em; }

.footer-last-col {
  text-align: right; }

/*********************
Media Queries
*********************/
@media only screen and (min-width: 0px) {
  .wrap {
    width: 100%;
    margin: 0 auto; }

  .inner-wrap {
    width: 100%;
    margin: 0 auto; }

  .tiny-wrap {
    width: 92%;
    margin: 0 auto; }

  .two-column {
    width: 100%; }

  .two-column-1 {
    float: none;
    margin-bottom: 45px; }

  .two-column-2 {
    float: none; }

  .three-column {
    width: 100%;
    /*414/1302*/
    float: none;
    margin: 0 0 35px 0;
    /*30/1302*/ }
    .three-column img {
      margin-bottom: 25px; }

  .three-column-0 {
    margin-left: 0px; }

  .four-column {
    width: 100%;
    /*303/1280*/
    margin: 0 0 35px 0;
    /*30/1302*/
    float: none; }

  .four-column-0 {
    margin-left: 0px; }

  .big-column {
    float: none;
    width: 100%;
    margin-bottom: 35px; }

  .small-column {
    float: none;
    width: 100%; }
    .small-column .tertiary-nav {
      display: none; }

  .small-column-left {
    float: none;
    width: 100%;
    margin-bottom: 35px; }

  .home-top-section .small-column-left {
    margin-bottom: 85px; }

  .big-column-right {
    float: none;
    width: 100%; }

  .flush-column, .flush-three-column {
    width: 100%; }
    .flush-column .flush-column-wrap, .flush-three-column .flush-column-wrap {
      width: 90.78341%;
      margin: 0 auto;
      padding: 0 0 30px 0; }

  .flush-column-1, .flush-column-2 {
    float: none; }

  .flush-column-1 {
    margin-bottom: 35px; }

  .header {
    padding: 0px 0 21px 0; }
    .header .headercol1 {
      float: none;
      width: 100%;
      padding: 25px 0 0px 0; }
      .header .headercol1 .headercol1-appointment {
        display: none; }
      .header .headercol1 #logo {
        float: left;
        width: 70%;
        max-width: 254px; }
      .header .headercol1 .mobile-switch {
        float: right;
        display: block; }
    .header .headercol2 {
      float: none;
      width: 100%;
      display: none; }
      .header .headercol2 .schedule {
        display: none; }

  ul.top-nav {
    margin-top: 21px; }
    ul.top-nav li.orange-button {
      display: none; }
    ul.top-nav li {
      display: block;
      border-bottom: 1px solid #A475B2;
      padding: 0px 0 15px 0; }
    ul.top-nav li.phone {
      padding: 0 0 15px 27px; }

  h1, .h1 {
    font-size: 2em; }

  h2, .h2 {
    font-size: 1.75em; }

  h3, .h3 {
    font-size: 1.25em; }

  p.large {
    font-size: 1.5em; }

  p {
    font-size: 1.125em; }

  ul li, ol li {
    font-size: 1.125em; }
    ul li ul li, ol li ul li {
      font-size: 1em; }

  nav ul li, nav ol li, ul.list li, .footer ul li, ul.therapy-list li {
    font-size: 1em; }

  .banner-section {
    min-height: 450px; }
    .banner-section .banner-content {
      position: relative; }

  .inner-banner-section {
    min-height: 350px; }

  .contact-banner-section {
    min-height: 300px; }

  .middle-image {
    padding: 68px 0; }

  .home-top-section {
    padding: 63px 0; }
    .home-top-section .two-column-1 {
      max-width: 540px; }

  .home-middle-section {
    padding: 60px 0; }
    .home-middle-section .columns .two-column-1 {
      max-width: 540px; }

  .middle-callout {
    padding: 63px 0; }
    .middle-callout .intro {
      margin-bottom: 38px; }
    .middle-callout .outro {
      margin-top: 38px; }

  .home-bottom-section {
    position: relative;
    background-color: #FFFFFF;
    padding: 59px 0; }
    .home-bottom-section .bottom-callout {
      position: relative;
      width: 100%; }
      .home-bottom-section .bottom-callout .bottom-callout-box {
        position: relative;
        top: 0px;
        left: 0;
        width: 100%;
        padding: 53px 0;
        background-color: #F9F8EF;
        float: left;
        box-sizing: border-box; }
        .home-bottom-section .bottom-callout .bottom-callout-box .bottom-callout-wrap {
          width: 90%;
          margin: 0 auto; }
    .home-bottom-section .bottom-image {
      float: none;
      width: 100%; }

  .inner-top-callout {
    padding: 59px 0; }
    .inner-top-callout .wrap {
      padding: 0px 0 0px 0; }
    .inner-top-callout .top-callout .top-callout-box {
      padding: 38px 0 48px 0;
      width: 100%; }
      .inner-top-callout .top-callout .top-callout-box .top-callout-wrap {
        width: 90%;
        margin: 0 auto; }
    .inner-top-callout .top-image {
      position: relative;
      top: 0px;
      right: 0;
      max-width: 657px; }

  .staff-section {
    padding: 58px 0 28px 0; }
    .staff-section .intro {
      margin-bottom: 36px; }
    .staff-section .staff {
      margin-bottom: 58px; }
      .staff-section .staff .staff-card {
        max-width: 440px;
        margin: 0 auto 0px auto; }
      .staff-section .staff .staff-image {
        max-height: 275px; }
        .staff-section .staff .staff-image img {
          margin-bottom: 0px; }
      .staff-section .staff .card-bottom {
        min-height: 83px; }

  .inner-middle-section {
    padding: 58px 0 48px 0; }
    .inner-middle-section .middle-columns {
      margin-top: 53px; }
      .inner-middle-section .middle-columns .two-column-1 {
        max-width: 100%; }

  ul.big-list {
    max-width: 100%;
    margin-top: 20px; }
    ul.big-list li .big-list-item-text {
      width: 90%; }
    ul.big-list li .big-list-item-trigger {
      width: 10%; }

  .contact-top-section {
    padding: 50px 0 44px 0; }
    .contact-top-section .two-column-1 {
      width: 100%; }

  #form_contact-form {
    max-width: 656px; }

  a.orange-button, p.orange-button a, span.orange-button {
    font-size: .85em; }

  .footer-last-col {
    text-align: left; }

  #bio-content {
    padding: 40px 0; }
    #bio-content .bio-pop-up .wrap {
      width: 82.8467153284672%; }
      #bio-content .bio-pop-up .wrap span.close {
        right: -40px; }
        #bio-content .bio-pop-up .wrap span.close img {
          max-width: 40px; }
    #bio-content .bio-pop-up .bio-info-content .column-1 {
      float: none;
      width: 100%;
      /*798/1644*/
      margin-bottom: 35px; }
      #bio-content .bio-pop-up .bio-info-content .column-1 img {
        display: block;
        margin: 0; }
    #bio-content .bio-pop-up .bio-info-content .column-2 {
      float: none;
      width: 100%;
      /*798/1644*/
      padding: 0px 0;
      margin-top: 0px; }
      #bio-content .bio-pop-up .bio-info-content .column-2 h1, #bio-content .bio-pop-up .bio-info-content .column-2 h2, #bio-content .bio-pop-up .bio-info-content .column-2 h3, #bio-content .bio-pop-up .bio-info-content .column-2 h4, #bio-content .bio-pop-up .bio-info-content .column-2 h5, #bio-content .bio-pop-up .bio-info-content .column-2 h6, #bio-content .bio-pop-up .bio-info-content .column-2 p, #bio-content .bio-pop-up .bio-info-content .column-2 a, #bio-content .bio-pop-up .bio-info-content .column-2 li, #bio-content .bio-pop-up .bio-info-content .column-2 span {
        color: #FFFFFF; } }
@media screen and (min-width: 425px) {
  a.orange-button, p.orange-button a, span.orange-button {
    font-size: 1em; } }
@media screen and (min-width: 550px) {
  ul.big-list {
    max-width: 100%;
    margin-top: 20px; }
    ul.big-list li .big-list-item-text {
      width: 95%; }
    ul.big-list li .big-list-item-trigger {
      width: 5%; } }
@media screen and (min-width: 600px) {
  .staff-section {
    padding: 58px 0 28px 0; }
    .staff-section .intro {
      margin-bottom: 36px; }
    .staff-section .staff {
      margin-bottom: 58px; }
      .staff-section .staff .staff-card {
        max-width: 440px;
        margin: 0 auto 0px auto; }
      .staff-section .staff .staff-image {
        max-height: 275px; }
        .staff-section .staff .staff-image img {
          margin-bottom: 0px; }
      .staff-section .staff .card-bottom {
        min-height: 110px; }
    .staff-section .staff-list .four-column {
      width: 48.5401459854015%;
      /*798/1644*/
      margin-left: 0px; }
    .staff-section .staff-list .four-column-0, .staff-section .staff-list .four-column-2 {
      clear: both;
      float: left; }
    .staff-section .staff-list .four-column-1, .staff-section .staff-list .four-column-3 {
      float: right; } }
@media screen and (min-width: 768px) {
  .wrap {
    width: 82.9493087557604%;
    /*1080/1302*/
    margin: 0 auto; }

  .inner-wrap {
    width: 100%;
    margin: 0 auto; }

  .two-column {
    width: 48.8479262672811%;
    /*636/1302*/ }

  .two-column-1 {
    float: left;
    margin-bottom: 0px; }

  .two-column-2 {
    float: right; }

  .footer .three-column .two-column {
    width: 100%; }
  .footer .three-column .two-column-1 {
    margin-bottom: 35px; }

  .contact-top-section {
    padding: 50px 0 44px 0; }
    .contact-top-section .two-column-1 {
      width: 48.8479262672811%;
      /*636/1302*/ }

  .three-column {
    width: 31.7972350230415%;
    /*414/1302*/
    float: left;
    margin: 0 0 0 2.3041474654378%;
    /*30/1302*/ }
    .three-column img {
      margin-bottom: 25px; }

  .three-column-0 {
    margin-left: 0px; }

  .four-column {
    width: 23.2718894009217%;
    /*303/1280*/
    margin: 0 0 0px 2.3041474654378%;
    /*30/1302*/
    float: left; }
    .four-column img {
      margin-bottom: 35px; }

  .four-column-0, .four-column-2 {
    clear: none; }

  .four-column-0 {
    margin-left: 0px;
    clear: both; }

  .small-column-left {
    float: left;
    width: 38.333333333333%;
    /*414/1080*/
    margin-bottom: 0px; }

  .big-column-right {
    float: right;
    width: 58.888888889%;
    /*858/1080*/ }

  .big-column {
    float: left;
    width: 65.8986175115207%;
    /*858/1302*/ }
    .big-column .sub-column {
      width: 48.2517482517483%;
      /*414/858*/ }
    .big-column .sub-column-1 {
      float: left;
      clear: both; }
    .big-column .sub-column-2 {
      float: right; }

  .small-column {
    float: right;
    width: 31.7972350230415%;
    /*414/1302*/ }

  .four-column {
    width: 23.2718894009217%;
    /*303/1280*/
    margin: 0 0 0px 2.3041474654378%;
    /*30/1302*/
    float: left; }
    .four-column img {
      margin-bottom: 35px; }

  .four-column-0, .four-column-2 {
    clear: none; }

  .four-column-0 {
    margin-left: 0px;
    clear: both; }

  .small-column-left {
    float: left;
    width: 38.333333333333%;
    /*414/1080*/
    margin-bottom: 0px; }

  .big-column-right {
    float: right;
    width: 58.888888889%;
    /*858/1080*/ }

  .big-column {
    float: left;
    width: 65.8986175115207%;
    /*858/1302*/ }
    .big-column .sub-column {
      width: 48.2517482517483%;
      /*414/858*/ }
    .big-column .sub-column-1 {
      float: left;
      clear: both; }
    .big-column .sub-column-2 {
      float: right; }

  .small-column {
    float: right;
    width: 31.7972350230415%;
    /*414/1302*/ }

  .flush-column {
    width: 50%; }
    .flush-column .flush-column-wrap {
      width: 90.78341%;
      margin: 0 auto; }

  .flush-column-1, .flush-column-2 {
    float: left; }

  .flush-column-1 {
    margin-bottom: 0px; }

  .flush-column-2 {
    padding-top: 40px;
    padding-bottom: 0px; }

  .inner-top-callout {
    padding: 59px 0; }
    .inner-top-callout .wrap {
      width: 100%;
      padding: 30px 0 40px 0; }
    .inner-top-callout .top-callout .top-callout-box {
      padding: 38px 0 48px 0;
      width: 70%; }
      .inner-top-callout .top-callout .top-callout-box .top-callout-wrap {
        width: 90%;
        margin: 0 auto; }
    .inner-top-callout .top-image {
      position: absolute;
      max-width: 357px; }

  .inner-middle-section {
    padding: 58px 0 48px 0; }
    .inner-middle-section .middle-columns {
      margin-top: 53px; }
      .inner-middle-section .middle-columns .two-column-1 {
        max-width: 100%;
        float: none;
        width: 100%;
        margin-bottom: 35px; }
      .inner-middle-section .middle-columns .two-column-2 {
        width: 100%; }

  .home-bottom-section {
    position: relative;
    background-color: #FFFFFF;
    padding: 59px 0 228px 0; }
    .home-bottom-section .bottom-callout {
      position: relative;
      width: 100%; }
      .home-bottom-section .bottom-callout .bottom-callout-box {
        position: absolute;
        top: 45px;
        left: 0;
        width: 55%;
        padding: 53px 0;
        background-color: #F9F8EF;
        float: left;
        box-sizing: border-box; }
        .home-bottom-section .bottom-callout .bottom-callout-box .bottom-callout-wrap {
          width: 90%;
          margin: 0 auto; }
    .home-bottom-section .bottom-image {
      float: right;
      width: 57%; }

  .footer-last-col {
    text-align: right; } }
@media only screen and (min-width: 940px) {
  .inner-wrap {
    width: 79.4444444444444%;
    /*858px/1080*/
    margin: 0 auto; }

  .tiny-wrap {
    width: 74.1258741258741%;
    /*636/858*/
    margin: 0 auto; }

  .home-bottom-section {
    position: relative;
    background-color: #FFFFFF;
    padding: 59px 0 168px 0; }
    .home-bottom-section .bottom-callout {
      position: relative;
      width: 100%; }
      .home-bottom-section .bottom-callout .bottom-callout-box {
        position: absolute;
        top: 45px;
        left: 0;
        width: 55%;
        padding: 53px 0;
        background-color: #F9F8EF;
        float: left;
        box-sizing: border-box; }
        .home-bottom-section .bottom-callout .bottom-callout-box .bottom-callout-wrap {
          width: 90%;
          margin: 0 auto; }
    .home-bottom-section .bottom-image {
      float: right;
      width: 57%; }

  .staff-section .staff-card {
    max-width: 100%; }
  .staff-section .staff-list .four-column {
    width: 22.8102189781022%;
    /*375/1644*/
    margin: 0 0 98px 2.9197080291971%;
    /*48/1644*/ }
  .staff-section .staff-list .four-column-0, .staff-section .staff-list .four-column-2 {
    clear: none;
    float: left; }
  .staff-section .staff-list .four-column-1, .staff-section .staff-list .four-column-3 {
    float: left; }
  .staff-section .staff-list .four-column-0 {
    clear: both;
    margin-left: 0px; }
  .staff-section .staff .card-bottom {
    min-height: 110px; } }
@media only screen and (min-width: 1024px) {
  .header {
    padding: 0px 0 15px 0; }
    .header .mobile-appointment {
      display: none; }
    .header .headercol1 {
      float: left;
      width: auto;
      padding: 21px 0 0px 0; }
      .header .headercol1 #logo {
        float: none;
        width: auto;
        width: 180px;
        margin-top: 17px; }
      .header .headercol1 .mobile-switch {
        float: right;
        display: none; }
    .header .headercol2 {
      float: right;
      width: auto;
      margin-top: 0px;
      display: block !important; }
      .header .headercol2 .headercol1-appointment {
        display: block;
        font-size: 1em;
        margin-top: 10px; }
        .header .headercol2 .headercol1-appointment a {
          display: inline-block;
          margin-top: 0px;
          padding: 10px 23px 6px 23px; }
      .header .headercol2 .schedule {
        display: block;
        float: right;
        margin-bottom: 10px; }

  ul.top-nav {
    clear: both;
    margin-top: 0px; }
    ul.top-nav li.orange-button {
      display: none; }
    ul.top-nav li {
      display: inline-block;
      border-bottom: none;
      padding: 0 0px 0 21px;
      font-size: 1em; }
      ul.top-nav li:first-child {
        padding-left: 0px; }
    ul.top-nav li.phone {
      padding: 0 0 0 48px; }

  .inner-top-callout {
    padding: 59px 0 59px 0; }
    .inner-top-callout .wrap {
      width: 100%;
      padding: 59px 0 40px 0; }
    .inner-top-callout .top-callout .top-callout-box {
      padding: 38px 0 48px 0;
      width: 57.1167883211679%; }
      .inner-top-callout .top-callout .top-callout-box .top-callout-wrap {
        width: 90%;
        margin: 0 auto; }
    .inner-top-callout .top-image {
      position: absolute;
      max-width: 457px; }

  .about-inner-top-callout {
    padding: 92px 0 139px 0; }

  .inner-middle-section {
    padding: 58px 0 48px 0; }
    .inner-middle-section .middle-columns {
      margin-top: 53px; }
      .inner-middle-section .middle-columns .two-column-1 {
        max-width: 46%;
        float: left;
        width: 48.5401459854015%;
        /*798/1644*/
        margin-bottom: 0px; }
      .inner-middle-section .middle-columns .two-column-2 {
        width: 48.5401459854015%;
        /*798/1644*/ }

  ul.big-list {
    max-width: 100%;
    margin-top: 20px; }
    ul.big-list li .big-list-item-text {
      width: 90%; }
    ul.big-list li .big-list-item-trigger {
      width: 10%;
      max-width: 26px; }

  #bio-content {
    padding: 40px 0; }
    #bio-content .bio-info {
      margin: 0px 0;
      background-color: #CE904B; }
    #bio-content .bio-pop-up {
      width: 100%;
      margin: 40px auto;
      padding: 79px 0 48px 0; }
      #bio-content .bio-pop-up .wrap {
        width: 82.8467153284672%;
        margin: 0 auto 0 auto;
        position: relative; }
        #bio-content .bio-pop-up .wrap span.close {
          position: absolute;
          right: -100px;
          top: -40px;
          display: block;
          cursor: pointer; }
          #bio-content .bio-pop-up .wrap span.close:hover {
            opacity: .8; }
      #bio-content .bio-pop-up .bio-info-content .bio-info-content-wrap {
        margin: 0 auto;
        padding: 50px 0; }
      #bio-content .bio-pop-up .bio-info-content .bio-col-top {
        margin-bottom: 50px; }
      #bio-content .bio-pop-up .bio-info-content .column-1 {
        float: left;
        width: 48.5401459854015%;
        /*798/1644*/ }
        #bio-content .bio-pop-up .bio-info-content .column-1 img {
          display: block;
          margin: 0; }
      #bio-content .bio-pop-up .bio-info-content .column-2 {
        float: right;
        width: 48.5401459854015%;
        /*798/1644*/
        padding: 0px 0;
        margin-top: 0px; }
        #bio-content .bio-pop-up .bio-info-content .column-2 h1, #bio-content .bio-pop-up .bio-info-content .column-2 h2, #bio-content .bio-pop-up .bio-info-content .column-2 h3, #bio-content .bio-pop-up .bio-info-content .column-2 h4, #bio-content .bio-pop-up .bio-info-content .column-2 h5, #bio-content .bio-pop-up .bio-info-content .column-2 h6, #bio-content .bio-pop-up .bio-info-content .column-2 p, #bio-content .bio-pop-up .bio-info-content .column-2 a, #bio-content .bio-pop-up .bio-info-content .column-2 li, #bio-content .bio-pop-up .bio-info-content .column-2 span {
          color: #FFFFFF; }
      #bio-content .bio-pop-up .bio-info-content .bio-col-wrap {
        width: 89%;
        margin: 0 auto;
        padding: 20px 0; }
      #bio-content .bio-pop-up .bio-info-content p {
        font-size: 1.125em; }

  #bio-content {
    padding: 40px 0; }
    #bio-content .bio-pop-up .wrap {
      width: 82.8467153284672%; }
      #bio-content .bio-pop-up .wrap span.close {
        right: -40px; }
        #bio-content .bio-pop-up .wrap span.close img {
          max-width: 100%; }
    #bio-content .bio-pop-up .bio-info-content .column-1 {
      float: left;
      width: 48.5401459854015%;
      /*798/1644*/
      margin-bottom: 0px; }
      #bio-content .bio-pop-up .bio-info-content .column-1 img {
        display: block;
        margin: 0; }
    #bio-content .bio-pop-up .bio-info-content .column-2 {
      float: right;
      width: 48.5401459854015%;
      /*798/1644*/
      padding: 0px 0;
      margin-top: 0px; } }
@media only screen and (min-width: 1050px) {
  .header .headercol1 #logo {
    width: 190px;
    margin-top: 12px; } }
@media only screen and (min-width: 1100px) {
  .header .headercol1 #logo {
    width: 220px;
    margin-top: 7px; } }
@media only screen and (min-width: 1150px) {
  .header .headercol1 #logo {
    width: 254px;
    margin-top: 0px; } }
@media only screen and (min-width: 1200px) {
  ul.top-nav li {
    padding: 0 0 0 35px; }
  ul.top-nav li.phone {
    padding: 0 0 0 62px; }

  .inner-top-callout {
    padding: 92px 0 72px 0; }
    .inner-top-callout .wrap {
      width: 82.9493087557604%; }
    .inner-top-callout .top-callout .top-callout-box {
      padding: 68px 0 78px 0;
      width: 57.1167883211679%; }
    .inner-top-callout .top-image {
      max-width: 557px; }

  .about-inner-top-callout {
    padding: 92px 0 172px 0; } }
@media only screen and (min-width: 1280px) {
  .header .headercol1 {
    padding: 21px 0 0px 0; }

  ul.top-nav li {
    font-size: 1.125em; }

  ul.big-list {
    max-width: 540px;
    margin-top: 20px; }
    ul.big-list li .big-list-item-text {
      width: 95%; }
    ul.big-list li .big-list-item-trigger {
      width: 5%;
      max-width: 26px; }

  .footer .three-column .two-column {
    width: 48.5401459854015%;
    /*798/1644*/ }
  .footer .three-column .two-column-1 {
    margin-bottom: 0px; } }
@media only screen and (min-width: 1350px) {
  .header {
    padding: 25px 0 21px 0; }
    .header .headercol1 {
      padding: 0px; }
      .header .headercol1 #logo {
        width: 234px; }
    .header .headercol2 {
      padding: 0px; }
      .header .headercol2 .schedule {
        display: none;
        margin-bottom: 0px; }

  ul.top-nav {
    clear: both;
    margin-top: 0px; }
    ul.top-nav li.orange-button {
      display: inline-block;
      margin-left: 32px; }
    ul.top-nav li {
      display: inline-block;
      border-bottom: none;
      padding: 0 0px 0 28px;
      font-size: 1em; }
      ul.top-nav li:first-child {
        padding-left: 0px; }
    ul.top-nav li.phone {
      padding: 0 0 0 55px; }

  h1, .h1 {
    font-size: 3.875em; }

  h2, .h2 {
    font-size: 2.6875em; }

  h3, .h3 {
    font-size: 1.5625em; }

  p.large {
    font-size: 2em; }

  p {
    font-size: 1.25em; }

  ul li, ol li {
    font-size: 1.25em; }
    ul li ul li, ol li ul li {
      font-size: 1em; }

  nav ul li, nav ol li, ul.list li, .footer ul li, ul.therapy-list li {
    font-size: 1em; }

  .banner-section {
    min-height: 821px; }

  .inner-banner-section {
    min-height: 696px; }

  .contact-banner-section {
    min-height: 490px; }

  .middle-image {
    padding: 128px 0; }

  .home-top-section {
    padding: 163px 0; }
    .home-top-section .two-column-1 {
      max-width: 540px; }

  .home-middle-section {
    padding: 130px 0; }
    .home-middle-section .columns .two-column-1 {
      max-width: 540px; }

  .middle-callout {
    padding: 163px 0; }
    .middle-callout .intro {
      margin-bottom: 78px; }
    .middle-callout .outro {
      margin-top: 78px; }

  .home-bottom-section {
    position: relative;
    background-color: #FFFFFF;
    padding: 139px 0; }
    .home-bottom-section .bottom-callout {
      position: relative;
      width: 43%; }
      .home-bottom-section .bottom-callout .bottom-callout-box {
        position: absolute;
        top: 85px;
        left: 0;
        width: 110%;
        padding: 53px 0;
        background-color: #F9F8EF;
        float: left; }
        .home-bottom-section .bottom-callout .bottom-callout-box .bottom-callout-wrap {
          width: 90%;
          margin: 0 auto; }
    .home-bottom-section .bottom-image {
      float: right;
      width: 57%; }

  .inner-top-callout {
    padding: 92px 0 92px 0; }
    .inner-top-callout .wrap {
      padding: 92px 0 60px 0; }
    .inner-top-callout .intro .wrap {
      padding: 0px; }
    .inner-top-callout .top-callout .top-callout-box {
      padding: 68px 0 78px 0;
      width: 57.1167883211679%; }
      .inner-top-callout .top-callout .top-callout-box .top-callout-wrap {
        width: 90%;
        margin: 0 auto; }
    .inner-top-callout .top-image {
      position: absolute;
      top: 0px;
      right: 0;
      max-width: 657px; }

  .about-inner-top-callout {
    padding: 92px 0 192px 0; }

  .staff-section {
    padding: 108px 0 28px 0; }
    .staff-section .intro {
      margin-bottom: 76px; }
    .staff-section .staff {
      margin-bottom: 98px; }
      .staff-section .staff .staff-image {
        max-height: 275px; }
      .staff-section .staff .card-bottom {
        min-height: 110px; }

  .inner-middle-section {
    padding: 108px 0 98px 0; }
    .inner-middle-section .middle-columns {
      margin-top: 103px; }
      .inner-middle-section .middle-columns .two-column-1 {
        max-width: 46%; }

  ul.big-list {
    max-width: 540px;
    margin-top: 20px; }
    ul.big-list li .big-list-item-text {
      width: 95%; }
    ul.big-list li .big-list-item-trigger {
      width: 5%; }

  .contact-top-section {
    padding: 130px 0 94px 0; }
    .contact-top-section .two-column-1 {
      width: 46%; }

  #form_contact-form {
    max-width: 656px; } }
@media only screen and (min-width: 1380px) {
  .header .headercol1 #logo {
    width: 254px; } }
@media only screen and (min-width: 1500px) {
  ul.top-nav li {
    font-size: 1.125em; } }
@media only screen and (min-width: 1600px) {
  ul.top-nav li {
    font-size: 1.25em; }

  .inner-top-callout {
    padding: 92px 0 132px 0; }

  .about-inner-top-callout {
    padding: 92px 0 232px 0; } }
@media only screen and (min-width: 1650px) {
  ul.top-nav li.orange-button {
    margin-left: 42px; }
  ul.top-nav li {
    padding: 0 0px 0 42px; } }
@media only screen and (min-width: 1700px) {
  ul.top-nav li.orange-button {
    margin-left: 52px; }
  ul.top-nav li {
    padding: 0 0px 0 52px; }
  ul.top-nav li.phone {
    padding: 0 0 0 79px; } }
@media only screen and (min-width: 1750px) {
  ul.top-nav li.orange-button {
    margin-left: 60px; }
  ul.top-nav li {
    padding: 0 0px 0 60px; }
  ul.top-nav li.phone {
    padding: 0 0 0 81px; } }
@media only screen and (min-width: 1800px) {
  ul.top-nav li.orange-button {
    margin-left: 60px; }
  ul.top-nav li {
    padding: 0 0px 0 60px; }
  ul.top-nav li.phone {
    padding: 0 0 0 91px; } }
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
/* ==|== Trumps =======================================================
	Trump styles
   ========================================================================== */
.left {
  float: left; }

.right {
  float: right; }

.all-caps {
  text-transform: uppercase; }

.center {
  display: block;
  margin: 0 auto !important; }

.text-center {
  text-align: center; }

.italic {
  font-style: italic; }

.hidden {
  display: none; }

.not-visibile, .invisible {
  visibility: hidden; }

.no-border-top {
  border-top: none !important; }

.no-border-bottom {
  border-bottom: none !important; }

.no-boder-left {
  border-left: none !important; }

.no-border-right {
  border-right: none !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-right {
  margin-right: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

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