/******************************************************************
Site Name: Vannicelli
Author: Sanden Averett

Stylesheet: Main Stylesheet **

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

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

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


.post-list {
  line-height: 1.5;
}

.single-post ul {
  line-height: 1.5;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix,
.cf {
  zoom: 1;
}
  .clearfix:before,
  .clearfix:after,
  .cf:before,
  .cf:after {
    content: "";
    display: table;
  }
  .clearfix:after,
  .cf:after {
    clear: both;
  }

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

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

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
*********************/
/*0b1044; lighten($dark-blue, 2%);*/
/* Bones Defaults */
/******************************************************************

Stylesheet: Typography

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

Stylesheet: Sass Functions

******************************************************************/
/*********************
COLOR FUNCTIONS
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
width: cp(650px, 1000px);
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/******************************************************************

Stylesheet: Grid Stylesheet

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

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
/*@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  } }

/* Portrait tablet to landscape */
/*@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  } }

/* Landscape to small desktop 
/*@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  } } */


/*********************
IMPORTING MODULES
*********************/
/******************************************************************

Stylesheet: Alert Styles

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

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

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

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

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

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

Stylesheet: Button Styles

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

Stylesheet: Form Styles

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

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

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

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

/*********************
BASE (MOBILE) SIZE
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

******************************************************************
/*********************
GENERAL STYLES
*********************/
html {
  font-size: 12px;
}

body {
  background-color: #003 !important;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #eaedf2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#pageWrap {
  width: 90%;
  margin: 0 auto;
}

p {
  font-size: 1.167em;
  line-height: 140%;
  margin-top: 1.25em;
}

  p.intro {
    font-size: 1.35em;
    line-height: 140%;
    margin: -0.417em 0 -0.250em 0;
  }

.b-top {
  border-top: 1px solid #fff;
}

.b-bottom {
  border-bottom: 1px solid #fff;
}
/*********************
LAYOUT & GRID STYLES
*********************/
/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #0EDCFF;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}

  a:hover,
  a:focus,
  a:visited:hover,
  a:visited:focus {
    color: #00bfdf;
    text-decoration: underline;
  }

  a:active,
  a:visited:active {
    text-decoration: none;
  }

  a:link,
  a:visited:link {
    -webkit-tap-highlight-color: #00bfdf;
  }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,.h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}

h1, .h1 {
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1.250em;
  margin: 1.5em 0 1em;
  text-align: left;
}

h2, .h2 {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.45em;
}

h3, .h3 {
  font-size: 1.167em;
  font-weight: 700;
  font-style: italic;
  margin: 1.5em 0 0 0.5em;
  /*20px 0 0 8px;*/
  text-indent: -0.5em;
}

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

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

.page-template-article h2, .single-post h2 {
  margin-top: 1.5em;
  font-weight: 700;
  font-style: italic;
}

/*********************
HEADER STYLES
*********************/
#header-home .name,
#header .name {
  margin: 0;
}

#desktop-header {
  display: none;
}

.mobile-header {
  font-style: italic;
  margin: 0.455em 0 0 0.455em;
  padding: 0;
  text-align: center;
}

  .mobile-header .name {
    color: #9AE5AA !important;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    text-align: left;
  }

  .mobile-header .phone {
    color: #00deff;
    font-size: 1.438em;
    line-height: 110%;
    margin: 0;
    text-align: left;
  }

  .mobile-header img {
    max-width: 100%;
  }

/*********************
NAVIGATION STYLES
*********************/
#navigation {
  display: none;
}

.slicknav_btn {
  cursor: pointer;
  display: block;
  float: right;
  line-height: 1.125em;
  padding: 0.438em 0.625em 0.438em 0.625em;
  position: relative;
  vertical-align: middle;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  float: left;
  line-height: 1.188em;
}

.slicknav_menu .slicknav_icon {
  display: none;
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav a {
  color: #0EDCFF;
  display: block;
  margin: 2px 5px;
  padding: 5px 10px;
  text-decoration: none;
}

  .slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #9AE5AA;
  }

.slicknav_nav ul li {
  display: block;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}
  .slicknav_nav .slicknav_item a {
    display: inline;
    margin: 0;
    padding: 0;
  }

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu {
  box-sizing: border-box;
  display: block;
  font-size: 1.333em;
  position: absolute;
	right: 0;
  text-align: left;
/*  width: 100%;*/
  z-index: 10000;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #0EDCFF;
  text-shadow: 0 1px 3px #003;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #0EDCFF;
}

.slicknav_btn {
  background-color: #003;
  border-radius: 4px;
  margin: 0 0.9em 0.8em;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.slicknav_nav {
  background-color: #010128 !important;
  color: #0EDCFF;
  font-size: 0.875em;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 1em 0;
  width: 100%;
}

.slicknav_nav ul {
  list-style: none;
  margin: 0 0 0 20px;
  overflow: hidden;
  padding: 0;
}

.slicknav_nav .slicknav_row {
  margin: 2px 5px;
  padding: 5px 10px;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #003;
  border-radius: 6px;
  color: #0EDCFF;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_parent-link a {
  margin: 0;
  padding: 0;
}

.slicknav_brand {
  color: #0EDCFF;
  font-size: 18px;
  height: 44px;
  line-height: 30px;
  padding: 7px 12px;
}

.slicknav_nav li.menu-item-26,
.slicknav_nav li.menu-item-27,
.slicknav_nav li.menu-item-51,
.slicknav_nav li.menu-item-52,
.slicknav_nav li.menu-item-53,
.slicknav_nav li.menu-item-54,
.slicknav_nav .menu-item-55,
.slicknav_nav li.menu-item-56,
.slicknav_nav li.menu-item-703,
.slicknav_nav li.menu-item-58,
.slicknav_nav li.menu-item-59,
.slicknav_nav li.menu-item-60 {
  padding-left: 0.9em !important;
}

/*********************
POSTS & CONTENT STYLES
*********************/

.pt-1 {
  padding-top: 1.5em;
}

.page-title,
.single-title {
  color: #00deff;
  font-size: 2.55em;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.250em;
  margin-top: 0;
  text-align: center;
  text-shadow: 4px 4px 13px black;
  transform: scale(1, .9);
  -webkit-transform: scale(1, .9);
    -ms-transform: scale(1, .9);
        transform: scale(1, .9);
}

.desktop-phone {
	color: #00deff;
  font-size: 1.6em;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  letter-spacing: -1px;
  margin-top: 0;
	position: absolute;
	left: 2.5rem;
	top: 3.4rem;
/*  text-align: center;*/
  text-shadow: 4px 4px 13px black;
  transform: scale(1, .9);
  -webkit-transform: scale(1, .9);
    -ms-transform: scale(1, .9);
        transform: scale(1, .9);
	
}

#header-home #desktop-header .desktop-phone {
	font-size: 2em;
	left: 2.1rem;
	top: 4.5rem;
}

.archive-page {
  font-size: 2em;
  margin-top: 1em;
}

img.headline {
  display: none;
}

#pageContent {
  padding-top: 2px;
  width: 100%;
}

.pageText {
  width: 100%;
}

.headline {
  margin-bottom: 20px;
}


  .cta {
    display: inline-block;
    width: 100%;
  }

  .cta.mid-page {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin: 2.5em 0;
    /*padding: 2em 0 0;*/
  }

    p.cta-text {
      text-align: center;
      font-size: 1.35em;
      font-weight: bold;
      margin: 2em 0 0;
    }

    .cta a:hover {
      /*color: #00cccc;*/
      filter: brightness(125%);
      text-decoration: none;
    }

    .cta button {
      background: #009999;
      border: none;
      border-radius: 50px;
      color: #fff;
      display: block;
      /*font-size: 1.25em;*/
      font-style: italic;
      font-weight: bold;
      margin: 2rem auto 2.5rem;
      padding: 12px 26px;
      text-shadow: 1px 1px 4px black;
      /*text-align: center;*/
    }

/*** Home - page-id-5 ***/
#pageContent-home {
  margin: 2em auto 0;
}

.headshot {
  float: right;
  margin: 0 0 0.455em 0.455em;
}

body.page-id-5 #pageContent h3 ~ p {
  margin-top: 0.5em;
}

body.page-id-5 #pageContent ul.bulleted {
  list-style: disc;
  margin-left: 20px;
}

body.page-id-5 #pageContent ul li {
    margin: 7px 0;
  }

/*** Services - page-id-16 ***/
body.page-id-16 #pageContent h3 {
  font-size: 12px;
  margin-top: 1.25em;
  font-weight: bold;
  font-style: normal;
}

/*** How Therapy Works - page-id-23 ***/
body.page-id-23 #pageContent h2 {
  margin-top: 1.5em;
  /*margin-bottom: 0;*/
}

/*body.page-id-23 #pageContent ul {
  list-style: disc;
  margin: 7px 0 0 15px;
}*/

ul.disc {
  list-style: disc;
}

  body.page-id-23 #pageContent ul li {
    margin-bottom: 14px;
    /*text-indent: -7px;*/
  }

  body.page-id-23 #pageContent ul li ul li {
    margin-left: 7px;
    /*text-indent: -7px;*/
  }

/*** Services - page-id-16 ***/
body.page-id-16 #pageContent ul {
  margin: 7px 0 0 15px;
}

  body.page-id-16 #pageContent ul li {
    margin-bottom: 3px;
    margin-left: 7px;
    text-indent: -7px;
  }

body.page-id-16 #pageContent p.service-area {
  clear: both;
  padding-left: 15px;
  padding-top: 15px;
  text-indent: -15px;
  width: 90%;
}

/*** Group Therapy - page-id-31 ***/

/*** Alcohol Management - page-id-33 & Intervention/Family Work - page-id-35 ***/
body.page-id-33 #pageContent .treatment-resource-type,
body.page-id-35 #pageContent .treatment-resource-type {
  font-style: italic;
  font-weight: 700;
  margin-left: 20px;
}

body.page-id-33 #pageContent ul.treatment,
body.page-id-35 #pageContent ul.treatment {
  list-style: none;
  margin-left: 40px;
}

  body.page-id-33 #pageContent ul.treatment li,
  body.page-id-35 #pageContent ul.treatment li {
    margin: 6px 0;
  }

/*** Dealing with Medical Illness - page-id-37 ***/
body.page-id-37 #pageContent .illness-resources-type {
  font-style: italic;
  font-weight: 700;
  margin-left: 20px;
}

body.page-id-37 #pageContent ul.illness-resources {
  list-style: none;
  margin-left: 40px;
}
  body.page-id-37 #pageContent ul.illness-resources li {
    margin: 10px 0;
    text-indent: -10px;
  }

body.page-id-37 #pageContent .group2 {
  margin-top: 20px;
}

/*** About Dr. Vannicelli - page-id-40 ***/
body.page-id-40 #pageContent .about-heading {
  font-size: 14px;
  font-weight: 700;
}

/*body.page-id-40 #pageContent ul {
  margin: 15px 0 0 25px;
}*/

  /*body.page-id-40 #pageContent ul li {
    margin-left: 20px;
    text-indent: -20px;
  }*/

body.page-id-40 #pageContent ul.bulleted {
  list-style: disc;
  margin-left: 20px;
}

body.page-id-40 #pageContent ul li {
    margin: 7px 0;
  }

/* Books - page-id-42 */
body.page-id-42 #pageContent .book-title {
  font-weight: 700;
  margin: 0;
  vertical-align: bottom;
}

body.page-id-42 #pageContent .book-description h1 {
  font-weight: 700;
}

body.page-id-42 #pageContent .book-cover {
  font-size: 1.167em;
  font-weight: 700;
  margin-bottom: 15px;
}
  body.page-id-42 #pageContent .book-cover img {
    display: none;
  }

body.page-id-42 #pageContent .endorsements {
  border-bottom: 1px solid #fff;
}

body.page-id-42 #pageContent .source-title {
  display: block;
  font-weight: 700;
  margin-left: 18px;
}

body.page-id-42 #pageContent .final-review {
  margin-top: 30px;
}

/*** Articles - page-id-44 ***/
body.page-id-44 #pageContent .left-column,
body.page-id-44 #pageContent .right-column {
  margin-top: 22px;
}

body.page-id-44 #pageContent h2 {
  font-weight: 700;
  margin-top: 0;
  vertical-align: bottom;
}

.clinical-papers {
  margin-top: 21px !important;
}

/*** Lectures/Workshops - page-id-46 ***/
body.page-id-46 #pageContent h2 {
  font-size: 1.167em;
  font-weight: 700;
  margin: 15px 0;
}

body.page-id-46 #pageContent h3 {
  font-size: 1.167em;
  font-weight: 700;
  margin-top: 15px;
}

body.page-id-46 #pageContent ul {
  margin: 0;
  padding: 0;
}

  body.page-id-46 #pageContent ul li {
    margin: 15px 0 0 18px;
    list-style: none;
    font-weight: 700;
  }

    body.page-id-46 #pageContent ul li ul li {
      margin: 1px 0 0 23px;
      padding: 0;
      list-style: none;
      text-indent: -8px;
    }

/*** Office - page-id-48 ***/
body.page-id-48 #pageContent p.office-address {
  font-size: 16px;
}

body.page-id-48 #pageContent p.office-phone {
  font-size: 16px;
  font-weight: 700;
}

body.page-id-48 #pageContent img.office {
  margin-top: 24px;
  max-width: 100%;
}

body.page-id-48 #pageContent .wp-image-114 {
  max-width: 100%;
}

/*** Contact - page-id-50 ***/
.office-address, .office-phone {
  font-size: 16px;
}

.office-phone {
  font-weight: 700;
}

/*** CUSTOM TAXONOMY PAGES ***/

/*** Taxonomy Content ***/
.tax-topics #pageContent article {
  border-bottom: 1px solid #fff;
  padding-bottom: 1.8em;
}

.tax-topics #pageContent article:last-child {
  border: none;
  padding-bottom: 0;
}

.archive-title {
  display: block;
  text-align: center;
  text-transform: none;
}

  .archive-title a,
  .single-title a {
    text-decoration: none;
  }

h1.archive-title,
.archive-title a {
  font-size: 2.55em;
  font-family: 'Open Sans', sans-serif;
  /*font-style: italic;*/
  letter-spacing: -1px;
  margin: 0;
  text-align: center;
  text-shadow: 4px 4px 13px black;
  transform: scale(1, .9);
  -webkit-transform: scale(1, .9);
    -ms-transform: scale(1, .9);
        transform: scale(1, .9);
  color: #8cd09b;
  /*font-size: 1.4em;*/
  font-style: normal;
}

body.post-type-archive-articles #pageContent ul,
body.single-articles #pageContent ul,
body.archive #pageContent ul,
#pageWrap.tax-topics ul {
  list-style-position: outside;
  list-style-type: disc !important;
}

  body.post-type-archive-articles #pageContent ul li,
  body.single-articles #pageContent ul li,
  body.archive #pageContent ul li,
  #pageWrap.tax-topics ul li {
    line-height: 155%;
    margin-left: 2em;
  }

.article-reference {
  font-size: 0.9em;
  font-style: italic;
  padding: 0 1em;
}

.copyright {
  font-size: 0.8em;
  text-align: center;
}

/* style individual post classes */
/* post by id */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category */
/* style by tag */
/*********************
FOOTER STYLES
*********************/
#footer {
  color: #9AE5AA;
  line-height: 125%;
  margin-top: 0.455em;
  text-align: center;
}

#footer .footer-contact {
  /*display: none;*/
}

#footer .service-area {
  font-size: 0.8em;
  line-height: 125%;
}

/*********************
MOBILE
*********************/
@media only screen and (max-width: 917px) {
  img.mast {
    width: 100%;
  }

  .post-list {
    margin: 1.5rem 0;
  }
  
  ul.resources li,
  .post-list li {
    line-height: 1.5;
    margin: .5em 0;
  }
}

  ul.resources {
    margin: 1.5em 0;
  }


/*********************
DESKTOP
*********************/
/* @media only screen and (min-width: 668px) {
    #header-home, #header, #navigation, #pageContent-home, #pageContent {
      background: #003 !important;
    }
  } */

@media only screen and (min-width: 880px) {
  /******************************************************************

Stylesheet: Desktop Stylsheet

******************************************************************/
  #pageWrap {
    width: 918px;
    height: 100%;
    margin: 11px auto 0;
  }

    p {
      font-size: 12px;
      /* line-height: 130%; */
      margin-top: 1.25em;
    }

    p.intro {
      font-size: 14px;
      /* line-height: 125%; */
      margin: -0.417em 0 -0.250em 0;
    }

    .cta button {
      font-size: 1.25em;
    }

  /*********************
DESKTOP HEADER STYLES
*********************/

  #desktop-header {
    height: 200px;
    width: 868px;
    display:block;
  }
    
    .desktop-header-home {
      background: url('/assets/images/header/home2025.png') no-repeat;
    }

    #header-home p.name {
      /*color: #9bf5b6;*/
      color: #9eedb6;
      font-size: 34px;
      font-family: 'Open Sans', sans-serif;
      font-style: italic;
      letter-spacing: -1px;
      margin-top: 24px;
      margin-left: 24px;
      padding-top: 17px;
      /*text-align: center;*/
      /*text-shadow: 4px 4px 13px black;*/
      transform: scale(1, .9);
      -webkit-transform: scale(1, .9);
        -ms-transform: scale(1, .9);
            transform: scale(1, .9);
    }


  .mobile-header {
    display: none;
  }

  #header-home {
    background: #003;
    width: 918px;
    height: 186px;
    position: relative;
  }

  #header {
    background: #003;
    width: 918px;
    height: 186px;
  }

  .mast {
    margin-top: 21px;
    margin-left: 13px;
    float: left;
    z-index: 990;
    position: absolute;
    width: auto;
  }

  .page-mast {
    margin-left: 623px;
    position: absolute;
    z-index: 999;
  }
  /*********************
DESKTOP NAVIGATION STYLES
*********************/
  .slicknav_menu {
    display: none;
  }

  #navigation {
    background: #003;
    display: block;
    float: left;
    height: 502px;
    padding-left: 24px;
    width: 300px;
  }

  #navigation ul {
    margin-top: 14px;
  }

  .menu a {
    display: block;
    height: 18px;
    text-indent: -999px;
    font-size: 16px;
  }

  /* Home */
.menu-item-18 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-bottom: 7px;
  }

    .menu-item-18 a, .menu-item-18 a:visited {
      background: url('/assets/images/nav/1home-sprite-all.png') 0 0 no-repeat;
    }
    
    .menu-item-18 a:hover, .menu-item-18 a:focus, .menu-item-18 a:visited:hover, .menu-item-18 a:visited:focus {
        background: url('/assets/images/nav/1home-sprite-all.png') 0 -17px no-repeat;
      }

  li.page-item-5.current_page_item a {
    background: url('/assets/images/nav/1home-sprite-all.png') 0 -36px no-repeat !important;
  }

  /* Services */
  .menu-item-17 {
    top: 0px;
    width: 250px;
    height: 18px;
  }
    
    .menu-item-17 a, .menu-item-17 a:visited {
      background: url('/assets/images/nav/2services-sprite-all.png') 0 0 no-repeat;
    }
    
    .menu-item-17 a:hover, .menu-item-17 a:visited:hover {
        background: url('/assets/images/nav/2services-sprite-all.png') 0 -17px no-repeat;
      }

  li.page-item-16.current_page_item a {
    background: url('/assets/images/nav/2services-sprite-all.png') 0 -35px no-repeat !important;
  }

  /* How Therapy Helps */
  .menu-item-776 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-top: 7px;
  }

    .menu-item-776 a, .menu-item-776 a:visited {
      background: url('/assets/images/nav/3how-sprite-all.png') 0 0 no-repeat;
    }
      
      .menu-item-776 a:hover, .menu-item-776 a:visited:hover {
        background: url('/assets/images/nav/3how-sprite-all.png') 0 -18px;
      }
  li#menu-item-776.current_page_item a {
    background: url('/assets/images/nav/3how-sprite-all.png') 0 -35px no-repeat !important;
  }

  /* Individual Therapy */
.menu-item-27 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-left: 10px;
    margin-top: 4px;
  }

    .menu-item-27 a, .menu-item-27 a:visited {
      background: url('/assets/images/nav/4individ-sprite-all.png') 0 0 no-repeat;
    }
      
      .menu-item-27 a:hover, .menu-item-27 a:visited:hover {
        background: url('/assets/images/nav/4individ-sprite-all.png') 0 -18px no-repeat;
      }

  li.page-item-25.current_page_item a {
    background: url('/assets/images/nav/4individ-sprite-all.png') 0 -36px no-repeat !important;
  }

  /* Couples Therapy */
  .menu-item-51 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-left: 10px;
    margin-top: 4px;
  }
    .menu-item-51 a, .menu-item-51 a:visited {
      background: url('/assets/images/nav/5couples-sprite-all.png') 0 0 no-repeat;
    }

      .menu-item-51 a:hover, .menu-item-51 a:visited:hover {
        background: url('/assets/images/nav/5couples-sprite-all.png') 0 -18px;
      }

  li.page-item-30.current_page_item a {
    background: url('/assets/images/nav/5couples-sprite-all.png') 0 -36px no-repeat !important;
  }

  /* Group Therapy */
  .menu-item-52 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-left: 10px;
    margin-top: 4px;
  }

    .menu-item-52 a, .menu-item-52 a:visited {
      background: url('/assets/images/nav/6group-sprite-all.png') 0 0 no-repeat;
    }

      .menu-item-52 a:hover, .menu-item-52 a:visited:hover {
        background: url('/assets/images/nav/6group-sprite-all.png') 0 -18px;
      }

  li.page-item-31.current_page_item a {
    background: url('/assets/images/nav/6group-sprite-all.png') 0 -36px no-repeat !important;
  }

  /* ACOA Treatment */
  .menu-item-53 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-left: 10px;
    margin-top: 4px;
  }
    .menu-item-53 a, .menu-item-53 a:visited {
      background: url('/assets/images/nav/7ACOA-sprite-all.png') 0 0 no-repeat;
    }

      .menu-item-53 a:hover, .menu-item-53 a:visited:hover {
        background: url('/assets/images/nav/7ACOA-sprite-all.png') 0 -18px;
      }

  li.page-item-32.current_page_item a {
    background: url('/assets/images/nav/7ACOA-sprite-all.png') 0 -36px no-repeat !important;
  }

  /* Alcohol Management */
  .menu-item-54 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-left: 10px;
    margin-top: 4px;
  }

    .menu-item-54 a, .menu-item-54 a:visited {
      background: url('/assets/images/nav/9alcohol-sprite-all.png') 0 0 no-repeat;
    }

      .menu-item-54 a:hover, .menu-item-54 a:visited:hover {
        background: url('/assets/images/nav/9alcohol-sprite-all.png') 0 -18px;
      }

  li.page-item-33.current_page_item a {
    background: url('/assets/images/nav/9alcohol-sprite-all.png') 0 -37px no-repeat !important;
  }

  /* Intervention/Family Work */
  .menu-item-55 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-left: 10px;
    margin-top: 4px;
  }

    #menu-item-55 a, #menu-item-55 a:visited, .menu-item-55 a, .menu-item-55 a:visited {
      background: url('/assets/images/nav/8intervention-sprite-all.png') 0 0 no-repeat;
    }

      #menu-item-55 a:hover, #menu-item-55 a:visited:hover, .menu-item-55 a:hover, .menu-item-55 a:visited:hover {
        background: url('/assets/images/nav/8intervention-sprite-all.png') 0 -18px;
      }

  li.page-item-35.current_page_item a {
    background: url('/assets/images/nav/8intervention-sprite-all.png') 0 -36px no-repeat !important;
  }

  /* Dealing with Medical Illness */
  .menu-item-56 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-left: 10px;
    margin-top: 4px;
  }

    .menu-item-56 a, .menu-item-56 a:visited {
      background: url('/assets/images/nav/16medical-illness-sprite-all.png') 0 0 no-repeat;
    }

      .menu-item-56 a:hover, .menu-item-56 a:visited:hover {
        background: url('/assets/images/nav/16medical-illness-sprite-all.png') 0 -19px;
      }

  li.page-item-37.current_page_item a {
    background: url('/assets/images/nav/16medical-illness-sprite-all.png') 0 -37px no-repeat !important;
  }

  /* Managing the Downside of Success */
  .menu-item-703 {
    top: 0px;
    width: 250px;
    height: 36px !important;
    margin-left: 10px;
    margin-top: 4px;
  }

    .menu-item-703 a, .menu-item-703 a:visited {
      background: url('/assets/images/nav/17managing-downside-of-success-sprite-all.png') 0 0 no-repeat;
      height: 36px;
    }

      .menu-item-703 a:hover, .menu-item-703 a:visited:hover {
        background: url('/assets/images/nav/17managing-downside-of-success-sprite-all.png') 0 -36px;
      }

  li.page-item-694.current_page_item a {
    background: url('/assets/images/nav/17managing-downside-of-success-sprite-all.png') 0 -72px no-repeat !important;
    height: 36px;
  }


  /* Supervision Consultation and Practice Management */

  .menu-item-835, .menu-item-856 {
    top: 0px;
    width: 250px;
    height: 36px !important;
    margin-top: 7px;
  }

    .menu-item-835 a, .menu-item-835 a:visited, .menu-item-856 a, .menu-item-856 a:visited {
      background: url('/assets/images/nav/supervision-consultation-sprite-all.png') 0 0 no-repeat;
      height: 36px;
    }

      .menu-item-835 a:hover, .menu-item-835 a:visited:hover, .menu-item-856 a:hover, .menu-item-856 a:visited:hover {
        background: url('/assets/images/nav/supervision-consultation-sprite-all.png') 0 -36px;
      }

  li.page-item-833.current_page_item a, li.page-item-793.current_page_item a {
    background: url('/assets/images/nav/supervision-consultation-sprite-all.png') 0 -72px no-repeat !important;
    height: 36px;
  }

  /* About Dr. Vannicelli */
  .menu-item-57 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-top: 7px;
  }

    .menu-item-57 a, .menu-item-57 a:visited {
      background: url('/assets/images/nav/10about-sprite-all.png') 0 0 no-repeat;
    }

      .menu-item-57 a:hover, .menu-item-57 a:visited:hover {
        background: url('/assets/images/nav/10about-sprite-all.png') 0 -18px;
      }

  li.page-item-40.current_page_item a {
    background: url('/assets/images/nav/10about-sprite-all.png') 0 -36px no-repeat !important;
  }

  /* Books */
  .menu-item-58 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-left: 10px;
    margin-top: 4px;
  }
    
    .menu-item-58 a, .menu-item-58 a:visited {
      background: url('/assets/images/nav/11books-sprite-all.png') 0 0 no-repeat;
    }
      
      .menu-item-58 a:hover, .menu-item-58 a:visited:hover {
        background: url('/assets/images/nav/11books-sprite-all.png') 0 -18px;
      }

  li.page-item-42.current_page_item a {
    background: url('/assets/images/nav/11books-sprite-all.png') 0 -36px no-repeat !important;
  }

  /* Articles */
  .menu-item-59 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-left: 10px;
    margin-top: 4px;
  }
    
    .menu-item-59 a, .menu-item-59 a:visited {
      background: url('/assets/images/nav/12articles-sprite-all.png') 0 0 no-repeat;
    }
      
      .menu-item-59 a:hover, .menu-item-59 a:visited:hover {
        background: url('/assets/images/nav/12articles-sprite-all.png') 0 -18px;
      }

  li.page-item-44.current_page_item a {
    background: url('/assets/images/nav/12articles-sprite-all.png') 0 -36px no-repeat !important;
  }

/* Lectures/Workshops */
  .menu-item-60 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-left: 10px;
    margin-top: 4px;
  }
  
.menu-item-60 a,
  .menu-item-60 a:visited {
    background: url('/assets/images/nav/13lectures-sprite-all.png') 0 0 no-repeat;
  }

  .menu-item-60 a:hover,
  .menu-item-60 a:visited:hover {
    background: url('/assets/images/nav/13lectures-sprite-all.png') 0 -18px;
  }

  li.page-item-46.current_page_item a {
    background: url('/assets/images/nav/13lectures-sprite-all.png') 0 -36px no-repeat !important;
  }

/* Resources */
  .menu-item-1126 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-left: 10px;
    margin-top: 4px;
  }

  .menu-item-1126 a,
  .menu-item-1126 a:visited {
    background: url('/assets/images/nav/resources-sprite-all.png') 0 0 no-repeat;
  }

  .menu-item-1126 a:hover,
  .menu-item-1126 a:visited:hover {
    background: url('/assets/images/nav/resources-sprite-all.png') 0 -18px;
  }

  li.page-item-1080.current_page_item a {
    background: url('/assets/images/nav/resources-sprite-all.png') 0 -36px no-repeat !important;
  }

  .page-id-1080 h2 {
    margin: 1em 0 0.25em;
  }

  .page-id-1080 ul {
    margin: 0;
  }

/*  ul.resources {
    margin: 1.5em 0;
  }
*/
  ul.resources li {
    margin: .5em 0;
  }

  /* Office */
  .menu-item-61 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-top: 7px;
  }

    .menu-item-61 a,
    .menu-item-61 a:visited {
      background: url('/assets/images/nav/14office-sprite-all.png') 0 0 no-repeat;
    }
      
      .menu-item-61 a:hover,
      .menu-item-61 a:visited:hover {
        background: url('/assets/images/nav/14office-sprite-all.png') 0 -18px;
      }

  li.page-item-48.current_page_item a {
    background: url('/assets/images/nav/14office-sprite-all.png') 0 -36px no-repeat !important;
  }


    /* Contact */
  .menu-item-62 {
    top: 0px;
    width: 250px;
    height: 18px;
    margin-top: 7px;
  }

    .menu-item-62 a,
    .menu-item-62 a:visited {
      background: url('/assets/images/nav/15contact-sprite-all.png') 0 0 no-repeat;
    }

      .menu-item-62 a:hover,
      .menu-item-62 a:visited:hover {
        background: url('/assets/images/nav/15contact-sprite-all.png') 0 -18px;
      }

  li.page-item-50.current_page_item a {
    background: url('/assets/images/nav/15contact-sprite-all.png') 0 -36px no-repeat !important;
  }

  #nav-content {
    background: #003;
    overflow: auto;
    padding-bottom: 20px;
    width: 918px;
  }

  /*** HOME - page-id-5 ***/
  #pageContent-home {
    background: #003;
    width: 618px;
    height: 502px;
    float: right;
    padding-top: 48px;
    margin-top: 0;
  }

  .pageText-home {
    /*width: 500px;*/
    width: 495px;
  }

  .headshot {
    float: right;
    margin: 0 0 65px 25px;
    /*margin: 0 0 25px 25px;*/
  }

  /*** SUBPAGES ***/

  #pageContent {
    background: #003;
    width: 618px;
    float: right;
    padding-top: 2px;
  }

  .pageText {
    margin-left: 5px;
    width: 545px;
    min-height: 550px;
  }

  .page-title {
    text-align: left;
  }

/*  .article-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }*/

  img.headline {
    display: block;
    margin-bottom: 20px;
  }

  .questions {
    padding-top: 1em;
  }

  .questions p {
    margin-top: .5em;
  }

  /*** Services - page-id-16 ***/
  .column-content {
    clear: both;
  }

  .left-column {
    width: 250px;
    float: left;
    margin-right: 2px;
  }

  .right-column {
    width: 250px;
    float: right;
  }

  /*** Couples Therapy - page-id-30 & Group Therapy - page-id-31 ***/
/*  body.page-id-30 #pageContent h2, body.page-id-31 #pageContent h2, body.page-id-33 #pageContent h2, body.page-id-35 #pageContent h2, .page-id-833 h2 {
    margin: 20px 0px 0px 8px;
    text-indent: -8px;
  }*/
  /*body.page-id-30 #pageContent .questions, body.page-id-31 #pageContent .questions, body.page-id-33 #pageContent .questions, body.page-id-35 #pageContent .questions, .page-id-833 .questions {
    margin-left: 40px;
    width: 465px;
  }*/
/*  body.page-id-30 #pageContent h3, body.page-id-31 #pageContent h3, body.page-id-33 #pageContent h3, body.page-id-35 #pageContent h3, .page-id-833 h3 {
    margin-left: 8px;
    text-indent: -8px;
  }*/

  /*** Illness - page-id-37 ***/
  body.page-id-37 #pageContent h2 {
    margin: 0;
  }

  body.page-id-37 #pageContent .left-column {
    float: left;
    margin-right: 2px;
    width: 200px;
  }

  body.page-id-37 #pageContent .right-column {
    float: right;
    margin-right: 55px;
    width: 210px;
  }

  /*** Books - page-id-42 ***/
  body.page-id-42 #pageContent .left-column {
    width: 215px;
    float: left;
    margin: 10px 0 40px 37px;
  }

  body.page-id-42 #pageContent .right-column {
    width: 216px;
    float: left;
    margin: 10px 37px 0;
  }

  body.page-id-42 #pageContent .book-cover {
    float: right;
    width: 200px;
  }
  
    body.page-id-42 #pageContent .book-cover img {
      display: block;
      margin-bottom: 25px;
    }

  body.page-id-42 #pageContent .book-description {
    float: left;
    height: 335px;
    width: 330px;
  }

  body.page-id-42 #pageContent .endorsements {
    clear: left;
    height: 491px;
    margin-bottom: 16px;
  }

  /*** Articles - page-id-44 ***/
  body.page-id-44 #pageContent .left-column {
    float: left;
    margin-right: 75px;
    width: 200px;
  }

  body.page-id-44 #pageContent .right-column {
    float: right;
    margin-right: 65px;
    width: 200px;
  }

  /*** CUSTOM TAXONOMY PAGES ***/
  /*** Article Overlay ***/

  .archive-title {
    font-weight: normal;
    text-shadow: 3px 4px 5.5px #000;
  }

  .single-title {
    /*font-size: 2.1em;*/
    /*margin: 0 auto;*/
    font-weight: 500;
    /*padding: 0.85em 0 0.35em;*/
    width: 530px; 
  }

  .article-title {
    text-align: center;
    max-width: 530px;
  }

  .category-post, body.single-articles .pageText {
    color: #e2e2e2;
    font-size: 1.2em;
  }

  #pageWrap.tax-topics {
    max-width: 100% !important;
  }

  #pageWrap.tax-topics #nav-content {
    background: none;
    width: 100%;
  }

  #pageWrap.tax-topics #pageContent {
    background: none;
    width: 100%;
  }

  #pageWrap.tax-topics #pageContent header {
    margin: 0 auto;
    width: 90%;
  }

  #pageWrap.tax-topics #pageContent .pageText {
    margin: 0 auto 1.8em;
    width: 80%;
  }

  body.post-type-archive-articles #pageContent ul li, 
  body.single-articles #pageContent ul li, 
  body.archive #pageContent ul li, 
  #pageWrap.tax-topics ul li {
    line-height: 1.5;
    /*letter-spacing: 0.4px;*/
    margin-left: 3.34em;
  }

  body.page-template-article #pageContent ul li {
    line-height: 1.5;
    /*letter-spacing: 0.4px;*/
  }

  #footer {
    background: #112539;
    padding: 0.833em 0;
    text-align: center;
  }

  .footer-contact {
    display: block;
    font-size: 1.167em;
    font-weight: 700;
  }

  #footer .service-area {
    /*font-size: 1em;*/
    line-height: 175%;
  }

  @media only screen and (min-width: 880px) {

    #header-home {
      background: url('/assets/images/background/header-background-2.jpg') no-repeat;
    }

    #header {
      background: url('/assets/images/background/header-background-2.jpg') no-repeat;
    }

    #navigation {
      background: url('/assets/images/background/nav-background-2.jpg') no-repeat;
    }

    #nav-content {
      background: url('/assets/images/background/tile3.jpg') repeat-y scroll 0 550px transparent;
      position: relative;
      z-index: 1000;
    }

    /*** HOME - page-id-5 ***/
    #pageContent-home {
      background: url('/assets/images/background/pageContent-background-home.jpg') no-repeat;
    }

    #pageContent {
      background: url('/assets/images/background/pageContent-background.jpg') no-repeat;
    }
  }

  .p16-header,
  .p23-header,
  .p25-header,
  .p30-header,
  .p31-header,
  .p32-header,
  .p33-header,
  .p35-header,
  .p37-header,
  .p40-header,
  .p42-header,
  .p44-header,
  .p46-header,
  .p48-header,
  .p50-header, 
  .p694-header, 
  .p793-header, 
  .p833-header,
  .p1080-header,
  .p1531-header, 
  .article-page-header {
      position: relative;
      z-index: 10000;
    }
        .p16-header {
          background: url('/assets/images/header/full/16-header.png') no-repeat;
        }

        .p23-header {
          background: url('/assets/images/header/full/23-header.png') no-repeat;
        }

        .p25-header {
          background: url('/assets/images/header/full/25-header.png') no-repeat;
        }

        .p30-header {
          background: url('/assets/images/header/full/30-header.png') no-repeat;
        }

        .p31-header {
          background: url('/assets/images/header/full/31-header.png') no-repeat;
        }

        .p32-header {
          background: url('/assets/images/header/full/32-header.png') no-repeat;
        }

        .p33-header {
          background: url('/assets/images/header/full/33-header.png') no-repeat;
        }

        .p35-header {
          background: url('/assets/images/header/full/35-header.png') no-repeat;
        }

        .p37-header {
          background: url('/assets/images/header/full/37-header.png') no-repeat;
        }

        .p40-header {
          background: url('/assets/images/header/full/40-header.png') no-repeat;
        }

        .p42-header {
          background: url('/assets/images/header/full/42-header.png') no-repeat;
        }

        .p44-header {
          background: url('/assets/images/header/full/44-header.png') no-repeat;
        }

        .p46-header {
          background: url('/assets/images/header/full/46-header.png') no-repeat;
        }

        .p48-header {
          background: url('/assets/images/header/full/48-header.png') no-repeat;
        }

        .p50-header {
          background: url('/assets/images/header/full/50-header.png') no-repeat;
        }

        .p694-header {
          background: url('/assets/images/header/full/694-header.png') no-repeat;
        }

        .p793-header {
          background: url('/assets/images/header/full/793-header.png') no-repeat;
        }

        .p833-header {
          background: url('/assets/images/header/full/833-header.png') no-repeat;
        }

        .p1080-header {
          background: url('/assets/images/header/full/1080-header.png') no-repeat;
        }

        .p-header, 
        .article-page-header {
          background: url('/assets/images/header/full/article-header.png') no-repeat;
        }
        
        body.single-post #pageContent ul li {
          line-height: 1.5;
          list-style:disc;
          margin-left:2em;
        }

        body.single-post #pageContent.post-1578 ul li {
          line-height: 1.5;
          list-style:none;
          margin-left:0;
        }        

        body.single-post #pageContent.post-1578 ul li ul li {
          line-height: 1.5;
          list-style:disc;
          margin-left:2em;
        }  

        .mb-0 {
          margin-bottom: 0 !important;
        }

        .mt-0 {
          margin-top: 0 !important;
        }

        .mt-05 {
          margin-top: 0.5em !important;
        }

        .mt-25 {
          margin-top: 0.25rem !important;
        }

        .mt-125 {
          margin-top: 1.25rem !important;
        }

        .mt-15 {
          margin-top: 1.5rem !important;
        }

        .mt-2 {
          margin-top: 2em !important;
        }

        .mt-3 {
          margin-top: 3em !important;
        }

        .pb-2 {
          padding-bottom: 2rem !important;
        }

        .pt-2 {
          padding-top: 2rem !important;
        }