@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: NPI Chiro
Author:

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
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 {
  -webkit-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: "“" "”" "‘" "’";
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          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 */
  -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;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

******************************************************************/
/*********************
FONT FACE 
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
font-family: 'Font Name';
	src:url('library/fonts/font-name.eot');
	src:url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('library/fonts/font-name.woff') format('woff'),
		url('library/fonts/font-name.ttf') format('truetype'),
		url('library/fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  /*  -ms-word-wrap: break-word;
    word-break: break-word; //non-standart css for webkit
    word-wrap: break-word;
    // cleaning up the ragged lines and breaks
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
    // sets a minimum number of characters before and after the break
    -webkit-hyphenate-before: 2;
     -webkit-hyphenate-after: 3;
             hyphenate-lines: 3;
  		   */
  /*  -webkit-font-feature-settings: "liga", "dlig";
     -moz-font-feature-settings: "liga=1, dlig=1";
        -ms-font-feature-settings: "liga", "dlig";
         -o-font-feature-settings: "liga", "dlig";
            font-feature-settings: "liga", "dlig";*/
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
OTHERS
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
body.page-template-page-member .swpm-login-widget-form .swpm-login-form-submit, body.page-template-page-member .swpm-login-widget-form .swpm-pw-reset-submit, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-login-form-submit, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-pw-reset-submit, .blue-btn, #submit, .comment-reply-link, .btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto", "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  padding: 16px 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 375ms ease-in-out, color 375ms ease-in-out;
  transition: background-color 375ms ease-in-out, color 375ms ease-in-out;
}
body.page-template-page-member .swpm-login-widget-form .swpm-login-form-submit:hover, body.page-template-page-member .swpm-login-widget-form .swpm-pw-reset-submit:hover, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-login-form-submit:hover, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-pw-reset-submit:hover, .blue-btn:hover, #submit:hover, .comment-reply-link:hover, .btn:hover, body.page-template-page-member .swpm-login-widget-form .swpm-login-form-submit:focus, body.page-template-page-member .swpm-login-widget-form .swpm-pw-reset-submit:focus, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-login-form-submit:focus, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-pw-reset-submit:focus, .blue-btn:focus, #submit:focus, .comment-reply-link:focus, .btn:focus, body.page-template-page-member .swpm-login-widget-form .swpm-login-form-submit:visited, body.page-template-page-member .swpm-login-widget-form .swpm-pw-reset-submit:visited, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-login-form-submit:visited, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-pw-reset-submit:visited, .blue-btn:visited, #submit:visited, .comment-reply-link:visited, .btn:visited, body.page-template-page-member .swpm-login-widget-form .swpm-login-form-submit:active, body.page-template-page-member .swpm-login-widget-form .swpm-pw-reset-submit:active, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-login-form-submit:active, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-pw-reset-submit:active, .blue-btn:active, #submit:active, .comment-reply-link:active, .btn:active {
  color: #fff;
  text-decoration: none;
  outline: none;
}
body.page-template-page-member .swpm-login-widget-form .swpm-login-form-submit:active, body.page-template-page-member .swpm-login-widget-form .swpm-pw-reset-submit:active, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-login-form-submit:active, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-pw-reset-submit:active, .blue-btn:active, #submit:active, .comment-reply-link:active, .btn:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.btn {
  background-color: #555;
}

.blue-btn, #submit, .comment-reply-link {
  background-color: #2980b9;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  background-color: #2574a8;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  background-color: #2472a4;
}

.btn-adjustments, .btn-function {
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
  font-size: 14px;
}
.btn-adjustments:before, .btn-function:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  position: relative;
  bottom: -1px;
}

.btn-adjustments:before {
  background-image: url(../images/icon-adjustments.svg);
}

.btn-function:before {
  background-image: url(../images/icon-function.svg);
  margin-right: 6px;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
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],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #000;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Roboto", "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
html.guru {
  height: 100%;
  margin-top: 0 !important;
  overflow-x: hidden;
  background: #fff;
}
html.mobile-nav-active body {
  overflow: hidden;
  height: 100%;
}
html.mobile-nav-active body header.header, html.mobile-nav-active body #inner-header {
  height: 100%;
}
html.mobile-nav-active body #inner-header {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
html.theme-dark {
  background: #000;
}
html.theme-dark.scrolled .header {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.9);
}
html.theme-dark body {
  color: #fff;
  background-color: #000;
}
html.theme-dark #container #content {
  background: #000 url(../images/gray-dark-grunge.png);
}
html.theme-dark .header {
  background-color: #000;
  background-image: -webkit-gradient(  linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(  #000, rgba(0, 0, 0, 0));
  background-color: transparent;
}
html.theme-dark .main-nav-container {
  background-color: #000;
}
html.theme-dark .main-menu {
  background-color: rgba(0, 0, 0, 0.9);
  border-top-color: rgba(255, 255, 255, 0.1);
}
html.theme-dark .main-menu li a {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
html.theme-dark .main-menu li a:hover {
  color: #fff;
}
html.theme-dark .trigger-nav {
  color: #000;
}
html.theme-dark .trigger-nav .ic > span {
  background-color: #fff;
}
html.theme-dark .trigger-nav.active .ic > span {
  background-color: #white;
}
html.theme-dark .footer {
  background-image: url(../images/gray-dark-grunge.png), -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#000));
  background-image: url(../images/gray-dark-grunge.png), linear-gradient(#1a1a1a, #000);
  color: #999;
}
html.theme-dark .footer .social .svg-container svg {
  fill: #666666;
}
html.theme-dark .footer .social .svg-container:hover svg {
  fill: #999;
}
html.theme-dark .footer-links ul li a {
  color: #999;
}
html.theme-dark .footer-links ul li a:hover {
  color: #fff;
}

body {
  height: 100%;
  font-family: "Roboto", "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*********************
LAYOUT & GRID STYLES
*********************/
#container {
  position: relative;
  z-index: 1;
  height: 100%;
}
#container #content {
  background: #fff;
  min-height: 100%;
  padding-top: 76px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 250px;
  position: relative;
  z-index: 1;
  /* stupid spacer for iphones */
}
#container #content.content-section-expanded {
  z-index: 9999;
}
#container #content:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 250px;
  left: 0;
  bottom: -250px;
}

#main {
  margin-bottom: 16px;
}

.wrap {
  margin: 0 16px;
}

/*********************
LINK STYLES
*********************/
a {
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a, a:visited {
  color: #0085db;
}
a:hover {
  color: #0069ad;
}
a:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-top: 0;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

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

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

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

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p, ul, ol {
  margin-top: 0;
}

/*********************
HEADER STYLES
*********************/
.header {
  position: fixed;
  z-index: 9990;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  -webkit-transition: height 375ms;
  transition: height 375ms;
}

#logo {
  float: left;
  margin: 0;
  padding: 8px 0;
  position: relative;
  z-index: 1;
}
#logo a {
  outline: none;
  display: block;
  height: 60px;
  width: 195px;
  background: url(../images/logo-simple.svg) no-repeat;
  background-size: contain;
  background-position: left center;
  text-indent: -9999px;
  -webkit-transition: height 375ms, width 375ms;
  transition: height 375ms, width 375ms;
}

/*********************
NAVIGATION STYLES
*********************/
.nav {
  border-bottom: 0;
  margin: 0;
  /* highlight current page */
}
.nav li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 0.75em;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
.main-nav-container {
  position: absolute;
  left: 110%;
  top: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  -webkit-transition: left 0.35s;
  transition: left 0.35s;
}
.main-nav-container.active {
  padding-top: 76px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
}
.main-nav-container > h5 {
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 0;
}

.main-menu {
  padding-top: 8px;
  border-bottom: 0;
  margin: 0;
  overflow: auto;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu li a {
  outline: 0;
  padding: 0;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.main-menu li a:hover {
  color: #000;
}

.trigger-nav {
  height: 60px;
  width: 60px;
  color: #fff;
  position: fixed;
  top: 8px;
  right: 4px;
  font-size: 17px;
  z-index: 9999;
  border-bottom: 0;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: top 0.275ms;
  transition: top 0.275ms;
}
.trigger-nav.active {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.trigger-nav .ic-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.trigger-nav .ic {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 275ms;
  transition: all 275ms;
}
.trigger-nav .ic > span {
  background: #000;
  border-radius: 1px;
  display: block;
  height: 2px;
  margin-top: 4px;
  -webkit-transition: all 275ms;
  transition: all 275ms;
  width: 30px;
}
.trigger-nav .ic > span:first-child {
  margin-top: 0;
}
.trigger-nav .ic > span.bar-2 {
  width: 20px;
}
.trigger-nav.active .ic {
  position: absolute;
  left: -10px;
  top: -6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.trigger-nav.active .ic > span {
  background: #aaa;
}
.trigger-nav.active .ic > span.bar-1 {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
.trigger-nav.active .ic > span.bar-2 {
  opacity: 0;
}
.trigger-nav.active .ic > span.bar-3 {
  -webkit-transform: rotate(-90deg) translateX(6px);
  -ms-transform: rotate(-90deg) translateX(6px);
  transform: rotate(-90deg) translateX(6px);
}

.breadcrumb {
  color: #0085db;
  margin-left: 2px;
}
.breadcrumb > ul {
  margin: 0;
}
.breadcrumb > ul > li {
  float: left;
}
.breadcrumb > ul > li:after {
  content: "/";
  float: right;
  text-indent: 0;
  margin: 0 2px;
}
.breadcrumb > ul > li:last-child:after {
  content: "";
  margin: 0;
  display: none;
}
.breadcrumb .breadcrumb-home a {
  background: url(../images/icon-home.svg) no-repeat;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  margin-right: 2px;
  position: relative;
}
.breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}

.wp-block-search__inside-wrapper, .searchform .input-container {
  position: relative;
  display: block;
}
.wp-block-search__inside-wrapper input, .searchform .input-container input {
  border-radius: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px 0 48px;
  border: 1px solid #eaedf2;
  transtion: background-color 375ms ease-in-out, border-color 375ms ease-in-out;
}
.wp-block-search__inside-wrapper input:focus, .wp-block-search__inside-wrapper input:active, .searchform .input-container input:focus, .searchform .input-container input:active {
  border-color: #dae0e8;
}
.wp-block-search__inside-wrapper button, .searchform .input-container button {
  position: absolute;
  left: -10px;
  top: 0;
  height: 36px;
  width: 36px;
  border-radius: 36px 0 0 36px;
  background: #2980b9 url(../images/icon-search-white.svg) no-repeat center center;
  background-size: 60%;
  text-indent: -9999px;
  -webkit-transition: background-color 375ms;
  transition: background-color 375ms;
}
.wp-block-search__inside-wrapper button:hover, .searchform .input-container button:hover {
  background-color: #20638f;
}

.searchform .input-container button {
  left: 0;
  border: 0;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.hentry footer p {
  margin: 0;
}

.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* post meta */
.byline {
  color: #999;
  font-style: italic;
  margin: 0;
}
/* entry content */
.entry-content.has-content-secondary .content-primary {
  margin-bottom: 16px;
}

.entry-content p {
  margin: 0 0 16px;
}
.entry-content table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #999;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 16px 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #f8f9fa;
  color: #eaedf2;
  font-size: 0.9em;
  padding: 32px;
  margin: 0 0 16px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2980b9;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #000;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #000;
}

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

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #f8f9fa;
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 4px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /* vcard */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 48px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #999;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: rgba(255, 255, 255, 0.05);
}
.comment.even {
  background-color: rgba(0, 0, 0, 0.05);
}

.comment_content p {
  margin: 0;
  font-size: 1em;
}

.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #999;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #000;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

#submit {
  float: right;
  font-size: 1em;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

.sce-comment {
  float: left;
  padding-right: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 24px;
}

.sce-edit-comment {
  float: left;
  width: 24px;
  margin: 0 0 0 -24px;
}
.sce-edit-comment .sce-edit-button-main {
  text-indent: -9999px;
  display: block;
  padding: 4px;
  width: 16px;
  height: 16px;
  background: rgba(232, 204, 83, 0.5) url(../images/edit.svg) no-repeat;
  background-size: contain;
  border-radius: 4px;
  -webkit-transition: background-color, 375ms;
  transition: background-color, 375ms;
}
.sce-edit-comment .sce-edit-button-main:hover {
  background-color: #e5c53c;
}
.sce-edit-comment .sce-comment-text {
  min-height: auto !important;
  background: #ebe7a1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.sce-edit-comment .sce-timer, .sce-edit-comment .sce-seperator {
  display: none;
}

.comment_content.edit-active .sce-edit-comment {
  position: relative;
  float: none;
  width: auto;
  margin-bottom: -24px;
  margin-left: 0;
  top: -24px;
}
.comment_content.edit-active .sce-edit-comment .sce-comment-edit-buttons {
  margin: 4px 0;
}
.comment_content.edit-active .sce-edit-comment .sce-comment-edit-buttons button {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px;
}
.comment_content.edit-active .sce-edit-comment .sce-comment-edit-buttons button svg {
  margin-right: 5.3333333333px;
}

/*********************
SIDEBARS & ASIDES
*********************/
.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/******************************************************************
OVERLAY STYLES
******************************************************************/
.ov-close {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 40px;
  width: 40px;
  border: 0;
  text-indent: -9999px;
}
.ov-close:before, .ov-close:after {
  content: "";
  background: #fff;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ov-close:before {
  height: 2px;
  width: 33px;
}
.ov-close:after {
  width: 2px;
  height: 33px;
}

.ov {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}
.ov.active {
  display: block;
}
.ov.vid-player-container .vid-player-wrapper {
  height: 720px;
  width: 1280px;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ov.vid-player-container .vid-player-wrapper:after {
  content: "buffering";
  background: #000 url(../images/loading.gif) no-repeat 50% 6px;
  border-radius: 10px;
  color: #e0d7ce;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 76px 10px 6px;
  opacity: 0;
  -webkit-transition: opacity 0.375s;
  transition: opacity 0.375s;
}
.ov.vid-player-container .vid-player-wrapper > iframe {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ov.vid-player-container .vid-player-wrapper > video {
  max-width: 100%;
  height: auto;
}
.ov.vid-player-container .vid-player-wrapper .vid-playing-next {
  display: none;
}
.ov.vid-player-container.waiting .vid-player-wrapper:after {
  opacity: 1;
}
.ov.vid-player-container.fullHD .vid-player-wrapper {
  height: 1080px;
  width: 1920px;
}
.ov.too-tall {
  overflow: auto;
}

.ov-inner {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  color: #eaedf2;
  background: #999;
  overflow: hidden;
  height: 250px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.footer .footer-logo a {
  display: block;
  text-indent: -9999px;
  background: url(../images/logo-white.svg) no-repeat;
  background-size: contain;
  height: 60px;
  width: 197.4px;
}
.footer .social {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.footer .social .svg-container {
  outline: 0;
  margin: 0 8px;
  display: inline-block;
  width: 48px;
  height: 48px;
}
.footer .social .svg-container:hover svg {
  fill: #fff;
}
.footer .social .svg-container svg {
  fill: #eaedf2;
  -webkit-transition: fill 375ms;
  transition: fill 375ms;
}

#inner-footer {
  height: 100%;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-links ul {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-links ul li a {
  padding: 12px 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: #eaedf2;
  text-transform: uppercase;
}
.footer-links ul li a:hover {
  color: #fff;
}
.footer-links ul li:first-child a {
  padding-left: 0;
  border: 0;
}
.footer-links ul li:last-child a {
  padding-right: 0;
}

/* end .footer-links */
.copyright {
  font-size: 0.75em;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

/******************************************
SPECIFIC TEMPLATE STYLES
******************************************/
/******************************************
TREATMENT INDEX TEMPLATE
******************************************/
body.page-template-page-treatments .hidden, body.page-template-page-treatments .text-filter-hidden {
  display: none;
}
body.page-template-page-treatments .treatment-library-selector select {
  background-color: transparent;
  border: 3px solid;
  border-radius: 10px;
  font-size: 1.5em;
  line-height: 1.5em;
  height: 2.5em;
}
body.page-template-page-treatments .treatment-text-filter {
  position: relative;
  width: 400px;
}
body.page-template-page-treatments .treatment-text-filter label {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #333;
  color: #fff;
  padding: 9px;
  border-radius: 4px 0 0 4px;
}
body.page-template-page-treatments .treatment-text-filter input {
  display: block;
  width: auto;
  width: 100%;
  background-color: transparent;
  border: 1px solid;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 65px;
  padding-right: 50px;
}
body.page-template-page-treatments .treatment-text-filter .text-filter-clear {
  color: #000;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #333;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 0 4px 4px 0;
  text-indent: -9999px;
  -webkit-transition: background-color 375ms;
  transition: background-color 375ms;
}
body.page-template-page-treatments .treatment-text-filter .text-filter-clear:hover {
  background-color: #525252;
}
body.page-template-page-treatments .treatment-text-filter .text-filter-clear:before, body.page-template-page-treatments .treatment-text-filter .text-filter-clear:after {
  content: "";
  background: #fff;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
body.page-template-page-treatments .treatment-text-filter .text-filter-clear:before {
  height: 2px;
  width: 16px;
}
body.page-template-page-treatments .treatment-text-filter .text-filter-clear:after {
  width: 2px;
  height: 16px;
}
body.page-template-page-treatments .toggle-all-container {
  margin-bottom: 16px;
}
body.page-template-page-treatments .toggle-all-container .selected {
  display: none;
}
body.page-template-page-treatments .toggle-all-container .unselected {
  display: inline;
}
body.page-template-page-treatments .toggle-all-container.selected .selected {
  display: inline;
}
body.page-template-page-treatments .toggle-all-container.selected .unselected {
  display: none;
}
body.page-template-page-treatments .library-filters-container ul {
  margin-bottom: 8px;
}
body.page-template-page-treatments .library-filters-container .main-cat-filter-container.retracted .sub-cat-dropdown:after {
  border-bottom-width: 0;
  border-top: 6px solid #000;
}
body.page-template-page-treatments .library-filters-container .main-cat-filter-container.retracted .sub-cat-filters-container {
  height: 0;
}
body.page-template-page-treatments .library-filters-container .sub-cat-dropdown {
  float: right;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #000;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 375ms;
  transition: background-color 375ms;
}
body.page-template-page-treatments .library-filters-container .sub-cat-dropdown:hover {
  background-color: #eee;
}
body.page-template-page-treatments .library-filters-container .sub-cat-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  float: none;
  margin: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  border-bottom: 6px solid #000;
}
body.page-template-page-treatments .library-filters-container .sub-cat-dropdown:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.page-template-page-treatments .library-filters-container .sub-cat-filters-container {
  margin-left: 16px;
  -webkit-transition: max-height 375ms;
  transition: max-height 375ms;
  height: auto;
  overflow: hidden;
}
body.page-template-page-treatments .treatment-index-display ul {
  margin-bottom: 0;
}
body.page-template-page-treatments .treatment-index-display .treatment-library h2 {
  display: none;
}
body.page-template-page-treatments .treatment-index-display .treatment-main-category {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}
body.page-template-page-treatments .treatment-index-display .treatment-main-category h3 {
  margin-bottom: 8px;
  font-size: 1.25em;
}
body.page-template-page-treatments .treatment-index-display .treatment-sub-categories {
  margin-left: 16px;
}
body.page-template-page-treatments .treatment-index-display .treatment-sub-categories h4 {
  margin-bottom: 4px;
}
body.page-template-page-treatments .treatment-index-display .treatment-sub-category {
  margin-bottom: 8px;
}
body.page-template-page-treatments .treatment-index-display .treatment a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 4px;
  background-color: #f5f5f5;
  text-decoration: none;
}
body.page-template-page-treatments .treatment-index-display .treatment .main-cat-index, body.page-template-page-treatments .treatment-index-display .treatment .sub-cat-index, body.page-template-page-treatments .treatment-index-display .treatment .treatment-index {
  font-size: 0.75em;
}
body.page-template-page-treatments .treatment-index-display .treatment .treatment-name {
  display: block;
  font-size: 1.2em;
}

/******************************************
SINGLE TREATMENT TEMPLATE
******************************************/
body.single-treatment #logo {
  display: none;
}
body.single-treatment .header-search-form-container {
  display: none;
}
body.single-treatment .treatment-header-container {
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
body.single-treatment .treatment-header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 32px;
  padding-left: 16px;
  padding-right: 48px;
}
body.single-treatment .treatment-header .breadcrumb {
  font-size: 0.75em;
}
body.single-treatment .treatment-header h1 {
  font-size: 1.25em;
  line-height: 1em;
}
body.single-treatment .treatment-body .section-container {
  margin-bottom: 16px;
}
body.single-treatment .treatment-body .section-container.has-button-section .section-wrapper > section.notes {
  padding-bottom: 64px;
}
body.single-treatment .treatment-body .section-container.test-container {
  margin-bottom: 0;
}
body.single-treatment .treatment-body .section-container section {
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: 50% 50%;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.99);
  border-radius: 16px;
  overflow: hidden;
}
body.single-treatment .treatment-body .section-container section.or_and_in {
    background-size: auto 85%;
    background-repeat: no-repeat;
}
body.single-treatment .treatment-body .section-container section.notes {
  padding: 0;
  color: #000;
}
body.single-treatment .treatment-body .section-container section.notes .section-inner-wrap {
  border-radius: 16px;
  background-color: #f4f2cb;
  padding: 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.single-treatment .treatment-body .section-container section.notes h2 {
  color: #a58a16;
  padding: 0;
}
body.single-treatment .treatment-body .section-container section.or_and_in {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  border-radius: 0;
}
body.single-treatment .treatment-body .section-container section.or_and_in h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
}
body.single-treatment .treatment-body .section-container section.or_and_in .description {
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(#fff), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff, #fff); */
  max-height: 144px;
}
body.single-treatment .treatment-body .section-container section.or_and_in .description .show-more {
  color: #000;
}
body.single-treatment .treatment-body .section-container section.or_and_in .description .show-more:before {
  border-top-color: #000;
}
body.single-treatment .treatment-body .section-container section.or_and_in .section-expand {
  background-image: url(../images/ic-expand-dark.svg);
}
body.single-treatment .treatment-body .section-container section.or_and_in .section-retract:before, body.single-treatment .treatment-body .section-container section.or_and_in .section-retract:after {
  background-color: #999;
}
body.single-treatment .treatment-body .section-container section.adjustments {
  position: static;
}
body.single-treatment .treatment-body .section-container section.adjustments h2 {
  color: #aebe9f;
}
body.single-treatment .treatment-body .section-container section.adjustments .description {
  position: static;
  max-height: none;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  gap: 24px;
}
body.single-treatment .treatment-body .section-container section.adjustments .description:after {
  content: "I";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  color: transparent;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 2.25em;
  text-shadow: none;
}
body.single-treatment .treatment-body .section-container section.adjustments .description p {
  font-weight: bold;
  width: 50%;
  margin: 0;
  font-size: 1.25em;
  line-height: 2em;
}
body.single-treatment .treatment-body .section-container section.adjustments .description p:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}
body.single-treatment .treatment-body .section-container section.adjustments .description p:last-child {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
body.single-treatment .treatment-body .section-container section.adjustments .description p .label {
  color: #dcf3c7;
}
body.single-treatment .treatment-body .section-container section.notes {
  text-shadow: none;
}
body.single-treatment .treatment-body .section-container section.notes .note-container section {
  position: static;
  height: auto;
  width: auto;
  color: inherit;
  text-shadow: none;
}
body.single-treatment .treatment-body .section-container section.resizing {
  z-index: 2;
  position: fixed;
}
body.single-treatment .treatment-body .section-container section.expanded {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
}
body.single-treatment .treatment-body .section-container section.expanded .section-expand {
  display: none;
}
body.single-treatment .treatment-body .section-container section.expanded .section-retract {
  z-index: 1;
  opacity: 1;
  display: block;
}
body.single-treatment .treatment-body .section-container section h2 {
  padding: 16px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
body.single-treatment .treatment-body .section-container section .description {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: max-height 375ms;
  transition: max-height 375ms;
}
body.single-treatment .treatment-body .section-container section .description.has-more-text .show-more {
  display: block;
}
body.single-treatment .treatment-body .section-container section .description.resizing {
  max-height: none;
}
body.single-treatment .treatment-body .section-container section .description.expanded {
  max-height: none;
  overflow: visible;
}
body.single-treatment .treatment-body .section-container section .description.expanded .show-more:before {
  display: none;
}
body.single-treatment .treatment-body .section-container section .description.expanded .show-more .expand {
  display: none;
}
body.single-treatment .treatment-body .section-container section .description.expanded .show-more .retract {
  display: block;
}
body.single-treatment .treatment-body .section-container section .description h3 {
  margin-bottom: 0;
}
body.single-treatment .treatment-body .section-container section .description .bumper {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  z-index: 1;
}
body.single-treatment .treatment-body .section-container section .description .show-more {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  padding: 4px 12px 4px 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 75%;
}
body.single-treatment .treatment-body .section-container section .description .show-more:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  float: none;
  margin: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  border-top: 4px solid #fff;
}
body.single-treatment .treatment-body .section-container section .description .show-more .retract {
  display: none;
}
body.single-treatment .treatment-body .section-container section .description-inner-wrap > *:last-child, body.single-treatment .treatment-body .section-container section .or-description > *:last-child, body.single-treatment .treatment-body .section-container section .in-description > *:last-child {
  margin-bottom: 0;
}
body.single-treatment .treatment-body .section-container section .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.single-treatment .treatment-body .section-container section .section-expand, body.single-treatment .treatment-body .section-container section .section-retract {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  text-indent: -9999px;
  -webkit-transition: opacity 375ms;
  transition: opacity 375ms;
}
body.single-treatment .treatment-body .section-container section .section-expand {
  z-index: 1;
  background: url(../images/ic-expand.svg) no-repeat;
  background-size: contain;
}
body.single-treatment .treatment-body .section-container section .section-retract {
  z-index: 0;
  opacity: 0;
  display: none;
}
body.single-treatment .treatment-body .section-container section .section-retract:before, body.single-treatment .treatment-body .section-container section .section-retract:after {
  content: "";
  background: #fff;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
body.single-treatment .treatment-body .section-container section .section-retract:before {
  height: 3px;
  width: 33px;
}
body.single-treatment .treatment-body .section-container section .section-retract:after {
  width: 3px;
  height: 33px;
}
body.single-treatment .treatment-body .section-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
body.single-treatment .test h2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#505a63), to(rgba(80, 90, 99, 0)));
  background-image: linear-gradient(#505a63, rgba(80, 90, 99, 0));
  display: none;
}
body.single-treatment .test .description {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 53, 58, 0)), to(#2b353a));
  background-image: linear-gradient(rgba(43, 53, 58, 0), #2b353a);
  display: none;
}
body.single-treatment .test .description .bumper {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(#2b353a));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 20%, #2b353a);
}
body.single-treatment .test .description .show-more {
  background: #2b353a;
  display: none;
}
body.single-treatment section.or_and_in .or-description {
  margin-bottom: 16px;
}
body.single-treatment section.or_and_in:after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 35%, white 70%);
  top: 0;
  left: 0;
}
body.single-treatment section.or_and_in h2 {
  position: relative;
  z-index: 1;
}
body.single-treatment section.or_and_in .description .bumper {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(#fff));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 20%, #fff);
}
body.single-treatment section.or_and_in .description .show-more {
  background: #fff;
}
body.single-treatment section.adjustments {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#749259), color-stop(85%, #3a5026));
  background-image: linear-gradient(#749259, #3a5026 85%);
}
body.single-treatment section.nv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6c710), color-stop(85%, #d78d11));
  background-image: linear-gradient(#f6c710, #d78d11 85%);
}
body.single-treatment section.nv .description {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(215, 141, 17, 0)), to(#d78d11));
  background-image: linear-gradient(rgba(215, 141, 17, 0), #d78d11);
}
body.single-treatment section.nv .description .bumper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#d78d11));
  background-image: linear-gradient(rgba(0, 0, 0, 0), #d78d11);
}
body.single-treatment section.nv .description .show-more {
  background: #d78d11;
}
body.single-treatment section.nl {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2f93ba), color-stop(85%, #30708d));
  background-image: linear-gradient(#2f93ba, #30708d 85%);
}
body.single-treatment section.nl .description {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 112, 141, 0)), to(#30708d));
  background-image: linear-gradient(rgba(48, 112, 141, 0), #30708d);
}
body.single-treatment section.nl .description .bumper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#30708d));
  background-image: linear-gradient(rgba(0, 0, 0, 0), #30708d);
}
body.single-treatment section.nl .description .show-more {
  background: #30708d;
}
body.single-treatment section.vor1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#284e75), color-stop(85%, #224364));
  background-image: linear-gradient(#284e75, #224364 85%);
}
body.single-treatment section.vor1 .description {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 67, 100, 0)), to(#224364));
  background-image: linear-gradient(rgba(34, 67, 100, 0), #224364);
}
body.single-treatment section.vor1 .description .bumper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#224364));
  background-image: linear-gradient(rgba(0, 0, 0, 0), #224364);
}
body.single-treatment section.vor1 .description .show-more {
  background: #224364;
}
body.single-treatment section.vor2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a58081), color-stop(85%, #633c3c));
  background-image: linear-gradient(#a58081, #633c3c 85%);
}
body.single-treatment section.vor2 .description {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 60, 60, 0)), to(#633c3c));
  background-image: linear-gradient(rgba(99, 60, 60, 0), #633c3c);
}
body.single-treatment section.vor2 .description .bumper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#633c3c));
  background-image: linear-gradient(rgba(0, 0, 0, 0), #633c3c);
}
body.single-treatment section.vor2 .description .show-more {
  background: #633c3c;
}
body.single-treatment section.map {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2e3a43), color-stop(85%, #231f20));
  background-image: linear-gradient(#2e3a43, #231f20 85%);
}
body.single-treatment section.map .description {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0)), to(#231f20));
  background-image: linear-gradient(rgba(35, 31, 32, 0), #231f20);
}
body.single-treatment section.map .description .bumper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#231f20));
  background-image: linear-gradient(rgba(0, 0, 0, 0), #231f20);
}
body.single-treatment section.map .description .show-more {
  background: #231f20;
}
body.single-treatment .button-section-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 16px;
}
body.single-treatment .button-section-container .button-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
body.single-treatment .button-section-container .button-section:first-child .button-wrapper {
  margin-right: 8px;
}
body.single-treatment .button-section-container .button-section:last-child .button-wrapper {
  margin-left: 8px;
}
body.single-treatment .button-section-container .button-section .btn {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  padding-top: 14px;
  padding-bottom: 14px;
}
body.single-treatment .button-section-container .button-wrapper .button-content {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 64px;
  bottom: 100%;
  background: #fff;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.single-treatment .button-section-container .button-wrapper .button-content.resizing {
  height: 0;
  visibility: visible;
  overflow: hidden;
}
body.single-treatment .button-section-container .button-wrapper .button-content.downsizing {
  visibility: visible;
  overflow: hidden;
}
body.single-treatment .button-section-container .button-wrapper .button-content.active {
  visibility: visible;
}
body.single-treatment .comment-edit-link {
  display: none;
}
body.single-treatment .comment.even, body.single-treatment .comment.odd {
  background: none;
}
body.single-treatment .comment.hide {
  display: none;
}
body.single-treatment .comment-respond {
  padding: 0;
}
body.single-treatment .comment-respond #submit {
  font-size: 10px;
  text-transform: uppercase;
  padding: 8px;
  padding-left: 28px;
  line-height: 20px;
  background-image: url(../images/icon-save.svg);
  background-repeat: no-repeat;
  background-position: 4px 6px;
  -webkit-transition: background-color 375ms;
  transition: background-color 375ms;
}
body.single-treatment .logged-in-as {
  display: none;
}
body.single-treatment .comment-form-comment {
  margin: 0;
}
body.single-treatment .comment-form-comment textarea {
  min-height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ebe7a1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
body.single-treatment .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.single-treatment .video-container video {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

/******************************************
MEMBER PAGE TEMPLATE
******************************************/
body.page-template-page-member #container #content {
  background-image: url(../images/npi-human-nerves-poster.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
body.page-template-page-member .article-header {
  color: #fedc69;
  text-shadow: 0 0 3px #000;
}
body.page-template-page-member .article-header h1 {
  margin: 16px 0;
}
body.page-template-page-member .swpm-login-widget-form, body.page-template-page-member .swpm-pw-reset-widget-form {
  color: #f17e2e;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 16px;
  border: 1px solid rgba(241, 126, 46, 0.5);
  max-width: 400px;
  margin: 0 auto;
}
body.page-template-page-member .swpm-login-widget-form input, body.page-template-page-member .swpm-pw-reset-widget-form input {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  color: #fedc69;
  border: 1px solid rgba(241, 126, 46, 0.5);
}
body.page-template-page-member .swpm-login-widget-form label, body.page-template-page-member .swpm-pw-reset-widget-form label {
  text-transform: uppercase;
  font-size: 0.75em;
}
body.page-template-page-member .swpm-login-widget-form .swpm-login-submit, body.page-template-page-member .swpm-login-widget-form .swpm-pw-reset-submit-button, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-login-submit, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-pw-reset-submit-button {
  text-align: center;
}
body.page-template-page-member .swpm-login-widget-form .swpm-login-form-submit, body.page-template-page-member .swpm-login-widget-form .swpm-pw-reset-submit, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-login-form-submit, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-pw-reset-submit {
  text-transform: uppercase;
  font-weight: 800;
  color: #fedc69;
  border: 1px solid #f17e2e;
}
body.page-template-page-member .swpm-login-widget-form .swpm-login-form-submit:hover, body.page-template-page-member .swpm-login-widget-form .swpm-pw-reset-submit:hover, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-login-form-submit:hover, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-pw-reset-submit:hover {
  color: #fedc69;
  background-color: #4e2305;
}
body.page-template-page-member .swpm-login-widget-form .swpm-forgot-pass-link, body.page-template-page-member .swpm-login-widget-form .swpm-join-us-link, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-forgot-pass-link, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-join-us-link {
  margin-top: 8px;
  float: left;
  width: 50%;
  font-size: 0.8em;
}
body.page-template-page-member .swpm-login-widget-form .swpm-forgot-pass-link a, body.page-template-page-member .swpm-login-widget-form .swpm-join-us-link a, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-forgot-pass-link a, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-join-us-link a {
  display: block;
  color: #fedc69;
  text-align: center;
}
body.page-template-page-member .swpm-login-widget-form .swpm-login-action-msg, body.page-template-page-member .swpm-pw-reset-widget-form .swpm-login-action-msg {
  text-align: center;
  font-size: 0.8em;
  clear: left;
  padding: 8px 0;
}

@media (max-width: 768px) {
  .structure-1,
  .structure-2,
  .f,
  .structure-2-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    min-height: 480px;
  }
}
/******************************************
ADMIN BAR CUSTOMIZATION
******************************************/
@-webkit-keyframes wpadminbarHide {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-97%);
    -ms-transform: translateY(-97%);
    transform: translateY(-97%);
  }
}
@keyframes wpadminbarHide {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-97%);
    -ms-transform: translateY(-97%);
    transform: translateY(-97%);
  }
}
html body div#wpadminbar {
  border-bottom: 1px solid #444;
  z-index: 9999 !important;
  -webkit-animation-name: wpadminbarHide;
          animation-name: wpadminbarHide;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transform: translateY(-97%);
  -ms-transform: translateY(-97%);
  transform: translateY(-97%);
}
html body div#wpadminbar:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 15px;
  width: 31px;
  text-indent: -9999px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #23282d;
  /*@include css-gradient($from: #23282d, $to: #353d44, $vstart:"top", $vend:"bottom");*/
  border-radius: 0 0 5px 5px;
  border: 1px solid #444;
  border-top: 0;
  border-left-color: #333;
  cursor: pointer;
}
html body div#wpadminbar:after {
  content: "";
  border-style: solid;
  border-color: #777 transparent;
  border-width: 5px 5px 0;
  position: absolute;
  margin-left: -5px;
  left: 15px;
  bottom: -9px;
  cursor: pointer;
}
html body div#wpadminbar.wpadminbar-shown > .wpadminbar-activator {
  display: none;
}
html body div#wpadminbar:hover {
  -webkit-animation: step-end;
          animation: step-end;
  border-bottom: 1px solid #444;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
html body div#wpadminbar:hover:before {
  width: 100%;
  height: 10px;
  bottom: -10px;
}
html body div#wpadminbar:hover:after {
  display: none;
}
html body div#wpadminbar.hidden {
  border-bottom: 2px solid transparent;
  -webkit-transform: translateY(-97%);
  -ms-transform: translateY(-97%);
  transform: translateY(-97%);
  -webkit-transition: transform, 2s;
  -webkit-transition: 2s, -webkit-transform;
  transition: 2s, -webkit-transform;
  transition: transform, 2s;
  transition: transform, 2s, -webkit-transform;
}
html body.hide-admin-bar div#wpadminbar {
  display: none;
}
html body #wpadminbar #wp-admin-bar-gdl-live-site, html body #wpadminbar #wp-admin-bar-gdl-live-site .ab-item {
  height: 1px;
  overflow: hidden;
}
html body #wpadminbar #wp-admin-bar-gdl-live-site:hover, html body #wpadminbar #wp-admin-bar-gdl-live-site .ab-item:hover {
  height: auto;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  ******************************************************************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 16px;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 16px;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /******************************************
  SPECIFIC TEMPLATE STYLES
  ******************************************/
  /******************************************
  SINGLE TREATMENT TEMPLATE
  ******************************************/
  body.single-treatment .treatment-header h1 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  body.single-treatment .test-container .section-wrapper {
    padding-bottom: 50%;
  }
  body.single-treatment .treatment-body-primary-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.single-treatment .treatment-body-primary-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
  body.single-treatment .or_and_in-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 70%;
            flex: 1 0 70%;
  }
  body.single-treatment .or_and_in-container .section-wrapper {
    margin-right: 16px;
    padding-bottom: calc(85.714% + 16px);
  }
  body.single-treatment .treatment-body-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  body.single-treatment .treatment-body-secondary .section-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  body.single-treatment .treatment-body-secondary-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  body.single-treatment .vor1-container .section-wrapper, body.single-treatment .map-container .section-wrapper {
    margin-right: 8px;
  }
  body.single-treatment .vor2-container .section-wrapper, body.single-treatment .notes-container .section-wrapper {
    margin-left: 8px;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet Portrait

  ******************************************************************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  #container #content {
    padding-top: 92px;
  }
  /*********************
  HEADER STYLES
  *********************/
  .header {
    height: 88px;
  }
  #logo a {
    background-image: url(../images/logo.svg);
    height: 72px;
    width: 236.88px;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .main-nav-container.active {
    padding-top: 92px;
  }
  .main-menu li a {
    height: 72px;
    line-height: 72px;
  }
  .trigger-nav {
    height: 72px;
    width: 72px;
  }
  .breadcrumb .breadcrumb-home a {
    bottom: -2px;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 8px;
    margin: 32px 0;
  }
  .widget ul li {
    margin-bottom: 16px;
  }
  .widget ul li ul {
    margin-top: 12px;
    padding-left: 16px;
  }
  /******************************************
  SPECIFIC TEMPLATE STYLES
  ******************************************/
  /******************************************
  TREATMENT INDEX TEMPLATE
  ******************************************/
  body.page-template-page-treatments .treatment-index-display .treatments-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  body.page-template-page-treatments .treatment-index-display .treatment {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
    margin-bottom: 12px;
  }
  /******************************************
  SINGLE TREATMENT TEMPLATE
  ******************************************/
  body.single-treatment .treatment-header-container {
    height: 88px;
  }
  body.single-treatment .treatment-header .breadcrumb {
    font-size: 1em;
  }
  body.single-treatment .treatment-header h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet Landscape Stylsheet

  ******************************************************************/
  html.theme-dark .entry-content.has-content-secondary .content-secondary {
    border-left-color: rgba(255, 255, 255, 0.15);
  }
  #container #content {
    padding-top: 92px;
  }
  .header-widgets, .header-search-form-container {
    position: fixed;
    z-index: 1;
    right: 60px;
    top: -8px;
  }
  .header-search-form-container {
    right: 72px;
    top: 0;
    padding-top: 22px;
  }
  #main {
    margin-bottom: 16px;
  }
  .page-title {
    margin: 0 0 32px;
  }
  .has-content-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .has-content-secondary .content-primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 32px;
    margin-bottom: 0;
  }
  .has-content-secondary .content-secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .widget {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  /******************************************
  SPECIFIC TEMPLATE STYLES
  ******************************************/
  /******************************************
  TREATMENT INDEX TEMPLATE
  ******************************************/
  body.page-template-page-treatments .treatment-index-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.page-template-page-treatments .treatment-category-filters {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    margin-right: 1.5%;
  }
  body.page-template-page-treatments .treatment-index-display {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 73.5%;
            flex: 0 1 73.5%;
  }
  /******************************************
  SINGLE TREATMENT TEMPLATE
  ******************************************/
  body.single-treatment .treatment-header {
    padding-right: 380px;
  }
  body.single-treatment .treatment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    height: calc(100vh - 60px - 48px);
  }
  body.single-treatment .treatment-body .section-container, body.single-treatment .treatment-body .section-wrapper {
    margin: 0;
  }
  body.single-treatment .treatment-body .nv-container {
    margin-bottom: 16px;
  }
  body.single-treatment .treatment-body .treatment-body-primary, body.single-treatment .treatment-body .treatment-body-secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  body.single-treatment .treatment-body .treatment-body-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 21%;
            flex: 1 1 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.single-treatment .treatment-body .treatment-body-primary-column {
    -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.single-treatment .treatment-body .treatment-body-secondary-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body.single-treatment .treatment-body .treatment-body-tertiary-column {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-grid;
    display: grid;
    gap: 16px;
    -ms-grid-columns: 50% 16px 50%;
    grid-template-columns: 50% 50%;
    margin-right: 16px;
    padding-left: 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  body.single-treatment .treatment-body .treatment-body-primary {
    padding-right: 16px;
    border-right: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  body.single-treatment .treatment-body .treatment-body-primary .test-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
  }
  body.single-treatment .treatment-body .treatment-body-primary .treatment-body-primary-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 65%;
            flex: 1 1 65%;
  }
  body.single-treatment .treatment-body .treatment-body-primary .treatment-body-primary-column, body.single-treatment .treatment-body .treatment-body-primary .treatment-body-secondary-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  body.single-treatment .treatment-body .treatment-body-secondary {
    padding-left: 16px;
    border-left: 1px solid #ccc;
    margin-left: -1px;
  }
  body.single-treatment .treatment-body .section-wrapper {
    height: 100%;
    padding-bottom: 0;
  }
  body.single-treatment .treatment-body .section-wrapper > section .description {
    font-size: 100%;
  }
  body.single-treatment .treatment-body .section-wrapper > section .section-expand, body.single-treatment .treatment-body .section-wrapper > section .section-retract {
    opacity: 0;
  }
  body.single-treatment .treatment-body .section-wrapper > section:hover .section-expand, body.single-treatment .treatment-body .section-wrapper > section:hover .section-retract {
    opacity: 0.5;
  }
  body.single-treatment .treatment-body .test-container, body.single-treatment .treatment-body .map-container, body.single-treatment .treatment-body .notes-container {
    margin-bottom: 0;
  }
  body.single-treatment .treatment-body .nv-container, body.single-treatment .treatment-body .nl-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  /******************************************
  MEMBER PAGE TEMPLATE
  ******************************************/
  body.page-template-page-member #container #content {
    background-position: 100% 50%;
  }
  body.page-template-page-member .swpm-login-widget-form, body.page-template-page-member .swpm-pw-reset-widget-form {
    position: relative;
    left: 15%;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1025px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Small Desktop Stylsheet

  ******************************************************************/
  html.theme-dark .main-nav-container {
    background: transparent;
  }
  html.theme-dark .main-menu {
    background: transparent;
  }
  html.theme-dark .main-menu li a {
    border: 0;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .main-nav-container {
  	float:right;
  	position:static;
  	background:none;
  	width:auto;
  	height:auto;
  	padding-top:$logo-top-padding;
  }
  .main-menu {
  	border:0;
  	padding-top:0;
  	overflow:visible;
  	background:none;
  	li {
  		float: left;
  		position: relative;
  		&.menu-item.menu-item-has-children {
  			& > a:hover {
  				border-color:transparent;
  			}
  		}
  		&:last-child {
  			ul.sub-menu,ul.children {
  				right:0;
  			}
  		}
  		a {
  			border-bottom:1px solid transparent;
  			border-color:transparent;
  			@include transition(height $transition-speed, line-height $transition-speed, background-color $transition-speed);
  			background:none;
  			font-size:17px;
  			height:$logo-height;
  			line-height:$logo-height;
  			padding:0 12px;
  			&:hover {
  				text-decoration:none;
  				background:rgba($black,.03);
  			}
  		}
  		li a {
  			height:55px;
  			line-height:55px;
  		}
  		ul.sub-menu,
  		ul.children {
  			margin-top:-30px;
  			border-top:0;
  			position: absolute;
  			opacity: 0;
  			@include transition(opacity .5s);
  			height:0;
  			overflow:hidden;
  			z-index: 8999;
  			li {
  				a {
  					padding-left:10px;
  					border-right:0;
  					display:block;
  					background:rgba($white,.1);
  					border-top:1px solid $border-color;
  				}
  				ul {
  					top:0;
  					left:100%;
  				}
  			}
  			// highlight sub-menu current page 
  			li.current-menu-item,
  			li.current_page_item,
  			li.current_page_ancestor {
  				a {}
  			}
  		}
  		// showing sub-menus 
  		&:hover > ul {
  			top: auto;
  			opacity:1;
  			height:auto;
  		}
  	} // end .menu ul li 

  	// highlight current page 
  	li.current-menu-item,
  	li.current_page_item,
  	li.current_page_ancestor {
  		a {}
  	}  // end current highlighters

  } // end .nav */
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Large Monitor Stylesheet

  ******************************************************************/
  html {
    /*&.scrolled {
    	.header {
    		height:$logo-heightScrolled + $logo-top-padding*2;
    	}
    	#logo {
    		a {
    			width:$logo-heightScrolled*4;
    			height:$logo-heightScrolled;
    		}
    	}
    	.main-menu {
    		li {
    			a {
    				height:$logo-heightScrolled;
    				line-height:$logo-heightScrolled;
    			}
    		}
    	}
    }*/
  }
  html.theme-dark body.home .slider-list .slider-item, html.theme-deep-rose body.home .slider-list .slider-item {
    padding: 0 4px;
  }
  #container #content {
    padding-top: 108px;
  }
  .wrap {
    margin: 0 24px;
  }
  .header {
    height: 108px;
  }
  #logo a {
    width: 84px;
    height: 84px;
  }
  .main-menu li a {
    height: 84px;
    line-height: 84px;
    font-size: 18px;
  }
  .breadcrumb .breadcrumb-home a {
    bottom: -3px;
  }
  .trigger-nav {
    height: 84px;
    width: 84px;
  }
  /******************************************
  TREATMENT INDEX TEMPLATE
  ******************************************/
  body.page-template-page-treatments .treatment-index-display .treatments-list {
    -webkit-column-gap: 1.25%;
       -moz-column-gap: 1.25%;
            column-gap: 1.25%;
  }
  body.page-template-page-treatments .treatment-index-display .treatment {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32.5%;
            flex: 0 1 32.5%;
  }
  /******************************************
  SINGLE TREATMENT TEMPLATE
  ******************************************/
  body.single-treatment {
    font-size: 18px;
  }
  body.single-treatment .treatment-header-container {
    height: 108px;
  }
  body.single-treatment .treatment-header {
    padding-left: 24px;
  }
  body.single-treatment .treatment-body {
    height: calc(100vh - 84px - 48px);
  }
  body.single-treatment .treatment-body .section-container section .description {
    max-height: 108px;
  }
  body.single-treatment .treatment-body .section-container section.or_and_in .description {
    max-height: 156px;
  }
}
@media only screen and (min-width: 1560px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  /*
  #container {
  	#content {
  		padding-top:$logo-height1560 + $logo-top-padding*2 + $gutter1024;
  	}
  }
  .wrap {
  	//max-width:1500px;
  }
  .header {
  	height:$logo-height1560 + $logo-top-padding*2;
  }

  #logo {
  	a {
  		width:$logo-height1560*2.4;
  		height:$logo-height1560;
  	}
  }
  .main-menu {
  	li {
  		a {
  			height:$logo-height1560;
  			line-height:$logo-height1560;
  		}
  	}
  }
  */
  .entry-content.has-content-secondary .content-primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .entry-content.has-content-secondary .content-secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .thumb-list {
    margin-right: -1%;
  }
  .thumb-list .thumb-item {
    margin-right: 1%;
    width: 19%;
    padding-bottom: 19%;
    margin-bottom: 1%;
  }
  .breadcrumb .breadcrumb-home a {
    width: 19px;
    height: 19px;
    bottom: -4px;
  }
  /******************************************
  TREATMENT INDEX TEMPLATE
  ******************************************/
  body.page-template-page-treatments .treatment-category-filters {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 18.5%;
            flex: 0 1 18.5%;
    margin-right: 1.5%;
  }
  body.page-template-page-treatments .treatment-index-display {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
  }
  body.page-template-page-treatments .treatment-index-display .treatments-list {
    -webkit-column-gap: 1.33%;
       -moz-column-gap: 1.33%;
            column-gap: 1.33%;
  }
  body.page-template-page-treatments .treatment-index-display .treatment {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 24%;
            flex: 0 1 24%;
  }
  /******************************************
  SINGLE TREATMENT TEMPLATE
  ******************************************/
  body.single-treatment {
    font-size: 20px;
  }
  body.single-treatment .treatment-body {
    gap: 24px;
  }
  body.single-treatment .treatment-body .nv-container {
    margin-bottom: 24px;
  }
  body.single-treatment .treatment-body .treatment-body-tertiary-column {
    gap: 24px;
    margin-right: 24px;
    padding-left: 24px;
  }
  body.single-treatment .treatment-body .section-container section h2, body.single-treatment .treatment-body .section-container section .description {
    padding: 24px;
  }
  body.single-treatment .treatment-body .section-container section .description {
    max-height: 132px;
  }
  body.single-treatment .treatment-body .section-container section.or_and_in .description {
    max-height: 183px;
  }
  /******************************************
  MEMBER PAGE TEMPLATE
  ******************************************/
  body.page-template-page-member .swpm-login-widget-form, body.page-template-page-member .swpm-pw-reset-widget-form {
    left: 20%;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /* 

  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 

  */
}
/*********************
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;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  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;
  }
}