/*
Theme Name: Child of Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: A minimal and responsive WordPress portfolio theme.
Version: 1.0
Author: Elegant Themes + JouleBug
Author URI: http://www.elegantthemes.com/
Tags: portfolio, responsive, blog, clean, minimal, white, two-columns, threaded-comments, translation-ready, custom-menus
Template:       Divi
*/
/* Don't add any custom styles above this line!!! */
@import url("../Divi/style.css");
@font-face {
  font-family: 'Noto Sans';
  src: url('./fonts/NotoSansIKEA-Regular-woff2.otf')format('otf'),
  url('./fonts/NotoSansIKEA-Regular-woff2.ttf') format('ttf'),
  url('./fonts/NotoSansIKEA-Regular-woff2.woff') format('woff'),
  url('./fonts/NotoSansIKEA-Regular-woff2.woff2') format('woff2');
  font-weight: normal;
}
/* Add whatever you like below*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ UNIVERSAL STYLES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ These styles are used in many or all pages throughout the site ~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~ Type Styles ~~~~~~~~~~~~~~~~~~~~~~ */
body {
  font-family: "museo-slab",serif;
  font-size:16px;
  font-weight: 400;
  line-height:140%;
  /*font-family: "proxima-nova",sans-serif;
  font-size:"100%";*/
}
h1 {
  font-family: "proxima-nova",sans-serif;
  /*font-weight: 100;*/
  font-weight: 700;
  font-size: 32px;
  /*font-size: 4.25em;*/
  line-height: 120%;
}
.et_pb_section_0 h1 {
  font-size: 44px;
}
h2 {
  font-family: "proxima-nova",sans-serif;
  font-weight: 700;
  font-size: 28px;
  /*font-size: 3em;*/
  line-height: 120%;
}
h3 {
  font-family: "proxima-nova",sans-serif;
  font-weight: 400;
  font-size: 20px;
  /*font-size: 1.75em;*/
  line-height: 140%;
}
h4 {
  font-family: "proxima-nova",sans-serif;
  font-weight: 800;
  font-size: 18px;
  /*font-size: 1.5em;*/
  line-height: 120%;
}
h5 {
  font-family: "proxima-nova",sans-serif;
  font-weight: 400;
  font-size: 18px;
  /*font-size: 1.75em;*/
  line-height: 140%;
}
h6 {
  font-family: "proxima-nova",sans-serif;
  font-weight: 700;
  font-size: 16px;
  /*font-size: 1.25em;*/
}
p {
  font-family: "museo-slab",serif;
  font-size: 16px;
  font-weight: 400;
  line-height:140%;
  /*font-size: 1.25em;*/
}
li {
  font-family: "museo-slab",serif;
  font-size: 16px;
  font-weight: 400;
  /*font-size: 125%;*/
}
/* ~~~~~~~~~~~~~~~~~~~~~~ Type Styles on mobile ~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and ( max-width: 479px ) {
  body {
    font-size:18px;
  }
  h1 {
    font-size: 32px;
  }
  .header-content h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  li {
    font-size: 16px;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~ Menu/Nav Type Styles ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ Header Type Styles ~~~~~~~~~~~~~~~~~~~~~~ */
#top-menu li{
  font-family: "proxima-nova",sans-serif;
  font-weight:500;
}
#top-menu li.current-menu-ancestor>a {
  font-weight:900;
}
#top-menu li.current-menu-item>a  {
  font-weight:900;
}
/* ~~~~~~~~~~~~~~~~~~~~~~ Footer Type Styles ~~~~~~~~~~~~~~~~~~~~~~ */
/*bottom most footer*/
.bottom-nav {
  text-align: center;
  padding: 20px 0 20px 0;
  font-family: "proxima-nova",sans-serif;
  font-weight: 700;
  font-size: 200%;
}
.bottom-nav li{
  font-family: "proxima-nova",sans-serif;
  font-weight:700;
}
/*above bottom most footer (community site)*/
#footer-widgets .footer-widget li  {
  font-family: "proxima-nova",sans-serif;
  font-weight: 500;
  font-size: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ Site Width Styles ~~~~~~~~~~~~~~~~~~~~~~ */
/*These increase the width and decrease the margins on mobile devices.*/
@media only screen and ( max-width: 479px ) {
  .et_pb_row {
    width:90% !important;
    /*padding-left:16px !important;
    padding-right:16px !important;*/
  }
  .et_pb_fullwidth_header_container {
    width:90% !important;
    /*padding-left:16px !important;
    padding-right:16px !important;*/
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~ Navigation Styles ~~~~~~~~~~~~~~~~~~~~~~ */
body.branch-banner-is-active #page-container #main-header {
  top: 76px !important;
}
/* ~~~~~~~~~~~~~~~~~~~~~~ Footer Styles ~~~~~~~~~~~~~~~~~~~~~~ */
/*Entire footer section Styling*/
#main-footer {
  clear:both;
  color:#d9d9d9;
}
/*bottom-most footer styling*/
#et-footer-nav {
  background-color: #1f1f1f;
}
/*centers the social icons in our footer*/
.et-social-icons {
  float:none;
  text-align: center;
}
/*This hides the 'theme made by elegant themes' info*/
#footer-info {
  display: none;
}
#footer p#copyright {
  display:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~ Header Styles ~~~~~~~~~~~~~~~~~~~~~~ */
/*These pushes all content down in general. Needed more padding between our header menu and page content*/
.entry-content {
  padding-top: 50px;
}
#et-top-navigation {
  padding-left: 0px !important;
}


/* ~~~~~~~~~~~~~~~~~~~~~~ Miscellaneous Generic Styles ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ These are reused in many elements throughout the site ~~~~~~~~~~~~~~~~~~~~~~ */
/*Cover Photo header darkening so white text is legible on it. Used on Challenges and Pin Pages etc.*/
.cover_photo{
  -moz-box-shadow:    inset 0px 0px 1000px 1000px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0px 0px 1000px 1000px rgba(0,0,0,0.5);
  box-shadow:         inset 0px 0px 1000px 1000px rgba(0,0,0,0.5);
}
.pin_cover_photo{
  -moz-box-shadow:    inset 0px 0px 1000px 1000px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0px 0px 1000px 1000px rgba(0,0,0,0.5);
  box-shadow:         inset 0px 0px 1000px 1000px rgba(0,0,0,0.5);
}
/*Video styling so that it doesnt' get too big.*/
.home_video {
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
/*General style typically used for Blurb images. Often used with 3+ columns for even sizing.*/
.three-hundred-square-max {
  max-width:300px;
}
#two-hundred-square-max {
  max-width:200px;
}
.blurb-large-icon > .et_pb_blurb_content > .et_pb_main_blurb_image {
  max-width:300px;
  margin: 0 auto;
}
.blurb-medium-icon > .et_pb_blurb_content > .et_pb_main_blurb_image {
  max-width:200px;
  margin: 0 auto;
}
.blurb-small-icon > .et_pb_blurb_content > .et_pb_main_blurb_image {
  max-width:150px;
  margin: 0 auto;
}

/*Reusable sections with phones mockups in background. phones should be to the side typically, but transparent and in the background on mobile, with the text on top.*/
@media only screen and ( max-width: 767px ) {
  .phone_side_slider > .et_pb_slides > .et_pb_slide:before {
    content: ' ';
    position:absolute;
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(255, 255, 255, 0.65);
    overflow:hidden;
  }
  .phone_side_slider > .et_pb_slides > .et_pb_slide {
    background-position: 12.5% 50%;
    background-size: cover;
  }
  .phone_side_slider {
    text-shadow: 0 0 24px #fff;
  }
}
@media only screen and (max-width: 767px) {
  .hide-mobile{
    display: none;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~ Flex Boxes ~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ Replace Testimonial Panels with these ~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 981px) {
  .sh-flex-container {
    display: flex;
  }
  .sh-flex-column {
    display: flex;
    flex-direction: column;
  }
  .sh-flex-fill {
    flex:1;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~ Generic Panels ~~~~~~~~~~~~~~~~~~~~~ */
/*Use for styling content to give it a panel look/feel. Border/ bg/ hover effects*/
/*Typically applied to a column in a row*/
.sh-panel {
  border: 1px solid #bebebe;
  border-radius: 8px;
  background-color: #fcfcfc;
  box-shadow: rgba(0,0,0,0.1) 0px 0px 0px 0px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}
.sh-panel:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0,0,0,0.1) 0px 8px 16px 0px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sh-panel .et_pb_button_module_wrapper{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5%;
  margin-bottom: 0px !important;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SECTION/PAGE SPECIFIC STYLES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ These styles are used in a few specific pages or groups of pages of the site ~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~ Home Page ~~~~~~~~~~~~~~~~~~~~~~ */
/*Removed unecessary padding on homepage slider.*/
/*.home_header > .et_pb_fullwidth_header_container > .header-content-container > */.header-content {
                                                                                     width: 100%;
                                                                                   }
/* resized logo for retina */
.home_header > .et_pb_fullwidth_header_container > .header-content-container > .header-content > img {
  max-width: 400px;
  width: 100%;
}

/*To Delete. Replace with .shine-header-right.*/
#home-header .et_pb_fullwidth_header_container.right .header-content {
  text-align:left;
}
@media only screen and (max-width: 767px) {
  #home-header .et_pb_fullwidth_header_container.right .header-content {
    text-align:center !important;
  }
}


/* ~~~~~~~~~~~~~~~~~~~~~~ Header Content Right ~~~~~~~~~~~~~~~~~~~~~~ */
/*Aligns text to the left, despite being on right side of page.*/
.shine-header-right .et_pb_fullwidth_header_container.right .header-content {
  text-align:left;
}
@media only screen and (max-width: 767px) {
  .shine-header-right .et_pb_fullwidth_header_container.right .header-content {
    text-align:center !important;
  }
}


/* ~~~~~~~~~~~~~~~~~~~~~~ Trial Form ~~~~~~~~~~~~~~~~~~~~~~ */
/* Ninja Form specific styles */
.ninja-forms-req-symbol {
  display: none;
}
.trial-options-wrap > .nf-field > .listradio-wrap > .nf-field-element > ul {
  display:table;
  table-layout:fixed;
}
.trial-options-wrap > .nf-field > .listradio-wrap > .nf-field-element > ul > li > label {
  line-height:0;
  margin: auto;
}
.trial-options-wrap > .nf-field > .listradio-wrap > .nf-field-element > ul > li {
  display:table-cell;
  padding:2px !important;
}
.trial-options-wrap > .nf-field > .listradio-wrap > .nf-field-element > ul > li > input { /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.trial-options-wrap > .nf-field > .listradio-wrap > .nf-field-element > ul > li > input + label>img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
  opacity:0.6;
  border-radius:6px;
}

.trial-options-wrap > .nf-field > .listradio-wrap > .nf-field-element > ul > li > input + label:hover>img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
  opacity:0.8;
}
.trial-options-wrap > .nf-field > .listradio-wrap > .nf-field-element > ul > li > input:checked + label>img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #F4766C;
  border-radius:6px;
  opacity:1;
}
.shine-hidden-field {
  display: none;
}
.field-wrap.hidden-wrap {
  margin-bottom: 0 !important;
}
.shine-form-label-icon.label-left > .nf-field > .field-wrap > .nf-field-label {
  width: 40px;
}
.shine-form-label-icon.label-left > .nf-field > .field-wrap > .nf-field-element {
  min-width: 80%;
  width: inherit;
}
/*  For using divi icon as help text */
.nf-help.et-pb-icon::before {
  content: none !important;
}
.nf-help.et-pb-icon {
  opacity: 0.9;
  background: transparent !important;
  width: 32px;
  height: 32px;
  padding: 8px;
}
.nf-help.et-pb-icon:hover {
  opacity: 1;
}


/* ~~~~~~~~~~~~~~~~~~~~~~ Mini CTA Form ~~~~~~~~~~~~~~~~~~~~~~ */
/*  Form specific styles for miniature forms in top header */
.header-content .header-form-cta {
  background-color: rgba(0,0,0,0.05);
  padding-left: 8px;
  margin-left: -8px;
  padding-right: 8px;
  margin-right: -8px;
  margin-top: 16px;
  border-radius: 6px;
  padding-top: 16px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~ Laydown Backgrounds ~~~~~~~~~~~~~~~~~~~~~ */
/*Use combination of (laydown) + (laydown-right laydown-center) + (laydown-fitness laydown-nutrition laydown-eco laydown-volunteer)*/
.laydown-right {
  padding-top: 150px;
  padding-bottom: 150px;
}

.laydown-center {
  padding-top: 200px;
  padding-bottom: 200px;
}
.laydown-center > .et_pb_fullwidth_header_container {
  max-width: 700px;
}
@media only screen and ( max-width: 767px ) {
  .laydown {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    /*padding-left: 32px !important;
    padding-right: 32px !important;*/
    background-position: top !important;
  }
}

@media only screen and ( min-width: 768px ) {
  .laydown-right > .et_pb_fullwidth_header_container {
    min-height: 300px;
  }
}
@media only screen and ( min-width: 1200px ) {
  .laydown-right > .et_pb_fullwidth_header_container {
    min-height: 400px;
  }
}
@media only screen and ( min-width: 1600px ) {
  .laydown-right > .et_pb_fullwidth_header_container {
    min-height: 500px !important;
  }
}

.laydown.laydown-fitness > .et_pb_fullwidth_header_container > .header-content-container > .header-content {
  text-shadow: #bf9643 0px 0px 20px, #bf9643 0px 0px 20px;
}
.laydown-right.laydown-fitness {
  background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2017/07/Fitness-Wide.jpg);
}
.laydown-center.laydown-fitness {
  background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2017/07/Fitness-Wide-Center.jpg);
}
@media only screen and ( max-width: 767px ) {
  .laydown.laydown-fitness {
    background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2017/07/Fitness-Tall.jpg) !important;
  }
}

.laydown.laydown-nutrition > .et_pb_fullwidth_header_container > .header-content-container > .header-content {
  text-shadow: #47919e 0px 0px 20px, #47919e 0px 0px 20px;
}
.laydown-right.laydown-nutrition {
  background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2017/07/Nutrition-Wide.jpg);
}
.laydown-center.laydown-nutrition {
  background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2017/07/Nutrition-Wide-Center.jpg);
}
@media only screen and ( max-width: 767px ) {
  .laydown.laydown-nutrition {
    background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2017/07/Nutrition-Tall.jpg) !important;
  }
}

.laydown.laydown-eco > .et_pb_fullwidth_header_container > .header-content-container > .header-content {
  text-shadow: #00917e 0px 0px 20px, #00917e 0px 0px 20px;
}
.laydown-right.laydown-eco {
  background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2017/07/Eco-Wide.jpg);
}
.laydown-center.laydown-eco {
  background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2017/07/Eco-Wide-Center.jpg);
}
@media only screen and ( max-width: 767px ) {
  .laydown.laydown-eco {
    background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2017/07/Eco-Tall.jpg) !important;
  }
}

.laydown.laydown-volunteer > .et_pb_fullwidth_header_container > .header-content-container > .header-content {
  text-shadow: #6a547a 0px 0px 20px, #6a547a 0px 0px 20px;
}
.laydown-right.laydown-volunteer {
  background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2017/07/Volunteer-Wide.jpg);
}
.laydown-center.laydown-volunteer {
  background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2017/07/Volunteer-Wide-Center.jpg);
}
@media only screen and ( max-width: 767px ) {
  .laydown.laydown-volunteer {
    background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2017/07/Volunteer-Tall.jpg) !important;
  }
}

.laydown.laydown-wellness > .et_pb_fullwidth_header_container > .header-content-container > .header-content {
  text-shadow: #8b3f5180 0px 0px 20px, #8b3f5180 0px 0px 20px;
}
.laydown-right.laydown-wellness {
  background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2018/01/WellBeing-Wide.jpg);
}
.laydown-center.laydown-wellness {
  background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2018/01/WellBeing.jpg);
}
@media only screen and ( max-width: 767px ) {
  .laydown.laydown-wellness {
    background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2018/01/WellBeing-Tall.jpg) !important;
  }
}

.laydown.laydown-health > .et_pb_fullwidth_header_container > .header-content-container > .header-content {
  text-shadow: #8b3f5180 0px 0px 20px, #8b3f5180 0px 0px 20px;
}
.laydown-right.laydown-health {
  background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2018/01/Health-Wide.jpg);
}
.laydown-center.laydown-health {
  background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2018/01/Health-Wide-Center.jpg);
}
@media only screen and ( max-width: 767px ) {
  .laydown.laydown-health {
    background-image:url(https://shine.joulebug.com/wp-content/uploads/sites/18/2018/01/Health-Tall.jpg) !important;
  }
}


/* ~~~~~~~~~~~~~~~~~~~~~~ Action/Challenge FullWidth Iso Section  ~~~~~~~~~~~~~~~~~~~~~ */
/* specific edits for section that use iso background element for action/challenges */
/* background resizes based on width. overlay for text legibility on smaller devices */
@media (max-width: 480px) {
  .sh-isobg-content {
    padding: 0  0 !important;
  }
  .sh-isobg-section {
    margin-bottom: 0;
  }
  .sh-isobg-section:before {
    content: ' ';
    position:absolute;
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.65);
    overflow:hidden;
  }
}
@media (min-width: 481px) and (max-width: 980px) {
  .sh-isobg-content {
    padding: 25% 0 !important;
    width: 60%;
  }
  .sh-isobg-section {
    margin-bottom: 0;
  }
  .gradient-right.sh-isobg-section:before {
    content: ' ';
    position:absolute;
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient(to right, #ffffffa6 ,#ffffffa6, #ffffff00);
    overflow:hidden;
  }
  .gradient-left.sh-isobg-section:before {
    content: ' ';
    position:absolute;
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient(to left, #ffffffa6 ,#ffffffa6, #ffffff00);
    overflow:hidden;
  }
}
@media (min-width: 981px) and (max-width: 1280px) {
  .sh-isobg-content {
    padding: 25% 0 !important;
  }
}
@media (min-width: 1281px) and (max-width: 1440px)  {
  .sh-isobg-content {
    padding: 40% 0 !important;
  }
}
@media (min-width: 1441px) {
  .sh-isobg-content {
    padding: 45% 0 !important;
  }
}




/* ~~~~~~~~~~~~~~~~~~~~~~ Filterable Portfolio Module ~~~~~~~~~~~~~~~~~~~~~ */
/* specific edits for challenge previews */
.et_pb_portfolio .et_pb_portfolio_item  {
  width: 20% !important;
  margin: 0 !important;
  padding: 1% !important;
  clear: none !important;
  overflow: hidden;
  pointer-events: none !important;
  cursor: default !important;
}
.et_pb_portfolio_item h2 {
  text-align: center;
  padding: 6px !important;
  margin: 0 !important;
  font-size: 14px !important;

  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background-color: #fcfcfc;
  border-left: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  pointer-events: none !important;
  cursor: default !important;
}
.et_pb_portfolio_item img {
  text-align: center;
  margin: 0;

  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background-color: #fcfcfc;
  border-left: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  pointer-events: none !important;
  cursor: default !important;
}
.et_pb_portfolio_item .et_overlay {
  display: none !important;
}
.et_pb_portfolio .et_pb_portfolio_item :hover {
  transform: translateY(-2px);
  box-shadow: rgba(0,0,0,0.1) 0px 8px 16px 0px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}



/* ~~~~~~~~~~~~~~~~~~~~~~ Pricing Panels ~~~~~~~~~~~~~~~~~~~~~ */
.sh-panel.sh-pricing{
  padding-left: 0px;
  padding-right: 0px;
  padding-top:0px;
}
.sh-panel.sh-pricing > div {
  padding-left:15px;
  padding-right: 15px;
  padding-bottom: 5%;
  /* margin-top:0px !important; */
  margin-bottom:0px !important;
}
.sh-panel.sh-pricing > :first-child {
  padding-top:20px;
}
.sh-pricing > .sh-pricing-header {
  background-color: rgba(0,0,0,0.05);
  width: 100%;
}
.sh-pricing > .sh-pricing-header-featured {
  background-color: #f4766c;
  color: #ffffff;
  width: 100%;
}
.sh-pricing-price {
  font-size: 3em !important;
  font-weight: 700;
  min-height: 71px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ Pricing Detail Panels ~~~~~~~~~~~~~~~~~~~~~ */
.sh-detail-pricing-row {
  border-bottom: solid #bebebe 1px;
  padding-bottom: 0px !important;
  padding-top: 10px;
}
.sh-detail-pricing-row-item {
  display: inline-block;
  width: 25%;
}
.sh-detail-pricing-icon {
  font-size: 18px;
}
.sh-detail-pricing-label {
  text-align: left;
  display: inline-block;
  width: 25%;
}
.sh-detail-pricing-1 {
  text-align: center;
}
.sh-detail-pricing-2 {
  text-align: center;
}
.sh-detail-pricing-3 {
  text-align: center;
}
.sh-panel.sh-pricing > :last-child {
  /* padding-top:20px; */
  border-bottom: none;
}

@media (max-width: 980px) {
  .sh-detail-pricing-label {
    display: block;
    width: auto;
  }
  .sh-detail-pricing-1 {
    margin-left:25%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~ Pricing Table ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ Is this needed??? ~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 981px) {
  .et_pb_pricing_table_wrap {
    display: flex;
  }
  .et_pb_pricing_content > .et_pb_pricing {
    display: block;
  }
  .et_pb_pricing > .et_pb_pricing_table {
    display: flex;
    flex-direction: column;
  }
  .et_pb_pricing > .et_pb_pricing_table > .et_pb_button {
    margin:30px;
  }
}
.et_pb_pricing_content {
  padding:15px;
}
.et_pb_pricing_table {
  padding-bottom:0px;
}
.et_pb_pricing li {
  font-size: inherit;
}



/* ~~~~~~~~~~~~~~~~~~~~~~ Testimonial Panel ~~~~~~~~~~~~~~~~~~~~~ */
/* @media (min-width: 981px) {
  .company-testimonial-container {
    display: flex;
  }
  .company-testimonial-container > div{
    display: flex;
    flex-direction: column;
  }
  .company-testimonial {
    flex:1;
  }
}
.company-testimonial {
  border-radius:4px;
} */
.company-testimonial img{
  width: auto;
  height: auto;
  max-height: 90px;
  max-width: 100%;
  margin-bottom:20px;
}
.company-testimonial .et_pb_testimonial_portrait{
  background-size: contain;
  width:100%;
  border-radius:0;
}
.company-testimonial .et_pb_testimonial_portrait::before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.testimonial-after-button {
  width: 100%;
  max-width: 100%;
  text-align: center;
}





/* ~~~~~~~~~~~~~~~~~~~~~~ Challenge Info Page ~~~~~~~~~~~~~~~~~~~~~~ */
/* These styles are intended to match the phone ui for display in app */
.contest-info-header {
  font-family: Avenir-Heavy, Roboto, sans-serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 100%;
  color:#9a9a9a;
}
.contest-info-body {
  font-family: Avenir-Light, Roboto, sans-serif;
  font-weight: 100;
  font-size:16px;
  line-height: 160%;
  color:#000000;
}


/* ~~~~~~~~~~~~~~~~~~~~~~ Challenge Page ~~~~~~~~~~~~~~~~~~~~~~ */
/* These styles are ifor use in the Challenge template webpage */
/* Challenge Profile Pic styling */
.challenge-pic {
  background-image: url("https://joulebug.com/wp-content/uploads/2015/09/challenge-profile-pic.png");
  width: 192px;
  height: 240px;
}
.challenge-pic img {
  border-radius: 50%;
  margin: 4px;
  width: 184px;
  height: 184px;
  background-image: url("https://joulebug.com/wp-content/uploads/2015/09/challenge_pic.png");
  background-repeat: no-repeat;
  background-size: contain;
}
/*This should be deleted?*/
/*.et_pb_more_button {
padding:0;
}*/
.et_pb_countdown_timer .section.values {
  width: initial;
  min-width:15%;
}
.et_pb_countdown_timer {
  padding:0;
}



/* ~~~~~~~~~~~~~~~~~~~~~~ Impact Calculator ~~~~~~~~~~~~~~~~~~~~~~ */
#inputValue {
  /*width:80%;*/
  color: #00b89f;
  border-bottom: 1px solid #808080;
  border-top: none;
  border-right: none;
  border-left: none;
  background: rgba(255,255,255,0.85);
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: inherit;
  line-height: 120%;
  text-align: center;
}
#inputValue:focus {
  border-bottom: 1px solid #00b89f;
}
#impactType {
  /*width:80%;*/
  color: #00b89f;
  border-bottom: 1px solid #808080;
  border-top: none;
  border-right: none;
  border-left: none;
  background: rgba(255,255,255,0.85);
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: inherit;
  line-height: 120%;
  text-align: center;
  border-radius:0px;
}
#impactIcon {
  max-width:200px;
  max-height:200px;
  display: block;
  margin: auto;
}
.resultingValue .percent .percent-value {
  font-size:1.5em !important;
}
.impact-stat-total {
  padding-top:40px;
  padding-bottom:40px;
  text-shadow: rgba(0,0,0, 0.25) 0 0 6px;
  border-radius:8px;
  background-size: cover;
}
.carbon-stats {
  background-color:#dac649;
  background-image: url(https://community.joulebug.com/wp-content/uploads/sites/3/2015/04/base_impact_carbon.png);
}
.water-stats {
  background-color:#5c8fca;
  background-image: url(https://community.joulebug.com/wp-content/uploads/sites/3/2015/04/base_impact_water.png);
}
.waste-stats {
  background-color:#f49d4a;
  background-image: url(https://community.joulebug.com/wp-content/uploads/sites/3/2015/04/base_impact_waste.png);
}


/* ~~~~~~~~~~~~~~~~~~~~~~ Community Product Pages ~~~~~~~~~~~~~~~~~~~~~~ */
.product_icons .et_pb_main_blurb_image {
  max-width:240px;
  margin-left:auto;
  margin-right:auto;
}
.product_icons_alacarte .et_pb_main_blurb_image {
  max-width:80px;
  margin-left:auto;
  margin-right:auto;
}
/* ~~~~~~~~~~~~~~~~~~~~~~ Community Challenge Schedule Page ~~~~~~~~~~~~~~~~~~~~~~ */
/* Intended to look like a typical 'card' from our apps */
.challenge_schedule_header > .et_pb_slides > .et_pb_slide {
  -moz-box-shadow:    inset 0px 0px 400px 400px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0px 0px 400px 400px rgba(0,0,0,0.5);
  box-shadow:         inset 0px 0px 400px 400px rgba(0,0,0,0.5);
}
.challenge_schedule_preview > .et_pb_slides > .et_pb_slide {
  -moz-box-shadow:    inset 0px 0px 400px 400px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0px 0px 400px 400px rgba(0,0,0,0.5);
  box-shadow:         inset 0px 0px 400px 400px rgba(0,0,0,0.5);
}
.challenge_schedule_preview {
  border-radius:4px;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  overflow: hidden;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ Community Kiosk ~~~~~~~~~~~~~~~~~~~~~~ */
/*Kiosk Menu Styling*/
.et_pb_fullwidth_menu #top-menu-nav > ul {
  padding: 29px 0 0 !important;
}
.et_pb_bg_layout_dark #top-menu-nav > ul > li > a {
  font-size:150%;
}
.secondary-top-menu .mobile_menu_bar:before {
  color:#fff !important;
}


/* ~~~~~~~~~~~~~~~~~~~~~~ Ninja Forms Styling ~~~~~~~~~~~~~~~~~~~~~~ */
/* Currently, Ninja Forms styling is achieved via the plugin */
/* Create a Challenge Form? */

/* Specific fix for bugs as of update 1/23  */
.nf-field-description {
  width: auto !important;
}

#ninja_forms_form_6_cont {
  max-width:800px;
  margin:auto;
}
.nf-form-fields-required {
  display: none;
}
.nf-help {
  opacity:0.5;
  border-radius:4px;
  background: rgba(0,0,0,0.1) !important;
  text-align: center;
  cursor: help;
}
.nf-help:hover {
  background: rgba(0,0,0,0.2) !important;
}
.nf-help::before {
  content: "?";
}
.nf-breadcrumbs {
  display: table;
  margin: 0 auto;
  padding: 16px 0 16px 0;
}
.nf-breadcrumb {
  width:auto;
  display: inline-block;
  margin: 8px auto 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  font-family: proxima-nova;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  background: transparent;
  border: 2px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nf-breadcrumb:hover {
  /*background-color: rgba( 0, 255, 220, 0.3 );*/
  background-color: rgba( 0, 0, 0, 0.05 );
  border: 2px solid transparent;
  padding: 6px 20px !important;
  border-radius:48px;
}
.active>.nf-breadcrumb{
  color:#ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid;
}
.nf-previous {
  float:left;
  width:auto;
  display: inline-block;
  color: #808080;
  margin: 8px auto 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  background: transparent;
  border: 2px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nf-next{
  float: right;
  width:auto;
  display: inline-block;
  color: #808080;
  margin: 8px auto 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  background: transparent;
  border: 2px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nf-next:hover{
  background-color: rgba( 0, 0, 0, 0.05 );
  border: 2px solid transparent;
  padding: 6px 20px !important;
  border-radius: 48px;
}
.nf-previous:hover{
  background-color: rgba( 0, 0, 0, 0.05 );
  border: 2px solid transparent;
  padding: 6px 20px !important;
  border-radius: 48px;
}




/*Ikea Better Living Styles*/
#stat-content {
  font-size: 1.5rem;
  font-family: 'Noto Sans', sans-serif;
}
#stat-content h2 {
  font-family: "proxima-nova",sans-serif;
  font-weight: 700;
  font-size: 28px;
  /* font-size: 3em; */
  line-height: 120%;
}
#stat-content p {
  font-family: 'Noto Sans', sans-serif;
}

.stat-header {
  margin-top: 2rem;
  border-radius: 1rem;
  display: flex;
  padding: 75px 100px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.stat-header h1 {
  color: #ffffff;
  margin-bottom: 1rem;
  font-family: 'Noto Sans', sans-serif;
}
.stat-header .logo-header {
  font-family: 'Noto Sans', sans-serif;
  margin-right: 1rem;
}
#stat-content .stat-content h3 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 2rem
}
#stat-content .stat-content p {
  font-size: 1.5rem;
  font-family: 'Noto Sans', sans-serif;
}
#stat-content .container {
  width: 100%;
  max-width: 1250px;
}
#stat-content .row {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}

#stat-content .stat-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#stat-content .update {
  margin: 1rem 1rem 1rem 0;
  text-align: right;
}
#stat-content .col-third {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#stat-content {
  margin-bottom: 12rem;
}
#stat-content .card-cont {
  display: none;
}
#stat-content .card .name {
  border-radius: 1rem 1rem 0 0;
  background: #0058a3;
  color: #ffffff;
  padding: .25rem 0;
  text-align: center;
}
#stat-content .card .card-body {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  border: 2px solid #0058a3;
  border-radius: 0 0 1rem 1rem;
}
#stat-content .card-cont h2.title {
  text-align: center;
  font-size: 3rem;
  width: 100%;
}
#stat-content .card {
  margin-bottom: 1rem;
  padding: 0 2rem;
}
#stat-content .card p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {

  #stat-content table {
    display: none;
  }
  #stat-content .card-cont {
    display: block;
  }
  #stat-content .col-third {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #stat-content {
    margin-bottom: 1rem;
  }
  #stat-content .index {
    display: none;
  }
  #stat-content .container {
    display: flex;
    flex-direction: column;
  }
}
#stat-content .stat-card {
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
}
#stat-content .stat-card .stat-image img {
  max-height: 100px;
}

#stat-content .stat-table {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

#stat-content .stat-table th {
  font-weight: 700;
  font-size: 2rem;
  color: #000000;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MISCELLANEOUS STYLES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and ( max-width: 479px )
{
  a.et_pb_more_button
  {display: block !important; }
}
.header-big-text {
  font-size:300%;
  font-weight:900;
}
.header-big-text-light {
  display:block;
  font-size:400%;
  font-weight:100;
  vertical-align: baseline;
  line-height: 100%;
}
.et_pb_slider .et_pb_slide{
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
.et_pb_slide_content{
  font-size: 100%;
}
.et_pb_slide_description{
  padding:50px 20px;
}
.tweettemplate {
  background-color: #F0F0F0;
}
.opacity25 .et_parallax_bg {
  opacity:.25;
}
.icon-font-large > .et_pb_blurb_content > .et_pb_main_blurb_image > .et-pb-icon {
  font-size: 150px !important;
}
.et_pb_sum {
  font-family: 'proxima-nova';
  font-weight: 600;
}
.percent-value {
  font-family: 'proxima-nova';
  font-weight:700;
}
.et_pb_team_member_image {
  max-width:200px;
  max-height: 200px;
  overflow:hidden;
}
.et_pb_button {
  font-family: "proxima-nova",sans-serif;
  font-weight: 700;
}






/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ARCHIVED STYLES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.header-image-dark {
  -khtml-opacity:.50;
  -moz-opacity:.50;
  -ms-filter:"alpha(opacity=50)";
  filter:alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  opacity:.50;
}
.opacity25 {
}
/* Contact Form 7 */
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
  background-color: #eee !important;
  border: none !important;
  width: 100% !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #999 !important;
  padding: 16px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7-submit {
  /*color: #00B89F!important;*/
  color: #00B89F;
  margin: 8px auto 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  background: transparent;
  border: 2px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wpcf7-submit:hover {
  background-color: rgba( 0, 255, 220, 0.3 );
  border: 2px solid transparent;
  padding: 6px 20px !important;
}

/*

*/