@charset "UTF-8";
/* Import all SASS files */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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.
 */
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.
 */
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;
}

/*
RESPONSIVE
*/
#color-bar {
  width: 100%;
  float: left;
  height: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  /*479px*/
  	/*@include bp(small_tablet){
  			background-color:blue;
  			&:before{
  			content:'small_tablet';
  		}
  	}
  	@include bp(large_tablet){
  			background-color:pink;
  			&:before{
  			content:'large_tablet';
  		}
  	}
  
  	@include bp(desktop){
  			background-color:orange;
  			&:before{
  			content:'desktop';
  		}
  	}
  	@include bp(mid_desktop){
  			background-color:purple;
  			&:before{
  			content:'mid_desktop';
  		}
  	}
  	@include bp(large_desktop){
  			background-color:green;
  			&:before{
  			content:'large_desktop';
  		}
  	}*/
}
@media only screen and (max-width: 768px) {
  #color-bar {
    background-color: teal;
  }
  #color-bar:before {
    content: 'iPadDown';
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #color-bar {
    background-color: red;
  }
  #color-bar:before {
    content: 'phone';
  }
}

.pad-down-only {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .pad-down-only {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .desktop-up-only {
    display: none !important;
  }
}

.no-phone {
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .no-phone {
    display: none !important;
  }
}

.phone-only {
  display: none !important;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .phone-only {
    display: block !important;
  }
}

/* Mixins */
/* Color */
#test-grid .col {
  background-color: #ccc;
}

/*  SECTIONS  ============================================================================= */
section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GROUPING  ============================================================================= */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
@media only screen and (max-width: 768px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}

.col:first-child {
  margin-left: 0;
}

/* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 767px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%;
  }

  .span_1_of_2 {
    width: 100%;
  }
}
/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66.13%;
}

.span_1_of_3 {
  width: 32.26%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 768px) {
  .span_3_of_3 {
    width: 100%;
  }

  .span_2_of_3 {
    width: 100%;
  }

  .span_1_of_3 {
    width: 100%;
  }
}
/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 768px) {
  .span_4_of_4 {
    width: 100%;
  }

  .span_3_of_4 {
    width: 100%;
  }

  .span_2_of_4 {
    width: 100%;
  }

  .span_1_of_4 {
    width: 100%;
  }
}
/*  GRID OF FIVE   ============================================================================= */
.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.68%;
}

.span_3_of_5 {
  width: 59.36%;
}

.span_2_of_5 {
  width: 39.04%;
}

.span_1_of_5 {
  width: 18.72%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 768px) {
  .span_5_of_5 {
    width: 100%;
  }

  .span_4_of_5 {
    width: 100%;
  }

  .span_3_of_5 {
    width: 100%;
  }

  .span_2_of_5 {
    width: 100%;
  }

  .span_1_of_5 {
    width: 100%;
  }
}
/*  GRID OF SIX   ============================================================================= */
.span_6_of_6 {
  width: 100%;
}

.span_5_of_6 {
  width: 83.06%;
}

.span_4_of_6 {
  width: 66.13%;
}

.span_3_of_6 {
  width: 49.2%;
}

.span_2_of_6 {
  width: 32.26%;
}

.span_1_of_6 {
  width: 15.33%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 768px) {
  .span_6_of_6 {
    width: 100%;
  }

  .span_5_of_6 {
    width: 100%;
  }

  .span_4_of_6 {
    width: 100%;
  }

  .span_3_of_6 {
    width: 100%;
  }

  .span_2_of_6 {
    width: 100%;
  }

  .span_1_of_6 {
    width: 100%;
  }
}
/*  GRID OF SEVEN   ============================================================================= */
.span_7_of_7 {
  width: 100%;
}

.span_6_of_7 {
  width: 85.48%;
}

.span_5_of_7 {
  width: 70.97%;
}

.span_4_of_7 {
  width: 56.45%;
}

.span_3_of_7 {
  width: 41.94%;
}

.span_2_of_7 {
  width: 27.42%;
}

.span_1_of_7 {
  width: 12.91%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 768px) {
  .span_7_of_7 {
    width: 100%;
  }

  .span_6_of_7 {
    width: 100%;
  }

  .span_5_of_7 {
    width: 100%;
  }

  .span_4_of_7 {
    width: 100%;
  }

  .span_3_of_7 {
    width: 100%;
  }

  .span_2_of_7 {
    width: 100%;
  }

  .span_1_of_7 {
    width: 100%;
  }
}
/*  GRID OF EIGHT   ============================================================================= */
.span_8_of_8 {
  width: 100%;
}

.span_7_of_8 {
  width: 87.3%;
}

.span_6_of_8 {
  width: 74.6%;
}

.span_5_of_8 {
  width: 61.9%;
}

.span_4_of_8 {
  width: 49.2%;
}

.span_3_of_8 {
  width: 36.5%;
}

.span_2_of_8 {
  width: 23.8%;
}

.span_1_of_8 {
  width: 11.1%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 768px) {
  .span_8_of_8 {
    width: 100%;
  }

  .span_7_of_8 {
    width: 100%;
  }

  .span_6_of_8 {
    width: 100%;
  }

  .span_5_of_8 {
    width: 100%;
  }

  .span_4_of_8 {
    width: 100%;
  }

  .span_3_of_8 {
    width: 100%;
  }

  .span_2_of_8 {
    width: 100%;
  }

  .span_1_of_8 {
    width: 100%;
  }
}
/*  GRID OF NINE   ============================================================================= */
.span_9_of_9 {
  width: 100%;
}

.span_8_of_9 {
  width: 88.71%;
}

.span_7_of_9 {
  width: 77.42%;
}

.span_6_of_9 {
  width: 66.13%;
}

.span_5_of_9 {
  width: 54.84%;
}

.span_4_of_9 {
  width: 43.55%;
}

.span_3_of_9 {
  width: 32.26%;
}

.span_2_of_9 {
  width: 20.97%;
}

.span_1_of_9 {
  width: 9.68%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 768px) {
  .span_9_of_9 {
    width: 100%;
  }

  .span_8_of_9 {
    width: 100%;
  }

  .span_7_of_9 {
    width: 100%;
  }

  .span_6_of_9 {
    width: 100%;
  }

  .span_5_of_9 {
    width: 100%;
  }

  .span_4_of_9 {
    width: 100%;
  }

  .span_3_of_9 {
    width: 100%;
  }

  .span_2_of_9 {
    width: 100%;
  }

  .span_1_of_9 {
    width: 100%;
  }
}
/*  GRID OF TEN   ============================================================================= */
.span_10_of_10 {
  width: 100%;
}

.span_9_of_10 {
  width: 89.84%;
}

.span_8_of_10 {
  width: 79.68%;
}

.span_7_of_10 {
  width: 69.52%;
}

.span_6_of_10 {
  width: 59.36%;
}

.span_5_of_10 {
  width: 49.2%;
}

.span_4_of_10 {
  width: 39.04%;
}

.span_3_of_10 {
  width: 28.88%;
}

.span_2_of_10 {
  width: 18.72%;
}

.span_1_of_10 {
  width: 8.56%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 768px) {
  .span_10_of_10 {
    width: 100%;
  }

  .span_9_of_10 {
    width: 100%;
  }

  .span_8_of_10 {
    width: 100%;
  }

  .span_7_of_10 {
    width: 100%;
  }

  .span_6_of_10 {
    width: 100%;
  }

  .span_5_of_10 {
    width: 100%;
  }

  .span_4_of_10 {
    width: 100%;
  }

  .span_3_of_10 {
    width: 100%;
  }

  .span_2_of_10 {
    width: 100%;
  }

  .span_1_of_10 {
    width: 100%;
  }
}
/*  GRID OF ELEVEN   ============================================================================= */
.span_11_of_11 {
  width: 100%;
}

.span_10_of_11 {
  width: 90.76%;
}

.span_9_of_11 {
  width: 81.52%;
}

.span_8_of_11 {
  width: 72.29%;
}

.span_7_of_11 {
  width: 63.05%;
}

.span_6_of_11 {
  width: 53.81%;
}

.span_5_of_11 {
  width: 44.58%;
}

.span_4_of_11 {
  width: 35.34%;
}

.span_3_of_11 {
  width: 26.1%;
}

.span_2_of_11 {
  width: 16.87%;
}

.span_1_of_11 {
  width: 7.63%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 768px) {
  .span_11_of_11 {
    width: 100%;
  }

  .span_10_of_11 {
    width: 100%;
  }

  .span_9_of_11 {
    width: 100%;
  }

  .span_8_of_11 {
    width: 100%;
  }

  .span_7_of_11 {
    width: 100%;
  }

  .span_6_of_11 {
    width: 100%;
  }

  .span_5_of_11 {
    width: 100%;
  }

  .span_4_of_11 {
    width: 100%;
  }

  .span_3_of_11 {
    width: 100%;
  }

  .span_2_of_11 {
    width: 100%;
  }

  .span_1_of_11 {
    width: 100%;
  }
}
/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.53%;
}

.span_10_of_12 {
  width: 83.06%;
}

.span_9_of_12 {
  width: 74.6%;
}

.span_8_of_12 {
  width: 66.13%;
}

.span_7_of_12 {
  width: 57.66%;
}

.span_6_of_12 {
  width: 49.2%;
}

.span_5_of_12 {
  width: 40.73%;
}

.span_4_of_12 {
  width: 32.26%;
}

.span_3_of_12 {
  width: 23.8%;
}

.span_2_of_12 {
  width: 15.33%;
}

.span_1_of_12 {
  width: 6.86%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 768px) {
  .span_12_of_12 {
    width: 100%;
  }

  .span_11_of_12 {
    width: 100%;
  }

  .span_10_of_12 {
    width: 100%;
  }

  .span_9_of_12 {
    width: 100%;
  }

  .span_8_of_12 {
    width: 100%;
  }

  .span_7_of_12 {
    width: 100%;
  }

  .span_6_of_12 {
    width: 100%;
  }

  .span_5_of_12 {
    width: 100%;
  }

  .span_4_of_12 {
    width: 100%;
  }

  .span_3_of_12 {
    width: 100%;
  }

  .span_2_of_12 {
    width: 100%;
  }

  .span_1_of_12 {
    width: 100%;
  }
}
/*
TYPOGRAPHY
*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 23, 2015 */
@font-face {
  font-family: 'strangelove_next_narrowRg';
  src: url("../fonts/strangelove-next-narrow-webfont.eot");
  src: url("../fonts/strangelove-next-narrow-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/strangelove-next-narrow-webfont.woff2") format("woff2"), url("../fonts/strangelove-next-narrow-webfont.woff") format("woff"), url("../fonts/strangelove-next-narrow-webfont.ttf") format("truetype"), url("../fonts/strangelove-next-narrow-webfont.svg#strangelove_next_narrowRg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal;
font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal;
font-family: 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;

font-family: 'Gotham Narrow A', 'Gotham Narrow B'; font-weight: 300; font-style: normal;
font-family: 'Gotham Narrow A', 'Gotham Narrow B'; font-weight: 400; font-style: normal;
font-family: 'Gotham Narrow A', 'Gotham Narrow B'; font-weight: 500; font-style: normal;
font-family: 'Gotham Narrow A', 'Gotham Narrow B'; font-weight: 700; font-style: normal;
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: .67em;
  text-transform: uppercase;
}

h1 {
  font-size: 43px;
  color: #81845c;
}

.page-template-template-landing-no-header-footer h4 {
  font-size: 43px;
  color: #81845c;
  text-align:center !important;
}

h2 {
  font-size: 26px;
  color: #81845c;
}

h3 {
  font-size: 14px;
  color: #616731;
}

h4 {
  font-size: 13px;
  color: #616731;
}

h5 {
  font-size: 14px;
  color: #ff524c;
}

h6 {
  text-transform: none !important;
  color: #6d6f71;
  font-size: 17px;
}

b, strong {
  /* font-weight: bold; */
  font-style: normal;
  font-weight: 700;
}

p {
  margin-bottom: 1.2em;
}

/*
MAIN
*/
body.admin-bar .header-bottom {
  display: none;
}

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Gotham Narrow A', 'Gotham Narrow B';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #6d6f71;
  /*line-height: 1.8em;*/
  line-height: 1.65em;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body {
    font-size: 13px;
  }
}

body.post-type-archive-video, body.page-template-template-meditation, body.single-courses, body.page-template-template-bookclub-php, body.page-template-template-mdg, body.page-template-template-basicohp-php, body.page-template-single-video-php, body.page-template-template-mycourses-php, body.page-template-template-community-php, body.page-template-template-forum, body.tax-meditationlength, body.tax-videocategories, body.archive.date, body.page-template-template-vidarchive-php, body.page-template-template-ddg {
  background: url(../img/OHP_bg_pattern.png) repeat;
}

.inner.ohp-inner.mid-content h1 {
  text-transform: lowercase;
  color: #96937a;
  font-size: 36px;
  font-weight: 400;
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #ff524c;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:hover {
  color: #929292;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

ul {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
}
ul li {
  margin-bottom: 10px;
}

a.red-btn, span.red-btn-wrap > a {
  width: 158px;
  height: 36px;
  background: url(../img/red-button-bg-2x.png) center center no-repeat;
  /*background-size: 100%;*/
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  float: left;
  padding-top: 5px;
}
a.red-btn:hover, span.red-btn-wrap > a:hover {
  background: url(../img/gray-button-bg-2x.png) center center no-repeat;
  /*background-size: 100%;*/
  background-size: cover;
  -webkit-background-size: cover;
}

a.red-btn:after, span.red-btn-wrap > a:after {
  content: "";
  width: 8px;
  height: 10px;
  background: url(../img/button-arrow-white-2x.png) 0 0 no-repeat;
  background-size: 100%;
  display: inline-block;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

/* Book Buttons */

a.red-btn-book{
  width: 158px;
  height: 36px;
  background: url(../img/red-button-bg-2x.png) center center no-repeat;
  /*background-size: 100%;*/
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  float: left;
  padding-top: 5px;
  margin-right:12px;
  margin-bottom: 12px;
}


a.grn-btn-book{
  width: 158px;
  height: 36px;
  background: url(../img/green-button-bg-2x.png) center center no-repeat;
  /*background-size: 100%;*/
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  float: left;
  padding-top: 5px;
  margin-right:12px;
  margin-bottom: 12px;
}

a.gry-btn-book{
  width: 158px;
  height: 36px;
  background: url(../img/gray-button-bg-2x.png) center center no-repeat;
  /*background-size: 100%;*/
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  float: left;
  padding-top: 5px;
  margin-bottom: 12px;
}

a.red-btn-book:hover, a.grn-btn-book:hover, a.gry-btn-book:hover{
  background: url(../img/light-gray-button-bg-2x.png) center center no-repeat;
  /*background-size: 100%;*/
  background-size: cover;
  -webkit-background-size: cover;
}

a.red-btn-book:after, a.grn-btn-book:after, a.gry-btn-book:after{
  content: "";
  width: 8px;
  height: 10px;
  background: url(../img/button-arrow-white-2x.png) 0 0 no-repeat;
  background-size: 100%;
  display: inline-block;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 1px;
}



blockquote p {
  border-left: 2px solid #d9d854;
  padding-left: 16px;
}

hr {
  border: none !important;
  height: 1px;
  background: #d9d854;
}

a.post-edit-link {
  display: block;
  float: left;
  clear: both;
}

.hide-ovflw {
  overflow: hidden !important;
}

/* Header */
header#main-header {
  background: url(../img/header-bg.png) 0 0 repeat;
  padding-top: 28px;
  height: 93px;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  header#main-header {
    padding-top: 12px;
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  header#main-header {
    padding-top: 12px;
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  header#main-header .span_1_of_3 {
    width: 70% !important;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  header#main-header .span_2_of_3 {
    width: 30% !important;
    float: right;
  }
}
header#main-header .span_2_of_3.main-nav-col {
  margin: 0;
  position: relative;
}
header#main-header .small-logout {
  position: absolute;
  top: 0;
  right: 0;
  top: -10px;
  font-size: 11px;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  header#main-header .small-logout {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header#main-header .small-logout {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  header#main-header .small-logout {
    display: none;
  }
}
header#main-header #mobile-nav-button {
  width: 30px;
  height: 20px;
  background: url(../img/nav-menu-icon.png) center center no-repeat;
  background-size: 100%;
  float: right;
  display: none;
}
header#main-header #mobile-nav-button:hover {
  cursor: pointer;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  header#main-header #mobile-nav-button {
    display: block;
    position: relative;
    top: 11px;
  }
}
@media only screen and (max-width: 768px) {
  header#main-header #mobile-nav-button {
    display: block;
    position: relative;
    top: 11px;
  }
}
header#main-header .header-bottom {
  width: 100%;
  height: 34px;
  background: url(../img/header-bottom-bg2.png) 0 0 repeat-x;
  position: absolute;
  top: 93px;
  background-size: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  header#main-header .header-bottom {
    top: 68px;
  }
}
@media only screen and (max-width: 768px) {
  header#main-header .header-bottom {
    top: 66px;
  }
}
header#main-header .nav {
  margin-top: 23px;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  header#main-header .nav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header#main-header .nav {
    display: none !important;
  }
}
header#main-header .logo {
  width: 354px;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  header#main-header .logo {
    width: 309px;
  }
}
@media only screen and (max-width: 768px) {
  header#main-header .logo {
    width: 309px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  header#main-header .logo {
    width: 222px;
    position: relative;
    top: 7px;
  }
}
header#main-header #mobile-nav-wrap {
  width: 40%;
  height: 500px;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 5000;
  display: none;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  header#main-header #mobile-nav-wrap {
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  header#main-header #mobile-nav-wrap {
    width: 80%;
  }
}
header#main-header #mobile-nav-wrap a.nav-close {
  width: 22px;
  height: 22px;
  float: right;
  color: #80855c;
  text-align: center;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
  font-size: 37px;
  margin-top: 20px;
  margin-right: 20px;
}
header#main-header #mobile-nav-wrap ul#menu-mobile-navigation {
  float: left;
  padding: 50px 40px 40px 40px;
  margin: 0;
  list-style: none;
}
header#main-header #mobile-nav-wrap ul#menu-mobile-navigation li {
  margin-bottom: 20px;
}
header#main-header #mobile-nav-wrap ul#menu-mobile-navigation li a {
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
}
header#main-header #mobile-nav-wrap ul#menu-mobile-navigation li a:hover {
  color: #ff524c;
}
header#main-header #mobile-nav-wrap ul#menu-mobile-navigation li.menu-item-has-children > ul {
  display: none;
  list-style: none;
  margin-top: 20px;
  padding-left: 10px;
}
header#main-header #mobile-nav-wrap ul#menu-mobile-navigation li.menu-item-has-children.open > ul {
  display: block;
}
header#main-header #mobile-nav-wrap ul#menu-mobile-navigation li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../img/mobi-down-arrow-2x.png) 0 0 no-repeat;
  background-size: 100%;
  margin-left: 9px;
  position: relative;
  top: -1px;
}
header#main-header #mobile-nav-wrap .mobile-logout {
  float: left;
  display: block;
  width: 100%;
  padding: 0 40px 40px 40px;
}

header#ohp-header {
  width: 100%;
  height: 200px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  header#ohp-header {
    height: 130px;
  }
}
@media only screen and (max-width: 768px) {
  header#ohp-header .span_1_of_3 {
    width: 32.26%;
  }
}
header#ohp-header .logo {
  width: 220px;
  height: 144px;
  background: url(../img/ohp-logo-2x.png) no-repeat;
  background-size: 100%;
  margin: 18px auto 0;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  header#ohp-header .logo {
    width: 160px;
    height: 104px;
  }
}
@media only screen and (max-width: 768px) {
  header#ohp-header .logo {
    width: 136px;
    height: 90px;
  }
}
header#ohp-header .login {
  float: right;
  font-size: 14px;
  margin-top: 77px;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  header#ohp-header .login {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  header#ohp-header .login {
    font-size: 11px;
    margin-top: 54px;
  }
}
header#ohp-header .login a {
  color: #808285;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  header#ohp-header .login a {
    display: none;
  }
}
header#ohp-header .login a:hover {
  color: #ff524c;
}
header#ohp-header .login .curuser {
  display: inline;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  header#ohp-header .login .curuser {
    display: none;
  }
}
header#ohp-header .littleman {
  width: 26px;
  height: 26px;
  background: url(../img/loggedin-icon-2x.png) 0 0 no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: -33px;
  top: -4px;
}
header#ohp-header .top-links {
  font-size: 14px;
  margin-top: 77px;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  header#ohp-header .top-links {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  header#ohp-header .top-links {
    font-size: 11px;
    margin-top: 54px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  header#ohp-header .top-links {
    display: none;
  }
}
header#ohp-header .top-links a {
  color: #808285;
}
header#ohp-header .top-links a:hover {
  color: #ff524c;
}
header#ohp-header #mobile-ohp-menu-btn {
  width: 22px;
  height: 16px;
  background: url(../img/nav-menu-icon-ohp.png) center center no-repeat;
  background-size: 100%;
  float: left;
  margin-top: 55px;
}
header#ohp-header #mobile-ohp-menu-btn:hover {
  cursor: pointer;
}
header#ohp-header #ohp-mobile-nav-wrap {
  width: 100%;
  height: 500px;
  position: fixed;
  top: 0;
  left: 0;
  background: #FCFCFB;
  z-index: 5000;
  display: none;
}
header#ohp-header #ohp-mobile-nav-wrap .nav-close {
  width: 22px;
  height: 22px;
  float: left;
  margin-left: 20px;
  color: #999999;
  text-align: center;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
  font-size: 29px;
  margin-top: 20px;
  margin-right: 20px;
}
header#ohp-header #ohp-mobile-nav-wrap ul {
  margin: 70px auto 0 auto;
  width: 90%;
  padding: 0;
  list-style: none;
}
header#ohp-header #ohp-mobile-nav-wrap ul li {
  border-bottom: 1px solid #999999;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
header#ohp-header #ohp-mobile-nav-wrap ul li a {
  font-size: 15px;
  text-transform: lowercase;
}
header#ohp-header #ohp-mobile-nav-wrap ul li:first-child {
  border-top: 1px solid #999999;
}

#ohp-banner-top {
  width: 100%;
  min-height: 50px;
  background: #fbfbfb url(../img/ohp-banner-pattern.jpg) 0 0 repeat-x;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  #ohp-banner-top {
    font-size: 12px;
  }
}
#ohp-banner-top p {
  margin-top: 4px;
  margin-bottom: 0;
}

#ohp-main-menu {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 50px;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #ohp-main-menu {
    margin-top: 0px;
  }
}
#ohp-main-menu .inner {
  /*padding:0;*/
}
#ohp-main-menu .col {
  margin: 0;
}
#ohp-main-menu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #ohp-main-menu ul.menu {
    display: none;
  }
}
#ohp-main-menu ul.menu li {
  text-transform: lowercase;
  margin-bottom: 0;
}
#ohp-main-menu ul.menu li a {
  color: #000;
  display: inline-block;
  width: 25%;
  float: left;
  padding-top: 16px;
  padding-bottom: 20px;
  background: #DCDBD0;
  font-size: 22px;
  border-top: 4px solid #DCDBD0;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  #ohp-main-menu ul.menu li a {
    font-size: 16px;
  }
}
#ohp-main-menu ul.menu li a:hover {
  background: #F1F1EC;
  border-top: 4px solid #F1F1EC;
}
#ohp-main-menu ul.menu li.current-menu-item > a {
  border-top: 4px solid #d9d854;
  background: #fff;
}
#ohp-main-menu ul.menu li.current-page-ancestor > a {
  border-top: 4px solid #d9d854;
  background: #fff;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.main-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 4999;
  display: none;
}

/* Inner */
.inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  .inner {
    max-width: 940px;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    /*max-width:618px;*/
    max-width: 668px;
  }
}

.inner.mid-content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-template-sangha-login .inner.mid-content,
.page-template-template-ohplogin-new .inner.mid-content {
  margin-top:0px;
}
@media only screen and (max-width: 768px) {
  .inner.mid-content {
    margin-top: 24px;
  }
}

.inner.ohp-inner {
  /*background:#fff;*/
}

.inner.mid-content.ohp-inner {
  margin-top: 0;
  /*padding-top:40px;*/
}
.inner.mid-content.ohp-inner .pad-top {
  padding-top: 60px;
}
.inner.mid-content.ohp-inner #inner-content {
  background: #fff;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 60px;
}

/* Top Intro */
#top-intro {
  /*border-bottom:2px dotted $yellow-green;*/
}
#top-intro .span_7_of_12 {
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #top-intro .span_7_of_12 {
    position: absolute;
    height: 244px;
    max-height: 244px;
    left: 0;
    top: 60px;
    z-index: -1;
    overflow: hidden;
  }
}
#top-intro .span_7_of_12 img {
  padding-right: 18px;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  #top-intro .span_7_of_12 img {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #top-intro .span_7_of_12 img {
    /*max-height: 244px;*/
  }
}
#top-intro .span_5_of_12 {
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #top-intro .span_5_of_12 {
    margin-top: 220px;
  }
}
#top-intro .span_5_of_12 h1 {
  font-size: 46px;
  margin-top: 46px;
  margin-bottom: 14px;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #top-intro .span_5_of_12 h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  #top-intro .span_5_of_12 h1 {
    font-size: 36px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #top-intro .span_5_of_12 h1 {
    font-size: 30px;
  }
}
#top-intro .span_5_of_12 p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 28px;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
  opacity: 0.85;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #top-intro .span_5_of_12 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #top-intro .span_5_of_12 p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #top-intro .span_5_of_12 p {
    font-size: 22px;
  }
}

#top-intro:after {
  width: 100%;
  height: 4px;
  background: url(../img/dots-pattern.png) center center repeat-x;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
}
@media only screen and (max-width: 768px) {
  #top-intro:after {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

#selected-media:after {
  width: 100%;
  height: 4px;
  background: url(../img/dots-pattern.png) center center repeat-x;
  margin-top: 40px;
  margin-bottom: 40px;
  float: left;
}
@media only screen and (max-width: 768px) {
  #selected-media:after {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

/* Form Backgrounds */
.gform_wrapper {
  /*background: url(../img/green-video-background.png) center center no-repeat;
  background-size:cover;
  -webkit-background-size:cover;*/
  background: #cece6c;
  padding: 12px;
  position: relative;
}
.gform_wrapper form {
  background: #fff;
  padding: 20px 20px 80px 20px;
}
.gform_wrapper form label {
  text-transform: uppercase;
  color: #616731;
  font-size: 13px;
  margin: .2em 0 0 0;
}
.gform_wrapper form input[type="text"], .gform_wrapper form textarea {
  background: url(../img/input-bg.jpg) repeat;
  border: 1px solid #D0D1C2;
}
.gform_wrapper form .gform_footer.top_label {
  margin: 0;
  padding: 10px 0 .625em 0;
}
.gform_wrapper form .gform_footer input[type=submit] {
  width: 158px;
  height: 56px;
  float: right;
  border: none;
  background: url(../img/red-button-bg-2x.png) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 12px;
  margin-right: 12px;
}
.gform_wrapper form .gform_footer input[type=submit]:hover {
  background: url(../img/gray-button-bg-2x.png) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.gform_wrapper:before {
  content: '';
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  top: -3px;
  background: url(../img/form-top.png) 0 0 repeat-x;
  background-size: 100%;
}

.gform_wrapper:after {
  content: '';
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: -3px;
  background: url(../img/form-bottom.png) 0 0 repeat-x;
  background-size: 100%;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important;
}

/* Books only */
body.page-template-template-books #middle-thirds:after {
  width: 100%;
  height: 4px;
  background: url(../img/dots-pattern.png) center center repeat-x;
  margin-top: 40px;
  margin-bottom: 40px;
  float: left;
}

.book-wrapper h3 {
  color: #ff524c;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  text-transform: none;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  .book-wrapper h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .book-wrapper h3 {
    font-size: 22px;
  }
}
.book-wrapper .span_8_of_12 {
  padding-right: 60px;
  margin-left: 0;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  .book-wrapper .span_8_of_12 {
    width: 66.13%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .book-wrapper .span_8_of_12 {
    width: 100%;
  }
}
.book-wrapper .span_4_of_12 {
  padding: 20px;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  .book-wrapper .span_4_of_12 {
    width: 32.26%;
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .book-wrapper .span_4_of_12 {
    width: 100%;
    padding: 20px;
  }
}

/* Speaking Only */
body.page-template-template-speaking #middle-thirds:after {
  width: 100%;
  height: 4px;
  background: url(../img/dots-pattern.png) center center repeat-x;
  margin-top: 40px;
  margin-bottom: 40px;
  float: left;
}

#book-susan .speaking-small {
  padding-bottom: 8px;
  border-top: 2px dotted #d9d854;
}
#book-susan .span_2_of_8 {
  margin-top: 60px;
}

/* Newsletter Sign Up Only */
.news-header {
  background: #717749;
  padding: 15px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.news-header h3 {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 10px;
  padding: 0 13px;
}

#mc_embed_signup {
  background: #cece6c;
  position: relative;
  float: left;
  width: 80%;
}
#mc_embed_signup .indicates-required {
  float: right;
  position: relative;
  top: -17px;
  font-size: 14px;
}
#mc_embed_signup form#mc-embedded-subscribe-form {
  background: #fff;
  margin: 10px;
  padding: 10px;
}
#mc_embed_signup form#mc-embedded-subscribe-form input[type="text"], #mc_embed_signup form#mc-embedded-subscribe-form input[type="email"] {
  background: url(../img/input-bg.jpg) repeat;
  border: 1px solid #D0D1C2;
  width: 90%;
}
#mc_embed_signup form#mc-embedded-subscribe-form input[type="email"] {
  width: 45%;
}
#mc_embed_signup form#mc-embedded-subscribe-form input[type="submit"] {
  width: 158px;
  height: 42px;
  float: left;
  border: none;
  background: url(../img/red-button-bg-2x.png) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 12px;
  margin-right: 12px;
}
#mc_embed_signup form#mc-embedded-subscribe-form label {
  text-transform: uppercase;
  color: #616731;
  font-size: 13px;
  font-weight: 700;
}
#mc_embed_signup form#mc-embedded-subscribe-form .mc-field-group, #mc_embed_signup form#mc-embedded-subscribe-form .mc-field-group.first, #mc_embed_signup form#mc-embedded-subscribe-form .mc-field-group.last,
#mc_embed_signup form#mc-embedded-subscribe-form .mc-field-group.city, #mc_embed_signup form#mc-embedded-subscribe-form .mc-field-group.state {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
#mc_embed_signup form#mc-embedded-subscribe-form .mc-field-group.email, #mc_embed_signup form#mc-embedded-subscribe-form .mc-field-groupcountry {
  width: 100%;
}

#mc_embed_signup:before {
  content: '';
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  top: -3px;
  background: url(../img/form-top.png) 0 0 repeat-x;
  background-size: 100%;
}

#mc_embed_signup:after {
  content: '';
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: -7px;
  background: url(../img/form-bottom.png) 0 0 repeat-x;
  background-size: 100%;
}

.news-bottom {
  content: "";
  width: 100%;
  height: 28px;
  background: url(../img/newletter-bottom.png) 0 0 no-repeat;
  background-size: 100%;
  float: left;
  position: relative;
  top: -2px;
}

.features-list {
  border: solid 1px #808285;
  text-align: center;
  padding-top: 38px;
}
.features-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.features-list ul li:nth-child(even) {
  background: #F4F4F1;
}
.features-list ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.features-list span.free {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: block;
}

/* Contact Only */
.contact-sb-inner {
  margin-left: 26px;
  margin-top: 88px;
}
.contact-sb-inner .email-only span {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  color: #616731;
  font-size: 13px;
}
.contact-sb-inner .email-only a {
  color: #6d6f71;
}
.contact-sb-inner .email-only a:hover {
  color: red;
}
.contact-sb-inner ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-sb-inner ul.social li {
  display: inline-block;
  /*margin-right:6px;*/
  margin-right: 0px;
}
.contact-sb-inner ul.social li a {
  width: 24px;
  height: 24px;
  color: #fff;
  background: #ACAEAE;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  text-align: center;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.contact-sb-inner ul.social li a:hover {
  background: #ff524c;
}
.contact-sb-inner ul.social li a.env {
  font-size: 13px;
}
.contact-sb-inner ul.social li a.env i.fa.fa-envelope {
  position: relative;
  top: -1px;
}

.span_4_of_12.pad-down-only .contact-sb-inner {
  margin-top: 20px;
  margin-left: 0;
}

#sidebar.span_4_of_12.pad-down-only:after {
  content: '';
  width: 100%;
  height: 4px;
  background: url(../img/dots-pattern.png) center center repeat-x;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}

.top-image.pad-down-only {
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .top-image.pad-down-only {
    position: absolute;
    height: 244px;
    max-height: 244px;
    left: 0;
    top: 60px;
    z-index: -1;
  }
}

#inner-content.span_8_of_12 {
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #inner-content.span_8_of_12 {
    margin-top: 236px;
  }
}
#inner-content.span_8_of_12 h1.page-title {
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #inner-content.span_8_of_12 h1.page-title {
    font-size: 30px;
    margin-bottom: 0;
  }
}

/* About Only */
.span_4_of_10 .quote-wrap {
  border-left: 1px solid #d9d854;
  margin-top: 54px;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  .span_4_of_10 .quote-wrap {
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .span_4_of_10 .quote-wrap {
    margin-left: 15px;
  }
}
.span_4_of_10 p.quote {
  font-style: italic;
  font-size: 21px;
  color: #929292;
  line-height: 1.4em;
  margin-top: 0;
  padding-left: 14px;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  .span_4_of_10 p.quote {
    font-size: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .span_4_of_10 p.quote {
    font-size: 13px;
  }
}
.span_4_of_10 p.author_name {
  margin-bottom: 0;
  padding-left: 14px;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  .span_4_of_10 p.author_name {
    font-size: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .span_4_of_10 p.author_name {
    font-size: 13px;
  }
}

.span_6_of_10.about-middle {
  padding-right: 60px;
}
@media only screen and (max-width: 768px) {
  .span_6_of_10.about-middle {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .span_6_of_10.about-middle h2 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 768px) {
  body.page-template-template-about #top-intro:after {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*blog only*/
.blog-header {
  width: 100%;
  height: 260px;
  background: url(../img/blog-header.jpg) 0 0 no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.blog-header .section h1 {
  float: right;
  /*width:30%;*/
  color: #fff;
  font-size: 64px;
  line-height: 1em;
  margin-top: 90px;
  /*margin-right:20px;*/
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  .blog-header .section h1 {
    /*margin-right:70px;*/
  }
}
@media only screen and (max-width: 768px) {
  .blog-header .section h1 {
    /*margin-right:140px;*/
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .blog-header .section h1 {
    float: none;
    margin: auto;
    padding-top: 5px;
  }
}
.blog-header .section h1 span {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
}

#inner-content {
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  #inner-content {
    padding-right: 0;
  }
}
#inner-content .blog-wrapper {
  border-bottom: 1px solid #d9d854;
}
#inner-content article.post {
  margin-bottom: 90px;
}
#inner-content article.post h1.page-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  margin-bottom: 20px;
  color: #949869;
}
#inner-content article.post h2 {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  margin-bottom: 20px;
}
#inner-content article.post .date {
  text-transform: uppercase;
  font-size: 13px;
}
#inner-content article.post .comments {
  text-transform: uppercase;
  font-size: 13px;
}
#inner-content article.post .comments a {
  text-decoration: underline;
  color: #6d6f71;
}

#inner-content article.post .favs{
  font-size:13px;
  text-transform: uppercase;
}

#inner-content article.post img.attachment-post-thumbnail {
  margin-top: 20px;
}
#inner-content article.post .size-video {
  margin-top: 20px;
}
#inner-content article.post a.view-article {
  display: block;
  font-size: 12px;
}
#inner-content article.post a.view-article:after {
  content: "»";
  display: inline;
  font-size: 16px;
  padding-left: 4px;
}

body.my-favorites #inner-content .wpfp-span ul{
  list-style: none;
}

body.my-favorites #inner-content .wpfp-span ul li{
  display: block;
  width:100%;
}

body.my-favorites #inner-content .wpfp-span ul li a{
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size:20px;
}

body.my-favorites #inner-content .wpfp-span ul li a.remove-parent{
  font-size: 13px !important;
  margin-left:20px;
  text-transform: none;
  font-weight: 500;
}

body.my-favorites #inner-content .wpfp-span .navigation .alignleft{
  display: none;
}


.pagination {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.pagination a.page-numbers {
  margin: 0 3px;
  padding: 3px 9px;
  border: 1px solid #a8a687;
  font-size: 14px;
  color: #333333;
}
.pagination span.page-numbers.current {
  padding: 3px 9px;
  border: 1px solid #a8a687;
  background: #EEEDE7;
  font-size: 14px;
}
.pagination a.next.page-numbers {
  border: none !important;
  color: red;
}
.pagination a.prev.page-numbers {
  border: none !important;
  color: red;
}

/* Comments */
.lower-comments {
  margin-top: 20px;
}
.lower-comments h2 {
  color: #ff524c;
  font-size: 13px;
}
.lower-comments ul li.comment > ul.children {
  padding-left: 40px;
}
.lower-comments .reply {
  margin-bottom: 40px;
  float: left;
  clear: left;
}
.lower-comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lower-comments ul li.comment {
  margin-bottom: 50px;
}
.lower-comments ul li.comment .comment-meta {
  display: inline-block;
  position: relative;
  top: 12px;
  /*margin-left: 18px;*/
  font-size: 14px;
  font-weight: 500;
  float: left;
}
.lower-comments ul li.comment .comment-meta:before {
  content: '|';
  width: 2px;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}
.lower-comments ul li.comment .comment-author.vcard {
  display: inline-block;
  float: left;
  clear:left;
}

.lower-comments ul li.comment .testing{
  float: left;
  clear: left;
}

.lower-comments ul li.comment .comment-author.vcard span.says {
  margin-left: 20px;
  position: relative;
  top: 12px;
  font-size: 14px;
  font-weight: 500;
}
.lower-comments ul li.comment .comment-author.vcard span.fn {
  position: relative;
  top: 12px;
  font-size: 14px;
  font-weight: 500;
}
.lower-comments ul li.comment img.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
}
.lower-comments #respond {
  background: #cece6c;
  position: relative;
  margin-top: 80px;
  padding: 1px;
  float: left;
  clear: left;
  width:100%;
}
.lower-comments #respond h3 {
  font-size: 14px;
  color: #616731;
  position: absolute;
  top: -60px;
  font-size: 26px;
}
.lower-comments #respond form {
  background: #fff;
  margin: 12px 12px 12px 12px;
  position: relative;
  padding: 16px;
}
.lower-comments #respond form label {
  display: block;
  text-transform: uppercase;
  color: #616731;
  font-size: 13px;
  font-weight: 700;
}
.lower-comments #respond form input, .lower-comments #respond form textarea {
  background: url(../img/input-bg.jpg) repeat;
  border: 1px solid #D0D1C2;
}

.lower-comments #respond form textarea{
  width:100%;
}

.lower-comments #respond p.form-allowed-tags {
  display: none;
}
.lower-comments #respond p.form-submit input[type="submit"] {
  width: 158px;
  height: 40px;
  float: right;
  border: none;
  background: url(../img/red-button-bg-2x.png) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 12px;
  /*margin-right: 12px;*/
}

#respond:before {
  content: '';
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  top: -3px;
  background: url(../img/form-top.png) 0 0 repeat-x;
  background-size: 100%;
}

#respond:after {
  content: '';
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: -3px;
  background: url(../img/form-bottom.png) 0 0 repeat-x;
  background-size: 100%;
}

.results-found {
  color: #8C8A73;
  text-transform: none;
  font-size: 28px;
  width: 100%;
  border-bottom: 1px solid #d9d854;
  margin-bottom: 30px;
  padding-bottom: 16px;
}

body.page-template-index-php #inner-content.span_8_of_12, body.single-format-standard #inner-content.span_8_of_12 {
  margin-top: 0;
}

#cal-legend {
  width: 100%;
  /*float: left;*/
  margin-top: 60px;
  display: inline-block;
}
#cal-legend h1 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
#cal-legend .icons {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  #cal-legend .icons {
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #cal-legend .icons {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #cal-legend .icons .row {
    width: 50%;
    float: left;
  }
}
#cal-legend .icons span {
  display: inline-block;
  width: 130px;
}
#cal-legend .icons span:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
#cal-legend .icons span.sangha {
  width: 105px;
}
#cal-legend .icons span.sangha:before {
  background: url(../img/event-heart-icon-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #cal-legend .icons span.sangha:before {
    background: #ff524c;
  }
}
#cal-legend .icons span.ddg {
  width: 150px;
display: none;
}
#cal-legend .icons span.ddg:before {
  background: url(../img/event-ddg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #cal-legend .icons span.ddg:before {
    background: #D9D854;
  }
}
#cal-legend .icons span.ecourse:before {
  background: url(../img/event-ecourse-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #cal-legend .icons span.ecourse:before {
    background: #616734;
  }
}
#cal-legend .icons span.liveevent {
  width: 105px;
}
#cal-legend .icons span.liveevent:before {
  background: url(../img/event-live-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #cal-legend .icons span.liveevent:before {
    background: #008F83;
  }
}
#cal-legend .icons span.mdg {
  width: 150px;
}
#cal-legend .icons span.mdg:before {
  background: url(../img/event-mdg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #cal-legend .icons span.mdg:before {
    background: #FEC221 !important;
  }
}
#cal-legend .icons span.booksign:before {
  background: url(../img/event-booksign-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #cal-legend .icons span.booksign:before {
    background: #5B5738;
  }
}
#cal-legend .icons span.selfdir {
  width: 150px;
}
#cal-legend .icons span.selfdir:before {
  background: url(../img/event-self-directed-icon-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #cal-legend .icons span.selfdir:before {
    background: #a9a19c !important;
  }
}
#cal-legend .icons span.ecourse {
	padding-left: 0px;
}
#cal-legend .icons span.ongoing {
  width: 150px;
  padding-left: 0px;
}
#cal-legend .icons span.ongoing:before {
  background: url(../img/event-ongoing-icon-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #cal-legend .icons span.ongoing:before {
    background: #9a4a80 !important;
  }
}


#tribe-events-bar {
  position: relative;
}

.single-tribe_events .tribe-events-event-meta{
  float:left;
  width:100%;
}

body.tribe-events-page-template.events-list #tribe-events-content h2.tribe-events-page-title {
  display: none;
}
body.tribe-events-page-template.events-list #cust-date {
  width: 7%;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-left: 16px;
}
body.tribe-events-page-template.events-list #cust-date span.month {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}
body.tribe-events-page-template.events-list #cust-date span.number {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 22px;
}
body.tribe-events-page-template.events-list .cust-date-mobile {
  width: 100%;
  float: left;
}
body.tribe-events-page-template.events-list .cust-date-mobile span.month {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
}
body.tribe-events-page-template.events-list .cust-date-mobile span.number {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
  display: inline;
  font-size: 14px;
}
body.tribe-events-page-template.events-list .tribe-events-event-meta {
  display: none;
}
body.tribe-events-page-template.events-list #tribe_events_filters_wrapper .tribe-events-filters-label {
  /*display: none;*/
}
body.tribe-events-page-template.events-list #tribe_events_filters_wrapper #tribe_events_filter_control {
  /*display: none;*/
}
body.tribe-events-page-template.events-list .tribe-events-loop .tribe-events-list-separator-month {
  float: left;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  margin: 60px 0 0 0;
  padding: 0 0 22px 0;
  color:#919571;
  border-bottom: 1px dotted #d9d854;
}
body.tribe-events-page-template.events-list .tribe-events-loop .tribe-events-list-separator-month span {
  padding: 0;
  color: #616731;
}
body.tribe-events-page-template.events-list .tribe-events-loop .tribe-events-list-separator-month:after {
  display: none;
}
body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events {
  border-bottom: 1px dotted #d9d854;
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0 0 10px 0;
  position: relative;
}
body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events h2.tribe-events-list-event-title {
  font-size: 23px;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  width: 80%;
  float: left;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events h2.tribe-events-list-event-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events h2.tribe-events-list-event-title {
    font-size: 18px;
  }
}
body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events .tribe-events-event-cost {
  display: none;
}
body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events .tribe-events-event-image {
  display: none;
}
body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events:before {
  content: '';
  width: 74px;
  height: 74px;
  background: #ccc;
  display: inline-block;
  float: left;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events:before {
    width: 11px;
    height: 84px;
  }
}
body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-sangha-event:before {
  background: url(../img/event-heart-icon-lrg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-sangha-event:before {
    background: #ff524c !important;
  }
}

body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-special-events:before {
  background: url(../img/special-event.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-special-events:before {
    background: #47472C !important;
  }
}

body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-daily-dharma-gathering:before {
  background: url(../img/event-ddg-lrg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-daily-dharma-gathering:before {
    background: #d9d854 !important;
  }
}
body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-ecourse:before {
  background: url(../img/event-ecourse-lrg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-ecourse:before {
    background: #616731 !important;
  }
}
body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-live-event:before {
  background: url(../img/event-live-lrg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-live-event:before {
    background: #008f83 !important;
  }
}
body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-monthly-dharma-gathering:before {
  background: url(../img/event-mdg-lrg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-monthly-dharma-gathering:before {
    background: #fec221 !important;
  }
}
body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-ongoing-programs:before {
  background: url(../img/event-ongoing-lrg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-ongoing-programs:before {
    background: #9a4a80 !important;
  }
}
body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-self-paced:before {
  background: url(../img/event-selfdirected-lrg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events.tribe-events-category-self-paced:before {
    background: #a9a19c !important;
  }
}

body.tribe-events-page-template.events-list .tribe-events-loop .type-tribe_events > div {
  /*float: left;
  width:auto;*/
}
body.tribe-events-page-template.events-list .tribe-events-loop .event-lrn-more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.tribe-events-page-template.events-list .tribe-events-loop .event-lrn-more {
    display: none;
  }
}
body.tribe-events-page-template.events-list #tribe-events-footer {
  border-top: none;
}

body.single-tribe_events #tribe-events-pg-template {
  max-width: none;
}
body.single-tribe_events p.single-excerpt {
  font-size: 19px;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: 1100px;
}

.new-teacher{
    /*float: left;*/
    background: #ff524c;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 95px;
    line-height: 17px;
    font-weight: bold;
}

/*#tribe_events_filters_wrapper{
  float: left;
  position: relative;
  z-index: 500;
  width: 75% !important;
}*/
#tribe-events-pg-template {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #tribe-events-pg-template {
    max-width: 940px;
  }
}
@media only screen and (max-width: 768px) {
  #tribe-events-pg-template {
    max-width: 618px;
  }
}

.events-list .tribe-events-loop {
  max-width: 1100px;
  margin: 0 auto;
}

#evnt-list-wrap {
  float: left;
  width: 77%;
  position: relative;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  #evnt-list-wrap {
    width: 66%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #evnt-list-wrap {
    width: 90%;
    margin-left: 10px;
  }
}

.tribe-events-content {
  /*479px*/
}
@media only screen and (max-width: 768px) {
  .tribe-events-content {
    width: 66% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .tribe-events-content {
    width: 100% !important;
  }
}

#sp-cal-wrapper{
  float: left;
  width: 100%;
  background: #F6F6F3;
  position: relative;
  border-top:1px solid #D8D755;
}

@media only screen and (min-width: 320px) and (max-width: 479px){
  #sp-cal-wrapper{
    display: none;
  }
}

.tribe-events-filters-content{
  position: relative;
  top: 10px;
  left: 10px;
}

#tribe-events-bar {
  /*width: 46%;
  float: left;*/
  width: 46%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

span.tribe-icon-list, span.tribe-icon-month{
  font-family: 'Gotham A', 'Gotham B';
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 1px;
  font-weight: 400;
  color: #ff524c !important;
}

#tribe_events_filter_control #tribe_events_filters_toggle{
  background: none !important;
}

.tribe-events-filters-horizontal #tribe_events_filter_control a{
  margin:0 5px;
}

#tribe_events_filter_control a + a{
  margin: 0 !important;
}

#tribe-bar-form{
  background:none !important;
}

#tribe-bar-collapse-toggle{
  display: none !important;
}

#tribe-bar-views{
  float: right !important;
}

.tribe-bar-views-inner{
  background: none !important;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{
  background: none !important;
}

#tribe_events_filters_wrapper {
  width: 46% !important;
  /*float: right;*/
  /*margin: -1.5em 0 0 0;*/
  position: absolute !important;
  left:0;
  top:0;
  z-index: 100;
    margin:0 !important;
  padding:0 !important;
}

#tribe-events-content.tribe-events-list {
  float: left;
}

.self-paced{
  width:100%;
  float: left;
  text-align: right;
  margin-bottom:20px;
}

@media only screen and (min-width:320px) and (max-width:479px){
  .self-paced{
    text-align: center;
  }
}

.self-paced a{
  font-weight: 500;
}

/* Single Event */
body.single-tribe_events {
  /* Event Sidebar  */
}
body.single-tribe_events .tribe-events-content {
  width: 100% !important;
}
body.single-tribe_events .tribe-events-content ul {
  margin-left: 30px;
}
body.single-tribe_events .tribe-events-content:before {
  content: '';
  width: 100%;
  height: 4px;
  background: url(../img/dots-pattern.png) center center repeat-x;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
}
body.single-tribe_events #tribe-events-footer {
  display: none;
}
body.single-tribe_events #inner-content.span_8_of_12 {
  margin-top: 0;
}
body.single-tribe_events #cal-legend {
  display: none;
}
body.single-tribe_events .recurringinfo {
  display: none;
}
body.single-tribe_events .alternate-dates {
  width: 100%;
  margin-top: 10px;
}
body.single-tribe_events p.tribe-events-back a {
  font-size: 13px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
}
body.single-tribe_events h2.tribe-events-single-event-title {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.single-tribe_events h2.tribe-events-single-event-title {
    font-size: 26px;
  }
}
body.single-tribe_events .tribe-events-schedule.updated {
  background: none !important;
  border: none !important;
  margin: 0;
  padding: 10px 0;
}
body.single-tribe_events .recurringinfo {
  display: none !important;
}
body.single-tribe_events #sidebar {
  background: #ECECE8;
}
body.single-tribe_events #sidebar .tribe-mini-calendar-event .list-date {
  display: none;
}
body.single-tribe_events #sidebar .tribe-events-adv-list-widget {
  padding: 20px;
  background: #fff;
  margin: 10px;
  background: #fff;
  padding: 15px;
}
body.single-tribe_events #sidebar .tribe-events-adv-list-widget h2.entry-title {
  text-transform: none;
  font-family: 'Gotham Narrow A', 'Gotham Narrow B';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 4px;
}
body.single-tribe_events #sidebar .tribe-events-adv-list-widget .tribe-mini-calendar-event {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.single-tribe_events #sidebar .tribe-events-adv-list-widget p.tribe-events-widget-link {
  display: none;
}
body.single-tribe_events #sidebar .tribe_mini_calendar_widget {
  padding: 20px;
  background: #fff;
  margin: 10px;
  background: #fff;
  padding: 15px;
}
body.single-tribe_events #sidebar .tribe-mini-calendar-list-wrapper {
  display: none;
}

.tribe-events-nav-previous.tribe-events-nav-left.tribe-events-past{
  display: none !important;
}

/* Calendar View */

body.events-gridview #tribe-events-content{
 float: left;
 margin-top: 30px;
}

#tribe-events-content .tribe-events-tooltip h4{
  color:#ff524c !important;
}


body.events-gridview h2.tribe-events-page-title {
  text-align: left;
  margin-bottom: 0;
  float: left;
  width: 100%;
  color:#919571;
}
body.events-gridview #tribe-events-footer li.tribe-events-nav-previous {
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
body.events-gridview #tribe-events-footer li.tribe-events-nav-previous a {
  color: #919571;
}
body.events-gridview #tribe-events-footer li.tribe-events-nav-next {
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
body.events-gridview #tribe-events-footer li.tribe-events-nav-next a {
  color: #919571;
}

#tribe-events-content table.tribe-events-calendar {
  border-top: none !important;
  /*border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;*/
}
#tribe-events-content table.tribe-events-calendar thead th {
  background: #fff;
  border-top: 1px solid #d9d854;
  color: #808285;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
  border-left: 1px solid #F1F2F2;
  border-right: 1px solid #F1F2F2;
}
#tribe-events-content table.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background: #ff524c;
  color: #fff;
}
#tribe-events-content table.tribe-events-calendar td {
  border: 1px solid #F1F2F2 !important;
}
#tribe-events-content table.tribe-events-calendar td.tribe-events-othermonth {
  background-color: #fff !important;
}
#tribe-events-content table.tribe-events-calendar div[id*=tribe-events-daynum-] {
  background-color: #F9F9F7;
  color: #7C785F;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
  text-align: right;
  font-size: 20px;
}
#tribe-events-content table.tribe-events-calendar td h3 {
  font-family: 'Gotham Narrow A', 'Gotham Narrow B' !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #ff524c;
}
#tribe-events-content table.tribe-events-calendar td div > h3 a {
  float: right;
  width: 80%;
}
#tribe-events-content table.tribe-events-calendar td .tribe-events-category-ecourse > h3:before {
  content: "";
  width: 15px;
  height: 15px;
  float: left;
  display: inline-block;
  background: url(../img/event-ecourse-2x.png) 0 0 no-repeat;
  background-size: 100%;
  position: relative;
  top: 3px;
}
#tribe-events-content table.tribe-events-calendar td .tribe-events-category-monthly-dharma-gathering > h3:before {
  content: "";
  width: 15px;
  height: 15px;
  float: left;
  display: inline-block;
  background: url(../img/event-mdg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  position: relative;
  top: 3px;
}
#tribe-events-content table.tribe-events-calendar td .tribe-events-category-sangha-event > > h3:before {
  content: "";
  width: 15px;
  height: 15px;
  float: left;
  display: inline-block;
  background: url(../img/event-heart-icon-2x.png) 0 0 no-repeat;
  background-size: 100%;
  position: relative;
  top: 3px;
}
#tribe-events-content table.tribe-events-calendar td .tribe-events-category-daily-dharma-gathering > h3:before {
  content: "";
  width: 15px;
  height: 15px;
  float: left;
  display: inline-block;
  background: url(../img/event-ddg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  position: relative;
  top: 3px;
}
#tribe-events-content table.tribe-events-calendar td .tribe-events-category-live-event > h3:before {
  content: "";
  width: 15px;
  height: 15px;
  float: left;
  display: inline-block;
  background: url(../img/event-live-2x.png) 0 0 no-repeat;
  background-size: 100%;
  position: relative;
  top: 3px;
}

/* end cal */
a.tribe-events-ical.tribe-events-button {
  background-color: #ff524c !important;
  float: none;
  margin: auto;
  width: 200px;
  display: block !important;
}

a.tribe-events-gcal.tribe-events-button{
  background-color: #ff524c !important;
  float: none;
  margin: 0 auto 10px auto;
  width: 200px;
  display: block !important;
}

/* remove bar at mobile */
#tribe-events-bar {
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #tribe-events-bar {
    display: none;
  }
}

#tribe_events_filters_wrapper {
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #tribe_events_filters_wrapper {
    display: none;
  }
}

#home-slider {
  width: 100%;
  height: 520px;
  background: url(../img/home-hero-susan.jpg) center center no-repeat;
  background-size: cover;
  -wekit-background-size: cover;
  /*position: relative;
  z-index: -1;
  top: 9px;*/
  /*479px*/
}
@media only screen and (max-width: 768px) {
  #home-slider {
    background: url(../img/home-hero-susan-tablet-portrait.jpg) center center no-repeat;
    background-size: cover;
    -wekit-background-size: cover;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #home-slider {
    height: 340px;
    background: url(../img/home-hero-susan-mobile.jpg) center center no-repeat;
    background-size: cover;
    -wekit-background-size: cover;
  }
}
#home-slider .home-copy {
  margin-top: 162px;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  #home-slider .home-copy {
    margin-top: 86px;
    padding-right: 28%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #home-slider .home-copy {
    display: none;
  }
}
#home-slider .home-copy h1 {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 54px;
  text-transform: none;
  margin-bottom: 20px;
  text-transform: none;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #home-slider .home-copy h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #home-slider .home-copy h1 {
    font-size: 51px;
  }
}
#home-slider .home-copy p {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 55px;
  display: inline;
  line-height: 1em;
  margin-top: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #home-slider .home-copy p {
    font-size: 49px;
  }
}
@media only screen and (max-width: 768px) {
  #home-slider .home-copy p {
    font-size: 51px;
  }
}

#rotate {
  display: inline;
}
#rotate span {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  color: #46462b;
  font-size: 55px;
  display: none;
}

#home-callout-bar {
  width: 100%;
  /*background: #787664;*/
  background: url(../img/home-banner-green-bg.jpg) 0 0 repeat;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #home-callout-bar .inner {
    max-width: 700px;
  }
}
#home-callout-bar h4 {
  color: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  font-size: 27px;
  margin-bottom: 0;
  padding-right: 8px;
}
@media only screen and (max-width: 768px) {
  #home-callout-bar h4 {
    font-size: 22px;
  }
}
#home-callout-bar p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 8px;
  line-height: 1.25em;
}
#home-callout-bar .left-call-box {
  border-right: 1px solid #d9d854;
  margin-top: 20px;
  margin-bottom: 20px;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #home-callout-bar .left-call-box {
    width: 100%;
    border-right: none;
    text-align: center;
  }
}
#home-callout-bar .right-call-box a.red-btn {
  height: 50px;
  padding-top: 12px;
  margin-top: 18px;
  margin-left: 20px;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  #home-callout-bar .right-call-box a.red-btn {
    margin-top: 29px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #home-callout-bar .right-call-box a.red-btn {
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.span_1_of_2.left-call-box {
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  .span_1_of_2.left-call-box {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .span_1_of_2.left-call-box {
    width: 70%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .span_1_of_2.left-call-box {
    width: 100%;
  }
}

.span_1_of_2.right-call-box {
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  .span_1_of_2.right-call-box {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .span_1_of_2.right-call-box {
    width: 20%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .span_1_of_2.right-call-box {
    width: 100%;
  }
}



#home-ohp-promo {
  width: 100%;
  min-height: 300px;
  /*background: url(../img/background-paper-grey-lrg.png) repeat-x;*/
  background: url(../img/home-ohp-banner-bg-middle.jpg) repeat;
  /*background-size:100%;*/
  margin-top: 40px;
  position: relative;
  background-size: 100%;
}
#home-ohp-promo .span_1_of_2.promo-half {
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #home-ohp-promo .span_1_of_2.promo-half {
    width: 100%;
  }
}
#home-ohp-promo .promo-bottom {
  width: 100%;
  height: 17px;
  background: url(../img/home-ohp-banner-bg-bottom.jpg) repeat-x;
  position: absolute;
  bottom: -10px;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #home-ohp-promo .promo-bottom {
    background-size: 150%;
  }
}
@media only screen and (max-width: 768px) {
  #home-ohp-promo .promo-bottom {
    background-size: 200%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #home-ohp-promo .promo-bottom {
    background-size: 300%;
  }
}
#home-ohp-promo .promo-top {
  width: 100%;
  height: 17px;
  background: url(../img/home-ohp-banner-bg-top.jpg) repeat-x;
  position: absolute;
  top: -6px;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #home-ohp-promo .promo-top {
    background-size: 150%;
  }
}
@media only screen and (max-width: 768px) {
  #home-ohp-promo .promo-top {
    background-size: 200%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #home-ohp-promo .promo-top {
    background-size: 300%;
  }
}
#home-ohp-promo .section.group {
  padding-top: 40px;
  padding-bottom: 40px;
}
#home-ohp-promo h2 {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  text-align: center;
  color: #444444;
  text-transform: none;
  padding-top: 30px;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #home-ohp-promo h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  #home-ohp-promo h2 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #home-ohp-promo h2 {
    font-size: 19px;
  }
}
#home-ohp-promo .ohp-logo {
  width: 326px;
  height: 218px;
  background: url(../img/ohp-logo-2x.png) center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #home-ohp-promo .ohp-logo {
    width: 243px;
    height: 160px;
  }
}
@media only screen and (max-width: 768px) {
  #home-ohp-promo .ohp-logo {
    width: 243px;
    height: 160px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #home-ohp-promo .ohp-logo {
    width: 214px;
    height: 140px;
  }
}
#home-ohp-promo .feature-wrap {
  background: #fff;
  border: 1px solid #888888;
  margin: 10px;
  padding: 20px;
  max-width: 420px;
}
#home-ohp-promo .feature-wrap h3 {
  color: red;
  font-size: 22px;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  text-transform: none;
}
#home-ohp-promo .feature-wrap ol {
  margin: 0;
  padding-left: 20px;
}
#home-ohp-promo .feature-wrap .btn-wrap {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#home-ohp-promo .feature-wrap .btn-wrap a.lrnmore {
  width: 48%;
  height: 50px;
  margin-right: 2%;
  display: inline-block;
  background: url(../img/learn-more-red.png) top center no-repeat;
  background-size: 100%;
}
#home-ohp-promo .feature-wrap .btn-wrap a.lrnmore:hover {
  background: url(../img/learn-more-green.png) top center no-repeat;
  background-size: 100%;
}
#home-ohp-promo .feature-wrap .btn-wrap a.subscribe {
  width: 48%;
  height: 50px;
  display: inline-block;
  background: url(../img/subscribe-news-green.png) top center no-repeat;
  background-size: 100%;
}
#home-ohp-promo .feature-wrap .btn-wrap a.subscribe:hover {
  background: url(../img/subscribe-news-red.png) top center no-repeat;
  background-size: 100%;
}

#get-started {
  width: 100%;
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #get-started .inner.boxx {
    max-width: 700px;
  }
}
#get-started .col.span_1_of_2 {
  /*@include bp(mobi_and_tab){
    width:100%;
    float: left;
  }*/
}
#get-started h2 {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  font-size: 45px;
  text-align: center;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #get-started h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  #get-started h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #get-started h2 {
    font-size: 33px;
  }
}
#get-started p {
  color: #929292;
  font-size: 26px;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  text-align: center;
  line-height: 1.4em;
  width: 71.06%;
  margin:0 auto 1.2em auto;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #get-started p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #get-started p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #get-started p {
    font-size: 19px;
  }
}
#get-started .box-left .img-wrap, #get-started .box-right .img-wrap {
  width: 90%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #get-started .box-left .img-wrap, #get-started .box-right .img-wrap {
    width: 84%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #get-started .box-left .img-wrap, #get-started .box-right .img-wrap {
    width: 84%;
    height: auto;
  }
}
#get-started .box-left .img-wrap .hover, #get-started .box-right .img-wrap .hover {
  display: none;
  width: 100%;
  height: 100%;
  background: url(../img/home-hvr-green-sml.png) repeat;
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
}
#get-started .box-left .img-wrap .hover p, #get-started .box-right .img-wrap .hover p {
  font-size: 32px;
  text-align: center;
  padding: 0 40px;
  color: #fff;
  margin-top: 30%;
  line-height: 1.3em;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #get-started .box-left .img-wrap .hover p, #get-started .box-right .img-wrap .hover p {
    margin-top: 30%;
    padding: 0px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #get-started .box-left .img-wrap .hover p, #get-started .box-right .img-wrap .hover p {
    margin-top: 31%;
    font-size: 28px;
    padding: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #get-started .box-left .img-wrap .hover p, #get-started .box-right .img-wrap .hover p {
    margin-top: 30%;
    font-size: 30px;
  }
}
#get-started .box-left .img-wrap .hover p:after, #get-started .box-right .img-wrap .hover p:after {
  content: '';
  width: 14px;
  height: 19px;
  /*background: red;*/
  background: url(../img/home-wht-arrow-2x.png) center center no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 6px;
}
#get-started .box-left h4, #get-started .box-right h4 {
  text-align: center;
  margin-top: 14px;
  font-weight: 700;
  color: #6d6f71;
  font-size: 21px;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #get-started .box-left h4, #get-started .box-right h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #get-started .box-left h4, #get-started .box-right h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #get-started .box-left h4, #get-started .box-right h4 {
    font-size: 17px;
  }
}
#get-started .box-right {
  padding-right: 140px;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #get-started .box-right {
    padding-right: 11%;
  }
}
@media only screen and (max-width: 768px) {
  #get-started .box-right {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #get-started .box-right {
    padding-right: 0;
  }
}
#get-started .box-left {
  padding-left: 140px;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #get-started .box-left {
    padding-left: 11%;
  }
}
@media only screen and (max-width: 768px) {
  #get-started .box-left {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #get-started .box-left {
    padding-left: 0;
  }
}
#get-started .img-wrap:hover .hover {
  display: block;
}

.mobile-rotate {
  width: 100%;
  float: left;
  padding: 20px;
}
.mobile-rotate h1 {
  text-transform: none;
  font-size: 25px;
  color: #616731;
}
.mobile-rotate p {
  font-size: 25px;
  color: #616731;
  display: inline;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
}
.mobile-rotate #rotatesmall {
  font-size: 25px;
  color: #ff524c;
  display: inline;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
}

/* OHP Only */
#ohp-landing, #ohp-landing-mobile {
  width: 100%;
  min-height: 600px;
  background: url(../img/OHP-landing-photo-large.jpg) no-repeat;
  /*  background-position: center center;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  /*margin-top: 8px;*/
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #ohp-landing, #ohp-landing-mobile {
    background-attachment: scroll !important;
    background: url(../img/OHP-landing-photo-portrait.jpg) no-repeat;
    background-size: cover;
  }
}
#ohp-landing .inner.mid-content, #ohp-landing-mobile .inner.mid-content {
  margin-top: 0;
  margin-bottom: 0;
}
#ohp-landing .ohp-top-wrap, #ohp-landing-mobile .ohp-top-wrap {
  position: fixed;
  left: 50%;
  margin-left: -154px;
  opacity: 1;
  top: 35%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #ohp-landing .ohp-top-wrap, #ohp-landing-mobile .ohp-top-wrap {
    top: 200px !important;
    position: absolute;
    margin-left: -132px;
  }
}
#ohp-landing .ohp-landing-logo, #ohp-landing-mobile .ohp-landing-logo {
  width: 308px;
  height: 208px;
  background: url(../img/OpenHeartProject_RGB_Reverse.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #ohp-landing .ohp-landing-logo, #ohp-landing-mobile .ohp-landing-logo {
    width: 265px;
    height: 174px;
  }
}
#ohp-landing #welcome-btn, #ohp-landing-mobile #welcome-btn {
  width: 190px;
  text-transform: uppercase;
  font-size: 21px;
  font-family: 'Gotham Narrow A', 'Gotham Narrow B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin: 100px auto 0 auto;
  padding: 4px 0 4px;
}
#ohp-landing #welcome-btn:hover, #ohp-landing-mobile #welcome-btn:hover {
  cursor: pointer;
}
#ohp-landing .down-arrow-white, #ohp-landing-mobile .down-arrow-white {
  width: 26px;
  height: 18px;
  margin: 16px auto 0 auto;
  background: url(../img/down-arrows-white-2x.png) no-repeat;
  background-size: 100%;
}

.welcome-wrap {
  width: 194px;
  /*margin: auto;*/
  position: absolute;
  bottom: 40px;
  margin-left: 50%;
  left: -97px;
  display: none;
}
.welcome-wrap #welcome-btn {
  width: 190px;
  text-transform: uppercase;
  font-size: 21px;
  font-family: 'Gotham Narrow A', 'Gotham Narrow B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
  padding: 4px 0 4px;
}
.welcome-wrap #welcome-btn:hover {
  cursor: pointer;
}
.welcome-wrap .down-arrow-white {
  width: 26px;
  height: 18px;
  margin: 13px auto 0 auto;
  background: url(../img/down-arrows-white-2x.png) no-repeat;
  background-size: 100%;
}

#ohp-info {
  background: url(../img/OHP_bg_pattern.png) repeat;
  min-height: 1000px;
  position: relative;
  z-index: 2;
}
#ohp-info .inner.mid-content {
  margin-top: 0;
  margin-bottom: 0;
}
#ohp-info .ohp-intro-logo {
  width: 308px;
  height: 208px;
  background: url(../img/ohp-logo-2x.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 45px;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #ohp-info .ohp-intro-logo {
    width: 265px;
    height: 174px;
    margin-top: 80px;
  }
}
#ohp-info .divider {
  width: 80%;
  height: 1px;
  border-top: 1px solid #9c9ea0;
  margin: auto;
  padding-bottom: 40px;
}
#ohp-info h2 {
  text-align: center;
  color: #ff524c;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  text-transform: none !important;
  line-height: 1.5em;
  clear: both;
  margin-bottom: 36px;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  #ohp-info h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #ohp-info h2 {
    font-size: 20px;
  }
}
#ohp-info .info-content {
  width: 80%;
  margin: 0 auto;
}
#ohp-info .info-content p {
  line-height: 1.98em;
  margin-bottom: 40px;
  color: #000;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #ohp-info .info-content p {
    font-size: 14px;
  }
}
#ohp-info #continue-btn {
  width: 174px;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Gotham Narrow A', 'Gotham Narrow B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  border: 1px solid #ff524c;
  color: #ff524c;
  margin: 0 auto;
  padding: 4px 0 4px;
  margin-top: 5px;
}
#ohp-info #continue-btn:hover {
  cursor: pointer;
}
#ohp-info .down-arrow-red {
  width: 26px;
  height: 18px;
  margin: 13px auto 0 auto;
  background: url(../img/down-arrows-red-2x.png) no-repeat;
  background-size: 100%;
  padding-bottom: 100px;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #ohp-info .down-arrow-red {
    padding-bottom: 60px;
  }
}

#promo-video .provo-vid-wrap {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 12px;
  background: #cece6c;
  position: relative;
}
#promo-video .provo-vid-wrap p {
  margin:0;
}
#promo-video .provo-vid-wrap:before {
  content: '';
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  top: -3px;
  background: url(../img/form-top.png) 0 0 repeat-x;
  background-size: 100%;
}
#promo-video .provo-vid-wrap:after {
  content: '';
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: -6px;
  background: url(../img/form-bottom.png) 0 0 repeat-x;
  background-size: 100%;
}
#promo-video .inner.mid-content {
  margin-top: 0;
  margin-bottom: 0;
}

.table-topper {
  width: 100%;
  margin: 40px 0;
}
.table-topper .table-ohp {
  width: 218px;
  height: 144px;
  background: url(../img/ohp-logo-2x.png) no-repeat;
  background-size: 100%;
  float: left;
  display: inline;
}
.table-topper h3 {
  float: left;
  display: inline;
  width: 43%;
  margin-left: 8%;
  position: relative;
  top: 26px;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  color: red;
  font-size: 42px;
  text-transform: none;
}


@media only screen and (min-width:769px) and (max-width:1139px){
  .table-topper h3{
    font-size: 
  }
}

@media only screen and (min-width:768px) and (max-width:1023px){
  .table-topper h3{
    width:48%;
  }
}

@media only screen and (min-width:480px) and (max-width:767px){
  
  .table-topper h3{
    font-size: 31px;
  }
}

@media only screen and (min-width:320px) and (max-width:479px){
  .table-topper .table-ohp{
    float: none;
    display: block;
    margin:auto;
  }
  .table-topper{
    margin:0 auto;
  }
  .table-topper h3{
    width: 100%;
    margin-left: 3%;
    font-size: 34px;
    margin-bottom: 62px;
  }
}

#sales-table .table-wrap {
  width: 100%;
  margin: 40px auto;
}
#sales-table table {
  width: 100%;
}
#sales-table table th {
  padding: 0;
  background: #fff;
}
#sales-table table tr td {
  text-align: center;
  padding: 5px 10px;
  font-size: 13px;
}
#sales-table table tr td.lrg{
  color:#222222;
  line-height: 1.6em;
  padding-top: 10px;
  padding-bottom: 10px;
}


#sales-table table tr td:first-child {
  text-align: left;
}
#sales-table table tr:nth-child(odd) {
  background: #f4f4f1;
}
#sales-table table td span {
  width: 16px;
  height: 16px;
  background: url(../img/table-circle.png) 0 0 no-repeat;
  background-size: 100%;
  display: block;
  margin: auto;
}
#sales-table table td.price {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
#sales-table table td.link-btns a {
  display: block;
}
#sales-table table th.sml, #sales-table table tr.sml, #sales-table table td.sml {
  width: 25%;
}
#sales-table table th.lrg, #sales-table table tr.lrg, , #sales-table table td.lrg{
  width: 25%;
}
#sales-table table tr{
  width:100%;
}

#sales-table table img{
  max-width: 100%;
  vertical-align: top;
  display: block;
  width: 100%;
}

#sales-table table td.link-btns {
  vertical-align: top;
}
#sales-table table td.link-btns a.infolink {
  width: 100%;
  height: 40px;
  background: url(../img/ohp-learn-more-button-green_2x.png) center center no-repeat;
  background-size: cover;
  display: block;
  margin-top: 6px;
}
#sales-table table td.link-btns a.infolink:hover {
  background: url(../img/ohp-learn-more-button-hover_2x.png) center center no-repeat;
  background-size: cover;
}
#sales-table table td.link-btns a.paypallink {
  width: 100%;
  height: 40px;
  background: url(../img/ohp-signup-button-red_2x.png) center center no-repeat;
  background-size: cover;
  display: block;
  margin-top: 6px;
}
#sales-table table td.link-btns a.paypallink:hover {
  background: url(../img/ohp-signup-button-hover_2x.png) center center no-repeat;
  background-size: cover;
}

#sales-table table td.link-btns a.paypallink_monthly {
  width: 100%;
  height: 40px;
  background: url('//susanpiver.com/wp-content/uploads/2016/02/signup-month-RED_2x.jpg') center center no-repeat;
  background-size: cover;
  display: block;
  margin-top: 6px;
}
#sales-table table td.link-btns a.paypallink_monthly:hover {
  background: url('//susanpiver.com/wp-content/uploads/2016/02/signup-month-GREY_2x.jpg') center center no-repeat;
  background-size: cover;
}

#sales-table table td.link-btns a.paypallink_yearly {
  width: 100%;
  height: 40px;
  background: url('//susanpiver.com/wp-content/uploads/2016/02/signup-year-RED_2x.jpg') center center no-repeat;
  background-size: cover;
  display: block;
  margin-top: 6px;
}
#sales-table table td.link-btns a.paypallink_yearly:hover {
  background: url('//susanpiver.com/wp-content/uploads/2016/02/signup-year-GREY_2x.jpg') center center no-repeat;
  background-size: cover;
}


/* Mobile sales stuff */

.mobile-sales-wrap{

}

.sales-wrap{
  border:1px solid #666666;
  float: left;
  margin:0 12px 30px 12px;
  padding-bottom:10px;
}

.sales-wrap header{
  float: left;
  position: relative;
  top:-7px;
}

.sales-wrap ul{
  text-align: center;
  list-style: none;
}

.sales-wrap ul li{
    font-size: 14px;
    padding-left:20px;
    padding-right:20px;
}

.sales-wrap ul li:nth-child(even){
  background: #F2F2F2;
  padding: 8px 4px;
}

.mobi-price{
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom:16px;
  margin-top: 16px;
}

.mobi-link-btns{
  
}

.mobi-link-btns a.paypallink{
  width: 74%;
  height: 40px;
  background: url(../img/ohp-signup-button-red_2x.png) center center no-repeat;
  background-size: cover;
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
    margin-left: auto;
  margin-right: auto;
}

.mobi-link-btns a.paypallink:hover{
  background: url(../img/ohp-signup-button-hover_2x.png) center center no-repeat;
  background-size: cover;
}

.mobi-link-btns a.paypallink_monthly{
  width: 74%;
  height: 40px;
  background: url('//susanpiver.com/wp-content/uploads/2016/02/signup-month-RED_2x.jpg') center center no-repeat;
  background-size: cover;
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
    margin-left: auto;
  margin-right: auto;
}

.mobi-link-btns a.paypallink_monthly:hover{
  background: url('//susanpiver.com/wp-content/uploads/2016/02/signup-month-GREY_2x.jpg') center center no-repeat;
  background-size: cover;
}

.mobi-link-btns a.paypallink_yearly{
  width: 74%;
  height: 40px;
  background: url('//susanpiver.com/wp-content/uploads/2016/02/signup-year-RED_2x.jpg') center center no-repeat;
  background-size: cover;
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
    margin-left: auto;
  margin-right: auto;
}

.mobi-link-btns a.paypallink_yearly:hover{
  background: url('//susanpiver.com/wp-content/uploads/2016/02/signup-year_GREY.jpg') center center no-repeat;
  background-size: cover;
}



.mobi-link-btns a.infolink{
  width: 74%;
  height: 40px;
  background: url(../img/ohp-learn-more-button-green_2x.png) center center no-repeat;
  background-size: cover;
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
}

.mobi-link-btns a.infolink:hover{
  background: url(../img/ohp-learn-more-button-hover_2x.png) center center no-repeat;
  background-size: cover;
}

/* OHP Log-in */
#ohp-log-bckgrnd {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/ohp-landing-sample.jpg) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  /*background: #ccc;*/
  z-index: -1;
}

body.page-template-template-ohplogin .inner.mid-content {
  margin-top: 0;
  margin-bottom: 0;
}
body.page-template-template-ohplogin .inner.mid-content .section.group {
  padding-top: 14%;
}

#ohp-fake-modal {
  padding: 30px;
  background: #fff;
  position: relative;
}
#ohp-fake-modal div.ohp-logo {
  width: 200px;
  height: 130px;
  margin: 20px auto 20px auto;
  background: url(../img/ohp-logo-2x.png) center center no-repeat;
  background-size: 99%;
}
#ohp-fake-modal div.log-title {
  color: red;
  font-size: 36px;
  border-bottom: 1px solid #d9d854;
  width: 100%;
  padding-bottom: 16px;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  margin-bottom: 6px;
}
#ohp-fake-modal a.home-link {
  font-size: 12px;
  position: absolute;
  right: 16px;
  top: 5px;
}
#ohp-fake-modal .WishListMember_LoginMergeCode form table{
  width:100%;
}

#ohp-fake-modal .WishListMember_LoginMergeCode form table tr {
  height: 42px;
}
#ohp-fake-modal .WishListMember_LoginMergeCode form table th {
  /*padding-right: 10px;*/
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  width: 80px;
}
#ohp-fake-modal .WishListMember_LoginMergeCode form table td a {
  display: inline-block;
}

#ohp-fake-modal .WishListMember_LoginMergeCode form input[type=text],
#ohp-fake-modal .WishListMember_LoginMergeCode form input[type=password]{
  background: url(../img/input-bg.jpg) repeat;
  border: 1px solid #D0D1C2;
  width: 100%;
  padding:3px;
}

#ohp-fake-modal .WishListMember_LoginMergeCode form input[type="submit"] {
  border: none;
  /*width: 158px;*/
  width:100%;
  height: 36px;
  background: url(../img/red-button-bg-2x.png) top left repeat-x;
  background-size: 53%;
  /*background-size: cover;
  -webkit-background-size: cover;*/
  color: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  /*float: left;*/
  padding-top: 5px;
  display: inline-block;
  padding-top: 0px;
  margin-bottom: 12px;
}
#ohp-fake-modal .WishListMember_LoginMergeCode form input[type="submit"]:hover {
  background: url(../img/gray-button-bg-2x.png) top left repeat-x;
  background-size: 53%;
/*  background-size: cover;
  -webkit-background-size: cover;*/
}

/* OHP SITE */
.inner.mid-content.ohp-inner h2 {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.inner.mid-content.ohp-inner h3 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-transform: lowercase;
}
.inner.mid-content.ohp-inner h4 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.inner.mid-content.ohp-inner h5 {
  font-size: 15px;
  color: #616731;
  text-transform: uppercase;
  font-weight: 700;
}
.inner.mid-content.ohp-inner h6 {
  font-size: 15px;
  color: red;
  text-transform: uppercase !important;
  font-weight: 700;
}

/* Testimonials */
#testimonials {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  background: #46462b url(../img/speaking-testimonials-bg-photo.png) no-repeat;
  /*background-size: 100%;*/
  /*background-repeat: no-repeat;*/
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  min-height: 500px;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #testimonials {
    min-height: 400px !important;
  }
}
@media only screen and (max-width: 768px) {
  #testimonials {
    min-height: 400px;
    background: #46462b url(../img/speaking-testimonials-background-portrait.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
  }
}
#testimonials .overlay {
  width: 100%;
  height: 100%;
  /*background: rgba(0, 8, 7, 0.65);*/
  /*background: rgba(10, 5, 1, 0.65); */
  background: rgba(16, 19, 1, 0.75);
  position: relative;
  top: 0;
  left: 0;
  min-height: 500px;
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #testimonials .overlay {
    min-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  #testimonials .overlay {
    min-height: 400px;
  }
}
#testimonials h5 {
  color: #616731;
  font-weight: 700;
  color: #d9d854;
  letter-spacing: 1px;
  padding-top: 40px;
}
#testimonials .testimonial-wrap {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: justify;
}
#testimonials .testimonial-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#testimonials .testimonial-wrap ul li {
  overflow: hidden;
}
#testimonials .testimonial-wrap ul li .main p {
  font-style: italic;
  font-size: 30px;
  line-height: 1.3em;
  padding: 0 2px;
  /*479px*/
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  #testimonials .testimonial-wrap ul li .main p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #testimonials .testimonial-wrap ul li .main p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #testimonials .testimonial-wrap ul li .main p {
    font-size: 17px;
  }
}
#testimonials .testimonial-wrap ul li p span {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
}
#testimonials .testimonial-wrap ul li p.secondary {
  text-align: center !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #d9d854 !important;
}

body.page-template-template-ohp #testimonials {
  background: #46462b url(../img/testimonials-background-photo.png) no-repeat;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  /*background: #46462b url(../img/speaking-testimonials-bg-photo.png) no-repeat;*/
  /*background-size: 100%;*/
  /*background-repeat: no-repeat;*/
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  min-height: 500px;
}

.med-intro h1 {
  font-size: 30px;
  color: #ff524c !important;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300 !important;
  font-style: normal;
  text-align: center;
}

/* larger sections */
@media only screen and (max-width: 768px) {
  .med-group .span_1_of_2 {
    width: 100%;
    float: left;
  }
}

/*individual sections*/
.med-forth {
  padding: 40px;
}
@media only screen and (min-width:320px) and (max-width:479px){
  .med-forth {
    padding: 0px;
    float: left;
    margin-bottom:40px;
  }
}

.med-forth h3 {
  font-size: 26px !important;
  font-weight: 400 !important;
}
.med-forth .med-inner a {
  float: left;
  display: block;
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 4px;
}
.med-forth .med-inner span.date {
  display: block;
  float: left;
  font-size: 14px;
  clear: both;
  line-height: 1em;
}
.med-forth .med-inner .size-video {
  margin-bottom: 10px;
  border: 2px solid #d9d854;
  position: relative;
}
.med-forth .med-inner .size-video .no-heart {
  width: 52px;
  height: 52px;
  background: url(../img/locked-heart.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 30px;
  z-index: 1;
  margin-left: -25px;
  left: 50%;
}
.med-forth .med-inner .size-video .blocker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.med-forth .med-inner .size-video > p {
  display: none;
}
.med-forth .med-inner .generic-wrap {
  margin-bottom: 10px;
  border: 2px solid #d9d854;
  position: relative;
  float: left;
  max-width: 100%;
}
.med-forth .med-inner .generic-wrap img {
  opacity: .5;
}
.med-forth .med-inner .generic-wrap .no-heart {
  width: 52px;
  height: 52px;
  background: url(../img/locked-heart.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 30%;
  z-index: 1;
  margin-left: -25px;
  left: 50%;
}
.med-forth .med-inner .generic-wrap .blocker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5000;
  display: none;
  padding: 30px;
  text-align: center;
}

.med-forth .med-inner .generic-wrap .blocker p{
  padding:5%;
  font-size: 18px;
}

@media only screen and (min-width:320px) and (max-width:479px){
.med-forth .med-inner .generic-wrap .blocker p{
  padding:1%;
  font-size: 12px;
}
.med-forth .med-inner .generic-wrap .blocker{
  padding:5px;
}

}

.med-forth .med-inner .generic-wrap .blocker a{
  display: inline-block;
  text-align: center;
  float: none;
}

.med-forth .med-inner .generic-wrap:hover > .blocker {
  display: block;
}

.med-forth.four-vids .med-inner {
  width: 46%;
  float: left;
  margin-bottom: 25px;
  min-height: 208px;
  /*479px*/
}
@media only screen and (min-width:480px) and (max-width:767px){
  .med-forth.four-vids .med-inner{
    min-height: 200px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .med-forth.four-vids .med-inner {
    width: 100%;
  }
}
.med-forth.four-vids .med-inner:nth-child(odd) {
  float: right;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .med-forth.four-vids .med-inner:nth-child(odd) {
    float: left;
  }
}

.span_5_of_8.book-club-content .title {
  color: #000;
  font-size: 38px;
  margin-bottom: 20px;
}
.span_5_of_8.book-club-content a.author-title {
  font-size: 18px;
  color: red;
  margin-bottom: 40px;
  width: 100%;
  float: left;
}

.book-img img {
  padding-right: 8%;
}

body.page-template-template-mycourses .tribe-events-adv-list-widget h3 {
  text-transform: lowercase !important;
  color: #96937a !important;
  font-size: 36px  !important;
  font-weight: 400 !important;
}
body.page-template-template-mycourses .tribe-events-adv-list-widget .tribe-mini-calendar-event {
  border-bottom: 1px dotted #d9d854 !important;
}
body.page-template-template-mycourses .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date {
  display: none;
}
body.page-template-template-mycourses .tribe-events-adv-list-widget .tribe-mini-calendar-event .recurringinfo {
  display: none;
}
body.page-template-template-mycourses .tribe-events-adv-list-widget .tribe-mini-calendar-event h2.entry-title {
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  font-size: 23px;
  line-height: 1.2em;
}
body.page-template-template-mycourses .tribe-events-adv-list-widget .tribe-mini-calendar-event:before {
  content: '';
  width: 74px;
  height: 74px;
  background: #ccc;
  display: inline-block;
  float: left;
  margin-right: 4%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.page-template-template-mycourses .tribe-events-adv-list-widget .tribe-mini-calendar-event:before {
    width: 11px;
    height: 84px;
  }
}
body.page-template-template-mycourses .tribe-events-adv-list-widget .tribe-events-category-sangha-event .tribe-mini-calendar-event:before {
  background: url(../img/event-heart-icon-lrg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.page-template-template-mycourses .tribe-events-adv-list-widget .tribe-events-category-sangha-event .tribe-mini-calendar-event:before {
    background: #ff524c !important;
  }
}

body.page-template-template-mycourses .tribe-events-adv-list-widget .tribe-events-category-ongoing-programs .tribe-mini-calendar-event:before {
  background: url('http://susanpiver.com/wp-content/themes/sp_theme_2015/img/event-ongoing-lrg-2x.png') 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.page-template-template-mycourses .tribe-events-adv-list-widget .tribe-events-category-ongoing-programs .tribe-mini-calendar-event:before {
    background: #9a4a80 !important;
  }
}

body.page-template-template-mycourses .tribe-events-adv-list-widget .type-tribe_events.tribe-events-category-daily-dharma-gathering .tribe-mini-calendar-event:before {
  background: url(../img/event-ddg-lrg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.page-template-template-mycourses .tribe-events-adv-list-widget .type-tribe_events.tribe-events-category-daily-dharma-gathering .tribe-mini-calendar-event:before {
    background: #d9d854 !important;
  }
}
body.page-template-template-mycourses .tribe-events-adv-list-widget .type-tribe_events.tribe-events-category-ecourse .tribe-mini-calendar-event:before {
  background: url(../img/event-ecourse-lrg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.page-template-template-mycourses .tribe-events-adv-list-widget .type-tribe_events.tribe-events-category-ecourse .tribe-mini-calendar-event:before {
    background: #616731 !important;
  }
}
body.page-template-template-mycourses .tribe-events-adv-list-widget .type-tribe_events.tribe-events-category-live-event .tribe-mini-calendar-event:before {
  background: url(../img/event-live-lrg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.page-template-template-mycourses .tribe-events-adv-list-widget .type-tribe_events.tribe-events-category-live-event .tribe-mini-calendar-event:before {
    background: #008f83 !important;
  }
}
body.page-template-template-mycourses .tribe-events-adv-list-widget .type-tribe_events.tribe-events-category-monthly-dharma-gathering .tribe-mini-calendar-event:before {
  background: url(../img/event-mdg-lrg-2x.png) 0 0 no-repeat;
  background-size: 100%;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.page-template-template-mycourses .tribe-events-adv-list-widget .type-tribe_events.tribe-events-category-monthly-dharma-gathering .tribe-mini-calendar-event:before {
    background: #fec221 !important;
  }
}

body.post-type-archive-video article, body.tax-videocategories article, body.page-template-date-php article, body.tax-meditationlength article, body.page-template-template-vidarchive article, body.post-type-archive-mommysangha article, body.tax-msmeditationlength article, body.archive.date article{
  width: 47%;
  float: left;
  margin-bottom: 20px !important;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body.post-type-archive-video article, body.tax-videocategories article, body.page-template-date-php article, body.tax-meditationlength article, body.page-template-template-vidarchive article, body.archive.date article{
    width: 100%;
  }
}
body.post-type-archive-video article .feature-wrapper, body.tax-videocategories article .feature-wrapper, body.page-template-date-php article .feature-wrapper, body.tax-meditationlength article .feature-wrapper, body.page-template-template-vidarchive article .feature-wrapper {
  border: solid 2px #d9d854;
  max-height: 180px;
  overflow: hidden;
}

.custom-pagination{
  margin-top:24px;
}

body.post-type-archive-video article .feature-wrapper .size-video p, body.tax-videocategories article .feature-wrapper .size-video p, body.page-template-date-php article .feature-wrapper .size-video p, body.tax-meditationlength article .feature-wrapper .size-video p, body.page-template-template-vidarchive article .feature-wrapper .size-video p {
  display: none;
}
body.post-type-archive-video article .vid-archive-detials h2, body.tax-videocategories article .vid-archive-detials h2, body.page-template-date-php article .vid-archive-detials h2, body.tax-meditationlength article .vid-archive-detials h2, body.page-template-template-vidarchive article .vid-archive-detials h2 {
  text-transform: none;
  line-height: .6em;
  margin-top: 4px;
  margin-bottom: 0;
}

body.post-type-archive-video article .vid-archive-detials h2 a, body.tax-videocategories article .vid-archive-detials h2 a, body.page-template-date-php article .vid-archive-detials h2 a, body.tax-meditationlength article .vid-archive-detials h2 a, body.page-template-template-vidarchive article .vid-archive-detials h2 a {
  font-size: 15px;
  text-transform: none;
}


body.post-type-archive-mommysangha article .vid-archive-detials h2,
body.tax-msmeditationlength article .vid-archive-detials h2 { 
	margin-top:-10px;
	line-height: 1em;
}
body.post-type-archive-mommysangha article .vid-archive-detials h2 a,
body.tax-msmeditationlength article .vid-archive-detials h2 a {
  font-size: 18px;
  text-transform: none;
}

body.post-type-archive-video article .vid-archive-detials span.date, body.tax-videocategories article .vid-archive-detials span.date, body.page-template-date-php article .vid-archive-detials span.date, body.tax-meditationlength article .vid-archive-detials span.date, body.page-template-template-vidarchive article .vid-archive-detials span.date {
  font-size: 14px;
}
body.post-type-archive-video .type-video:nth-child(odd), body.tax-videocategories .type-video:nth-child(odd), body.page-template-date-php .type-video:nth-child(odd), body.tax-meditationlength .type-video:nth-child(odd), body.page-template-template-vidarchive .type-video:nth-child(odd),body.archive.date .type-video:nth-child(odd), body.post-type-archive-mommysangha .type-mommysangha:nth-child(odd), body.tax-msmeditationlength .type-mommysangha:nth-child(odd) {
  margin-right: 5%;
}

a.my-favs{
    background: #F5F5F2;
    padding: 12px 0 12px 20px;
    border-bottom: 2px solid #fff;
    color: #000;
    margin-bottom: 0;
    position: relative;
    font-size: 16px;
    width: 100%;
    float: left;
    margin-top: 20px;
}

a.my-favs:after{
  content: '';
  width: 12px;
  height: 12px;
  background: url(http://susanpiver.com/wp-content/uploads/2015/07/favs.png) 0 0 no-repeat;
  background-size: 100%;
  display: inline;
  position: absolute;
  right: 16px;
  top: 18px;
}

a.msmy-favs{
    background: #F5F5F2;
    padding: 12px 0 12px 20px;
    border-bottom: 2px solid #fff;
    color: #000;
    margin-bottom: 0;
    position: relative;
    font-size: 16px;
    width: 100%;
    float: left;
    margin-top: 20px;
}

a.msmy-favs:after{
  content: '';
  width: 20px;
  height: 20px;
  background: url(http://susanpiver.com/wp-content/uploads/2016/08/MShearts_ol.png) 0 0 no-repeat;
  background-size: 100%;
  display: inline;
  position: absolute;
  right: 16px;
  top: 18px;
}

.msvideocategories-mommy-sangha .date {display:none;}

.post-type-archive-mommysangha article, .tax-msmeditationlength article {margin-bottom:45px;}

.visit_msangha {font-size:25px;}

.mshearts a.my-favs:after{
  content: '';
  width: 12px;
  height: 12px;
  background: url(http://susanpiver.com/wp-content/uploads/2016/08/MShearts_sm.png) 0 0 no-repeat;
  background-size: 100%;
  display: inline;
  position: absolute;
  right: 16px;
  top: 18px;
}



#video-sidebar .inner-widget {
  margin-left: 15%;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  #video-sidebar .inner-widget {
    margin-left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #video-sidebar .inner-widget {
    margin-left: 0;
  }
}
#video-sidebar .vid-sidebar-header {
  background: #E6E7E8;
  border-bottom: 2px solid #fff;
  padding: 12px 0 12px 20px;
}
#video-sidebar .vid-sidebar-header h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}
#video-sidebar .filter-widet {
  float: left;
  width: 100%;
  display: block;
}
#video-sidebar .filter-widet h4 {
  background: #F5F5F2;
  padding: 12px 0 12px 20px;
  border-bottom: 2px solid #fff;
  color: #000;
  margin-bottom: 0;
  position: relative;
  font-size: 16px;
}
#video-sidebar .filter-widet h4:hover {
  cursor: pointer;
}
#video-sidebar .filter-widet h4:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../img/widget-arrow-red.png) 0 0 no-repeat;
  background-size: 100%;
  display: inline;
  position: absolute;
  right: 16px;
  top: 18px;
}
#video-sidebar .filter-widet h4.open {
  background: #929497;
  color: #fff;
  border-bottom: none;
}
#video-sidebar .filter-widet h4.open:after {
  background: url(../img/widget-arrow-white.png) 0 0 no-repeat;
  background-size: 100%;
}
#video-sidebar .filter-widet .filter-options {
  background: #fbfbf9;
  display: none;
  border-bottom: 2px solid #fff;
}
#video-sidebar .filter-widet .filter-options ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 12px 0 12px 20px;
}
#video-sidebar .filter-widet .filter-options ul li {
  margin-bottom: 0;
  font-size: 15px;
}

.community .span_1_of_3 .comm-wrap, .community .span_1_of_2 .comm-wrap {
  max-width: 230px;
  margin: 0 auto;
  position: relative;
}
.community .span_1_of_3 .comm-wrap a, .community .span_1_of_2 .comm-wrap a {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #6d6f71;
}
.community .span_1_of_3 .comm-wrap a .icon, .community .span_1_of_2 .comm-wrap a .icon {
  width: 120px;
  height: 120px;
  margin: auto;
  position: relative;
  /*background: #ccc;*/
}
.community .span_1_of_3 .comm-wrap a .icon .no-heart, .community .span_1_of_2 .comm-wrap a .icon .no-heart {
  width: 52px;
  height: 52px;
  background: url(../img/locked-heart.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 30px;
  z-index: 1;
  margin-left: -25px;
  left: 50%;
}
.community .span_1_of_3 .comm-wrap a .icon.forum, .community .span_1_of_2 .comm-wrap a .icon.forum {
  background: url(../img/forum-icon-2x.png) top center no-repeat;
  background-size: 100%;
}
.community .span_1_of_3 .comm-wrap a .icon.bookclub, .community .span_1_of_2 .comm-wrap a .icon.bookclub {
  background: url(../img/lotus_2x.png) top center no-repeat;
  background-size: 100%;
  width:160px;
  height: 120px;
}
.community .span_1_of_3 .comm-wrap a .icon.monthly, .community .span_1_of_2 .comm-wrap a .icon.monthly {
  background: url(../img/monthly-icon-2x.png) top center no-repeat;
  background-size: 80%;
}
.community .span_1_of_3 .comm-wrap a .icon.mdg, .community .span_1_of_2 .comm-wrap a .icon.mdg {
  background: url(../img/mdg-icon-2x.png) top center no-repeat;
  background-size: 100%;
  width: 160px;
  height: 120px;
}
.community .span_1_of_3 .comm-wrap a .icon.ddg, .community .span_1_of_2 .comm-wrap a .icon.ddg {
  background: url(../img/ddg-icon-2x.png) top center no-repeat;
  background-size: 100%;
  width: 160px;
  height: 120px;
}
.community .span_1_of_3 .comm-wrap a h3, .community .span_1_of_2 .comm-wrap a h3 {
  font-size: 26px !important;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
.community .span_1_of_3 .comm-wrap a span.divider, .community .span_1_of_2 .comm-wrap a span.divider {
  width: 70%;
  height: 1px;
  border-top: 1px solid #d9d854;
  display: block;
  margin: 0 auto 10px auto;
}
.community .span_1_of_3 .comm-wrap a p, .community .span_1_of_2 .comm-wrap a p {
  max-width: 240px;
  margin: auto;
}
.community .span_1_of_3 .comm-wrap a p.link, .community .span_1_of_2 .comm-wrap a p.link {
  text-transform: uppercase;
  color: red;
  font-size: 15px;
}
.community .span_1_of_3 .comm-wrap .hover-block, .community .span_1_of_2 .comm-wrap .hover-block {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 12px;
  display: none;
}
.community .span_1_of_3 .comm-wrap .hover-block p, .community .span_1_of_2 .comm-wrap .hover-block p {
  text-align: center;
  font-size: 20px;
  margin-top: 30%;
}
.community .span_1_of_3 .comm-wrap .hover-block p a, .community .span_1_of_2 .comm-wrap .hover-block p a {
  color: red !important;
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
}
.community .span_1_of_3 .comm-wrap:hover > .hover-block, .community .span_1_of_2 .comm-wrap:hover > .hover-block {
  display: block;
}

.section.group.community.bottom .col.span_1_of_2:first-child{
  padding-left:15%;
  padding-right: 0;
}
.section.group.community.bottom .col.span_1_of_2{
  padding-right:15%;
}


@media only screen and (max-width:768px){
  .section.group.community.bottom .col.span_1_of_2{
    width:100%;
    padding-right:0;
  }
  .section.group.community.bottom .col.span_1_of_2:first-child{
    padding-left:0;
  }
  .comm-wrap{
    margin-bottom: 20px !important;
  }
  .inner.mid-content.ohp-inner .pad-top{
    margin-bottom: 0 !important;
  }
}

/* ASK SUSAN */

.community .span_1_of_3 .comm-wrap a .icon.asksusan {
  background: url(../img/ask_susan_icon_2x.jpg) top center no-repeat;
  background-size: 100%;
  width: 65px;
  height: 120px;
}


/* Couses */
.date-block {
  background: #d9d854;
  color: #000000;
  padding: 20px 20px 16px 20px;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
.date-block p {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
}
.date-block p strong {
  font-weight: 500;
}

.course-links {
  background: #F8F8F5;
  padding-bottom: 20px;
}
.course-links h4 {
  background: #E6E7E8;
  color: #000;
  padding: 20px;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  font-size: 18px;
}
.course-links ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
.course-links ul li {
  margin-bottom: 4px;
}
.course-links ul li a {
  font-size: 13px;
}

h3.materials {
  color: #96937a !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  text-transform: lowercase !important;
  font-size: 36px !important;
}

.course-header {
  background: #FBFBF9;
  box-shadow: 0px 0px 8px 0px silver;
  -webkit-box-shadow: 0px 0px 8px 0px silver;
  -moz-box-shadow: 0px 0px 8px 0px silver;
  padding: 0 16px;
  margin-bottom: 50px;
}
.course-header h1 {
  text-transform: none;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 38px;
  margin-top: 0;
}
.course-header p {
  color: #000;
  margin-bottom: 0;
  margin-top: 4px;
}

.course-info-wrap {
  border-top: 1px dotted #d9d854;
  width: 100%;
  float: left;
}
.course-info-wrap h2.course-section-title {
  cursor: pointer;
  color: #96937a;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
}
.course-info-wrap h2.course-section-title:after {
  content: '';
  width: 12px;
  height: 11px;
  background: url(../img/accordian-tan-2x.png) 0 0 no-repeat;
  background-size: 100%;
  float: right;
  margin-right: 8px;
  margin-top: 12px;
}
.course-info-wrap h2.course-section-title.redtitle {
  cursor: pointer;
  color: red;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
}
.course-info-wrap h2.course-section-title.redtitle:after {
  content: '';
  width: 12px;
  height: 11px;
  background: url(../img/accordian-red-2x.png) 0 0 no-repeat;
  background-size: 100%;
  float: right;
  margin-right: 8px;
  margin-top: 12px;
}
.course-info-wrap .course-content {
  display: none;
  margin-top: 20px;
  padding-bottom: 10px;
  border: 1px solid transparent;
}
.course-info-wrap .course-content.open {
  display: block;
}

/*.course-content.video .vid-wrap {
  width: 46%;
  float: left;
  margin-bottom: 40px;
}*/

/* below is to try out the vids at 100% */
.course-content.video .vid-wrap {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}


.course-content.video .vid-wrap iframe {
  border: 1px solid #d9d854;
}
.course-content.video .vid-wrap .week {
  float: left;
  display: block;
  color: red;
  width: 100%;
}
.course-content.video .vid-wrap .date {
  float: left;
  display: block;
  width: 100%;
}
.course-content.video .vid-wrap .password {
  float: left;
  display: block;
  width: 100%;
}
.course-content.video .vid-wrap:nth-child(odd) {
  margin-right: 5%;
}

/* my courses */
.my-course {
  background: #FBFBF9;
  box-shadow: 0px 0px 8px 0px silver;
  -webkit-box-shadow: 0px 0px 8px 0px silver;
  -moz-box-shadow: 0px 0px 8px 0px silver;
  padding: 16px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.my-course .inner-course {
  float: left;
  width: 100%;
  position: relative;
}
.my-course .inner-course .date {
  width: 15%;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
}
.my-course .inner-course .main-info {
  float: left;
  width: 70%;
  margin-left: 3%;
}
.my-course .inner-course .main-info h3 {
  font-size: 20px;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
}
.my-course .inner-course .main-info h3 a {
  color: red;
}
.my-course .inner-course .main-info p {
  margin-top: 0;
  margin-bottom: 0;
}
.my-course .inner-course a.material-link {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}

h1.crs-title {
  color: #111111 !important;
}

body.page-template-template-forum {
  /* Profile */
}
body.page-template-template-forum .wps_admin_tip {
  display: none !important;
}
body.page-template-template-forum .wps_forum_posts_header {
  border-bottom: 1px solid #d9d854;
  padding-bottom: 4px;
  margin-bottom: 12px;
  font-family: 'Gotham Narrow A', 'Gotham Narrow B';
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
}
body.page-template-template-forum .wps_forum_categories_header {
  border-bottom: 1px solid #d9d854;
  padding-bottom: 4px;
  margin-bottom: 12px;
  font-family: 'Gotham Narrow A', 'Gotham Narrow B';
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
}
body.page-template-template-forum .wps_forum_featured_content {
  font-size: 14px;
  background: #FBFBF9;
  box-shadow: 0px 0px 8px 0px silver;
  -webkit-box-shadow: 0px 0px 8px 0px silver;
  -moz-box-shadow: 0px 0px 8px 0px silver;
  padding: 16px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
body.page-template-template-forum .wps_forum_categories_item {
  padding-left: 16px;
}

body.page-template-template-forum .wps_forum_title{
  max-width: 44%;
}

body.page-template-template-forum .wps_forum_categories_name h2 {
  margin-bottom: 0;
  font-size: 17px !important;
}
body.page-template-template-forum .wps_forum_categories_count {
  margin-right: 3%;
}
body.page-template-template-forum .wps_forum_categories_last_poster {
  margin-right: 3%;
}
body.page-template-template-forum .wps_forum_post_comment .wps_forum_post_comment_author {
  font-size: 14px;
  text-align: center;
}
body.page-template-template-forum .wps_forum_post_comment .wps_forum_post_comment_author .wps_forum_post_comment_author_avatar {
  width: 125px;
  height: 100px;
}
body.page-template-template-forum .wps_forum_post_comment .wps_forum_post_comment_author .wps_forum_post_comment_author_avatar img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
body.page-template-template-forum .wps_forum_post_comment .wps_forum_post_comment_author .wps_forum_post_comment_author_display_name {
  width: 125px;
  line-height: 1em;
  margin-top: 4px;
}
body.page-template-template-forum .wps_forum_post_comment .wps_forum_post_comment_author .wps_forum_post_comment_author_freshness {
  width: 125px;
}
body.page-template-template-forum .wps_forum_post_comment_content {
  margin-left: 60px;
}
body.page-template-template-forum .wps_forum_post_comment_author_display_name {
  font-size: 14px;
}
body.page-template-template-forum .wps_forum_post_comment_author_freshness {
  font-size: 14px;
}
body.page-template-template-forum input[type="submit"].wps_submit {
  width: 158px;
  height: 36px;
  background: url(../img/red-button-bg-2x.png) center center no-repeat;
  /*background-size: 100%;*/
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  float: left;
  border: none;
}
body.page-template-template-forum input[type="submit"].wps_submit:hover {
  background: url(../img/gray-button-bg-2x.png) center center no-repeat;
  /*background-size: 100%;*/
  background-size: cover;
  -webkit-background-size: cover;
}

.wps_forum_settings_options a{
  color:#ff524c !important;
}

textarea.wps_forum_post_comment_form{
  background: url(../img/input-bg.jpg) repeat;
  border: 1px solid #D0D1C2;
}

textarea#wps_forum_comment{
  background: url(../img/input-bg.jpg) repeat;
  border: 1px solid #D0D1C2;
}

body.page-template-template-forum article.type-page{
  position: relative;
}

body.page-template-template-forum h1 + a{
  font-size: 12px;
  position: absolute;
  top:-43px;
  display: inline;
}

body.page-template-template-forum h1{
  display: none;
}

body.page-template-template-forum h1 + a:before{
  content: '\00ab';
  display: inline-block;
  float: left;
  margin-right: 3px;
}

.wps_forum_post_subcomment{
    border-top: 1px solid #eee;
    padding-top: 15px;
}

input[type="submit"]#wps_forum_comment_delete_button{
  width:182px;
}


body.page-template-template-forum .wps_forum_posts .wps_forum_post {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.page-template-template-forum .wps_forum_posts .wps_forum_post:first-child {
  border-top: none;
}
body.page-template-template-forum .wps_forum_posts_header .wps_forum_count_header {
  width: 20%;
}
body.page-template-template-forum .wps_forum_count {
  width: 20%;
}
body.page-template-template-forum .wps_activity_item {
  margin-bottom: 10px;
  float: left;
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  display: block;
  width: 100%;
}

body.page-template-template-forum .wps_activity_comment_image_upload_button {
  float: left;
  width: 100%;
}

body.page-template-template-forum #my_profile_header {
  padding-left: 0 !important;
}

body.page-template-template-forum #my_profile_header .wps_avatar {
  width: 150px;
  height: 150px;
}

body.page-template-template-forum #my_profile_header .profile-name {
  font-size: 38px;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-style: normal;
  padding-bottom: 12px;
  color: #000;
}

body.page-template-template-forum #my_profile_header img{
  border-radius: 50%;
  float: right;
}

body.page-template-template-forum #my_profile_header .profile-avtr{
  float: right;
  position: relative;
  top:-25px;
}

body.page-template-template-forum #inner-profile {
  float: left;
  margin-top: 40px;
  width:100%;
}

body.page-template-template-forum #inner-profile h3 {
  float: left;
  width: 25%;
  text-transform: none;
  font-size: 15px !important;
}

body.page-template-template-forum #inner-profile .member-answer{
  float: right;
  width:75%;
}

body.page-template-template-forum #inner-profile .profile-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

body.page-template-template-forum #forum-sidebar .inner-widget {
  margin-left: 15%;
}
@media only screen and (max-width: 768px) {
  body.page-template-template-forum #forum-sidebar .inner-widget {
    margin-left: 0;
  }
}
body.page-template-template-forum #forum-sidebar .inner-widget .forum-widet {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
body.page-template-template-forum #forum-sidebar .inner-widget .forum-widet h4 {
  background: #F5F5F2;
  padding: 12px 0 12px 20px;
  border-bottom: 2px solid #fff;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}
body.page-template-template-forum #forum-sidebar .inner-widget .forum-links {
  background: #fbfbf9;
  border-bottom: 2px solid #fff;
}
body.page-template-template-forum #forum-sidebar .inner-widget .forum-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 12px 0 12px 20px;
}
body.page-template-template-forum #forum-sidebar .inner-widget .forum-links ul li {
  margin-bottom: 0;
  font-size: 15px;
}


/*NEW MEDITATION TAB */

	.page-template-template-meditation .med-group {text-align:center;}

	.page-template-template-meditation .span_1_of_2 {
		width: auto;
		float: none;
	}
	
	.page-template-template-meditation .weekly {
		width: 70%;
		margin: auto;
		margin-top: -40px;
	}
	
	@media only screen and (max-width: 479px) and (min-width: 320px) {
		.page-template-template-meditation .med-forth {
			    float: none;
				margin-top: 30px;
				margin-bottom: 40px;
			}
		}
	
	.meditation_footer_button {
		width:80%; 
		margin-left:10%; 
		background-color:#de5646; 
		background-image: url(http://susanpiver.com/wp-content/uploads/2016/12/coral-banner-blank_meditations.jpg); 
		background-size: 100% 100%; 
		background-repeat: no-repeat; 
		padding:40px; 
		font-size:33px; 
		line-height:34px;
		color:white; 
		text-align:center; 
		letter-spacing: 3px;
	}
	
	@media only screen and (max-width: 479px) and (min-width: 320px) {
		.meditation_footer_button {
			    margin: 0 auto;
			    width:100%;
			}
		}

	
	.meditation_footer_button a {color:#fff;}
	
	.meditation_book_image {
		width:220px;
		margin-bottom:10px;
		margin-top:20px;
	}
	
	.meditation_book_text {
		width:350px;
		margin:auto;
	}
	
		@media only screen and (max-width: 479px) and (min-width: 320px) {
		.meditation_book_text {
				width:80%;
			    margin: 0 auto;
			}
		}



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;*/
  /*-webkit-box-shadow: 0 0 5px #ccc;*/
  /*box-shadow: 0 0 5px #ccc;*/
  /*border:  5px solid #fff;*/
  left: -5px;
  /*background: #fff;*/
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* Footer */
footer#footer {
  background: url(../img/footer-bg.png) 0 0 repeat;
}
footer#footer .span_1_of_3 {
  padding-top: 20px;
}
footer#footer .footer-about {
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  footer#footer .footer-about {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
footer#footer .footer-about h5 {
  font-size: 13px;
  color: #616731;
  text-transform: uppercase;
  margin-bottom: 6px;
}
footer#footer .footer-about p {
  font-size: 13px;
  line-height: 1.3em;
  margin-top: 0;
}
footer#footer .footer-about a.no-btn {
  font-size: 12px;
  text-transform: uppercase;
}
footer#footer .footer-about a.no-btn:after {
  content: "»";
  display: inline;
  font-size: 16px;
  padding-left: 4px;
}
footer#footer .footer-top {
  width: 100%;
  height: 11px;
  background: url(../img/footer-top-bg.png) 0 0 repeat-x;
}
footer#footer .footer-logo {
  max-width: 230px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  footer#footer .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
footer#footer .footer-menu-left {
  float: left;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  footer#footer .footer-menu-left {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
    margin-bottom: 38px;
    font-size: 13px;
  }
}
footer#footer .footer-menu-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer .footer-menu-left ul li a {
  color: #6d6f71;
}
footer#footer .footer-menu-left ul li a:hover {
  color: #ff524c;
}
footer#footer .footer-menu-right {
  float: left;
  margin-left: 50px;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  footer#footer .footer-menu-right {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
    clear: left;
    margin-bottom: 14px;
    font-size: 13px;
  }
}
footer#footer .footer-menu-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
footer#footer .footer-menu-right ul li a {
  color: #6d6f71;
}
footer#footer .footer-menu-right ul li a:hover {
  color: #ff524c;
}
footer#footer .footer-newsletter {
  width: 240px;
  float: right;
  margin-top: 14px;
}
@media only screen and (max-width: 768px) {
  footer#footer .footer-newsletter {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
}
footer#footer .footer-newsletter a.footer-btn {
  border: 1px solid #ff524c;
  padding: 12px 79px 12px 73px;
  position: relative;
  font-size: 16px;
  font-family: 'Gotham Narrow A', 'Gotham Narrow B';
  font-weight: 500;
  font-style: normal;
  -webkit-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  -ms-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
footer#footer .footer-newsletter a.footer-btn:hover {
  border: 1px solid #929292;
}
footer#footer .footer-newsletter a.footer-btn:after {
  content: "»";
  font-size: 40px;
  display: inline;
  padding-left: 6px;
  font-family: 'strangelove_next_narrowRg';
  position: absolute;
  top: 14px;
}
footer#footer .footer-newsletter p {
  font-size: 13px;
  line-height: 1.3em;
  margin-top: 18px;
}
footer#footer .footer-icons {
  float: right;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer#footer .footer-icons {
    float: none;
    position: relative;
    top: -38px;
  }
}
footer#footer .footer-icons a {
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 22px;
  color: #808080;
  margin-top: 4px;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  footer#footer .footer-icons a {
    margin-right: 10px;
  }
}
footer#footer .footer-icons a:hover {
  color: #ff524c;
}
footer#footer .footer-icons a.twitter {
  font-size: 25px;
  position: relative;
  top: 1px;
}
footer#footer .footer-icons a.instagram {
  margin-left: 3px;
}
footer#footer .copyright {
  font-size: 13px;
  padding: 12px 0px;
  float: left;

}
@media only screen and (max-width: 768px) {
  footer#footer .copyright {
    float: none;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    top: 62px;
  }

  footer#footer{
    padding-bottom: 50px;
  }
}

p.maincredit{
  font-size:11px;
  float: left;
  clear:left;
  margin:0;
}

footer#footer .copyright a{
  color: #6d6f71;
}

footer#footer .copyright span{
  font-size: 11px;
}

footer#footer .copyright a:hover{
  color:#ff524c;
}

@media only screen and (max-width: 768px){
  p.maincredit{
    float: none;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    top: 39px;
  }
}


footer#ohp-footer {
  width: 100%;
  background: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-style: normal;
}
footer#ohp-footer .footer-nav {
  /*479px*/
}
@media only screen and (max-width: 768px) {
  footer#ohp-footer .footer-nav {
    text-align: center;
  }
}
footer#ohp-footer .footer-nav ul.menu {
  font-size: 14px;
  margin-bottom: 6px;
}
footer#ohp-footer .footer-nav ul.menu li {
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 0;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  footer#ohp-footer .footer-nav ul.menu li {
    display: block;
    margin-bottom: 8px;
  }
}
footer#ohp-footer .footer-nav ul.menu li a {
  text-transform: lowercase;
  color: #808285;
  font-size: 14px;
}
footer#ohp-footer .footer-nav ul.menu li a:hover {
  color: #ff524c;
}
footer#ohp-footer .footer-nav ul.menu li:before {
  content: '|';
  width: 2px;
  height: 4px;
  /*display: inline-block;*/
  color: #808285;
  margin-right: 10px;
  /*479px*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  footer#ohp-footer .footer-nav ul.menu li:before {
    display: none;
  }
}
footer#ohp-footer .footer-nav ul.menu li:first-child:before {
  display: none;
}
footer#ohp-footer .footer-nav ul.menu li:first-child {
  margin-left: 0;
}
footer#ohp-footer .terms-links {
  color: #808285;
  font-size: 14px;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  footer#ohp-footer .terms-links {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  footer#ohp-footer .terms-links {
    margin-top: 22px;
  }
}
footer#ohp-footer .terms-links a.term {
  text-transform: lowercase;
  color: #808285;
  font-size: 14px;
}
footer#ohp-footer .terms-links a.term:hover {
  color: #ff524c;
}
footer#ohp-footer .terms-links a.email {
  text-transform: lowercase;
  font-size: 14px;
}
footer#ohp-footer p.copyright {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  footer#ohp-footer p.copyright {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}
footer#ohp-footer .credits {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer#ohp-footer .credits {
    text-align: center;
  }
}
footer#ohp-footer .credits p {
  font-size: 11px;
}
footer#ohp-footer .credits a {
  color: #808285;
}
footer#ohp-footer .credits a:hover {
  color: #ff524c;
}
footer#ohp-footer ul.social {
  margin: 21px 0;
  padding: 0;
  list-style: none;
  float: right;
  /*479px*/
}
@media only screen and (max-width: 768px) {
  footer#ohp-footer ul.social {
    float: none;
    margin: 21px auto 8px auto;
    text-align: center;
  }
}
footer#ohp-footer ul.social li {
  display: inline-block;
  /*margin-right:6px;*/
  margin-right: 0px;
}
footer#ohp-footer ul.social li a {
  width: 24px;
  height: 24px;
  color: #fff;
  background: #ACAEAE;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  text-align: center;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
footer#ohp-footer ul.social li a:hover {
  background: #ff524c;
}
footer#ohp-footer ul.social li a.env {
  font-size: 13px;
}
footer#ohp-footer ul.social li a.env i.fa.fa-envelope {
  position: relative;
  top: -1px;
}

/*
Menus
*/
/*
Header Menu
*/
header#main-header nav.nav ul {
  float: left;
  margin: 0;
  padding: 0 0 0 25%;
  list-style: none;
  text-transform: uppercase;
}
header#main-header nav.nav ul li {
  display: inline-block;
  margin-left: 20px;
}
header#main-header nav.nav ul li a {
  color: #6d6f71;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header#main-header nav.nav ul li a:hover {
  color: #ff524c;
}
header#main-header nav.nav ul li.current-menu-item a {
  color: #ff524c;
}

header#main-header .main-login {
  float: right;
}
header#main-header .main-login a {
  color: #ff524c;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  /*margin-left: 36px;*/
}
header#main-header .main-login a:before {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../img/ohp-menu-icon-2x.png) 0 0 no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  left: -13px;
  top: 2px;
}

/*header#main-header nav.nav > ul > li:last-child:before{
	content:"";
	width:30px;
	height:20px;
	background: url(../img/ohp-menu-icon-2x.png) 0 0 no-repeat;
	background-size:100%;
	display: inline-block;
	position: absolute;
  left: -16px;
  top: 6px;
}*/
/*header#main-header nav.nav > ul > li:last-child{
	color:$red;
	font-weight: 500;
	position: relative;
	padding-left: 22px;
	margin-left: 40px;

	a{
		color:$red;
	}
}*/
header#main-header nav.nav li {
  position: relative;
}
header#main-header nav.nav li ul.sub-menu {
  background: url(../img/header-bg.png) 0 0 repeat;
  position: absolute;
  /*width: 165px;*/
  /*margin-top:40px;*/
  border-top: 1px solid #d9d854;
  display: none;
  z-index: 5000;
  top: 40px;
  padding-bottom: 5px;
  left: -32px;
  padding: 0 0 0 14%;
}
header#main-header nav.nav li ul.sub-menu li {
  float: left;
  display: block !important;
  border-top: 1px dotted #d9d854;
  width: 90%;
  margin: 5px 0 0 5px;
  padding: 5px 56px 0px 10px;
}
header#main-header nav.nav li ul.sub-menu li:first-child {
  border-top: none;
}
header#main-header nav.nav li ul.sub-menu:after {
  content: '';
  width: 100%;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: url(../img/dropdown-bottom-bg2.png) 0 0 repeat-x;
  background-size: 100%;
}
header#main-header nav.nav li.menu-item-has-children {
  padding-bottom: 30px;
}
header#main-header nav.nav li.menu-item-has-children:hover a ~ ul {
  display: block;
}

/*
Widgets
*/
aside.sidebar [class*='widget_'] h3 {
  font-size: 13px;
  color: #616731;
}

#sidebar.span_4_of_12 {
  width: 29.3%;
  float: right !important;
}
@media only screen and (max-width: 768px) {
  #sidebar.span_4_of_12 {
    width: 100%;
    float: left !important;
  }
}

#sidebar {
  position: relative;
}
#sidebar .sidebar-widget {
  background: #ECECE8;
  padding: 8px 14px;
  float: left;
  /*margin-left:26px;*/
}
@media only screen and (max-width: 768px) {
  #sidebar .sidebar-widget {
    margin-left: 0;
  }
}
#sidebar .sidebar-widget > div {
  padding: 12px;
  float: left;
  width: 100%;
}
#sidebar .widget_search {
  background: #fff;
}
#sidebar .widget_categories {
  background: #fff;
}
#sidebar .widget_text {
  background: #fff;
}

body.single-tribe_events #sidebar:before {
  content: '';
  width: 100%;
  height: 11px;
  background: url(../img/sidebar-gray-top.png) top center no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -8px;
}
body.single-tribe_events #sidebar:after {
  content: '';
  width: 100%;
  height: 10px;
  background: url(../img/sidebar-gray-bottom.png) bottom center no-repeat;
  background-size: 100%;
  display: block;
  bottom: -8px;
  position: absolute;
}

/*#sidebar:before{
    content: '';
    width: 100%;
    height: 17px;
    background: url(../img/sidebar-gray-top.png) top center no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -16px;
  }

  #sidebar:after{
    content:'';
    width:100%;
    height:36px;
    background: url(../img/sidebar-gray-bottom.png) top center no-repeat;
    background-size: 100%;
    display: block;
    bottom:-14px;
    position: absolute;
  }*/
#sidebar .sidebar-widget {
  position: relative;
}

#sidebar .sidebar-widget:before {
  content: '';
  width: 100%;
  height: 17px;
  background: url(../img/sidebar-gray-top.png) top center no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
}

#sidebar .sidebar-widget:after {
  content: '';
  width: 100%;
  height: 16px;
  background: url(../img/sidebar-gray-bottom.png) 0px -17px no-repeat;
  background-size: 100%;
  display: block;
  bottom: -10px;
  position: absolute;
  left: 0;
}

.callout-wrapper {
  width: 100%;
  float: left;
  min-height: 200px;
  margin-top: 20px;
}
.callout-wrapper .widget_text {
  float: left;
  width: 100%;
}

.callout-wrap {
  float: left;
  margin-bottom: 14px;
  max-width: 100%;
}

form.search {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
form.search input[type="search"] {
  border: 1px solid #D0D1C2;
  width: 75%;
  background: #eee;
  color: #000;
  padding: 7px 0 7px 10px;
  float: left;
}
form.search button[type="submit"] {
  width: 42px;
  height: 36px;
  float: left;
  text-indent: -10000px;
  background: url(../img/search-new_2x.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-appearance: button;
  border: none;
}

form.search:after {
  content: '';
  width: 100%;
  height: 4px;
  background: url(../img/dots-pattern.png) center center repeat-x;
  margin-top: 15px;
  margin-bottom: 0px;
  float: left;
}

.widget_categories {
  margin-top: 0;
}
.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  line-height: 1.25em;
  font-size: 15px;
}
.widget_categories h3:hover {
  cursor: pointer;
}
.widget_categories h3:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
  background: url(../img/widget-arrow-red.png) 0 0 no-repeat;
  background-size: 100%;
}

.widget_categories:after {
  content: '';
  width: 100%;
  height: 4px;
  background: url(../img/dots-pattern.png) center center repeat-x;
  margin-top: 15px;
  margin-bottom: 0px;
  float: left;
}

.textwidget.news {
  font-size: 13px;
}
.textwidget.news p {
  line-height: 1.6em;
}

/* Embed Badge */

.embed-badge{
  width:100%;
  float: left;
}

.embed-badge h3{
  font-size: 14px;
  color: #616731;font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: .67em;
  text-transform: uppercase;
  text-align: center;
  margin-top:12px;
}

.embed-badge p{
  font-size: 14px;
  text-align: center;
  margin-top: 0px;
    margin-bottom: 12px;
}

.embed-badge pre{
  font-size: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 16px;
  margin-top: 0;
}

/* Embed Badge */



/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

.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: #ffffff;
}

/* 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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

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

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

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

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

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

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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