@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,500,700|Crimson+Text:400,600);
/*** FONTS ****/
/**** GRADIENT COLOURS ****/
/**** END GRADIENT COLOURS ****/
/************ ASSETS *************/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666; }

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-family: "Crimson Text", serif;
  font-size: 38px;
  line-height: 38px;
  color: #000e77; }

h2 {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  color: #000e77;
  margin-bottom: 20px; }

h3 {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 24px;
  color: #000e77;
  line-height: 24px; }

h4 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000e77; }

h5 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000e77; }

p {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #333333; }

p.description {
  font-size: 14px;
  line-height: 18px; }

ul li {
  font-family: "Alegreya Sans", sans-serif;
  color: #000e77; }

a {
  color: #000e77; }

a:hover {
  cursor: pointer;
  color: #000e77; }

a.button {
  border: 1px #000e77 solid;
  border-radius: 3px;
  color: #000e77;
  padding: 5px 15px 5px 15px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a.button:hover {
  background-color: #fff;
  color: #000e77;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a.button.external {
  padding-right: 30px;
  padding-left: 15px;
  background-image: url("../images/external.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 93%;
  background-position: 95% 50%; }

div.button.share {
  border: 1px #000e77 solid;
  border-radius: 3px;
  color: #000e77;
  padding: 3px;
  display: inline-block;
  text-decoration: none;
  width: 125px;
  background-color: white;
  height: 40px;
  overflow: hidden; }

div.button.share span {
  margin-bottom: 10px;
  background-image: url("../images/share-icon.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 93%;
  background-position: 95% 50%;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 5px 0px 5px 10px; }

div.button.share:hover {
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.end-of-essence {
  clear: both; }
  .end-of-essence .shareWrap.shareWrap span {
    display: none; }
  .end-of-essence .stepPagination,
  .end-of-essence .share-links {
    max-width: 300px;
    margin: auto; }
  .end-of-essence .share-links .button.share {
    margin: auto;
    display: block;
    margin-bottom: 10px; }
  @media (min-width: 600px) {
    .end-of-essence .stepPagination {
      max-width: none;
      float: left;
      width: 40%;
      padding-top: 30px; }
    .end-of-essence .share-links {
      max-width: none;
      float: left;
      width: 60%;
      padding-top: 30px; }
    .end-of-essence .share-links .button.share {
      display: inline-block;
      width: auto;
      float: right; } }
  @media (min-width: 700px) {
    .end-of-essence .shareWrap.shareWrap span {
      display: block; } }
	  


.share-links .button.share {
  width: auto;
  height: auto;
  padding: 10px 3px 0; }
  .share-links .button.share span {
    width: auto;
    padding-right: 25px;
    cursor: default !important;
    float: left;
    margin-right: 10px; }
  .share-links .button.share .addthis_toolbox {
    float: left; }
  .share-links .button.share li {
    float: left;
    width: auto; }

header .button:hover {
  background-color: #aab4ff; }

.content-block-button {
  padding-top: 10px; }

.link-button {
  margin-right: 5px; }

.shareWrap ul {
  padding-left: 0px;
  margin-left: 0px;
  z-index: -99999; }

.shareWrap ul li {
  list-style: none;
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px; }

.shareWrap ul li a {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
  padding: 2px;
  padding-left: 10px; }

.shareWrap ul li a:hover {
  list-style: none;
  background-color: #cdcfe4;
  border-radius: 3px; }

.shareWrap ul li.facebook a {
  background-image: url("../images/facebook-icon.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 93%;
  background-position: 95% 50%; }

.shareWrap ul li.twitter a {
  background-image: url("../images/twitter-share-icon.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 93%; }

.shareWrap ul li.google a {
  background-image: url("../images/google-plus-icon-share.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 93%;
  background-position: 95% 50%; }

.shareWrap ul li.email a {
  background-image: url("../images/share-icon.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 93%;
  background-position: 95% 50%; }

/************ END ASSESTS *************/
/************ Header *************/
#siteWrapper {
  margin: 0 auto;
  width: 100%; }

.narrowWrapper {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto; }

header {
  height: 60px;
  width: 100%; }

#innerHeader {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

header .shop {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: auto; }
  header .shop a {
    border: #fe7920 2px solid;
    background-image: url("../images/cart.png");
    background-image: none, url("../images/cart.svg");
    background-image: url("../images/cart.png");
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 5px 9px 5px 32px;
    -webkit-transition: all, 0.05s, ease-in-out, 0.05s !important;
    -moz-transition: all, 0.05s, ease-in-out, 0.05s !important;
    -ms-transition: all, 0.05s, ease-in-out, 0.05s !important;
    -o-transition: all, 0.05s, ease-in-out, 0.05s !important;
    transition: all, 0.05s, ease-in-out, 0.05s !important; }
    header .shop a:hover {
      background-color: #fe7920;
      color: white;
      background-image: url("../images/cart-white.png");
      background-image: none, url("../images/cart-white.svg");
      background-size: 20px; }
    @media (max-width: 890px) {
	.dropdown.mobMenu.open .arrow-up{
		display:block!important;
	}	
      header .shop a .visit {
        display: none; }
	.logo-small img{max-height:90px;width:auto}	
  #gridLayout .three-items{
		width:46%!important;
	}
		}

nav {
  text-align: left;
  vertical-align: middle; }
  nav#desktopMenu {
    width: 66.6667%;
    float: left;
	padding-top:20px;
	}

.one-third {
  width: 33.3334%;
  min-width: 180px;
  padding-top:20px;
  float: right; }
  .one-third > div {
    width: 50%;
    float: left; }

nav ul {
  margin-bottom: 0px;
  padding-left: 0px; }

nav ul li {
  float: left;
  list-style: none;
  color: #000e77;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  font-size: 17px; }

nav ul li a {
  color: #000e77;
  padding: 5px 10% 5px 10%;
  border: solid 1px transparent;
  border-radius: 5px;
  display: inline-block;
  width: 100%; }

nav ul li a:hover {
  text-decoration: none;
  border: solid 1px #000e77;
  border-radius: 5px;
  color: #000e77; }

nav ul li a.active {
  background-color: #d9dbea;
  border-color: #d9dbea; }

nav ul li:last-child {
  margin-right: 0px; }

.searchWrap {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  position: relative; }

.searchWrap a {
  font-style: italic;
  color: #000e77; }

.searchWrap ul {
  position: absolute;
  margin-left: -220px;
  top: 60px;
  background-color: white; }

#searchPopup {
  border: 1px solid #000e77;
  width: 410px;
  padding: 10px;
  display: none;
  position: relative;
  z-index: 50;
  display: inline-block; }

.dropdown.search input {
  border: none;
  border-bottom: solid 1px #c6c7c9;
  width: 100%;
  -webkit-appearance: none;
  -webkit-focus-ring-color: none;
  outline: none;
  color: #000e77;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: "Alegreya Sans", sans-serif; }

.dropdown.search a {
  border: none;
  padding: 0px;
  font-style: italic;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
  width: 69px;
  display: block;
  margin: auto; }
  .dropdown.search a:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    background: url(../images/search-icon.svg) no-repeat 0 0 scroll transparent;
    width: 16px;
    height: 20px; }

.dropdown.search a:hover {
  border: none; }

.dropdown.search .result {
  border-bottom: solid 1px #c6c7c9;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px; }

.dropdown.search .result p {
  font-size: 16px;
  margin-bottom: 0px; }

.dropdown.search a .result p {
  color: #000e77;
  width: 100%;
  display: inline-block; }

.dropdown-menu {
  min-width: 300px; }
  @media (min-width: 400pxpx) {
    .dropdown-menu {
      min-width: 350px; } }

.dropdown.mobMenu ul li {
  font-size: 16px; }

.dropdown-menu.search:before {
  position: absolute;
  top: -7px;
  left: 147px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000e77;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.dropdown-menu.search a {
  background-image: url("../images/HH-arrow-left-link.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  width: 100%;
  display: inline-block; }

.dropdown-toggle:focus {
  text-decoration: none; }

.dropdown-toggle.search {
  color: #000e77;
  font-style: italic; }

.dropdown.search {
  padding-top: 7px; }
  .dropdown.search a {
    padding-right: 18px; }

.dropdown-menu.search {
  min-width: 350px;
  padding: 10px;
  left: -70px; }

.dropdown-menu {
  border-radius: 2px;
  border-color: #000e77;
  padding: 10px; }

/************ END HEADER *************/
/************ FOOTER *************/
footer {
  clear: both;
  padding-top: 40px; }

footer a {
  color: #000e77; }

.footList {
  float: left;
  margin-right: 03.2%;
  /*32px;*/
  width: 14%;
  /*140px;*/ }

.footList.last {
  margin-right: 0px; }

.footList h4 {
  font-size: 16px;
  margin-bottom: 15px; }

.footList h4:hover {
  text-decoration: underline; }

.footList ul {
  padding-left: 0px; }

.footList ul li {
  list-style: none;
  margin-left: 0px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-size: 13px;
  color: #000e77; }

.footList ul li a:hover {
  text-decoration: underline; }

.footList.external ul li {
  margin-left: 15px;
  list-style: url("../images/external.png"); }

#lowerFooter {
  float: left;
  width: 100%;
  clear: both;
  height: 50px;
  line-height: 50px;
  margin-top: 15px;
  border-top: solid 1px #000e77; }

#lowerFooter ul {
  margin-left: 0px;
  padding-left: 0;
  float: left; }

#lowerFooter ul li {
  float: right;
  list-style: none;
  font-size: 13px;
  color: #000e77;
  margin-right: 20px; }

#lowerFooter ul li.copy {
  margin-right: 40px;
  float: left; }

#lowerFooter ul li a {
  color: #000e77; }

#lowerFooter p {
  font-size: 13px;
  color: #000e77;
  line-height: 30px;
  text-align: right;
  margin-right: 15px;
  line-height: 50px; }
  #lowerFooter p a:hover {
    text-decoration: underline;
    color: #48186E; }

/************ END FOOTER *************/
/************ CONTENT WRAPPER ********/
.contentWrapper {
  width: 100%;
  float: left;
  clear: both; }

/******  GRADIENTS ******/
.essences, .essences-lightBlue {
  background: #8bdfff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #A7E9FF 0%, #6FD5FF 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A7E9FF), color-stop(100%, #6FD5FF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #A7E9FF 0%, #6FD5FF 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #A7E9FF 0%, #6FD5FF 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #A7E9FF 0%, #6FD5FF 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #A7E9FF 0%, #6FD5FF 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A7E9FF', endColorstr='#6FD5FF',GradientType=0 );
  /* IE6-9 */ }

.usingRemedies, .usingRemedies-limeGreen {
  background: #ddeb8f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #E3F0A7 0%, #D7E577 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E3F0A7), color-stop(100%, #D7E577));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #E3F0A7 0%, #D7E577 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #E3F0A7 0%, #D7E577 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #E3F0A7 0%, #D7E577 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #E3F0A7 0%, #D7E577 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3F0A7', endColorstr='#D7E577',GradientType=0 );
  /* IE6-9 */ }

.aboutRemedies, .aboutRemedies-mintGreen {
  background: #a8e7b5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #BEF8C5 0%, #91D6A4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BEF8C5), color-stop(100%, #91D6A4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #BEF8C5 0%, #91D6A4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #BEF8C5 0%, #91D6A4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #BEF8C5 0%, #91D6A4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #BEF8C5 0%, #91D6A4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BEF8C5', endColorstr='#91D6A4',GradientType=0 );
  /* IE6-9 */ }

.latest, .latest-lightBlue {
  background: #89cfed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ABE6F3 0%, #66B8E6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ABE6F3), color-stop(100%, #66B8E6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ABE6F3 0%, #66B8E6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ABE6F3 0%, #66B8E6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ABE6F3 0%, #66B8E6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ABE6F3 0%, #66B8E6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABE6F3', endColorstr='#66B8E6',GradientType=0 );
  /* IE6-9 */ }

.aboutUs, .aboutUs-lightGreen {
  background: #c1e281;
  /* Old browsers */
  background: -moz-linear-gradient(top, #E7F48E 0%, #9ACF73 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E7F48E), color-stop(100%, #9ACF73));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #E7F48E 0%, #9ACF73 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #E7F48E 0%, #9ACF73 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #E7F48E 0%, #9ACF73 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #E7F48E 0%, #9ACF73 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E7F48E', endColorstr='#9ACF73',GradientType=0 );
  /* IE6-9 */ }

.twelveHealers, .css-twelve-healers, .twelveHealers-lightBlue {
  background: #8dd3ef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #A5E4F3 0%, #75C1EA 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A5E4F3), color-stop(100%, #75C1EA));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #A5E4F3 0%, #75C1EA 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #A5E4F3 0%, #75C1EA 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #A5E4F3 0%, #75C1EA 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #A5E4F3 0%, #75C1EA 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A5E4F3', endColorstr='#75C1EA',GradientType=0 );
  /* IE6-9 */ }

.drBach, .drBach-blueGreen {
  background: #92d7b9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #A9E8B5 0%, #7AC5BD 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A9E8B5), color-stop(100%, #7AC5BD));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #A9E8B5 0%, #7AC5BD 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #A9E8B5 0%, #7AC5BD 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #A9E8B5 0%, #7AC5BD 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #A9E8B5 0%, #7AC5BD 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A9E8B5', endColorstr='#7AC5BD',GradientType=0 );
  /* IE6-9 */ }

.healingHerbs, .healingHerbs-green {
  background: #93dc82;
  /* Old browsers */
  background: -moz-linear-gradient(top, #B3EC81 0%, #72CC83 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B3EC81), color-stop(100%, #72CC83));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #B3EC81 0%, #72CC83 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #B3EC81 0%, #72CC83 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #B3EC81 0%, #72CC83 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #B3EC81 0%, #72CC83 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3EC81', endColorstr='#72CC83',GradientType=0 );
  /* IE6-9 */ }

.sevenHelpers, .css-seven, .sevenHelpers-lavender {
  background: #daa6e1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #E4BEF5 0%, #CF8DCC 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E4BEF5), color-stop(100%, #CF8DCC));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #E4BEF5 0%, #CF8DCC 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #E4BEF5 0%, #CF8DCC 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #E4BEF5 0%, #CF8DCC 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #E4BEF5 0%, #CF8DCC 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4BEF5', endColorstr='#CF8DCC',GradientType=0 );
  /* IE6-9 */ }

.choosingRemedies, .choosingRemedies-orange {
  background: #f9b286;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FED47A 0%, #F49092 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FED47A), color-stop(100%, #F49092));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FED47A 0%, #F49092 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FED47A 0%, #F49092 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FED47A 0%, #F49092 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FED47A 0%, #F49092 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FED47A', endColorstr='#F49092',GradientType=0 );
  /* IE6-9 */ }

.makingRemedies, .makingRemedies-blue {
  background: #8fccdd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #96DED6 0%, #87B9E4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96DED6), color-stop(100%, #87B9E4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #96DED6 0%, #87B9E4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #96DED6 0%, #87B9E4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #96DED6 0%, #87B9E4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #96DED6 0%, #87B9E4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96DED6', endColorstr='#87B9E4',GradientType=0 );
  /* IE6-9 */ }

.charitableTrust, .charitableTrust-greenDarkgreen {
  background: #76d0a6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #91E8A5 0%, #5AB7A7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91E8A5), color-stop(100%, #5AB7A7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #91E8A5 0%, #5AB7A7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #91E8A5 0%, #5AB7A7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #91E8A5 0%, #5AB7A7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #91E8A5 0%, #5AB7A7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91E8A5', endColorstr='#5AB7A7',GradientType=0 );
  /* IE6-9 */ }

.secondNineteen, .css-2-19, .secondNineteen-pink {
  background: #f1b0cb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #F9C7DC 0%, #E899BA 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9C7DC), color-stop(100%, #E899BA));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #F9C7DC 0%, #E899BA 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #F9C7DC 0%, #E899BA 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #F9C7DC 0%, #E899BA 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #F9C7DC 0%, #E899BA 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9C7DC', endColorstr='#E899BA',GradientType=0 );
  /* IE6-9 */ }

.dailyLife, .dailyLife-pinkPurple {
  background: #eb94b7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFA8B5 0%, #D67FB8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFA8B5), color-stop(100%, #D67FB8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FFA8B5 0%, #D67FB8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FFA8B5 0%, #D67FB8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FFA8B5 0%, #D67FB8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FFA8B5 0%, #D67FB8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA8B5', endColorstr='#D67FB8',GradientType=0 );
  /* IE6-9 */ }

.socialProjects, .socialProjects-blue {
  background: #9fb5e1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #A8D7F5 0%, #9592CC 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A8D7F5), color-stop(100%, #9592CC));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #A8D7F5 0%, #9592CC 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #A8D7F5 0%, #9592CC 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #A8D7F5 0%, #9592CC 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #A8D7F5 0%, #9592CC 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A8D7F5', endColorstr='#9592CC',GradientType=0 );
  /* IE6-9 */ }

.contactUs, .contactUs-blueGreen {
  background: #75bacb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7AD8CE 0%, #709CC8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7AD8CE), color-stop(100%, #709CC8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7AD8CE 0%, #709CC8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7AD8CE 0%, #709CC8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7AD8CE 0%, #709CC8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7AD8CE 0%, #709CC8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7AD8CE', endColorstr='#709CC8',GradientType=0 );
  /* IE6-9 */ }

.emoGroups, .emoGroups-paleYellow {
  background: #f3d7ab;
  /* Old browsers */
  background: -moz-linear-gradient(top, #F9D6BF 0%, #ECD897 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9D6BF), color-stop(100%, #ECD897));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #F9D6BF 0%, #ECD897 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #F9D6BF 0%, #ECD897 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #F9D6BF 0%, #ECD897 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #F9D6BF 0%, #ECD897 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9D6BF', endColorstr='#ECD897',GradientType=0 );
  /* IE6-9 */ }

.methodolgy, .methodolgy-pink {
  background: #cb8cc3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #EF8BBF 0%, #A78CC6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EF8BBF), color-stop(100%, #A78CC6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #EF8BBF 0%, #A78CC6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #EF8BBF 0%, #A78CC6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #EF8BBF 0%, #A78CC6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #EF8BBF 0%, #A78CC6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EF8BBF', endColorstr='#A78CC6',GradientType=0 );
  /* IE6-9 */ }

.materials, .materials-purple {
  background: #c4a2d0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #CFC1E6 0%, #B882B9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CFC1E6), color-stop(100%, #B882B9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #CFC1E6 0%, #B882B9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #CFC1E6 0%, #B882B9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #CFC1E6 0%, #B882B9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #CFC1E6 0%, #B882B9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFC1E6', endColorstr='#B882B9',GradientType=0 );
  /* IE6-9 */ }

.flowerEssence, .flowerEssence-green {
  background: #c4eaaa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #DAEFB6 0%, #ADE49D 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DAEFB6), color-stop(100%, #ADE49D));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #DAEFB6 0%, #ADE49D 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #DAEFB6 0%, #ADE49D 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #DAEFB6 0%, #ADE49D 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #DAEFB6 0%, #ADE49D 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DAEFB6', endColorstr='#ADE49D',GradientType=0 );
  /* IE6-9 */ }

.yellowFlower, .yellowFlower-brightYellow {
  background: #f2e71a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7ed26 0%, #ece10d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7ed26), color-stop(100%, #ece10d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7ed26 0%, #ece10d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7ed26 0%, #ece10d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7ed26 0%, #ece10d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7ed26 0%, #ece10d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ed26', endColorstr='#ece10d',GradientType=0 );
  /* IE6-9 */ }

.howTo, .howTo-brightYellow {
  background: #f2e71a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7ed26 0%, #ece10d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7ed26), color-stop(100%, #ece10d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7ed26 0%, #ece10d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7ed26 0%, #ece10d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7ed26 0%, #ece10d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7ed26 0%, #ece10d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ed26', endColorstr='#ece10d',GradientType=0 );
  /* IE6-9 */ }

/******* END GRADIENTS *******/
/************ END CONTENT WRAPPER ******/
/*********** STATIC HEADER *********/
#staticHeader {
  width: 100%;
  background-image: url("../images/Header-flare-and-burst.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  float: left;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
  padding-top: 20px;
    padding-bottom: 80px;
  }

#staticHeader:hover {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease; }

#staticHeader .narrowWrapper {
  float: none;
  max-width: 1250px;
  padding-top: 0px;
  padding-bottom: 0px;	
  }

#staticHeader #logo {
  width: 209px;
  padding-top: 15px; }

#staticHeader .left {
  float: left;
  width: 40%; }

#staticHeader .right {
  float: right;
  width: 40%; }

#staticHeader .right img {
  margin-bottom: -20px;
  float: right;
  position: relative; }

/******* CONTENT BLOCKS *********/
.contentInnerWrap {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px; }

.paddingWrap {
  margin-top: 50px;
  margin-bottom: 50px; }

.contentBlock {
  margin-bottom: 90px; }

#introBoxout {
  clear: both;
  float: left;
  width: 100%;
  background-image: url("../images/HH-homepage-intro-flare.png");
  background-repeat: no-repeat;
  background-position: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  padding-top: 50px;
  padding-bottom: 50px; }

#introBoxout:hover {
  background-image: url("../images/HH-homepage-intro-flare.png");
  background-repeat: no-repeat;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

#introBoxout .left {
  float: left;
  width: 50%; }

#introBoxout .right {
  float: right;
  width: 230px; }

#fullWidthBoxout .left {
  width: 365px;
  display: table-cell;
  vertical-align: top;
  margin-right: 15px; }

#fullWidthBoxout .left img {
  max-width: 365px;
  width: 100%; }

#fullWidthBoxout .middle {
  width: 500px;
  margin: 0 auto; }

#fullWidthBoxout .right {
  display: table-cell;
  text-align: left;
  width: 267px;
  vertical-align: bottom;
  padding-right: 50px; }

#fullWidthBoxout .right img {
  max-width: 217px;
  width: 100%;
  margin-bottom: -20px; }

#fullWidthBoxout {
  width: 100%;
  margin: 0 auto;
  display: table;
  background-image: url("../images/HH_Hpg-flare-starburst-DrBach.png");
  background-position: center top;
  background-position-x: 0%;
  background-repeat: no-repeat;
  -webkit-transition: background-position 2s ease;
  -moz-transition: background-position 2s ease;
  transition: background-position 2s ease; }

#fullWidthBoxout:hover {
  -webkit-transition: background-position 2s ease;
  -moz-transition: background-position 2s ease;
  transition: background-position 2s ease; }

.contentWrapper.yellowFlower {
  position: relative;
  overflow: hidden; }
  .contentWrapper.yellowFlower > div > div {
    position: relative;
    z-index: 10; }
  .contentWrapper.yellowFlower > div > img {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 50%;
    min-width: 126%;
    margin-left: -63%; }

/******** END CONTENT BLOCKS ******/
/************* SLIDE WRAP *************/
/*************** END SLIDE WRAP **************/
/********* STANDARD PAGE WITH FIXED NAV ***********/
.fixedNavWrap {
  float: left;
  width: 20%;
  margin-right: 5%;
  position: relative; }

.rightStd {
  float: left;
  width: 66%;
  /*660*/
  padding-bottom: 20px; }

.rightStd a.button {
  margin-right: 10px; }

.rightStd .section {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  margin-top: 15px; }

.rightStd.wide {
  width: 75%; }

.rightStd.wide .colLeft {
  width: 65.3333333%;
  /*490px;*/
  float: left;
  margin-right: 03.3333333%;
  /*25px;*/
  margin-top: 60px; }

.rightStd.wide .colRight {
  width: 31.3333333%;
  /*235px;*/
  float: left;
  margin-top: 60px; }

/************ END STANDARD PAGE WITH FIXED NAV ************/
/******* FIXED NAV LANDING PAGE ******/
#fixedNav {
  float: left;
  padding-top: 50px;
  top: 0;
  left: 12%; }

#fixedNav ul {
  padding-left: 0px;
  text-align: left; }

#fixedNav ul li {
  padding-left: 0px;
  text-align: left; }

#fixedNav.singleCol {
  float: left;
  padding-top: 40px;
  position: relative;
  top: 0;
  left: 0%; }

#fixedNav.fixedPos {
  position: fixed;
  top: 0;
  right: 0px;
  max-width: 1000px;
  margin: auto;
  padding-top: 25px; }

#fixedNav ul li {
  list-style: none;
  color: #000e77;
  margin-bottom: 20px; }

#fixedNav ul li a {
  color: #000e77;
  padding-left: 20px; }

#fixedNav ul .backTop a:hover {
  opacity: 1;
  background-image: url("../images/arrow-up-small.png");
  background-repeat: no-repeat;
  background-position: left center; }

#fixedNav ul li a:hover {
  opacity: 1;
  background-image: url("../images/arrow-down-small.png");
  background-repeat: no-repeat;
  background-position: left center; }

#fixedNav.touch li a {
  padding-left: 3%; }
  #fixedNav.touch li a:hover {
    background-image: none; }

#fixedNav ul li.active {
  font-weight: bold; }

.contentSlide .narrowWrapper {
  position: relative; }

.contentSlide .right {
  float: left;
  margin-left: 40%;
  width: 40%;
  padding-top: 50px;
  padding-bottom: 50px; }

.contentSlide .right h2 {
  margin-top: 0px; }

/****** END FIXED LANDNG PAGE *******/
/******** SIGN UP BLOCK **********/
#signUp {
  margin: 0 auto;
  width: 100%;
  clear: both;
  background: -webkit-radial-gradient(circle, white 23%, #ffe866 25%, #fea830 88%);
  background: -o-radial-gradient(circle, white 23%, #ffe866 25%, #fea830 88%);
  background: -moz-radial-gradient(circle, white 23%, #ffe866 25%, #fea830 88%);
  background: radial-gradient(circle, white 23%, #ffe866 25%, #fea830 88%); }

#signUp .inner {
  padding-top: 10%;
  padding-bottom: 10%;
  width: 490px;
  margin: auto; }

#signUp .inner h3 {
  margin-top: 0px;
  margin-bottom: 20px; }

#signUp .inner input {
  border: none;
  border-bottom: solid 1px #000e77;
  color: #666666;
  font-style: italic;
  background: none;
  width: 400px;
  -webkit-appearance: none;
  -webkit-focus-ring-color: none;
  outline: none;
  margin-right: 10px; }

#signUp .inner button {
  color: #000e77;
  border-radius: 3px;
  background: none;
  border: none;
  border: solid 1px #000e77;
  padding: 5px 10px 5px 10px; }

/******** END SIGN UP BLOCK *********/
/********* BLOG/LISTING LANDING PAGE *********/
.selectedFilter.button {
  background: #000e77;
  color: white; }

#blogListingWrap {
  width: 89%;
  /*850px;*/
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px; }

#blogListingWrap article {
  width: 100%;
  /*850px;*/
  margin-bottom: 40px;
  padding: 20px;
  float: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#blogListingWrap article:hover {
  background-color: rgba(210, 234, 248, 0.95);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#blogListingWrap h2 a:hover {
  text-decoration: underline; }

#blogListingWrap article h2 a {
  color: #000e77; }

#blogListingWrap div.image {
  float: left;
  width: 33.3334%;
  max-height: 220px;
  overflow: hidden;
  padding-right: 2%; }

#blogListingWrap div.content {
  float: left;
  width: 66.6667%; }

.pagination {
  vertical-align: middle;
  width: 100%;
  display: table;
  position: relative; }

.pagination .button {
  padding: 3px 30px; }

.pagination .middle {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-bottom: 30px; }

.pagination .left {
  text-align: left;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px; }

.pagination .right {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px; }

.pagination input.current {
  border: 1px #000e77 solid;
  border-radius: 3px;
  color: #000e77;
  padding: 5px 15px 5px 15px;
  display: inline-block;
  width: 40px;
  text-align: center; }

/********* END BLOG/LISTING LANDING PAGE *********/
/************** BLOG ARTICLE PAGE ************/
.articleHeader {
  width: 83%;
  max-width: 1000px;
  text-align: center;
  margin: auto;
  clear: both;
  padding-top: 30px; }

#blogArticle {
  width: 83%;
  /*830px;*/
  margin: auto; }

#blogArticle h1 {
  text-align: center;
  margin-bottom: 20px; }

#blogArticle article {
  margin-bottom: 30px; }

#blogArticle article p.author {
  margin-bottom: 15px; }

#blogArticle article a.category {
  margin-bottom: 15px;
  margin-right: 10px;
  color: #7f7f7f;
  border: solid 1px #7f7f7f; }

.articlePagination {
  margin-top: 20px;
  display: table;
  width: 100%;
  float: left;
  margin-bottom: 30px; }

.articlePagination .left {
  float: left;
  display: inline-block;
  vertical-align: middle; }

.articlePagination .left a {
  color: #000e77;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Crimson Text", serif;
  font-size: 18px; }

.articlePagination .right {
  float: right; }

.articlePagination .right a {
  display: inline-block;
  color: #000e77;
  margin-left: 5px;
  vertical-align: middle;
  font-family: "Crimson Text", serif;
  font-size: 18px; }

.articlePagination .left svg {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle; }

.articlePagination.right svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.articleHeader .owl-carousel {
  width: 70%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px; }
  .articleHeader .owl-carousel .owl-stage-outer {
    padding: 0 !important; }
  .articleHeader .owl-carousel img {
    padding: 0; }
  .articleHeader .owl-carousel .carousel-item {
    position: relative;
    padding-top: 65%; }
    .articleHeader .owl-carousel .carousel-item img {
      position: absolute;
      top: 50%;
      -moz-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 100% !important;
      height: auto; }
  .articleHeader .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    color: #000e77; }
    .articleHeader .owl-carousel .owl-nav .owl-prev {
      left: -40px;
      position: absolute; }
    .articleHeader .owl-carousel .owl-nav .owl-next {
      right: -40px;
      position: absolute; }

ul.carousel-thumbs {
  text-align: center;
  padding: 0;
  margin-bottom: 20px; }
  ul.carousel-thumbs li {
    display: inline-block;
    list-style-type: none; }

/************** END BLOG ARTICLE PAGE ************/
#gridLayout h2 {
  margin: 0;
  padding: 40px 0; }

#gridLayout .head {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px; }

#gridLayout .head h3 {
  float: left;
  margin: 0px; }

#gridLayout .search {
  position: relative;
  width: 50%;
  float: right; }

#gridLayout button.searchIcon {
  position: absolute;
  right: 0px;
  border: none;
  background: none;
  top: 0px;
  bottom: 0px;
  margin: auto;
  -webkit-appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

#gridLayout .head input {
  width: 100%;
  border-radius: 3px;
  border: solid 1px #7f7f7f;
  padding: 5px 0px 5px 5px;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

#gridLayout .gridItem {
  width: 23.5%;
  /*235px;*/
  float: left;
  margin-right: 2%;
  /*20px;*/
  padding-bottom: 60px;
  position: relative; }

#gridLayout .gridItem .gridHover {
  position: absolute;
  height: 105%;
  width: 115%;
  background-color: #52ABDF;
  background-color: rgba(105, 185, 231, 0.9);
  padding: 11%;
  top: 0px;
  margin-left: -7.5%;
  opacity: 0;
  margin-top: -10%; }

#gridLayout .gridItem .gridHover p {
  color: #000e77; }

#gridLayout .gridItem .gridHover a {
  width: 100%;
  float: left;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#gridLayout .gridItem .gridHover a:hover {
  background-color: white;
  color: #000e77;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#gridLayout .gridItem .gridHover a.download {
  position: absolute;
  bottom: 15px;
  width: 80%; }

.reveal-show {
  opacity: 1 !important;
  z-index: 30;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* Safari */ }

.rightStd.wide #gridLayout {
  display: inline-block;
  width: 100%;
  clear: both; }

.rightStd.wide #gridLayout {
  margin-top: 25px;
  margin-bottom: 25px; }

.rightStd.wide #gridLayout .gridItem {
  width: 31.3333333%;
  /*235px;*/
  margin-right: 02.9333333%;
  /*22px;*/
  position: relative;
  float: left;
  margin-bottom: 15px;
  margin-top: 15px; }

.rightStd.wide #gridLayout .gridItem .imageWrap {
  outline: solid 1px #efefef;
  max-width: 100%; }

.rightStd.wide #gridLayout .gridItem:nth-child(3n) {
  margin-right: 0px; }

#gridLayout .gridItem h3 {
  font-weight: normal;
  text-align: center;
  margin-top: 5px;
  font-size: 22px; }

#gridLayout .gridListWrap {
  float: left;
  width: 100%;
  padding: 0 20px; }
  @media (max-width: 399px) {
    #gridLayout .gridListWrap {
      padding: 0; } }

#gridLayout .gridListWrap .gridItem {
  float: left;
  position: relative; }
  #gridLayout .gridListWrap .gridItem img {
    margin: auto;
    display: block; }

#gridLayout .gridItem:nth-child(4n) {
  margin-right: 0px; }

.gridModel {
  border: none;
  border-radius: 0px;
  padding: 0px 20px 20px 20px; }

.gridModel .foot {
  width: 100%;
  padding: 10px 0px 20px 0; }

.gridModel .foot p {
  float: left;
  margin-bottom: 0px;
  padding-top: 5px;
  color: #000e77;
  font-family: "Crimson Text", serif; }

.gridModel .foot a.button {
  float: right; }

.gridModel .modelClose {
  float: right;
  display: table;
  height: 40px; }

.gridModel .modelClose p {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0px;
  font-family: "Crimson Text", serif;
  color: #7f7f7f;
  font-size: 24px; }

.gridModel .modelClose button {
  border: none;
  display: table; }

.gridModel .modelClose svg {
  display: table-cell;
  margin-left: 10px;
  vertical-align: middle;
  padding-right: 15px;
  margin-bottom: 0px;
  height: 100%; }

.buyImageBlock {
  width: 100%; }

.buyImageBlock a.button {
  width: 100%;
  text-align: center; }

/************* IMAGE GALLERY **************/
/************* ESSENCE TOOL ************/
#essenceTool {
  margin-top: 30px; }

#essenceTool .toolLeft {
  float: left;
  width: 32%;
  /*320px;*/
  margin-right: 2%;
  /*20px;*/ }

#essenceTool .toolLeft p {
  color: #7f7f7f; }

#essenceTool .toolLeft ul {
  padding-left: 0px; }

#essenceTool .toolLeft ul li {
  border-top: 1px solid #efefef;
  list-style: none;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  margin-left: 0px;
  padding-left: 0px; }

#essenceTool .toolLeft ul li:last-child {
  border-bottom: 1px solid #efefef; }

#essenceTool .toolLeft ul li a {
  opacity: 0.4;
  color: #000e77;
  display: inline-block;
  width: 100%;
  background-image: url("../images/HH-arrow-left-link.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px; }

#essenceTool .toolLeft ul li a:hover {
  opacity: 1;
  background-image: url("../images/HH-arrow-left-link.png");
  background-position: right center;
  background-repeat: no-repeat; }

#essenceTool .toolLeft ul li a.active {
  opacity: 1;
  background-image: url("../images/HH-arrow-right-link.png");
  background-position: right center;
  background-repeat: no-repeat; }

#essenceInfoWrap {
  height: 360px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-top: solid 1px #7f7f7f;
  margin-right: 10px;
  width: 100%;
  position: relative; }

#essenceTool ::-webkit-scrollbar {
  width: 10px; }

/* Track */
#essenceTool ::-webkit-scrollbar-track {
  border: 1px solid #e5e9ec;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* Handle */
#essenceTool ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e5e9ec; }

#essenceTool ::-webkit-scrollbar-thumb:window-inactive {
  background: #000e77; }

#essenceTool ::-webkit-scrollbar-button:start {
  display: block;
  background-color: red; }

#essenceTool ::-webkit-scrollbar-button:end {
  display: none; }

#essenceTool .toolRight {
  float: right;
  width: 66%;
  /*660px;*/ }

#essenceTool .foot {
  width: 100%;
  float: left;
  margin-top: 20px; }

#essenceTool .foot .left {
  float: left; }

#essenceTool .foot .right {
  float: right; }

#essenceTool .essenceInfo {
  float: left;
  width: 100%; }

#essenceTool .essenceInfo img {
  float: left; }

#essenceTool .essenceInfo .infoWrap {
  float: left;
  width: 83.3333333%;
  /*550px;*/ }

#essenceTool .essenceInfo .more {
  color: #333333;
  font-style: italic;
  font-family: "Crimson Text", serif; }

#essenceTool .toolRight img {
  float: left;
  width: 14.3939394%;
  padding-top: 20px;
  margin-right: 02.2727273%; }

#essenceTool .toolRight h3 span {
  font-style: italic;
  color: #7f7f7f;
  font-weight: normal;
  font-size: 20px;
  font-family: "Crimson Text", serif; }

#essenceTool .toolRight label {
  color: #000e77;
  font-weight: normal;
  font-size: 18px;
  margin-right: 15px; }

#essenceTool .toolRight checkbox {
  border: none; }

/************* END ESSENCE TOOL ************/
/******************* ESSENCE INFO ****************/
.essenceDetailWrap {
  max-width: 32%;
  margin-bottom: 15px;
  float: left;
  margin-right: 10%; }

.essenceInfoWrap {
  padding: 10px;
  float: left;
  width: 100%;
  background-color: #d6edf5; }

.essenceInfoWrap h3 {
  margin-top: 0px;
  margin-bottom: 25px; }

.essenceInfoWrap p {
  font-size: 14px;
  width: 100%;
  float: left;
  display: table; }

.essenceInfoWrap p a {
  text-decoration: underline; }

.essenceInfoWrap span {
  float: right;
  text-align: left;
  width: 50%;
  display: table-cell; }

/************** TABS ************/
.nav-tabs {
  border: none;
  position: relative;
  top: -71px;
  clear: both; }

.nav-tabs li a {
  border-left: solid 1px #000e77;
  border-right: solid 1px #000e77;
  border-top: solid 1px #000e77;
  border-radius: 2px;
  margin-right: 0px;
  color: #000e77; }
  .nav-tabs li a:focus {
    outline: none; }

.nav-tabs li:first-child a {
  margin-right: 30px; }

.nav-tabs li.active a {
  border: solid 1px white;
  color: #000e77; }

.nav-tabs li a:hover {
  background-color: #cdcfe4; }

/************** END TABS ************/
/********** GROUP LANDING ***********/
#groupLanding .center {
  width: 64%;
  margin: 0 auto; }

#groupLanding .section {
  margin-bottom: 50px;
  float: left;
  width: 100%; }

#groupLanding .left {
  width: 57%;
  /*570px;*/
  float: left;
  margin-right: 12%;
  /*120px;*/ }

#groupLanding .left img {
  float: left;
  margin-right: 20px; }

#groupLanding .left .innerLeft {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

#groupLanding .left .share {
  margin-top: 20px; }

#groupLanding .right {
  width: 31%;
  /*310px;*/
  float: right; }

.stepPagination {
  margin: 0 auto;
  padding-top: 30px;
  clear: both; }

.stepPagination a {
  color: #000e77; }

.stepPagination .next svg {
  margin-left: 10px; }

.stepPagination .next {
  font-weight: bold;
  font-size: 28px;
  font-family: "Crimson Text", serif;
  margin-bottom: 25px; }

.stepPagination .next span {
  font-style: italic; }

.stepPagination .prev {
  font-weight: 500; }

.stepPagination .prev svg {
  margin-right: 10px; }

.stepPagination .back-link {
  display: inline-block;
  padding-left: 14px;
  position: relative;
  font-size: 24px;
  font-family: "Crimson Text", serif;
  margin-bottom: 16px;
  margin-left: 10px; }
  .stepPagination .back-link:before {
    background: url("../images/HH-arrow-right-link.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 10px;
    width: 18px;
    left: 0; }
  .stepPagination .back-link:hover {
    margin-left: 0;
    padding-left: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.buyCTA {
  width: 15%;
  float: left;
  position: relative;
  margin-right: 2%; }

.buyCTA p {
  font-size: 14px;
  line-height: 20px; }

.buyCTA:hover .buyCTA .hover {
  opacity: 1; }

.buyCTA .hover {
  position: absolute;
  height: 105%;
  width: 115%;
  background-color: rgba(210, 234, 248, 0.95);
  padding: 11%;
  top: 0px;
  margin-left: -7.5%;
  opacity: 0;
  margin-top: -6%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.buyCTA .image {
  text-align: center;
  border: solid 1px black; }

.buyCTA:last-child {
  margin-right: 0%; }

.buyCTA .reveal-show {
  opacity: 1 !important;
  z-index: -10 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* Safari */ }

/************* END GROUP LANDING **************/
/*********** EDUCATIONAL RESOURCE **********/
#languageSelection {
  float: right;
  padding: 10px 20px 10px 10px;
  border: solid 1px #000e77;
  border-radius: 5px;
  width: 220px;
  position: relative;
  margin-left: 10px;
  margin-bottom: 10px; }

#languageSelection .arrow {
  position: absolute;
  top: 22px;
  bottom: 0px;
  margin: 0 auto;
  right: 8px; }

#languageSelection a {
  margin-bottom: 2px;
  display: inline-block; }

#languageSelection a img {
  vertical-align: middle; }

#educationalResource .center {
  width: 64%;
  margin: 0 auto;
  margin-bottom: 50px; }

#educationalResource .left {
  width: 66%;
  /*660px;*/
  float: left;
  margin-right: 19%;
  /*190px;*/ }

.videoHead {
  position: relative;
  width: 100%; }

.videoHead h3.bottom {
  margin-top: 5px; }

.videoHead .share {
  position: absolute;
  top: -39px;
  right: 5px;
  z-index: 1;
  color: #000e77;
  border-left: 1px solid #000e77;
  border-top: 1px solid #000e77;
  border-right: 1px solid #000e77;
  border-radius: 3px;
  padding: 12px 10px 12px 10px;
  width: 130px;
  border-bottom: 0px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.videoHead.lightBox .share {
  top: 16px; }

.videoHead .share:hover {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

#videoWrap video {
  width: 100%;
  max-width: 100%;
  }

.externalHead {
  float: left;
  width: 100%; }

.modelClose.external {
  float: right;
  display: table;
  height: 40px; }

.modelClose.external p {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0px;
  font-family: "Crimson Text", serif;
  color: #7f7f7f;
  font-size: 24px; }

.modelClose.external svg {
  display: table-cell;
  margin-left: 10px;
  vertical-align: middle;
  padding-right: 15px;
  margin-bottom: 0px;
  height: 100%; }

.videoHead.lightBox {
  position: relative;
  width: 100%;
  float: left; }

.videoHead.lightBox h3 {
  float: left;
  margin-bottom: 10px; }

.videoHead.lightBox a.button.share {
  position: absolute;
  right: 10px;
  bottom: -5px; }

#educationalResource .right {
  width: 15%;
  /*150px;*/
  float: left; }

#educationalResource .right .image {
  width: 100%;
  border: solid 1px #7f7f7f;
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center; }

#educationalResource .right h4 {
  font-weight: normal;
  line-height: 1em; }

#educationalResource .right p {
  font-size: 14px;
  line-height: 1.4em; }

#educationalResource .right a.more {
  font-family: "Crimson Text", serif;
  font-style: italic;
  color: #000e77;
  font-size: 18px;
  width: 100%; }

#educationalResource .right a.button {
  width: 100%; }

#relatedList {
  clear: both;
  width: 64%;
  margin: 0 auto;
  padding-top: 20px; }

#relatedList h2 {
  margin-bottom: 40px; }

#relatedList article {
  margin-bottom: 5px;
  width: 100%;
  float: left; }

#relatedList .imageLeft {
  float: left;
  width: 30.3030303%;
  /*200px;*/
  position: relative; }

#relatedList .imageLeft a {
  display: inline-block;
  width: 100%; }

#relatedList .imageLeft .play {
  display: table;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 8px 0px 8px 13px;
  width: 130px;
  background-color: rgba(255, 255, 255, 0.8); }

#relatedList .imageLeft .play svg {
  margin-right: 15px; }

#relatedList .imageLeft .play span {
  color: #000e77;
  font-size: 28px;
  font-weight: bold;
  font-family: "Crimson Text", serif; }

#relatedList .imageLeft .play * {
  vertical-align: middle; }

#relatedList .relatedDescription {
  background-color: #edf4a7;
  padding: 20px;
  float: left;
  width: 60.6060606%;
  /*460px;*/ }

#relatedList .relatedDescription h3 {
  margin-top: 0px;
  color: #000e77;
  padding-top: 0px; }

#relatedList .relatedDescription h3 a {
  margin-top: 0px;
  color: #000e77;
  padding-top: 0px; }

#relatedList .relatedDescription h3 a:hover {
  text-decoration: underline;
  background-image: url("../images/HH-arrow-left-link.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
  background-position-y: 10px;
  padding-bottom: 5px; }

#relatedList .relatedDescription p {
  font-size: 13px;
  line-height: 18px; }

/*********** END EDUCATIONAL RESOURCE **********/
/******************** TIMELINE *******************/
.vco-storyjs h2.start,
.vco-storyjs h2,
.vco-storyjs .text h3 {
  font-family: "Crimson Text", serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #000e77 !important;
  margin-bottom: 20px !important; }

.vco-storyjs p {
  font-family: "Alegreya Sans", sans-serif !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #333333 !important; }

.vco-slider .nav-previous .icon {
  background-image: url("../images/HH-arrow-right-link.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }

.vco-slider .nav-next .icon {
  background-image: url("../images/HH-arrow-left-link.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }

.storyjs-embed.storyjs-embed.storyjs-embed {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 30px !important;
  max-width: 1000px;
  width: 100%; }

.vco-slider .slider-item .content {
  vertical-align: top; }

.vco-storyjs.vco-storyjs.vco-storyjs p {
  font-size: 15px !important; }

/******************** END TIMELINE *******************/
/************* MEDIA QUERIES **********/
@media (max-width: 1000px) {
  .narrowWrapper {
    width: 92%;
    /*920 / 1000*/ } }
@media (max-width: 900px) {
  .footList:nth-child(4n) {
    margin-right: 0px; }

  .footList {
    width: 22.6%; }

  #footerExternalWrap {
    float: left;
    width: 100%;
    border-top: solid 1px #000e77;
    margin-top: 15px;
    padding-top: 15px; }

  #footerExternalWrap .footList.left {
    width: auto;
    float: left; }

  #footerExternalWrap .footList.right {
    width: auto;
    float: right; } }
@media (max-width: 1005px) {
  nav ul li {
    font-size: 14px; } }
@media (min-width: 890px) {
  .menuIcon {
    display: none; }
	
	

  nav .arrow {
    display: none; }

  .dropdown.mobMenu {
    display: none; } }
@media (max-width: 890px) {
  #desktopMenu {
    display: none; }

  header {
    position: relative;
    background-color: white; }

  header .menuIcon {
    text-align: center;
    display: table-cell;
    vertical-align: middle; }

  header .menuIcon p {
    margin-bottom: 0px;
    color: #000e77;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-weight: 500; }

  /***** MOBILE NAVIGATION *****/
  .dropdown.mobMenu {
    vertical-align: middle;
    margin-bottom: -40px;
	display:inline-block
	}

  .dropdown.mobMenu > ul > li {
    border: none;
    border-bottom: solid 1px #c6c7c9;
    width: 100%;
	padding-left: 10px;
    padding-right: 40px; }
	
	.one-third{
		float:none;
		display:inline-block;
		min-width:20%;
		margin-left:10px;
	}
	.container.logo-top-big{
		display:none!important;
	}
	.content {
		padding-top: 65px!important
	}
	.shop{
		text-align:center;
		
	}
	.dropdown.search a {
		font-size: 12px;
	}
	.logo-small img{float:none!important;}
	header{text-align:center!important;height:auto;}
	header .shop a {font-size:12px;margin-bottom:5px;}
	.dropdown.search{
		float: unset;
		
		padding-bottom: 8px;
	}
	.logo-small{
		width:40%!important;
		display:inline-block!important;
		
	}
	.logo-small img{padding-left:0px!important;}
	.carousel-slide div.left{
		width:100%!important;
		padding:10px!important;
	}
	.carousel-slide{
		height:320px!important;
		background-size:cover!important;
		background-position:center;
		padding-top:20px!important;

	}
	.button-stack{
		padding-top:90px!important;
		margin-left:20px!important;
	}
	
	.button-stack a{
		margin-bottom:10px!important;
		width:100%!important;
	}
  .dropdown.mobMenu ul li a:hover {
    border: none;
    background: none; }

  .dropdown.mobMenu ul li a {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    border: none;
    color: #000e77;
    width: 100%;
    display: inline-block;
    background: none; }

  .dropdown.mobMenu ul li a.active {
    border: none;
    background: none; }

  .dropdown-toggle.mobMenu {
    font-size: 15px;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    color: #000e77;
    text-decoration: none; }

  .dropdown-toggle.mobMenu svg {
    margin-right: 5px; }

  .dropdown.mobMenu {
    position: static; height:21px;margin-right:10px;}

  .dropdown-menu.mobMenu {
	width:95%;
    min-width:0;
    margin-top:0px;
	text-align:left;
	margin-left:2%;
    height: 80vh;
    right: 0;
    overflow-y: scroll; }
    .dropdown-menu.mobMenu:before {
      border-bottom: 7px solid rgba(0, 0, 0, 0.2);
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      content: "";
      display: inline-block;
      left: 30px;
      position: absolute;
      top: -7px; }

  .mobMenu ul {
    padding: 0;
    z-index: 1001; }
  .mobMenu > li {
    padding: 3px 0; }
  .mobMenu > li > a {
    font-size: 1.3em; }
  .mobMenu .caret {
    display: none; }
  .mobMenu .sub-dropdown {
    padding-left: 10px;
    list-style: none outside none; }
  .mobMenu .break {
    display: none; }
  .mobMenu.mobMenu.mobMenu li {
    border-bottom-color: transparent; }
  .mobMenu > li:nth-of-type(2n) {
    background: #f7f7f7; }
  .mobMenu li a:hover,
  .mobMenu li a:active,
  .mobMenu li.active a:hover,
  .mobMenu li.active a:active {
    color: #000e77; }

  /****** END MOBILE NAVIGATION *******/ }
@media (max-width: 768px) {
	.hero-block-right img{
		margin-top:100px!important;
		padding:0px!important;
		height:auto!important;
		
	}
	.hero-block-right{
		padding-top:40px!important;
	}
	.hero-block-left{
		padding-top:40px!important;
	}
	
  #staticHeader {
    width: 100%; }

  #staticHeader .narrowWrapper {
    width: 90%; }

  #staticHeader .left {
    float: left;
    width: 50%; }

  #staticHeader .right {
    float: right;
    width: 35%; }

  #blogListingWrap {
    width: 100%; }

  .articleHeader {
    width: 100%; }

  #blogArticle {
    width: 100%; }

  #blogArticle article {
    padding-left: 0px;
    width: 100%; }

  #groupLanding .center {
    width: 100%; }

  #groupLanding .left {
    width: 100%; }

  #groupLanding .right {
    width: 100%;
    margin-top: 15px; }

  #groupLanding .break {
    display: none; }

  #groupLanding .left .innerLeft {
    margin-bottom: 0px; }

  #groupLanding .left .share {
    margin-left: 15px; }

  .stepPagination {
    width: 100%; }

  #educationalResource .left {
    margin-right: 5%; }

  #educationalResource .right {
    width: 29%; }

  #relatedList {
    width: 100%; }

  #relatedList .imageLeft {
    width: 29.5%; }

  #relatedList .relatedDescription {
    width: 70.5%; }

  #educationalResource .center {
    width: 100%; }

  #languageSelection {
    float: none;
    margin-left: 0px;
    margin-bottom: 0px; }

  #fixedNav {
    float: left;
    padding-top: 50px;
    position: absolute;
    top: 0;
    left: 12%; }

  #fixedNav ul {
    padding-left: 0px;
    text-align: left; }

  #fixedNav ul li {
    padding-left: 0px;
    text-align: left; }

  #fixedNav ul li a {
    text-align: left;
    background: none; } }
@media (max-width: 750px) {
  .fixedNavWrap {
    display: none; }

  .rightStd.wide {
    width: 100%; } }
@media (min-width: 700px) {
  .pagination.mobile {
    display: none; } }
@media (max-width: 700px) {
  #fullWidthBoxout .left {
    display: none; }

  #fullWidthBoxout .right {
    display: none; }

  #fullWidthBoxout .middle {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto; }

  .articlePagination {
    display: none; }

  #essenceTool .toolLeft {
    width: 100%; }

  #essenceTool .toolRight {
    width: 100%; } }
@media (max-width: 600px) {
	#gridLayout .three-items{width:96%!important;margin-top:20px;}
	.hero-block-left{width:100%!important;}
	.hero-block-right{display:none;}
	.narrowWrapper h2{padding-top:10px!important;}
  .dropdown-menu.search {
    left: -60px; }

  .dropdown-menu.search:before {
    left: 75px; }

  #footerExternalWrap {
    border: none; }

  #lowerFooter {
    border-top: none;
    height: auto;
    line-height: 2.2em; }

  #lowerFooter ul {
    padding-left: 0px;
    width: 100%; }

  #lowerFooter ul li {
    float: left;
    width: 100%;
    border-bottom: solid 1px #c6c7c9;
    font-size: 14px;
    padding-left: 0px;
    margin-left: 0px; }
    #lowerFooter ul li.copy {
      border-bottom: none;
      margin: 20px auto -25px;
      font-size: 13px; }

  #lowerFooter p {
    text-align: left;
    border-bottom: solid 1px #c6c7c9;
    width: 100%; }

  #staticHeader .left {
    width: 100%; }

  #staticHeader .right {
    display: none; }

  #blogListingWrap div.image {
    float: left; }

  #blogListingWrap div.content {
    width: auto;
    float: none; }

  #blogListingWrap div.image img {
    max-height: 100px; }

  #blogListingWrap div.content h2 {
    float: left;
    margin-top: 0px;
    font-size: 26px; }

  #blogListingWrap div.content p {
    float: left;
    width: 100%;
    margin-top: 15px; }

  #gridLayout .gridItem h3 {
    font-size: 18px; }

  .rightStd.wide .colLeft {
    width: 100%;
    margin-right: 0px; }

  .rightStd.wide .colRight {
    width: 100%; }

  .buyImageBlock {
    width: 100%;
    display: table; }

  .buyImageBlock .imageWrap {
    width: 45%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top; }

  .buyImageBlock .textWrap {
    display: inline-block;
    width: 50%;
    position: relative;
    height: 100%; }

  .buyImageBlock .textWrap a.button {
    position: absolute;
    bottom: 0px; }

  .buyImageBlock .textWrap h3 {
    font-weight: normal;
    font-size: 20px;
    vertical-align: top;
    margin-top: 0px; }

  .rightStd.wide #gridLayout .gridItem {
    width: 47%;
    margin-right: 6%; }

  .rightStd.wide #gridLayout .gridItem:nth-child(2n) {
    margin-right: 0px; }

  .rightStd.wide #gridLayout .gridItem:nth-child(3n) {
    margin-right: 6%; } }
@media (max-width: 550px) {
  #footerTop .footList ul li {
    display: none; }

  #footerTop .footList {
    float: left;
    width: 100%;
    margin-right: 0px; }

  #footerTop .footList ul {
    margin-bottom: 0px; }

  #footerTop h4 a {
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #c6c7c9;
    padding-bottom: 5px;
    font-size: 14px;
    background-image: url("../images/HH-arrow-left-link.png");
    background-position: right center;
    background-repeat: no-repeat; }

  #signUp .inner {
    width: 90%; }

  #signUp .inner input {
    width: 65%; }

  #gridLayout .search {
    float: left;
    width: 100%;
    margin-top: 15px; }

  #groupLanding .left img {
    display: none; }

  .videoHead {
    width: 100%; }

  #educationalResource .left {
    width: 100%;
    margin-bottom: 20px; }

  #educationalResource .right {
    width: 100%; }

  #relatedList .imageLeft {
    display: none; }

  #relatedList .relatedDescription {
    width: 100%; }

  #relatedList article {
    margin-bottom: 2px; }

  #introBoxout .left {
    width: 100%; }

  #introBoxout .right {
    width: 100%; } }
@media (min-width: 400px) {
  .min400 {
    display: inline-block; }

  .footList h4.mobile {
    display: none; }

  #footerExternalWrap .footList.external.mobile {
    display: none; }

  a.button.external {
    padding: 5px 25px 5px 5px;
    text-align: center; } }
@media (max-width: 400px) {
  .min400 {
    display: none; }

  .dropdown-menu.search {
    min-width: 290px;
    left: -90px; }

  .dropdown-menu.search:before {
    left: 87px; }

  header .shop a.button.external {
    padding: none; }

  footer .accordion-toggle {
    background-image: url("../images/HH-arrow-up-link.png");
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block; }

  footer .accordion-toggle.collapsed {
    background-image: url("../images/HH-arrow-down-link.png");
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block; }

  footer ul li a {
    display: inline-block;
    background-image: url("../images/HH-arrow-left-link.png");
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%; }

  .footList h4.desktop {
    display: none; }

  .footList ul li {
    font-size: 14px; }

  #footerExternalWrap .footList.external {
    float: left;
    width: 100%; }

  #footerExternalWrap .footList.external h4 {
    border-bottom: solid 1px #000e77;
    padding-bottom: 5px;
    margin-bottom: 5px; }

  #footerExternalWrap .footList.external ul li {
    width: 100%;
    border-bottom: solid 1px #c6c7c9;
    list-style: none;
    background-image: url("../images/external.png");
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 0px;
    padding-left: 25px; }

  #footerExternalWrap .footList.external.desktop {
    display: none; }

  .pagination {
    margin-top: 30px;
    float: left; }

  .pagination .left {
    top: -40px; }

  .pagination .right {
    top: -40px; }

  #gridLayout .gridItem {
    width: 48%;
    margin-right: 4%; }

  #gridLayout .gridItem:nth-child(2n) {
    margin-right: 0px; }

  .nav-tabs li:first-child a {
    margin-right: 10px; } }
@media (max-width: 300px) {
  .dropdown-menu.search {
    width: auto;
    min-width: 150px;
    left: -30px; }

  .dropdown-menu.search:before {
    left: 27px; }

  .nav-tabs li a {
    padding-left: 5px;
    padding-right: 5px; } }
[class*="multicolumn"] {
  clear: both;
  width: 100%;
  height: 100%; }
  [class*="multicolumn"] .column {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    height: 100%; }

[class*="multicolumn"] .column .contentBlock {
  float: left;
  max-width: 500px;
  width: 100%;
  padding: 30px 8%; }
  @media (max-width: 600px) {
    [class*="multicolumn"] .column .contentBlock {
      padding-top: 0; }
      [class*="multicolumn"] .column .contentBlock h2 {
        font-size: 1.8em; } }
[class*="multicolumn"] .column .contentWrapper {
  float: left; }
[class*="multicolumn"] .column .narrowWrapper {
  max-width: 500px; }
  @media (min-width: 501px) {
    [class*="multicolumn"] .column .narrowWrapper {
      float: left; } }

@media (min-width: 501px) {
  [class*="multicolumn"] .column:first-child .contentBlock,
  [class*="multicolumn"] .column:first-child .contentWrapper,
  [class*="multicolumn"] .column:first-child .narrowWrapper {
    float: right; } }

.multicolumn1.multicolumn1 > div {
  width: 100%; }
.multicolumn1.multicolumn1 .column .contentBlock {
  float: left; }

.home [class*="multicolumn"] .column .contentBlock {
  padding-top: 0; }
  @media (max-width: 600px) {
    .home [class*="multicolumn"] .column .contentBlock {
      padding: 0 1% 30px; } }

#gridLayout .gridItem .gridHover {
  background: #a4e1f4;
  background: -moz-linear-gradient(top, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(164, 225, 244, 0.8)), color-stop(100%, rgba(98, 174, 224, 0.8)));
  background: -webkit-linear-gradient(top, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e1f4', endColorstr='#62aee0',GradientType=0 );
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2); }

#gridLayout .gridItem .gridGreen {
  background: -webkit-linear-gradient(rgba(190, 248, 197, 0.8), rgba(145, 214, 164, 0.8));
  background: -o-linear-gradient(rgba(190, 248, 197, 0.8), rgba(145, 214, 164, 0.8));
  background: -moz-linear-gradient(rgba(190, 248, 197, 0.8), rgba(145, 214, 164, 0.8));
  background: linear-gradient(rgba(190, 248, 197, 0.8), rgba(145, 214, 164, 0.8));
  background: -webkit-gradient(rgba(190, 248, 197, 0.8), rgba(145, 214, 164, 0.8));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bef8c5', endColorstr='#91d6a4',GradientType=0 );
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2); }

.page-wrap {
  float: left;
  width: 100%;
  position: relative; }

#content-wrap,
#sidebar {
  position: relative; }

.std-content #gridLayout {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  overflow: hidden; }
  .std-content #gridLayout h2 {
    padding-left: 20px; }

#sidebar {
  margin: auto;
  max-width: 1000px;
  width: 100%; }

#fixedNav {
  left: auto;
  padding-top: 0; }
  #fixedNav ul {
    padding-top: 50px; }
  #fixedNav li {
    min-width: 130px; }
  #fixedNav #to-top {
    display: block;
    color: #000E77;
    padding-left: 33px;
    font-size: 14px;
    font-family: "Alegreya Sans",sans-serif;
    position: relative; }
    #fixedNav #to-top:before {
      content: '';
      width: 10px;
      height: 10px;
      left: 20px;
      top: 5px;
      position: absolute;
      background: url("../images/arrow-up-small.png") no-repeat 0 0 scroll transparent; }
    #fixedNav #to-top:hover, #fixedNav #to-top:active {
      opacity: 1; }
  @media (max-width: 500px) {
    #fixedNav {
      display: none; } }

#essenceNav {
  display: none; }
  @media (min-width: 500px) {
    #essenceNav {
      display: block; } }

#mobNav {
  width: 96%;
  margin: auto;
  margin-top: 7px;
  border-radius: 5px;
  position: relative; }
  @media (min-width: 500px) {
    #mobNav {
      display: none; } }
  #mobNav span {
    font-size: 1.6em;
    font-family: "Crimson Text",serif;
    display: block;
    padding: 10px 4px;
    position: relative;
    z-index: 100;
    cursor: pointer; }
  #mobNav ul {
    padding-left: 0;
    padding-top: 50px;
    border-radius: 5px;
    margin-top: -6px;
    width: 100%;
    top: 5px;
    z-index: 20;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    background: #a4e1f4;
    background: -moz-linear-gradient(top, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(164, 225, 244, 0.8)), color-stop(100%, rgba(98, 174, 224, 0.8)));
    background: -webkit-linear-gradient(top, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e1f4', endColorstr='#62aee0',GradientType=0 ); }
  #mobNav.green-nav ul {
    background: #bef8c5;
    background: -moz-linear-gradient(top, #bef8c5 0%, #91d6a4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bef8c5), color-stop(100%, #91d6a4));
    background: -webkit-linear-gradient(top, #bef8c5 0%, #91d6a4 100%);
    background: -o-linear-gradient(top, #bef8c5 0%, #91d6a4 100%);
    background: -ms-linear-gradient(top, #bef8c5 0%, #91d6a4 100%);
    background: linear-gradient(to bottom, #bef8c5 0%, #91d6a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bef8c5', endColorstr='#91d6a4',GradientType=0 ); }
  #mobNav ul.show {
    max-height: 9999px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  #mobNav li {
    width: 100%;
    padding: 2px 6px;
    margin-bottom: 5px;
    list-style: none outside none;
    font-size: 1.2em;
    display: block; }
  #mobNav a {
    display: block; }

#nav-wrap {
  position: absolute;
  z-index: 1000; }
  @media (max-width: 500px) {
    #nav-wrap {
      position: static; } }

#content-wrap .contentWrapper > div {
  padding-left: 0; }
  @media (min-width: 500px) {
    #content-wrap .contentWrapper > div {
      padding-left: 150px; } }
  @media (min-width: 1000px) {
    #content-wrap .contentWrapper > div {
      padding-left: 240px; } }

#scrollDown {
  margin: -90px auto 10px;
  max-width: 1000px;
  height: 55px;
  position: relative; }
  @media (max-width: 768px) {
    #scrollDown {
      width: 98%;
      margin-top: 20px; } }
  #scrollDown a {
    display: block;
    width: 35px;
    height: 42px;
    background: url("../images/arrow-down-large.png") no-repeat 0 0 scroll transparent;
    background-image: none, url("../images/arrow-down-large.svg");
    position: absolute; }
    #scrollDown a.homepage {
      margin: auto; }
    @media (max-width: 1000px) {
      #scrollDown a {
        margin-left: 1%; } }

#scrollDown a {
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none; }

#scrollDown a:hover {
  top: -5px;
  -webkit-transition: all 02s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#scrollDown a:active {
  top: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none; }

#scrollDown a.onload {
  -webkit-animation: Bounce linear 10s;
  -moz-animation: Bounce linear 10s;
  animation: Bounce linear 10s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-iteration-count: 3;
  -moz-animation-iteration-count: 3;
  animation-iteration-count: 3; }

@-webkit-keyframes Bounce {
  0% {
    top: 0;
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1); }
  2% {
    top: -25px; }
  4% {
    top: 0; }
  6% {
    top: -10px; }
  8% {
    top: 0; }
  9% {
    top: -5px; }
  10% {
    top: 0; }
  100% {
    top: 0;
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1); } }
@-moz-keyframes Bounce {
  0% {
    top: 0;
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1); }
  2% {
    top: -25px; }
  4% {
    top: 0; }
  6% {
    top: -10px; }
  8% {
    top: 0; }
  9% {
    top: -5px; }
  10% {
    top: 0; }
  100% {
    top: 0;
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1); } }
@keyframes Bounce {
  0% {
    top: 0;
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1); }
  2% {
    top: -25px; }
  4% {
    top: 0; }
  6% {
    top: -10px; }
  8% {
    top: 0; }
  9% {
    top: -5px; }
  10% {
    top: 0; }
  100% {
    top: 0;
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1); } }
.no-cssgradients #signUp {
  height: 360px;
  background: url("../images/radial-bg1.jpg") center 0 no-repeat scroll #FFAB31; }

.contact-page a {
  border: 1px solid #000E77;
  border-radius: 2px;
  padding: 2px 6px;
  margin: 5px 10px 5px 0; }
  .contact-page a i {
    margin-left: 3px; }
.contact-page .narrowWrapper {
  max-width: 1000px; }
  @media (max-width: 768px) {
    .contact-page .narrowWrapper {
      width: 98%; } }

.articlePagination .right svg {
  top: 7px;
  position: relative; }

.gridHover a {
  display: block; }

.narrowWrapper .nav a {
  padding: 15px 30px; }
  @media (max-width: 600px) {
    .narrowWrapper .nav a {
      padding: 15px 10px; } }

.essenceDetailWrap img {
  width: 100%; }

@media (max-width: 700px) {
  .essenceInfoWrap h3 {
    font-size: 1.2em; }
  .essenceInfoWrap p {
    float: none;
    width: 100%;
    font-weight: bold; }
  .essenceInfoWrap span {
    float: none;
    width: 100%;
    display: block;
    font-weight: normal; } }

.product-carousel {
  position: relative;
  clear: both; }

@media (max-width: 1000px) {
  #siteWrapper .nav-tabs a {
    background: rgba(255, 255, 255, 0.5); } }
#siteWrapper .nav-tabs .active a {
  background: #fff; }

#bach.tab-pane .intro-area,
#bach.tab-pane .video-area {
  float: left;
  width: 50%;
  margin-bottom: 40px; }
  @media (max-width: 700px) {
    #bach.tab-pane .intro-area,
    #bach.tab-pane .video-area {
      width: 100%; } }
#bach.tab-pane .center {
  width: 100%;
  max-width: 500px;
  margin: auto; }
#bach.tab-pane .left {
  float: left;
  width: 70%;
  margin-bottom: 30px; }
  @media (max-width: 500px) {
    #bach.tab-pane .left {
      width: 100%; } }
#bach.tab-pane .right {
  float: right;
  width: 25%; }
  @media (max-width: 700px) {
    #bach.tab-pane .right {
      float: left;
      width: 100%; } }
#bach.tab-pane .video-area .left {
  width: 100%;
  padding-right: 20px; }
#bach.tab-pane .video-area .right {
  padding-right: 20px;
  margin-top: 0; }
@media (max-width: 700px) {
  #bach.tab-pane .video-area .left, #bach.tab-pane .video-area .right {
    padding-right: 0; } }
@media (max-width: 800px) {
  #bach.tab-pane .videoHead h3 {
    display: block;
    padding-bottom: 50px; } }
#bach.tab-pane .videoHead .share {
  right: 0;
  top: -9px; }
  @media (max-width: 800px) {
    #bach.tab-pane .videoHead .share {
      right: auto;
      left: 0;
      top: 40px; } }
#bach.tab-pane .buyCTA {
  float: right;
  min-width: 130px;
  width: 50%; }
  #bach.tab-pane .buyCTA img {
    padding: 5px 20px;
    border: 1px solid #000000;
    display: block;
    margin: auto; }
  @media (max-width: 700px) {
    #bach.tab-pane .buyCTA {
      float: left;
      width: 100%; }
      #bach.tab-pane .buyCTA > img, #bach.tab-pane .buyCTA > section {
        float: left; }
      #bach.tab-pane .buyCTA > img {
        padding: 0;
        width: 30%;
        max-width: 90px;
        border: none;
        margin-top: 10px; }
      #bach.tab-pane .buyCTA > section {
        width: 70%;
        padding-left: 10px; } }
#bach.tab-pane .intro-area h1 {
  font-size: 30px; }
  @media (min-width: 500px) {
    #bach.tab-pane .intro-area h1 {
      font-size: 38px; } }

#languageSelection .arrow {
  top: 12px; }

/*.carousel-slide {
    min-height: 260px !important;
    img {
        height: auto;
        max-height: 260px;
    }
}*/
#carousel-wrap #staticHeader {
  position: relative;
  padding-bottom: 0; }
  #carousel-wrap #staticHeader #logo {
    left: 50%;
    margin-left: -104.5px;
    position: absolute;
    z-index: 20; }

.carousel {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 10;
  overflow: hidden; }
  .carousel .carousel-slides,
  .carousel .carousel-slide {
    min-height: 558px; }
  .carousel .slide-content {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 1000px;
    margin: auto; }
    .carousel .slide-content .left {
      padding: 190px 1% 0; }
  .carousel .slide-bg {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%; }
  .carousel .slide-image {
    width: 50%; }
    .carousel .slide-image img {
      height: auto; }
  .carousel .yellowFlower .slide-image {
    padding-top: 165px; }
  .carousel .choosingRemedies .slide-image {
    position: relative;
    right: -50px; }
  .carousel .flowerEssence .slide-image {
    padding-top: 80px; }
  .carousel .carousel-pagination {
    position: absolute;
    bottom: 30px;
    z-index: 100;
    width: 100%; }
  .carousel .mobile.carousel-pagination {
    width: 100% !important; }
    .carousel .mobile.carousel-pagination .carousel-navigation-previous,
    .carousel .mobile.carousel-pagination .carousel-navigation-next {
      padding: 5px 3%; }
  .carousel .slide-bg:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -10px;
    left: 0;
    z-index: 100;
    background-image: url("../images/Header-flare-and-burst.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: background-position 2s ease;
    -moz-transition: background-position 2s ease;
    transition: background-position 2s ease; }
    @media only screen and (min-width: 600px) and (max-width: 1000px) {
      .carousel .slide-bg:after {
        top: -140px; } }
  .carousel:hover .slide-bg:after {
    -webkit-transition: background-position 2s ease;
    -moz-transition: background-position 2s ease;
    transition: background-position 2s ease; }

@media (max-width: 1000px) {
  #staticHeader:hover,
  .carousel:hover .slide-bg:after {
    background-position: 50% 50%; } }

[class*="multicolumn"] > div {
  width: 50%; }
  [class*="multicolumn"] > div:first-child {
    margin-bottom: 0; }
  @media (max-width: 500px) {
    [class*="multicolumn"] > div {
      width: 100% !important; } }

.pre-footer {
  height: auto !important;
  clear: both;
  margin-top: 0 !important;
  padding-top:20px!important;
 }
  .pre-footer [class*="multicolumn"] > div {
    margin-bottom: 0; }

.pagination {
  display: inline-block; }

#desktopMenu ul {
  text-align: justify; }
  #desktopMenu ul li {
    float: none;
    display: inline-block;
	}
    #desktopMenu ul li a {
      padding: 5px; }
    #desktopMenu ul li.break {
      width: 100% !important;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      padding: 0;
      margin: 0;
      height: 0; }

.carouselItem {
  margin-left: 0 !important; }
  .carouselItem h4 {
    font-size: 18px; }
  .carouselItem .no-image {
    height: 150px;
    width: 110px;
    margin: auto;
    background: rgba(255, 255, 255, 0.3); }
  .carouselItem .image a {
    display: block;
    overflow: hidden;
    width: 106px;
    height: 150px;
    margin: auto; }
    .carouselItem .image a img {
      position: absolute;
      margin: auto;
      width: auto;
      max-width: none;
      height: 100%;
      left: 50%;
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

.no-csstransforms .carouselItem .image a img {
  left: auto; }

.product_navigation_previous,
.product_navigation_next {
  background-position: center 25% !important; 
  top:40px;
  }

#fullWidthBoxout .right img {
  margin-bottom: 10px; }

.contentBlock p {
  margin-bottom: 20px; }

.nav-tabs li:first-child a {
  margin-right: 0; }

.gallery-thumbs .owl-wrapper {
  margin: auto; }

.contentBlock {
  margin-bottom: 0; }

.contentWrapper .contentBlock {
  margin-bottom: 90px; }

.filterOpenWrap {
  cursor: pointer; }

.filterBlock {
  height: 50px; }
  .filterBlock ul {
    padding-left: 0; }
  .filterBlock ul li {
    list-style: none;
    float: left;
    margin-right: 5px; }

#essenceInfoLanding .center {
  max-width: 700px;
  margin: auto; }
  #essenceInfoLanding .center h2 {
    padding-top: 0; }
#essenceInfoLanding .left {
  max-width: 300px;
  margin-top: 15px;
  width: 100%; }
  #essenceInfoLanding .left .essenceDetailWrap {
    max-width: 100%;
    margin-right: 0; }
  @media (min-width: 500px) {
    #essenceInfoLanding .left {
      float: left;
      width: 38%;
      margin-top: 75px; }
      #essenceInfoLanding .left .essenceDetailWrap {
        max-width: 90%;
        margin-right: 10%; } }
#essenceInfoLanding .right {
  width: 100%;
  max-width: 600px; }
  @media (min-width: 500px) {
    #essenceInfoLanding .right {
      float: left;
      width: 62%; } }
  #essenceInfoLanding .right p {
    margin-bottom: 30px; }
#essenceInfoLanding .carouselItem {
  width: auto;
  cursor: pointer; }
  #essenceInfoLanding .carouselItem a:hover, #essenceInfoLanding .carouselItem a:active {
    opacity: 0.8;
    text-decoration: underline; }
#essenceInfoLanding .product-carousel .products {
  height: auto; }
#essenceInfoLanding audio {
  max-width: 100%; }

.product_navigation_previous,
.product_navigation_next {
  position: relative;
  z-index: 100;
  cursor: pointer; }

.stepPagination .prev a {
  background: url("/media/images/HH-arrow-right-link.png") no-repeat 0 center scroll transparent;
  padding-left: 20px; }

.dropdown-menu.search {
  padding: 0; }
  .dropdown-menu.search form {
    padding: 10px; }

.contentWrapper {
  position: relative; }
  .contentWrapper .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.contentWrapper [class*="multicolumn"] .column,
.contentWrapper [class*="multicolumn"] .column div {
  margin-bottom: 0; }
.contentWrapper .plugin_picture img {
  max-height: 340px;
  margin-top: 80px; }

.filterOpenWrap h2 {
  max-width: 1000px;
  margin: auto; }

.filterSection {
  max-width: 1000px;
  margin: auto; }

.narrowWrapper {
  clear: both;
  padding-bottom: 20px; }

.narrowWrapper:after {
  clear: both;
  content: "";
  display: table;
  width: 100%; }

.carouselItem {
  min-height: 390px;
  height: auto !important;
  padding-top: 16px;
  margin-top: 10px;
  cursor: pointer; }
  .carouselItem .image a {
    position: relative;
    z-index: 1;
    display: block; }
  .carouselItem .image img {
    margin-left: 10%;
    padding-left: 0;
    padding-right: 0; }
  .carouselItem:hover {
    background: rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .carouselItem:hover .image a:after {
      position: absolute;
      content: '';
      width: 80%;
      height: 100%;
      left: 10%;
      top: 0;
      background: rgba(255, 255, 255, 0.5); }
  .carouselItem .carouselProduct {
    margin: auto;
    padding: 9%;
    cursor: default; }
  .carouselItem .more.more {
    font-family: Georgia, serif;
    font-style: italic; }
    .carouselItem .more.more:hover, .carouselItem .more.more:active {
      background: transparent;
      text-decoration: underline; }
  .carouselItem a.button.external {
    margin: auto;
    display: block;
    max-width: 100px; }

.slide-image img {
  
  height: 360px;
  width: auto!important;
  margin-left: 100px;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:120px;
  max-height: 360px;
  }

.carousel-slide  {
	height:340px;padding:20px;
}

.carousel-slides{
	position: relative;
	margin-bottom:20px;
}

.slide-image{
	float:none!important;
	vertical-align: middle;
	margin-top: 10px;
}
  
/*
.column {
        padding-bottom: 40px;
        padding-top: 40px;
}
*/

#siteWrapper > .narrowWrapper {
  padding-bottom: 0; }

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out; }

input:focus:-moz-placeholder {
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out; }

input:focus:-ms-input-placeholder {
  opacity: 0.5;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out; }

.carousel-slide.choosingRemedies .slide-image img {
  max-height: 470px; }

.carouselProduct {
  position: relative;
  min-height: 250px;
  padding-bottom: 65px !important; }
  .carouselProduct .button-wrap {
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%; }
  .carouselProduct p {
    font-size: 15px; }
  .carouselProduct > p {
    text-align: left; }
  .carouselProduct a:hover, .carouselProduct a:active {
    background-color: #fff; }

.latest .narrowWrapper {
  width: 100%;
  max-width: 500px;
  position: relative; }
  @media (min-width: 600px) {
    .latest .narrowWrapper {
      padding-top: 40px; } }

.filterOpenCloseStrip {
  display: block;
  margin-top: 40px; }

.filterSection {
  display: none;
  clear: both;
  overflow: auto; }

.article-list {
  position: relative;
  top: 20px;
  border-top: 1px solid #bbb; }

.filterExtraInfo {
  display: block;
  margin-top: 20px; }

#fullWidthBoxout .left,
#fullWidthBoxout .right {
  width: 300px; }

.articleHeader img {
  margin: auto !important;
  height: auto;
  padding: 0 1%; }

#blogArticle .author, #blogArticle .filterCategory {
  text-align: center; }

#signUp .inner button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #signUp .inner button:hover, #signUp .inner button:active {
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.gridItem .imageWrap {
  overflow: hidden;
  height: 0;
  padding-bottom: 65%; }

.plugin_picture {
  display: block; }
  .plugin_picture.align-left {
    float: left; }
  .plugin_picture.align-center {
    margin: auto; }
  .plugin_picture.align-right {
    float: right; }

.page-wrap .contentWrapper .contentBlock,
.page-wrap .contentWrapper .video-js {
  max-width: 100%;width:600px;height:375px!important }

.page-wrap .narrowWrapper h2 {
  padding-top: 0; }


.article-list article {
  margin-bottom: 30px; }
.article-list a {
  display: block;
  padding: 15px; }
  .article-list a:hover, .article-list a:active {
    background: #a4e1f4;
    background: -moz-linear-gradient(top, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(164, 225, 244, 0.8)), color-stop(100%, rgba(98, 174, 224, 0.8)));
    background: -webkit-linear-gradient(top, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(164, 225, 244, 0.8) 0%, rgba(98, 174, 224, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e1f4', endColorstr='#62aee0',GradientType=0 );
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2); }
.article-list .image,
.article-list .content {
  display: inline-block;
  vertical-align: top;
  margin-right: -5px; }
.article-list .image {
  width: 30%; }
.article-list .content {
  width: 70%;
  padding-left: 20px;
  box-sizing: border-box; }
  .article-list .content h2 {
    margin: 0;
    padding: 0; }
  .article-list .content p {
    margin-top: 10px;
    margin-bottom: 0; }
@media (max-width: 750px) {
  .article-list .image,
  .article-list .content {
    width: 50%; }
  .article-list .content h2 {
    font-size: 24px;
    line-height: 25px; } }
@media (max-width: 550px) {
  .article-list .image,
  .article-list .content {
    width: 100%; }
  .article-list .image img {
    width: 100%;
    height: auto; }
  .article-list .content {
    padding-left: 0;
    padding-top: 20px; } }

#staticHeader {
  overflow: hidden; }
  #staticHeader > .narrowWrapper {
    position: relative; }
    #staticHeader > .narrowWrapper .right {
      position: absolute;
      right: 0;
      bottom: 0;
      top: -15px;
      height: 100%; }

.essence-detail-head #staticHeader .left {
  padding-bottom: 50px; }
.essence-detail-head #staticHeader .right {
  position: static;
  width: 50%; }

.essence-detail-content .nav-tabs > li {
  margin-right: 5px; }
.essence-detail-content .right {
  margin-top: 55px; }
.essence-detail-content .product-carousel {
  width: 100%; }
.essence-detail-content #mobNav {
  width: 100%;
  top: 20px; }
  .essence-detail-content #mobNav a {
    padding: 0; }
    .essence-detail-content #mobNav a:hover, .essence-detail-content #mobNav a:focus {
      background-color: transparent; }

.gallery-slides .owl-item {
  max-height: 495px;
  overflow: hidden; }
  .gallery-slides .owl-item img {
    height: 100%;
    width: auto; }

#bach.tab-pane .buyCTA img {
  border: 1px solid #b0beff; }

#languageSelection {
  width: auto;
  padding-right: 10px; }

#desktopMenu li a {
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  #desktopMenu li a.dropdown-tog {
    padding: 5px 10px; }
#desktopMenu li.has-dropdown > a {
  position: relative;
  border-radius: 5px 5px 0 0; }
  #desktopMenu li.has-dropdown > a:after {
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -2px;
    left: 0;
    background: #fff;
    content: ''; }
#desktopMenu li .sub-dropdown {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0 5px 5px 5px;
  max-width: 425px;
  z-index: 100;
  padding: 2px 5px;
  margin-top: -1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1001; }
  #desktopMenu li .sub-dropdown li {
    min-width: 200px;
    display: block;
    margin-top: 5px; }
#desktopMenu li:hover > a, #desktopMenu li:active > a {
  border: 1px solid #000e77;
  z-index: 1002;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
#desktopMenu li:hover .sub-dropdown, #desktopMenu li:active .sub-dropdown {
  visibility: visible;
  opacity: 1;
  border: 1px solid #000e77;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.grid-with-sidebar {
  padding-left: 0; }
  .grid-with-sidebar .gridListWrap {
    margin-top: 50px;
    padding: 0 20px; }
  .grid-with-sidebar .gridItem {
    width: 31%; }
  .grid-with-sidebar .right h3 {
    text-align: center; }
  .grid-with-sidebar .button.external {
    display: block;
    width: 100%;
    max-width: 170px;
    margin: auto; }
  .grid-with-sidebar h2 {
    clear: both; }
  .grid-with-sidebar .video-image {
    padding-top: 40px;
	width:600px!important;
	}
  @media (min-width: 500px) {
    .grid-with-sidebar {
      padding-top: 10px;
      padding-left: 140px; }
      .grid-with-sidebar .left, .grid-with-sidebar .right {
        float: left; }
      .grid-with-sidebar .left {
        width: 60%;
        padding-top: 9%; }
      .grid-with-sidebar .right {
        width: 40%; } }
  .grid-with-sidebar .right img,
  .grid-with-sidebar .right .details {
    display: inline-block;
    width: 48%;
    vertical-align: top; }
    @media (min-width: 500px) {
      .grid-with-sidebar .right img,
      .grid-with-sidebar .right .details {
        width: 100%;
        display: block; } }
  @media (min-width: 1000px) {
    .grid-with-sidebar {
      padding-left: 240px; } }

.button.external.added {
  background-color: #fff; }

.store-tooltip {
  background: #fff;
  left: 15%;
  position: absolute;
  top: -25px;
  width: 70%;
  border-radius: 1px solid #8896FF;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
  opacity: 0;
  transition: all 0.2s;
  visibility: hidden;
  z-index: -1; }
  .store-tooltip:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff; }

.button.external:hover + .store-tooltip {
  top: -15px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
  z-index: 1; }

.no-cssanimations #staticHeader:hover {
  background-position: 50% 0; }
.no-cssanimations .carousel:hover .slide-bg:after {
  background-position: 70% 50%; }

.video-block {
  max-width: 500px; }

.video-wrapper {
  max-width: 500px; }

.grid-layout .video-block,
.grid-layout .video-wrapper {
  margin: auto; }

.plugin_video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden; }
  .plugin_video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.vco-slider .slider-item .content {
  vertical-align: top; }

.vco-slider .nav-container {
  top: 180px; }

.hero-block #logo {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -105px; }
.hero-block > .narrowWrapper {
  padding-top: 0px; }

.hero-block .plugin_picture {
  max-width: 100%; }
.hero-block #staticHeader .right img {
  margin-top: -20px; }
.hero-block .column h1,
.hero-block .column h2 {
  padding-top: 0px; }
.hero-block.short {
  min-height: 0; }
  .hero-block.short .narrowWrapper {
    height: auto;
    min-height: 0; }
@media (max-width: 599px) {
  .hero-block .column.column {
    width: 100% !important; }
  .hero-block .plugin_picture {
    display: none; } }
@media (max-width: 900px) {
  .hero-block .plugin_picture {
    margin-top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); } 
	.product_navigation_previous.mobile-only{
		display:block!important;
	}

	.product_navigation_next.mobile-only{
		display:block!important;
	}
	
	}

@media (min-width: 500px) {
  .home .column.column {
    padding-bottom: 40px; } }
@media (min-width: 500px) {
  .home .column.column .right {
    float: right;
    max-width: 330px;
    padding-left: 20px; } }
.home .column.column .right h5 a {
  position: relative;
  padding-right: 24px; }
  .home .column.column .right h5 a:after {
    position: absolute;
    content: '';
    background: url("../images/HH-arrow-left-link.png") no-repeat 0 0 scroll transparent;
    width: 18px;
    height: 20px;
    top: 3px;
    right: 0;
    opacity: 0; }
  .home .column.column .right h5 a:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.essence-list {
  overflow: auto; }


  @media (max-width: 600px) {
    .essence-list .column img {
      display: none; }
    .grid-with-sidebar .video-image {
        width: 100%!important;
        overflow: auto; }
	  }

.grid-wrap {
  clear: both;
  overflow: auto;
  width: 100%; }

#gridLayout.grid-wrap .gridListWrap {
  padding: 0; }
@media (max-width: 700px) {
  #gridLayout.grid-wrap .gridItem h3 {
    font-size: 17px; } }

.grid-layout #gridLayout .gridItem {
  width: 33.3333%;
  float: left;
  margin-right: -4px;
  padding: 20px 20px 60px; }
.grid-layout #gridLayout .gridItem .gridHover {
  margin-left: -20px;
  width: 100%; }
@media (max-width: 600px) {
  .grid-layout #gridLayout .gridItem {
    width: 50%; } }
.grid-layout .narrowWrapper p {
  padding: 20px 0 10px; }

#gallery {
  max-width: 1000px;
  width: 100%;
  margin: auto auto 50px; }

#owl {
  width: 100%;
  margin: auto;
  clear: both;
  height: 0;
  padding-bottom: 65%;
  position: relative; }
  #owl .owl-carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #owl .owl-wrapper-outer {
    height: 100%; }
  #owl .owl-wrapper {
    height: 100%;
    max-height: 100%; }
  #owl .owl-item,
  #owl .slide,
  #owl .slide img {
    height: 100%; }
  #owl .slide img {
    width: auto;
    margin: auto; }
  @media (max-width: 500px) {
    #owl {
      margin-top: 30px; } }

#sync1.owl-carousel {
  bottom: 10%; }

#sync2.owl-carousel {
  top: 91%;
  left: 35%;
  width: 30%; }
  #sync2.owl-carousel img {
    cursor: pointer; }
#sync2 .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%; }
#sync2 .owl-prev,
#sync2 .owl-next {
  text-indent: 500%;
  white-space: nowrap;
  overflow: hidden;
  width: 20px;
  position: absolute;
  margin-top:-10px;
  top: -10px; }
#sync2 .owl-prev {
  left: -25px;
  background: url("../images/HH-arrow-right-link.png") no-repeat scroll center center transparent; }
#sync2 .owl-next {
  right: -25px;
  background: url("../images/HH-arrow-left-link.png") no-repeat scroll center center transparent; }

/*.slider-wrap {
    width: 100%;
    position: relative;
    max-width:1000px;
    margin:auto auto 50px;
    clear:both;
}*/
.image-slider {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 61%;
  z-index: 2; }
  .image-slider .slide {
    position: absolute;
    width: 90%;
    left: 5%;
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0;
    z-index: -10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .image-slider .slide.current-slide {
      opacity: 1;
      z-index: 1;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .image-slider .slide img {
      max-width: 100%;
      height: auto;
      max-height: 100%;
      display: block;
      margin: auto; }
    .image-slider .slide .info {
      position: absolute;
      bottom: -100%;
      width: 100%;
      padding: 13px 10px;
      text-align: center;
      -webkit-transition: all 0.2s ease-in-out 0.1s;
      -moz-transition: all 0.2s ease-in-out 0.1s;
      -ms-transition: all 0.2s ease-in-out 0.1s;
      -o-transition: all 0.2s ease-in-out 0.1s;
      transition: all 0.2s ease-in-out 0.1s; }
      .image-slider .slide .info.show {
        bottom: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

.slider-nav {
  overflow: auto;
  clear: both;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1; }
  .slider-nav > a {
    text-decoration: none;
    position: absolute; }
  .slider-nav #prev, .slider-nav #next {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    top: 5%;
    height: 90%;
    width: 10%; }
    .slider-nav #prev:focus, .slider-nav #next:focus {
      outline: none; }
  .slider-nav #prev {
    left: 0;
    background: url("../images/HH-arrow-right-link.png") no-repeat scroll center center transparent; }
  .slider-nav #next {
    right: 0;
    background: url("../images/HH-arrow-left-link.png") no-repeat scroll center center transparent; }
  .slider-nav #info-icon {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: none; }
  .slider-nav span a {
    text-align: center;
    display: block; }

.owl-carousel .carouselItem {
  width: 92%;
  margin-left: 4%; }

.owl-carousel .owl-stage-outer {
  padding: 0 5px !important; }

.related-essences {
  padding-top: 40px; }

.related-essences > h3 {
  margin-bottom: 20px; }

.related-essence-block a {
  display: block;
  clear: both;
  height: 150px;
  margin-bottom: 10px;
  background: #EAF6AA;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s; }
  .related-essence-block a:hover, .related-essence-block a:active {
    background: #dff17c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .related-essence-block a:hover img, .related-essence-block a:active img {
      opacity: 0.7;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
.related-essence-block [class*="grid"] {
  float: left;
  height: 100%; }
.related-essence-block .grid-3 {
  width: 33.3333%;
  overflow: hidden; }
  .related-essence-block .grid-3 img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
.related-essence-block .grid-9 {
  width: 66.6666%;
  padding: 0 2%; }

.essences .plugin_picture img,
.drBach .plugin_picture img {
  margin-top: 45px; }

.ber-button {
  width: 75%;
  float: left; }

.essence-glp {
  padding-right: 40px !important;
  display: block;
  margin-top: 40px;
  position: relative; }
  @media (min-width: 500px) {
    .essence-glp {
      margin-top: 0; } }
  @media (min-width: 950px) {
    .essence-glp {
      float: right;
      top: -110px; } }

.five-flower-list .combo-block {
  clear: both;
  overflow: auto; }
.five-flower-list .owl-carousel .owl-item {
  margin-bottom: 20px; }
.five-flower-list .product_navigation_next {
  top:40px;		
  right: 12px; }
.five-flower-list .carouselItem:hover {
  background: rgba(190, 248, 197, 0.8); }
.five-flower-list #gridLayout h2 {
  padding-bottom: 0; }
.five-flower-list .grid-with-sidebar .gridListWrap {
  margin-top: 20px; }
.five-flower-list .gridItem.product-combo {
  margin-bottom: 20px; }
.five-flower-list .product-combo .imageWrap {
  padding-bottom: 70%; }
.five-flower-list #gridLayout .gridItem .gridGreen.reveal-show {
  opacity: 0.8; }
@media (max-width: 650px) {
  .five-flower-list #gridLayout .gridItem {
    width: 45%;
    margin: 0 2.5%; } }
@media (max-width: 850px) {
  .five-flower-list #gridLayout .gridItem h3 {
    font-size: 17px; } }

.column .contentWrapper .contentBlock + .contentBlock {
  margin-top: -120px;
  margin-bottom: 0; }
  .column .contentWrapper .contentBlock + .contentBlock h2 {
    padding-top: 0; }

.home .carousel-outer {
  clear: both;
  overflow: hidden;
  position: relative; }
  .home .carousel-outer #scrollDown {
    clear: both;
    margin: auto auto -55px;
    top: -55px;
    z-index: 20; }

.publications-listing-wrap .owl-carousel {
  width: 90%;
  margin: auto;
  position: relative; }
  .publications-listing-wrap .owl-carousel .carousel-inner {
    padding: 10px; }
    .publications-listing-wrap .owl-carousel .carousel-inner .carousel-content {
      min-height: 85px; }
      .publications-listing-wrap .owl-carousel .carousel-inner .carousel-content p.carousel-title {
        color: #000e77;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px; }
      .publications-listing-wrap .owl-carousel .carousel-inner .carousel-content p.carousel-info {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400; }
    .publications-listing-wrap .owl-carousel .carousel-inner a {
      font-size: 18px;
      font-style: italic;
      color: #000e77;
      font-family: "Crimson Text", serif; }
  .publications-listing-wrap .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    color: #000e77; }
    .publications-listing-wrap .owl-carousel .owl-nav .owl-prev {
      left: -5%;
      position: absolute; }
    .publications-listing-wrap .owl-carousel .owl-nav .owl-next {
      right: -5%;
      position: absolute; }

.publication-listing {
  padding-left: 0;
  margin-top: 60px; }
  .publication-listing .publication-wrap {
    list-style-type: none;
    margin-bottom: 40px;
    position: relative; }
    .publication-listing .publication-wrap .pub-content {
      width: 60%;
      display: inline-block;
      margin-right: -5px;
      margin-left: 10%; }
      .publication-listing .publication-wrap .pub-content h3 {
        margin-top: 0; }
      @media (max-width: 850px) {
        .publication-listing .publication-wrap .pub-content {
          margin-left: 0; } }
      @media (max-width: 650px) {
        .publication-listing .publication-wrap .pub-content {
          width: 100%; } }
      .publication-listing .publication-wrap .pub-content p.pub-ctas a.more {
        margin-left: 10px; }
    .publication-listing .publication-wrap .pub-image {
      width: 30%;
      margin-right: -5px;
      display: inline-block;
      vertical-align: top;
      text-align: center; }
      @media (max-width: 850px) {
        .publication-listing .publication-wrap .pub-image {
          width: 40%; } }
      @media (max-width: 650px) {
        .publication-listing .publication-wrap .pub-image {
          width: 100%;
          float: none;
          margin-bottom: 10px; }
          .publication-listing .publication-wrap .pub-image img {
            width: 80%;
            margin: auto;
            height: auto; } }
      @media (max-width: 400px) {
        .publication-listing .publication-wrap .pub-image img {
          width: 100%; } }

/*# sourceMappingURL=main.css.map */
.owl-controls .owl-dot {
    display: inline-block;
}

.owl-controls{
	text-align:center;
}

.owl-prev{
	float:left;
	margin-top: -210px;
	cursor: pointer;
	padding:10px;
	position: relative;
}

.owl-next{
	float:right;
	position: relative;
	margin-top: -210px;
	cursor: pointer;
	padding:10px;
}

.owl-prev .fa, .owl-next .fa{
	font-size:20px;
}

.owl-controls .owl-dot.active span {
    opacity: 1;
}
.owl-carousel .owl-stage-outer{
	padding:0px!important
}

.owl-controls .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.content {
  padding-top: 175px;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.mobile-small-header{
	
	background-image: url(/static/images/HHerbs-logo_Blue_small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar-default{
	background-image:none;
	background-color: white;
}

.carousel-slide div.left{
	
    padding: 20px;
    
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot.active span {
    opacity: 1;
}

.owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-dots{
	padding-top:5px;
	text-align:center;
}

.shadow-border-long{
	height: 5px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 2px 5px rgba(0,0,0,0.075);
}

.contentWrapper .hero-block{
	
		padding-bottom:20px!important;
		padding-top: 20px!important;
	
}


.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

.button-stack{
	float:none;
	padding-top:90px;
	
}

.button-stack a{
	box-sizing: border-box;
    margin: 0 auto;
    padding: 8px;
	margin-right:10px;
    width: 80%;
    max-width: 200px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-out;
	
}


.carousel-slide .slide-content{
	text-align:center;
}
.carousel-slide{
	background-repeat:no-repeat;background-size:cover;
	padding-top:90px;
}

.slide-content .left h2{
	text-shadow:2px 2px 4px #000000
}

.slide-content .left p{
	text-shadow:2px 2px 4px #000000
}

.slide-content .left{
	float:none;
}

#gridLayout .gridItem .gridHover a.download3 {
    position: absolute;
    bottom: 95px;
    width: 80%;
}

#gridLayout .gridItem .gridHover a.download2 {
    position: absolute;
    bottom: 55px;
    width: 80%;
}

#gridLayout .gridItem .gridHover a.download1 {
    position: absolute;
    bottom: 15px;
    width: 80%;
}

.square-border{
	border:1px solid #000e77;
	margin-bottom:20px;
}

#gridLayout .three-items{
	width:29.3%;
	margin-top:20px;
	margin-left:2%;
	padding-bottom:20px;
}

.gridItem.three-items .imageWrap{
	padding-bottom:68%!important;
}

#gridLayout .gridItem.three-items h3{
	margin-top:25px;
}

#gridLayout .gridItem.three-items .gridHover{
	height:110%;
}

.hero-block-left{
	width:60%;
	float:left;
	padding-right:2%;
	padding-left:2%;
}

.hero-block-right{
	width:30%;
	float:right;
}

.hero-block-right img{
	max-height:300px;
}

.gradient-wrapper{
	margin-bottom:20px;
}

.css-twelve-healers.essence-list{
	display:none;
}

.css-seven-helpers.essence-list{
	display:none;
}

.css-2-19.essence-list{
	display:none;
}

.contentWrapper.choosingRemedies.gradient-wrapper .hero-block .narrowWrapper{
	padding-bottom:40px!important;
}

.narrowWrapper .contentBlock.content-block{
	padding-top:0px;
}

.hero-block-right{
	padding-top:50px;
}
.hero-block-left{
	padding-top:70px;
}

#gridLayout .gridItem.three-items:nth-child(4n){
	margin-right:2%!important;
}

.one-third{
	padding-right:15px;
}

#essenceNav .nav.nav-tabs{
	top:-51px;
}

.essence-detail-head .narrowWrapper{
	padding-top:40px!important;
	padding-bottom:20px!important;
}

.product_navigation_previous.mobile-only{
	display:none;
}

.product_navigation_next.mobile-only{
	display:none;
}

#gridLayout .gridItem .gridHover a.download.5_flower_page{
	bottom:55px;
}

.contentBlock.content-block h2{
padding-top:20px;
}
