.search-form--form
{
  padding: 0 10px;
}
@media(min-width: 708px)
{
  .search-form--form
  {
    padding: 0 120px 0 80px;
  }
}
.search-form--form .input-group
{
  margin-bottom: 10px;
}
.search-form--form .input-group-btn
{
  padding-left: 20px;
}
.search-form--form .content-type--select
{
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #7fbfc8;
  font-weight: normal;
  padding: 6px 0;
  width: 100%;
}
@media(min-width: 708px)
{
  .search-form--form .content-type--select
  {
    width: auto;
    padding-right: 40px;
  }
}
.search-form--form .content-type--select:after
{
  font-family: 'bkl-icons';
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7fbfc8;
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 0;
  line-height: 37px;
  pointer-events: none;
}
.lt-ie9 .search-form--form .content-type--select:after
{
  display: none;
}
.search-form--form .content-type--select select
{
  border: 0;
  width: 100%;
  width: calc(100% + 40px);
  background: #fff;
  border-radius: 0;
  max-width: none;
  -webkit-appearance: none;
  padding: 0 10px;
}
.search-form--form .content-type--select select:active, .search-form--form .content-type--select select:focus
{
  outline: 0;
}
.search-suggestion--container
{
  color: #005f73;
}
.search-suggestion--container h4
{
  font-size: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0 10px;
}
@media(min-width: 708px)
{
  .search-suggestion--container h4
  {
    font-size: 22px;
    padding: 0 20px 0 20px;
  }
}
.search-suggestion--container .search-suggestion--group
{
  padding: 15px 10px;
}
.search-suggestion--container .search-suggestion--group.odd
{
  background-color: #f2f8f9;
}
@media(min-width: 708px)
{
  .search-suggestion--container .search-suggestion--group
  {
    padding: 15px 20px 15px 20px;
  }
}
.search-suggestion--container .search-suggestion--group div:first-child
{
  font-size: 12px;
  margin-bottom: 15px;
}
.search-suggestion--container .search-suggestion--group p:first-child
{
  margin-top: 0;
}
.search-suggestion--container .search-suggestion--group p:last-child
{
  margin-bottom: 0;
}
.search-suggestion--container .search-suggestion--group a
{
  color: #005f73;
  text-decoration: none;
  position: relative;
}
.search-suggestion--container .search-suggestion--group a:hover
{
  text-decoration: underline;
}
.search-suggestions
{
  overflow-x: hidden;
}
@media(min-width: 708px)
{
  .search-suggestions
  {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.search-form--container
{
  padding: 0;
}
@media(min-width: 708px)
{
  .search-form--container
  {
    position: absolute;
    background: #fff;
    top: 80px;
    right: 0;
    width: 100%;
    max-width: 830px;
    padding: 40px 0 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-left: 80px solid #009ea0;
  }
  .lt-ie9 .search-form--container
  {
    width: 800px;
  }
  .search-form--container:before
  {
    font-family: 'bkl-icons';
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 44px;
    position: absolute;
    display: block;
    top: 0;
    left: -80px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
  }
}
.search-form--container .close
{
  display: none;
  color: #005f73;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
@media(min-width: 708px)
{
  .search-form--container .close
  {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
  }
  .search-form--container .close:after
  {
    font-family: 'bkl-icons';
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
  }
}
.search-form--form .brands input
{
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.search-form--form .brands label
{
  margin-left: 10px;
  font-weight: normal !important;
}
.search-form--form .brands span.paw
{
  margin-left: 2px;
  margin-right: 3px;
}
.search-form--form .brands span.paw::before
{
  width: 15px;
  background-image: url(/app_themes/au/images/paw-icon.png);
  height: 15px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  content: ' ';
}
.search-suggestions a.paw::before
{
  width: 15px;
  background-image: url(/app_themes/au/images/paw-icon.png);
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  margin-right: 5px;
  display: inline-block;
}
@media(min-width: 708px)
{
  .search-suggestions a.paw::before
  {
    left: -20px;
    top: 1px;
    position: absolute;
    display: inline-block;
  }
}
.search-banner-container
{
  margin-top: 20px !important;
  position: relative;
  margin-bottom: 20px !important;
}
.search-form
{
  background-color: #fff;
  padding-bottom: 20px;
}
.search-form::before
{
  content: ' ';
  display: table;
}
.search-form::after
{
  clear: both;
  content: ' ';
  display: table;
}
.search-form .search-icon
{
  position: relative;
  top: 38px;
  padding: 0 10px 0 10px;
  color: #009ea0;
  font-size: 22px;
}
.search-form .searchbox
{
  width: auto;
  margin-right: 90px;
  margin-left: 40px;
}
.search-form .suggestions
{
  margin: 10px 20px;
}
.search-form .suggestions>span
{
  cursor: pointer;
  padding: 3px 10px;
  background: #2196f3;
  color: #fff;
  margin: 0 3px;
  border-radius: 30px;
}
.search-form .errors
{
  margin: 10px 20px;
}
.search-form .search-filter
{
  width: 100px;
  position: absolute;
  right: -17px;
  top: 35px;
}
.search-form .search-filter a
{
  text-decoration: none;
}
.search-form .paw-item
{
  color: #fa9a08;
}
.search-form .filters-panel
{
  margin: 0 20px;
}
.loading-indicator
{
  text-align: center;
}
.loading-indicator img
{
  max-width: 100px;
}
.selected-filters
{
  margin-left: 20px;
  margin-right: 20px;
}
.selected-filters .filter-item
{
  background-color: #2196f3;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  font-size: .9em;
  margin: 1px 2px;
  cursor: pointer;
  float: left;
}
.selected-filters .filter-item i
{
  margin-left: 5px;
}
.selected-filters a
{
  float: left;
  padding: 10px;
  margin-left: 10px;
}
.search-panels
{
  min-height: 200px;
  width: 100%;
  z-index: 999;
}
.search-panels>div
{
  width: 100%;
  min-height: 100%;
  display: block;
  padding: 10px;
}
.search-panels .results-container
{
  margin-left: -20px;
  margin-right: -20px;
}
.search-form .sort-by
{
  margin: .9em;
}
.search-form .sort-by select
{
  width: auto;
  min-width: 200px;
  display: inline;
  border-bottom-color: #fa9a08;
}
@media(max-width: 707px)
{
  .search-form .sort-by
  {
    float: none !important;
  }
}
.cart-total--container
{
  background: #f6f6f6;
  border-bottom: 2px solid #e3e3e3;
  border-top: 2px solid #e3e3e3;
  margin: 20px -10px;
  padding: 15px 10px;
}
@media(min-width: 708px)
{
  .cart-total--container
  {
    background: #fff;
    border: 0;
    margin: 20px 0;
    padding: 0;
  }
}
.cart-total--container .submit-button--container
{
  padding-top: 15px;
}
@media(min-width: 708px)
{
  .cart-total--container .submit-button--container
  {
    border-top: 2px solid #fff;
    margin-top: 15px;
    padding-top: 15px;
    text-align: right;
  }
}
.cart-total--container .btn-primary
{
  width: 100%;
}
@media(min-width: 708px)
{
  .cart-total--container .btn-primary
  {
    width: auto;
  }
}
.cart-total--row
{
  display: table;
  width: 100%;
}
@media(min-width: 708px)
{
  .cart-total--row
  {
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 20px;
  }
}
.cart-total--title
{
  display: table-cell;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  width: 33.33333%;
}
@media(min-width: 708px)
{
  .cart-total--title
  {
    border-right: 2px solid #f6f6f6;
    font-size: 25px;
    padding-right: 10px;
    vertical-align: top;
    width: 83.33333%;
  }
}
.cart-total--price
{
  display: table-cell;
  font-size: 25px;
  font-weight: 200;
  text-align: right;
  width: 66.66666%;
}
@media(min-width: 708px)
{
  .cart-total--price
  {
    border-top: 0;
    margin-top: 0;
    padding: 0 0 0 10px;
    text-align: right;
    vertical-align: top;
    width: 16.66667%;
  }
  .cart-total--price p
  {
    bottom: 0;
    line-height: 40px;
  }
}
.cart-total--price del
{
  color: #7fbfc8;
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
}
@media(min-width: 708px)
{
  .cart-total--price del
  {
    display: block;
    margin-right: 0;
  }
}
.default--content
{
  margin: 0 auto;
}
.default--content ul, .default--content ol
{
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
}
.default--content ul li, .default--content ol li
{
  position: relative;
  padding-left: 2em;
}
.default--content ul li:before, .default--content ol li:before
{
  position: absolute;
  color: #009ea0;
  left: .5em;
}
.default--content ul li:before
{
  content: "•";
  font-size: 1.2em;
}
.default--content ol
{
  counter-reset: brandOrderedList;
}
.default--content ol li:before
{
  counter-increment: brandOrderedList;
  content: counter(brandOrderedList) '.';
}
.default--content h2
{
  font-size: 26px;
}
.default--content h2:after
{
  border-bottom-color: #7fbfc8;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  content: '';
  display: block;
  margin-top: 10px;
  width: 220px;
}
.default--content figure img
{
  border-top: 5px solid #009ea0;
}
.default--content blockquote
{
  border-top: 0;
  font-size: 21px;
  margin: 45px 0;
  padding: 25px 0 0;
  position: relative;
}
.default--content blockquote:before
{
  content: '';
  border-top: 5px solid #009ea0;
  display: block;
  position: absolute;
  top: 0;
  width: 15%;
}
.default-style>h2
{
  background: none;
  text-align: center;
  font-size: 30px;
}
.default-style>h2:after
{
  content: ' ';
  display: block;
  width: 100px;
  margin: 10px auto;
  border-bottom: 4px solid #7fbfc8;
}
@media(min-width: 708px)
{
  .checkout--container
  {
    padding-top: 30px;
    padding-bottom: 60px;
    background: #fff;
  }
}
ul.card-icons
{
  left: -55px;
  position: relative;
}
.card-icons li
{
  list-style-type: none;
  cursor: normal;
}
.card-icons li a
{
  cursor: default;
  margin: 0 20px 0 0;
}
.card-icons li a.visa
{
  background-image: url(/app_themes/AU/images/cc-icons.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 55px;
  width: 95px;
  float: left;
  margin-bottom: 12px;
}
.card-icons li a.visa.hover
{
  background-position: -95px 0 !important;
}
.card-icons li a.master
{
  background-image: url(/app_themes/AU/images/cc-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -55px;
  height: 55px;
  width: 95px;
  float: left;
  margin-bottom: 12px;
}
.card-icons li a.master.hover
{
  background-position: -95px -55px !important;
}
.card-icons li a.amex
{
  background-image: url(/app_themes/AU/images/cc-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -110px;
  height: 55px;
  width: 95px;
  float: left;
  margin-bottom: 12px;
}
.card-icons li a.amex.hover
{
  background-position: -95px -110px !important;
}
.shares--container
{
  background: #fff;
  font-size: 12px;
  padding: 20px 0;
  position: relative;
}
@media(max-width: 707px)
{
  .shares--container
  {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 2px solid #e3e3e3;
  }
}
@media(min-width: 708px)
{
  .shares--container
  {
    text-align: center;
  }
}
.shares-count
{
  min-height: 32px;
}
.shares-count span
{
  font-size: 21px;
}
.shares-count a
{
  text-decoration: none;
}
.shares-count a:focus
{
  outline: none;
}
.shares-count a:after
{
  font-family: 'bkl-icons';
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fa9a08;
  font-size: 22px;
}
.shares-actions
{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.4);
  z-index: 10000;
}
@media(min-width: 708px)
{
  .shares-actions
  {
    position: static;
  }
}
.shares-actions--container
{
  background: #fff;
  border: 2px solid #e3e3e3;
  font-size: 15px;
  left: 50%;
  padding: 50px 33px 30px;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10000;
}
@media(min-width: 708px)
{
  .shares-actions--container
  {
    left: 0;
    padding: 20px 30px;
    top: 100%;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
  .shares-actions--container:after
  {
    content: '';
    border-bottom: 14px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -14px;
  }
  .shares-actions--container:before
  {
    content: '';
    border-bottom: 16px solid #e3e3e3;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    left: 50%;
    margin-left: -22px;
    position: absolute;
    top: -16px;
  }
}
.shares-actions--container a
{
  cursor: pointer;
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
.shares-actions--container a:last-child
{
  margin-bottom: 0;
}
.shares-actions--container a:hover
{
  text-decoration: underline;
}
.shares-actions--container [class^="social-icon--"]
{
  background-color: #fa9a08;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: baseline;
  border-width: 0;
  border-radius: 50%;
  margin-right: 15px;
}
.shares-actions--container [class^="social-icon--"]:hover
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
}
.shares-actions--container [class^="social-icon--"]:focus, .shares-actions--container [class^="social-icon--"]:active:focus, .shares-actions--container [class^="social-icon--"].active:focus
{
  outline: 0;
}
.shares-actions--container [class^="social-icon--"]:after
{
  font-family: 'bkl-icons';
  content: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
}
.shares-actions--container [class^="social-icon--"].btn:hover, .shares-actions--container [class^="social-icon--"].btn:focus, .shares-actions--container [class^="social-icon--"].btn:active:focus, .shares-actions--container [class^="social-icon--"].btn.active:focus
{
  color: #fff;
}
.shares-actions--container .social-icon--facebook:after
{
  content: "";
}
.shares-actions--container .social-icon--twitter:after
{
  content: "";
}
.shares-actions--container .social-icon--pinterest:after
{
  content: "";
}
.shares-actions--container .social-icon--googleplus:after
{
  content: "";
}
.shares-actions--close
{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 32px;
}
.shares-actions--close:after
{
  font-family: 'bkl-icons';
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 0;
  display: block;
  font-weight: bold;
  position: absolute;
  right: 0;
  padding: 10px;
}
@media(min-width: 708px)
{
  .shares-actions--close
  {
    display: none;
  }
}
.shares-actions--container .social-icon--email:after
{
  content: "";
  font-family: FontAwesome !important;
  font-size: 18px;
}
.shipping-details--container
{
  background: transparent;
  margin: 20px 0 30px;
  padding-bottom: 15px;
}
.shipping-details--container h2
{
  font-size: 26px;
}
.shipping-details--container h2:after
{
  border-bottom-color: #7fbfc8;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  content: '';
  display: block;
  margin-top: 10px;
  width: 220px;
}
@media(min-width: 708px)
{
  .shipping-details--container
  {
    background: #fff;
    border-bottom: 2px solid #f6f6f6;
    display: table;
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.payment-creditcard--container
{
  margin: 30px 0 20px;
  padding-bottom: 15px;
}
.payment-creditcard--container h2
{
  font-size: 26px;
}
.payment-creditcard--container h2:after
{
  border-bottom-color: #7fbfc8;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  content: '';
  display: block;
  margin-top: 10px;
  width: 220px;
}
@media(min-width: 708px)
{
  .payment-creditcard--container
  {
    background: #fff;
    border-bottom: 2px solid #f6f6f6;
    display: table;
    margin: 20px 0;
    padding: 0 0 15px;
    width: 100%;
  }
}
.payment-creditcard--container fieldset
{
  background: #fff;
  padding: 30px 15px;
}
@media(min-width: 708px)
{
  .payment-creditcard--container fieldset
  {
    background: initial;
    padding: 0;
  }
}
.expiry-date-field
{
  font-size: 0;
}
.expiry-date-field select
{
  font-size: 15px;
  display: inline-block;
  width: 50%;
}
#cardType
{
  display: none;
}
.modal.only-body .bootbox-close-button
{
  display: none;
}
@media(max-width: 708px)
{
  .listing-related--container
  {
    border-top: 2px solid #e3e3e3;
  }
}
.listing-item
{
  position: relative;
  background: #fff;
  margin-bottom: 6px;
}
@media(min-width: 708px)
{
  .listing-item
  {
    margin-bottom: 10px;
  }
}
.listing-item h1, .listing-item h2, .listing-item h3, .listing-item h4, .listing-item h5, .listing-item h6
{
  margin: 0;
  font-size: 15px;
}
@media(min-width: 708px)
{
  .listing-item h1, .listing-item h2, .listing-item h3, .listing-item h4, .listing-item h5, .listing-item h6
  {
    font-size: 19px;
  }
}
.listing-item h1:after, .listing-item h2:after, .listing-item h3:after, .listing-item h4:after, .listing-item h5:after, .listing-item h6:after
{
  font-family: 'bkl-icons';
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 10px;
  right: 6px;
  color: #fa9a08;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  border-color: inherit;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
}
@media(min-width: 708px)
{
  .listing-item h1:after, .listing-item h2:after, .listing-item h3:after, .listing-item h4:after, .listing-item h5:after, .listing-item h6:after
  {
    right: 25px;
  }
}
.listing-item a
{
  position: relative;
  display: block;
  z-index: 100;
  color: inherit;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 30px;
  padding-right: 100px;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: inherit;
  min-height: 80px;
  border-right: 40px solid transparent;
  text-decoration: none;
}
@media(min-width: 708px)
{
  .listing-item a
  {
    padding-right: 160px;
  }
}
@media(min-width: 708px)
{
  .listing-item a
  {
    border-right-width: 80px;
    min-height: 120px;
  }
}
.listing-item a:hover
{
  text-decoration: underline;
}
.listing-item a:after
{
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #f6f6f6;
}
.listing-item .listing-meta
{
  position: absolute;
  font-size: 12px;
  bottom: 0;
  margin-left: 15px;
  padding: 4px 10px;
}
@media(min-width: 708px)
{
  .listing-item .listing-meta
  {
    font-weight: 200;
    font-size: 15px;
    padding: 10px;
  }
}
.listing-item .author-image, .listing-item .listing-item--image
{
  position: absolute;
  top: 0;
  overflow: hidden;
  right: 40px;
  width: 90px;
  height: 80px;
}
@media(min-width: 708px)
{
  .listing-item .author-image, .listing-item .listing-item--image
  {
    right: 82px;
    width: 160px;
    height: 120px;
  }
}
.listing-item .author-image img, .listing-item .listing-item--image img
{
  width: auto;
  height: 100%;
  max-width: none;
}
.listing-item .author-image
{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 15px;
  padding: 0;
  margin: 0;
  margin-right: 20px;
}
@media(min-width: 708px)
{
  .listing-item .author-image
  {
    width: 90px;
    height: 90px;
    margin-right: 30px;
  }
}
.listing-item .listing-abstract
{
  display: none;
}
.related-article-with-abstract .listing-item
{
  min-height: 120px;
  border-left-width: 10px;
  border-left-style: solid;
}
.related-article-with-abstract .listing-item a
{
  min-height: auto;
  padding-bottom: 0;
  border-left: none;
}
.related-article-with-abstract .listing-item .listing-meta
{
  position: relative;
  margin-left: 5px;
  margin-top: 10px;
  display: block;
}
@media(min-width: 708px)
{
  .listing-item .listing-abstract
  {
    padding-right: 250px;
  }
}
@media(min-width: 1099px)
{
  .listing-item .listing-abstract
  {
    padding-top: 5px;
    margin-left: 15px;
    display: block;
  }
}
.ratings-count--container
{
  font-size: 12px;
}
.ratings-count--container span
{
  font-size: 21px;
}
.ratings-count--adjust-input
{
  border: 2px solid #fa9a08;
  background-color: #fff;
  padding: 3px 6px;
}
.js .ratings-count--adjust-input
{
  display: none;
}
.ratings-count--adjust
{
  background-color: #fa9a08;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: baseline;
  border-width: 0;
  border-radius: 50%;
  margin-right: 10px;
}
.ratings-count--adjust:hover
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
}
.ratings-count--adjust:focus, .ratings-count--adjust:active:focus, .ratings-count--adjust.active:focus
{
  outline: 0;
}
.ratings-count--adjust:after
{
  font-family: 'bkl-icons';
  content: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
}
.ratings-count--adjust.btn:hover, .ratings-count--adjust.btn:focus, .ratings-count--adjust.btn:active:focus, .ratings-count--adjust.btn.active:focus
{
  color: #fff;
}
.ratings-count--adjust.ratings-count--minus:after
{
  content: "";
}
.ratings-count--adjust.ratings-count--plus:after
{
  content: "";
}
.UP .ratings-count--adjust.ratings-count--minus, .DOWN .ratings-count--adjust.ratings-count--plus
{
  background-color: #adadad;
}
.ui-state-hover .ui-icon
{
  background-image: url("components/images/ui-icons_454545_256x240.png");
}
.ui-widget-header .ui-icon
{
  background-image: url("components/images/ui-icons_222222_256x240.png");
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
  background: #fff;
  border: 0 none;
  right: 9px;
  top: 18px;
}
.ui-dialog .ui-dialog-titlebar
{
  background: #009ea0;
  color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: normal;
}
.ui-dialog .ui-dialog-content
{
  font-size: 14px;
  padding: 20px;
}
.checkout-thanks--container
{
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 30px 25px;
}
.checkout-thanks--container h2
{
  font-size: 26px;
}
.checkout-thanks--container h2:after
{
  border-bottom-color: #7fbfc8;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  content: '';
  display: block;
  margin-top: 10px;
  width: 220px;
}
.checkout-thanks--container *:first-child
{
  margin-top: 0;
}
.checkout-thanks--container *:last-child
{
  margin-bottom: 0;
}
@media(min-width: 708px)
{
  .checkout-thanks--container
  {
    padding: 0;
    margin: 0;
  }
}
.js .footnotes dl
{
  display: none;
}
@media print
{
  p
  {
    color: #000 !important;
  }
  #grid
  {
    height: auto;
  }
  .tile-grid--container .tile, .tile-grid--container .tile--wide, .tile-grid--container .tile--tall
  {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    float: left !important;
  }
  .tile-grid--container .tile
  {
    width: 320px;
    height: auto;
  }
  .meta--icon.brand-bg:after, .bkl-nav-right, .bkl-nav-left, .footer-linkblock--container, .footer-nav--container, .footer-social--container .footer-social--icons li, .conversation--container, .slider-controls, .grid--load-more
  {
    display: none;
  }
  main.main
  {
    padding-top: 20px;
  }
  main.main:before
  {
    display: block;
    content: "BLACKMORES";
    color: #005f73;
    font-family: "DMSans",Georgia,serif;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: solid 2px #000;
    width: 100%;
  }
}
.billing-address--container, .shipping-address--container
{
  margin: 30px 0 20px;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
}
.billing-address--container h2, .shipping-address--container h2
{
  font-size: 26px;
}
.billing-address--container h2:after, .shipping-address--container h2:after
{
  border-bottom-color: #7fbfc8;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  content: '';
  display: block;
  margin-top: 10px;
  width: 220px;
}
@media(min-width: 708px)
{
  .billing-address--container, .shipping-address--container
  {
    background: #fff;
    border-bottom: 2px solid #f6f6f6;
    display: table;
    margin: 20px 0;
    width: 100%;
  }
}
.error
{
  border-color: #f00;
}
.checkout-coupon--container
{
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 30px 25px;
  background-color: #d1e8eb;
  background-color: rgba(127,191,200,.3);
}
@media(min-width: 708px)
{
  .checkout-coupon--container
  {
    margin: 0;
    padding: 30px;
  }
}
.checkout-coupon--container *:first-child
{
  margin-top: 0;
}
.checkout-coupon--container *:last-child
{
  margin-bottom: 0;
}
.checkout-coupon--container dl
{
  margin-top: 30px;
}
.checkout-coupon--container dd
{
  font-weight: bold;
}
#qstatus .navigation
{
  width: 90px;
  float: right;
  margin: 20px 0 0 0;
}
#qstatus .navigation .prev, #qstatus .navigation .next
{
  width: 30px;
  background-color: #7fbfc8;
  color: #fff;
  height: 30px;
  float: left;
  margin: 5px;
  font-size: 26px;
  padding: 6px;
  cursor: pointer;
}
#qstatus .navigation .prev.disabled, #qstatus .navigation .next.disabled
{
  background-color: #bfdfe3;
}
#qstatus .navigation a:hover
{
  background-color: #99a7a9;
}
#qstatus .navigation .fa
{
  top: -10px;
  position: relative;
}
.q-progress-bar
{
  background-color: #fff;
  margin: 15px 0 0 0;
}
.q-progress-bar li
{
  list-style-type: none;
  float: left;
  color: #7fbfc8;
}
.q-progress-bar li.point
{
  width: 18.8%;
  border-top: 2px solid transparent;
}
.q-progress-bar li.pointlast
{
  position: relative;
  float: right;
  left: -20px;
  top: 2px;
}
.q-progress-bar li.point.active
{
  color: #fa9a08;
}
.q-progress-bar li span
{
  font-size: 10px;
  font-weight: bold;
  color: #677476;
  display: block;
  position: relative;
  top: -10px;
}
.q-progress-bar li .fa-circle
{
  position: relative;
  top: -11px;
}
.q-progress-bar .progress
{
  overflow: visible;
  height: 2px !important;
  margin: 12px 40px 12px 40px;
  background-color: #eaeaea;
  position: relative;
  top: 23px;
}
.q-progress-bar .progress-bar
{
  background-color: #fcc167;
}
.q-progress-bar .remaining-time
{
  color: #677467;
  font-size: 13px;
  margin-top: 20px;
}
.q-progress-bar .timeline
{
  position: relative;
  left: -10px;
}
.timeline li.active
{
  cursor: pointer;
}
.font-bold
{
  font-size: 20px;
  font-weight: normal;
  color: #324649;
}
#questionaire-container
{
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 750px)
{
  #questionaire-container
  {
    width: 100%;
    height: 600px !important;
    overflow: auto !important;
  }
}
#questionaire-container fieldset
{
  overflow: hidden;
}
.disabled-obj
{
  opacity: .3;
}
.enabled-obj
{
  opacity: 1;
}
.option-width
{
  width: 280px;
}
.option-sm
{
  width: 135px;
  padding: 13px 0;
  position: relative;
}
.option-ok
{
  width: 175px;
}
.options .btn-info
{
  color: #344747;
  font-size: 19px;
  text-align: left;
  background-color: #7fbfc8;
  border-color: #7fbfc8;
  position: relative;
}
.options .btn-info:hover
{
  color: #fff;
}
.options .btn-info-disabled
{
  background-color: #c0e1e3;
  color: #99a7a9;
  border: 1px solid #cde6e8;
}
.options-circle .btn-info-disabled
{
  border: 0 !important;
  color: #9dacae !important;
}
.options-circle .btn:active
{
  box-shadow: none;
}
.option-xs
{
  width: 50px;
}
.options .btn-circle
{
  color: #9dacae;;
  background-color: #fff;
  font-size: 40px;
  width: 40px;
}
.options .btn-circle.selected
{
  color: #7fbfc8;
  background-color: #fff;
  font-size: 40px;
  width: 40px;
}
.options btn-circle.btn-info-disabled
{
  background-color: #fff !important;
}
.options .btn-circle label
{
  font-size: 12px;
  position: absolute;
  color: #324649;
}
.nl
{
  display: block;
  margin: 2px;
}
.hidden
{
  display: none;
}
.askanaturopath-container .form-group .who
{
  color: #324649;
  font-size: 33px;
  margin-bottom: 20px;
}
.askanaturopath-container .form-group .options
{
  width: 300px;
  position: relative;
  margin: 10px auto 60px auto;
}
.questionaire-container .form-group .form-control
{
  width: 400px;
  position: relative;
  margin: 30px auto 60px auto;
}
.askanaturopath-container .form-group .options a
{
  margin: 3px 6px 6px 6px;
  padding: 8px 12px;
}
.askanaturopath-container .form-group .options a.option-sm
{
  text-align: center !important;
}
.option-width .fa-check
{
  color: #fff;
  text-align: right;
  position: absolute;
  top: 14px;
  right: 20px;
}
.option-sm .fa-check
{
  color: #fff;
  position: relative;
  padding: 0 0 0 10px;
}
.option-xs .fa-cicle
{
  color: #fff;
  position: relative;
  padding: 0 0 0 10px;
  display: table;
}
#questionaire-container .lblOff
{
  font-size: 20px;
  color: #99a7a9;
}
#questionaire-container .form-control[disabled]
{
  background-color: inherit;
  border-bottom-color: #7fbfc8;
}
.ask-a-naturopath .markup-container .content-desktop .fa-comments-o
{
  width: 22px;
  height: 18px;
  background: url('/App_Themes/AU/images/icons.png') -10px -10px;
}
.ask-a-naturopath .markup-container .content-desktop a .fa-comments-o
{
  width: 22px;
  height: 18px;
  background: url('/App_Themes/AU/images/icons.png') -10px -38px;
}
.ask-a-naturopath .markup-container .content-desktop a:hover .fa-comments-o
{
  background: url('/App_Themes/AU/images/icons.png') -10px -280px;
}
.ask-a-naturopath .markup-container .content-desktop .fa-comments-o:before
{
  content: '';
}
.ask-a-naturopath .markup-container .content-desktop .fa-envelope-o
{
  width: 22px;
  height: 22px;
  background: url('/App_Themes/AU/images/icons.png') -10px -128px;
}
.ask-a-naturopath .markup-container .content-desktop a .fa-envelope-o
{
  width: 22px;
  height: 22px;
  background: url('/App_Themes/AU/images/icons.png') -10px -160px;
}
.ask-a-naturopath .markup-container .content-desktop a:hover .fa-envelope-o
{
  background: url('/App_Themes/AU/images/icons.png') -10px -339px;
}
.ask-a-naturopath .markup-container .content-desktop .fa-envelope-o:before
{
  content: '';
}
.ask-a-naturopath .markup-container .content-desktop .fa-phone
{
  width: 22px;
  height: 21px;
  background: url('/App_Themes/AU/images/icons.png') -10px -66px;
}
.ask-a-naturopath .markup-container .content-desktop a .fa-phone
{
  width: 22px;
  height: 21px;
  background: url('/App_Themes/AU/images/icons.png') -10px -97px;
}
.ask-a-naturopath .markup-container .content-desktop a:hover .fa-phone
{
  background: url('/App_Themes/AU/images/icons.png') -10px -308px;
}
.ask-a-naturopath .markup-container .content-desktop .fa-phone:before
{
  content: '';
}
.ask-a-naturopath .markup-container .content-desktop .fa-flag-o
{
  width: 11px;
  height: 15px;
  background: url('/App_Themes/AU/images/icons.png') -10px -192px;
}
.ask-a-naturopath .markup-container .content-desktop .fa-flag-o:before
{
  content: '';
}
.ask-a-naturopath .markup-container .content-desktop
{
  text-align: left;
  padding: 40px 30px 20px 30px;
}
.ask-a-naturopath .markup-container .content-desktop h2
{
  margin-top: 0;
  position: relative;
}
.ask-a-naturopath .markup-container .content-desktop h2 .fa
{
  position: relative;
  top: 4px;
}
.ask-a-naturopath .markup-container .content-desktop .fa
{
  margin-right: 10px;
}
.ask-a-naturopath .markup-container .content-desktop a .fa
{
  display: none;
}
.ask-a-naturopath .markup-container .content-desktop p
{
  width: 160px;
}
.ask-a-naturopath .markup-container.col-xs-12 .content-desktop p
{
  width: 100%;
}
.ask-a-naturopath .markup-container .content-desktop a
{
  background-color: #fa9a08;
  border: none;
  min-width: 200px;
  width: 100%;
  max-width: 100%;
}
.ask-a-naturopath .markup-container .content-desktop a:hover
{
  background-color: #fa9a08;
}
.ask-a-naturopath .listing-hero--container p
{
  width: 230px;
  margin: 0 auto;
}
.ask-a-naturopath .note
{
  position: relative;
}
.ask-a-naturopath .note .content-desktop
{
  padding-top: 10px;
  padding-bottom: 10px;
}
.ask-a-naturopath .note .fa
{
  position: relative;
  top: 18px;
  float: left;
}
.ask-a-naturopath .note p
{
  width: inherit !important;
  margin-left: 30px !important;
}
@media(min-width: 1100px)
{
  .ask-a-naturopath .image-container
  {
    height: 307px;
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
  }
}
@media(max-width: 1099px)
{
  .ask-a-naturopath .markup-container .content-desktop p
  {
    width: 100%;
  }
  .ask-a-naturopath .listing-hero--container p
  {
    width: 270px;
  }
  .askanaturopath-container .form-group .who
  {
    color: #324649;
    font-size: 28px;
  }
}
@media(max-width: 707px)
{
  .askanaturopath-container .listing-hero--container h2
  {
    font-size: 15px;
  }
  .ask-a-naturopath .markup-container .content-desktop a
  {
    min-width: inherit;
  }
  .ask-a-naturopath .markup-container .content-desktop
  {
    padding: 5px;
  }
  .ask-a-naturopath .markup-container .content-desktop h2
  {
    display: none;
  }
  .ask-a-naturopath .markup-container .content-desktop a
  {
    display: inline-block;
    position: relative;
  }
  .ask-a-naturopath .markup-container .content-desktop a .fa
  {
    display: inline-block;
    position: relative;
    top: 4px;
  }
  .ask-a-naturopath .image-container
  {
    display: none;
  }
  .ask-a-naturopath .markup-container .content-desktop p
  {
    margin: 5px;
  }
  .ask-a-naturopath .listing-hero--container p
  {
    width: 230px;
  }
  .ask-a-naturopath .note .fa
  {
    top: 10px;
  }
  .askanaturopath-container .listing-hero--container
  {
    margin-bottom: 0;
  }
}
.askanaturopath-container .listing-hero--container h2
{
  max-width: 600px;
  margin: 0 auto;
}
.askanaturopath-container .listing-hero--container h3
{
  font-size: 15px;
}
.askanaturopath-container .btn-primary
{
  background-color: #7fbfc8;
  border-color: #7fbfc8;
  margin-top: 50px;
}
#btn-next-step5
{
  background-color: #fa9a08;
  border-color: #fa9a08;
  margin: 50px auto 10px auto;
  width: 250px;
}
.askanaturopath-container .btn-primary:focus
{
  outline: none;
}
.askanaturopath-container .first-screen fieldset
{
  margin-bottom: 100px;
}
.askanaturopath-container label
{
  font-weight: normal;
}
.askanaturopath-container .policy
{
  text-align: left;
  position: relative;
}
.askanaturopath-container .policy p
{
  margin-left: 30px;
}
.askanaturopath-container .policy .fa-flag-o
{
  width: 11px;
  height: 15px;
  background: url('/App_Themes/AU/images/icons.png') -10px -206px;
  float: left;
  margin-top: 5px;
}
.askanaturopath-container .policy .fa-flag-o:before
{
  content: '';
}
.askanaturopath-container .fa-check
{
  width: 19px;
  height: 13px;
  background: url('/App_Themes/AU/images/icons.png') -10px -217px;
}
.askanaturopath-container .fa-check:before
{
  content: '';
}
.askanaturopath-container .fa-angle-up
{
  top: -12px !important;
  width: 18px;
  height: 10px;
  background: url('/App_Themes/AU/images/icons.png') -10px -240px;
}
.askanaturopath-container .fa-angle-up:before
{
  content: '';
}
.askanaturopath-container .fa-angle-down
{
  top: -12px !important;
  width: 18px;
  height: 10px;
  background: url('/App_Themes/AU/images/icons.png') -10px -260px;
}
.askanaturopath-container .fa-angle-down:before
{
  content: '';
}
.askanaturopath-container .form-group .options a.option-sm .fa-check
{
  position: absolute;
  right: 20px;
  top: 13px;
}
.askanaturopath-container .submit-container
{
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 50px;
}
.askanaturopath-container .success-screen
{
  padding-bottom: 0;
}
.askanaturopath-container .success-screen #viewsuccess-container
{
  margin: 180px auto;
  padding-bottom: 30px;
}
.askanaturopath-container .success-screen .btn
{
  margin-top: 30px;
}
.askanaturopath-container textarea.form-control
{
  border-bottom: none;
  border-top: 2px solid #eaeaea;
  width: 70%;
  margin: 0 auto;
  padding: 5px;
}
.askanaturopath-container .has-content textarea.form-control, .askanaturopath-container textarea.form-control:focus
{
  border-top-color: #7fbfc8;
}
.input-question
{
  margin-top: 60px;
}
.input-question .options
{
  margin-bottom: 10px !important;
}
#q2 .age-container
{
  width: 130px;
  margin: 0 auto;
}
#q2 label.control-label
{
  font-weight: bold;
  font-style: inherit;
  color: #c2c8c8;
  font-size: 18px;
}
#q2 .has-focus label.control-label, #q2 .has-content label.control-label
{
  font-weight: normal;
  font-style: inherit;
  color: inherit;
  font-size: 18px;
}
#q2 input.form-control
{
  font-size: 30px;
  height: 42px;
  min-width: 130px;
  margin: 0 auto;
}
#q12
{
  margin-top: 0;
}
#q17
{
  margin-top: 60px;
}
#txtQuestion
{
  width: 80%;
  min-height: 100px;
}
@media(max-width: 707px)
{
  .askanaturopath-container .first-screen fieldset
  {
    margin-bottom: 10px;
  }
  .askanaturopath-container .btn.btn-primary
  {
    width: 100%;
  }
  .askanaturopath-container .form-group .who
  {
    font-size: 24px;
  }
  .options .btn-info
  {
    font-size: 15px;
  }
  .askanaturopath-container .confirm
  {
    width: 100%;
  }
  .askanaturopath-container .row .bs-component
  {
    padding: 10px;
  }
  .askanaturopath-container textarea.form-control
  {
    width: 100%;
  }
  .askanaturopath-container .success-screen #viewsuccess-container
  {
    margin: 180px auto 0 auto;
    padding-bottom: 0;
  }
  .askanaturopath-container .success-screen #viewsuccess-container .success-message
  {
    width: 230px;
    margin: 0 auto;
    margin-bottom: 100px;
    line-height: 25px;
  }
  #txtQuestion
  {
    width: 100%;
  }
  .q-progress-bar li.point
  {
    width: 18%;
  }
  .askanaturopath-container .btn-primary
  {
    margin-top: 10px;
  }
}
.success-message
{
  text-align: center;
  font-size: 16px;
}
#ask .error-message
{
  display: block;
  bottom: auto;
  top: -55px;
  width: 320px;
}
#q2 .error-message
{
  width: 320px;
  position: relative;
  top: 0;
  margin: 0 auto;
}
#q12 .error-message, #q13 .error-message, #q15 .error-message, #q16 .error-message, #q14 .error-message, #q17 .error-message, #q20 .error-message
{
  top: -20px;
  left: 12%;
  position: relative;
  width: 370px;
  max-width: 100%;
}
#q23 label
{
  position: relative;
}
#q23 .error-message
{
  top: -75px;
  position: absolute;
  left: -25px;
  width: 240px;
  padding: 12px;
  max-width: inherit;
}
#q10 .error-message
{
  top: -35px;
}
#q0 .error-message
{
  top: inherit;
  margin-top: 0;
}
@media(max-width: 707px)
{
  #q12 .error-message, #q13 .error-message, #q15 .error-message, #q16 .error-message, #q14 .error-message, #q17 .error-message, #q20 .error-message
  {
    left: 0;
  }
}
.ask-a-naturopath .content-desktop .btn-warning
{
  border: 2px solid #fa9a08 !important;
}
.ask-a-naturopath .content-desktop .btn-warning:hover
{
  color: #fab241;
  background-color: #fff !important;
}
#ask .btn-info:hover, .questions .btn-primary:hover
{
  opacity: .6;
  color: #000;
}