@charset "UTF-8";
/*
Theme Name: ElleWellStudio v1
Theme URI: http://www.ellewellstudio.com
Description: A theme template created specifically by Martin Defatte for use by Elle Well Studio
Author: Martin Defatte for Guerrilla Digital
Author URI: http://www.guerrilladigital.cc
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:
Version: 1.0
.
This theme is to be used solely for Elle Well Studio. Any other use, not authorized by Martin Defatte is prohibited.
This theme may not be redistributed, copied, or resold.
.
*/
/* Table of Contents ================================================== #SASS set variables #SASS define mixins #Media Queries #SASS Import #Layout #Typography #Color */
/* @group #SASS variables http://sass-lang.com/guide
================================================== */
/* color palette */
/* color palette */
/* examples of how to darken or lighten .item { background: darken($color-basic-link, 30%); } .item  { background: lighten($color-basic-link, 30%); } */
/* @end */
/* #SASS mixins http://sass-lang.com/guide
================================================== */
/* button { @include rounded(6px); } */
/* button { @include linear-gradient(#42b3e2, #1a6798); } */
/* retinize a background image */
/* needs files to folow this pattern "filename.png" and "filename-2x.png" .element { @include retinize('file-name', 'png', 24px, 24px); // uses 50% actual size to constrain the size, visually, thereby doubling the pixel depth } */
/* img.preload{ @include opacity(0); &.complete{ @include opacity(1); } } */
/* img {  @include filter(grayscale, 100%); } */
/* #Media Queries
================================================== */
/* usage #content { float: left; width: 70%; @include responsive(larger-than-mobile) { width: 80%; } @include responsive(larger-than-desktop) { width: 50%; font-size: 14px; } @include responsive(larger-than-desktophd) { float: none; width: 100%; font-size: 12px; } } */
/* @end */
/* @group #SASS Import
================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td, th { padding: 0; }

/* Skeleton V2.0.4 Copyright 2014, Dave Gamache www.getskeleton.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php 12/29/2014 */
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }

.column, .columns { width: 100%; float: left; box-sizing: border-box; }

/* For devices larger than 400px */
/* Larger than mobile */
@media (min-width: 400px) { .container { width: 85%; padding: 0; } }

/* For devices larger than 550px */
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) { .container { width: 80%; } .column, .columns { margin-left: 4%; } .column:first-child, .columns:first-child { margin-left: 0; } .one.column, .one.columns { width: 4.66666666667%; } .two.columns { width: 13.3333333333%; } .three.columns { width: 22%; } .four.columns { width: 30.6666666667%; } .five.columns { width: 39.3333333333%; } .six.columns { width: 48%; } .seven.columns { width: 56.6666666667%; } .eight.columns { width: 65.3333333333%; } .nine.columns { width: 74.0%; } .ten.columns { width: 82.6666666667%; } .eleven.columns { width: 91.3333333333%; } .twelve.columns { width: 100%; margin-left: 0; } .one-third.column { width: 30.6666666667%; } .two-thirds.column { width: 65.3333333333%; } .one-half.column { width: 48%; } /* Offsets */ .offset-by-one.column, .offset-by-one.columns { margin-left: 8.66666666667%; } .offset-by-two.column, .offset-by-two.columns { margin-left: 17.3333333333%; } .offset-by-three.column, .offset-by-three.columns { margin-left: 26%; } .offset-by-four.column, .offset-by-four.columns { margin-left: 34.6666666667%; } .offset-by-five.column, .offset-by-five.columns { margin-left: 43.3333333333%; } .offset-by-six.column, .offset-by-six.columns { margin-left: 52%; } .offset-by-seven.column, .offset-by-seven.columns { margin-left: 60.6666666667%; } .offset-by-eight.column, .offset-by-eight.columns { margin-left: 69.3333333333%; } .offset-by-nine.column, .offset-by-nine.columns { margin-left: 78.0%; } .offset-by-ten.column, .offset-by-ten.columns { margin-left: 86.6666666667%; } .offset-by-eleven.column, .offset-by-eleven.columns { margin-left: 95.3333333333%; } .offset-by-one-third.column, .offset-by-one-third.columns { margin-left: 34.6666666667%; } .offset-by-two-thirds.column, .offset-by-two-thirds.columns { margin-left: 69.3333333333%; } .offset-by-one-half.column, .offset-by-one-half.columns { margin-left: 52%; } }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] { display: inline-block; height: 38px; padding: 0 30px; color: #FFF; text-align: center; font-size: 11px; font-weight: 600; line-height: 38px; letter-spacing: .1rem; text-transform: lowercase; text-decoration: none; white-space: nowrap; background-color: #5b908e; border: 1px solid #5b908e; cursor: pointer; box-sizing: border-box; font-family: "Playfair Display", "Georgia", "Times New Roman", serif; }

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus { color: #FFF; background-color: #4b7775; border-color: #4b7775; outline: 0; }

.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary { color: #FFF; background-color: #5b908e; border-color: #5b908e; }

.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus { color: #FFF; background-color: #a6c5c3; border-color: #a6c5c3; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff; border: 1px solid #D1D1D1; border-radius: 4px; box-shadow: none; box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

textarea { min-height: 65px; padding-top: 6px; padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #33C3F0; outline: 0; }

label, legend { display: block; margin-bottom: .5rem; font-weight: 600; }

fieldset { padding: 0; border-width: 0; }

input[type="checkbox"], input[type="radio"] { display: inline; }

label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul { list-style: circle inside; }

ol { list-style: decimal inside; }

ol, ul { padding-left: 0; margin-top: 0; }

ul ul, ul ol, ol ol, ol ul { margin: 1.5rem 0 1.5rem 3rem; font-size: 90%; }

li { margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code { padding: .2rem .5rem; margin: 0 .2rem; font-size: 90%; white-space: nowrap; background: #F1F1F1; border: 1px solid #E1E1E1; border-radius: 4px; }

pre > code { display: block; padding: 1rem 1.5rem; white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #E1E1E1; }

th:first-child, td:first-child { padding-left: 0; }

th:last-child, td:last-child { padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button, .button { margin-bottom: 1rem; }

input, textarea, select, fieldset { margin-bottom: 1.5rem; }

pre, blockquote, dl, figure, table, p, ul, ol, form { margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width { width: 100%; box-sizing: border-box; }

.u-max-full-width { max-width: 100%; box-sizing: border-box; }

.u-pull-right { float: right; }

.u-pull-left { float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr { margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after, .row:after, .u-cf { content: ""; display: table; clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than desktop */
/* Larger than Desktop HD */
/* Larger than Desktop HD */
html, body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* disable webkit tap highlight */ }

#container { position: relative; }

#pushy { background: #FFF; font-weight: normal !important; }

#pushy ul li { margin-bottom: 0; }

#pushy ul ul { margin-left: 10px; margin-bottom: 0; margin-top: 0; }

#pushy ul ul li { margin-bottom: 0; }

#pushy a { padding: 12px 20px; }

#pushy a:link, #pushy a:visited { color: #5c908e; }

#pushy a:hover { color: #b2e0e1; background: #77a2a1; }

.menu-btn { display: inline-block; width: 36px; text-align: center; cursor: pointer; background: #BFD5D4; /* Larger than phablet (also point when grid becomes active) */ }

.menu-btn img.blue { display: none; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { .menu-btn img.blue { display: inline; } }

.menu-btn img.white { /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { .menu-btn img.white { display: none; } }

.menu-btn span { font-size: .9em; color: #FFF; }

@media (min-width: 550px) { .menu-btn { background: #FFF; } .menu-btn span { color: #77a2a1; } .menu-btn:hover span { color: #000; } }

/*.primary-menu-container{ display:none; @include responsive(larger-than-phablet) { display: block; } }*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }

.sf-menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }

.sf-menu ul ul { top: 0; left: 100%; }

.sf-menu li { position: relative; }

.sf-menu li:hover > ul, .sf-menu .sf-menu li.sfHover > ul { display: block; }

.sf-menu a { display: block; position: relative; }

.sf-menu > li { float: left; }

/*** SUPERFISH SKIN ***/
.sf-menu { float: left; text-transform: uppercase; font-family: "Playfair Display", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif; font-weight: 400; font-style: normal; font-size: 1.2em; letter-spacing: 1px; }

.sf-menu ul { box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); min-width: 12em; /* allow long menu items to determine submenu width */ *width: 12em; /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu li { /*background: #BDD2FF;*/ white-space: nowrap; /* no need for Supersubs plugin */ *white-space: normal; /* ...unless you support IE7 (let it wrap) */ transition: background .2s; }

.sf-menu li:hover, .sf-menu li.sfHover { background: #CCC; /* only transition out, not in */ transition: none; }

.sf-menu ul li { background: #666; }

.sf-menu ul ul li { background: #999; }

.sf-menu a { color: #FFF; padding: .75em 3em; text-decoration: none; zoom: 1; /* IE7 */ }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul { padding-right: 3.4em; /*@include responsive(large-screens) { padding-right: 2.2em; } @include responsive(tablet-landscape) { padding-right: 2em; }*/ *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after { content: ''; position: absolute; top: 50%; right: 1em; /*@include responsive(tablet-landscape) { right: .5em; }*/ margin-top: -3px; height: 0; width: 0; /* order of following 3 rules important for fallbacks to work */ border: 5px solid transparent; border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */ border-top-color: rgba(255, 255, 255, 0.5); }

.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: #FFF; /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after { margin-top: -5px; margin-right: -3px; border-color: transparent; border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */ border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: #FFF; }

.center { text-align: center; }

a img { border: none; }

blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }

blockquote cite { margin: 5px 0 0; display: block; }

img.centered, img.alignright, img.alignleft { padding: 1px; margin-top: 20px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; clear: both; float: none; max-width: 33%; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { img.centered, img.alignright, img.alignleft { max-width: 100%; } }

img.alignright, img.alignleft { /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { img.alignright, img.alignleft { margin-top: 0; display: inline; clear: none; } }

img.alignright { margin: 0 0 2px 10px; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { img.alignright { float: right; margin-left: 20px; margin-right: 0; } }

img.alignleft { margin: 0 10px 2px 0; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { img.alignleft { float: left; margin-left: 0; margin-right: 20px; } }

.aligncenter, .alignright, .alignleft { float: none; clear: both; display: block; margin-left: auto; margin-right: auto; }

.alignright, .alignleft { /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { .alignright, .alignleft { clear: none; display: inline; } }

.alignright { /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { .alignright { float: right; margin-left: 20px; margin-right: 0; } }

.alignleft { /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { .alignleft { float: left; margin-left: 0; margin-right: 20px; } }

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail { max-width: 100%; height: auto; }

/* @end */
/* @group #Wordpress Captions
================================================== */
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; }

.wp-caption img { margin: 0; padding: 0; border: 0 none; }

.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 4px 4px 5px; margin: 0; }

/* @end */
/* @group #Wordpress Comments
================================================== */
#comments_template { margin-top: 40px; padding-top: 40px; border-top: 1px solid  #CCC; }

#comments_template label { color: #999; }

#comments_template ul.commentlist { margin-left: 0; }

#comments_template ul.commentlist li { list-style-type: none; margin-left: 0; }

/* ol#comments { margin:0px; padding:0px; margin-top:20px; li { margin:0px; padding:0px; position:relative; padding-left:60px; list-style:none; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #e5e5e5; } .avatar { position:absolute; top:0px; left:0px; } small a { font-weight:normal; color:#999999; } } */
ul.commentlist { margin: 20px 0px 20px 0px; padding: 0px; /*border: 1px dotted #FFF;*/ background-color: #eee; }

ul.commentlist ul { margin: 20px 0px 20px 0px; padding: 0px; border-left: 3px solid #d2ccb6; }

ul.commentlist ul li { border: 0px; /*background-color:#ffffff;*/ overflow: auto; padding-bottom: 0px; }

ul.commentlist li { margin: 0px; position: relative; padding: 10px 10px 10px 80px; }

ul.commentlist .avatar { position: absolute; top: 10px; left: 10px; border: 1px solid #dedede; }

ul.commentlist .commentmetadata { font-size: .8em; }

ul.commentlist ul.children li { padding-right: 0; }

ul.commentlist #respond { padding-top: 20px; }

ul.commentlist #respond li { margin: 0px; position: relative; padding: 0 0 10px 30px; list-style-type: none; }

#respond li { margin: 0px; position: relative; list-style-type: none; }

#respond form ul { margin-left: 0; list-style-type: none; }

#respond form ul li { margin-left: 0; list-style-type: none; }

div.comment-meta.commentmetadata { margin-bottom: 5px; }

/*these styles make forms firefox friendly*/
input[type="text"], input[type="email"], input[type="password"], textarea { border-top: 2px solid #999; border-left: 2px solid #999; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; padding-left: .5em; color: #999; }

input:focus, textarea:focus { color: #000; background-color: #FFFDC2; }

/* #Layout
================================================== */
html { text-align: center; }

body { text-align: left; }

/*html, body {  height: 100%; min-height: 100%; }*/
.obscure { position: absolute; left: -9999px; }

img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ vertical-align: top; }

video { width: 100% !important; height: auto !important; }

.pageTitle { margin-top: 20px; }

/* common wordpress styles */
.postDate { margin-bottom: 20px; margin-top: -5px; }

#posts .entry { padding-bottom: 40px; margin-bottom: 40px; }

#posts .entry.last { padding-bottom: 0; margin-bottom: 0; }

.readMore { text-align: right; }

.filedUnder { margin-bottom: 6px; }

.searchform input#s { margin-bottom: 0; }

.searchform div { display: -moz-flex; display: flex; }

.searchform div label { position: absolute; left: -9999px; }

.searchform div input[type="text"] { -moz-flex-grow: 2; flex-grow: 2; }

.searchform div input[type="submit"] { -moz-flex-grow: 1; flex-grow: 1; }

span.shortDate { /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { span.shortDate { display: none; } }

span.longDate { display: none; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { span.longDate { display: inline; } }

.headerMessage { text-align: center; padding-top: 5px; padding-bottom: 5px; }

header { /*padding-top: $globalPaddingUnit/2; padding-bottom: $globalPaddingUnit/2; padding-left: $globalPaddingUnit; padding-right: $globalPaddingUnit;*/ /*@include responsive(larger-than-phablet) { position: relative; padding-top: $globalPaddingUnit; padding-bottom: $globalPaddingUnit; }*/ /*.container { display:none; @include responsive(larger-than-phablet) { display:block; } }*/ /*img#logo-complex { display:none; @include responsive(larger-than-phablet) { display: inline; } } img#logo-simple { margin-left: $globalPaddingUnit; margin-right: $globalPaddingUnit; @include box-sizing; //padding-left: 20px; @include responsive(larger-than-phablet) { display:none; } }*/ /*.menu-btn { //padding-right: 20px; //margin-right: $globalPaddingUnit; @include responsive(larger-than-phablet) { //padding-right: 0; //margin-right: 0; position: absolute; right: $globalPaddingUnit; top: $globalPaddingUnit/2; } }*/ }

header.desktop { display: none; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { header.desktop { display: block; display: -moz-flex; display: flex; -moz-justify-content: space-between; justify-content: space-between; -moz-align-items: center; align-items: center; align-content: center; padding: 20px; } header.desktop .menuBtnWrapper { width: 25%; -moz-flex-grow: 1; flex-grow: 1; flex-shrink: 1; } header.desktop .servicesCTA { width: 25%; text-align: right; -moz-flex-grow: 1; flex-grow: 1; flex-shrink: 1; } header.desktop #logo { text-align: center; margin-left: 10px; margin-right: 10px; box-sizing: border-box; width: 50%; -moz-flex-grow: 2; flex-grow: 2; flex-shrink: 0; } }

header.mobile { /* Larger than phablet (also point when grid becomes active) */ }

header.mobile .twelve { display: -moz-flex; display: flex; -moz-justify-content: space-between; justify-content: space-between; -moz-align-items: center; align-items: center; padding-top: 10px; padding-bottom: 10px; }

header.mobile .twelve .logo-simple { margin-left: 20px; }

@media (min-width: 550px) { header.mobile { display: none; } }

nav.pushy ul { margin-left: 0; }

nav.pushy ul li { margin-left: 0; }

nav.primary-menu-container ul { margin-left: 0; display: -moz-flex; display: flex; flex-wrap: nowrap; -moz-justify-content: flex-start; justify-content: flex-start; }

nav.primary-menu-container ul li { margin-left: 0; }

nav.primary-menu-container ul li a { padding: 10px; }

#sidebar h5.widgettitle { margin-bottom: 0; }

#sidebar ul { margin-left: 0; margin-top: 0; }

#sidebar ul li { margin-left: 0; margin-bottom: 6.6666666667px; padding-bottom: 6.6666666667px; }

#sidebar ul li.last { margin-bottom: 0; padding-bottom: 0; }

body.single-landingpages .fullWidthImage { height: 180px; margin-bottom: 20px; /* Larger than phablet (also point when grid becomes active) */ /* Larger than tablet */ /* Larger than desktop */ }

@media (min-width: 550px) { body.single-landingpages .fullWidthImage { height: 220px; } }

@media (min-width: 750px) { body.single-landingpages .fullWidthImage { height: 280px; } }

@media (min-width: 1000px) { body.single-landingpages .fullWidthImage { height: 360px; } }

body.single-landingpages .container.alignTop { text-align: center; }

body.single-landingpages .landingPageSplitContent.alignLeft { display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: space-between; justify-content: space-between; }

body.single-landingpages .landingPageSplitContent.alignLeft .halfWidthImage { width: 100%; height: 180px; /* Larger than tablet */ }

@media (min-width: 750px) { body.single-landingpages .landingPageSplitContent.alignLeft .halfWidthImage { width: 50%; height: auto; } }

body.single-landingpages .landingPageSplitContent.alignLeft .halfWidthContent { width: 100%; /* Larger than tablet */ text-align: center; }

@media (min-width: 750px) { body.single-landingpages .landingPageSplitContent.alignLeft .halfWidthContent { width: 50%; } }

body.single-landingpages .landingPageSplitContent.alignLeft .halfWidthContent .halfWidthContentInner { padding: 40px 20px; /* Larger than tablet */ }

@media (min-width: 750px) { body.single-landingpages .landingPageSplitContent.alignLeft .halfWidthContent .halfWidthContentInner { padding: 80px 40px; } }

body.home #contentWrapper { /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { body.home #contentWrapper { padding-bottom: 10px; } }

body.home footer img#footerLeaves { display: none; /* Larger than tablet */ }

@media (min-width: 750px) { body.home footer img#footerLeaves { display: block; } }

#copyright { text-align: center; }

#contentWrapper { padding-top: 11.4285714286px; padding-bottom: 11.4285714286px; /* Larger than tablet */ /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 750px) { #contentWrapper { padding-top: 3.3333333333px; } }

@media (min-width: 550px) { #contentWrapper { padding-bottom: 105px; } }

footer { padding-top: 20px; padding-bottom: 20px; /* Larger than tablet */ /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 750px) { footer { padding-top: 30px; padding-bottom: 30px; } }

footer #contactInfo h6 { margin-bottom: 6.6666666667px; }

footer #contactInfo ul { margin-bottom: 10px; }

footer #contactInfo ul li { margin-bottom: 0; }

footer .socialMapGroup { display: -moz-flex; display: flex; flex-wrap: nowrap; -moz-justify-content: space-between; justify-content: space-between; }

footer .socialMapGroup .viewMap { width: 40%; }

footer .socialMapGroup .viewMap img { width: 100%; box-sizing: border-box; display: block; padding: 12px; }

footer .socialMapGroup .socialBookmarks { width: 50%; }

footer .viewMap { text-align: center; margin-bottom: 20px; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { footer .viewMap { text-align: left; margin-bottom: 0; } }

footer nav ul { margin-bottom: 10px; margin-left: 0; display: -moz-flex; display: flex; flex-wrap: wrap; flex-wrap: nowrap; -moz-justify-content: center; justify-content: center; width: 100%; text-align: center; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { footer nav ul { -moz-justify-content: flex-start; justify-content: flex-start; } }

footer nav ul li { margin-bottom: 0; margin-left: 0; margin-right: 1rem; }

footer nav ul li:last-of-type { margin-right: 0; }

footer #mc_embed_signup h6 { margin-bottom: 6.6666666667px; }

footer #mc_embed_signup input[type="email"] { margin-bottom: 0; }

footer #mc_embed_signup input[type="submit"] { margin-bottom: 0; height: 37px; line-height: 37px; position: relative; top: -1px; margin-top: 1px; }

footer #mc_embed_signup #mailChimpInputWrapper { display: -moz-flex; display: flex; }

footer #mc_embed_signup #mailChimpInputWrapper input[type="email"] { -moz-flex-grow: 2; flex-grow: 2; }

footer #mc_embed_signup #mailChimpInputWrapper input[type="submit"] { -moz-flex-grow: 1; flex-grow: 1; box-sizing: border-box; padding: 0; }

footer img#footerLeaves, footer img#footerSmallLeaves { display: none; }

@media (min-width: 550px) { footer { position: relative; } footer img#footerLeaves { display: inline; position: absolute; right: 0; top: -85px; } footer img#footerSmallLeaves { display: inline; } }

/* common plugin styles */
.gform_wrapper input { margin-bottom: 0; }

.gform_wrapper label { margin-bottom: 0 !important; }

.gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="search"], .gform_wrapper input[type="text"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="url"], .gform_wrapper input[type="password"], .gform_wrapper textarea, .gform_wrapper select { height: 27px; }

.gform_wrapper textarea { margin-bottom: 0; }

.gform_wrapper .gform_footer { margin-top: 0; padding-top: 0; }

.gform_wrapper .ginput_container { margin-top: 0 !important; }

.gform_wrapper ul.gfield_checkbox { display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: flex-start; justify-content: flex-start; }

.gform_wrapper ul.gfield_checkbox li { width: 48%; /* Larger than tablet */ }

@media (min-width: 750px) { .gform_wrapper ul.gfield_checkbox li { width: 24%; } }

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] { margin-top: 0 !important; }

.gform_wrapper ul.gfield_checkbox li label { line-height: 100%; }

.wp-pagenavi { margin-top: 60px; }

/* @end */
.socialBookmarks { font-size: 20px; margin-bottom: 10px; margin-left: 0; display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: space-around; justify-content: space-around; /* Larger than tablet */ }

@media (min-width: 750px) { .socialBookmarks { -moz-justify-content: flex-start; justify-content: flex-start; } }

.socialBookmarks li { margin-bottom: 0; }

.socialBookmarks li a { display: block; width: 24px; height: 24px; padding: 10px; display: -moz-flex; display: flex; -moz-justify-content: center; justify-content: center; -moz-align-items: center; align-items: center; }

body.page-503 #contentWrapper { text-align: center; }

body.page-503 #footerWrapper { padding-top: 11.4285714286px; padding-bottom: 11.4285714286px; /* Larger than tablet */ }

@media (min-width: 750px) { body.page-503 #footerWrapper { padding-top: 10px; padding-bottom: 10px; } }

body.page-503 .brandingWrapper { padding-top: 13.3333333333px; padding-bottom: 13.3333333333px; margin-bottom: 13.3333333333px; margin-top: 13.3333333333px; /* Larger than tablet */ }

@media (min-width: 750px) { body.page-503 .brandingWrapper { padding-top: 80px; padding-bottom: 80px; margin-bottom: 80px; margin-top: 80px; } }

body.page-503 .logo { margin-bottom: 30px; /* Larger than tablet */ }

@media (min-width: 750px) { body.page-503 .logo { margin-bottom: 10px; } }

body.page-503 img.horizontalLogo { width: 100%; max-width: 480px; }

body.page-503 img.stackedLogo { width: 100%; max-width: 240px; }

body.page-503 .missionStatement { margin-bottom: 60px; /* Larger than tablet */ }

@media (min-width: 750px) { body.page-503 .missionStatement { margin-bottom: 20px; } }

body.page-503 .missionStatement p { margin-bottom: 0px; }

body.page-503 .services { margin-bottom: 40px; /* Larger than tablet */ }

@media (min-width: 750px) { body.page-503 .services { margin-bottom: 20px; } }

body.page-503 .comingSoonMessage { margin-bottom: 20px; /* Larger than tablet */ }

@media (min-width: 750px) { body.page-503 .comingSoonMessage { margin-bottom: 40px; } }

body.page-503 .comingSoonMessage p { margin-bottom: 0; line-height: 1.2em; }

body.page-503 #mc_embed_signup p { margin-bottom: 1em; display: inline-block; /* Larger than tablet */ }

@media (min-width: 750px) { body.page-503 #mc_embed_signup p { margin-bottom: 0; } }

hr.pencil { margin-top: 0; margin-bottom: 8px; /* Larger than tablet */ height: 12px; background-color: none; }

@media (min-width: 750px) { hr.pencil { margin-bottom: 28px; } }

body.single-services .imageHeader, body.single-staff .imageHeader { margin-bottom: 40px; }

body.single-staff .thumbnail img { width: 100%; box-sizing: border-box; display: block; padding: 12px; }

body.single-staff .staffDescription { margin-top: 20px; }

body.single-staff .staffDescription h2 { margin-bottom: 0; }

body.single-staff .staffDescription h3 { margin-bottom: 20px; }

body.single-staff .staffDescription h4 { margin-bottom: 10px; }

body.single-staff .staffDescription a.button { margin-bottom: 0; }

body.single-staff .staffDescription h3 ~ a.button { margin-top: 10px; }

body.single-services .serviceEntriesWrapper, body.single-landingpages .serviceEntriesWrapper, body.single-staff .serviceEntriesWrapper { display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: flex-start; justify-content: flex-start; margin-bottom: 20px; }

body.single-services .serviceEntriesWrapper .serviceEntry, body.single-landingpages .serviceEntriesWrapper .serviceEntry, body.single-staff .serviceEntriesWrapper .serviceEntry { width: 100%; margin-bottom: 20px; box-sizing: border-box; /* Larger than phablet (also point when grid becomes active) */ /* Larger than tablet */ /* Larger than desktop */ /* Larger than Desktop HD */ /*.serviceEntryInner { width: 100%; height: 100%; @include box-sizing; padding: 6px; }*/ }

@media (min-width: 750px) { body.single-services .serviceEntriesWrapper .serviceEntry, body.single-landingpages .serviceEntriesWrapper .serviceEntry, body.single-staff .serviceEntriesWrapper .serviceEntry { width: 48%; margin-left: 1%; margin-right: 1%; } }

@media (min-width: 1000px) { body.single-services .serviceEntriesWrapper .serviceEntry, body.single-landingpages .serviceEntriesWrapper .serviceEntry, body.single-staff .serviceEntriesWrapper .serviceEntry { width: 31%; } }

@media (min-width: 1200px) { body.single-services .serviceEntriesWrapper .serviceEntry, body.single-landingpages .serviceEntriesWrapper .serviceEntry, body.single-staff .serviceEntriesWrapper .serviceEntry { width: 23%; } }

body.single-services .serviceEntriesWrapper .serviceEntry h3, body.single-landingpages .serviceEntriesWrapper .serviceEntry h3, body.single-staff .serviceEntriesWrapper .serviceEntry h3 { width: 100%; box-sizing: border-box; display: block; padding: 5px 10px; margin-top: 10px; margin-bottom: 0; }

body.single-services .serviceEntriesWrapper .serviceEntry .excerptWrapper, body.single-landingpages .serviceEntriesWrapper .serviceEntry .excerptWrapper, body.single-staff .serviceEntriesWrapper .serviceEntry .excerptWrapper { padding: 10px; /* ul.sessionPricing { margin: 0; margin-top: $globalPaddingUnit/2; li { //@include box-sizing; margin: 0; margin-bottom: $globalPaddingUnit/2; padding-bottom: $globalPaddingUnit/8; @include flexbox; @include flex-wrap(nowrap); @include justify-content(space-between); .healcode-button { //width: 20%; margin-left: $globalPaddingUnit/4; } .sessionDescription { //width: 60%; //margin-right: $globalPaddingUnit/4; } } } */ }

body.single-services .serviceEntriesWrapper .serviceEntry .excerptWrapper .staffMember, body.single-landingpages .serviceEntriesWrapper .serviceEntry .excerptWrapper .staffMember, body.single-staff .serviceEntriesWrapper .serviceEntry .excerptWrapper .staffMember { margin-bottom: 10px; }

body.single-services .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcodeButtonWrapper, body.single-landingpages .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcodeButtonWrapper, body.single-staff .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcodeButtonWrapper { margin-top: 10px; display: -moz-flex; display: flex; flex-wrap: nowrap; -moz-justify-content: space-between; justify-content: space-between; }

body.single-services .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcodeButtonWrapper strong, body.single-landingpages .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcodeButtonWrapper strong, body.single-staff .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcodeButtonWrapper strong { width: 100%; padding: 3.3333333333px 10px; box-sizing: border-box; white-space: nowrap; display: block; vertical-align: top; }

body.single-services .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcodeButtonWrapper healcode-widget, body.single-landingpages .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcodeButtonWrapper healcode-widget, body.single-staff .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcodeButtonWrapper healcode-widget { box-sizing: border-box; display: block; vertical-align: top; }

body.single-services .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcodeButtonWrapper .healcode-button, body.single-landingpages .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcodeButtonWrapper .healcode-button, body.single-staff .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcodeButtonWrapper .healcode-button { box-sizing: border-box; display: block; vertical-align: top; }

body.single-services .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcode-button, body.single-landingpages .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcode-button, body.single-staff .serviceEntriesWrapper .serviceEntry .excerptWrapper .healcode-button { padding: 3.3333333333px 5px; box-sizing: border-box; white-space: nowrap; }

body.single-services .serviceEntriesWrapper .serviceEntry .excerptWrapper .dateAndPricingWrapper, body.single-landingpages .serviceEntriesWrapper .serviceEntry .excerptWrapper .dateAndPricingWrapper, body.single-staff .serviceEntriesWrapper .serviceEntry .excerptWrapper .dateAndPricingWrapper { display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: space-between; justify-content: space-between; margin-bottom: 10px; /*.pricingText { //width: 18%; text-align:right; }*/ }

body.single-services .serviceEntriesWrapper .serviceEntry .excerptWrapper .sessionPricingOuter .sessionPricing, body.single-landingpages .serviceEntriesWrapper .serviceEntry .excerptWrapper .sessionPricingOuter .sessionPricing, body.single-staff .serviceEntriesWrapper .serviceEntry .excerptWrapper .sessionPricingOuter .sessionPricing { margin-top: 10px; display: -moz-flex; display: flex; flex-wrap: nowrap; -moz-justify-content: space-between; justify-content: space-between; }

body.single-services .serviceEntriesWrapper .serviceEntry .excerptWrapper .sessionPricingOuter .sessionPricing select.healcodeSelect, body.single-landingpages .serviceEntriesWrapper .serviceEntry .excerptWrapper .sessionPricingOuter .sessionPricing select.healcodeSelect, body.single-staff .serviceEntriesWrapper .serviceEntry .excerptWrapper .sessionPricingOuter .sessionPricing select.healcodeSelect { margin-bottom: 0; height: auto; padding: 0; width: 100%; }

body.single-services .serviceEntriesWrapper .serviceEntry .excerptWrapper .sessionPricingOuter .sessionPricing healcode-widget, body.single-landingpages .serviceEntriesWrapper .serviceEntry .excerptWrapper .sessionPricingOuter .sessionPricing healcode-widget, body.single-staff .serviceEntriesWrapper .serviceEntry .excerptWrapper .sessionPricingOuter .sessionPricing healcode-widget { box-sizing: border-box; display: block; vertical-align: top; }

body.single-services .serviceEntriesWrapper .serviceEntry .excerptWrapper .sessionPricingOuter .sessionPricing .healcode-button, body.single-landingpages .serviceEntriesWrapper .serviceEntry .excerptWrapper .sessionPricingOuter .sessionPricing .healcode-button, body.single-staff .serviceEntriesWrapper .serviceEntry .excerptWrapper .sessionPricingOuter .sessionPricing .healcode-button { box-sizing: border-box; display: block; vertical-align: top; }

body.single-services .serviceEntriesWrapper .serviceEntry hr, body.single-landingpages .serviceEntriesWrapper .serviceEntry hr, body.single-staff .serviceEntriesWrapper .serviceEntry hr { margin-top: 0; margin-bottom: 10px; }

body.post-type-archive-packages .imageHeader { margin-bottom: 20px; /* Larger than desktop */ }

@media (min-width: 1000px) { body.post-type-archive-packages .imageHeader { margin-bottom: 40px; } }

body.post-type-archive-packages .packageEntryWrapper { display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: flex-start; justify-content: flex-start; margin-bottom: 20px; padding-left: 10px; padding-right: 10px; /* Larger than tablet */ box-sizing: border-box; }

@media (min-width: 750px) { body.post-type-archive-packages .packageEntryWrapper { padding-left: 20px; padding-right: 20px; } }

body.post-type-archive-packages .packageEntryWrapper .packageEntryHeading { width: 100%; padding-top: 10px; margin-bottom: 20px; box-sizing: border-box; display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: space-between; justify-content: space-between; -moz-align-items: center; align-items: center; align-content: center; }

body.post-type-archive-packages .packageEntryWrapper .packageEntryHeading h2 { box-sizing: border-box; width: 100%; margin-bottom: 0; /* Larger than Desktop HD */ }

@media (min-width: 1200px) { body.post-type-archive-packages .packageEntryWrapper .packageEntryHeading h2 { width: 33%; padding-right: 0; } }

body.post-type-archive-packages .packageEntryWrapper .packageEntryHeading .packageEntryContent { box-sizing: border-box; width: 100%; /* Larger than Desktop HD */ }

body.post-type-archive-packages .packageEntryWrapper .packageEntryHeading .packageEntryContent p { margin-bottom: 0; }

@media (min-width: 1200px) { body.post-type-archive-packages .packageEntryWrapper .packageEntryHeading .packageEntryContent { width: 66%; padding-left: 0; } }

body.post-type-archive-packages .packageEntryWrapper .packageEntry { width: 100%; margin-bottom: 20px; box-sizing: border-box; /* Larger than tablet */ /* Larger than desktop */ /* Larger than Desktop HD */ }

@media (min-width: 750px) { body.post-type-archive-packages .packageEntryWrapper .packageEntry { width: 48%; margin-left: 1%; margin-right: 1%; } }

@media (min-width: 1000px) { body.post-type-archive-packages .packageEntryWrapper .packageEntry { width: 31%; } }

body.post-type-archive-packages .packageEntryWrapper .packageEntry h3 { width: 100%; box-sizing: border-box; display: block; padding: 5px 10px; margin-top: 10px; margin-bottom: 0; }

body.post-type-archive-packages .packageEntryWrapper .packageEntry .excerptWrapper { padding: 10px; }

body.post-type-archive-packages .packageEntryWrapper .packageEntry .excerptWrapper .healcodeButtonWrapper { margin-top: 10px; display: -moz-flex; display: flex; flex-wrap: nowrap; -moz-justify-content: space-between; justify-content: space-between; }

body.post-type-archive-packages .packageEntryWrapper .packageEntry .excerptWrapper .healcodeButtonWrapper strong { width: 100%; padding: 3.3333333333px 10px; box-sizing: border-box; white-space: nowrap; display: block; vertical-align: top; }

body.post-type-archive-packages .packageEntryWrapper .packageEntry .excerptWrapper .healcodeButtonWrapper healcode-widget { box-sizing: border-box; display: block; vertical-align: top; }

body.post-type-archive-packages .packageEntryWrapper .packageEntry .excerptWrapper .healcodeButtonWrapper .healcode-button { box-sizing: border-box; display: block; vertical-align: top; }

body.post-type-archive-packages .packageEntryWrapper .packageEntry .excerptWrapper .healcode-button { padding: 3.3333333333px 5px; box-sizing: border-box; white-space: nowrap; }

body.post-type-archive-packages .packageEntryWrapper .packageEntry hr { margin-top: 0; margin-bottom: 10px; }

body.single-services #mainContent { margin-bottom: 40px; display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: space-between; justify-content: space-between; -moz-align-items: center; align-items: center; align-content: center; }

body.single-services #mainContent .thumbnail { display: none; /* Larger than tablet */ }

@media (min-width: 750px) { body.single-services #mainContent .thumbnail { display: block; width: 21%; margin-bottom: 0; } }

body.single-services #mainContent .serviceDescription { width: 100%; /* Larger than tablet */ }

@media (min-width: 750px) { body.single-services #mainContent .serviceDescription { width: 77%; } }

body.single-services .thumbnail img { width: 100%; box-sizing: border-box; display: block; padding: 12px; }

.assignedInstructors { display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: space-between; justify-content: space-between; }

.assignedInstructors .staffEntry { width: 100%; margin-bottom: 20px; display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: space-between; justify-content: space-between; -moz-align-items: center; align-items: center; align-content: center; /* Larger than phablet (also point when grid becomes active) */ /* Larger than tablet */ /* Larger than desktop */ /* Larger than Desktop HD */ }

.assignedInstructors .staffEntry .thumbnail { width: 33%; }

.assignedInstructors .staffEntry .staffMeta { width: 63%; }

@media (min-width: 750px) { .assignedInstructors .staffEntry { margin-bottom: 40px; width: 48%; } }

@media (min-width: 1000px) { .assignedInstructors .staffEntry { width: 31%; } .assignedInstructors .staffEntry .thumbnail { width: 100%; } .assignedInstructors .staffEntry .staffMeta { width: 100%; } }

@media (min-width: 1200px) { .assignedInstructors .staffEntry { width: 23%; } }

.assignedInstructors .staffEntry h5 { margin-bottom: 0; }

.assignedInstructors .staffEntry h6 { margin-bottom: 0; }

.assignedInstructors .staffEntry a { display: block; position: relative; }

.assignedInstructors .staffEntry a span.elleWord { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: -moz-flex; display: flex; flex-wrap: nowrap; -moz-justify-content: center; justify-content: center; -moz-align-items: center; align-items: center; align-content: center; }

/*body.post-type-archive { #mainContent p{ width: 100%; //max-width: 830px; //max-width: 960px; margin-left: auto; margin-right: auto; } }*/
/*.mindbodyWidget { h4 { margin-bottom: 0; } }*/
.staffDirectory { display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: space-between; justify-content: space-between; }

.staffDirectory .staffEntry { width: 100%; margin-bottom: 40px; /* Larger than phablet (also point when grid becomes active) */ /* Larger than tablet */ /* Larger than desktop */ /* Larger than Desktop HD */ }

@media (min-width: 750px) { .staffDirectory .staffEntry { width: 48%; } }

@media (min-width: 1000px) { .staffDirectory .staffEntry { width: 31%; } }

@media (min-width: 1200px) { .staffDirectory .staffEntry { width: 23%; } }

.staffDirectory .staffEntry .thumbnail { margin-bottom: 20px; }

.staffDirectory .staffEntry .thumbnail img { width: 100%; box-sizing: border-box; display: block; padding: 12px; }

.staffDirectory .staffEntry .thumbnail a { display: block; position: relative; }

.staffDirectory .staffEntry .thumbnail a span.elleWord { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: -moz-flex; display: flex; flex-wrap: nowrap; -moz-justify-content: center; justify-content: center; -moz-align-items: center; align-items: center; align-content: center; }

.staffDirectory .staffEntry h2 { margin-bottom: 0; }

.staffDirectory .staffEntry .excerptWrapper { margin-left: 20px; }

.staffDirectory .staffEntry .excerptWrapper .readMore { text-align: right; }

.imageHeader { padding-top: 40px; padding-bottom: 40px; /* Larger than desktop */ }

@media (min-width: 1000px) { .imageHeader { padding-top: 80px; padding-bottom: 80px; } }

.imageHeader .imageHeaderInner { text-align: center; padding-top: 10px; padding-bottom: 10px; display: -moz-flex; display: flex; flex-wrap: nowrap; -moz-justify-content: space-between; justify-content: space-between; -moz-align-items: center; align-items: center; align-content: center; }

.imageHeader .imageHeaderInner div { height: 16px; width: 100%; -moz-flex-grow: 2; flex-grow: 2; }

.imageHeader .imageHeaderInner h1 { margin-bottom: 0; padding-left: 20px; padding-right: 20px; -moz-flex-grow: 1; flex-grow: 1; flex-shrink: 0; }

body.post-type-archive .brandSlogan { text-align: center; }

.serviceDirectory { margin-top: 4rem; display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: space-between; justify-content: space-between; }

.serviceDirectory .serviceEntry { width: 100%; /* Larger than phablet (also point when grid becomes active) */ /* Larger than tablet */ /* Larger than desktop */ /* Larger than Desktop HD */ position: relative; margin-bottom: 40px; }

@media (min-width: 750px) { .serviceDirectory .serviceEntry { width: 48%; } }

@media (min-width: 1000px) { .serviceDirectory .serviceEntry { width: 31%; } }

.serviceDirectory .serviceEntry .thumbnail img { width: 100%; box-sizing: border-box; display: block; padding: 12px; }

.serviceDirectory .serviceEntry h2 { position: absolute; top: 16px; left: 12px; width: calc(100% - 24px); box-sizing: border-box; display: block; padding: 10px; margin-bottom: 0; }

.serviceDirectory .serviceEntry .excerptWrapper { box-sizing: border-box; position: absolute; bottom: 12px; left: 12px; width: calc(100% - 24px); height: 32%; /* Larger than phablet (also point when grid becomes active) */ /* Larger than tablet */ /* Larger than desktop */ /* Larger than Desktop HD */ /* Larger than Desktop HD */ padding: 10px; }

@media (min-width: 550px) { .serviceDirectory .serviceEntry .excerptWrapper { height: 20%; } }

@media (min-width: 750px) { .serviceDirectory .serviceEntry .excerptWrapper { height: 32%; } }

@media (min-width: 1000px) { .serviceDirectory .serviceEntry .excerptWrapper { height: 38%; } }

@media (min-width: 1200px) { .serviceDirectory .serviceEntry .excerptWrapper { height: 32%; } }

@media (min-width: 1400px) { .serviceDirectory .serviceEntry .excerptWrapper { height: 24%; } }

.serviceDirectory .serviceEntry .excerptWrapper p { margin-bottom: 0; display: block; }

.serviceDirectory .serviceEntry .excerptWrapper a.button { position: absolute; right: 10px; bottom: 10px; margin-bottom: 0; padding: 6.6666666667px 10px; height: auto; line-height: 1; }

/* flexible content modules */
.flexibleContentModules section { padding-top: 20px; padding-bottom: 20px; /* Larger than desktop */ }

@media (min-width: 1000px) { .flexibleContentModules section { padding-top: 40px; padding-bottom: 40px; } }

.flexibleContentModules section:last-of-type { /* Larger than desktop */ }

@media (min-width: 1000px) { .flexibleContentModules section:last-of-type { padding-bottom: 0; } }

body.home .flexibleContentModules section { /*&:last-of-type { @include responsive(larger-than-desktop) { @include globalPaddingVertical; } }*/ padding-top: 5px; padding-bottom: 5px; /* Larger than desktop */ }

@media (min-width: 1000px) { body.home .flexibleContentModules section { padding-top: 10px; padding-bottom: 10px; } }

section.home_page_slogan h4 { margin-bottom: 0; }

section.slogan { text-align: center; padding-top: 10px; padding-bottom: 10px; /* Larger than desktop */ /*margin-bottom: $globalPaddingUnit*2; @include responsive(larger-than-desktop) { margin-bottom:$globalPaddingUnit*4; }*/ }

@media (min-width: 1000px) { section.slogan { padding-top: 20px; padding-bottom: 20px; } }

section.servicesListing { padding-top: 18px !important; padding-bottom: 10px !important; text-align: center; /* Larger than tablet */ }

section.servicesListing span.plus { margin-left: 10px; margin-right: 10px; }

section.servicesListing ul { margin-bottom: 0; margin-left: 0; }

section.servicesListing ul li { margin-bottom: 0; margin-left: 0; }

section.servicesListing ul li:last-of-type { margin-left: -20px; }

@media (min-width: 750px) { section.servicesListing ul { display: -moz-flex; display: flex; flex-wrap: nowrap; -moz-justify-content: center; justify-content: center; } section.servicesListing ul li:last-of-type { margin-left: 0; } }

section.missionStatementGraphic { text-align: center; padding-top: 20px; padding-bottom: 20px; /* Larger than tablet */ }

@media (min-width: 750px) { section.missionStatementGraphic { padding-top: 100px; padding-bottom: 100px; } }

section.missionStatementGraphic img { margin-bottom: 10px; }

section.missionStatementGraphic .missionStatement { max-width: 600px; width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 20px; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { section.missionStatementGraphic .missionStatement { margin-bottom: 30px; } }

section.comingSoon { text-align: center; }

section.homePageHeroMobile h1, section.homePageHero h1 { margin-bottom: 10px; }

section.homePageHeroMobile h2, section.homePageHero h2 { margin-bottom: 20px; }

section.homePageHeroMobile { padding-bottom: 0; }

section.homePageHeroMobile .mobileHeroImg { width: 100%; min-height: calc(100vh/3); }

section.homePageHero { /* Larger than tablet */ }

@media (min-width: 750px) { section.homePageHero { min-height: calc(100vh/3*1.25); max-height: 600px; } }

section.fullWidthImage { /* Larger than tablet */ }

@media (min-width: 750px) { section.fullWidthImage { min-height: calc(100vh/3*2); } }

section.fullWidthImage .contentImage { width: 100%; min-height: calc(100vh/3); /* Larger than tablet */ }

@media (min-width: 750px) { section.fullWidthImage .contentImage { min-height: calc(100vh/3*2); } }

section.ctaButton { text-align: center; padding-top: 20px; padding-bottom: 20px; /* Larger than desktop */ }

@media (min-width: 1000px) { section.ctaButton { padding-top: 40px; padding-bottom: 40px; } }

section.ctaContent { text-align: center; padding-top: 20px; padding-bottom: 20px; /* Larger than desktop */ }

@media (min-width: 1000px) { section.ctaContent { padding-top: 40px; padding-bottom: 40px; } }

section.ctaContent h1, section.ctaContent h2, section.ctaContent h3, section.ctaContent h4, section.ctaContent h5, section.ctaContent h6, section.ctaContent p { max-width: 640px; margin-left: auto; margin-right: auto; text-align: left; }

section.ctaContent p:last-of-type { margin-bottom: 40px; }

section.carousel_panel { position: relative; }

section.carousel_panel .owl-dots { text-align: center; position: absolute; bottom: 10px; width: 100%; display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: center; justify-content: center; }

section.carousel_panel .owl-dots .owl-dot { width: 20px; height: 20px; margin-left: 5px; margin-right: 5px; }

section.carousel_panel .owl-dots .owl-dot i { display: block; width: 20px; height: 20px; }

section.carousel_panel .owl-prev, section.carousel_panel .owl-next { position: absolute; top: 50%; z-index: 100; margin-top: -16px; /*a{ display:block; width: 32px; height: 32px; }*/ }

section.carousel_panel .owl-prev { left: 10px; }

section.carousel_panel .owl-next { right: 10px; }

section.carousel_panel .slide { height: 300px; /* Larger than phablet (also point when grid becomes active) */ /* Larger than tablet */ /* Larger than desktop */ /* Larger than Desktop HD */ }

@media (min-width: 550px) { section.carousel_panel .slide { height: 420px; } }

@media (min-width: 750px) { section.carousel_panel .slide { height: 460px; } }

@media (min-width: 1000px) { section.carousel_panel .slide { height: 500px; } }

@media (min-width: 1200px) { section.carousel_panel .slide { height: 600px; } }

section.carousel_panel .slide .container { height: 100%; }

section.carousel_panel .slide .six, section.carousel_panel .slide .ten { height: 100%; display: -moz-flex; display: flex; flex-wrap: wrap; -moz-align-items: center; align-items: center; align-content: center; }

section.carousel_panel .slide .ten { /*h3, a.button { margin-left: auto; margin-right: auto; }*/ }

section.carousel_panel .slide .ten .alignCenterInner { width: 100%; text-align: center; }

section.imageGallery .photoGallery { list-style-type: none; margin: 0; display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: center; justify-content: center; }

section.imageGallery .photoGallery li { margin: 0; width: calc(100%/3); /* Larger than phablet (also point when grid becomes active) */ /* Larger than tablet */ /* Larger than desktop */ /* Larger than Desktop HD */ }

section.imageGallery .photoGallery li img { width: 100%; }

@media (min-width: 750px) { section.imageGallery .photoGallery li { width: calc(100%/3); } }

@media (min-width: 1000px) { section.imageGallery .photoGallery li { width: calc(100%/4); } }

section.imageGallery.imageGalleryWithContent .imageGalleryContentWrapper { display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: space-between; justify-content: space-between; -moz-align-items: center; align-items: center; }

section.imageGallery.imageGalleryWithContent.contentAlignRight .imageGalleryContentWrapper { -moz-flex-direction: row-reverse; flex-direction: row-reverse; }

section.imageGallery.imageGalleryWithContent .content { width: 100%; /* Larger than tablet */ }

@media (min-width: 750px) { section.imageGallery.imageGalleryWithContent .content { width: 33%; } }

section.imageGallery.imageGalleryWithContent .photoGallery { width: 100%; /* Larger than tablet */ }

@media (min-width: 750px) { section.imageGallery.imageGalleryWithContent .photoGallery { width: 65%; } }

section.imageGallery.imageGalleryWithContent .photoGallery li { margin-bottom: 20px; width: 31%; box-sizing: border-box; /* Larger than phablet (also point when grid becomes active) */ /* Larger than tablet */ /* Larger than desktop */ /* Larger than Desktop HD */ }

section.imageGallery.imageGalleryWithContent .photoGallery li img { width: 100%; box-sizing: border-box; display: block; padding: 12px; }

section.splitContent { /*@include flexbox; @include flex-wrap(wrap); @include justify-content(space-between); @include align-items(stretch); .content { width: calc(100%/1); @include globalPadding; @include flexbox; @include flex-wrap(wrap); @include align-items(center); @include responsive(larger-than-tablet) { min-height: calc(100vh/3*2); width: calc(100%/2); } } .contentImage { width: 100%; min-height: calc(100vh/3); @include responsive(larger-than-tablet) { min-height: calc(100vh/3*2); width: calc(100%/2); } } &.contentAlignRight{ @include flex-direction(row-reverse); }*/ }

section.splitContent.contentAlignRight .contentWrapper { -moz-flex-direction: row-reverse; flex-direction: row-reverse; }

section.splitContent .contentWrapper { display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: space-between; justify-content: space-between; }

section.splitContent .contentWrapper .content { width: 100%; display: -moz-flex; display: flex; flex-wrap: wrap; -moz-align-items: flex-start; align-items: flex-start; /* Larger than tablet */ }

@media (min-width: 750px) { section.splitContent .contentWrapper .content { width: 60%; } }

section.splitContent .contentWrapper .content h3 { margin-bottom: 0; }

section.splitContent .contentWrapper .content h4 { margin-bottom: 6.6666666667px; }

section.splitContent .contentWrapper .imgWrapper { width: 100%; display: -moz-flex; display: flex; flex-wrap: wrap; -moz-align-items: flex-start; align-items: flex-start; /* Larger than tablet */ }

@media (min-width: 750px) { section.splitContent .contentWrapper .imgWrapper { width: 33%; } }

section.splitContent .contentWrapper .imgWrapper img { width: 100%; box-sizing: border-box; display: block; padding: 12px; }

section.splitContent .contentWrapper .imgWrapper.imgMobile { margin-bottom: 20px; /* Larger than tablet */ }

@media (min-width: 750px) { section.splitContent .contentWrapper .imgWrapper.imgMobile { display: none; } }

section.splitContent .contentWrapper .imgWrapper.imgDesktop { display: none; /* Larger than tablet */ }

@media (min-width: 750px) { section.splitContent .contentWrapper .imgWrapper.imgDesktop { display: block; } }

section.wideImageAndContentBox.contentAlignBottom .contentWrapper { -moz-flex-direction: column-reverse; flex-direction: column-reverse; }

section.wideImageAndContentBox .contentWrapper { display: -moz-flex; display: flex; flex-wrap: wrap; -moz-justify-content: space-between; justify-content: space-between; }

section.wideImageAndContentBox .contentWrapper .content { width: 100%; display: -moz-flex; display: flex; flex-wrap: wrap; -moz-align-items: center; align-items: center; /* Larger than tablet */ }

section.wideImageAndContentBox .contentWrapper .imgWrapper { width: 100%; display: -moz-flex; display: flex; flex-wrap: wrap; -moz-align-items: center; align-items: center; /* Larger than tablet */ }

section.wideImageAndContentBox .contentWrapper .imgWrapper img { width: 100%; box-sizing: border-box; display: block; padding: 12px; }

section.googleMap { /*.map_canvas { //margin-left: 20px; //margin-right: 20px; //width: calc(100% - 40px); min-height: calc(100vh/3); max-height: 400px; @include responsive(larger-than-tablet) { margin: 0; width: 100%; min-height: calc(100vh/3); } }*/ }

section.googleMap .twelve { box-sizing: border-box; padding: 12px; }

/*.twelve { @include box-sizing; padding: 12px; }*/
.map_canvas { min-height: calc(100vh/3); max-height: 400px; /* Larger than tablet */ }

@media (min-width: 750px) { .map_canvas { margin: 0; width: 100%; min-height: calc(100vh/3); } }

/* #Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html { font-size: 62.5%; }

body { font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ line-height: 1.6; font-weight: 400; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 2rem; font-family: "Playfair Display", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif; font-weight: 300; font-style: normal; }

h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: 0; }

h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: 0; }

h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: 0; }

h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: 0; }

h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: 0; }

h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }

/* Larger than phablet */
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) { h1 { font-size: 5.0rem; } h2 { font-size: 4.2rem; } h3 { font-size: 3.6rem; } h4 { font-size: 3.0rem; } h5 { font-size: 2.4rem; } h6 { font-size: 1.5rem; } }

body.page-503 .comingSoonMessage { font-family: "Playfair Display", "Georgia", "Times New Roman", serif; }

body.page-503 .comingSoonMessage p { font-size: 1.2em; }

body.page-503 .comingSoonMessage p .numerals { font-size: 1.4em; }

body.page-503 .comingSoonMessage p:first-of-type { text-transform: uppercase; letter-spacing: 2px; }

body.page-503 .services { font-size: .9em; }

p { margin-top: 0; }

abbr { font-size: .9em; }

strong { font-weight: bold; }

em { font-style: italic; }

sup { font-size: .6em; vertical-align: super; }

/*span.amp{ font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif; font-style: italic; font-size: 1.2em; }*/
.headerMessage { font-size: .9em; font-weight: 600; line-height: 1.4em; }

header .servicesCTA a.button-primary { font-size: 1.2em; letter-spacing: 0px; }

.pageTitle h1 { text-transform: lowercase; font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { .pageTitle h1 h3 { font-size: 3.6rem; } }

footer #contactInfo h6, footer #mc_embed_signup h6 { text-transform: lowercase; font-size: 1.8rem; }

footer #contactInfo ul { font-size: .9em; }

footer nav { text-transform: lowercase; font-size: .9em; }

#copyright, .postDate, .entryMeta { font-size: .8em; line-height: 100%; }

#sidebar h5.widgettitle { text-transform: lowercase; }

.gform_wrapper .gfield_checkbox li label { font-size: 1.1em; font-weight: 300; line-height: 1.2em !important; }

.imageHeader h1 { font-size: 1.4em; letter-spacing: 0; font-weight: 600; }

body.single-staff .staffDescription h2 { font-size: 2.4rem; }

body.single-staff .staffDescription h3 { font-size: 2rem; text-transform: lowercase; }

body.single-staff .staffDescription h4 { font-size: 1.6rem; text-transform: lowercase; }

body.single-staff .staffDescription h4 span { font-weight: bold; letter-spacing: 1px; }

body.single-staff .staffDescription p { line-height: 1.6em; /* Larger than tablet */ }

@media (min-width: 750px) { body.single-staff .staffDescription p { line-height: 2em; } }

body.post-type-archive-packages .packageEntryWrapper h2 { text-transform: lowercase; }

body.single-services .serviceDescription h2 { text-transform: lowercase; }

body.post-type-archive-packages .packageEntryWrapper h3 { font-size: 1.2em; text-transform: lowercase; letter-spacing: 0; }

body.post-type-archive-packages .packageEntryWrapper .excerptWrapper { font-size: .8em; line-height: 1.2em; }

body.post-type-archive-packages .packageEntryWrapper .healcode-button { text-transform: uppercase; font-size: .9em; }

body.post-type-archive-packages .packageEntryWrapper select { font-weight: bold; }

body.single-services .serviceEntry h3, body.single-landingpages .serviceEntry h3, body.single-staff .serviceEntry h3 { font-size: 1.2em; text-transform: lowercase; }

body.single-services .serviceEntry .excerptWrapper, body.single-landingpages .serviceEntry .excerptWrapper, body.single-staff .serviceEntry .excerptWrapper { font-size: .8em; line-height: 1.2em; }

body.single-services .serviceEntry .healcode-button, body.single-landingpages .serviceEntry .healcode-button, body.single-staff .serviceEntry .healcode-button { text-transform: uppercase; font-size: .9em; }

body.single-services .serviceEntry select, body.single-landingpages .serviceEntry select, body.single-staff .serviceEntry select { font-weight: bold; }

.serviceDirectory .serviceEntry h2 { font-size: 1.2em; text-transform: lowercase; letter-spacing: 0; }

.serviceDirectory .serviceEntry .excerptWrapper p { font-size: .8em; line-height: 1.2em; /* Larger than phablet (also point when grid becomes active) */ /* Larger than tablet */ /* Larger than desktop */ /* Larger than Desktop HD */ }

@media (min-width: 1200px) { .serviceDirectory .serviceEntry .excerptWrapper p { font-size: .9em; } }

.assignedInstructors span.elleWord { font-family: "Playfair Display", "Georgia", "Times New Roman", serif; letter-spacing: 1px; font-weight: 600; font-size: 1.2em; text-transform: lowercase; }

.assignedInstructors h6 { text-transform: lowercase; }

.staffDirectory span.elleWord { font-family: "Playfair Display", "Georgia", "Times New Roman", serif; letter-spacing: 1px; font-weight: 600; font-size: 1.2em; text-transform: lowercase; }

.staffDirectory .staffEntry h2 { font-size: 1.2em; letter-spacing: 0; }

.staffDirectory .staffEntry h3 { font-size: 1em; text-transform: lowercase; letter-spacing: 0; }

.staffDirectory .staffEntry .readMore { font-family: "Playfair Display", "Georgia", "Times New Roman", serif; }

.staffDirectory .staffEntry .excerptWrapper p { font-size: .8em; line-height: 1.4em; }

.staffDirectory .staffEntry .excerptWrapper a { text-transform: uppercase; font-size: .9em; }

section h2.sectionTitle { text-transform: lowercase; font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { section h2.sectionTitle h3 { font-size: 3.6rem; } }

section.missionStatementGraphic .missionStatement { font-size: 1.2em; line-height: 1.2em; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { section.missionStatementGraphic .missionStatement { font-size: 1.8em; } }

section.missionStatementGraphic .services { line-height: 1.2em; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { section.missionStatementGraphic .services { font-size: 1.1em; letter-spacing: 1px; } }

section.home_page_slogan { /* Larger than phablet (also point when grid becomes active) */ /* Larger than desktop */ }

section.home_page_slogan h4 { font-size: 2rem; }

@media (min-width: 550px) { section.home_page_slogan h4 { font-size: 2.4rem; } }

@media (min-width: 1000px) { section.home_page_slogan h4 { font-size: 3.0rem; } }

section.servicesListing { font-size: 1.1em; font-weight: 700; }

section.carousel_panel { /* Larger than phablet (also point when grid becomes active) */ }

section.carousel_panel h3 { font-size: 3.6rem; line-height: 1.3; letter-spacing: 0; }

@media (min-width: 550px) { section.carousel_panel h3 { font-size: 4.2rem; } }

section.carousel_panel .owl-prev, section.carousel_panel .owl-next { font-size: 32px; }

section.carousel_panel .owl-dot { font-size: 20px; }

section.comingSoon { font-family: "Playfair Display", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif; font-weight: 300; font-style: normal; line-height: 1.7em; }

section.comingSoon .line1 { font-size: 1.4em; text-transform: uppercase; letter-spacing: 2px; }

section.comingSoon .line2 { font-size: 1.2em; }

section.comingSoon .numerals { font-size: 1.4em; }

section.homePageHeroMobile h1, section.homePageHeroMobile h2, section.homePageHero h1, section.homePageHero h2 { text-transform: uppercase; line-height: 90%; }

section.homePageHeroMobile h1, section.homePageHero h1 { font-size: 4.4em; }

section.homePageHeroMobile h2, section.homePageHero h2 { font-size: 1.6em; letter-spacing: 1px; }

section.splitContent h3 { font-size: 1.6em; }

section.splitContent h4 { font-size: 1em; text-transform: uppercase; letter-spacing: 1px; }

/* @end */
/* #Color
================================================== */
.placeholder { color: #aaa; }

[placeholder]:focus::-webkit-input-placeholder { -webkit-transition: opacity 0.5s 0.5s ease; transition: opacity 0.5s 0.5s ease; opacity: 0; }

body { background: #D7F1F1; color: #636466; }

#sidebar ul ul li, #posts .entry { border-bottom: 1px dashed #CCC; }

#sidebar ul ul li.last, #posts .entry.last { border-bottom: 0; }

.postDate a:link, .postDate a:visited, .entryMeta a:link, .entryMeta a:visited, .readMore a:link, .readMore a:visited { color: #5c908e; text-decoration: none; }

.postDate a:hover, .entryMeta a:hover, .readMore a:hover { color: #000; text-decoration: underline; }

a:link, a:visited { color: #5c908e; }

a:hover { color: #000; text-decoration: none; }

.wp-pagenavi { color: #BFD5D4; }

.wp-pagenavi a { color: #BFD5D4; }

.wp-pagenavi span.current { color: #000; }

.wp-pagenavi span.pages, .wp-pagenavi a.page, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink { border: 1px solid #BFD5D4; }

nav.pushy ul { list-style-type: none; }

nav.pushy ul li { list-style-type: none; }

nav.primary-menu-container ul { list-style-type: none; }

nav.primary-menu-container ul li { list-style-type: none; }

#sidebar ul { list-style-type: none; }

#sidebar ul li { list-style-type: none; }

#sidebar a:link, #sidebar a:visited { text-decoration: none; }

hr.pencil { border-top: none; background: url("images/pencilLine_1366x12.png"); background-repeat: repeat-x; background-position: left bottom; background-size: 1366px 12px; }

#contentWrapper { background: url("images/pencilLine_1366x12.png"); background-repeat: repeat-x; background-position: left bottom; background-size: 1366px 12px; /* Larger than tablet */ background-color: #FFF; }

@media (min-width: 750px) { #contentWrapper { background-size: 1366px 12px; } }

body.page-id-49 #contentWrapper { background: url("images/pencilLine_1366x12.png"), url("images/ContactUs_GreyHorizon1280x1187.jpg") scroll top left; background-repeat: repeat-x, no-repeat; background-position: left bottom, center center; background-size: 1366px 12px, cover; /* Larger than tablet */ }

@media (min-width: 750px) { body.page-id-49 #contentWrapper { background-size: 1366px 12px, cover; } }

body.page-id-117 #contentWrapper { background: url("images/pencilLine_1366x12.png"), url("images/FlowerIllustration_lightest_1280x1280.png"); background-repeat: repeat-x, no-repeat; background-position: left bottom, top center; background-size: 1366px 12px, contain; /* Larger than tablet */ background-color: #E5F4F4; }

@media (min-width: 750px) { body.page-id-117 #contentWrapper { background-size: 1366px 12px, contain; } }

.headerMessage { background-color: #f7d3d7; color: #FFF; }

.headerMessage a:link, .headerMessage a:visited { color: #FFF; text-shadow: 1px 1px 0px #f7d3d7; }

header { background-color: #BFD5D4; /* Larger than phablet (also point when grid becomes active) */ }

@media (min-width: 550px) { header { background: url("images/pencilLine_1366x12.png"); background-repeat: repeat-x; background-position: left bottom; background-size: 1366px 12px; background-color: #FFF; } }

footer .socialMapGroup .viewMap img { background: url("images/vertical_line-8x24.png"), url("images/vertical_line-8x24.png"), url("images/horizontal_line-24x8.png"), url("images/horizontal_line-24x8.png"), #FFF; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-position: right bottom, left top, left top, right bottom; background-size: 7px 7px, 7px 7px, 7px 7px, 7px 7px; }

footer #contactInfo ul { list-style-type: none; }

footer #contactInfo ul li { list-style-type: none; }

footer nav ul { list-style-type: none; }

footer nav ul li { list-style-type: none; }

footer #mc_embed_signup input[type="email"] { border-radius: 4px 0px 0px 4px; }

.searchform input[type="text"] { border-radius: 4px 0px 0px 4px; }

#posts h2 a:link, #posts h2 a:visited { text-decoration: none; }

.pageTitle h1 { background: url("images/pinkPlus_22x22.svg") no-repeat; background-size: 22px 22px; background-position: 0 50%; padding-left: 40px; margin-left: -40px; }

.socialBookmarks { list-style-type: none; }

.socialBookmarks span { display: none; }

.socialBookmarks li:nth-child(1n) a:link, .socialBookmarks li:nth-child(1n) a:visited { background: url("images/elle_social-icon_bkgnd_A_95x95.png") no-repeat; background-size: 100% 100%, cover; }

.socialBookmarks li:nth-child(2n) a:link, .socialBookmarks li:nth-child(2n) a:visited { background: url("images/elle_social-icon_bkgnd_B_95x95.png") no-repeat; background-size: 100% 100%, cover; }

.socialBookmarks li:nth-child(3n) a:link, .socialBookmarks li:nth-child(3n) a:visited { background: url("images/elle_social-icon_bkgnd_C_95x95.png") no-repeat; background-size: 100% 100%, cover; }

.socialBookmarks a:link, .socialBookmarks a:visited { color: #FFF; text-shadow: 1px 1px 0px #81adab; text-decoration: none; }

.socialBookmarks a:hover { color: #000; }

body.page-503 { background: #d7f1f1; color: #636466; }

body.page-503 #contentWrapper { background: url("images/503/pencilLine_1366x12.png"), url("images/503/greenBranch@2x_121x40.png"); background-repeat: repeat-x, no-repeat; background-position: left bottom, right bottom 15px; background-size: 1366px 12px, 60px 20px; /* Larger than tablet */ background-color: #FFF; }

@media (min-width: 750px) { body.page-503 #contentWrapper { background-size: 1366px 12px, 121px 40px; } }

body.page-503 .brandingWrapper { background: url("images/503/VertCirclesMobile@2x_390x916.png") no-repeat scroll top left; background-size: contain; background-position: center center; /* Larger than tablet */ }

@media (min-width: 750px) { body.page-503 .brandingWrapper { background: url("images/503/HorzCircles_desktop@2x_891x379.png") no-repeat scroll top left; background-size: contain; background-position: center center; } }

body.page-503 .logo { text-align: center; }

body.page-503 .logo .horizontalLogo { display: none; /* Larger than tablet */ }

@media (min-width: 750px) { body.page-503 .logo .horizontalLogo { display: inline; } }

body.page-503 .logo .stackedLogo { /* Larger than tablet */ }

@media (min-width: 750px) { body.page-503 .logo .stackedLogo { display: none; } }

body.page-503 .comingSoonMessage { color: #5f9ca9; }

h1, h2, h3, h4, h5, h6 { color: #5c908e; }

.imageHeader { background-size: cover; background-position: center center; background-repeat: no-repeat; }

.imageHeader .imageHeaderInner { background: rgba(255, 255, 255, 0.6); }

.imageHeader .imageHeaderInner div.first { border-right: 3px solid #5c908e; background: url("images/WaveyLine_120x32@2x.png") center center repeat-x; background-size: 15px 4px; background-position: center right; }

.imageHeader .imageHeaderInner div.last { border-left: 3px solid #5c908e; background: url("images/WaveyLine_120x32@2x.png") center center repeat-x; background-size: 15px 4px; background-position: center left; }

.imageHeader .imageHeaderInner h1 a:link, .imageHeader .imageHeaderInner h1 a:visited { text-decoration: none; }

body.single-staff .thumbnail img { background: url("images/vertical_line-8x24.png"), url("images/vertical_line-8x24.png"), url("images/horizontal_line-24x8.png"), url("images/horizontal_line-24x8.png"), #FFF; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-position: right bottom, left top, left top, right bottom; background-size: 7px 7px, 7px 7px, 7px 7px, 7px 7px; }

body.single-staff .staffDescription h2 .fa { color: #e4bcca; }

body.single-staff .staffDescription h3 { color: #636466; }

body.single-staff .staffDescription h4.elleWord { color: #e4bcca; }

body.single-landingpages .fullWidthImage, body.single-landingpages .halfWidthImage { background-color: #000; background-size: cover; background-repeat: no-repeat; background-position: center center; }

body.single-services .serviceEntry, body.single-landingpages .serviceEntry, body.single-staff .serviceEntry { border: 1px solid #CCC; /*.serviceEntryInner { background-image: url('images/vertical_line-8x24.png'),//bottom url('images/vertical_line-8x24.png'),//top url('images/horizontal_line-24x8.png'), //left url('images/horizontal_line-24x8.png'); //right background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-position: right bottom, left top, left top, right bottom; background-size: 7px 7px, 7px 7px, 7px 7px, 7px 7px; }*/ }

body.single-services .serviceEntry select.healcodeSelect, body.single-services .serviceEntry .healcodeButtonWrapper strong, body.single-landingpages .serviceEntry select.healcodeSelect, body.single-landingpages .serviceEntry .healcodeButtonWrapper strong, body.single-staff .serviceEntry select.healcodeSelect, body.single-staff .serviceEntry .healcodeButtonWrapper strong { color: #FFF; }

body.single-services .serviceEntry .healcodeButtonWrapper strong, body.single-landingpages .serviceEntry .healcodeButtonWrapper strong, body.single-staff .serviceEntry .healcodeButtonWrapper strong { border-radius: 5px 0 0 5px; }

body.single-services .serviceEntry.colors1, body.single-landingpages .serviceEntry.colors1, body.single-staff .serviceEntry.colors1 { background: #b3e0e0; }

body.single-services .serviceEntry.colors1 .sessionPricing li, body.single-landingpages .serviceEntry.colors1 .sessionPricing li, body.single-staff .serviceEntry.colors1 .sessionPricing li { border-bottom: 1px solid #96d4d4; }

body.single-services .serviceEntry.colors1 select, body.single-landingpages .serviceEntry.colors1 select, body.single-staff .serviceEntry.colors1 select { background: #88cece; border: 1px solid #88cece; }

body.single-services .serviceEntry.colors1 .healcodeButtonWrapper strong, body.single-landingpages .serviceEntry.colors1 .healcodeButtonWrapper strong, body.single-staff .serviceEntry.colors1 .healcodeButtonWrapper strong { background: #88cece; }

body.single-services .serviceEntry.colors2, body.single-landingpages .serviceEntry.colors2, body.single-staff .serviceEntry.colors2 { background: #a6c2c1; }

body.single-services .serviceEntry.colors2 .sessionPricing li, body.single-landingpages .serviceEntry.colors2 .sessionPricing li, body.single-staff .serviceEntry.colors2 .sessionPricing li { border-bottom: 1px solid #8eb1b0; }

body.single-services .serviceEntry.colors2 select, body.single-landingpages .serviceEntry.colors2 select, body.single-staff .serviceEntry.colors2 select { background: #82a9a8; border: 1px solid #82a9a8; }

body.single-services .serviceEntry.colors2 .healcodeButtonWrapper strong, body.single-landingpages .serviceEntry.colors2 .healcodeButtonWrapper strong, body.single-staff .serviceEntry.colors2 .healcodeButtonWrapper strong { background: #82a9a8; }

body.single-services .serviceEntry.colors3, body.single-landingpages .serviceEntry.colors3, body.single-staff .serviceEntry.colors3 { background: #fbeaea; }

body.single-services .serviceEntry.colors3 .sessionPricing li, body.single-landingpages .serviceEntry.colors3 .sessionPricing li, body.single-staff .serviceEntry.colors3 .sessionPricing li { border-bottom: 1px solid #f4c8c8; }

body.single-services .serviceEntry.colors3 select, body.single-landingpages .serviceEntry.colors3 select, body.single-staff .serviceEntry.colors3 select { background: #f1b7b7; border: 1px solid #f1b7b7; }

body.single-services .serviceEntry.colors3 .healcodeButtonWrapper strong, body.single-landingpages .serviceEntry.colors3 .healcodeButtonWrapper strong, body.single-staff .serviceEntry.colors3 .healcodeButtonWrapper strong { background: #f1b7b7; }

body.single-services .serviceEntry.colors4, body.single-landingpages .serviceEntry.colors4, body.single-staff .serviceEntry.colors4 { background: #f0d6df; }

body.single-services .serviceEntry.colors4 .sessionPricing li, body.single-landingpages .serviceEntry.colors4 .sessionPricing li, body.single-staff .serviceEntry.colors4 .sessionPricing li { border-bottom: 1px solid #e5b8c8; }

body.single-services .serviceEntry.colors4 select, body.single-landingpages .serviceEntry.colors4 select, body.single-staff .serviceEntry.colors4 select { background: #e0a9bc; border: 1px solid #e0a9bc; }

body.single-services .serviceEntry.colors4 .healcodeButtonWrapper strong, body.single-landingpages .serviceEntry.colors4 .healcodeButtonWrapper strong, body.single-staff .serviceEntry.colors4 .healcodeButtonWrapper strong { background: #e0a9bc; }

body.single-services .serviceEntry.colors5, body.single-landingpages .serviceEntry.colors5, body.single-staff .serviceEntry.colors5 { background: #f0cfb9; }

body.single-services .serviceEntry.colors5 .sessionPricing li, body.single-landingpages .serviceEntry.colors5 .sessionPricing li, body.single-staff .serviceEntry.colors5 .sessionPricing li { border-bottom: 1px solid #e9b897; }

body.single-services .serviceEntry.colors5 select, body.single-landingpages .serviceEntry.colors5 select, body.single-staff .serviceEntry.colors5 select { background: #e5ac87; border: 1px solid #e5ac87; }

body.single-services .serviceEntry.colors5 .healcodeButtonWrapper strong, body.single-landingpages .serviceEntry.colors5 .healcodeButtonWrapper strong, body.single-staff .serviceEntry.colors5 .healcodeButtonWrapper strong { background: #e5ac87; }

body.single-services .serviceEntry.colors6, body.single-landingpages .serviceEntry.colors6, body.single-staff .serviceEntry.colors6 { background: #f6d3d7; }

body.single-services .serviceEntry.colors6 .sessionPricing li, body.single-landingpages .serviceEntry.colors6 .sessionPricing li, body.single-staff .serviceEntry.colors6 .sessionPricing li { border-bottom: 1px solid #efb1b8; }

body.single-services .serviceEntry.colors6 select, body.single-landingpages .serviceEntry.colors6 select, body.single-staff .serviceEntry.colors6 select { background: #eca0a9; border: 1px solid #eca0a9; }

body.single-services .serviceEntry.colors6 .healcodeButtonWrapper strong, body.single-landingpages .serviceEntry.colors6 .healcodeButtonWrapper strong, body.single-staff .serviceEntry.colors6 .healcodeButtonWrapper strong { background: #eca0a9; }

body.single-services .serviceEntry.colors7, body.single-landingpages .serviceEntry.colors7, body.single-staff .serviceEntry.colors7 { background: #def1f1; }

body.single-services .serviceEntry.colors7 .sessionPricing li, body.single-landingpages .serviceEntry.colors7 .sessionPricing li, body.single-staff .serviceEntry.colors7 .sessionPricing li { border-bottom: 1px solid #c1e5e5; }

body.single-services .serviceEntry.colors7 select, body.single-landingpages .serviceEntry.colors7 select, body.single-staff .serviceEntry.colors7 select { background: #b3dfdf; border: 1px solid #b3dfdf; }

body.single-services .serviceEntry.colors7 .healcodeButtonWrapper strong, body.single-landingpages .serviceEntry.colors7 .healcodeButtonWrapper strong, body.single-staff .serviceEntry.colors7 .healcodeButtonWrapper strong { background: #b3dfdf; }

body.single-services .serviceEntry.colors8, body.single-landingpages .serviceEntry.colors8, body.single-staff .serviceEntry.colors8 { background: #dad0e3; }

body.single-services .serviceEntry.colors8 .sessionPricing li, body.single-landingpages .serviceEntry.colors8 .sessionPricing li, body.single-staff .serviceEntry.colors8 .sessionPricing li { border-bottom: 1px solid #c6b6d4; }

body.single-services .serviceEntry.colors8 select, body.single-landingpages .serviceEntry.colors8 select, body.single-staff .serviceEntry.colors8 select { background: #bcaacc; border: 1px solid #bcaacc; }

body.single-services .serviceEntry.colors8 .healcodeButtonWrapper strong, body.single-landingpages .serviceEntry.colors8 .healcodeButtonWrapper strong, body.single-staff .serviceEntry.colors8 .healcodeButtonWrapper strong { background: #bcaacc; }

body.single-services .serviceEntry h3, body.single-landingpages .serviceEntry h3, body.single-staff .serviceEntry h3 { background: rgba(255, 255, 255, 0.7); }

body.single-services .serviceEntry h3 .fa, body.single-landingpages .serviceEntry h3 .fa, body.single-staff .serviceEntry h3 .fa { color: #e4bcca; }

body.single-services .serviceEntry .healcode-button, body.single-landingpages .serviceEntry .healcode-button, body.single-staff .serviceEntry .healcode-button { background: rgba(255, 255, 255, 0.7); }

body.single-services .serviceEntry .healcode-button:link, body.single-services .serviceEntry .healcode-button:visited, body.single-landingpages .serviceEntry .healcode-button:link, body.single-landingpages .serviceEntry .healcode-button:visited, body.single-staff .serviceEntry .healcode-button:link, body.single-staff .serviceEntry .healcode-button:visited { text-decoration: none; }

body.single-services .serviceEntry .healcode-button:hover, body.single-landingpages .serviceEntry .healcode-button:hover, body.single-staff .serviceEntry .healcode-button:hover { background: white; }

body.single-services .serviceEntry ul.sessionPricing, body.single-landingpages .serviceEntry ul.sessionPricing, body.single-staff .serviceEntry ul.sessionPricing { list-style-type: none; }

body.single-services .serviceEntry ul.sessionPricing li, body.single-landingpages .serviceEntry ul.sessionPricing li, body.single-staff .serviceEntry ul.sessionPricing li { list-style-type: none; }

body.single-services .serviceEntry hr, body.single-landingpages .serviceEntry hr, body.single-staff .serviceEntry hr { border-top-color: #636466; }

body.post-type-archive-packages .packageEntryWrapper { background: #f8fcfc; }

body.post-type-archive-packages .packageEntryWrapper h2 { /*.fa { color: $brand-pink-dark; }*/ background: url("images/pinkPlus_22x22.svg") no-repeat; background-size: 22px 22px; background-position: 0 65%; padding-left: 40px; }

body.post-type-archive-packages .packageEntry { border: 1px solid #CCC; /*ul.sessionPricing { list-style-type: none; li { list-style-type: none; } }*/ }

body.post-type-archive-packages .packageEntry select.healcodeSelect, body.post-type-archive-packages .packageEntry .healcodeButtonWrapper strong { color: #FFF; }

body.post-type-archive-packages .packageEntry .healcodeButtonWrapper strong { border-radius: 5px 0 0 5px; }

body.post-type-archive-packages .packageEntry.colors1 { background: #b3e0e0; }

body.post-type-archive-packages .packageEntry.colors1 .sessionPricing li { border-bottom: 1px solid #96d4d4; }

body.post-type-archive-packages .packageEntry.colors1 select { background: #88cece; border: 1px solid #88cece; }

body.post-type-archive-packages .packageEntry.colors1 .healcodeButtonWrapper strong { background: #88cece; }

body.post-type-archive-packages .packageEntry.colors2 { background: #a6c2c1; }

body.post-type-archive-packages .packageEntry.colors2 .sessionPricing li { border-bottom: 1px solid #8eb1b0; }

body.post-type-archive-packages .packageEntry.colors2 select { background: #82a9a8; border: 1px solid #82a9a8; }

body.post-type-archive-packages .packageEntry.colors2 .healcodeButtonWrapper strong { background: #82a9a8; }

body.post-type-archive-packages .packageEntry.colors3 { background: #fbeaea; }

body.post-type-archive-packages .packageEntry.colors3 .sessionPricing li { border-bottom: 1px solid #f4c8c8; }

body.post-type-archive-packages .packageEntry.colors3 select { background: #f1b7b7; border: 1px solid #f1b7b7; }

body.post-type-archive-packages .packageEntry.colors3 .healcodeButtonWrapper strong { background: #f1b7b7; }

body.post-type-archive-packages .packageEntry.colors4 { background: #f0d6df; }

body.post-type-archive-packages .packageEntry.colors4 .sessionPricing li { border-bottom: 1px solid #e5b8c8; }

body.post-type-archive-packages .packageEntry.colors4 select { background: #e0a9bc; border: 1px solid #e0a9bc; }

body.post-type-archive-packages .packageEntry.colors4 .healcodeButtonWrapper strong { background: #e0a9bc; }

body.post-type-archive-packages .packageEntry.colors5 { background: #f0cfb9; }

body.post-type-archive-packages .packageEntry.colors5 .sessionPricing li { border-bottom: 1px solid #e9b897; }

body.post-type-archive-packages .packageEntry.colors5 select { background: #e5ac87; border: 1px solid #e5ac87; }

body.post-type-archive-packages .packageEntry.colors5 .healcodeButtonWrapper strong { background: #e5ac87; }

body.post-type-archive-packages .packageEntry.colors6 { background: #f6d3d7; }

body.post-type-archive-packages .packageEntry.colors6 .sessionPricing li { border-bottom: 1px solid #efb1b8; }

body.post-type-archive-packages .packageEntry.colors6 select { background: #eca0a9; border: 1px solid #eca0a9; }

body.post-type-archive-packages .packageEntry.colors6 .healcodeButtonWrapper strong { background: #eca0a9; }

body.post-type-archive-packages .packageEntry.colors7 { background: #def1f1; }

body.post-type-archive-packages .packageEntry.colors7 .sessionPricing li { border-bottom: 1px solid #c1e5e5; }

body.post-type-archive-packages .packageEntry.colors7 select { background: #b3dfdf; border: 1px solid #b3dfdf; }

body.post-type-archive-packages .packageEntry.colors7 .healcodeButtonWrapper strong { background: #b3dfdf; }

body.post-type-archive-packages .packageEntry.colors8 { background: #dad0e3; }

body.post-type-archive-packages .packageEntry.colors8 .sessionPricing li { border-bottom: 1px solid #c6b6d4; }

body.post-type-archive-packages .packageEntry.colors8 select { background: #bcaacc; border: 1px solid #bcaacc; }

body.post-type-archive-packages .packageEntry.colors8 .healcodeButtonWrapper strong { background: #bcaacc; }

body.post-type-archive-packages .packageEntry h3 { background: rgba(255, 255, 255, 0.7); }

body.post-type-archive-packages .packageEntry h3 .fa { color: #e4bcca; }

body.post-type-archive-packages .packageEntry .healcode-button { background: rgba(255, 255, 255, 0.7); }

body.post-type-archive-packages .packageEntry .healcode-button:link, body.post-type-archive-packages .packageEntry .healcode-button:visited { text-decoration: none; }

body.post-type-archive-packages .packageEntry .healcode-button:hover { background: white; }

body.post-type-archive-packages .packageEntry hr { border-top-color: #636466; }

body.single-services .thumbnail img { background: url("images/vertical_line-8x24.png"), url("images/vertical_line-8x24.png"), url("images/horizontal_line-24x8.png"), url("images/horizontal_line-24x8.png"), #FFF; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-position: right bottom, left top, left top, right bottom; background-size: 7px 7px, 7px 7px, 7px 7px, 7px 7px; }

body.single-services h2 .fa { color: #e4bcca; }

.assignedInstructors h5 a:link, .assignedInstructors h5 a:visited { text-decoration: none; }

.assignedInstructors h5 a:link .fa, .assignedInstructors h5 a:visited .fa { color: #e4bcca; }

.assignedInstructors a { /*&:hover { img {  @include filter(grayscale, 100%); } }*/ }

.assignedInstructors a span.elleWord { background: rgba(247, 211, 215, 0.85); }

.staffDirectory a { /*&:hover { img {  @include filter(grayscale, 100%); } }*/ }

.staffDirectory a span.elleWord { background: rgba(247, 211, 215, 0.85); }

.staffDirectory .staffEntry img { background: url("images/vertical_line-8x24.png"), url("images/vertical_line-8x24.png"), url("images/horizontal_line-24x8.png"), url("images/horizontal_line-24x8.png"), #FFF; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-position: right bottom, left top, left top, right bottom; background-size: 7px 7px, 7px 7px, 7px 7px, 7px 7px; }

.staffDirectory .staffEntry h2 a:link, .staffDirectory .staffEntry h2 a:visited { text-decoration: none; }

.staffDirectory .staffEntry h2 a:link .fa, .staffDirectory .staffEntry h2 a:visited .fa { color: #e4bcca; }

.serviceDirectory .serviceEntry h2 { background: rgba(255, 255, 255, 0.7); }

.serviceDirectory .serviceEntry h2 a:link, .serviceDirectory .serviceEntry h2 a:visited { text-decoration: none; }

.serviceDirectory .serviceEntry h2 a:link .fa, .serviceDirectory .serviceEntry h2 a:visited .fa { color: #e4bcca; }

.serviceDirectory .serviceEntry .excerptWrapper { background: rgba(255, 255, 255, 0.7); }

.serviceDirectory .serviceEntry img { background: url("images/vertical_line-8x24.png"), url("images/vertical_line-8x24.png"), url("images/horizontal_line-24x8.png"), url("images/horizontal_line-24x8.png"), #FFF; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-position: right bottom, left top, left top, right bottom; background-size: 7px 7px, 7px 7px, 7px 7px, 7px 7px; }

/* Flexible Content Modules */
section h2.sectionTitle { background: url("images/pinkPlus_22x22.svg") no-repeat; background-size: 22px 22px; background-position: 0 50%; padding-left: 40px; /* Larger than tablet */ }

@media (min-width: 750px) { section h2.sectionTitle { margin-left: -40px; } }

section.imageGallery { /*img { @include filter(grayscale, 100%); } img:hover { @include filter(grayscale, 00%); }*/ }

section.carousel_panel .owl-dots .owl-dot { color: #b2e0e1; text-shadow: 1px 1px 1px #000; }

section.carousel_panel .owl-dots .owl-dot.active { color: #f7d3d7; }

section.carousel_panel .owl-prev, section.carousel_panel .owl-next { color: #b2e0e1; }

section.carousel_panel .owl-prev:hover, section.carousel_panel .owl-next:hover { color: #FFF; }

section.carousel_panel .slide { background-size: cover; background-position: center center; background-repeat: no-repeat; }

section.carousel_panel .slide.lightText h3, section.carousel_panel .slide.lightText h4 { text-shadow: 1px 1px 1px #000; }

section.carousel_panel .slide.lightText h3 { color: #FFF; }

section.carousel_panel .slide.lightText h4, section.carousel_panel .slide.lightText h4 a:link, section.carousel_panel .slide.lightText h4 a:visited { color: #FFF; text-decoration: none; }

section.carousel_panel .slide.lightText h4 a:hover { color: #FFF; text-decoration: underline; }

section.carousel_panel .slide.darkText h3, section.carousel_panel .slide.darkText h4 { text-shadow: 1px 1px 1px #FFF; }

section.carousel_panel .slide.darkText h3 { color: #5c908e; }

section.carousel_panel .slide.darkText h4, section.carousel_panel .slide.darkText h4 a:link, section.carousel_panel .slide.darkText h4 a:visited { color: #5c908e; text-decoration: none; }

section.carousel_panel .slide.darkText h4 a:hover { color: #5c908e; text-decoration: underline; }

section.googleMap .twelve { background: url("images/vertical_line-8x24.png"), url("images/vertical_line-8x24.png"), url("images/horizontal_line-24x8.png"), url("images/horizontal_line-24x8.png"), #FFF; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-position: right bottom, left top, left top, right bottom; background-size: 7px 7px, 7px 7px, 7px 7px, 7px 7px; }

section.imageGalleryWithContent li img { background: url("images/vertical_line-8x24.png"), url("images/vertical_line-8x24.png"), url("images/horizontal_line-24x8.png"), url("images/horizontal_line-24x8.png"), #FFF; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-position: right bottom, left top, left top, right bottom; background-size: 7px 7px, 7px 7px, 7px 7px, 7px 7px; }

section.splitContent { /*background: url('images/About_PinkPaperTexture_1280x552.jpg') no-repeat scroll top left; background-size: cover; background-position: center center;*/ background: url("images/pencilLine_1366x12.png"), url("images/About_BlueWrinkleTexture_1280x855.jpg"); background-repeat: repeat-x, repeat-x; background-position: left bottom, left bottom; background-size: 1366px 12px, cover; }

section.splitContent.whiteBkg { background: url("images/white_5x5.png"), url("images/white_5x5.png"); background-repeat: repeat-x, repeat; }

section.splitContent img { background: url("images/vertical_line-8x24.png"), url("images/vertical_line-8x24.png"), url("images/horizontal_line-24x8.png"), url("images/horizontal_line-24x8.png"), #FFF; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-position: right bottom, left top, left top, right bottom; background-size: 7px 7px, 7px 7px, 7px 7px, 7px 7px; }

section.wideImageAndContentBox { /*background: url('images/About_BlueWrinkleTexture_1280x855.jpg') no-repeat scroll top left; background-size: cover; background-position: center center;*/ background: url("images/pencilLine_1366x12.png"), url("images/About_PinkPaperTexture_1280x552.png"); background-repeat: repeat-x, no-repeat; background-position: left bottom, left bottom; background-size: 1366px 12px, cover; }

section.wideImageAndContentBox img { background: url("images/diamond_24x24.png"), url("images/diamond_24x24.png"), url("images/diamond_24x24.png"), url("images/diamond_24x24.png"), #FFF; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-position: right bottom, left top, left top, right bottom; background-size: 7px 7px, 7px 7px, 7px 7px, 7px 7px; }

section.homePageHeroMobile { /* Larger than tablet */ }

@media (min-width: 750px) { section.homePageHeroMobile { display: none; } }

section.homePageHeroMobile .mobileHeroImg { background-color: #000; background-size: cover; background-repeat: no-repeat; background-position: center center; }

section.homePageHeroMobile .mobileHeroImg.imageAlignLeft { background-position: left center; }

section.homePageHeroMobile .mobileHeroImg.imageAlignRight { background-position: right center; }

section.homePageHeroMobile .mobileHeroImg.imageAlignCenter { background-position: center center; }

section.homePageHero { display: none; /* Larger than tablet */ background-color: #000; background-size: cover; background-repeat: no-repeat; background-position: center center; }

@media (min-width: 750px) { section.homePageHero { display: block; } }

section.homePageHero.imageAlignLeft { background-position: left center; }

section.homePageHero.imageAlignRight { background-position: right center; }

section.homePageHero.imageAlignCenter { background-position: center center; }

section.splitContent .contentImage, section.fullWidthImage .contentImage { background-color: #000; background-size: cover; background-repeat: no-repeat; background-position: center center; }

section.servicesListing { background: url("images/pencilLine_1366x12.png"); background-repeat: repeat-x; background-position: left top; background-size: 1366px 12px; color: #5c908e; }

section.servicesListing ul { list-style-type: none; }

section.servicesListing ul li { list-style-type: none; }

section.servicesListing ul li:last-of-type span.plus { display: none; }

section.slogan { background: #D7F1F1; }

section.missionStatementGraphic { /* Larger than tablet */ }

section.missionStatementGraphic img.desktop { display: none; /* Larger than tablet */ }

@media (min-width: 750px) { section.missionStatementGraphic img.desktop { display: inline; } }

section.missionStatementGraphic img.mobile { /* Larger than tablet */ }

@media (min-width: 750px) { section.missionStatementGraphic img.mobile { display: none; } }

@media (min-width: 750px) { section.missionStatementGraphic { background: url("images/Circles_horiz_multiColor_243x138.svg") no-repeat scroll top left; background-size: contain; background-position: center center; } }

section.missionStatementGraphic .services { color: #5c908e; }

section.comingSoon { color: #5c908e; }

section.bkgWhite { background: #FFF; color: #003737; }

section.bkgStone { background: #e5eae5; color: #003737; }

section.bkgStone h3 { color: #B5B7A0; }

section.bkgStone h4 { color: #003737; }

section.bkgStone h5 { color: #333333; }

section.bkgMoss { background: #B5B7A0; color: #003737; }

section.bkgCrimson { background: #e81947; color: #e5eae5; }

section.bkgTeal { background: #003737; color: #e5eae5; }

section.bkgTeal h3 { color: #B5B7A0; }

section.bkgTeal h4 { color: #FFF; }

section.bkgBlack { background: #000; color: #e5eae5; }

section.bkgBlack h3 { color: #333333; }

section.bkgBlack h4 { color: #e81947; }

/* @end */
/*! Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0"); src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }

.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.3333333333em; line-height: 0.75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.2857142857em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.1428571429em; list-style-type: none; }

.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.1428571429em; width: 2.1428571429em; top: 0.1428571429em; text-align: center; }

.fa-li.fa-lg { left: -1.8571428571em; }

.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; }

.fa-pull-left { float: left; }

.fa-pull-right { float: right; }

.fa.fa-pull-left { margin-right: .3em; }

.fa.fa-pull-right { margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }

.fa.pull-right { margin-left: .3em; }

.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }

.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg); }

.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }

.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { -webkit-filter: none; filter: none; }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before { content: ""; }

.fa-music:before { content: ""; }

.fa-search:before { content: ""; }

.fa-envelope-o:before { content: ""; }

.fa-heart:before { content: ""; }

.fa-star:before { content: ""; }

.fa-star-o:before { content: ""; }

.fa-user:before { content: ""; }

.fa-film:before { content: ""; }

.fa-th-large:before { content: ""; }

.fa-th:before { content: ""; }

.fa-th-list:before { content: ""; }

.fa-check:before { content: ""; }

.fa-remove:before, .fa-close:before, .fa-times:before { content: ""; }

.fa-search-plus:before { content: ""; }

.fa-search-minus:before { content: ""; }

.fa-power-off:before { content: ""; }

.fa-signal:before { content: ""; }

.fa-gear:before, .fa-cog:before { content: ""; }

.fa-trash-o:before { content: ""; }

.fa-home:before { content: ""; }

.fa-file-o:before { content: ""; }

.fa-clock-o:before { content: ""; }

.fa-road:before { content: ""; }

.fa-download:before { content: ""; }

.fa-arrow-circle-o-down:before { content: ""; }

.fa-arrow-circle-o-up:before { content: ""; }

.fa-inbox:before { content: ""; }

.fa-play-circle-o:before { content: ""; }

.fa-rotate-right:before, .fa-repeat:before { content: ""; }

.fa-refresh:before { content: ""; }

.fa-list-alt:before { content: ""; }

.fa-lock:before { content: ""; }

.fa-flag:before { content: ""; }

.fa-headphones:before { content: ""; }

.fa-volume-off:before { content: ""; }

.fa-volume-down:before { content: ""; }

.fa-volume-up:before { content: ""; }

.fa-qrcode:before { content: ""; }

.fa-barcode:before { content: ""; }

.fa-tag:before { content: ""; }

.fa-tags:before { content: ""; }

.fa-book:before { content: ""; }

.fa-bookmark:before { content: ""; }

.fa-print:before { content: ""; }

.fa-camera:before { content: ""; }

.fa-font:before { content: ""; }

.fa-bold:before { content: ""; }

.fa-italic:before { content: ""; }

.fa-text-height:before { content: ""; }

.fa-text-width:before { content: ""; }

.fa-align-left:before { content: ""; }

.fa-align-center:before { content: ""; }

.fa-align-right:before { content: ""; }

.fa-align-justify:before { content: ""; }

.fa-list:before { content: ""; }

.fa-dedent:before, .fa-outdent:before { content: ""; }

.fa-indent:before { content: ""; }

.fa-video-camera:before { content: ""; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: ""; }

.fa-pencil:before { content: ""; }

.fa-map-marker:before { content: ""; }

.fa-adjust:before { content: ""; }

.fa-tint:before { content: ""; }

.fa-edit:before, .fa-pencil-square-o:before { content: ""; }

.fa-share-square-o:before { content: ""; }

.fa-check-square-o:before { content: ""; }

.fa-arrows:before { content: ""; }

.fa-step-backward:before { content: ""; }

.fa-fast-backward:before { content: ""; }

.fa-backward:before { content: ""; }

.fa-play:before { content: ""; }

.fa-pause:before { content: ""; }

.fa-stop:before { content: ""; }

.fa-forward:before { content: ""; }

.fa-fast-forward:before { content: ""; }

.fa-step-forward:before { content: ""; }

.fa-eject:before { content: ""; }

.fa-chevron-left:before { content: ""; }

.fa-chevron-right:before { content: ""; }

.fa-plus-circle:before { content: ""; }

.fa-minus-circle:before { content: ""; }

.fa-times-circle:before { content: ""; }

.fa-check-circle:before { content: ""; }

.fa-question-circle:before { content: ""; }

.fa-info-circle:before { content: ""; }

.fa-crosshairs:before { content: ""; }

.fa-times-circle-o:before { content: ""; }

.fa-check-circle-o:before { content: ""; }

.fa-ban:before { content: ""; }

.fa-arrow-left:before { content: ""; }

.fa-arrow-right:before { content: ""; }

.fa-arrow-up:before { content: ""; }

.fa-arrow-down:before { content: ""; }

.fa-mail-forward:before, .fa-share:before { content: ""; }

.fa-expand:before { content: ""; }

.fa-compress:before { content: ""; }

.fa-plus:before { content: ""; }

.fa-minus:before { content: ""; }

.fa-asterisk:before { content: ""; }

.fa-exclamation-circle:before { content: ""; }

.fa-gift:before { content: ""; }

.fa-leaf:before { content: ""; }

.fa-fire:before { content: ""; }

.fa-eye:before { content: ""; }

.fa-eye-slash:before { content: ""; }

.fa-warning:before, .fa-exclamation-triangle:before { content: ""; }

.fa-plane:before { content: ""; }

.fa-calendar:before { content: ""; }

.fa-random:before { content: ""; }

.fa-comment:before { content: ""; }

.fa-magnet:before { content: ""; }

.fa-chevron-up:before { content: ""; }

.fa-chevron-down:before { content: ""; }

.fa-retweet:before { content: ""; }

.fa-shopping-cart:before { content: ""; }

.fa-folder:before { content: ""; }

.fa-folder-open:before { content: ""; }

.fa-arrows-v:before { content: ""; }

.fa-arrows-h:before { content: ""; }

.fa-bar-chart-o:before, .fa-bar-chart:before { content: ""; }

.fa-twitter-square:before { content: ""; }

.fa-facebook-square:before { content: ""; }

.fa-camera-retro:before { content: ""; }

.fa-key:before { content: ""; }

.fa-gears:before, .fa-cogs:before { content: ""; }

.fa-comments:before { content: ""; }

.fa-thumbs-o-up:before { content: ""; }

.fa-thumbs-o-down:before { content: ""; }

.fa-star-half:before { content: ""; }

.fa-heart-o:before { content: ""; }

.fa-sign-out:before { content: ""; }

.fa-linkedin-square:before { content: ""; }

.fa-thumb-tack:before { content: ""; }

.fa-external-link:before { content: ""; }

.fa-sign-in:before { content: ""; }

.fa-trophy:before { content: ""; }

.fa-github-square:before { content: ""; }

.fa-upload:before { content: ""; }

.fa-lemon-o:before { content: ""; }

.fa-phone:before { content: ""; }

.fa-square-o:before { content: ""; }

.fa-bookmark-o:before { content: ""; }

.fa-phone-square:before { content: ""; }

.fa-twitter:before { content: ""; }

.fa-facebook-f:before, .fa-facebook:before { content: ""; }

.fa-github:before { content: ""; }

.fa-unlock:before { content: ""; }

.fa-credit-card:before { content: ""; }

.fa-feed:before, .fa-rss:before { content: ""; }

.fa-hdd-o:before { content: ""; }

.fa-bullhorn:before { content: ""; }

.fa-bell:before { content: ""; }

.fa-certificate:before { content: ""; }

.fa-hand-o-right:before { content: ""; }

.fa-hand-o-left:before { content: ""; }

.fa-hand-o-up:before { content: ""; }

.fa-hand-o-down:before { content: ""; }

.fa-arrow-circle-left:before { content: ""; }

.fa-arrow-circle-right:before { content: ""; }

.fa-arrow-circle-up:before { content: ""; }

.fa-arrow-circle-down:before { content: ""; }

.fa-globe:before { content: ""; }

.fa-wrench:before { content: ""; }

.fa-tasks:before { content: ""; }

.fa-filter:before { content: ""; }

.fa-briefcase:before { content: ""; }

.fa-arrows-alt:before { content: ""; }

.fa-group:before, .fa-users:before { content: ""; }

.fa-chain:before, .fa-link:before { content: ""; }

.fa-cloud:before { content: ""; }

.fa-flask:before { content: ""; }

.fa-cut:before, .fa-scissors:before { content: ""; }

.fa-copy:before, .fa-files-o:before { content: ""; }

.fa-paperclip:before { content: ""; }

.fa-save:before, .fa-floppy-o:before { content: ""; }

.fa-square:before { content: ""; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: ""; }

.fa-list-ul:before { content: ""; }

.fa-list-ol:before { content: ""; }

.fa-strikethrough:before { content: ""; }

.fa-underline:before { content: ""; }

.fa-table:before { content: ""; }

.fa-magic:before { content: ""; }

.fa-truck:before { content: ""; }

.fa-pinterest:before { content: ""; }

.fa-pinterest-square:before { content: ""; }

.fa-google-plus-square:before { content: ""; }

.fa-google-plus:before { content: ""; }

.fa-money:before { content: ""; }

.fa-caret-down:before { content: ""; }

.fa-caret-up:before { content: ""; }

.fa-caret-left:before { content: ""; }

.fa-caret-right:before { content: ""; }

.fa-columns:before { content: ""; }

.fa-unsorted:before, .fa-sort:before { content: ""; }

.fa-sort-down:before, .fa-sort-desc:before { content: ""; }

.fa-sort-up:before, .fa-sort-asc:before { content: ""; }

.fa-envelope:before { content: ""; }

.fa-linkedin:before { content: ""; }

.fa-rotate-left:before, .fa-undo:before { content: ""; }

.fa-legal:before, .fa-gavel:before { content: ""; }

.fa-dashboard:before, .fa-tachometer:before { content: ""; }

.fa-comment-o:before { content: ""; }

.fa-comments-o:before { content: ""; }

.fa-flash:before, .fa-bolt:before { content: ""; }

.fa-sitemap:before { content: ""; }

.fa-umbrella:before { content: ""; }

.fa-paste:before, .fa-clipboard:before { content: ""; }

.fa-lightbulb-o:before { content: ""; }

.fa-exchange:before { content: ""; }

.fa-cloud-download:before { content: ""; }

.fa-cloud-upload:before { content: ""; }

.fa-user-md:before { content: ""; }

.fa-stethoscope:before { content: ""; }

.fa-suitcase:before { content: ""; }

.fa-bell-o:before { content: ""; }

.fa-coffee:before { content: ""; }

.fa-cutlery:before { content: ""; }

.fa-file-text-o:before { content: ""; }

.fa-building-o:before { content: ""; }

.fa-hospital-o:before { content: ""; }

.fa-ambulance:before { content: ""; }

.fa-medkit:before { content: ""; }

.fa-fighter-jet:before { content: ""; }

.fa-beer:before { content: ""; }

.fa-h-square:before { content: ""; }

.fa-plus-square:before { content: ""; }

.fa-angle-double-left:before { content: ""; }

.fa-angle-double-right:before { content: ""; }

.fa-angle-double-up:before { content: ""; }

.fa-angle-double-down:before { content: ""; }

.fa-angle-left:before { content: ""; }

.fa-angle-right:before { content: ""; }

.fa-angle-up:before { content: ""; }

.fa-angle-down:before { content: ""; }

.fa-desktop:before { content: ""; }

.fa-laptop:before { content: ""; }

.fa-tablet:before { content: ""; }

.fa-mobile-phone:before, .fa-mobile:before { content: ""; }

.fa-circle-o:before { content: ""; }

.fa-quote-left:before { content: ""; }

.fa-quote-right:before { content: ""; }

.fa-spinner:before { content: ""; }

.fa-circle:before { content: ""; }

.fa-mail-reply:before, .fa-reply:before { content: ""; }

.fa-github-alt:before { content: ""; }

.fa-folder-o:before { content: ""; }

.fa-folder-open-o:before { content: ""; }

.fa-smile-o:before { content: ""; }

.fa-frown-o:before { content: ""; }

.fa-meh-o:before { content: ""; }

.fa-gamepad:before { content: ""; }

.fa-keyboard-o:before { content: ""; }

.fa-flag-o:before { content: ""; }

.fa-flag-checkered:before { content: ""; }

.fa-terminal:before { content: ""; }

.fa-code:before { content: ""; }

.fa-mail-reply-all:before, .fa-reply-all:before { content: ""; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: ""; }

.fa-location-arrow:before { content: ""; }

.fa-crop:before { content: ""; }

.fa-code-fork:before { content: ""; }

.fa-unlink:before, .fa-chain-broken:before { content: ""; }

.fa-question:before { content: ""; }

.fa-info:before { content: ""; }

.fa-exclamation:before { content: ""; }

.fa-superscript:before { content: ""; }

.fa-subscript:before { content: ""; }

.fa-eraser:before { content: ""; }

.fa-puzzle-piece:before { content: ""; }

.fa-microphone:before { content: ""; }

.fa-microphone-slash:before { content: ""; }

.fa-shield:before { content: ""; }

.fa-calendar-o:before { content: ""; }

.fa-fire-extinguisher:before { content: ""; }

.fa-rocket:before { content: ""; }

.fa-maxcdn:before { content: ""; }

.fa-chevron-circle-left:before { content: ""; }

.fa-chevron-circle-right:before { content: ""; }

.fa-chevron-circle-up:before { content: ""; }

.fa-chevron-circle-down:before { content: ""; }

.fa-html5:before { content: ""; }

.fa-css3:before { content: ""; }

.fa-anchor:before { content: ""; }

.fa-unlock-alt:before { content: ""; }

.fa-bullseye:before { content: ""; }

.fa-ellipsis-h:before { content: ""; }

.fa-ellipsis-v:before { content: ""; }

.fa-rss-square:before { content: ""; }

.fa-play-circle:before { content: ""; }

.fa-ticket:before { content: ""; }

.fa-minus-square:before { content: ""; }

.fa-minus-square-o:before { content: ""; }

.fa-level-up:before { content: ""; }

.fa-level-down:before { content: ""; }

.fa-check-square:before { content: ""; }

.fa-pencil-square:before { content: ""; }

.fa-external-link-square:before { content: ""; }

.fa-share-square:before { content: ""; }

.fa-compass:before { content: ""; }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: ""; }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: ""; }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: ""; }

.fa-euro:before, .fa-eur:before { content: ""; }

.fa-gbp:before { content: ""; }

.fa-dollar:before, .fa-usd:before { content: ""; }

.fa-rupee:before, .fa-inr:before { content: ""; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: ""; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: ""; }

.fa-won:before, .fa-krw:before { content: ""; }

.fa-bitcoin:before, .fa-btc:before { content: ""; }

.fa-file:before { content: ""; }

.fa-file-text:before { content: ""; }

.fa-sort-alpha-asc:before { content: ""; }

.fa-sort-alpha-desc:before { content: ""; }

.fa-sort-amount-asc:before { content: ""; }

.fa-sort-amount-desc:before { content: ""; }

.fa-sort-numeric-asc:before { content: ""; }

.fa-sort-numeric-desc:before { content: ""; }

.fa-thumbs-up:before { content: ""; }

.fa-thumbs-down:before { content: ""; }

.fa-youtube-square:before { content: ""; }

.fa-youtube:before { content: ""; }

.fa-xing:before { content: ""; }

.fa-xing-square:before { content: ""; }

.fa-youtube-play:before { content: ""; }

.fa-dropbox:before { content: ""; }

.fa-stack-overflow:before { content: ""; }

.fa-instagram:before { content: ""; }

.fa-flickr:before { content: ""; }

.fa-adn:before { content: ""; }

.fa-bitbucket:before { content: ""; }

.fa-bitbucket-square:before { content: ""; }

.fa-tumblr:before { content: ""; }

.fa-tumblr-square:before { content: ""; }

.fa-long-arrow-down:before { content: ""; }

.fa-long-arrow-up:before { content: ""; }

.fa-long-arrow-left:before { content: ""; }

.fa-long-arrow-right:before { content: ""; }

.fa-apple:before { content: ""; }

.fa-windows:before { content: ""; }

.fa-android:before { content: ""; }

.fa-linux:before { content: ""; }

.fa-dribbble:before { content: ""; }

.fa-skype:before { content: ""; }

.fa-foursquare:before { content: ""; }

.fa-trello:before { content: ""; }

.fa-female:before { content: ""; }

.fa-male:before { content: ""; }

.fa-gittip:before, .fa-gratipay:before { content: ""; }

.fa-sun-o:before { content: ""; }

.fa-moon-o:before { content: ""; }

.fa-archive:before { content: ""; }

.fa-bug:before { content: ""; }

.fa-vk:before { content: ""; }

.fa-weibo:before { content: ""; }

.fa-renren:before { content: ""; }

.fa-pagelines:before { content: ""; }

.fa-stack-exchange:before { content: ""; }

.fa-arrow-circle-o-right:before { content: ""; }

.fa-arrow-circle-o-left:before { content: ""; }

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: ""; }

.fa-dot-circle-o:before { content: ""; }

.fa-wheelchair:before { content: ""; }

.fa-vimeo-square:before { content: ""; }

.fa-turkish-lira:before, .fa-try:before { content: ""; }

.fa-plus-square-o:before { content: ""; }

.fa-space-shuttle:before { content: ""; }

.fa-slack:before { content: ""; }

.fa-envelope-square:before { content: ""; }

.fa-wordpress:before { content: ""; }

.fa-openid:before { content: ""; }

.fa-institution:before, .fa-bank:before, .fa-university:before { content: ""; }

.fa-mortar-board:before, .fa-graduation-cap:before { content: ""; }

.fa-yahoo:before { content: ""; }

.fa-google:before { content: ""; }

.fa-reddit:before { content: ""; }

.fa-reddit-square:before { content: ""; }

.fa-stumbleupon-circle:before { content: ""; }

.fa-stumbleupon:before { content: ""; }

.fa-delicious:before { content: ""; }

.fa-digg:before { content: ""; }

.fa-pied-piper-pp:before { content: ""; }

.fa-pied-piper-alt:before { content: ""; }

.fa-drupal:before { content: ""; }

.fa-joomla:before { content: ""; }

.fa-language:before { content: ""; }

.fa-fax:before { content: ""; }

.fa-building:before { content: ""; }

.fa-child:before { content: ""; }

.fa-paw:before { content: ""; }

.fa-spoon:before { content: ""; }

.fa-cube:before { content: ""; }

.fa-cubes:before { content: ""; }

.fa-behance:before { content: ""; }

.fa-behance-square:before { content: ""; }

.fa-steam:before { content: ""; }

.fa-steam-square:before { content: ""; }

.fa-recycle:before { content: ""; }

.fa-automobile:before, .fa-car:before { content: ""; }

.fa-cab:before, .fa-taxi:before { content: ""; }

.fa-tree:before { content: ""; }

.fa-spotify:before { content: ""; }

.fa-deviantart:before { content: ""; }

.fa-soundcloud:before { content: ""; }

.fa-database:before { content: ""; }

.fa-file-pdf-o:before { content: ""; }

.fa-file-word-o:before { content: ""; }

.fa-file-excel-o:before { content: ""; }

.fa-file-powerpoint-o:before { content: ""; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: ""; }

.fa-file-zip-o:before, .fa-file-archive-o:before { content: ""; }

.fa-file-sound-o:before, .fa-file-audio-o:before { content: ""; }

.fa-file-movie-o:before, .fa-file-video-o:before { content: ""; }

.fa-file-code-o:before { content: ""; }

.fa-vine:before { content: ""; }

.fa-codepen:before { content: ""; }

.fa-jsfiddle:before { content: ""; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: ""; }

.fa-circle-o-notch:before { content: ""; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: ""; }

.fa-ge:before, .fa-empire:before { content: ""; }

.fa-git-square:before { content: ""; }

.fa-git:before { content: ""; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: ""; }

.fa-tencent-weibo:before { content: ""; }

.fa-qq:before { content: ""; }

.fa-wechat:before, .fa-weixin:before { content: ""; }

.fa-send:before, .fa-paper-plane:before { content: ""; }

.fa-send-o:before, .fa-paper-plane-o:before { content: ""; }

.fa-history:before { content: ""; }

.fa-circle-thin:before { content: ""; }

.fa-header:before { content: ""; }

.fa-paragraph:before { content: ""; }

.fa-sliders:before { content: ""; }

.fa-share-alt:before { content: ""; }

.fa-share-alt-square:before { content: ""; }

.fa-bomb:before { content: ""; }

.fa-soccer-ball-o:before, .fa-futbol-o:before { content: ""; }

.fa-tty:before { content: ""; }

.fa-binoculars:before { content: ""; }

.fa-plug:before { content: ""; }

.fa-slideshare:before { content: ""; }

.fa-twitch:before { content: ""; }

.fa-yelp:before { content: ""; }

.fa-newspaper-o:before { content: ""; }

.fa-wifi:before { content: ""; }

.fa-calculator:before { content: ""; }

.fa-paypal:before { content: ""; }

.fa-google-wallet:before { content: ""; }

.fa-cc-visa:before { content: ""; }

.fa-cc-mastercard:before { content: ""; }

.fa-cc-discover:before { content: ""; }

.fa-cc-amex:before { content: ""; }

.fa-cc-paypal:before { content: ""; }

.fa-cc-stripe:before { content: ""; }

.fa-bell-slash:before { content: ""; }

.fa-bell-slash-o:before { content: ""; }

.fa-trash:before { content: ""; }

.fa-copyright:before { content: ""; }

.fa-at:before { content: ""; }

.fa-eyedropper:before { content: ""; }

.fa-paint-brush:before { content: ""; }

.fa-birthday-cake:before { content: ""; }

.fa-area-chart:before { content: ""; }

.fa-pie-chart:before { content: ""; }

.fa-line-chart:before { content: ""; }

.fa-lastfm:before { content: ""; }

.fa-lastfm-square:before { content: ""; }

.fa-toggle-off:before { content: ""; }

.fa-toggle-on:before { content: ""; }

.fa-bicycle:before { content: ""; }

.fa-bus:before { content: ""; }

.fa-ioxhost:before { content: ""; }

.fa-angellist:before { content: ""; }

.fa-cc:before { content: ""; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: ""; }

.fa-meanpath:before { content: ""; }

.fa-buysellads:before { content: ""; }

.fa-connectdevelop:before { content: ""; }

.fa-dashcube:before { content: ""; }

.fa-forumbee:before { content: ""; }

.fa-leanpub:before { content: ""; }

.fa-sellsy:before { content: ""; }

.fa-shirtsinbulk:before { content: ""; }

.fa-simplybuilt:before { content: ""; }

.fa-skyatlas:before { content: ""; }

.fa-cart-plus:before { content: ""; }

.fa-cart-arrow-down:before { content: ""; }

.fa-diamond:before { content: ""; }

.fa-ship:before { content: ""; }

.fa-user-secret:before { content: ""; }

.fa-motorcycle:before { content: ""; }

.fa-street-view:before { content: ""; }

.fa-heartbeat:before { content: ""; }

.fa-venus:before { content: ""; }

.fa-mars:before { content: ""; }

.fa-mercury:before { content: ""; }

.fa-intersex:before, .fa-transgender:before { content: ""; }

.fa-transgender-alt:before { content: ""; }

.fa-venus-double:before { content: ""; }

.fa-mars-double:before { content: ""; }

.fa-venus-mars:before { content: ""; }

.fa-mars-stroke:before { content: ""; }

.fa-mars-stroke-v:before { content: ""; }

.fa-mars-stroke-h:before { content: ""; }

.fa-neuter:before { content: ""; }

.fa-genderless:before { content: ""; }

.fa-facebook-official:before { content: ""; }

.fa-pinterest-p:before { content: ""; }

.fa-whatsapp:before { content: ""; }

.fa-server:before { content: ""; }

.fa-user-plus:before { content: ""; }

.fa-user-times:before { content: ""; }

.fa-hotel:before, .fa-bed:before { content: ""; }

.fa-viacoin:before { content: ""; }

.fa-train:before { content: ""; }

.fa-subway:before { content: ""; }

.fa-medium:before { content: ""; }

.fa-yc:before, .fa-y-combinator:before { content: ""; }

.fa-optin-monster:before { content: ""; }

.fa-opencart:before { content: ""; }

.fa-expeditedssl:before { content: ""; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: ""; }

.fa-battery-3:before, .fa-battery-three-quarters:before { content: ""; }

.fa-battery-2:before, .fa-battery-half:before { content: ""; }

.fa-battery-1:before, .fa-battery-quarter:before { content: ""; }

.fa-battery-0:before, .fa-battery-empty:before { content: ""; }

.fa-mouse-pointer:before { content: ""; }

.fa-i-cursor:before { content: ""; }

.fa-object-group:before { content: ""; }

.fa-object-ungroup:before { content: ""; }

.fa-sticky-note:before { content: ""; }

.fa-sticky-note-o:before { content: ""; }

.fa-cc-jcb:before { content: ""; }

.fa-cc-diners-club:before { content: ""; }

.fa-clone:before { content: ""; }

.fa-balance-scale:before { content: ""; }

.fa-hourglass-o:before { content: ""; }

.fa-hourglass-1:before, .fa-hourglass-start:before { content: ""; }

.fa-hourglass-2:before, .fa-hourglass-half:before { content: ""; }

.fa-hourglass-3:before, .fa-hourglass-end:before { content: ""; }

.fa-hourglass:before { content: ""; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before { content: ""; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before { content: ""; }

.fa-hand-scissors-o:before { content: ""; }

.fa-hand-lizard-o:before { content: ""; }

.fa-hand-spock-o:before { content: ""; }

.fa-hand-pointer-o:before { content: ""; }

.fa-hand-peace-o:before { content: ""; }

.fa-trademark:before { content: ""; }

.fa-registered:before { content: ""; }

.fa-creative-commons:before { content: ""; }

.fa-gg:before { content: ""; }

.fa-gg-circle:before { content: ""; }

.fa-tripadvisor:before { content: ""; }

.fa-odnoklassniki:before { content: ""; }

.fa-odnoklassniki-square:before { content: ""; }

.fa-get-pocket:before { content: ""; }

.fa-wikipedia-w:before { content: ""; }

.fa-safari:before { content: ""; }

.fa-chrome:before { content: ""; }

.fa-firefox:before { content: ""; }

.fa-opera:before { content: ""; }

.fa-internet-explorer:before { content: ""; }

.fa-tv:before, .fa-television:before { content: ""; }

.fa-contao:before { content: ""; }

.fa-500px:before { content: ""; }

.fa-amazon:before { content: ""; }

.fa-calendar-plus-o:before { content: ""; }

.fa-calendar-minus-o:before { content: ""; }

.fa-calendar-times-o:before { content: ""; }

.fa-calendar-check-o:before { content: ""; }

.fa-industry:before { content: ""; }

.fa-map-pin:before { content: ""; }

.fa-map-signs:before { content: ""; }

.fa-map-o:before { content: ""; }

.fa-map:before { content: ""; }

.fa-commenting:before { content: ""; }

.fa-commenting-o:before { content: ""; }

.fa-houzz:before { content: ""; }

.fa-vimeo:before { content: ""; }

.fa-black-tie:before { content: ""; }

.fa-fonticons:before { content: ""; }

.fa-reddit-alien:before { content: ""; }

.fa-edge:before { content: ""; }

.fa-credit-card-alt:before { content: ""; }

.fa-codiepie:before { content: ""; }

.fa-modx:before { content: ""; }

.fa-fort-awesome:before { content: ""; }

.fa-usb:before { content: ""; }

.fa-product-hunt:before { content: ""; }

.fa-mixcloud:before { content: ""; }

.fa-scribd:before { content: ""; }

.fa-pause-circle:before { content: ""; }

.fa-pause-circle-o:before { content: ""; }

.fa-stop-circle:before { content: ""; }

.fa-stop-circle-o:before { content: ""; }

.fa-shopping-bag:before { content: ""; }

.fa-shopping-basket:before { content: ""; }

.fa-hashtag:before { content: ""; }

.fa-bluetooth:before { content: ""; }

.fa-bluetooth-b:before { content: ""; }

.fa-percent:before { content: ""; }

.fa-gitlab:before { content: ""; }

.fa-wpbeginner:before { content: ""; }

.fa-wpforms:before { content: ""; }

.fa-envira:before { content: ""; }

.fa-universal-access:before { content: ""; }

.fa-wheelchair-alt:before { content: ""; }

.fa-question-circle-o:before { content: ""; }

.fa-blind:before { content: ""; }

.fa-audio-description:before { content: ""; }

.fa-volume-control-phone:before { content: ""; }

.fa-braille:before { content: ""; }

.fa-assistive-listening-systems:before { content: ""; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: ""; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: ""; }

.fa-glide:before { content: ""; }

.fa-glide-g:before { content: ""; }

.fa-signing:before, .fa-sign-language:before { content: ""; }

.fa-low-vision:before { content: ""; }

.fa-viadeo:before { content: ""; }

.fa-viadeo-square:before { content: ""; }

.fa-snapchat:before { content: ""; }

.fa-snapchat-ghost:before { content: ""; }

.fa-snapchat-square:before { content: ""; }

.fa-pied-piper:before { content: ""; }

.fa-first-order:before { content: ""; }

.fa-yoast:before { content: ""; }

.fa-themeisle:before { content: ""; }

.fa-google-plus-circle:before, .fa-google-plus-official:before { content: ""; }

.fa-fa:before, .fa-font-awesome:before { content: ""; }

.fa-handshake-o:before { content: ""; }

.fa-envelope-open:before { content: ""; }

.fa-envelope-open-o:before { content: ""; }

.fa-linode:before { content: ""; }

.fa-address-book:before { content: ""; }

.fa-address-book-o:before { content: ""; }

.fa-vcard:before, .fa-address-card:before { content: ""; }

.fa-vcard-o:before, .fa-address-card-o:before { content: ""; }

.fa-user-circle:before { content: ""; }

.fa-user-circle-o:before { content: ""; }

.fa-user-o:before { content: ""; }

.fa-id-badge:before { content: ""; }

.fa-drivers-license:before, .fa-id-card:before { content: ""; }

.fa-drivers-license-o:before, .fa-id-card-o:before { content: ""; }

.fa-quora:before { content: ""; }

.fa-free-code-camp:before { content: ""; }

.fa-telegram:before { content: ""; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: ""; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: ""; }

.fa-thermometer-2:before, .fa-thermometer-half:before { content: ""; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before { content: ""; }

.fa-thermometer-0:before, .fa-thermometer-empty:before { content: ""; }

.fa-shower:before { content: ""; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: ""; }

.fa-podcast:before { content: ""; }

.fa-window-maximize:before { content: ""; }

.fa-window-minimize:before { content: ""; }

.fa-window-restore:before { content: ""; }

.fa-times-rectangle:before, .fa-window-close:before { content: ""; }

.fa-times-rectangle-o:before, .fa-window-close-o:before { content: ""; }

.fa-bandcamp:before { content: ""; }

.fa-grav:before { content: ""; }

.fa-etsy:before { content: ""; }

.fa-imdb:before { content: ""; }

.fa-ravelry:before { content: ""; }

.fa-eercast:before { content: ""; }

.fa-microchip:before { content: ""; }

.fa-snowflake-o:before { content: ""; }

.fa-superpowers:before { content: ""; }

.fa-wpexplorer:before { content: ""; }

.fa-meetup:before { content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

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