.hannah {
    background: url("/media/export/images/hr-double-border.png?1366128733") repeat-x scroll 0 bottom transparent;
    padding: 35px 0 50px;
    text-align: center;
}
.hannah h2 {
    margin-bottom: 25px;
    font-size: 23px;
    line-height: 26px;
}
.hannah  h1, .hannah  h2, .hannah  h3 {
    color: #000000;
    font-family: 'NewtextITCStd-Regular';
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 2px;
    padding-bottom: 2px;
}
.hannah h3, .hannah .h3 { font-size: 17px; }
.hannah .container:before, .hannah .container:after {
    content: " ";
    display: table;
}
.hannah .container:after {
    clear: both;
}
.hannah .container:before, .hannah .container:after {
    content: " ";
    display: table;
}
.hannah .container {
    margin: 0 auto;
    width: 615px;
}
.hannah .container img { margin-bottom: 12px; }
.hannah .container .col1 {
    float: left;
    margin: 0 35px 0 0;
    width: 290px;
}
.hannah .container .col2 {
    float: left;
    margin: 0;
    width: 290px;
}

.hannah .btn-white {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: inline-block;
    font-size: 11px;
    height: 23px;
    letter-spacing: 1px;
    line-height: 22px;
    padding: 0 14px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.hannah a {
    text-decoration: none;
    transition: border-bottom 0.2s ease 0s;
}

.hannah p {
    line-height: 1.7;
    margin: 0 0 25px;
}

.hannah h1 a:hover, .hannah h2 a:hover, .hannah h3 a:hover, .hannah h4 a:hover, .hannah h5 a:hover, .hannah h6 a:hover {
    border-bottom: 1px solid #000000;
    text-decoration: none;
}

.hannah .tasting_notes { display: none; }
.tab-container .tab-titles {
  max-width: 646px;
  margin: 0 auto 25px;
}
.tab-container .benefit-title,
.tab-container .candle-care-title {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  font-size: 20px;
}
.tab-container .tab-divider {
  border: 0.5px solid #767676;
  display: inline-block;
  height: 29px;
  position: relative;
  top: 10px;
  margin: 0 25px;
}
.candle-care-container__description {
  max-width: 602px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 1.7;
}
.candle-care-container__subtitle {
  margin-bottom: 15px;
  font-size: 17px;
  letter-spacing: 1px;
  font-family: 'NewtextITCStd-Regular';
  font-variant: small-caps;
}
.tab-container .container,
.candle-care-container {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 1s ease-in-out;
}
.tab-container .active {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.tab-container .selected {
  border-bottom: 1px solid #000;
}
