.text-center {
  text-align: center;
}
.div-center {
  margin: 0 auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.mb-sm {
  margin-bottom: 10px;
}
.mb-md {
  margin-bottom: 20px;
}
.mb-lg {
  margin-bottom: 40px;
}
.mb-xl {
  margin-bottom: 60px;
}
body {
  font-family: "proxima-nova-condensed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #707372;
  margin: 0 auto;
  background-color: #F0F0F1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "proxima-nova-condensed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}
.white-bg {
  background-color: white !important;
}
.master-wrapper-main {
  background: #F0F0F1;
}
.page {
  background-color: white;
}
.page-body {
  background: white;
  margin-top: 20px;
}
.contact-page .page-body,
.email-a-friend-page .page-body {
  padding: 0 5px;
  padding-bottom: 40px;
}
.page-title {
  background-color: white;
}
.page-title h1 {
  color: #707372;
  font-size: 44px;
  font-weight: normal;
  padding-top: 20px;
  margin-top: 0px;
}
.email-a-friend-page form {
  text-align: center;
}
.fieldset .title,
.section .title {
  margin-bottom: 12px;
  padding-left: 10px;
  font-size: 16px;
  color: #707372;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.back-in-stock-subscription .subscribe-button,
.download-sample-button a,
.wishlist-content .button-2,
.compare-products-table .button-2,
.compare-products-table-mobile .button-2,
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
  border: 1px solid #575958;
  border-radius: 10px;
  background: #707372;
  box-shadow: none;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
}
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover,
.back-in-stock-subscription .subscribe-button:hover,
.download-sample-button a:hover,
.wishlist-content .button-2:hover,
.compare-products-table .button-2:hover,
.compare-products-table-mobile .button-2:hover,
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title a:hover {
  border-color: #3e3f3f;
  background: #575958;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.cart-footer .checkout-button,
.login-page .button-1 {
  height: 36px;
  border: 1px solid #7da93f;
  border-radius: 10px;
  padding: 0 24px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: #7da93f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.cart-footer .checkout-button:hover,
.login-page .button-1:hover {
  background: #628431;
  border-color: #465f23;
}
.item-box input[type="button"],
.item-box .buynow-button,
.shopping-cart-page .button-1,
.checkout-page .button-1,
.order-details-page .button-1,
.button-2.order-completed-continue-button {
  display: inline-block;
  border: 1px solid #268ec1;
  border-radius: 10px;
  background: #268ec1;
  box-shadow: none;
  padding: 5px 15px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.item-box input[type="button"]:hover,
.item-box .buynow-button:hover,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.order-details-page .button-1:hover,
.button-2.order-completed-continue-button:hover {
  background: #1e6f96;
  border-color: #154f6c;
}
.inputs label {
  color: #707372;
  font-size: 16px;
  margin-right: 10px;
  text-align: right;
}
.inputs {
  padding-bottom: 5px;
}
.inputs input[type="text"],
.inputs input[type="password"] {
  width: 312px;
  border-radius: 4px;
  padding: 0px 8px;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
}
/**************** GENERAL ****************************/
.orange {
  color: #ed9620;
}
.white {
  color: #fff !important;
}
.orange-bg {
  background-color: #ed9620 !important;
}
.purple-bg {
  background-color: #8332a7;
}
.light-orange-bg {
  background-color: #f0ad56 !important;
}
.peach-bg {
  background-color: #e5795e !important;
}
.blue-bg {
  background-color: #268ec1 !important;
}
.green-bg {
  background-color: #7da93f !important;
}
.light-green-bg {
  background-color: #99ba67 !important;
}
.light-gray-bg {
  background-color: #f0f0f1 !important;
}
button.unstyled {
  border: none;
  background: none;
}
.diag-rounded {
  border-top-left-radius: 26px;
  border-bottom-right-radius: 26px;
}
/* http://avexdesigns.com/responsive-youtube-embed/ */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flush-left-container {
  left: -7.5px;
}
.flush-right-container {
  right: -7.5px;
}
/**************** GENERAL ****************************/
.header-line {
  padding: 0px;
  margin-top: -1px;
}
.page {
  max-width: 1280px;
  min-height: 415px;
  margin: 0 auto;
  display: table;
  width: 100%;
}
#sso-top-bar #left-list {
  padding-left: 0px;
}
#sso-top-bar #right-list {
  padding-right: 0px;
}
.side-2 {
  float: left;
  margin-right: 30px;
  margin-top: 150px;
}
.block .title {
  background-color: #707372;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 12px 20px;
  margin-bottom: 1px;
  font-size: 16px;
  color: #fff;
}
.instant-search-item .detail .price {
  color: #7da93f !important;
}
@media (max-width: 767px) {
  .block .title {
    padding: 0;
    background-image: none;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .side-2 {
    width: 100%;
    margin: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .side-2 {
    margin: 0px;
  }
}
/***************** NAVIGATION ***********************/
.secondary-navigation {
  color: #fff;
  position: relative;
  padding: 20px 0px 30px;
}
.secondary-navigation .nav-section {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
.secondary-navigation .nav-section ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px 20px 0px 0px;
  float: left;
}
.secondary-navigation .nav-section ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}
.secondary-navigation .nav-section ul li a:hover,
.secondary-navigation .nav-section ul li a:focus {
  color: #fff;
}
.secondary-navigation h2 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-top: 0px;
}
.secondary-navigation .inner-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.secondary-navigation .inner-nav li {
  display: inline-block;
}
.secondary-navigation .inner-nav li a {
  color: #fff;
  padding: 0px 10px;
}
.secondary-navigation .inner-nav li a:hover,
.secondary-navigation .inner-nav li a:focus {
  color: #fff;
}
.secondary-navigation .inner-nav li:first-child a {
  border-right: thin solid #fff;
}
.secondary-navigation h3 {
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 0px;
}
.secondary-navigation .arrow-close {
  position: absolute;
  bottom: -15px;
  right: 10px;
}
.secondary-navigation .arrow-close img {
  width: 30px;
}
.secondary-navigation .social {
  margin-top: 20px;
  text-align: center;
}
.secondary-navigation .social h4 {
  font-size: 20px;
  font-weight: normal;
}
.secondary-navigation .social ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
}
.secondary-navigation .social ul li {
  display: inline-block;
  padding: 0px 7px;
}
.secondary-navigation .social ul li img {
  width: 30px;
}
.below-navigation .nav-section {
  margin-top: 15px;
  margin-right: 20px;
}
.below-navigation .first-section {
  width: 200px;
  border-right: thin solid #fff;
  float: left;
}
.below-navigation .first-section h3 {
  text-transform: none;
}
.below-navigation .right-section {
  position: relative;
  float: left;
  width: 900px;
  margin-left: 20px;
}
.below-navigation .right-section .arrow-right,
.below-navigation .right-section .arrow-left {
  position: absolute;
  color: #fff;
  top: 50px;
}
.below-navigation .right-section .arrow-right {
  right: -30px;
}
.below-navigation .right-section .arrow-left {
  left: -30px;
}
.above-navigation .container {
  position: relative;
}
.above-navigation .left-content {
  padding-bottom: 20px;
  border-right: thin solid #fff;
}
.above-navigation .social {
  margin-top: 20px;
}
.above-navigation .social h4 {
  font-size: 18px;
}
.above-navigation .search {
  margin-top: 10px;
}
.above-navigation .search .form-group {
  position: relative;
  width: 100%;
}
.above-navigation .search .form-group button {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #707372;
}
.above-navigation .newsletter {
  margin-top: 15px;
  font-size: 18px;
}
.top-navbar {
  border-radius: 0px;
}
.top-navbar .container {
  position: relative;
}
.top-navbar .navbar-nav {
  width: 100%;
}
.top-navbar .navbar-nav a {
  font-size: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 200;
}
.top-navbar .logo {
  margin-top: 23px;
}
.top-navbar .navbar-toggle {
  margin-top: 0px;
  margin-bottom: 0px;
}
.top-navbar .distributor-area {
  margin-top: 15px;
  margin-bottom: 15px;
}
.top-navbar .distributor-area button,
.top-navbar .distributor-area .info {
  display: block;
  float: left;
}
.top-navbar .distributor-area button {
  margin-right: 15px;
}
.top-navbar .distributor-area .info {
  margin-top: 7px;
}
.top-navbar img {
  max-width: 100%;
}
.top-navbar #distributor_info {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 100%;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(43, 43, 43, 0.71);
  -moz-box-shadow: 0px 5px 10px 1px rgba(43, 43, 43, 0.71);
  box-shadow: 0px 5px 10px 1px rgba(43, 43, 43, 0.71);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 7px 15px;
}
#footer .secondary-navigation {
  padding-top: 20px;
  margin-top: 150px;
}
#footer .left-content {
  border-right: thin solid #fff;
}
#footer .newsletter {
  text-align: center;
  margin-top: 30px;
}
#footer .newsletter .btn {
  font-size: 22px;
}
#footer .newsletter .sublink {
  display: block;
  font-size: 22px;
  color: #fff;
}
#footer .copyright-section {
  padding: 30px 0px;
}
.login-bar {
  background-color: #0f1d58;
  padding: 10px 20px;
  color: white;
}
.login-bar-right {
  text-align: right;
}
@media (max-width: 991px) {
  .above-navigation .social {
    text-align: left;
  }
  .above-navigation .left-content {
    border: none;
  }
  .top-navbar .navbar-nav a {
    font-size: 20px;
  }
  .top-navbar #distributor_info {
    right: auto;
    left: 0px;
  }
  #footer .left-content {
    border-right: none;
  }
  #footer .newsletter {
    margin-top: 30px;
  }
}
@media (max-width: 1279px) {
  .above-navigation .social {
    text-align: left;
    margin-top: 0px;
  }
  .above-navigation .social h4 {
    margin-top: 0px;
    margin-right: 10px;
    display: inline-block;
  }
  .above-navigation .social ul {
    display: inline-block;
  }
  .above-navigation .social ul li {
    padding: 0px;
  }
  .above-navigation .search {
    margin-top: 20px;
  }
  .secondary-navigation .nav-section ul li a {
    font-size: 16px;
  }
  #footer .newsletter {
    margin-top: 0px;
  }
  .top-navbar .logo {
    margin-top: 27px;
  }
  .top-navbar .navbar-nav a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .top-navbar .nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .top-navbar .nav > li {
    display: inline-block;
  }
  .below-navigation .right-section {
    width: 90%;
    min-height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav {
    margin-top: 7px;
  }
  .top-navbar .navbar-nav a {
    padding-bottom: 0px;
  }
  .above-navigation .search .form-group {
    width: 50%;
  }
  #footer .newsletter {
    text-align: left;
    margin-top: 20px;
  }
  #footer .social {
    margin-top: 0px;
  }
  #footer .left-content {
    border-bottom: thin solid #fff;
  }
  #footer .right-content {
    margin-top: 10px;
  }
  .below-navigation .right-section {
    width: 480px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .below-navigation .right-section {
    width: 600px;
  }
}
#sso-responsive-header-wrapper {
  position: fixed;
  z-index: 1030;
  right: 0px;
  left: 0px;
}
#sso-responsive-header-wrapper .navbar > .container .navbar-brand,
#sso-responsive-header-wrapper .navbar > .container-fluid .navbar-brand {
  margin-left: 0px !important;
}
.nav > li {
  position: relative;
  display: inline-block;
}
.sub-nav {
  background-color: #7da93f;
  height: 45px;
  width: 100%;
  position: relative;
  z-index: 1030;
  right: 0px;
  left: 0px;
  /*top:115px;*/
}
.sub-nav.row {
  margin: 0px;
}
.sub-nav.row .sub-nav-left {
  padding-left: 0px;
  margin-left: -5px;
}
.sub-nav .navbar-nav > li > a {
  padding: 12px 12px !important;
  color: white !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.sub-nav .nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #84B63D !important;
}
.search-box {
  float: right;
  clear: right;
  display: inline-block;
  /*margin: 13px 4px 0px 0px;*/
  margin: 5px auto 0px;
}
.search-box input.search-box-text {
  width: 220px !important;
  border-radius: 4px 0px 0px 4px;
  padding-left: 14px;
}
.search-box .search-box-button {
  margin-left: -5px;
  border-radius: 0px 4px 4px 0px;
}
#ygy-sso-header #sso-links .sso-link {
  display: inline-block;
  font-family: proxima-nova-condensed, Helvetica, Arial, sans-serif;
  font-weight: 100!important;
}
.breadcrumb ul {
  margin: 0px auto;
}
.form-control-feedback {
  top: -6px;
  right: -8px;
}
.super-menu {
  height: 468px;
  margin: 0px;
}
.super-menu .tab-pane {
  height: inherit;
}
.super-menu .super-menu-left {
  padding: 10px 40px 24px;
  height: inherit;
  overflow-y: auto;
  background-color: #5c605f;
}
.super-menu .super-menu-right {
  background-color: #f7f7f7;
  height: inherit;
  padding: 0px;
}
.super-menu .super-menu-right img {
  max-height: 100%;
  width: 100%;
}
.super-menu .block .title {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  box-shadow: none;
  margin: 0px;
}
.super-menu .block .listbox {
  background-color: transparent;
  color: white;
  border: none;
}
.super-menu .block .listbox .list > li {
  border: none;
  font-size: 18px;
}
.super-menu .block .listbox .list > li > a {
  color: white;
  font-size: 18px;
  background: none;
}
.super-menu .block .listbox .list > li > a:hover {
  color: white;
  background-color: #686d6c;
  text-decoration: none;
  box-shadow: none;
}
/*.pager li>a, .pager li>span {
    color: @gray-brand;
}

 .pager li *:hover, .pager li span {
    border-color: none;
    background: @blue;
}*/
.pager li > a,
.pager li > span {
  background-color: lightgray;
  color: white;
  padding: 1px 10px;
  margin: 0 8px;
}
.pager li *:hover,
.pager li span {
  border: none;
  background: #268ec1;
}
.pager li * {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
#footer .left-content {
  border-right: none;
  margin-left: 20px;
}
.last-footer {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .super-menu {
    display: inline-block;
    height: 268px;
  }
  .super-menu .listbox .list > li > a {
    padding: 10px 10px 10px 0px;
  }
  .super-menu .block .title strong {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .super-menu .super-menu-left {
    display: none;
  }
  .search-box {
    display: block;
    float: none;
    margin: 0px auto;
  }
  .navbar-nav {
    margin-top: 0px;
  }
  .sub-nav .navbar-nav > li > a {
    font-size: 14px;
    line-height: 10px;
    padding: 20px 10px;
  }
  .sub-nav {
    height: 40px;
    display: inline-table;
    text-align: center;
    margin-top: -13px;
  }
  .sub-nav .search-wrap {
    height: 40px;
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .master-wrapper-content {
    margin: 0px;
    width: 100%;
  }
  .navbar-nav {
    margin-top: 0px;
  }
  #ygy-sso-header ul#sso-links {
    margin-top: 7px;
    margin-bottom: 0px;
  }
  .sub-nav .navbar-nav > li > a {
    padding: 20px 12px;
    color: white;
    font-size: 16px;
    line-height: 24px;
  }
  .search-box input.search-box-text {
    width: 160px !important;
    font-size: 16px;
  }
  .super-menu .block {
    width: 100%;
  }
  .super-menu .block .listbox {
    display: block;
  }
  .super-menu .block .listbox .list > li > a {
    font-size: 14px;
    padding: 8px 10px 8px 0px;
  }
  .super-menu .block .title {
    text-align: left;
    font-size: 16px;
  }
  .super-menu .super-menu-left {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .sub-nav .navbar-nav > li > a {
    padding: 20px 12px;
    color: white;
    font-size: 16px;
    line-height: 24px;
  }
  .below-navigation .right-section {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .form-inline .form-control {
    width: 100%;
  }
}
/************************ HOME PAGE **************************/
#intro_carousel .slide-control-holder {
  height: 20px;
  position: absolute;
  bottom: 0px;
  text-align: right;
}
#intro_carousel .slide-controls {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
#intro_carousel .slide-controls .carousel-indicators {
  position: static;
}
#intro_carousel .slide-controls a {
  color: #ff0;
  font-weight: bold;
}
#intro_carousel .item .container {
  padding: 0%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#intro_carousel .item .overlay-text {
  position: absolute;
  max-width: 50%;
}
#intro_carousel .item img {
  max-width: 100%;
}
#intro_carousel .carousel-indicators {
  display: inline-block;
  position: static;
  margin: 0px;
  margin-left: 0px;
  width: auto;
}
#intro_carousel .slide-arrows {
  display: inline-block;
  color: #fff;
}
#banners .banner-holder {
  padding: 0% !important;
  height: 275px;
}
#banners .banner-holder a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#healthy_body_challenge .container {
  background-image: url('/images/open-arms.jpg');
}
#are_you_next .container {
  background-image: url('/images/sky-view.jpg');
}
#life_enhancing_products .container {
  background-image: url('/images/woman.png');
  background-size: 25%;
  padding-top: 0px;
  padding-bottom: 0px;
}
#life_enhancing_products .btn-lg {
  font-size: 30px;
  font-style: italic;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
#life_enhancing_products h2 {
  margin-top: 24px;
}
#life_enhancing_products .top,
#life_enhancing_products .bottom {
  margin-right: 11%;
}
#life_enhancing_products .more {
  width: 50%;
  margin-top: 40px;
}
#life_enhancing_products .more a {
  color: #707372;
  text-decoration: underline;
}
#changing_the_world .right-section {
  position: relative;
}
#changing_the_world .right-section .above-link {
  position: absolute;
  top: -55px;
  left: -20px;
  display: block;
  height: 55px;
  font-style: italic;
  color: #fff;
  font-size: 40px;
}
@media (max-width: 767px) {
  #intro_carousel .slide-control-holder {
    width: 100%;
  }
  #intro_carousel .container {
    padding: 0px;
  }
  #intro_carousel .item .overlay-text {
    max-width: 100%;
  }
  #life_enhancing_products .container {
    background-size: 40%;
  }
  #are_you_next .container {
    background-position: bottom right;
  }
}
@media (max-width: 600px) {
  #life_enhancing_products .container {
    background-size: 50%;
  }
}
@media (max-width: 991px) {
  #changing_the_world .right-section {
    margin-top: 80px;
  }
  #banners .banner-holder {
    height: 200px;
  }
  #banners .banner-holder a {
    background-position: top center;
  }
  #intro_carousel .container {
    height: 300px;
  }
  #life_enhancing_products .btn-lg {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  #intro_carousel .slide-control-holder {
    left: 50%;
    margin-left: -367.5px;
  }
}
@media (min-width: 992px) {
  #intro_carousel .slide-control-holder {
    left: 50%;
    margin-left: -477.5px;
  }
  #intro_carousel .container {
    height: 507px;
  }
}
@media (min-width: 1280px) {
  #intro_carousel .slide-control-holder {
    left: 50%;
    margin-left: -640px;
  }
  #banners .banner-holder {
    width: 20% !important;
  }
  #intro_carousel .container {
    height: 660px;
  }
}
@media (max-width: 1279px) {
  #changing_the_world .right-section .above-link {
    font-size: 30px;
    height: 35px;
    top: -50px;
    left: -10px;
  }
}
/****************** LONG SCROLLING PAGES ***********************/
.content-section .container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.content-section img {
  max-width: 100%;
}
.content-section h2 {
  margin-top: 0px;
  font-size: 40px;
  margin-bottom: 30px;
}
.content-section p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 200;
}
.content-section .circle-section {
  position: relative;
  height: 340px;
}
.content-section .circle-section img {
  max-width: 100%;
}
.content-section .circle-section .circle-large {
  position: absolute;
  top: -82px;
  right: 0px;
  max-width: 71%;
}
.content-section .circle-section .circle-small {
  position: absolute;
  left: 0px;
  bottom: -82px;
  max-width: 53%;
}
.content-section p.quote {
  margin-top: 80px;
  width: 50%;
  font-style: italic;
}
.content-section p.author {
  font-style: italic;
  margin-top: 40px;
}
.content-section .action {
  position: relative;
  margin-top: 50px;
}
.content-section .action .btn {
  min-width: 95px;
}
.content-section .action .sublink {
  display: inline-block;
  padding: 7px 16px 10px 111px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #707372;
}
.content-section .action:hover .btn-default,
.content-section .action:focus .btn-default {
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.content-section .action:hover .btn-primary,
.content-section .action:focus .btn-primary {
  background-color: #1f759f;
  border-color: #1c688e;
}
.content-section .action:hover .btn-success,
.content-section .action:focus .btn-success {
  background-color: #678b34;
  border-color: #5c7c2e;
}
.content-section .action:hover .btn-info,
.content-section .action:focus .btn-info {
  background-color: #5c5e5e;
  border-color: #454746;
}
.content-section .action:hover .btn-warning,
.content-section .action:focus .btn-warning {
  background-color: #d38111;
  border-color: #c07510;
}
.content-section .caption {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  margin-top: 10px;
}
.content-section .product-showcase a {
  display: inline-block;
  width: 48%;
  border-right: 3px solid #fff;
  border-bottom: 4px solid #fff;
}
.content-section .product-showcase a img {
  max-width: 100%;
}
.content-section .callout-box {
  background: white;
  border-bottom-right-radius: 26px;
  border-top-left-radius: 26px;
  padding: 40px;
}
.content-section .callout-box img {
  display: block;
  margin: 0px auto;
}
.content-section .border-box {
  border: 2px solid #707372;
}
.content-section .image-bottom {
  margin-top: 40px;
}
.bgimage-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.person-bg {
  background-position: bottom right;
  background-repeat: no-repeat;
}
.product-header .container {
  position: relative;
  padding: 0px !important;
}
.product-header .main {
  width: 100%;
}
.product-header .logo {
  position: absolute;
  top: 10px;
  left: 60px;
}
.product-header .header-image {
  height: 455px;
  background-size: cover;
  background-position: center center;
}
.testimonial-section .container {
  position: relative;
}
.testimonial-section .container h2 {
  font-weight: 200;
}
.testimonial-section .image-side {
  position: relative;
}
.testimonial-section .image-side img {
  position: absolute;
  top: -80px;
  max-width: 100%;
}
.testimonial-section .image-right {
  float: right;
  margin-right: 8.3%;
}
.testimonial-section .image-anchored-left {
  position: absolute;
  bottom: 0px;
}
.testimonial-section .image-anchored-left img {
  max-width: 100%;
}
.testimonial-section .image-anchored-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.testimonial-section .image-anchored-right img {
  max-width: 100%;
}
.testimonial-section .testimonial {
  font-style: italic;
  margin-top: 20px;
}
.testimonial-section .testimonial-author {
  margin-top: 50px;
}
.left-image-section .container {
  padding-left: 0%;
}
.left-image-section .container .row > div:first-child img {
  max-width: 100%;
  border-bottom-right-radius: 26px;
  margin-top: 10px;
}
.right-image-section .container {
  padding-right: 0%;
}
.right-image-section .container .row {
  margin-right: 0px;
}
.right-image-section .container .row > div:first-child {
  padding-top: 120px;
}
.right-image-section .container .row > div:nth-child(2) {
  padding-right: 0%;
}
.right-image-section .container .row > div:nth-child(2) img {
  max-width: 100%;
}
.right-to-top {
  float: right;
}
.flush-bottom .container {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .content-section .row > div:nth-child(2) {
    margin-top: 30px;
  }
  .content-section .callout-box {
    margin-bottom: 30px;
  }
  .right-to-top {
    float: none;
  }
  .right-to-top img {
    display: block;
    margin: 0px auto;
  }
  .testimonial-section .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .testimonial-section .testimonial {
    margin-top: 0px;
  }
  .testimonial-section .testimonial-author {
    margin-top: 20px;
  }
}
@media (max-width: 1279px) {
  .content-section p {
    font-size: 20px;
    line-height: 27px;
  }
  .content-section h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .product-header .header-image {
    height: 300px;
  }
  .content-section .circle-section {
    height: 270px;
  }
  .content-section .circle-section .circle-large {
    max-width: 40%;
    right: 15% !important;
  }
  .content-section .circle-section .circle-small {
    max-width: 30%;
    left: 20% !important;
  }
  .content-section .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .product-header .logo {
    max-width: 30%;
    left: 20px;
  }
  .bgimage-section .small-opaque {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-bottom-right-radius: 26px;
    border-top-left-radius: 26px;
  }
  .bgimage-section .small-opaque .action .btn {
    background-color: #268ec1;
    color: #fff;
  }
  .bgimage-section .small-opaque .action .btn:hover,
  .bgimage-section .small-opaque .action .btn:focus {
    background-color: #1f759f;
  }
  .bgimage-section .small-opaque .white {
    color: #707372 !important;
  }
  .testimonial-section .image-side {
    text-align: center;
  }
  .testimonial-section .image-side img {
    position: static;
    max-width: 50%;
  }
  .testimonial-section .image-right {
    float: none;
    margin-right: 0px;
  }
  .testimonial-section .image-right img {
    display: block;
    margin: 0px auto;
  }
  .content-section .callout-box {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-header .header-image {
    height: 350px;
  }
  .content-section .circle-section .circle-small {
    max-width: 50%;
    bottom: 0px;
  }
  .content-section .circle-section .circle-large {
    max-width: 81%;
    top: 0px;
  }
  .content-section .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .product-header .logo {
    max-width: 20%;
  }
  .testimonial-section .image-side img {
    top: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .product-header .header-image {
    height: 400px;
  }
  .content-section .circle-section .circle-large {
    max-width: 80%;
  }
  .content-section .circle-section .circle-large {
    top: 0px;
    right: 0px;
  }
  .content-section .circle-section .circle-small {
    bottom: 0px;
    left: 0px;
  }
  .testimonial-section .container {
    min-height: 310px;
  }
}
@media (min-width: 1280px) {
  .product-header .header-image {
    height: 465px;
  }
  .content-section .circle-section .circle-large {
    max-width: 71%;
  }
  .testimonial-section .container {
    min-height: 310px;
  }
}
@media (max-width: 600px) {
  .content-section .circle-section .circle-large {
    max-width: 70%;
    right: 0% !important;
  }
  .content-section .circle-section .circle-small {
    max-width: 50%;
    left: 0% !important;
  }
}
@media (max-width: 450px) {
  .testimonial-section .image-side img {
    max-width: 80%;
  }
}
#heritage_makers_header .header-image {
  background-image: url('/images/hm-top.jpg');
}
#do_more_with_your_photos .container {
  background-image: url('/images/hm-spread1.png');
  background-size: 89%;
  background-position: bottom right;
  min-height: 820px;
}
#customized_by_you .container {
  background-image: url('/images/hm-spread2.jpg');
}
#traditional_scrapbooking .container {
  background-image: url('/images/hm-spread3.png');
  background-position: bottom right;
  background-size: contain;
}
#what_will_you_make .container {
  background-image: url('/images/hm-spread3.jpg');
}
#essential_oils_header .header-image {
  background-image: url('/images/essential_oils/lavender-top.jpg');
}
#pure_oils .container {
  background-image: url('/images/essential_oils/lavender-oil-bg.jpg');
}
#uses_of_oil .container {
  padding-top: 0px;
  padding-bottom: 0px;
}
#aroma_share_club .container {
  background-image: url('/images/essential_oils/oil-and-plants.png');
  background-size: 65%;
  background-position: 100% 55%;
}
#essential_oils_bottom .container {
  background-image: url('/images/essential_oils/stones-bg.jpg');
}
#go_foods_header .header-image {
  background-image: url('/images/go_foods/go-foods-header.jpg');
}
#nourishing_lives .container {
  background-image: url('/images/go_foods/go-foods-product.jpg');
  background-position: left bottom;
  background-size: 60%;
}
#storability_shareability .container {
  background-image: url('/images/go_foods/go-foods-bg1.jpg');
}
#nutriversal_seal .right-to-top {
  margin-right: 8.3%;
}
#savings_you_count_on .container {
  background-image: url('/images/go_foods/savings-count-on.png');
  background-position: right bottom;
  background-size: 40%;
}
#go_foods_bottom .container {
  background-image: url('/images/go_foods/go-foods-bg2.jpg');
}
#mineral_makeup_header .header-image {
  background-image: url('/images/mineral_makeup/mineral-makeup-header.jpg');
}
#healthy_beautiful_you .container {
  background-image: url('/images/mineral_makeup/mineral-makeup-bg1a.jpg');
  background-size: 60%;
  background-position: left bottom;
}
#product_overview .container {
  background-image: url('/images/mineral_makeup/mineral-makeup-bg1.jpg');
  background-size: 40%;
  background-position: left top;
}
#beautiful_business .container {
  background-image: url('/images/mineral_makeup/mineral-makeup-bg2.jpg');
  background-size: 50%;
  background-position: left bottom;
}
#mineral_makeup_bottom .container {
  background-image: url('/images/mineral_makeup/mineral-makeup-bg3.jpg');
}
#mk_collab_header .header-image {
  background-image: url('/images/mk_collab/mk-collab-header.jpg');
}
#products_etc .container {
  background-image: url('/images/mk_collab/mk-collab-bg1.jpg');
}
#mk_collab_bottom .container {
  background-image: url('/images/mk_collab/mk-collab-bg2.jpg');
}
@media (max-width: 991px) {
  #nutriversal_seal .right-to-top {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  #do_more_with_your_photos .container {
    background-size: 40%;
    min-height: 0px;
    background-position: 50% 5%;
    padding-top: 30%;
  }
  #traditional_scrapbooking .small-opaque {
    background-color: rgba(255, 255, 255, 0.7);
  }
  #healthy_beautiful_you .container,
  #beautiful_business .container {
    background-size: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #do_more_with_your_photos .container {
    background-size: 50%;
    min-height: 0;
    background-position: right center;
  }
  #traditional_scrapbooking .container {
    min-height: 580px;
    padding-bottom: 0px;
  }
  #traditional_scrapbooking .container .action {
    margin-top: 169px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  #do_more_with_your_photos .container {
    min-height: 650px;
  }
  #traditional_scrapbooking .container {
    min-height: 580px;
  }
  #traditional_scrapbooking .container .action {
    margin-top: 80px;
  }
}
@media (min-width: 1280px) {
  #customized_by_you .container {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  #traditional_scrapbooking .container {
    min-height: 722px;
  }
  #traditional_scrapbooking .container .action {
    margin-top: 80px;
  }
  #pure_oils .container {
    min-height: 500px;
    padding-top: 110px;
  }
  #uses_of_oil .container .action {
    margin-top: 180px;
  }
  #aroma_share_club .container h2 {
    margin-top: 40px;
  }
  #savings_you_count_on .container {
    min-height: 466px;
  }
  #healthy_beautiful_you .container .row > div:first-child {
    margin-bottom: 260px;
  }
  #healthy_beautiful_you #beautiful_business .container {
    min-height: 550px;
  }
}
/* Styles used in the display of Products */
.item-box {
  width: 285px;
}
.add-info .productQuantityTextBox {
  height: 32px;
  width: 28px!important;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin: 0 4px 0 0;
  border-radius: 4px;
  color: #808080;
  border: 1px solid #ddd;
  padding: 7px;
}
.item-box .prices,
.item-box .buttons {
  display: inline;
  padding: 8px 10px;
  text-align: right;
  float: left;
}
.item-box .actual-price {
  font-size: 15px;
  font-weight: 700;
  color: #808080;
}
.item-box .product-title,
.item-box .title {
  display: block;
  position: relative;
  transition: none;
  margin-top: 12px;
}
.item-box .product-title a,
.item-box .title a {
  overflow: hidden;
  font-size: 17px;
  font-weight: 400;
  color: #808080;
}
.item-box .product-title a:hover,
.item-box .title a:hover {
  text-decoration: none;
  color: #505050;
}
.breadcrumb {
  background-color: #ffffff;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 72px;
  padding-top: 30px;
}
.category-page .category-description {
  padding: 0;
}
.category-page .ygy-banner {
  /* image lives in first <p> so zero margin for full bleed */
}
.category-page .ygy-banner img {
  margin: 0px 0px 30px 0px;
  width: 100%;
  height: auto;
}
.category-page .ygy-banner p {
  margin: 10px 25px 35px;
  font-size: 16px;
  color: #707372;
}
.category-page .ygy-banner p:first-of-type {
  margin: 0px;
}
.category-page .ygy-banner h1 {
  font-size: 35px;
  color: #707372;
  font-weight: normal;
  padding-top: 0;
  text-align: left;
  margin: 0px 30px 20px;
}
.manufacturer-page .ygy-banner {
  /* image lives in first <p> so zero margin for full bleed */
}
.manufacturer-page .ygy-banner img {
  margin: 0px 0px 25px 0px;
  width: 100%;
  height: auto;
}
.manufacturer-page .ygy-banner p {
  margin: 10px 25px 35px;
  font-size: 16px;
  color: #707372;
}
.manufacturer-page .ygy-banner p:first-of-type {
  margin: 0px;
}
.manufacturer-page .ygy-banner h1 {
  font-size: 35px;
  color: #707372;
  font-weight: normal;
  padding-top: 0;
  text-align: left;
  margin: 0px 30px 20px;
}
.page-title.cat-title h1 {
  font-size: 35px;
  color: #707372;
  font-weight: normal;
  padding-top: 0;
  text-align: left;
  margin: 34px 30px 20px;
}
.product-selectors {
  background: #268ec1;
}
.product-grid {
  margin-bottom: 11px;
  margin-top: 30px;
}
.product-grid .title strong {
  font-size: 36px;
  font-weight: 300;
  color: #444;
}
.product-grid .title {
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 25px;
  color: #444;
}
.item-box .picture {
  margin-top: 0px;
}
.item-box .picture img {
  opacity: 1!important;
}
.item-grid {
  box-shadow: 0 8px 6px -6px #cccccc;
}
.home-page-category-grid {
  margin-top: 30px;
}
.home-page-category-grid .title {
  font-weight: 300;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 36px;
  color: #444;
}
.product-details-page .product-essential {
  padding: 44px 0px;
}
.product-details-page .overview {
  position: relative;
  margin-bottom: 20px;
}
.overview .product-name h1 {
  font-size: 32px;
  color: #555555;
  font-weight: 400;
  margin-top: 0px;
}
.overview .label {
  font-size: 100%;
  color: #555555;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 0;
}
.overview .stock {
  margin-bottom: 2px;
}
.overview .short-description {
  line-height: 24px;
  margin-bottom: 20px;
}
.gallery .picture {
  border: none;
  width: initial;
  height: 480px;
  max-width: 600px;
}
#tabs.productTabs .ui-tabs-panel {
  border: none;
  background: #fff;
  padding: 12px 0px;
}
#tabs.productTabs .ui-tabs-panel p {
  color: #555555;
  line-height: 28px;
  font-size: 18px;
}
#tabs.productTabs .ui-widget-header {
  background: #268ec1;
  border: none;
}
#tabs.productTabs .ui-widget-header li {
  margin-left: 7px;
  margin-top: 7px;
}
#tabs.productTabs .ui-widget-header li a {
  border: none;
  background: #bbb;
  padding: 8px 24px;
  color: #fff;
  font-size: 18px;
}
#tabs.productTabs .ui-widget-header .ui-state-active.ui-tabs-active a {
  border: none;
  background: #fff;
  color: #555555;
  text-shadow: none;
}
.productAddedToCartWindowDescription strong {
  color: #7da93f !important;
  font-family: "proxima-nova-condensed", "Open Sans Condensed", Helvetica, Arial, sans-serif !important;
}
.ajaxCart .productAddedToCartWindowCheckout {
  border-color: none  !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#7da93f), to(#7da93f)) !important;
  background: -moz-linear-gradient(top, #7da93f, #7da93f) !important;
  background: #7da93f !important;
  color: #fff;
  text-shadow: none;
  font-weight: 400 !important;
  font-size: 1em !important;
  filter: none  !important;
  cursor: pointer;
}
.footer {
  background-color: #ed9620;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: white;
}
.footer .feedback-button {
  width: 150px;
}
.footer-block ul {
  padding: 10px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.05);
  border: none;
}
.footer-block li a {
  display: block;
  background: none;
  padding: 6px 0 6px 12px;
  color: #ffffff;
}
.footer-block li a:hover {
  color: white;
  text-decoration: underline;
}
.wishlist-content {
  margin: 20px;
}
.cart th,
.data-table th,
.forums-table-section th {
  color: white;
  background: #707372;
}
.order-progress {
  background-color: white;
  padding-top: 40px;
  max-width: 1280px;
  margin: 0 auto;
}
.order-progress ul {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.payment-info .info {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  padding: 15px;
  line-height: 38px;
}
.payment-info .info td {
  padding-bottom: 20px;
}
.payment-info .info td:first-of-type {
  text-align: right;
}
.payment-info .info td input,
.payment-info .info td select,
.payment-info .info td textarea {
  margin-left: 20px;
  line-height: 26px;
}
.payment-info .info td select {
  height: 42px;
  width: 165px;
}
#ShipMethod {
  text-align: center;
}
.shopping-cart-page .buttons {
  margin-bottom: 20px;
  text-align: center;
}
.required,
.message-error,
.field-validation-error,
.not-available-status,
.password-error {
  font-size: 14px;
  color: #b52f2f;
}
/************************ Confirm Order Page **************************/
@media (min-width: 768px) {
  .confirm-order-table-first {
    width: 350px;
    float: left;
    margin: 0px auto;
    text-align: left;
  }
  .confirm-order-table {
    width: 350px;
    margin: 0px auto;
    text-align: left;
    float: right;
  }
  .table-container {
    width: 70%;
    margin: 15px auto;
    clear: left;
    padding-top: 15px;
  }
  .table-container-small {
    width: 60%;
    margin: 15px auto;
    clear: left;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .confirm-order-table-first {
    margin: 0px auto;
    text-align: left;
  }
  .confirm-order-table {
    margin: 0px auto;
    text-align: left;
  }
  .table-container {
    width: 90%;
    margin: 15px auto;
    clear: left;
    padding-top: 15px;
  }
  .table-container-small {
    width: 90%;
    margin: 15px auto;
    clear: left;
    padding-top: 15px;
  }
}
.cart-total-container {
  width: 200px;
  margin: 0px auto;
  clear: left;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  margin-top: 15px;
}

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