@charset "UTF-8";

.hover-menu:hover:after,
.hover-menu:after {
  font-family: 'hui-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include font-size(12px);}
 *
 */

.hui-header__link--cta,
.footer__cta-success,
.footer__cta-primary,
.hui-header a.hui-header__btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-weight: 400;
  line-height: 1.33929rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 0.375rem 0.75rem 0.5rem;
  font-size: 1.06667rem;
  border-radius: 4px;
}

.hui-header__link--cta:focus,
.footer__cta-success:focus,
.footer__cta-primary:focus,
.hui-header a.hui-header__btn:focus,
.focus.hui-header__link--cta,
.focus.footer__cta-success,
.focus.footer__cta-primary,
.hui-header a.focus.hui-header__btn,
.hui-header__link--cta:active:focus,
.footer__cta-success:active:focus,
.footer__cta-primary:active:focus,
.hui-header a.hui-header__btn:active:focus,
.hui-header__link--cta:active.focus,
.footer__cta-success:active.focus,
.footer__cta-primary:active.focus,
.hui-header a.hui-header__btn:active.focus,
.active.hui-header__link--cta:focus,
.active.footer__cta-success:focus,
.active.footer__cta-primary:focus,
.hui-header a.active.hui-header__btn:focus,
.active.focus.hui-header__link--cta,
.active.focus.footer__cta-success,
.active.focus.footer__cta-primary,
.hui-header a.active.focus.hui-header__btn {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.hui-header__link--cta:focus,
.footer__cta-success:focus,
.footer__cta-primary:focus,
.hui-header a.hui-header__btn:focus,
.hui-header__link--cta:hover,
.footer__cta-success:hover,
.footer__cta-primary:hover,
.hui-header a.hui-header__btn:hover {
  text-decoration: none;
}

.focus.hui-header__link--cta,
.focus.footer__cta-success,
.focus.footer__cta-primary,
.hui-header a.focus.hui-header__btn {
  outline: none;
  text-decoration: none;
}

.hui-header__link--cta:active,
.footer__cta-success:active,
.footer__cta-primary:active,
.hui-header a.hui-header__btn:active,
.active.hui-header__link--cta,
.active.footer__cta-success,
.active.footer__cta-primary,
.hui-header a.active.hui-header__btn {
  background-image: none;
  outline: 0;
}

.disabled.hui-header__link--cta,
.disabled.footer__cta-success,
.disabled.footer__cta-primary,
.hui-header a.disabled.hui-header__btn,
.hui-header__link--cta:disabled,
.footer__cta-success:disabled,
.footer__cta-primary:disabled,
.hui-header a.hui-header__btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

[disabled].hui-header__link--cta,
[disabled].footer__cta-success,
[disabled].footer__cta-primary,
.hui-header a[disabled].hui-header__btn {
  color: #888;
  background-color: #eee;
  border-color: transparent;
}

[disabled].hui-header__link--cta:hover,
[disabled].footer__cta-success:hover,
[disabled].footer__cta-primary:hover,
.hui-header a[disabled].hui-header__btn:hover {
  color: #888;
  background-color: #d5d5d5;
  border-color: transparent;
}

[disabled].hui-header__link--cta:focus,
[disabled].footer__cta-success:focus,
[disabled].footer__cta-primary:focus,
.hui-header a[disabled].hui-header__btn:focus,
[disabled].focus.hui-header__link--cta,
[disabled].focus.footer__cta-success,
[disabled].focus.footer__cta-primary,
.hui-header a[disabled].focus.hui-header__btn {
  color: #888;
  background-color: #d5d5d5;
  border-color: transparent;
}

[disabled].hui-header__link--cta:active,
[disabled].footer__cta-success:active,
[disabled].footer__cta-primary:active,
.hui-header a[disabled].hui-header__btn:active,
[disabled].active.hui-header__link--cta,
[disabled].active.footer__cta-success,
[disabled].active.footer__cta-primary,
.hui-header a[disabled].active.hui-header__btn,
.open > [disabled].dropdown-toggle.hui-header__link--cta,
.open > [disabled].dropdown-toggle.footer__cta-success,
.open > [disabled].dropdown-toggle.footer__cta-primary,
.hui-header
    .open > a[disabled].dropdown-toggle.hui-header__btn {
  color: #888;
  background-color: #d5d5d5;
  border-color: transparent;
  background-image: none;
}

[disabled].hui-header__link--cta:active:hover,
[disabled].footer__cta-success:active:hover,
[disabled].footer__cta-primary:active:hover,
.hui-header a[disabled].hui-header__btn:active:hover,
[disabled].hui-header__link--cta:active:focus,
[disabled].footer__cta-success:active:focus,
[disabled].footer__cta-primary:active:focus,
.hui-header a[disabled].hui-header__btn:active:focus,
[disabled].hui-header__link--cta:active.focus,
[disabled].footer__cta-success:active.focus,
[disabled].footer__cta-primary:active.focus,
.hui-header a[disabled].hui-header__btn:active.focus,
[disabled].active.hui-header__link--cta:hover,
[disabled].active.footer__cta-success:hover,
[disabled].active.footer__cta-primary:hover,
.hui-header a[disabled].active.hui-header__btn:hover,
[disabled].active.hui-header__link--cta:focus,
[disabled].active.footer__cta-success:focus,
[disabled].active.footer__cta-primary:focus,
.hui-header a[disabled].active.hui-header__btn:focus,
[disabled].active.focus.hui-header__link--cta,
[disabled].active.focus.footer__cta-success,
[disabled].active.focus.footer__cta-primary,
.hui-header a[disabled].active.focus.hui-header__btn,
.open > [disabled].dropdown-toggle.hui-header__link--cta:hover,
.open > [disabled].dropdown-toggle.footer__cta-success:hover,
.open > [disabled].dropdown-toggle.footer__cta-primary:hover,
.hui-header
      .open > a[disabled].dropdown-toggle.hui-header__btn:hover,
.open > [disabled].dropdown-toggle.hui-header__link--cta:focus,
.open > [disabled].dropdown-toggle.footer__cta-success:focus,
.open > [disabled].dropdown-toggle.footer__cta-primary:focus,
.hui-header
      .open > a[disabled].dropdown-toggle.hui-header__btn:focus,
.open > [disabled].dropdown-toggle.focus.hui-header__link--cta,
.open > [disabled].dropdown-toggle.focus.footer__cta-success,
.open > [disabled].dropdown-toggle.focus.footer__cta-primary,
.hui-header
      .open > a[disabled].dropdown-toggle.focus.hui-header__btn {
  color: #888;
  background-color: #c3c3c3;
  border-color: transparent;
}

[disabled].disabled.hui-header__link--cta:focus,
[disabled].disabled.footer__cta-success:focus,
[disabled].disabled.footer__cta-primary:focus,
.hui-header a[disabled].disabled.hui-header__btn:focus,
[disabled].disabled.focus.hui-header__link--cta,
[disabled].disabled.focus.footer__cta-success,
[disabled].disabled.focus.footer__cta-primary,
.hui-header a[disabled].disabled.focus.hui-header__btn,
[disabled].hui-header__link--cta:disabled:focus,
[disabled].footer__cta-success:disabled:focus,
[disabled].footer__cta-primary:disabled:focus,
.hui-header a[disabled].hui-header__btn:disabled:focus,
[disabled].hui-header__link--cta:disabled.focus,
[disabled].footer__cta-success:disabled.focus,
[disabled].footer__cta-primary:disabled.focus,
.hui-header a[disabled].hui-header__btn:disabled.focus {
  background-color: #eee;
  border-color: transparent;
}

[disabled].disabled.hui-header__link--cta:hover,
[disabled].disabled.footer__cta-success:hover,
[disabled].disabled.footer__cta-primary:hover,
.hui-header a[disabled].disabled.hui-header__btn:hover,
[disabled].hui-header__link--cta:disabled:hover,
[disabled].footer__cta-success:disabled:hover,
[disabled].footer__cta-primary:disabled:hover,
.hui-header a[disabled].hui-header__btn:disabled:hover {
  background-color: #eee;
  border-color: transparent;
}

.login-card .cta-login,
.hui-header__link--cta,
.footer__cta,
.footer__cta-success,
.footer__cta-primary {
  padding: 0.75rem 1.5rem 0.875rem;
  font-size: 1.125rem;
  border-radius: 4px;
  padding: 10px 16px 12px;
}

.hui-header a.hui-header__btn {
  color: #fff;
  background-color: #00b9bd;
  border-color: transparent;
}

.hui-header a.hui-header__btn:hover {
  color: #fff;
  background-color: #00878a;
  border-color: transparent;
}

.hui-header a.hui-header__btn:focus,
.hui-header a.focus.hui-header__btn {
  color: #fff;
  background-color: #00878a;
  border-color: transparent;
}

.hui-header a.hui-header__btn:active,
.hui-header a.active.hui-header__btn,
.hui-header
  .open > a.dropdown-toggle.hui-header__btn {
  color: #fff;
  background-color: #00878a;
  border-color: transparent;
  background-image: none;
}

.hui-header a.hui-header__btn:active:hover,
.hui-header a.hui-header__btn:active:focus,
.hui-header a.hui-header__btn:active.focus,
.hui-header a.active.hui-header__btn:hover,
.hui-header a.active.hui-header__btn:focus,
.hui-header a.active.focus.hui-header__btn,
.hui-header
    .open > a.dropdown-toggle.hui-header__btn:hover,
.hui-header
    .open > a.dropdown-toggle.hui-header__btn:focus,
.hui-header
    .open > a.dropdown-toggle.focus.hui-header__btn {
  color: #fff;
  background-color: #006466;
  border-color: transparent;
}

.hui-header a.disabled.hui-header__btn:focus,
.hui-header a.disabled.focus.hui-header__btn,
.hui-header a.hui-header__btn:disabled:focus,
.hui-header a.hui-header__btn:disabled.focus {
  background-color: #00b9bd;
  border-color: transparent;
}

.hui-header a.disabled.hui-header__btn:hover,
.hui-header a.hui-header__btn:disabled:hover {
  background-color: #00b9bd;
  border-color: transparent;
}

.footer__cta {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

.footer__cta:hover {
  text-decoration: none !important;
}

.footer__cta:focus {
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 1.06667rem;
  line-height: 1.5;
  color: #333;
  background-color: #eee;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #555555;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #168fcb;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #35AEEA;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #aaa;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  background: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height;
  transition-property: height;
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.card-block {
  padding: 1.25rem;
}

.card-block::after {
  content: "";
  display: table;
  clear: both;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.card-header::after {
  content: "";
  display: table;
  clear: both;
}

.card-header:first-child {
  border-radius: 4px 4px 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}

.card-footer::after {
  content: "";
  display: table;
  clear: both;
}

.card-footer:last-child {
  border-radius: 0 0 4px 4px;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #f96F12;
  border-color: #f96F12;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #71A643;
  border-color: #71A643;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #6a99e7;
  border-color: #6a99e7;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #ffca2a;
  border-color: #ffca2a;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #e54747;
  border-color: #e54747;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #ff8e33;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: transparent;
}

.card-outline-info {
  background-color: transparent;
  border-color: #6a99e7;
}

.card-outline-success {
  background-color: transparent;
  border-color: #71A643;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #ffca2a;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #e54747;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, .2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, .65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }

  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }

  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .card-columns .card {
    width: 100%;
  }
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #555555;
  cursor: not-allowed;
  background-color: #999999;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #555555;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #f96F12;
  border-color: #f96F12;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #fee8d9;
}

.list-group-flush .list-group-item {
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #333;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #999999;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #999999;
}

.table tbody + tbody {
  border-top: 2px solid #999999;
}

.table .table {
  background-color: #eee;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #999999;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #999999;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #222222;
}

.thead-default th {
  color: #333333;
  background-color: #999999;
}

.table-inverse {
  color: #999999;
  background-color: #222222;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #333333;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #999999;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #999999;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #999999;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1.06667rem;
  line-height: 1.25;
  color: #333333;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #333333;
  background-color: #fff;
  border-color: #f96F12;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #999999;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: 2.6rem;
}

select.form-control:focus::-ms-value {
  color: #333333;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1.06667rem;
}

.form-control-static {
  min-height: 2.6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.form-control-static.form-control-sm,
.form-control-static.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 4px;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 4px;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: 3rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.form-check + .form-check {
  margin-top: -.25rem;
}

.form-check.disabled .form-check-label {
  color: #aaa;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.form-check-inline + .form-check-inline {
  margin-left: .75rem;
}

.form-check-inline.disabled {
  cursor: not-allowed;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.65rem;
  background-size: 1.3rem 1.3rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #71A643;
}

.has-success .form-control {
  border-color: #71A643;
}

.has-success .input-group-addon {
  color: #71A643;
  border-color: #71A643;
  background-color: #d9eacb;
}

.has-success .form-control-feedback {
  color: #71A643;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #ffca2a;
}

.has-warning .form-control {
  border-color: #ffca2a;
}

.has-warning .input-group-addon {
  color: #ffca2a;
  border-color: #ffca2a;
  background-color: #fffdf6;
}

.has-warning .form-control-feedback {
  color: #ffca2a;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #e54747;
}

.has-danger .form-control {
  border-color: #e54747;
}

.has-danger .input-group-addon {
  color: #e54747;
  border-color: #e54747;
  background-color: #fefafa;
}

.has-danger .form-control-feedback {
  color: #e54747;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

@font-face {
  font-family: 'ntp-icons';
  src: url(https://assets.naturaltherapypages.com.au/fonts/ntp-icons.eot);
  src: url(https://assets.naturaltherapypages.com.au/fonts/ntp-icons.eot) format("embedded-opentype"), url(https://assets.naturaltherapypages.com.au/fonts/ntp-icons.ttf) format("truetype"), url(https://assets.naturaltherapypages.com.au/fonts/ntp-icons.woff) format("woff"), url(https://assets.naturaltherapypages.com.au/images/ntp-icons.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="hui-icon-"],
[class*=" hui-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ntp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hui-icon-beauty:before {
  content: "\E90D";
}

.hui-icon-cognitive:before {
  content: "\E919";
}

.hui-icon-structural:before {
  content: "\E91A";
}

.hui-icon-massage:before {
  content: "\E907";
}

.hui-icon-yoga:before {
  content: "\E90F";
}

.hui-icon-flipflops:before {
  content: "\E910";
}

.hui-icon-energetic-medicine:before {
  content: "\E911";
}

.hui-icon-fitness:before {
  content: "\E912";
}

.hui-icon-natural-medicine:before {
  content: "\E913";
}

.hui-icon-spiritual:before {
  content: "\E914";
}

.hui-icon-essence:before {
  content: "\E915";
}

.hui-icon-bath:before {
  content: "\E90E";
}

.hui-icon-star-on:before {
  content: "\E918";
}

.hui-icon-hamburger-icon:before {
  content: "\E917";
}

.hui-icon-radius:before {
  content: "\E916";
}

.hui-icon-phone:before {
  content: "\E90C";
}

.hui-icon-location:before {
  content: "\E904";
}

.hui-icon-arrow-up:before {
  content: "\E901";
}

.hui-icon-arrow-down:before {
  content: "\E900";
}

.hui-icon-au-flag:before {
  content: "\E902";
}

.hui-icon-nz-flag:before {
  content: "\E906";
}

.hui-icon-uk-flag:before {
  content: "\E90A";
}

.hui-icon-close:before {
  content: "\E903";
}

.hui-icon-mobile-phone:before {
  content: "\E905";
}

.hui-icon-search:before {
  content: "\E908";
}

.hui-icon-star:before {
  content: "\E909";
}

.hui-icon-user:before {
  content: "\E90B";
}

.hui-icon-add {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
}

.hui-icon-add:before {
  content: "\E903";
}

h1,
.h1 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 300;
}

h2,
.h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
}

h3,
.h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}

h4,
.h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.heading-block {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.heading-block::after {
  content: "";
  display: table;
  clear: both;
}

.heading-block__title {
  border-bottom: 2px solid #ddd;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 10px;
  color: #168fcb;
}

.text-tiny {
  font-size: 13px;
  font-size: 0.8125rem;
}

.text-small {
  font-size: 14px;
  font-size: 0.875rem;
}

.text-normal {
  font-size: 16px;
}

.text-underline {
  text-decoration: underline;
}

.text-right {
  text-align: right;
}

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

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  text-align: center;
  padding: 40px 0;
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #979797), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #979797 25%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.pagination a,
.pagination__link,
.pagination__link-prev,
.pagination__link-next {
  color: #555;
  line-height: 26px;
  display: inline-block;
  margin: 0 3px;
}

.pagination__link {
  width: 26px;
  height: 26px;
}

.pagination__current {
  background-color: #eee;
  border-radius: 4px;
  padding: 4px 8px;
}

.link-list,
.breadcrumbs ol {
  margin-left: 0;
  padding-left: 0;
}

.link-list li,
.breadcrumbs ol li {
  list-style: none;
}

.link-list li {
  display: inline-block;
}

.link-list li {
  padding-left: 5px;
}

.link-list li::after {
  content: " \2022";
  display: inline-block;
  color: #555;
  margin-left: 6px;
}

.link-list li:last-of-type::after {
  content: '';
}

.link-list li:first-of-type {
  padding-left: 0;
}

.hui-header__link--cta,
.footer__cta-success,
.footer__cta-primary {
  color: #fff;
  background-color: #88BF28;
  border-color: transparent;
}

.hui-header__link--cta:hover,
.footer__cta-success:hover,
.footer__cta-primary:hover {
  color: #fff;
  background-color: #6a951f;
  border-color: transparent;
}

.hui-header__link--cta:focus,
.footer__cta-success:focus,
.footer__cta-primary:focus,
.focus.hui-header__link--cta,
.focus.footer__cta-success,
.focus.footer__cta-primary {
  color: #fff;
  background-color: #6a951f;
  border-color: transparent;
}

.hui-header__link--cta:active,
.footer__cta-success:active,
.footer__cta-primary:active,
.active.hui-header__link--cta,
.active.footer__cta-success,
.active.footer__cta-primary,
.open > .dropdown-toggle.hui-header__link--cta,
.open > .dropdown-toggle.footer__cta-success,
.open > .dropdown-toggle.footer__cta-primary {
  color: #fff;
  background-color: #6a951f;
  border-color: transparent;
  background-image: none;
}

.hui-header__link--cta:active:hover,
.footer__cta-success:active:hover,
.footer__cta-primary:active:hover,
.hui-header__link--cta:active:focus,
.footer__cta-success:active:focus,
.footer__cta-primary:active:focus,
.hui-header__link--cta:active.focus,
.footer__cta-success:active.focus,
.footer__cta-primary:active.focus,
.active.hui-header__link--cta:hover,
.active.footer__cta-success:hover,
.active.footer__cta-primary:hover,
.active.hui-header__link--cta:focus,
.active.footer__cta-success:focus,
.active.footer__cta-primary:focus,
.active.focus.hui-header__link--cta,
.active.focus.footer__cta-success,
.active.focus.footer__cta-primary,
.open > .dropdown-toggle.hui-header__link--cta:hover,
.open > .dropdown-toggle.footer__cta-success:hover,
.open > .dropdown-toggle.footer__cta-primary:hover,
.open > .dropdown-toggle.hui-header__link--cta:focus,
.open > .dropdown-toggle.footer__cta-success:focus,
.open > .dropdown-toggle.footer__cta-primary:focus,
.open > .dropdown-toggle.focus.hui-header__link--cta,
.open > .dropdown-toggle.focus.footer__cta-success,
.open > .dropdown-toggle.focus.footer__cta-primary {
  color: #fff;
  background-color: #557719;
  border-color: transparent;
}

.disabled.hui-header__link--cta:focus,
.disabled.footer__cta-success:focus,
.disabled.footer__cta-primary:focus,
.disabled.focus.hui-header__link--cta,
.disabled.focus.footer__cta-success,
.disabled.focus.footer__cta-primary,
.hui-header__link--cta:disabled:focus,
.footer__cta-success:disabled:focus,
.footer__cta-primary:disabled:focus,
.hui-header__link--cta:disabled.focus,
.footer__cta-success:disabled.focus,
.footer__cta-primary:disabled.focus {
  background-color: #88BF28;
  border-color: transparent;
}

.disabled.hui-header__link--cta:hover,
.disabled.footer__cta-success:hover,
.disabled.footer__cta-primary:hover,
.hui-header__link--cta:disabled:hover,
.footer__cta-success:disabled:hover,
.footer__cta-primary:disabled:hover {
  background-color: #88BF28;
  border-color: transparent;
}

.footer__cta {
  padding: 0.375rem 0.75rem 0.5rem;
  font-size: 1.06667rem;
  border-radius: 4px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}

.footer__cta:hover,
.footer__cta:focus,
.footer__cta:active,
.active.footer__cta {
  color: #fff;
  opacity: .8;
  text-decoration: none;
}

.login-card .cta-login,
.hui-header__link--cta,
.footer__cta,
.footer__cta-success,
.footer__cta-primary {
  padding: 10px 32px;
  font-size: 16px;
  font-size: 1rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1100px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .container {
    padding: 30px 15px;
  }
}

@media (min-width: 544px) {
  .container__2-cols > .column__main {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%;
  }

  .container__2-cols > .column__main--push {
    left: 25%;
  }

  .container__2-cols > .column__main--reduced {
    float: left;
    width: 66.66667%;
  }

  .container__2-cols > .column__side {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%;
  }

  .container__2-cols > .column__side--pull {
    right: 75%;
  }

  .container__2-cols > .column__side--extended {
    float: left;
    width: 33.33333%;
  }

  .container__2-cols > .column__side--extended--pull {
    right: 66.66667%;
  }

  .container__2-cols > .column__side img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .container__3-cols > .column__main {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.66667%;
  }

  .container__3-cols > .column__main--push {
    left: 16.66667%;
  }

  .container__3-cols > .column__main--reduced {
    float: left;
    width: 58.33333%;
  }

  .container__3-cols > .column__side {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66667%;
  }

  .container__3-cols > .column__side img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .container__3-cols > .column__side--pull {
    right: 66.66667%;
  }

  .container__3-cols > .column__side--extended {
    float: left;
    width: 25%;
  }

  .container__3-cols > .column__side--extended--pull {
    right: 58.33333%;
  }
}

@media (min-width: 544px) {
  .column__third {
    float: left;
    width: 33.33333%;
  }

  .column__thirds {
    float: left;
    width: 66.66667%;
  }

  .column__half {
    float: left;
    width: 50%;
  }
}

.login-section {
  background-color: #f5f5f6;
}

@media (min-width: 544px) {
  .login-section {
    padding: 100px 0 50px;
  }
}

.login-card {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
  border-radius: 10px;
  border: 0;
}

@media (min-width: 544px) {
  .login-card {
    max-width: 355px;
    margin: 0 auto;
  }
}

.login-card .cta-login {
  color: #fff;
  background-color: #168fcb;
  border-color: transparent;
  width: 100%;
}

.login-card .cta-login:hover {
  color: #fff;
  background-color: #116f9d;
  border-color: transparent;
}

.login-card .cta-login:focus,
.login-card .cta-login.focus {
  color: #fff;
  background-color: #116f9d;
  border-color: transparent;
}

.login-card .cta-login:active,
.login-card .cta-login.active,
.open > .login-card .cta-login.dropdown-toggle {
  color: #fff;
  background-color: #116f9d;
  border-color: transparent;
  background-image: none;
}

.login-card .cta-login:active:hover,
.login-card .cta-login:active:focus,
.login-card .cta-login:active.focus,
.login-card .cta-login.active:hover,
.login-card .cta-login.active:focus,
.login-card .cta-login.active.focus,
.open > .login-card .cta-login.dropdown-toggle:hover,
.open > .login-card .cta-login.dropdown-toggle:focus,
.open > .login-card .cta-login.dropdown-toggle.focus {
  color: #fff;
  background-color: #0e587d;
  border-color: transparent;
}

.login-card .cta-login.disabled:focus,
.login-card .cta-login.disabled.focus,
.login-card .cta-login:disabled:focus,
.login-card .cta-login:disabled.focus {
  background-color: #168fcb;
  border-color: transparent;
}

.login-card .cta-login.disabled:hover,
.login-card .cta-login:disabled:hover {
  background-color: #168fcb;
  border-color: transparent;
}

.login-card .card-header {
  border-bottom: 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: rgba(242, 255, 255, .4);
  -webkit-box-shadow: 0 1px 0 0 #D6EFEF;
          box-shadow: 0 1px 0 0 #D6EFEF;
  font-weight: 500;
  font-size: 15px;
  color: #3C8090;
}

.login-card .card-body {
  padding: 25px 20px;
}

.login-card .card-body a {
  color: #555;
}

.login-card .card-body a strong {
  font-weight: 500;
}

.login-card .form-group {
  position: relative;
  border: 1px solid #B4B4B5;
  border-radius: 5px;
  margin-bottom: 20px;
}

.login-card .form-group .form-control {
  border: 0;
  height: 44px;
}

.login-card .form-group label {
  background: #FFFFFF;
  font-size: 12px;
  color: #aaa;
  position: absolute;
  display: block;
  top: -9px;
  left: 6px;
  padding: 0 3px;
}

.breadcrumbs {
  padding: 13px 0;
  border-bottom: 1px dotted #979797;
}

.breadcrumbs-container {
  padding: 0;
}

@media (max-width: 767px) {
  .breadcrumbs-container {
    display: none;
  }
}

.breadcrumbs ol {
  margin-bottom: 0;
}

.breadcrumbs li {
  display: inline-block;
  padding-left: 10px;
}

.breadcrumbs li:after {
  content: " \2022";
  display: inline-block;
  color: #777;
  margin-left: 10px;
}

.breadcrumbs li:last-of-type {
  padding-right: 0;
}

.breadcrumbs li:last-of-type:after {
  content: none;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: 12px;
  font-size: 0.75rem;
}

.breadcrumbs a {
  color: #777;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(https://assets.naturaltherapypages.com.au/images/ajax-loader.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(https://assets.naturaltherapypages.com.au/fonts/slick.eot);
  src: url(https://assets.naturaltherapypages.com.au/fonts/slick.eot) format("embedded-opentype"), url(https://assets.naturaltherapypages.com.au/fonts/slick.woff) format("woff"), url(https://assets.naturaltherapypages.com.au/fonts/slick.ttf) format("truetype"), url(https://assets.naturaltherapypages.com.au/images/slick.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots {
  bottom: -15px;
}

.slick-dots li {
  width: 5px;
}

.slick-dots li button:before {
  color: #fff;
  opacity: 0.45;
  font-size: 9px;
  font-size: 9px;
  font-size: 0.5625rem;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.slick-next {
  right: -65px;
  height: 3.75rem;
  width: 2.5rem;
  background: url(https://assets.naturaltherapypages.com.au/images/carousel-arrow-next.png) transparent no-repeat;
  background-position: 0.6875rem 0.8125rem;
}

.slick-next:before {
  content: "";
}

.slick-prev {
  left: -27px;
  z-index: 2;
  height: 3.75rem;
  width: 2.5rem;
  background: url(https://assets.naturaltherapypages.com.au/images/carousel-arrow-prev.png) transparent no-repeat;
  background-position: 0.5rem 0.8125rem;
}

.slick-prev:before {
  content: "";
}

.slick-prev:hover,
.slick-prev:focus {
  background: url(https://assets.naturaltherapypages.com.au/images/carousel-arrow-prev.png) transparent no-repeat;
  background-position: 0.5rem 0.8125rem;
}

.slick-next:hover,
.slick-next:focus {
  background: url(https://assets.naturaltherapypages.com.au/images/carousel-arrow-next.png) transparent no-repeat;
  background-position: 0.6875rem 0.8125rem;
}

.header-partners {
  background-color: #eee;
}

.header-partners a {
  color: #555;
}

.header-partners__inner-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1100px;
}

.header-partners__inner-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .header-partners__inner-wrapper {
    display: none !important;
  }
}

.header-partners__ntp,
.header-partners__others {
  float: left;
  width: 50%;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.header-partners__ntp {
  padding-top: 7px;
}

.header-partners__others {
  text-align: right;
}

.header-partners__others .header-partners__links__item {
  padding: 9px 16px 10px 0;
}

.header-partners__others .header-partners__links__item:after {
  content: " \2022";
  display: inline-block;
  color: #555;
  margin-left: 16px;
}

.header-partners__others .header-partners__links__item:last-of-type {
  padding-right: 0;
}

.header-partners__others .header-partners__links__item:last-of-type:after {
  content: none;
}

.header-partners__links__item {
  display: inline-block;
}

.header-partners__links__item-text {
  margin-right: 6px;
  line-height: 22px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.header-partners__links__item-au,
.header-partners__links__item-nz,
.header-partners__links__item-uk {
  vertical-align: middle;
  padding: 6px 4px;
}

.header-partners__links__item-au:before,
.header-partners__links__item-nz:before,
.header-partners__links__item-uk:before {
  vertical-align: middle;
  content: ' ';
  display: inline-block;
  width: 21px;
  height: 14px;
  margin: 4px 4px 4px 8px;
}

.header-partners__links__item-au {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.header-partners__links__item-au:before {
  background-image: url(https://assets.naturaltherapypages.com.au/images/au-flag.svg);
}

.header-partners__links__item-uk:before {
  background-image: url(https://assets.naturaltherapypages.com.au/images/nz-flag.svg);
}

.header-partners__links__item-nz:before {
  background-image: url(https://assets.naturaltherapypages.com.au/images/uk-flag.svg);
}

.hui-header {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fff;
  border-top: 5px solid #fff;
  margin-left: 0;
  margin-right: 0;
}

.hui-header::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .hui-header {
    border-top: 0 solid #168fcb;
  }
}

@media (min-width: 768px) {
  .hui-header {
    padding: 0 10px;
  }
}

.hui-header a {
  color: #555;
  text-decoration: none;
}

.hui-header a:hover {
  opacity: 0.8;
  color: inherit;
  text-decoration: none;
}

.hui-header a.hui-header__btn {
  font-size: 16px;
  font-size: 1rem;
}

.hui-header a.hui-header__btn:hover {
  opacity: 0.8;
}

.hui-header a.primary {
  color: #168fcb;
  font-weight: 600;
}

.hui-header a.primary:hover {
  opacity: 0.8;
  color: #168fcb;
  text-decoration: none;
}

.hui-header__web-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1100px;
}

.hui-header__web-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .hui-header__web-wrapper {
    padding: 10px 10px 15px 10px;
    min-height: 80px;
    position: relative;
  }
}

.hui-header__web-heading {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.hui-header__web-heading::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .hui-header__web-heading {
    border-bottom: 0;
  }
}

.hui-header__search-button-wrapper {
  position: relative;
}

.hui-header__logo-wrapper {
  position: relative;
}

@media (min-width: 544px) {
  .hui-header__logo-wrapper {
    float: left;
    width: 75%;
  }
}

.hui-header__logo-container {
  top: 15px;
  position: absolute;
  color: #888;
}

.hui-header__logo,
.hui-header__tagline,
.hui-header__search {
  display: inline-block;
  vertical-align: middle;
}

.hui-header__logo {
  width: 200px;
  height: 40px;
  margin-right: 12px;
  margin-top: -10px;
  background: url(https://assets.naturaltherapypages.com.au/images/ntp-logo-full-2.png) no-repeat;
  background-size: 200px 40px;
  text-indent: -99999px;
}

.hui-header__tagline {
  margin-top: 3px;
  padding: 0 25px 0 15px;
  border-left: 1px solid #ddd;
  letter-spacing: -0.25px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .hui-header__tagline {
    display: block;
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .hui-header__search {
    display: none;
  }
}

.hui-header__search-form {
  position: relative;
}

.hui-header__search-form__input {
  line-height: 22px;
  border: 1px solid #bbb;
  height: 40px;
  min-width: 230px;
  padding: 0 30px 0 10px;
  border-radius: 4px;
}

.hui-header__search-form__cta {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px 0;
  height: 40px;
  background-color: transparent;
  border: none;
}

.hui-header__actions-wrapper {
  margin-top: 23px;
  height: 40px;
  margin-bottom: 10px;
  text-align: right;
  position: relative;
}

@media (min-width: 544px) {
  .hui-header__actions-wrapper {
    float: left;
    width: 25%;
    margin-left: 75%;
  }
}

@media (max-width: 767px) {
  .hui-header__actions-wrapper {
    display: none;
  }
}

.hui-header__actions-wrapper span {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: middle;
}

.hui-header__actions {
  padding-left: 0;
  list-style: none;
  display: inline-block;
}

.hui-header__actions__item {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}

.hui-header__actions__item:after {
  content: "|";
  display: inline-block;
  color: #555;
  margin-left: 5px;
}

.hui-header__actions__item:last-of-type {
  padding-right: 0;
}

.hui-header__actions__item:last-of-type:after {
  content: none;
}

.hui-header__actions-mobile {
  position: absolute;
  right: 15px;
  bottom: 0;
}

@media (min-width: 768px) {
  .hui-header__actions-mobile {
    display: none;
  }
}

.hui-header__mobile-action {
  display: inline-block;
  padding: 24px 13px;
  color: #888;
  font-size: 17px;
  font-size: 1.0625rem;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.hui-header__mobile-action.selected {
  background-color: #eee;
}

.hui-header__mobile-content {
  background-color: #eee;
  width: 100%;
  -webkit-box-shadow: 0 6px 3px -3px rgba(0, 0, 0, .02);
          box-shadow: 0 6px 3px -3px rgba(0, 0, 0, .02);
  overflow: auto;
  zoom: 1;
  padding: 0 20px;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
}

.hui-header__mobile-content.open {
  max-height: 1000px;
}

@media (min-width: 768px) {
  .hui-header__mobile-content {
    display: none;
  }
}

.hui-header__mobile-content .home-hero__form-container {
  text-align: center;
  padding: 15px 5px 25px;
}

.hui-header__mobile-content .home-hero__form-container label {
  color: #2F3034;
  text-shadow: none;
  margin-top: 5px;
}

.hui-header__mobile-content#mobileHeaderSearch {
  padding: 0;
}

.hui-header__mobile-nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.hui-header__mobile-nav-item {
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #ddd;
}

.hui-header__mobile-nav-item a {
  color: #2F3034;
}

.hui-header__links-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hui-header__links-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .hui-header__links-wrapper {
    display: none;
  }
}

.hui-header__links {
  padding-top: 0.6875rem;
  margin-top: 0.3125rem;
}

@media (min-width: 544px) {
  .hui-header__links {
    float: left;
    width: 100%;
  }
}

.hui-header__link-list,
.hui-header__link-list--logout {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.hui-header__link-list--logout {
  margin-top: 11px;
}

.hui-header__link {
  display: inline-block !important;
  padding-right: 48px;
}

.hui-header__link:last-of-type {
  padding-right: 0;
}

.hui-header__link:first-of-type {
  padding-left: 5px;
}

@media (max-width: 991px) {
  .hui-header__link--hidden-md {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hui-header__link--hidden-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hui-header__link--hidden-lg-up {
    display: none !important;
  }
}

.hui-header__link--cta {
  font-size: 14px !important;
  font-size: 14px !important/16pxrem;
  color: #fff !important;
  float: right;
  margin-top: -40px;
}

.hui-header__user-menu {
  position: relative;
  list-style: none;
  display: inline-block;
  width: 200px;
}

.hui-header__left {
  float: left;
  padding: 5px 10px;
}

.hui-header__right {
  float: right;
}

.hui-header .hover-menu {
  padding-bottom: 14px;
}

.hui-header .hover-menu:after {
  content: '';
  display: none;
}

.hui-header .hover-menu--categories {
  padding-right: 0.625rem;
}

.hui-header .hover-menu--categories .hover-menu__container {
  width: 625rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hui-header .hover-menu--categories .hover-menu__container:before,
  .hui-header .hover-menu--categories .hover-menu__container:after {
    left: 80px;
    left: 5rem;
  }
}

@media (min-width: 992px) {
  .hui-header .hover-menu--categories .hover-menu__container:before,
  .hui-header .hover-menu--categories .hover-menu__container:after {
    right: 325px;
    right: 20.3125rem;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .hui-header .hover-menu--categories .hover-menu__container {
    /* make sure the categories hover menu doesnt become any wider than the header itself */
    max-width: 60.75rem;
  }
}

.hui-header .hover-menu__container {
  top: 30px;
  left: -570px;
}

span[class^='open-indicator'] {
  margin-left: 6px;
  padding-top: 1px;
}

.footer ul,
.footer-links ul {
  list-style: none;
  padding-left: 0;
}

.footer-links {
  background: #FBFBFB;
  -webkit-box-shadow: 0 -1px 0 0 #D9DADA;
          box-shadow: 0 -1px 0 0 #D9DADA;
  padding: 40px 0 50px;
}

@media (max-width: 767px) {
  .footer-links {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer-links-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1100px;
}

.footer-links-container::after {
  content: "";
  display: table;
  clear: both;
}

.footer-link-block {
  margin-left: 0;
  margin-right: 0;
}

.footer-link-block::after {
  content: "";
  display: table;
  clear: both;
}

.footer-link-block__label {
  font-size: 16px;
  font-size: 1rem;
  color: #555;
  font-weight: 500;
}

.footer-link-block__item {
  float: left;
  width: 25%;
}

@media (max-width: 767px) {
  .footer-link-block__item {
    float: left;
    width: 100%;
    margin-bottom: 60px;
  }
}

.footer-link-block__item--last {
  display: none;
}

.footer-link-block__list {
  margin: 4px 0 0;
}

.footer-link-block__link {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #555;
  text-decoration: underline;
}

.footer {
  color: #fff;
  background-color: #2F3034;
}

@media (max-width: 767px) {
  .footer__column {
    display: none;
  }
}

.footer__wrapper-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  max-width: 1100px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer__wrapper-inner::after {
  content: "";
  display: table;
  clear: both;
}

.footer__wrapper-inner:last-of-type {
  border-bottom-width: 0;
}

@media (min-width: 768px) {
  .footer__wrapper-inner--heading {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .footer__wrapper-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .footer__wrapper-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer__link {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .footer__column {
    float: left;
    width: 16.66667%;
  }

  .footer__column--practicioners {
    float: left;
    width: 25%;
    margin-left: 8.33333%;
  }

  .footer .mobile-links {
    display: none;
  }
}

.footer__cta {
  font-size: 14px !important;
  font-size: 14px !important/16pxrem;
  width: 100%;
  margin-bottom: 20px;
}

.footer__cta-success,
.footer__cta-primary {
  font-size: 14px !important;
  font-size: 14px !important/16pxrem;
  width: 100%;
  margin-bottom: 20px;
}

.footer__cta-primary {
  color: #fff;
  background-color: #168fcb;
  border-color: transparent;
}

.footer__cta-primary:hover {
  color: #fff;
  background-color: #116f9d;
  border-color: transparent;
}

.footer__cta-primary:focus,
.footer__cta-primary.focus {
  color: #fff;
  background-color: #116f9d;
  border-color: transparent;
}

.footer__cta-primary:active,
.footer__cta-primary.active,
.open > .footer__cta-primary.dropdown-toggle {
  color: #fff;
  background-color: #116f9d;
  border-color: transparent;
  background-image: none;
}

.footer__cta-primary:active:hover,
.footer__cta-primary:active:focus,
.footer__cta-primary:active.focus,
.footer__cta-primary.active:hover,
.footer__cta-primary.active:focus,
.footer__cta-primary.active.focus,
.open > .footer__cta-primary.dropdown-toggle:hover,
.open > .footer__cta-primary.dropdown-toggle:focus,
.open > .footer__cta-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0e587d;
  border-color: transparent;
}

.footer__cta-primary.disabled:focus,
.footer__cta-primary.disabled.focus,
.footer__cta-primary:disabled:focus,
.footer__cta-primary:disabled.focus {
  background-color: #168fcb;
  border-color: transparent;
}

.footer__cta-primary.disabled:hover,
.footer__cta-primary:disabled:hover {
  background-color: #168fcb;
  border-color: transparent;
}

.footer__copyright,
.footer__copyright a {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .footer__copyright {
    padding: 15px;
    text-align: center;
  }
}

.footer .hui-header__logo-container {
  position: static;
  padding: 30px 0 25px;
}

.footer .hui-header__logo-container a:hover {
  text-decoration: none;
}

.footer .hui-header__logo {
  width: 179px;
  height: 40px;
  background: url(https://assets.naturaltherapypages.com.au/images/ntp-logo-simple-3.png) no-repeat;
  background-size: 179px 40px;
}

@media (max-width: 767px) {
  .footer .hui-header__logo {
    margin-left: 15px;
  }
}

.footer .hui-header__tagline {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, .2);
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 767px) {
  .footer .hui-header__tagline {
    border-left: none;
    display: block;
  }
}

.footer .social-list {
  margin-left: -10px;
}

@media (max-width: 767px) {
  .footer .social-list {
    text-align: center;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
}

.footer .social-list-icon:hover {
  text-decoration: none;
}

.footer .social-list li {
  display: inline;
}

.footer .social-list img {
  width: 42px;
  height: 42px;
}

.footer .panel-heading {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer .panel-heading h4 {
  margin-bottom: 0;
}

.footer .panel-heading h4 a {
  display: block;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.footer .panel-heading h4 a::after {
  font-family: 'ntp-icons';
  opacity: 0.5;
  font-size: 8px;
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute;
  right: 15px;
  top: 23px;
  content: "\E901";
}

.footer .panel-heading h4 a.collapsed::after {
  content: "\E900";
}

.footer .panel .footer__link {
  display: block;
  width: 100%;
  padding: 15px;
  color: #555;
  background-color: #ccc;
  border-bottom: 1px solid #979797;
}

.hover-menu:hover:after,
.hover-menu:after {
  font-family: 'hui-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include font-size(12px);}
 *
 */

.hui-header__link--cta,
.footer__cta-success,
.footer__cta-primary,
.hui-header a.hui-header__btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-weight: 400;
  line-height: 1.33929rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 0.375rem 0.75rem 0.5rem;
  font-size: 1.06667rem;
  border-radius: 4px;
}

.hui-header__link--cta:focus,
.footer__cta-success:focus,
.footer__cta-primary:focus,
.hui-header a.hui-header__btn:focus,
.focus.hui-header__link--cta,
.focus.footer__cta-success,
.focus.footer__cta-primary,
.hui-header a.focus.hui-header__btn,
.hui-header__link--cta:active:focus,
.footer__cta-success:active:focus,
.footer__cta-primary:active:focus,
.hui-header a.hui-header__btn:active:focus,
.hui-header__link--cta:active.focus,
.footer__cta-success:active.focus,
.footer__cta-primary:active.focus,
.hui-header a.hui-header__btn:active.focus,
.active.hui-header__link--cta:focus,
.active.footer__cta-success:focus,
.active.footer__cta-primary:focus,
.hui-header a.active.hui-header__btn:focus,
.active.focus.hui-header__link--cta,
.active.focus.footer__cta-success,
.active.focus.footer__cta-primary,
.hui-header a.active.focus.hui-header__btn {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.hui-header__link--cta:focus,
.footer__cta-success:focus,
.footer__cta-primary:focus,
.hui-header a.hui-header__btn:focus,
.hui-header__link--cta:hover,
.footer__cta-success:hover,
.footer__cta-primary:hover,
.hui-header a.hui-header__btn:hover {
  text-decoration: none;
}

.focus.hui-header__link--cta,
.focus.footer__cta-success,
.focus.footer__cta-primary,
.hui-header a.focus.hui-header__btn {
  outline: none;
  text-decoration: none;
}

.hui-header__link--cta:active,
.footer__cta-success:active,
.footer__cta-primary:active,
.hui-header a.hui-header__btn:active,
.active.hui-header__link--cta,
.active.footer__cta-success,
.active.footer__cta-primary,
.hui-header a.active.hui-header__btn {
  background-image: none;
  outline: 0;
}

.disabled.hui-header__link--cta,
.disabled.footer__cta-success,
.disabled.footer__cta-primary,
.hui-header a.disabled.hui-header__btn,
.hui-header__link--cta:disabled,
.footer__cta-success:disabled,
.footer__cta-primary:disabled,
.hui-header a.hui-header__btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

[disabled].hui-header__link--cta,
[disabled].footer__cta-success,
[disabled].footer__cta-primary,
.hui-header a[disabled].hui-header__btn {
  color: #888;
  background-color: #eee;
  border-color: transparent;
}

[disabled].hui-header__link--cta:hover,
[disabled].footer__cta-success:hover,
[disabled].footer__cta-primary:hover,
.hui-header a[disabled].hui-header__btn:hover {
  color: #888;
  background-color: #d5d5d5;
  border-color: transparent;
}

[disabled].hui-header__link--cta:focus,
[disabled].footer__cta-success:focus,
[disabled].footer__cta-primary:focus,
.hui-header a[disabled].hui-header__btn:focus,
[disabled].focus.hui-header__link--cta,
[disabled].focus.footer__cta-success,
[disabled].focus.footer__cta-primary,
.hui-header a[disabled].focus.hui-header__btn {
  color: #888;
  background-color: #d5d5d5;
  border-color: transparent;
}

[disabled].hui-header__link--cta:active,
[disabled].footer__cta-success:active,
[disabled].footer__cta-primary:active,
.hui-header a[disabled].hui-header__btn:active,
[disabled].active.hui-header__link--cta,
[disabled].active.footer__cta-success,
[disabled].active.footer__cta-primary,
.hui-header a[disabled].active.hui-header__btn,
.open > [disabled].dropdown-toggle.hui-header__link--cta,
.open > [disabled].dropdown-toggle.footer__cta-success,
.open > [disabled].dropdown-toggle.footer__cta-primary,
.hui-header
    .open > a[disabled].dropdown-toggle.hui-header__btn {
  color: #888;
  background-color: #d5d5d5;
  border-color: transparent;
  background-image: none;
}

[disabled].hui-header__link--cta:active:hover,
[disabled].footer__cta-success:active:hover,
[disabled].footer__cta-primary:active:hover,
.hui-header a[disabled].hui-header__btn:active:hover,
[disabled].hui-header__link--cta:active:focus,
[disabled].footer__cta-success:active:focus,
[disabled].footer__cta-primary:active:focus,
.hui-header a[disabled].hui-header__btn:active:focus,
[disabled].hui-header__link--cta:active.focus,
[disabled].footer__cta-success:active.focus,
[disabled].footer__cta-primary:active.focus,
.hui-header a[disabled].hui-header__btn:active.focus,
[disabled].active.hui-header__link--cta:hover,
[disabled].active.footer__cta-success:hover,
[disabled].active.footer__cta-primary:hover,
.hui-header a[disabled].active.hui-header__btn:hover,
[disabled].active.hui-header__link--cta:focus,
[disabled].active.footer__cta-success:focus,
[disabled].active.footer__cta-primary:focus,
.hui-header a[disabled].active.hui-header__btn:focus,
[disabled].active.focus.hui-header__link--cta,
[disabled].active.focus.footer__cta-success,
[disabled].active.focus.footer__cta-primary,
.hui-header a[disabled].active.focus.hui-header__btn,
.open > [disabled].dropdown-toggle.hui-header__link--cta:hover,
.open > [disabled].dropdown-toggle.footer__cta-success:hover,
.open > [disabled].dropdown-toggle.footer__cta-primary:hover,
.hui-header
      .open > a[disabled].dropdown-toggle.hui-header__btn:hover,
.open > [disabled].dropdown-toggle.hui-header__link--cta:focus,
.open > [disabled].dropdown-toggle.footer__cta-success:focus,
.open > [disabled].dropdown-toggle.footer__cta-primary:focus,
.hui-header
      .open > a[disabled].dropdown-toggle.hui-header__btn:focus,
.open > [disabled].dropdown-toggle.focus.hui-header__link--cta,
.open > [disabled].dropdown-toggle.focus.footer__cta-success,
.open > [disabled].dropdown-toggle.focus.footer__cta-primary,
.hui-header
      .open > a[disabled].dropdown-toggle.focus.hui-header__btn {
  color: #888;
  background-color: #c3c3c3;
  border-color: transparent;
}

[disabled].disabled.hui-header__link--cta:focus,
[disabled].disabled.footer__cta-success:focus,
[disabled].disabled.footer__cta-primary:focus,
.hui-header a[disabled].disabled.hui-header__btn:focus,
[disabled].disabled.focus.hui-header__link--cta,
[disabled].disabled.focus.footer__cta-success,
[disabled].disabled.focus.footer__cta-primary,
.hui-header a[disabled].disabled.focus.hui-header__btn,
[disabled].hui-header__link--cta:disabled:focus,
[disabled].footer__cta-success:disabled:focus,
[disabled].footer__cta-primary:disabled:focus,
.hui-header a[disabled].hui-header__btn:disabled:focus,
[disabled].hui-header__link--cta:disabled.focus,
[disabled].footer__cta-success:disabled.focus,
[disabled].footer__cta-primary:disabled.focus,
.hui-header a[disabled].hui-header__btn:disabled.focus {
  background-color: #eee;
  border-color: transparent;
}

[disabled].disabled.hui-header__link--cta:hover,
[disabled].disabled.footer__cta-success:hover,
[disabled].disabled.footer__cta-primary:hover,
.hui-header a[disabled].disabled.hui-header__btn:hover,
[disabled].hui-header__link--cta:disabled:hover,
[disabled].footer__cta-success:disabled:hover,
[disabled].footer__cta-primary:disabled:hover,
.hui-header a[disabled].hui-header__btn:disabled:hover {
  background-color: #eee;
  border-color: transparent;
}

.login-card .cta-login,
.hui-header__link--cta,
.footer__cta,
.footer__cta-success,
.footer__cta-primary {
  padding: 0.75rem 1.5rem 0.875rem;
  font-size: 1.125rem;
  border-radius: 4px;
  padding: 10px 16px 12px;
}

.hui-header a.hui-header__btn {
  color: #fff;
  background-color: #00b9bd;
  border-color: transparent;
}

.hui-header a.hui-header__btn:hover {
  color: #fff;
  background-color: #00878a;
  border-color: transparent;
}

.hui-header a.hui-header__btn:focus,
.hui-header a.focus.hui-header__btn {
  color: #fff;
  background-color: #00878a;
  border-color: transparent;
}

.hui-header a.hui-header__btn:active,
.hui-header a.active.hui-header__btn,
.hui-header
  .open > a.dropdown-toggle.hui-header__btn {
  color: #fff;
  background-color: #00878a;
  border-color: transparent;
  background-image: none;
}

.hui-header a.hui-header__btn:active:hover,
.hui-header a.hui-header__btn:active:focus,
.hui-header a.hui-header__btn:active.focus,
.hui-header a.active.hui-header__btn:hover,
.hui-header a.active.hui-header__btn:focus,
.hui-header a.active.focus.hui-header__btn,
.hui-header
    .open > a.dropdown-toggle.hui-header__btn:hover,
.hui-header
    .open > a.dropdown-toggle.hui-header__btn:focus,
.hui-header
    .open > a.dropdown-toggle.focus.hui-header__btn {
  color: #fff;
  background-color: #006466;
  border-color: transparent;
}

.hui-header a.disabled.hui-header__btn:focus,
.hui-header a.disabled.focus.hui-header__btn,
.hui-header a.hui-header__btn:disabled:focus,
.hui-header a.hui-header__btn:disabled.focus {
  background-color: #00b9bd;
  border-color: transparent;
}

.hui-header a.disabled.hui-header__btn:hover,
.hui-header a.hui-header__btn:disabled:hover {
  background-color: #00b9bd;
  border-color: transparent;
}

.footer__cta {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

.footer__cta:hover {
  text-decoration: none !important;
}

.footer__cta:focus {
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.hover-menu {
  position: relative;
  padding-bottom: 8px;
  /* doesn't affect layout, but increases the hoverable area for triggering dropdown */
}

.hover-menu:hover:after {
  font-weight: bold;
  content: "\F106";
}

.hover-menu:after {
  font-weight: bold;
  margin-left: 5px;
  margin-left: 0.3125rem;
  color: #999;
  content: "\F107";
}

.hover-menu--photos .hover-menu__container {
  width: 14.375rem;
}

.hover-menu--user {
  position: relative;
  list-style: none;
  display: inline-block;
}

.hover-menu--user .hover-menu__list {
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  padding-top: 0.625rem;
  text-align: left;
}

.hover-menu--user .hover-menu__num-leads {
  display: block;
  float: right;
  background-color: #e54747;
  color: #fff;
  border-radius: 100%;
  font-weight: 600;
  text-align: center;
  padding: 4px;
  line-height: 1rem;
  font-size: 13px;
  vertical-align: middle;
}

.hover-menu--user .hover-menu__container {
  top: 33px;
  left: -135px;
}

.hover-menu--user .hover-menu__container:before,
.hover-menu--user .hover-menu__container:after {
  left: 75%;
}

.hover-menu--categories {
  padding-right: 0.625rem;
}

.hover-menu--categories .hover-menu__container {
  width: 625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.hover-menu--categories .hover-menu__container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .hover-menu--categories .hover-menu__container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .hover-menu--categories .hover-menu__container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .hover-menu--categories .hover-menu__container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .hover-menu--categories .hover-menu__container {
    max-width: 1140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hover-menu--categories .hover-menu__container:before,
  .hover-menu--categories .hover-menu__container:after {
    left: 80px;
    left: 5rem;
  }
}

@media (min-width: 992px) {
  .hover-menu--categories .hover-menu__container:before,
  .hover-menu--categories .hover-menu__container:after {
    left: 120px;
    left: 7.5rem;
  }
}

@media (min-width: 1200px) {
  .hover-menu--categories .hover-menu__container {
    /* make sure the categories hover menu doesnt become any wider than the header itself */
    max-width: 60.75rem;
  }
}

.hover-menu__container {
  position: absolute;
  top: 30px;
  left: -75px;
  width: 11.875rem;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
  border-radius: 2px;
  -webkit-transform-style: flat;
          transform-style: flat;
  z-index: 4;
}

.hover-menu__container:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ddd;
  left: calc(50% - 4.5px);
  top: -9px;
}

.hover-menu__container:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  left: calc(50% - 4.5px);
  top: -8px;
}

.hover-menu__container > hr {
  margin: 0;
}

.hover-menu__list {
  list-style: none;
  padding: 0.9375rem 1.25rem;
  line-height: 1.9;
}

.hover-menu__list--column {
  margin-left: 0;
  margin-right: 0;
}

.hover-menu__list--column::after {
  content: "";
  display: table;
  clear: both;
}

.hover-menu__list--column > * {
  float: left;
  width: 25%;
}

.hover-menu__list--column__title {
  color: #ff7b11;
  font-size: 22px;
  font-size: 1.375rem;
}

.hover-menu__footer {
  padding: 0.625rem 1.25rem;
  border-top: 1px solid #ddd;
  text-align: center;
}

.hover-menu:hover:after,
.hover-menu:after {
  font-family: 'ntp-icons';
  font-size: 6px;
  font-size: 6px;
  font-size: 0.375rem;
}

.hover-menu:hover:after {
  content: "\E901";
}

.hover-menu:after {
  content: "\E900";
}

.table-simple th {
  font-weight: 500;
  color: #555;
}

.table-simple th,
.table-simple td {
  border-top: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #979797), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #979797 25%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.table-simple tr:last-of-type th,
.table-simple tr:last-of-type td {
  background: none;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .3;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .6;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.card-simple {
  border: 0;
}


/*# sourceMappingURL=53b411aa.hui_core.min.css.map*/