/* Resets */
ul {
  list-style: none;
  padding: 0; }

button {
  border: none; }

input[type='submit'] {
  border: none; }

a {
  color: inherit; }

img, video, iframe {
  max-width: 100%; }

/*Set box sizing*/
div, nav, form, textarea, input, a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top; }

/*Mixins*/
/* Links */
a, a:visited, a:hover, a:focus {
  text-decoration: none;
  background-color: inherit;
  color: inherit; }

/* Buttons */
button {
  padding: 5px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px; }

button.thin {
  padding: 3px 10px; }

/* Inputs */
input[type='submit'] {
  border-radius: 5px;
  -moz-border-radius: 5px; }

/* Clearfix */
.group:after {
  content: "";
  display: table;
  clear: both; }

/*Colors*/
.black {
  color: black; }
  .black a, .black a:hover {
    color: black; }

.dark-brown {
  color: #736357; }

.dark-gray-background {
  background-color: #333333; }

.dark-gray-opaque-background {
  background-color: rgba(51, 51, 51, 0.46); }

.darker-brown {
  color: #6c4021; }

.darker-brown-background {
  background-color: #6c4021; }

.darkest-brown-opaque-background {
  background-color: rgba(96, 56, 19, 0.66); }

.darkest-gray {
  color: #1a1a1a; }

.light-blue-background {
  background-color: #6ba4b8; }

.light-brown-background {
  background-color: rgba(222, 204, 180, 0.9); }

.light-gray {
  color: #b3b3b3; }

.light-gray-background {
  background-color: #b3b3b3; }

.light-teal-background {
  background-color: #6bb8f8; }

.lightest-gray-background {
  background-color: #e5e5e5; }

.medium-dark-brown-background {
  background-color: #998675; }

.medium-gray {
  color: gray; }

.medium-gray-background {
  background-color: gray; }

.medium-light-brown-background {
  background-color: rgba(153, 134, 117, 0.7); }

.off-white-background {
  background-color: #f8f5f2; }

.white {
  color: white; }
  .white a, .white a.hover, .white a:visited, .white a:active {
    color: white; }

.white-background {
  background-color: white; }

/*Fonts*/
html, .h1, .h2, .h3, .h4, .h5, p, button, a, ul, li, label, input,
textarea {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300; }

.h1, .h2, .h3, .h4, .h5 {
  font-weight: 200; }

.strong {
  font-weight: 400 !important; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.uppercase {
  text-transform: uppercase; }

h1.h1.large {
  font-size: 64px; }

h1.h1 {
  font-size: 60px; }

h1.h1.small {
  font-size: 50px;
  line-height: 60px; }

h2.h2.large {
  font-size: 40px; }

h2.h2 {
  letter-spacing: 0.02em;
  font-size: 34px; }

h2.h2.small {
  font-size: 26px; }

h3.h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300; }

h3.h3.small {
  font-size: 27px;
  font-weight: 200;
  line-height: 44px; }

h4.h4.large {
  font-size: 26px;
  line-height: 42px; }

h4.h4 {
  font-size: 23px;
  line-height: 38px; }

h4.h4.small {
  font-size: 21px;
  line-height: 34px; }

h5.h5.large {
  font-size: 20px; }

h5.h5 {
  font-size: 18px;
  line-height: 28px; }

h5.h5.small {
  font-size: 17px; }

p, li {
  font-size: 16px;
  line-height: 25px; }

p.large {
  font-size: 18px; }

p.small {
  font-size: 14px; }

p.tiny {
  font-size: 12px; }

.large-text {
  font-size: 130%;
  letter-spacing: 0.05em; }

/* Layout */
p.circle {
  border-radius: 50%;
  display: inline-block;
  padding: 2px 9px;
  font-size: 14px;
  line-height: 20px; }

.center {
  margin-right: auto;
  margin-left: auto;
  float: none; }

.relative {
  position: relative; }

.absolute {
  position: absolute;
  top: 0;
  left: 0; }

.inline-block > div, .inline-block > img, .inline-block > a, .inline-block > button, .inline-block > ul, .inline-block > li, .inline-block > p, .inline-block > h1, .inline-block > h2, .inline-block > h3, .inline-block > h4, .inline-block > h5 {
  display: inline-block; }

.full-width {
  width: 100%; }

.max-100-percent {
  max-width: 100%; }

.max-760 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }

.max-860 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }

.max-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.max-1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.padding-15 {
  padding: 15px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-30 {
  padding: 30px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.margin-15 {
  margin: 15px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

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

.margin-bottom-60 {
  margin-bottom: 60px; }

.full-overlay {
  width: 100%;
  height: 100%; }

body {
  display: none;
  background-color: #f8f5f2;
  position: static;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto; }

.nav li a:hover, .nav li a:visited, .nav li a:active, .nav li a:focus {
  background-color: inherit; }

.navbar {
  margin-bottom: 0; }

#main-nav {
  width: 100%;
  z-index: 999; }
  #main-nav .nav-container {
    padding: 15px 0;
    background-color: rgba(153, 134, 117, 0.7);
    color: white;
    width: 1480px;
    max-width: 100%; }
  #main-nav .navbar-toggle .icon-bar {
    background-color: white; }
  #main-nav .navbar-nav {
    text-align: center;
    margin-left: 20px; }
  #main-nav .navbar-header a {
    display: block; }
  #main-nav a, #main-nav a:visited {
    color: white; }
  #main-nav ul li a {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.08em;
    font-weight: 400; }
  #main-nav .juniper-live-logo {
    max-width: 80px;
    margin-top: 10px; }
  #main-nav .juniper-online-logo {
    margin-top: 6px; }

.vertical-center .h1, .vertical-center .h2, .vertical-center .h3, .vertical-center .h4, .vertical-center .h5 {
  margin: 0; }

.offset-anchor {
  position: relative;
  top: -75px; }

.juniper-online button.light-blue-background.settings, .juniper-live button.light-blue-background.settings {
  background: #6ba4b8 url(../../img/juniper_online/shared/settings_icon.png) no-repeat 90%; }
.juniper-online button.light-blue-background.purchase-button, .juniper-live button.light-blue-background.purchase-button {
  padding: 11px 17px; }
.juniper-online button.light-blue-background,
.juniper-online button.light-brown-background, .juniper-live button.light-blue-background,
.juniper-live button.light-brown-background {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-top: 15px;
  width: 220px;
  padding: 8px 10px;
  text-align: left; }
.juniper-online button.light-blue-background, .juniper-live button.light-blue-background {
  background: #6ba4b8 url(../../img/juniper_online/shared/right_arrow_button.png) 190px no-repeat; }
.juniper-online button.light-brown-background, .juniper-live button.light-brown-background {
  background: rgba(222, 204, 180, 0.9) url(../../img/shared/right_arrow_button_black.png) 190px no-repeat; }
.juniper-online button.no-arrow, .juniper-live button.no-arrow {
  background-image: none;
  text-align: center; }
.juniper-online button.green-background, .juniper-live button.green-background {
  background-color: #5fb7b7;
  padding: 8px 20px;
  color: white; }

.juniper-live button.light-blue-background.large {
  font-size: 19px; }

.quote-slider, .image-slider {
  position: relative; }
  .quote-slider .left-arrow, .quote-slider .right-arrow, .image-slider .left-arrow, .image-slider .right-arrow {
    display: none; }
  .quote-slider .quote, .image-slider .quote {
    display: none; }
    .quote-slider .quote.current, .image-slider .quote.current {
      display: block; }
    .quote-slider .quote .h3, .image-slider .quote .h3 {
      margin-top: 0;
      margin-bottom: 0; }

.slider-progress {
  text-align: center;
  padding-top: 20px; }

.play-video, .play-audio {
  cursor: pointer; }

#overlay {
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: 999; }
  #overlay > img {
    position: absolute;
    top: 1%;
    right: 1%;
    max-height: 7%;
    cursor: pointer; }
  #overlay iframe {
    width: 100%;
    height: 90%;
    position: absolute;
    top: 10%; }

div.gray-divider {
  border-bottom: 1px solid #b3b3b3; }

#privacy-policy #id-main, #terms-and-conditions #id-main {
  padding: 80px 0; }

#events-page #mailing-list, #juniper-online-home #mailing-list, #email-signup #mailing-list {
  padding: 50px 0; }
  #events-page #mailing-list h4.h4, #events-page #mailing-list .h5, #juniper-online-home #mailing-list h4.h4, #juniper-online-home #mailing-list .h5, #email-signup #mailing-list h4.h4, #email-signup #mailing-list .h5 {
    padding-bottom: 20px; }
    #events-page #mailing-list h4.h4.message, #events-page #mailing-list .h5.message, #juniper-online-home #mailing-list h4.h4.message, #juniper-online-home #mailing-list .h5.message, #email-signup #mailing-list h4.h4.message, #email-signup #mailing-list .h5.message {
      border: 1px solid black;
      display: inline-block;
      padding: 30px;
      margin-bottom: 50px; }
  #events-page #mailing-list form input, #juniper-online-home #mailing-list form input, #email-signup #mailing-list form input {
    width: 100%;
    padding: 15px 30px;
    background-color: rgba(222, 204, 180, 0.9);
    border: none; }
    #events-page #mailing-list form input::-webkit-input-placeholder, #juniper-online-home #mailing-list form input::-webkit-input-placeholder, #email-signup #mailing-list form input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #333333; }
    #events-page #mailing-list form input:-moz-placeholder, #juniper-online-home #mailing-list form input:-moz-placeholder, #email-signup #mailing-list form input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #333333;
      opacity: 1; }
    #events-page #mailing-list form input::-moz-placeholder, #juniper-online-home #mailing-list form input::-moz-placeholder, #email-signup #mailing-list form input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #333333;
      opacity: 1; }
    #events-page #mailing-list form input:-ms-input-placeholder, #juniper-online-home #mailing-list form input:-ms-input-placeholder, #email-signup #mailing-list form input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #333333; }
  #events-page #mailing-list form button, #juniper-online-home #mailing-list form button, #email-signup #mailing-list form button {
    width: 255px;
    padding: 15px 0;
    margin-top: 40px; }

#events-page #location a, #contact-page #location a {
  text-decoration: underline; }
#events-page #location .h2, #contact-page #location .h2 {
  margin: 50px 0 0 0; }
#events-page #location #san-francisco, #contact-page #location #san-francisco {
  padding-top: 40px; }
#events-page #location .section, #contact-page #location .section {
  margin-bottom: 90px; }
  #events-page #location .section .col-md-3 .h5, #events-page #location .section .col-md-5 .h5, #contact-page #location .section .col-md-3 .h5, #contact-page #location .section .col-md-5 .h5 {
    margin-top: 15px; }
  #events-page #location .section .col-md-3 div, #events-page #location .section .col-md-5 div, #contact-page #location .section .col-md-3 div, #contact-page #location .section .col-md-5 div {
    margin-bottom: 15px; }
#events-page #location p, #contact-page #location p {
  margin-bottom: 0; }

/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*                          JUNIPER LIVE
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
#title {
  padding: 90px 0 50px; }
  #title .h1 {
    margin-bottom: 15px; }

.image-slider {
  overflow: hidden;
  position: relative;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto; }
  .image-slider .image {
    position: absolute;
    left: 0;
    top: 0;
    display: none; }
    .image-slider .image.current {
      display: block; }
  .image-slider .left-arrow, .image-slider .right-arrow {
    background-color: rgba(128, 128, 128, 0.5); }

#id-main > div, #events-page > div {
  position: relative; }
  #id-main > div .h1, #id-main > div .h3, #events-page > div .h1, #events-page > div .h3 {
    margin-bottom: 15px; }
  #id-main > div button, #events-page > div button {
    margin-top: 20px; }

/* ----------------------- */
/* -- JUNIPER LIVE HOME -- */
/* ----------------------- */
#juniper-live-home #hero {
  background: url(../../img/juniper_live/home/hero_bg.jpg) no-repeat center;
  max-height: 932px; }
  #juniper-live-home #hero #event-container {
    position: absolute;
    right: 30px;
    top: 15px;
    background: rgba(235, 235, 235, 0.3);
    border-radius: 15px;
    padding: 0 15px 10px 15px;
    text-align: left; }
    #juniper-live-home #hero #event-container .h4, #juniper-live-home #hero #event-container p {
      margin-bottom: 5px; }
  #juniper-live-home #hero .scroll-container {
    display: none; }
    #juniper-live-home #hero .scroll-container .h5 {
      margin-bottom: 5px; }
#juniper-live-home #story {
  background: url(../../img/juniper_live/home/story_bg.jpg) no-repeat center;
  min-height: 870px; }
#juniper-live-home #why-meditate {
  background: url(../../img/juniper_live/home/why_meditate_bg.jpg) no-repeat center;
  min-height: 936px; }
#juniper-live-home #events {
  background: url(../../img/juniper_live/home/events_bg.jpg) no-repeat center;
  min-height: 934px; }
#juniper-live-home #online {
  background: url(../../img/juniper_live/home/online_bg.jpg) no-repeat center;
  min-height: 936px; }
#juniper-live-home #integrative-care {
  background: url(../../img/juniper_live/home/clinic_bg.jpg) no-repeat center;
  min-height: 936px; }
#juniper-live-home #our-people {
  background: url(../../img/juniper_live/home/people_bg.jpg) no-repeat center;
  min-height: 934px; }
#juniper-live-home #resources {
  background: url(../../img/juniper_live/home/resources_bg.jpg) no-repeat center;
  min-height: 936px; }
#juniper-live-home #blog {
  background: url(../../img/juniper_live/home/blog_bg.jpg) no-repeat center;
  min-height: 936px; }
#juniper-live-home #summary {
  padding: 89px 0 50px; }
  #juniper-live-home #summary h3:nth-of-type(1) {
    padding-bottom: 20px; }
#juniper-live-home #contact {
  padding: 40px 0; }
  #juniper-live-home #contact button {
    width: 260px;
    height: 45px;
    line-height: 38px;
    font-size: 17px;
    letter-spacing: 0.05em;
    background-image: none;
    text-align: center;
    padding-top: 4px;
    margin-top: 0; }

/* ----------------------- */
/* --       STORY       -- */
/* ----------------------- */
#story .story-section .h3 {
  margin-top: 0; }
#story #section-1 {
  background: url(../../img/juniper_live/story/hero_bg.jpg) no-repeat center;
  height: 868px; }
#story #section-2 {
  padding: 0 0 80px 0; }
  #story #section-2 .h3 {
    margin-bottom: 40px; }
    #story #section-2 .h3:nth-of-type(1) {
      padding-top: 60px; }
#story #section-3 {
  padding: 80px 0; }
  #story #section-3 .inner-row {
    margin-bottom: 80px; }
    #story #section-3 .inner-row img {
      margin: 2px; }
#story #section-3, #story #section-5 .gradient {
  background: -webkit-linear-gradient(rgba(153, 134, 117, 0.7), rgba(222, 204, 180, 0.9));
  background: -o-linear-gradient(rgba(153, 134, 117, 0.7), rgba(222, 204, 180, 0.9));
  background: -moz-linear-gradient(rgba(153, 134, 117, 0.7), rgba(222, 204, 180, 0.9));
  background: linear-gradient(rgba(153, 134, 117, 0.7), rgba(222, 204, 180, 0.9)); }
#story #section-4 h3.h3, #story #section-5 h3.h3 {
  padding: 80px 15px; }
#story #section-5 > .container {
  margin-top: 90px; }
#story #section-5 .gradient {
  padding: 90px 0 70px; }
#story #section-6 .image-slider {
  margin-bottom: 70px; }
#story #section-6 .inner-row {
  margin: 80px auto;
  text-align: left; }
  #story #section-6 .inner-row .h4 {
    padding: 30px; }
#story #section-7 .container .row div {
  border-bottom: 1px solid black;
  padding: 40px 0; }
  #story #section-7 .container .row div .h2 {
    margin: 0; }
  #story #section-7 .container .row div:nth-of-type(1) {
    border-top: 1px solid black; }
#story #section-8 .row {
  padding: 60px 40px; }
  #story #section-8 .row .h5 {
    font-weight: 400; }
  #story #section-8 .row button {
    font-size: 15px;
    font-weight: 200;
    margin-top: 8px;
    width: 190px;
    background-position: 160px; }

/* ----------------------- */
/* --   WHY MEDITATE    -- */
/* ----------------------- */
#why-meditate .h1 span {
  font-size: 27px;
  line-height: 44px;
  font-weight: 200; }
#why-meditate .h3 span {
  font-size: 50px;
  line-height: 60px; }
#why-meditate #section-1 {
  background: url(../../img/juniper_live/why_meditate/hero_bg.jpg) no-repeat center;
  height: 680px; }
#why-meditate #section-2 {
  padding: 50px 0; }
#why-meditate #section-3 {
  background: url(../../img/juniper_live/why_meditate/cushion_bg.jpg) no-repeat center;
  height: 706px; }
#why-meditate #section-4 {
  padding: 80px 0; }
  #why-meditate #section-4 .h3, #why-meditate #section-4 .h1 {
    margin: 3px 0; }
  #why-meditate #section-4 h3.h3 {
    line-height: 48px; }
#why-meditate #section-5 {
  background: url(../../img/juniper_live/why_meditate/branch_bg.jpg) no-repeat center;
  height: 706px; }
#why-meditate #section-6 {
  padding: 100px 0 120px; }
  #why-meditate #section-6 .h1, #why-meditate #section-6 .h3 {
    margin: 0; }
  #why-meditate #section-6 .h3 {
    margin-top: 140px; }
#why-meditate #section-7 {
  background: url(../../img/juniper_live/why_meditate/forest_bg.jpg) no-repeat center;
  height: 706px; }
#why-meditate #section-8 {
  padding: 120px 0; }
  #why-meditate #section-8 h1, #why-meditate #section-8 h3 {
    margin: 0; }
  #why-meditate #section-8 h1.h1 {
    line-height: 57px; }
  #why-meditate #section-8 h3:nth-of-type(1) {
    max-width: 415px; }
  #why-meditate #section-8 h3:nth-of-type(2) {
    margin-top: 160px; }
  #why-meditate #section-8 img {
    margin-top: 120px; }
#why-meditate #section-9 .max-960 {
  border-top: 1px solid gray;
  padding: 55px 0; }
  #why-meditate #section-9 .max-960 button {
    background-image: none;
    text-align: center;
    margin: 10px;
    padding: 10px;
    font-size: 18px; }

/* ----------------------- */
/* --       EVENTS      -- */
/* ----------------------- */
#events-page:after {
  display: none;
  content: url(../../img/juniper_live/events/events_bg_2.jpg) url(../../img/juniper_live/events/events_bg_3.jpg); }
#events-page .h5 {
  font-weight: 300; }
#events-page #hero {
  position: relative;
  background: rgba(222, 204, 180, 0.9) url(../../img/juniper_live/events/events_bg_1.jpg) no-repeat center;
  max-height: 795px; }
#events-page #page-nav {
  padding: 40px 0; }
  #events-page #page-nav a {
    display: inline-block;
    background-color: rgba(153, 134, 117, 0.7);
    height: 120px;
    width: 120px;
    margin: 10px; }
    #events-page #page-nav a:hover {
      background-color: #6ba4b8; }
  #events-page #page-nav .inner-row {
    padding: 15px 0; }
#events-page #group-meditations {
  padding: 40px 0; }
  #events-page #group-meditations ul li {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-weight: 200; }
    #events-page #group-meditations ul li a {
      text-decoration: underline; }
  #events-page #group-meditations .h2 {
    padding: 40px 0 50px; }
  #events-page #group-meditations div.light-brown-background {
    padding: 20px 30px 30px 30px; }
    #events-page #group-meditations div.light-brown-background div {
      margin-top: 30px; }
    #events-page #group-meditations div.light-brown-background a, #events-page #group-meditations div.light-brown-background a:hover {
      color: #1a1a1a; }
  #events-page #group-meditations .schedule div {
    padding: 30px 0; }
    #events-page #group-meditations .schedule div:nth-of-type(1) {
      padding: 30px 0 25px; }
    #events-page #group-meditations .schedule div:nth-of-type(4) {
      padding-bottom: 30px; }
    #events-page #group-meditations .schedule div.border {
      border-bottom: 1px solid white;
      max-width: 540px;
      height: 1px;
      padding: 0; }
  #events-page #group-meditations .button-container {
    padding-top: 60px; }
#events-page #open-meditation .container, #events-page #healing-meditation .container {
  padding-left: 0;
  padding-right: 0; }
#events-page #open-meditation .header, #events-page #healing-meditation .header {
  padding: 35px 30px 65px; }
  #events-page #open-meditation .header p, #events-page #open-meditation .header .h2, #events-page #healing-meditation .header p, #events-page #healing-meditation .header .h2 {
    margin: 0; }
  #events-page #open-meditation .header .h2, #events-page #healing-meditation .header .h2 {
    margin-bottom: 10px; }
#events-page #open-meditation .image, #events-page #healing-meditation .image {
  height: 514px; }
#events-page #open-meditation .text, #events-page #healing-meditation .text {
  min-height: 514px;
  padding: 0 30px; }
  #events-page #open-meditation .text .h5, #events-page #healing-meditation .text .h5 {
    margin-top: 20px; }
#events-page #open-meditation {
  padding-top: 70px; }
  #events-page #open-meditation .image {
    background: rgba(222, 204, 180, 0.9) url(../../img/juniper_live/events/open_meditation_bg.jpg) no-repeat center; }
#events-page #healing-meditation {
  margin-top: 70px; }
  #events-page #healing-meditation .header {
    padding-top: 50px;
    padding-bottom: 55px; }
    #events-page #healing-meditation .header .h2 {
      padding-bottom: 20px; }
  #events-page #healing-meditation .image {
    background: url(../../img/juniper_live/events/healing_meditation_bg.jpg) no-repeat center; }
  #events-page #healing-meditation .button-container {
    padding: 30px 0 45px; }
#events-page #retreats .h2, #events-page #retreats .h5, #events-page #resources .h2, #events-page #resources .h5 {
  margin-bottom: 10px; }
#events-page #retreats button, #events-page #resources button {
  margin-top: 15px;
  font-size: 15px; }
#events-page #retreats {
  background: url(../../img/juniper_live/events/retreats_bg.jpg) no-repeat center;
  height: 770px; }
#events-page #resources {
  background: url(../../img/juniper_live/events/resources_bg.jpg) no-repeat center;
  height: 770px; }
#events-page #location a {
  text-decoration: underline; }
#events-page #location .h2 {
  margin: 50px 0 0 0; }
#events-page #location #san-francisco {
  padding-top: 40px; }
#events-page #location .section {
  margin-bottom: 90px; }
  #events-page #location .section .col-md-3 .h5, #events-page #location .section .col-md-5 .h5 {
    margin-top: 15px; }
  #events-page #location .section .col-md-3 div, #events-page #location .section .col-md-5 div {
    margin-bottom: 15px; }
#events-page #location p {
  margin-bottom: 0; }

/* ----------------------- */
/* --    CLINIC PAGE    -- */
/* ----------------------- */
#clinic-page .content-box {
  padding: 45px;
  border: 1px solid black; }
#clinic-page button.light-blue-background {
  width: 170px;
  background-position: 140px;
  margin: 0 10px; }
#clinic-page #hero {
  background: rgba(222, 204, 180, 0.9) url(../../img/juniper_live/clinic/hero_bg.jpg) no-repeat center;
  max-height: 644px; }
#clinic-page #section-1 {
  padding: 60px 0; }
  #clinic-page #section-1 .h5 {
    margin-bottom: 40px;
    font-weight: 300; }
  #clinic-page #section-1 .button-container {
    padding: 20px 0; }
#clinic-page .quote-slider {
  min-height: 580px; }
  #clinic-page .quote-slider.first {
    background: url(../../img/juniper_live/clinic/testimonial_1.jpg) no-repeat center; }
  #clinic-page .quote-slider.second {
    background: url(../../img/juniper_live/clinic/testimonial_2.jpg) no-repeat center; }
#clinic-page #services, #clinic-page #healing {
  padding: 40px 0 60px; }
#clinic-page #services .content-box .h1, #clinic-page #services .content-box .h5 {
  margin-bottom: 30px; }
#clinic-page #grief-services {
  padding: 60px 0; }
  #clinic-page #grief-services h5 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }
    #clinic-page #grief-services h5:nth-of-type(1), #clinic-page #grief-services h5:nth-last-of-type(1) {
      margin: 30px auto; }
#clinic-page div.divider {
  height: 200px;
  background-color: rgba(222, 204, 180, 0.9); }
#clinic-page #healing .h2 {
  margin-bottom: 30px; }
#clinic-page #healing div.lightest-gray-background {
  max-width: 320px;
  margin: 30px auto;
  text-align: left;
  padding: 10px 30px 20px; }
  #clinic-page #healing div.lightest-gray-background p.tiny {
    margin-top: 30px;
    margin-bottom: 0; }
  #clinic-page #healing div.lightest-gray-background h5.strong {
    margin-top: 0; }

/* ----------------------- */
/* --    PEOPLE PAGE    -- */
/* ----------------------- */
#people-page h4, #people-page p {
  margin: 20px 0; }
#people-page #hero {
  background: url(../../img/juniper_live/people/group_shot.jpg) no-repeat center;
  max-height: 745px; }
#people-page .bio img {
  display: block;
  margin-left: auto;
  margin-right: auto; }
#people-page .bio .content {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0 50px; }
#people-page .bio p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.01em; }
  #people-page .bio p.strong a {
    font-weight: 400;
    text-decoration: underline; }
#people-page #sarah {
  background-color: white; }
  #people-page #sarah .text {
    padding: 0 80px; }
#people-page .button-container {
  padding: 35px 0 55px; }
#people-page footer p {
  margin-top: 0; }

/* ----------------------- */
/* --     RESOURCES     -- */
/* ----------------------- */
#resources-page h3, #resources-page h4 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
#resources-page #hero {
  background: url(../../img/juniper_live/resources/hero_bg.jpg) no-repeat center;
  max-height: 753px;
  position: relative; }
  #resources-page #hero h1 {
    margin-bottom: 10px; }
  #resources-page #hero .button-container {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 30px; }
    #resources-page #hero .button-container button {
      margin: 10px;
      background-image: none;
      border-radius: 0;
      -moz-border-radius: 0;
      text-align: center; }
#resources-page .title-section h2 {
  margin: 0;
  padding: 60px 0; }
#resources-page #awakening {
  padding: 110px 0; }
  #resources-page #awakening h2, #resources-page #awakening p {
    margin-bottom: 20px; }
  #resources-page #awakening h4 {
    margin-bottom: 40px; }
    #resources-page #awakening h4:nth-of-type(2) {
      text-align: left; }
#resources-page #modern-paradigm {
  background: url(../../img/juniper_live/resources/modern_paradigm_bg.jpg) no-repeat center;
  padding: 180px 0;
  min-height: 860px; }
  #resources-page #modern-paradigm h2, #resources-page #modern-paradigm p, #resources-page #modern-paradigm h3 {
    margin-bottom: 40px; }
  #resources-page #modern-paradigm h3 {
    text-align: left; }
#resources-page #moments {
  padding: 180px 0; }
  #resources-page #moments h2, #resources-page #moments h4 {
    margin-bottom: 40px; }
  #resources-page #moments p {
    margin-bottom: 20px; }
  #resources-page #moments h4 {
    text-align: left; }
#resources-page #journey {
  background: url(../../img/juniper_live/resources/journey_mobile_bg.jpg) no-repeat center;
  min-height: 859px;
  padding: 140px 0; }
  #resources-page #journey h2, #resources-page #journey h3 {
    margin-bottom: 40px; }
  #resources-page #journey p {
    margin-bottom: 20px; }
  #resources-page #journey h3 {
    text-align: left; }
#resources-page #media {
  padding: 50px 0; }
  #resources-page #media h2 {
    margin-bottom: 50px; }
  #resources-page #media .col-xs-12 {
    margin-bottom: 80px; }
  #resources-page #media .button-container {
    text-align: left; }
    #resources-page #media .button-container button.light-blue-background {
      width: 130px;
      background-position: 100px; }
  #resources-page #media .image, #resources-page #media h5, #resources-page #media .button-container {
    width: 250px;
    margin-left: auto;
    margin-right: auto; }
  #resources-page #media .image {
    height: 250px; }
    #resources-page #media .image h5 {
      text-align: center;
      font-weight: 300;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      line-height: 24px; }
      #resources-page #media .image h5:nth-of-type(1) {
        padding-top: 80px;
        font-weight: 400; }
      #resources-page #media .image h5:nth-of-type(2) {
        padding-top: 10px; }
  #resources-page #media h5 {
    text-align: left; }
  #resources-page #media .videos .image {
    background: url(../../img/juniper_live/resources/videos.jpg) no-repeat center; }
  #resources-page #media .tricycle-1 .image {
    background: url(../../img/juniper_live/resources/tricycle_1.jpg) no-repeat center; }
  #resources-page #media .harvard .image {
    background: url(../../img/juniper_live/resources/gazette.png) no-repeat center; }
  #resources-page #media .tricycle-2 .image {
    background: url(../../img/juniper_live/resources/tricycle_2.jpg) no-repeat center; }
  #resources-page #media .harvard-gazette .image {
    background: url(../../img/juniper_live/resources/harvard.jpg) no-repeat center; }
  #resources-page #media .buddhist-geeks .image {
    background: url(../../img/juniper_live/resources/buddhist_geeks.png) no-repeat center; }
  #resources-page #media .coming-soon .image {
    background-color: rgba(222, 204, 180, 0.9); }

/* ----------------------- */
/* --  DISTANCE HEALING -- */
/* ----------------------- */
.distance-healing-form #id-main {
  background-color: rgba(222, 204, 180, 0.9);
  padding: 60px 0 120px; }
  .distance-healing-form #id-main form, .distance-healing-form #id-main .container {
    width: 50%;
    min-width: 300px;
    max-width: 580px;
    margin: 0 auto; }
  .distance-healing-form #id-main p.pull-left {
    vertical-align: top;
    margin: 10px 20px 0 0;
    width: 54%; }
  .distance-healing-form #id-main ul {
    font-size: 18px;
    line-height: 35px;
    max-height: 38px;
    overflow: hidden;
    margin-top: 10px;
    width: 38%;
    z-index: 99;
    position: relative;
    cursor: pointer;
    background: #5fb7b7 url(../../img/juniper_live/clinic/white_down_arrow.png) no-repeat 90%;
    color: white; }
    .distance-healing-form #id-main ul span {
      padding-left: 10px;
      border-radius: 5px;
      -moz-border-radius: 5px; }
    .distance-healing-form #id-main ul li {
      z-index: 999;
      position: relative;
      background-color: rgba(222, 204, 180, 0.9);
      padding: 5px 0 5px 10px;
      color: black; }
  .distance-healing-form #id-main form {
    position: relative;
    z-index: 0;
    display: none; }
    .distance-healing-form #id-main form p {
      width: auto; }
    .distance-healing-form #id-main form input, .distance-healing-form #id-main form textarea {
      width: 100%;
      padding: 10px; }
      .distance-healing-form #id-main form input::-webkit-input-placeholder, .distance-healing-form #id-main form textarea::-webkit-input-placeholder {
        /* WebKit browsers */
        color: black; }
      .distance-healing-form #id-main form input:-moz-placeholder, .distance-healing-form #id-main form textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: black;
        opacity: 1; }
      .distance-healing-form #id-main form input::-moz-placeholder, .distance-healing-form #id-main form textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: black;
        opacity: 1; }
      .distance-healing-form #id-main form input:-ms-input-placeholder, .distance-healing-form #id-main form textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: black; }
    .distance-healing-form #id-main form #id_submit {
      background-color: #998675;
      color: white;
      padding: 15px 0;
      margin: 30px auto;
      text-transform: uppercase; }

/* ----------------------- */
/* ---   EMAIL SIGNUP   -- */
/* ----------------------- */
#email-signup {
  padding-top: 40px; }
  #email-signup input {
    max-width: 380px; }

/* ----------------------- */
/* ---  CONTACT PAGE   --- */
/* ----------------------- */
#contact-page #location {
  padding-top: 30px; }

/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*                          JUNIPER ONLINE
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
#products-page, #cart, #individual_signup, #payment, #confirmation,
#organization-cart, #organization-signup {
  background-color: rgba(222, 204, 180, 0.9); }

#progress .inline-block div {
  padding: 10px 20px; }

/* -- Let's Meditate modules -- */
#modules h3.h3 {
  padding: 30px 0; }
#modules .outer-row .module {
  width: 295px;
  height: 275px;
  float: none;
  margin: 0 auto;
  padding-top: 90px; }
  #modules .outer-row .module p {
    width: 275px;
    margin: 0 auto; }
#modules .outer-row#first-row .inner-row:nth-child(1) .module-container:nth-child(1) .module {
  background: url(../../img/juniper_online/organization_offerings/module_1.png) no-repeat center; }
#modules .outer-row#first-row .inner-row:nth-child(1) .module-container:nth-child(2) .module {
  background: url(../../img/juniper_online/organization_offerings/module_2.png) no-repeat center; }
#modules .outer-row#first-row .inner-row:nth-child(2) .module-container:nth-child(1) .module {
  background: url(../../img/juniper_online/organization_offerings/module_3.png) no-repeat center; }
#modules .outer-row#first-row .inner-row:nth-child(2) .module-container:nth-child(2) .module {
  background: url(../../img/juniper_online/organization_offerings/module_4.png) no-repeat center; }
#modules .outer-row#second-row .inner-row:nth-child(1) .module-container:nth-child(1) .module {
  background: url(../../img/juniper_online/organization_offerings/module_5.png) no-repeat center; }
#modules .outer-row#second-row .inner-row:nth-child(1) .module-container:nth-child(2) .module {
  background: url(../../img/juniper_online/organization_offerings/module_6.png) no-repeat center; }
#modules .outer-row#second-row .inner-row:nth-child(2) .module-container:nth-child(1) .module {
  background: url(../../img/juniper_online/organization_offerings/module_7.png) no-repeat center; }
#modules .outer-row#second-row .inner-row:nth-child(2) .module-container:nth-child(2) .module {
  background: url(../../img/juniper_online/organization_offerings/module_8.png) no-repeat center;
  padding-top: 123px; }

/* ------------------------------ */
/* -- JUNIPER ONLINE HOME PAGE -- */
/* ------------------------------ */
#juniper-online-home #hero {
  background: gray url(../../img/juniper_online/home/hero_bg.jpg) no-repeat center; }
  #juniper-online-home #hero .row {
    padding: 30px 0 60px 0;
    text-align: left; }
  #juniper-online-home #hero .h1, #juniper-online-home #hero .h5 {
    margin: 20px 0; }
  #juniper-online-home #hero .h5 {
    margin-bottom: 30px; }
  #juniper-online-home #hero button {
    width: 130px;
    height: 47px;
    text-align: left;
    font-weight: 400;
    color: #333333;
    background: rgba(222, 204, 180, 0.9) url(../../img/shared/right_arrow_button_black.png) 90% no-repeat;
    letter-spacing: 0.05em; }
#juniper-online-home #resources {
  padding: 80px 0;
  background: url(../../img/juniper_online/home/products_resources.jpg) no-repeat center; }
  #juniper-online-home #resources .h1 {
    margin-bottom: 0; }
  #juniper-online-home #resources .h4 {
    margin-top: 0; }
  #juniper-online-home #resources .h5 {
    margin-bottom: 5px; }
  #juniper-online-home #resources a {
    display: block; }
    #juniper-online-home #resources a button {
      margin-top: 5px; }
#juniper-online-home #products .h4 {
  margin-bottom: 0; }
#juniper-online-home #products .h5 {
  margin-top: 0; }
#juniper-online-home #products #product-1, #juniper-online-home #products #product-2 {
  min-height: 503px; }
#juniper-online-home #products #product-1 {
  background: url(../../img/juniper_online/home/products_individual.jpg) no-repeat center; }
#juniper-online-home #products #product-2 {
  background: url(../../img/juniper_online/home/products_organization.jpg) no-repeat center; }
#juniper-online-home #products button {
  margin-bottom: 45px; }
#juniper-online-home #products p {
  font-weight: 400; }
#juniper-online-home .quote-slider {
  background: url(../../img/juniper_online/home/quote_bg.png) no-repeat center;
  padding: 30px 15px;
  min-height: 491px; }

/* -- PRODUCTS PAGE -- */
#products-page .container button {
  min-width: 160px;
  background: #6ba4b8 url("../../img/juniper_online/shared/right_arrow_button.png") no-repeat 90%;
  text-align: left;
  padding-left: 20px; }

/* -- CART PAGES -- */
.checkout-nav a img {
  margin-right: 5px; }

#cart #id-main, #organization-cart #id-main {
  padding-top: 80px; }
#cart h4, #cart .cart-item, #cart #total, #organization-cart h4, #organization-cart .cart-item, #organization-cart #total {
  max-width: 90%;
  margin: 0 auto; }
#cart .cart-item, #cart #total, #organization-cart .cart-item, #organization-cart #total {
  padding: 30px 0;
  border-top: 1px solid #b3b3b3; }
#cart .cart-item a, #organization-cart .cart-item a {
  float: right;
  margin: 10px 10px 0 0; }

#organization-cart input {
  margin: 10px auto 20px;
  max-width: 50px;
  padding: 2px 10px; }

/* -- INDIVIDUAL SIGNUP AND PAYMENT -- */
#individual_signup #id-main, #payment #id-main {
  padding: 80px 0; }
#individual_signup form, #payment form {
  width: 300px;
  max-width: 100%;
  margin: 0 auto; }
  #individual_signup form .form-group label, #payment form .form-group label {
    color: #6c4021; }
  #individual_signup form .form-group input, #individual_signup form .form-group select, #payment form .form-group input, #payment form .form-group select {
    width: 100%; }
  #individual_signup form .form-group.checkbox-input input, #payment form .form-group.checkbox-input input {
    width: auto;
    margin-right: 2px; }
  #individual_signup form button, #payment form button {
    min-width: 180px;
    margin: 0 auto; }

#payment select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 5px 10px;
  background: white url(../../img/juniper_online/shared/black_down_arrow.png) no-repeat 90%;
  border-radius: 0px;
  -moz-border-radius: 0px; }
  #payment select:nth-of-type(2) {
    margin-top: 15px; }

#walletWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px; }

/* --------------------- */
/* -- INDIVIDUAL HOME -- */
/* --------------------- */
#individual-home #welcome-home button.settings {
  margin-top: 40px; }
#individual-home .course-container {
  padding: 60px 0; }
  #individual-home .course-container .course-title p {
    padding: 10px 0 30px;
    font-weight: 400; }
#individual-home #question-form {
  padding: 50px 0; }
  #individual-home #question-form form textarea {
    width: 100%;
    margin: 20px auto;
    border: none;
    padding: 15px;
    min-height: 200px; }
    #individual-home #question-form form textarea::-webkit-input-placeholder {
      /* WebKit browsers */
      color: black; }
    #individual-home #question-form form textarea:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: black;
      opacity: 1; }
    #individual-home #question-form form textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: black;
      opacity: 1; }
    #individual-home #question-form form textarea:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: black; }

/* -- ACCOUNT SETTINGS -- */
#account-settings button.light-blue-background {
  min-width: 200px;
  text-align: center;
  background-image: none; }
#account-settings #id-main {
  padding-top: 80px; }
#account-settings button.light-blue-background {
  width: auto;
  padding: 3px 10px;
  font-size: 14px; }
#account-settings #account-header {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(153, 134, 117, 0.7);
  margin-bottom: 30px; }
  #account-settings #account-header button {
    margin: 15px 0 30px; }
#account-settings .navbar-toggle {
  float: none; }
  #account-settings .navbar-toggle .icon-bar {
    background-color: white; }
#account-settings #account-nav ul li {
  margin: 15px; }
#account-settings #account .subscription-option {
  position: relative;
  margin: 15px;
  padding: 20px 8px;
  height: 185px;
  width: 195px; }
  #account-settings #account .subscription-option form, #account-settings #account .subscription-option > button {
    position: absolute;
    bottom: 18px;
    right: 18px; }
#account-settings #contact h4.h4, #account-settings #password h4.h4 {
  margin-left: 15px; }
#account-settings form label, #account-settings form input {
  display: block; }
#account-settings form input {
  min-width: 300px; }
  #account-settings form input[type='submit'] {
    min-width: 200px; }

/* -- LOGIN/SIGNUP SCREENS -- */
#id_login #id-main, #organization-signup #id-main {
  padding: 100px 0 40px; }
#id_login form, #organization-signup form {
  width: 300px;
  margin: 0 auto; }
  #id_login form .form-group, #organization-signup form .form-group {
    width: 80%;
    margin: 0 auto 15px; }
  #id_login form input, #organization-signup form input {
    width: 100%;
    padding: 5px; }
  #id_login form button, #organization-signup form button {
    width: 70%;
    margin: 0 auto; }

#password_reset #id-main {
  padding: 100px 0 40px; }
#password_reset form {
  width: 500px;
  max-width: 100%;
  margin: 0 auto; }
  #password_reset form .form-group {
    width: 90%;
    text-align: center; }
    #password_reset form .form-group label {
      font-size: 20px;
      margin: 0 10px 0 0;
      vertical-align: bottom;
      width: 60px; }
    #password_reset form .form-group input {
      padding: 5px;
      margin: 0 auto;
      width: 60%; }
  #password_reset form button {
    width: 59.5%;
    margin: 0 auto 0 72px;
    background-color: #4d4d4d;
    border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px; }

/* ---------------------------- */
/* ------ MARKETING PAGES ----- */
/* ---------------------------- */
#organization-offerings .button-container, #lets-meditate .button-container {
  text-align: center;
  padding: 40px 0; }

#course-description {
  padding: 70px 0; }
  #course-description p a {
    text-decoration: underline; }
  #course-description ul, #course-description ol {
    margin-left: 22px; }
    #course-description ul li, #course-description ol li {
      margin: 20px 0;
      font-size: 22px; }
  #course-description ul li {
    list-style: disc; }
  #course-description ol li {
    list-style: decimal; }
  #course-description .purchase-box {
    padding-top: 40px; }
    #course-description .purchase-box p, #course-description .purchase-box .h4 {
      margin: 0; }
    #course-description .purchase-box p:nth-of-type(2) {
      margin: 10px 0 15px; }

#lets-meditate-module #id-main {
  padding: 60px 0; }
#lets-meditate-module .button-container {
  padding-top: 40px; }
  #lets-meditate-module .button-container button {
    font-size: 16px; }

#samples h2.h2, #lets-meditate-module h2.h2 {
  padding: 40px 0; }
#samples h3.small, #samples h5, #lets-meditate-module h3.small, #lets-meditate-module h5 {
  color: #4d4d4d; }
#samples .inline-block h3, #lets-meditate-module .inline-block h3 {
  margin-right: 5px; }
#samples .download-audio, #lets-meditate-module .download-audio {
  float: right;
  padding: 14px 22px 0 0;
  text-decoration: underline; }
#samples div.light-brown-background, #lets-meditate-module div.light-brown-background {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center; }
  #samples div.light-brown-background:nth-child(2), #lets-meditate-module div.light-brown-background:nth-child(2) {
    padding: 20px 0 40px; }
    #samples div.light-brown-background:nth-child(2) .inline-block, #lets-meditate-module div.light-brown-background:nth-child(2) .inline-block {
      padding-bottom: 15px; }
    #samples div.light-brown-background:nth-child(2) img.absolute, #lets-meditate-module div.light-brown-background:nth-child(2) img.absolute {
      left: 46.5%;
      top: 38%; }
  #samples div.light-brown-background:nth-child(3), #samples div.light-brown-background:nth-child(4), #lets-meditate-module div.light-brown-background:nth-child(3), #lets-meditate-module div.light-brown-background:nth-child(4) {
    min-height: 455px;
    padding: 60px 20px; }
  #samples div.light-brown-background:nth-child(3) h3.h3, #lets-meditate-module div.light-brown-background:nth-child(3) h3.h3 {
    margin-top: 0; }
  #samples div.light-brown-background:nth-child(3) a, #lets-meditate-module div.light-brown-background:nth-child(3) a {
    display: block;
    margin: 11px 0 15px; }
  #samples div.light-brown-background:nth-child(4), #lets-meditate-module div.light-brown-background:nth-child(4) {
    padding-top: 33px; }
    #samples div.light-brown-background:nth-child(4) .audio-thumbnail, #lets-meditate-module div.light-brown-background:nth-child(4) .audio-thumbnail {
      margin-bottom: 20px; }
#samples .audio-section .inline-block p, #lets-meditate-module .audio-section .inline-block p {
  margin-left: 5px; }

#samples .pdf-section {
  padding-bottom: 20px; }
#samples .audio-section h3.small {
  margin-bottom: 0; }
#samples .audio-section .h5 {
  margin: 0 0 30px; }
#samples .audio-section > img {
  padding-bottom: 20px; }

.quote-slider {
  padding: 40px 0; }
  .quote-slider .quote {
    max-width: 960px;
    margin: 0 auto; }
    .quote-slider .quote h3.h3 {
      font-size: 24px;
      line-height: 36px; }
    .quote-slider .quote h4.h4 {
      font-size: 18px; }

/* ---------------------------- */
/* -- ORGANIZATION OFFERINGS -- */
/* ---------------------------- */
#organization-offerings #id-main {
  padding-bottom: 20px; }
#organization-offerings #hero {
  padding: 40px 0;
  background: url(../../img/juniper_online/organization_offerings/hero_mobile_bg.jpg) no-repeat center; }
  #organization-offerings #hero h3 {
    font-size: 20px;
    line-height: 34px; }
#organization-offerings #how-it-works {
  padding: 80px 0 20px; }
  #organization-offerings #how-it-works h2 {
    padding-bottom: 30px; }
  #organization-offerings #how-it-works .content-container {
    padding: 0 15px 45px; }
    #organization-offerings #how-it-works .content-container h4.h4 {
      padding: 10px 0; }
#organization-offerings #press {
  padding: 60px 0; }
  #organization-offerings #press h5.h5 {
    padding-bottom: 10px; }
  #organization-offerings #press p {
    margin: 25px 0; }
  #organization-offerings #press button.light-blue-background {
    margin-bottom: 40px; }
#organization-offerings #additional-courses {
  padding-bottom: 60px; }
  #organization-offerings #additional-courses .row h2.h2 {
    padding: 60px 0 65px; }
  #organization-offerings #additional-courses .row div.light-brown-background {
    height: 255px;
    width: 255px;
    display: block;
    margin: 15px auto; }
    #organization-offerings #additional-courses .row div.light-brown-background h4.h4 {
      padding-top: 100px; }
#organization-offerings .quote-slider {
  background: url(../../img/juniper_online/organization_offerings/quote_slider.jpg) no-repeat center; }

/* ---------------------------- */
/* ------ LET'S MEDITATE ------ */
/* ---------------------------- */
#lets-meditate form button.light-blue-background {
  background-color: #5fb7b7;
  margin: 3px 0 20px 0; }
#lets-meditate #hero {
  padding: 30px 0;
  background: url(../../img/juniper_online/lets_meditate/hero_bg.jpg) no-repeat center; }
  #lets-meditate #hero h2.h2, #lets-meditate #hero h4.h4, #lets-meditate #hero ol {
    padding-bottom: 20px; }
  #lets-meditate #hero h4.h4:nth-child(5) {
    padding-bottom: 10px; }
  #lets-meditate #hero ol {
    margin-left: 42px; }
    #lets-meditate #hero ol li {
      font-size: 22px;
      line-height: 32px; }
#lets-meditate #how-it-works {
  padding: 60px 0 0 0; }
  #lets-meditate #how-it-works .container .row {
    padding-bottom: 40px;
    border-bottom: 1px solid #b3b3b3; }
  #lets-meditate #how-it-works h2.h2 {
    padding-bottom: 40px; }
  #lets-meditate #how-it-works p {
    padding-bottom: 20px; }
#lets-meditate .quote-slider {
  background: url(../../img/juniper_online/lets_meditate/quote_bg.jpg) no-repeat center; }

/* ------------------------------ */
/* ---------- CALENDAR ---------- */
/* ------------------------------ */
#calendar #hero {
  background: url(../../img/juniper_live/calendar/hero_bg.jpg) no-repeat center;
  height: 440px; }
#calendar button.light-blue-background {
  width: 115px;
  height: 70px;
  padding: 5px 7px;
  font-weight: 200;
  font-size: 15px;
  text-align: center; }
  #calendar button.light-blue-background:hover, #calendar button.light-blue-background.active {
    background-color: white;
    color: black; }
#calendar .inner-row div {
  margin: 3px 0; }
#calendar .categories {
  padding-bottom: 40px; }
#calendar h2.h2 {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 20px; }
#calendar .event-details {
  padding: 0 0 30px 40px; }
  #calendar .event-details p.strong {
    padding: 20px 0; }
  #calendar .event-details a {
    text-decoration: underline; }
#calendar .page-nav {
  padding-top: 50px; }
  #calendar .page-nav h5:nth-of-type(2) {
    padding: 20px 0; }
#calendar .quote-slider {
  background: url(../../img/juniper_live/calendar/quote_bg.jpg) no-repeat center;
  height: 494px; }

/* --------------------------------- */
/* ---------- DONATE PAGE ---------- */
/* --------------------------------- */
#donate-page #hero {
  background: url(../../img/juniper_live/donate/hero_bg.jpg) no-repeat center;
  max-height: 286px; }
#donate-page #donate-form input {
  min-width: 280px;
  padding: 10px; }
  #donate-page #donate-form input#id_amount {
    padding-left: 30px;
    background: white url(../../img/juniper_live/donate/dollar_sign.png) no-repeat 5% 55%;
    border: 1px solid #b3b3b3;
    font-size: 17px; }
#donate-page #donate-form button {
  margin: 0 10px;
  max-width: 190px;
  outline: none; }
#donate-page #donate-form button[type="submit"] {
  margin: 30px auto 60px;
  min-width: 230px; }
#donate-page #donate-form select {
  font-size: 18px;
  margin-top: 20px; }

/* -- PARTIALS -- */
#share-samples .row {
  margin: 0; }
  #share-samples .row input, #share-samples .row button {
    display: block;
    margin: 15px auto; }
  #share-samples .row input {
    min-width: 300px;
    padding: 15px; }
  #share-samples .row button {
    width: 180px; }
  #share-samples .row .confirm-copy {
    opacity: 0; }

#contact-form {
  width: 90%;
  max-width: 960px;
  margin: 50px auto; }
  #contact-form h2 {
    padding-bottom: 30px; }
  #contact-form textarea, #contact-form input, #contact-form button {
    display: block; }
  #contact-form textarea, #contact-form input {
    width: 100%;
    border: none;
    padding: 15px; }
    #contact-form textarea::-webkit-input-placeholder, #contact-form input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: black; }
    #contact-form textarea:-moz-placeholder, #contact-form input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: black;
      opacity: 1; }
    #contact-form textarea::-moz-placeholder, #contact-form input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: black;
      opacity: 1; }
    #contact-form textarea:-ms-input-placeholder, #contact-form input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: black; }
  #contact-form textarea {
    margin-bottom: 15px;
    height: 170px; }
  #contact-form input {
    margin-bottom: 30px; }
  #contact-form button {
    width: 225px;
    margin: 0 auto;
    padding: 10px; }

/* -- FOOTER -- */
footer ul li {
  font-size: 14px; }
footer .row div {
  text-align: center; }
footer .contact-section {
  position: relative; }
  footer .contact-section a {
    display: inline-block; }
  footer .contact-section #mailchimp-footer-form {
    margin-bottom: 15px;
    width: auto; }
    footer .contact-section #mailchimp-footer-form input {
      font-size: 16px;
      line-height: 20px;
      padding: 8px 10px;
      color: black;
      width: 200px; }
    footer .contact-section #mailchimp-footer-form button {
      border-radius: 0;
      -moz-border-radius: 0;
      font-size: 16px;
      padding: 9px 18px;
      width: auto;
      background-color: #b3b3b3; }
footer .contact p.small {
  line-height: 18px; }

@media only screen and (min-width: 768px) {
  body {
    position: relative; }

  h1.h1.large {
    font-size: 81px; }

  .inner-row div {
    display: inline-block;
    margin: 0 -2px; }

  .juniper-live .navbar-header img {
    padding-top: 2px; }

  .quote-slider, .image-slider {
    text-align: center; }
    .quote-slider .left-arrow, .quote-slider .right-arrow, .image-slider .left-arrow, .image-slider .right-arrow {
      display: block;
      position: absolute;
      top: 41%;
      cursor: pointer;
      z-index: 99; }
    .quote-slider .left-arrow, .image-slider .left-arrow {
      left: 10px; }
    .quote-slider .right-arrow, .image-slider .right-arrow {
      right: 10px; }

  #main-nav {
    padding: 0;
    position: fixed;
    top: 0; }
    #main-nav .right-nav {
      float: right; }
    #main-nav .navbar-collapse {
      padding-right: 0; }
    #main-nav ul li a {
      padding-left: 11px;
      padding-right: 11px;
      font-size: 12px; }

  /* ------------------------------------------------------------------ */
  /* ------------------------------------------------------------------ */
  /*                          JUNIPER LIVE
  /* ------------------------------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #juniper-live-home #hero .scroll-container {
    position: absolute;
    display: inline-block;
    bottom: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    cursor: pointer; }

  #story .story-section {
    height: 390px; }
  #story #section-3 .inner-row div {
    margin: 0; }
  #story #section-6 .inner-row {
    text-align: left; }
    #story #section-6 .inner-row div {
      max-width: 588px; }
      #story #section-6 .inner-row div:nth-of-type(2) {
        min-height: 372px;
        padding: 0 60px; }
        #story #section-6 .inner-row div:nth-of-type(2) .h4 {
          line-height: 38px;
          padding: 0; }

  #why-meditate #section-1 .h1 {
    max-width: 880px; }

  #events-page ul, #contact-page ul {
    margin-left: 20px; }
  #events-page #open-meditation .container, #events-page #healing-meditation .container, #contact-page #open-meditation .container, #contact-page #healing-meditation .container {
    padding-left: 15px;
    padding-right: 15px; }
  #events-page #open-meditation .text, #events-page #healing-meditation .text, #contact-page #open-meditation .text, #contact-page #healing-meditation .text {
    padding: 0 70px; }
  #events-page #group-meditations .schedule, #contact-page #group-meditations .schedule {
    margin-left: 30px; }
  #events-page #location .section .col-md-3 .h5, #events-page #location .section .col-md-5 .h5, #events-page #location .section .col-md-6 .h5, #contact-page #location .section .col-md-3 .h5, #contact-page #location .section .col-md-5 .h5, #contact-page #location .section .col-md-6 .h5 {
    margin-top: 0; }

  #people-page #sarah .image, #people-page #sarah .text {
    max-width: 50%; }

  #resources-page #hero .button-container {
    bottom: 50px; }
  #resources-page #journey {
    background: url(../../img/juniper_live/resources/journey_bg.jpg) no-repeat center; }

  .distance-healing-form #id-main {
    padding-top: 120px; }

  /* ------------------------------------------------------------------ */
  /* ------------------------------------------------------------------ */
  /*                          JUNIPER ONLINE
  /* ------------------------------------------------------------------ */
  /* ------------------------------------------------------------------ */
  .fade-in {
    opacity: 0; }

  #individual-home #id-main {
    padding-top: 120px; }

  #products-page #id-main, #confirmation #id-main {
    padding-top: 80px; }

  #modules h3.h3 {
    padding-top: 65px; }
  #modules .module {
    float: left;
    margin: 0; }
  #modules .inner-row div {
    margin: 0 -2px; }

  /* ------------------------------ */
  /* -- JUNIPER ONLINE HOME PAGE -- */
  /* ------------------------------ */
  #juniper-online-home #hero .row {
    padding: 150px 0 150px 0; }
  #juniper-online-home #resources {
    padding-top: 120px;
    height: 474px; }

  /* ------------------------------ */
  /* ---- INDIVIDUAL HOME PAGE ---- */
  /* ------------------------------ */
  #individual_signup form {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 100px; }
    #individual_signup form .form-group {
      text-align: right; }
      #individual_signup form .form-group label {
        text-align: right;
        color: #6c4021;
        padding-right: 10px; }
      #individual_signup form .form-group input, #individual_signup form .form-group .submit-button-container {
        width: 300px;
        max-width: 70%;
        float: right; }
      #individual_signup form .form-group .submit-button-container {
        text-align: center; }
      #individual_signup form .form-group.checkbox-input label {
        text-align: left;
        width: 230px; }

  /* --------------------- */
  /* ------ PAYMENT ------ */
  /* --------------------- */
  #payment #walletWidgetDiv {
    width: 400px; }

  /* ------------------------------ */
  /* ------ ACCOUNT SETTINGS ------ */
  /* ------------------------------ */
  #account-settings #account-header {
    text-align: initial; }
    #account-settings #account-header .navbar-nav {
      float: none; }
      #account-settings #account-header .navbar-nav li {
        float: none;
        display: inline-block; }

  /* ------------------------------ */
  /* ------- MARKETING PAGES ------ */
  /* ------------------------------ */
  .quote-slider {
    padding: 120px 0 100px; }
    .quote-slider .quote {
      padding: 0 40px; }
      .quote-slider .quote h3.h3 {
        font-size: 30px;
        line-height: 40px; }
      .quote-slider .quote h4.h4 {
        font-size: 20px; }

  /* ------------------------------ */
  /* --- ORGANIZATION OFFERINGS --- */
  /* ------------------------------ */
  #organization-offerings #hero {
    padding: 150px 0 0 0;
    height: 761px;
    background: url(../../img/juniper_online/organization_offerings/hero_bg.jpg) no-repeat center; }
    #organization-offerings #hero h2 {
      padding-bottom: 100px; }
    #organization-offerings #hero h3.h3 {
      font-size: 24px;
      line-height: 40px; }
  #organization-offerings #how-it-works h2 {
    padding-bottom: 55px; }
  #organization-offerings #how-it-works .content-container {
    padding: 0 15px; }
    #organization-offerings #how-it-works .content-container h4.h4 {
      padding: 30px 0 15px; }

  /* ------------------------------ */
  /* ------- LET'S MEDITATE ------- */
  /* ------------------------------ */
  #lets-meditate #hero {
    padding: 90px 0 20px;
    background: url(../../img/juniper_online/lets_meditate/hero_bg.jpg) no-repeat center; }
  #lets-meditate .quote-slider {
    height: 496px; }

  /* ------------------------------ */
  /* ---------- CALENDAR ---------- */
  /* ------------------------------ */
  #calendar #events {
    max-width: 800px;
    margin: 0 auto; }

  footer .contact-section .col-xs-12 {
    position: absolute;
    top: 45px;
    text-align: center; }
  footer .row div.quick-links {
    text-align: left; }
  footer .row div.contact {
    text-align: right; }
  footer .credits {
    margin-top: 15px; } }
@media only screen and (min-width: 992px) {
  #events-page #mailing-list, #juniper-online-home #mailing-list {
    padding: 60px 0; }
    #events-page #mailing-list h4.h4, #juniper-online-home #mailing-list h4.h4 {
      padding-bottom: 40px; }
    #events-page #mailing-list form, #juniper-online-home #mailing-list form {
      width: 80%;
      margin: 0 auto; }

  /* ------------------------------------------------------------------ */
  /* ------------------------------------------------------------------ */
  /*                          JUNIPER LIVE
  /* ------------------------------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #events-page #group-meditations .col-md-4.light-brown-background {
    width: 30%; }

  #story #section-7 .container {
    padding: 60px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black; }
    #story #section-7 .container .row div {
      border-top: none;
      border-bottom: none;
      padding: 0; }
      #story #section-7 .container .row div:nth-of-type(1) {
        border-right: 1px solid black;
        border-top: none; }

  #why-meditate #section-8 img {
    margin-top: 0; }

  /* ------------------------------------------------------------------ */
  /* ------------------------------------------------------------------ */
  /*                          JUNIPER ONLINE
  /* ------------------------------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #samples div.light-brown-background:nth-child(3), #samples div.light-brown-background:nth-child(4), #lets-meditate-module div.light-brown-background:nth-child(3), #lets-meditate-module div.light-brown-background:nth-child(4) {
    text-align: left;
    height: 455px; }
  #samples div.light-brown-background:nth-child(3) p.hidden-xs, #lets-meditate-module div.light-brown-background:nth-child(3) p.hidden-xs {
    margin: 0 0 183px 0; }
  #samples div.light-brown-background:nth-child(4), #lets-meditate-module div.light-brown-background:nth-child(4) {
    margin-left: 1%;
    width: 24%; }

  #organization-cart input {
    margin-top: 0; }

  /* ------------------------------ */
  /* ------- MARKETING PAGES ------ */
  /* ------------------------------ */
  #course-description .purchase-box {
    padding-top: 138px; }

  /* ------------------------------ */
  /* -- JUNIPER ONLINE HOME PAGE -- */
  /* ------------------------------ */
  #juniper-online-home #offerings .offering {
    height: 535px; }
    #juniper-online-home #offerings .offering h5.h5 {
      text-align: left;
      width: 280px; }
    #juniper-online-home #offerings .offering div.link-container {
      text-align: left; }
    #juniper-online-home #offerings .offering h5.h5, #juniper-online-home #offerings .offering div.link-container {
      width: 280px;
      margin: 0 auto; }
    #juniper-online-home #offerings .offering button {
      position: absolute;
      bottom: 0; }
  #juniper-online-home .quote-slider {
    position: relative; }
  #juniper-online-home #products button {
    margin-bottom: 0; }

  #lets-meditate #hero {
    padding: 100px 0 40px; }

  #organization-offerings #additional-courses .row div.light-brown-background {
    display: inline-block;
    margin: 15px; }
  #organization-offerings #press h2.h2 {
    margin-top: 0; }
  #organization-offerings #press button.light-blue-background {
    margin-bottom: 0; }
  #organization-offerings .quote-slider {
    height: 498px; } }
@media only screen and (min-width: 1200px) {
  #main-nav .nav-container {
    padding: 0 70px; }
  #main-nav .navbar-nav {
    margin-left: 55px; }
    #main-nav .navbar-nav li a {
      letter-spacing: 0.15em; }
    #main-nav .navbar-nav li.cart a {
      padding-top: 10px; }

  #modules .outer-row .inner-row {
    display: inline-block; }

  #samples div.light-brown-background:nth-child(3), #lets-meditate-module div.light-brown-background:nth-child(3) {
    width: 630px; }
  #samples div.light-brown-background:nth-child(4), #lets-meditate-module div.light-brown-background:nth-child(4) {
    margin-left: 10px;
    width: 335px; }

  #samples .pdf-section .col-md-6:nth-child(1) {
    padding-left: 50px; } }

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