
/*Visit Tourism*/

/*Tourism additional styling - Dave Jennings*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");

body { font-family: "Open Sans", Helvetica, sans-serif; background:#f3f6fa;letter-spacing: 0.02em;font-size:1rem; }

h1, h2, h3, h4, h5, h6 {letter-spacing: 0.03em;}

#banner {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0)!important;
}


.fact_box {
    border-style: solid;
    /* border-color: #d0c4c4; */
    border-width: thick;
    border-radius: 50%;
    /*width: 190px;*/
    width: 220px;
    height: 220px;
    padding-top: 2em;
    padding-bottom: 3.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    /*background: #009EE0; */
    background-color: #005980;
    color: #fff; 
    /* box-shadow: 5px 5px 10px 6px #888888; */
}


.fact_title {
    font-weight: 600;
    /*font-size: 1.25em;*/
    font-size: 1.85em;
    margin-bottom: 0.05em;
}

.fact_number {
    font-size: 1.85em;
    padding-top: 0.1em;
    padding-bottom: 0.5em;
}

a:focus { outline: 3px solid #ffc848; }

body {
    text-transform: initial;
}


h1, h2, h3, h4, h5, h6 {
    text-transform: initial;
    font-weight: 600;
}

.header-top ul li a {
    color: #fff;
}

.header-top ul li {
    color: #fff;
}

#header .logo {
    font-size: 0.85em;
    color: #fff;
}

#header .logo:after {
    content: "Warwickshire County Council";
}

#header .logo .symbol img {
    display: block;
    height: 2em;
    /*height: 50px;*/
    padding-right: 5px;
    border-style: solid;
    border-right-width: 1px;
    border-right-color: #fff;
    margin-top: 10px;
     margin-right: 0em;
}


#header h1 {
    /*visibility: hidden;*/
    display: none!important;
}


#header a.logo:hover {
    text-decoration: none;
}

#header.alt {
    background: #096f48;
    height: 80px;
    /* padding-top: 1em; */
    font-size: 1.5em;
    top: 45px;
}

#header.alt .logo {
    pointer-events: auto;
    opacity: 1;
    color: #fff;
}

#header {
background: #096f48;
top:45px;
}

i.fa.fa-search {
    margin-left: 1em;
}

#header nav > ul > li > a.menuToggle:after {
width: 1em;
}

#header nav > ul > li > a {
text-transform: initial;
padding-right: 0em;
}


@media screen and (max-width: 736px) {
#header nav > ul > li > a.menuToggle span {
    display: none;
}
}

@media (min-width: 737px) {
#header nav > ul > li > a.menuToggle:after {
    background-image: none;
}
}

@media(max-width:478px) {
#header .logo {
margin-left:0.25em;
}
}


header h2 {
    /*background: #000000b3;*/
    width: fit-content;
    display: inline-flex;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.75em;
}

a.more.scrolly {
    color: #fff!important;
}

nav.breadcrumb .container {
    background: #000000b3;
    width: fit-content;
    display: inline-grid;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


#banner h2 {
    text-transform: initial;
    font-weight: 400!important;
    font-size: 3em;
    color: #fff;
}

@media screen and (max-width: 736px) {
#banner h2 {
    font-size: 1.85em!important;
}
}

.widget-homepage-banner p.image__caption {
    display: none;
}


#menu {
    background: #4c4b4c;
}

#menu ul > li > a {
text-transform: initial;
}

#header nav > ul > li > a.menuToggle:focus {
    outline: 3px solid #ffc848;
}

div#menu h2 {
    display: none;
}

h2.promo.heading {
    font-size: 2.5em;
    font-weight: 600;
    word-break: break-word;
}

.wrapper.style5 header.major p {
    color: #ffffff;
}

header.major a {
    color: #fff;
}

header.major h3 {
    color: #fff!important;
}

header.major h2 {
    color: #fff!important;
}

.wrapper > .inner {
    /* width: 60em; */
    /* margin: 0 auto; */
    width: 93%;
    /*margin-left: 0em;*/
}

.wrapper.style1 {
    padding: 1em;
    background-color: #fff;
}

@-webkit-keyframes animation--bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes animation--bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.animation--bounce,
.video-image-banner-widget .discover-more__icon::after {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: animation--bounce;
  animation-name: animation--bounce;
}
.animation--infinite,
.video-image-banner-widget .discover-more__icon::after {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes reveal {
  0% {
    -webkit-clip-path: polygon(
      0 0,
      0 0,
      0 1.1em,
      0 1.1em,
      0 1.1em,
      0 1.1em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 3.3em,
      0 3.3em
    );
    clip-path: polygon(
      0 0,
      0 0,
      0 1.1em,
      0 1.1em,
      0 1.1em,
      0 1.1em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 3.3em,
      0 3.3em
    );
  }
  33% {
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% 1.1em,
      0 1.1em,
      0 1.1em,
      0 1.1em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 3.3em,
      0 3.3em
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% 1.1em,
      0 1.1em,
      0 1.1em,
      0 1.1em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 3.3em,
      0 3.3em
    );
  }
  66% {
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% 1.1em,
      0 1.1em,
      0 1.1em,
      100% 1.1em,
      100% 2.2em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 3.3em,
      0 3.3em
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% 1.1em,
      0 1.1em,
      0 1.1em,
      100% 1.1em,
      100% 2.2em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 3.3em,
      0 3.3em
    );
  }
  100% {
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% 1.1em,
      0 1.1em,
      0 1.1em,
      100% 1.1em,
      100% 2.2em,
      0 2.2em,
      0 2.2em,
      100% 2.2em,
      100% 3.3em,
      0 3.3em
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% 1.1em,
      0 1.1em,
      0 1.1em,
      100% 1.1em,
      100% 2.2em,
      0 2.2em,
      0 2.2em,
      100% 2.2em,
      100% 3.3em,
      0 3.3em
    );
  }
}
@keyframes reveal {
  0% {
    -webkit-clip-path: polygon(
      0 0,
      0 0,
      0 1.1em,
      0 1.1em,
      0 1.1em,
      0 1.1em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 3.3em,
      0 3.3em
    );
    clip-path: polygon(
      0 0,
      0 0,
      0 1.1em,
      0 1.1em,
      0 1.1em,
      0 1.1em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 3.3em,
      0 3.3em
    );
  }
  33% {
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% 1.1em,
      0 1.1em,
      0 1.1em,
      0 1.1em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 3.3em,
      0 3.3em
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% 1.1em,
      0 1.1em,
      0 1.1em,
      0 1.1em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 3.3em,
      0 3.3em
    );
  }
  66% {
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% 1.1em,
      0 1.1em,
      0 1.1em,
      100% 1.1em,
      100% 2.2em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 3.3em,
      0 3.3em
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% 1.1em,
      0 1.1em,
      0 1.1em,
      100% 1.1em,
      100% 2.2em,
      0 2.2em,
      0 2.2em,
      0 2.2em,
      0 3.3em,
      0 3.3em
    );
  }
  100% {
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% 1.1em,
      0 1.1em,
      0 1.1em,
      100% 1.1em,
      100% 2.2em,
      0 2.2em,
      0 2.2em,
      100% 2.2em,
      100% 3.3em,
      0 3.3em
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% 1.1em,
      0 1.1em,
      0 1.1em,
      100% 1.1em,
      100% 2.2em,
      0 2.2em,
      0 2.2em,
      100% 2.2em,
      100% 3.3em,
      0 3.3em
    );
  }
}
.come-in {
  -webkit-animation: come-in 1s ease forwards;
  animation: come-in 1s ease forwards;
  opacity: 0;
  -webkit-transform: translateY(9rem);
  -ms-transform: translateY(9rem);
  transform: translateY(9rem);
}
.no-js .come-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.already-visible {
  -webkit-animation: none;
  animation: none;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
body {
  opacity: 1;
  -webkit-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
}
.js body.home.fade-out {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@-webkit-keyframes come-in {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes come-in {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1,
.h1,
.site-header .identity__heading {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
 /* font-family: monospace, monospace;*/
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font: 0.9em / 1.5 "hknova-regular", serif;
  min-height: 100%;
}
@media screen and (min-width: 760px) {
  html {
    font-size: 1em;
  }
}
body {
  color: #383835;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}
body.navigation-is-open {
  overflow-y: hidden;
}
body.is-open {
  overflow: hidden;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote,
dl,
dd,
ol,
ul,
h1,
.h1,
.site-header .identity__heading,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
pre,
fieldset,
hr {
  margin: 0;
}
fieldset,
ol,
ul {
  padding: 0;
}
iframe,
fieldset {
  border: 0;
}
[tabindex="-1"]:focus {
  outline: none;
}
img {
  font-style: italic;
  max-width: 100%;
}
img[width],
img[height] {
  max-width: none;
}
hgroup,
.hgroup,
ul,
ol,
dl,
blockquote,
p,
pre,
address,
table,
form,
hr {
  margin: 0.75rem 0 1.5rem;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
hr {
  background-color: #03505b;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
}
ul,
ol,
dd {
  margin-left: 24px;
}
code {
  line-height: 1;
}
pre {
  margin-top: 0;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
}
pre + p {
  margin-top: 1.5rem;
}
::-moz-selection {
  background-color: #384547 !important;
  color: #fff !important;
  text-shadow: none !important;
}
::selection {
  background-color: #384547 !important;
  color: #fff !important;
  text-shadow: none !important;
}
[data-a11y-toggle]:not([aria-controls]),
[aria-hidden="true"][aria-labelledby] {
  display: none;
}
[role="button"] {
  cursor: pointer;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09f;
  box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
img[data-action="zoom"] {
  cursor: pointer;
  /*cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;*/
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}
.giga {
  font-size: 6rem;
  margin: 0.75rem 0;
}
.mega {
  font-size: 3.75rem;
  margin: 0.75rem 0;
}
.kilo {
  font-size: 3rem;
  margin: 1.5rem 0 1rem;
}
.alpha,
h1,
.h1,
.site-header .identity__heading,
.editor h3,
.editor .h3 {
  line-height: 1.19444;
  margin: 0.75rem 0 0;
}
.beta,
h2,
.h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 1rem 0 0.375rem;
}
.gamma,
h3,
.h3 {
  font-size: 1.625rem;
  line-height: 1.23077;
  margin: 1.5rem 0 0;
}
.delta,
h4,
.h4 {
  font-size: 1.375rem;
  margin: 1.125rem 0 0;
}
.form legend,
form:not([class]) legend,
.button--large,
.button--large:visited,
.boxed__heading,
.form__heading,
.supplement__heading,
.alert__heading,
.alert__subheading,
.epsilon,
h5,
.h5 {
  font-size: 1.25rem;
  margin: 0.5rem 0 0;
}
.zeta,
h6,
.h6 {
  font-size: 1.125rem;
  margin: 0.5rem 0 0;
}
.form__field,
.form__select,
form:not([class]) select,
.form__textarea,
form:not([class])
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form:not([class]) textarea,
.data-table th,
table th,
.page-content table:not([class]) th,
.data-table td,
table td,
.page-content table:not([class]) td,
.button,
.button:visited,
form:not([class]) input[type="button"],
form:not([class]) input[type="submit"],
.calendar__heading,
.help,
.normalis {
  font-size: 1rem;
  margin: 0.75rem 0 0;
}
pre,
.progress-bar__info,
.milli {
  font-size: 0.875rem;
  margin: 0.75rem 0 0;
}
.form__help,
.button--small,
.button--small:visited,
.micro {
  font-size: 0.75rem;
  margin: 1rem 0 0;
}
h1,
.h1,
.site-header .identity__heading,
h2,
.h2 {
  /*color: #383835;*/
  /*font-family: "Georgia", serif;*/
  font-weight: 400;
}

h1.page-heading {
    color: #000!important;
    margin-top: 5vh;
    font-weight: 600;
    padding-left: 3em;
}


.editor h3,
.editor .h3 {
  /*font-family: "hknova-regular", serif;*/
  line-height: 1.4;
  margin-top: 0;
}
.h1,
.site-header .identity__heading {
  display: block;
}
.h2 {
  display: block;
}
.h3 {
  display: block;
}
.h4 {
  display: block;
}
.h5 {
  display: block;
}
.h6 {
  display: block;
}
.outer-container,
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.outer-container::after,
.container::after {
  clear: both;
  content: "";
  display: table;
}
.container .container,
.container--flush {
  padding-left: 0;
  padding-right: 0;
}
.container--wide {
  max-width: 1600px;
}
.modular .outer-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.icon {
  background-position: center center;
  background-size: contain;
  display: block;
  height: fit-content;
  width: fit-content;
}
.icon svg {
  max-height: 100%;
  max-width: 100%;
}
.icon--small {
  height: 1.5rem;
  width: 1.5rem;
}
.icon--inline {
  display: inline-block;
  height: 0.75em;
  margin-top: -0.125em;
  vertical-align: middle;
  width: 0.75em;
}
.icon--inline:last-child {
  margin-left: 1em;
}
.icon--inline:first-child {
  margin-right: 1em;
}
.icon--inline.icon--large {
  height: 2rem;
  width: 2rem;
}
.js .icon--embedded {
  width: auto;
}
.icon--full {
  height: 100%;
  width: 100%;
}
a {
  color: #03505b;
}
a,
a:visited {
  text-decoration: none;
}
a:visited {
  color: #384547;
}
a:hover,
a:focus,
a:active {
  color: #384547;
  text-decoration: underline;
}
a:focus {
  outline: 3px solid #226fb4;
}
img {
  display: block;
}
.image--feature {
  float: right;
  margin: 1.5rem 0 1.5rem 1.5rem;
  max-width: 250px;
  min-width: 100px;
  width: 35%;
}
.image--avatar {
  max-width: 60px;
}
.image--avatar img {
  border: 2px solid #000;
  height: auto;
}
.image--gallery {
  display: block;
}
.image--caption,
.editor .imageCaption {
  float: right;
  margin: 1.5rem 0 1.5rem 1.5rem;
  max-width: 250px;
  min-width: 100px;
  width: 35%;
}
.widget-width--small .image--caption,
.widget-width--small .editor .imageCaption,
.editor .widget-width--small .imageCaption {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.image--caption img,
.editor .imageCaption img {
  width: 100%;
}
.image--caption__text,
.editor .imageCaption p {
  color: #616365;
  margin-top: 0.375rem;
}
.image--thumbnail {
  height: auto;
  max-width: 150px;
  width: 20%;
}
::-webkit-input-placeholder {
  color: #87898c;
}
::-moz-placeholder {
  opacity: 1;
  color: #87898c;
}
::-moz-placeholder {
  opacity: 1;
  color: #87898c;
}
:-ms-input-placeholder {
  color: #87898c;
}
.placeholdr {
  color: #87898c;
}
.blockquote,
.editor blockquote {
  border-left: 2px solid #03505b;
  color: #03505b;
  font-size: 2rem;
  font-weight: 400;
  padding: 0 1.5rem;
}
.blockquote cite,
.editor blockquote cite {
  font-size: 1.375rem;
  font-style: normal;
}
.map {
  min-height: 300px;
}
.toggle {
  display: inline-block;
  height: 1.125em;
  margin-top: 0;
  position: relative;
  -webkit-transform: rotateY(0deg) translateY(0);
  transform: rotateY(0deg) translateY(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  vertical-align: middle;
  width: 1.5em;
}
@media screen and (min-width: 600px) {
  .toggle {
    margin-right: 1rem;
  }
}
.toggle__line {
  background-color: #cddedb;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: width 0.2s ease-out, opacity 0.3s,
    -webkit-transform 0.2s ease-out;
  transition: width 0.2s ease-out, opacity 0.3s, -webkit-transform 0.2s ease-out;
  -o-transition: width 0.2s ease-out, opacity 0.3s, transform 0.2s ease-out;
  transition: width 0.2s ease-out, opacity 0.3s, transform 0.2s ease-out;
  transition: width 0.2s ease-out, opacity 0.3s, transform 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .toggle__line {
    background-color: #03505b;
  }
}
.toggle__line--1 {
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.toggle__line--2 {
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.125em;
}
.toggle__line--3 {
  bottom: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.header-nav .header-nav__menu[aria-expanded="true"] .toggle {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.header-nav .header-nav__menu[aria-expanded="true"] .toggle__line {
  background-color: #cddedb;
}
.header-nav .header-nav__menu[aria-expanded="true"] .toggle__line--2 {
  opacity: 0;
}
.header-nav .header-nav__menu[aria-expanded="true"] .toggle__line--1 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-nav .header-nav__menu[aria-expanded="true"] .toggle__line--3 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form,
form:not([class]) {
  margin-bottom: 1.5rem;
}
.form fieldset,
form:not([class]) fieldset {
  border: 0;
  padding-top: 0;
}
.form fieldset:first-of-type,
form:not([class]) fieldset:first-of-type {
  border: 0;
  padding: 0;
}
.form legend,
form:not([class]) legend {
  color: #03505b;
  display: block;
  margin: 0 0 1px;
  white-space: normal;
  width: 100%;
}
.form input[type="search"],
form:not([class]) input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form .button,
form:not([class]) .button {
  margin-top: 0.75rem;
}
.form .button--small,
form:not([class]) .button--small {
  margin-top: 1rem;
}
.form__label,
.form__field,
.form__select,
form:not([class]) select,
.form__textarea,
form:not([class])
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form:not([class]) textarea,
.form__select,
form:not([class]) select,
.form__textarea {
  display: block;
}
.form__help {
  background-color: #cddedb;
  color: #616365;
  display: block;
  margin: 0.75rem 0 0;
  padding: 0.75rem;
}
.form__control {
  margin: 1.5rem 0;
}
.form__control--danger .form__label {
  color: #c0232e;
}
.form__control--danger .form__field,
.form__control--danger .form__select,
.form__control--danger form:not([class]) select,
form:not([class]) .form__control--danger select,
.form__control--danger .form__textarea,
.form__control--danger
  form:not([class])
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form:not([class])
  .form__control--danger
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form__control--danger form:not([class]) textarea,
form:not([class]) .form__control--danger textarea,
.form__control--danger .form__select,
.form__control--danger form:not([class]) select,
form:not([class]) .form__control--danger select,
.form__control--danger .form__textarea {
  background-color: #f3bcc0;
  border-color: #c0232e;
  color: #c0232e;
}
.form__control--success .form__label {
  color: #2eb156;
}
.form__control--success .form__field,
.form__control--success .form__select,
.form__control--success form:not([class]) select,
form:not([class]) .form__control--success select,
.form__control--success .form__textarea,
.form__control--success
  form:not([class])
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form:not([class])
  .form__control--success
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form__control--success form:not([class]) textarea,
form:not([class]) .form__control--success textarea,
.form__control--success .form__select,
.form__control--success form:not([class]) select,
form:not([class]) .form__control--success select,
.form__control--success .form__textarea {
  background-color: #bdeecc;
  border-color: #2eb156;
  color: #2eb156;
}
.form__control__group {
  margin-top: 0.375rem;
}
.form__control--append__group {
  margin-top: 0.75rem;
  min-height: 3rem;
  position: relative;
}
.form__control--append__group .form__field,
.form__control--append__group .form__select,
.form__control--append__group form:not([class]) select,
form:not([class]) .form__control--append__group select,
.form__control--append__group .form__textarea,
.form__control--append__group
  form:not([class])
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form:not([class])
  .form__control--append__group
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form__control--append__group form:not([class]) textarea,
form:not([class]) .form__control--append__group textarea,
.form__control--append__group .button {
  margin-top: 0;
}
.form__control--append__group .form__field,
.form__control--append__group .form__select,
.form__control--append__group form:not([class]) select,
form:not([class]) .form__control--append__group select,
.form__control--append__group .form__textarea,
.form__control--append__group
  form:not([class])
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form:not([class])
  .form__control--append__group
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form__control--append__group form:not([class]) textarea,
form:not([class]) .form__control--append__group textarea {
  height: 100%;
  left: 0;
  padding-right: 25%;
  position: absolute;
  top: 0;
  width: 100%;
}
.form__control--append__group .button {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.form__control--append--full {
  width: 100%;
}
.form__control--append--full .form__field,
.form__control--append--full .form__select,
.form__control--append--full form:not([class]) select,
form:not([class]) .form__control--append--full select,
.form__control--append--full .form__textarea,
.form__control--append--full
  form:not([class])
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form:not([class])
  .form__control--append--full
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form__control--append--full form:not([class]) textarea,
form:not([class]) .form__control--append--full textarea,
.form__control--append--full .button {
  margin-top: 0;
}
.form__label {
  margin-top: 0.75rem;
  padding: 0;
  width: 100%;
}
.form__label--checkbox,
.form__label--radio {
  margin-top: 0.375rem;
}
.form__field,
.form__select,
form:not([class]) select,
.form__textarea,
form:not([class])
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form:not([class]) textarea {
  background-color: #fff;
  border: 1px solid #aecac5;
  color: #383835;
  /*font-family: "Georgia", serif;*/
  margin-top: 0.75rem;
  max-width: 100%;
  padding: 0.3rem 0.75rem;
}
.form__field--disabled {
  border-color: #eeece8;
}
.form__select,
form:not([class]) select {
  height: calc(1rem + 1.5rem);
}
.callout__form > .form__control {
  margin-top: 0;
}
.callout__form > .form__control .callout__subheading:first-child {
  margin-top: 0;
}
.form__checkbox,
.form__radio,
form:not([class]) input[type="checkbox"],
form:not([class]) input[type="radio"] {
  display: inline-block;
  margin-right: 0.375rem;
}
.form--inline .form__control {
  padding-left: 0.25rem;
  width: 100%;
}
.form--inline .form__control--group {
  margin-top: 0;
}
.form--inline .form__control--append__group {
  width: calc(span(9) - 0.75rem);
}
.form--inline .form__control > *:not(.form__help) {
  display: inline-block;
  margin-left: -0.25rem;
  margin-top: 0;
  max-width: calc(span(9) - 0.75rem);
  vertical-align: top;
}
.form--inline .form__control .form__label {
  display: inline-block;
  margin-right: 1.5rem;
  margin-top: 0.3rem;
  width: auto;
}
.form--inline .form__control > .form__label {
  width: span(3);
}
.form--inline .form__control .form__help {
  margin-left: calc(span(3) + 1.5rem - $space-sixth);
}
.form--standout {
  background-color: #03505b;
  color: #384547;
}
.form--standout .form__heading {
  color: #384547;
}
.form--standout .form__field,
.form--standout .form__select,
.form--standout form:not([class]) select,
form:not([class]) .form--standout select,
.form--standout .form__textarea,
.form--standout
  form:not([class])
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form:not([class])
  .form--standout
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form--standout form:not([class]) textarea,
form:not([class]) .form--standout textarea {
  color: #000;
}
.form--standout .button {
  border-color: #384547;
  color: #384547;
}
.data-table,
table,
.page-content table:not([class]) {
  width: 100%;
}
.data-table tbody tr:first-child td,
table tbody tr:first-child td,
.page-content table:not([class]) tbody tr:first-child td {
  padding-top: 0.75rem;
}
.data-table th,
table th,
.page-content table:not([class]) th {
  border-bottom: 1px solid #616365;
  padding: 0.75rem;
  text-align: left;
}
.data-table td,
table td,
.page-content table:not([class]) td {
  padding: 0.75rem;
}
.table-wrapper {
  margin: 0 0 1.5rem;
  max-width: 100%;
  overflow-x: auto;
}
.table-wrapper.has-scroll {
  overflow: hidden;
  position: relative;
}
.table-wrapper.has-scroll::after {
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 50px;
}
.table-wrapper.has-scroll .scroller {
  overflow-x: auto;
}
.table-wrapper.has-scroll .scroller::-webkit-scrollbar {
  height: 0.75rem;
}
.table-wrapper.has-scroll .scroller::-webkit-scrollbar-track {
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.table-wrapper.has-scroll .scroller::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0.375rem;
}
.data-table--bordered {
  border: 1px solid #616365;
  margin-bottom: 1.5rem;
}
.data-table--bordered caption {
  margin-bottom: 0.75rem;
}
.data-table--bordered thead {
  background-color: #cddedb;
}
.data-table--bordered tbody tr:first-child td {
  padding-top: 0.75rem;
}
.data-table--bordered th + th {
  border-left: 1px solid #616365;
}
.data-table--bordered td {
  border: 1px solid #616365;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.data-table--striped tbody tr:nth-child(odd),
table tbody tr:nth-child(odd) {
  background-color: #cddedb;
}
.data-table--bordered {
  border: 1px solid #616365;
  margin-bottom: 1.5rem;
}
.data-table--bordered caption {
  margin-bottom: 0.75rem;
}
.data-table--bordered thead {
  background-color: #cddedb;
}
.data-table--bordered tbody tr:first-child td {
  padding-top: 0.75rem;
}
.data-table--bordered th + th {
  border-left: 1px solid #616365;
}
.data-table--bordered td {
  border: 1px solid #616365;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.data-table--compact {
  margin-bottom: 0.75rem;
}
.data-table--compact tbody tr:first-child td {
  padding-top: 0.5rem;
}
.data-table--compact tbody tr:last-child td {
  padding-bottom: 0.375rem;
}
.data-table--compact th,
.data-table--compact td {
  padding-top: 0.375rem;
}
.data-table--compact th {
  border-bottom: 1px solid #616365;
  padding-bottom: 0.3rem;
}
.data-table--compact td {
  padding-bottom: 0.375rem;
}
.data-table--striped tbody tr:nth-child(odd),
table tbody tr:nth-child(odd) {
  background-color: #cddedb;
}
.button,
.button:visited,
form:not([class]) input[type="button"],
form:not([class]) input[type="submit"],
form:not([class]) input:visited[type="button"],
form:not([class]) input:visited[type="submit"] {
  background-color: #fff;
  border: 1px solid #03505b;
  color: #03505b;
  cursor: pointer;
  display: inline-block;
  /*font-family: "hknova-medium", serif;*/
  margin: 0;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
  vertical-align: middle;
}
.button:hover,
.button:focus,
.button:active,
form:not([class]) input:hover[type="button"],
form:not([class]) input:hover[type="submit"],
form:not([class]) input:focus[type="button"],
form:not([class]) input:focus[type="submit"],
form:not([class]) input:active[type="button"],
form:not([class]) input:active[type="submit"] {
  background-color: #03505b;
  border-color: #03505b;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button[disabled],
form:not([class]) input[disabled][type="button"],
form:not([class]) input[disabled][type="submit"] {
  cursor: not-allowed;
}
.button--block {
  display: block;
  width: 100%;
}
.button--large,
.button--large:visited {
  padding: 1.5rem 3rem;
}
.button--small,
.button--small:visited {
  padding: 0.75rem;
}
.button--danger,
.button--danger:visited {
  background-color: #c0232e;
  border-color: #951b24;
  color: #fff;
}
.button--danger:hover,
.button--danger:focus,
.button--danger:active {
  background-color: #d62733;
}
.button--disabled,
.button--disabled:visited {
  background-color: #fff;
  border-color: #eeece8;
  color: #eeece8;
  cursor: not-allowed;
}
.button--disabled:hover,
.button--disabled:focus,
.button--disabled:active {
  background-color: #fff;
  border-color: #eeece8;
  color: #eeece8;
}
.button--primary,
.button--primary:visited {
  background-color: #cddedb;
  border-color: #cddedb;
  color: #03505b;
}
.button--primary:hover,
.button--primary:focus,
.button--primary:active {
  background-color: #03505b;
  color: #fff;
}
.button--standout,
.button--standout:visited {
  background-color: #03505b;
  border-color: #01252a;
  color: #383835;
}
.button--standout:hover,
.button--standout:focus,
.button--standout:active {
  background-color: #046674;
  color: #383835;
}
.button--success,
.button--success:visited {
  background-color: #2eb156;
  border-color: #238942;
  color: #fff;
}
.button--success:hover,
.button--success:focus,
.button--success:active {
  background-color: #33c560;
}
.button--warning,
.button--warning:visited {
  background-color: #e98300;
  border-color: #b66600;
  color: #fff;
}
.button--warning:hover,
.button--warning:focus,
.button--warning:active {
  background-color: #ff9104;
}
.list,
.pagination__list {
  list-style: none;
  margin-left: 0;
}
.list--inline-flex,
.list--inline {
  margin: 0;
}
.list--inline-flex .list__item,
.list--inline .list__item {
  display: inline-block;
  margin: 0.75rem 1.5rem 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 399px) {
  .list--inline-flex .list__item,
  .list--inline .list__item {
    width: 100%;
  }
}
.list--inline-flex .list__item:last-child,
.list--inline .list__item:last-child {
  margin-right: 0;
}
.list--rich .list__item {
  border-bottom: 1px solid #cddedb;
  padding: 0.75rem 0.75rem 0.75rem 0;
}
.list--rich .list__item:first-child {
  border-top: 1px solid #cddedb;
  padding-top: 0.75rem;
}
.list--rich .list__item ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.list--rich h2,
.list--rich .h2,
.list--rich h3,
.list--rich .h3,
.list--rich h4,
.list--rich .h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.list--rich .image--thumbnail,
.list--rich .image--avatar {
  float: right;
  margin: 0 0 0.5rem 0.5rem;
  width: 25%;
}
.list--striped .list__item {
  border: 0;
  padding: 0.75rem;
}
.list--striped .list__item:nth-child(odd) {
  background: #cddedb;
}
.list--az {
  display: block;
  margin-left: -0.75rem;
}
.list--az .list__item {
  display: inline-block;
  padding: 0 0 0.75rem 0.75rem;
  text-align: center;
  width: 25%;
}
@media screen and (min-width: 400px) {
  .list--az .list__item {
    width: 16.66667%;
  }
}
@media screen and (min-width: 600px) {
  .list--az .list__item {
    width: 10%;
  }
}
@media screen and (min-width: 760px) {
  .list--az .list__item {
    width: 7.69231%;
  }
}
@media screen and (min-width: 1280px) {
  .one-column .list--az .list__item {
    width: 3.84615%;
  }
}
.list--az .button {
  display: block;
  margin: 0;
  padding: 28.57143% 0.75rem;
  width: auto;
}
@media screen and (min-width: 600px) {
  .list--az .button {
    padding: 20% 0.75rem;
  }
}
@media screen and (min-width: 760px) {
  .list--az .button {
    padding: 25% 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .one-column .list--az .button {
    padding: 14.28571% 0;
  }
}
.list--definition__heading {
  border-top: 1px solid #cddedb;
  clear: left;
  font-weight: bold;
  padding-top: 1rem;
}
@media screen and (min-width: 760px) {
  .list--definition__heading {
    float: left;
    padding: 1rem 0.75rem;
    text-align: right;
    width: 25%;
  }
}
.list--definition__content {
  margin: 0;
  padding-bottom: 1rem;
  padding-top: 0.25rem;
}
@media screen and (min-width: 760px) {
  .list--definition__content {
    border-top: 1px solid #cddedb;
    float: left;
    padding: 1rem 0.75rem;
    width: 75%;
  }
}
.list--definition__map,
.list--definition__image {
  display: block;
  margin: 0.25rem 0 0.3rem;
}
.list--definition__editor > *:first-child {
  margin-top: 0;
}
.group-list {
  list-style: none;
  margin-left: 0;
}
.group-list .group-list__heading {
  margin-bottom: 0.5rem;
}
.group-list .group-list__heading::after {
  display: none;
}
.group-list .list {
  margin-top: 0;
}
.group-list .group-list__item {
  list-style: none;
  margin-bottom: 2.5rem;
}
.list--inline-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cddedb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.list--inline-flex .list__item:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}
.boxed,
.form,
form:not([class]),
.supplement,
.widget--image,
.site-header,
.sidebar__section {
  /*background-color: #fff;
  border: 2px solid #cddedb;
  margin: 1.5rem 0 3rem;
  padding: 1.5rem;*/
}
.boxed__heading,
.form__heading,
.supplement__heading,
.alert__heading,
.alert__subheading {
  margin-top: 0;
}
.boxed__form {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.pages-in {
  clear: both;
  margin-bottom: 4.5rem;
}
.pages-in .list__item {
  padding: 0.375rem 0;
}
.pages-in .icon {
  display: inline-block;
  height: 1rem;
  width: 1rem;
}
.boxed--primary,
.sidebar--primary .sidebar__section {
  border-color: #03505b;
  color: #000;
}
.boxed--secondary,
.sidebar--secondary .sidebar__section {
  border-color: #384547;
  color: #000;
}
.boxed--standout {
  border-color: #03505b;
  color: #000;
}
.boxed--subtle {
  border-color: #cddedb;
  color: #383835;
}
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--download-group + .nav {
  margin-top: 3rem;
}
.nav__item {
  display: inline-block;
}
.nav__link {
  display: inline-block;
}
.skip-links {
  background: transparent;
  border: 0;
  display: inline;
  margin: 0;
  padding: 0;
  position: static;
}
.list--back-to-top,
.list--skip-links {
  height: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999;
}
.list--back-to-top,
.list--back-to-top .list__item,
.list--skip-links,
.list--skip-links .list__item {
  margin: 0;
  padding: 0;
}
.list--back-to-top .list__link,
.list--skip-links .list__link {
  display: inline-block;
  padding: 0.75rem 1.5rem 1rem;
}
.list--back-to-top .list__link:link,
.list--back-to-top .list__link:hover,
.list--back-to-top .list__link:focus,
.list--back-to-top .list__link:active,
.list--skip-links .list__link:link,
.list--skip-links .list__link:hover,
.list--skip-links .list__link:focus,
.list--skip-links .list__link:active {
  background-color: #000;
  color: #fff;
  margin-top: 3em;
}
.list--back-to-top {
  position: fixed;
}
.list--breadcrumb {
  display: block;
  margin: 0;
  padding: 0;
}
.list--breadcrumb .list__item {
  display: inline;
}
.list--breadcrumb .list__item:last-child::after {
  display: none;
}
.list--breadcrumb .list__item::after {
  content: "/";
  display: inline;
  padding: 0 0.5625rem 0 0.75rem;
}
.list--breadcrumb a {
  display: inline-block;
}
.list--breadcrumb span {
  display: inline;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination__item {
  display: inline-block;
}
.pagination__link {
  display: block;
  position: relative;
}
.pagination__label {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
}
.pagination__item--previous {
  float: left;
  padding-right: 1.5rem;
  text-align: left;
  width: 50%;
}
.pagination__item--next {
  float: right;
  padding-left: 1.5rem;
  text-align: right;
  width: 50%;
}
.pagination--complex .pagination__item--previous,
.pagination--complex .pagination__item--next {
  max-width: 10rem;
}
.pagination--complex .pagination__item--previous .pagination__link,
.pagination--complex .pagination__item--next .pagination__link {
  min-height: 3rem;
}
.pagination--complex .pagination__label {
  line-height: 3rem;
}
.pagination--complex .pagination__item--number {
  display: inline-block;
  line-height: 3rem;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .pagination--complex .pagination__item--number {
    display: none;
  }
}
.pagination--complex .pagination__item--number .pagination__link {
  font-weight: 700;
  padding: 0 0.5rem;
}
.nav--primary-navigation {
  background-color: #03505b;
  position: relative;
  width: 100%;
  z-index: 6;
}
.nav--secondary-navigation {
  background-color: #03505b;
  display: none;
  left: 0;
  min-height: 100%;
  padding: 1.125rem 1.5rem;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .nav--secondary-navigation {
    padding: 5rem 1.5rem;
  }
}
.nav--secondary-navigation[aria-hidden="false"],
.nav--secondary-navigation.is-open[aria-hidden="true"] {
  display: block;
  opacity: 0;
}
.nav--secondary-navigation[aria-hidden="false"] .menu,
.nav--secondary-navigation.is-open[aria-hidden="true"] .menu {
  opacity: 0;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.nav--secondary-navigation.is-open {
  opacity: 1;
}
.nav--secondary-navigation.is-open .menu {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.nav--secondary-navigation .menu {
  color: #fff;
  opacity: 0;
  text-align: center;
  -webkit-transition: 0.6s opacity 0.2s, -webkit-transform 0.6s ease-out;
  transition: 0.6s opacity 0.2s, -webkit-transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out, 0.6s opacity 0.2s;
  transition: transform 0.6s ease-out, 0.6s opacity 0.2s;
  transition: transform 0.6s ease-out, 0.6s opacity 0.2s,
    -webkit-transform 0.6s ease-out;
}
.nav--secondary-navigation .list__item {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.23077;
  margin: 0.5rem 0;
}
@media screen and (min-width: 600px) {
  .nav--secondary-navigation .list__item {
    font-size: 2.25rem;
    line-height: 1.19444;
  }
}
.nav--secondary-navigation .list__link {
  color: #e2d8ce;
}
.nav--secondary-navigation .list__item--separated {
  font-size: 1.375rem;
  font-weight: 400;
  margin-top: 5rem;
}
.nav--secondary-navigation .list__item--separated .list__link {
  color: #fff;
}
.nav--secondary-navigation .list__item--sub {
  margin-top: 4.5rem;
  text-transform: uppercase;
}
.nav--secondary-navigation .list__item--sub .list__link {
  border: 1px solid #e2d8ce;
  padding: 0.75rem 1.5rem;
}
.treatment-custom-menu .list__link {
  color: #fff;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  z-index: 3;
}
.treatment-custom-menu__container {
  background-color: #03505b;
  display: none;
  height: 100%;
  padding: 6rem 1.5rem 1.5rem;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 80%;
  z-index: 11;
}
@media screen and (min-width: 960px) {
  .treatment-custom-menu__container {
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .treatment-custom-menu__container {
    padding: 6rem 200px 3rem 4.5rem;
    width: 40%;
  }
}
.treatment-custom-menu__container[aria-hidden="false"],
.treatment-custom-menu__container.is-open[aria-hidden="true"] {
  display: block;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.treatment-custom-menu__container.is-open {
  max-height: 100vh;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 960px) {
  .treatment-custom-menu__container .list__item {
    padding-right: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .treatment-custom-menu__container .list__item {
    padding-right: 6rem;
  }
}
.treatment-custom-menu__container .list__link {
  color: #e2d8ce;
  display: block;
  font-size: 1.125rem;
  padding: 0.375rem 0 1.125rem;
  position: relative;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.treatment-custom-menu__container .list__link::after {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}
.treatment-custom-menu__container .list__link:hover,
.treatment-custom-menu__container .list__link:focus,
.treatment-custom-menu__container .list__link:active {
  text-decoration: none;
  text-shadow: 1px 0 0 #e2d8ce, 1px 1px 0 #e2d8ce, 0 1px 0 #e2d8ce,
    0 0 0 #e2d8ce;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.treatment-custom-menu__container .list__link:hover::after,
.treatment-custom-menu__container .list__link:focus::after,
.treatment-custom-menu__container .list__link:active::after {
  background-color: #e2d8ce;
  bottom: 0.375rem;
  width: 4.5rem;
}
.treatment-custom-menu__button {
  background-color: #03505b;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0.125rem 0.125rem 0.3rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0.125rem 0.125rem 0.3rem 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  /*font-family: "Georgia", serif;*/
  height: 130px;
  left: 50%;
  padding: 1.5rem;
  position: relative;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 130px;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .treatment-custom-menu__button {
    left: auto;
    position: fixed;
    right: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 12;
  }
}
.treatment-custom-menu__button:hover,
.treatment-custom-menu__button:focus,
.treatment-custom-menu__button:active {
  background-color: #e2d8ce;
  color: #03505b;
}
.is-open .treatment-custom-menu__button:hover,
.is-open .treatment-custom-menu__button:focus {
  background-color: #fff;
}
.treatment-custom-menu__button:focus {
  outline: 3px solid #226fb4;
}
.is-open .treatment-custom-menu__button {
  background-color: #e2d8ce;
  color: #03505b;
}
.is-open .treatment-custom-menu__button:focus {
  outline: 0;
}
.treatment-custom-menu__button .icon {
  height: 1.125rem;
  margin: 0 auto;
  width: 0.75rem;
}
.js .treatment-custom-menu__button {
  opacity: 0;
}
.has-scrolled .treatment-custom-menu__button {
  opacity: 1;
}
.treatment-custom-menu__button-icon {
  background-color: #03505b;
  border: 0;
  padding: 0.75rem;
  position: fixed;
  right: 1.5rem;
  top: 1.5rem;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .treatment-custom-menu__button-icon {
    display: none;
  }
}
.treatment-custom-menu__button-icon:hover,
.treatment-custom-menu__button-icon:focus,
.treatment-custom-menu__button-icon:active {
  background-color: #384547;
}
.treatment-custom-menu__icon {
  display: none;
}
@media screen and (min-width: 760px) {
  .treatment-custom-menu__icon {
    display: block;
    height: 130px;
    opacity: 0.3;
    width: 115px;
  }
}
.alert {
  background-color: #fff;
  border: #fafaf8 solid 0.375rem;
  border-left-width: 6rem;
  /*font-family: "Georgia", serif;*/
  margin: 1.5rem 0 3rem;
  min-height: 6.75rem;
  padding: 1.25rem 1.5rem 1.5rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .alert {
    background-color: #fafaf8;
  }
}
.alert,
.alert * {
  color: #383835;
}
.home .alert:first-child {
  margin-top: 2.25rem;
}
.alert::before {
  background-size: contain;
  content: "";
  display: block;
  float: none;
  height: 3.375rem;
  left: -4.6875rem;
  margin: 1rem 0 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 3.375rem;
}
.alert > *:first-child {
  margin-top: 0;
}
.alert .button {
  margin-top: 0.75rem;
}
.alert__heading {
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 599px) {
  .alert__heading {
    display: inline-block;
    margin-bottom: 0.5rem;
    vertical-align: middle;
  }
}
.alert__subheading {
  display: block;
  font-size: 1.125rem;
  margin: 0;
}
.alert__list {
  clear: both;
  margin-bottom: 0;
  margin-top: 0.75rem;
  padding: 1.5rem 0 0.5rem;
}
.alert__text {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
.alert__heading,
.alert__list,
.alert__text {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .alert__heading:last-child,
  .alert__list:last-child,
  .alert__text:last-child {
    padding-bottom: 0.75rem;
  }
}
.alert__form {
  clear: both;
}
@media screen and (max-width: 599px) {
  .alert__form {
    background: #fff;
    margin: 0.75rem -0.75rem 0;
    padding: 0.75rem;
  }
}
a.alert__link {
  display: inline-block;
  margin-right: 1.5rem;
  position: relative;
  text-decoration: underline;
}
a.alert__link::after {
  content: ">";
  left: 100%;
  padding-left: 0.25rem;
  position: absolute;
}
a.alert__link .alert__link-text {
  text-decoration: underline;
}
.alert__heading + * {
  margin-top: 0;
}
.alert--success {
  border-color: #2eb156;
}
@media screen and (max-width: 599px) {
  .alert--success {
    background-color: #2eb156;
  }
}
.alert--danger {
  border-color: #c0232e;
}
@media screen and (max-width: 599px) {
  .alert--danger {
    background-color: #c0232e;
  }
}
.alert--warning {
  border-color: #e2d8ce;
}
.calendar {
  display: block;
  margin: 1.5rem 0;
  max-width: 24rem;
  min-width: 100px;
}
.calendar th,
.calendar td {
  margin: 0;
  padding: 0;
  text-align: center;
}
.calendar .button {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-top: -0.5rem;
}
.calendar__heading {
  text-align: center;
}
.calendar__table {
  width: 100%;
}
.calendar__days {
  background-color: #03505b;
  color: #fff;
}
.calendar__days th {
  font-weight: bold;
  padding: 3.5% 0.25rem 4%;
}
.calendar__dates tr {
  border-bottom: 1px solid #eeece8;
}
.calendar__date {
  color: #eeece8;
  display: block;
  height: 100%;
  padding: 26% 0.375rem;
}
.calendar__date--today {
  background-color: #f2f6f7;
}
.calendar__date--link {
  color: #03505b;
  font-weight: 700;
}
.calendar__date--link:hover,
.calendar__date--link:focus,
.calendar__date--link:active {
  background-color: #e6eeef;
}
.calendar__date--link:visited {
  background-color: #dce7e8;
}
.progress-bar {
  background: #fafaf8;
  display: block;
  margin: 0.375rem 0 1.125rem;
  padding: 0;
  position: relative;
  padding-right: 1.25rem;
}
.progress-bar::after {
  border: 1rem solid #fff;
  border-left-color: #fafaf8;
  border-right-width: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.progress-bar__indicator {
  background: #03505b;
  padding: 1rem 0 1rem 0.75rem;
  position: relative;
  z-index: 1;
}
.progress-bar__indicator::before {
  border: 1.25rem solid transparent;
  border-left-color: #03505b;
  border-right-width: 0;
  content: "";
  left: 100%;
  position: absolute;
  top: -0.25rem;
}
.progress-bar__info {
  color: #616365;
  display: block;
  font-weight: 400;
  margin: 0 0 1.5rem;
}
.progress-bar__info strong {
  font-weight: 400;
}
.progress-bar--danger .progress-bar__indicator {
  background: #c0232e;
}
.progress-bar--danger .progress-bar__indicator::before {
  border-left-color: #c0232e;
}
.progress-bar--success .progress-bar__indicator {
  background: #2eb156;
}
.progress-bar--success .progress-bar__indicator::before {
  border-left-color: #2eb156;
}
.supplements {
  margin-top: 4.5rem;
}
.widget--content {
  color: #383835;
}
@media screen and (min-width: 760px) {
  .widget--content {
    padding: 0 0 3rem;
  }
}
.widget--content h2,
.widget--content .h2 {
  color: #383835;
  font-size: 2.25rem;
}
@media screen and (max-width: 759px) {
  .widget-width--33:not(:last-of-type) .widget--content {
    padding: 0;
  }
}
.widget--content .editor h3:first-child,
.widget--content .editor .h3:first-child {
  margin-top: 3.75rem;
}
.widget--homepage-banner {
  position: relative;
}
.widget--homepage-banner h2,
.widget--homepage-banner .h2 {
  background-color: #cddedb;
  bottom: 0;
  left: 0;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
}
.widget--image {
  background-color: #f6f3f0;
  text-align: center;
}
.widget--image a {
  display: block;
}
.widget--image img {
  margin: 0 auto;
}
.widget--latest-news h2,
.widget--latest-news .h2,
.widget--latest-news .widget__heading {
  font-size: 2.25rem;
}
.widget--latest-news p {
  border-bottom: 1px solid #d2d1ce;
  padding-bottom: 1.5rem;
}
.widget--navigation {
  padding: 0 0 3rem;
}
.widget--navigation .item-list {
  margin-left: 0;
}
.widget--navigation li {
  border-bottom: 1px solid #d2d1ce;
  list-style: none;
  margin-left: 0;
  padding: 0.75rem 0.75rem 0.75rem 0;
}
.widget--site-map .item-list {
  margin-left: 0;
}
.widget--site-map li {
  border-bottom: 1px solid #d2d1ce;
  list-style: none;
  margin-left: 0;
  padding: 0.75rem 0.75rem 0.75rem 0;
}
.widget--site-map li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.trip-advisor {
  background-color: #175e68;
  background-image: url("../images/pattern-overlay.svg");
  background-repeat: repeat;
  background-size: 120px;
  padding: 3rem 0 6rem;
  text-align: center;
}
.trip-advisor__heading {
  color: #fff;
  /*font-family: "hknova-regular", serif;*/
  font-size: 1rem;
  font-weight: 300;
}
.trip-advisor__text {
  color: #e2d8ce;
  /*font-family: "Georgia", serif;*/
  font-size: 1.625rem;
  font-style: italic;
  line-height: 1.23077;
  padding: 2.25rem 1.5rem 2.5rem;
  word-wrap: break-word;
}
@media screen and (min-width: 760px) {
  .trip-advisor__text {
    font-size: 2.25rem;
    line-height: 1.5;
    padding: 2.25rem 9rem 2.5rem;
  }
}
.trip-advisor__icon {
  height: 4.5rem;
  margin: 0 auto;
  width: 4.5rem;
}
.carousel-widget {
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 760px) {
  .carousel-widget {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .carousel-widget {
    padding-bottom: 0;
  }
}
.carousel-widget .flickity-page-dots {
  bottom: -3rem;
}
.carousel-widget .flickity-page-dots .dot {
  background: #e2d8ce;
  height: 6px;
  margin: 0 0.3rem;
  opacity: 1;
  width: 6px;
}
.carousel-widget .flickity-page-dots .dot.is-selected {
  background: #03505b;
}
.carousel-widget .carousel-arrow {
  display: none;
}
@media screen and (min-width: 960px) {
  .carousel-widget .carousel-arrow {
    background-color: #03505b;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
    -o-transition: background-color 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    z-index: 1;
  }
}
.carousel-widget .carousel-arrow:hover,
.carousel-widget .carousel-arrow:focus,
.carousel-widget .carousel-arrow:active {
  background-color: #f6f3f0;
  border-color: #f6f3f0;
}
.carousel-widget .carousel-arrow:focus {
  outline: 3px solid #226fb4;
}
.carousel-widget .carousel-arrow .icon {
  height: 3.75rem;
  width: 3.75rem;
}
.carousel-widget .carousel-arrow--previous {
  left: 0;
}
.carousel-widget .carousel-arrow--next {
  right: 0;
}
.carousel-widget .slide {
  width: 100%;
}
.carousel-widget .slide .button {
  background-color: #cddedb;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .carousel-widget .slide .button {
    border: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.carousel-widget .slide .button:hover,
.carousel-widget .slide .button:focus,
.carousel-widget .slide .button:active {
  background-color: #03505b;
}
.carousel-widget .slide__image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 240px;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .carousel-widget .slide__image {
    height: 480px;
  }
}
@media screen and (min-width: 960px) {
  .carousel-widget .slide__image {
    background-position: top right;
    float: right;
    height: 670px;
    width: 57.14286%;
  }
}
.carousel-widget .slide__content {
  float: left;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 760px) {
  .carousel-widget .slide__content {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .carousel-widget .slide__content {
    left: 50%;
    margin-top: -3.75rem;
    padding: 1.875rem 3rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 960px) {
  .carousel-widget .slide__content {
    height: 100%;
    margin: 0;
    padding: 8rem 3rem 6rem 10.5rem;
    width: 42.85714%;
  }
}
.carousel-widget .slide__content--inner {
  background-color: #cddedb;
  background-image: url("../images/pattern-overlay-darker.svg");
  background-repeat: repeat;
  background-size: 120px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .carousel-widget .slide__content--inner {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.carousel-widget .slide__content--inner::after {
  background-image: -webkit-linear-gradient(
    315deg,
    rgba(205, 222, 219, 0) 0,
    #cddedb 50%
  );
  background-image: -o-linear-gradient(
    315deg,
    rgba(205, 222, 219, 0) 0,
    #cddedb 50%
  );
  background-image: linear-gradient(
    135deg,
    rgba(205, 222, 219, 0) 0,
    #cddedb 50%
  );
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.carousel-widget .slide__heading {
  color: #03505b;
 /* font-family: "hknova-regular", serif;*/
  font-size: 24px;
  margin-top: 0.75rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 600px) {
  .carousel-widget .slide__heading {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .carousel-widget .slide__heading {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.carousel-widget .slide__subheading {
  display: none;
}
@media screen and (min-width: 600px) {
  .carousel-widget .slide__subheading {
    display: block;
    margin-bottom: 1.125rem;
    position: relative;
    z-index: 5;
  }
}
.carousel-widget .slide__text {
  /*font-family: "Georgia", serif;*/
  position: relative;
  z-index: 5;
}
.no-js .carousel-arrows {
  display: none;
}
.info-logo {
  /*font-family: "Georgia", serif;*/
  padding: 1.5rem 0;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .info-logo {
    background-color: #f6f3f0;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .info-logo {
    padding: 6rem 0 12rem;
  }
}
.info-logo__icon {
  display: none;
}
@media screen and (min-width: 760px) {
  .info-logo__icon {
    display: block;
    height: 194px;
    margin: 0 auto 3rem;
    width: 166px;
  }
}
.info-logo__text {
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 600px) {
  .info-logo__text {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 960px) {
  .info-logo__text {
    max-width: 638px;
    padding: 0 1.5rem;
  }
}
.call-to-action {
  padding: 3rem 1.5rem 1.5rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.call-to-action__title {
  color: #e2d8ce;
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .call-to-action__title {
    font-size: 2.25rem;
  }
}
.call-to-action__button {
  position: relative;
  z-index: 3;
}
.call-to-action__link {
  color: #fff;
  /*font-family: "hknova-medium", serif;*/
}
.call-to-action__link:hover,
.call-to-action__link:focus,
.call-to-action__link:active {
  color: #e2d8ce;
  text-decoration: underline;
}
.call-to-action__link:visited {
  color: #fff;
}
.call-to-action__overlay {
  background-color: #03505b;
  background-image: url("../images/pattern-overlay.svg");
  background-repeat: repeat;
  background-size: 120px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .call-to-action__overlay {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.call-to-action__overlay::after {
  background-image: -webkit-linear-gradient(
    315deg,
    rgba(56, 69, 71, 0.1) 0,
    #03505b 40%
  );
  background-image: -o-linear-gradient(
    315deg,
    rgba(56, 69, 71, 0.1) 0,
    #03505b 40%
  );
  background-image: linear-gradient(
    135deg,
    rgba(56, 69, 71, 0.1) 0,
    #03505b 40%
  );
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 599px) {
  .call-to-action__overlay::after {
    background-image: -webkit-linear-gradient(
      315deg,
      rgba(56, 69, 71, 0.1) 0,
      #03505b 80%
    );
    background-image: -o-linear-gradient(
      315deg,
      rgba(56, 69, 71, 0.1) 0,
      #03505b 80%
    );
    background-image: linear-gradient(
      135deg,
      rgba(56, 69, 71, 0.1) 0,
      #03505b 80%
    );
  }
}
.image-cta {
  background-color: #f6f3f0;
  margin-top: 3rem;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .image-cta {
    margin-top: 0;
    padding: 6rem 0;
  }
}
@media screen and (min-width: 760px) {
  .image-cta .container {
    padding: 0 6rem;
  }
}
.image-cta--left {
  background-color: #cddedb;
  display: inline-block;
  padding: 1.5rem 2.625rem;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .image-cta--left {
    width: 50%;
  }
}
.image-cta--right {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .image-cta--right {
    width: 100%;
  }
}
@media screen and (min-width: 760px) {
  .image-cta--right {
    width: 50%;
  }
}
.image-cta__heading {
  /*font-family: "hknova-regular", serif;*/
  font-size: 2.25rem;
  line-height: 1.1;
}
.image-cta__description {
  /*font-family: "Georgia", serif;*/
}
.image-cta__button {
  margin-top: 2.5rem;
}
.image-cta__button .image-cta__link {
  background-color: #cddedb;
}
.image-cta__button .image-cta__link:hover,
.image-cta__button .image-cta__link:focus,
.image-cta__button .image-cta__link:active {
  background-color: #03505b;
}
.image-cta__container-left {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: 50%;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .image-cta__container-left {
    display: none;
  }
}
.image-cta__container-left .image-cta__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.image-cta__one {
  height: 100%;
}
.image-cta__container-right {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: 50%;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .image-cta__container-right {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .image-cta__container-right {
    width: 50%;
  }
}
.image-cta__container-right .image-cta__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.image-cta__two,
.image-cta__three {
  height: 50%;
}
.listed-content {
  background-color: #03505b;
  background-image: url("../images/pattern-overlay.svg");
  background-repeat: repeat;
  background-size: 120px;
  padding: 3rem 0 1.5rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 600px) {
  .listed-content {
    padding: 6rem 0 3rem;
  }
}
@media screen and (min-width: 600px) {
  .listed-content .container {
    padding: 0 2.25rem;
  }
}
@media screen and (min-width: 960px) {
  .listed-content .container {
    padding: 0 9rem;
  }
}
.listed-content .widget__heading {
  color: #e2d8ce;
  /*font-family: "hknova-regular", serif;*/
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .listed-content .widget__heading {
    font-size: 2.25rem;
  }
}
.listed-content .list {
  list-style: none;
  padding: 1.5rem;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .listed-content .list {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .listed-content .list--col-one {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0.75rem;
  }
}
@media screen and (max-width: 599px) {
  .listed-content .list--col-two {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.listed-content .icon {
  background-size: cover;
  display: inline-block;
  height: 1.125rem;
  width: 1.5rem;
}
.listed-content .list__text {
  color: #fff;
  /*font-family: "Georgia", serif;*/
  padding-left: 2.25rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .listed-content .list__text {
    margin: 0.375rem 0 0.75rem;
  }
}
.listed-content .list__text::before {
  background-position: bottom;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.375rem;
  width: 1.5rem;
}
.carousel-simple-widget {
  margin: 0 auto;
  padding: 3rem 0;
  position: relative;
}
@media screen and (min-width: 760px) {
  .carousel-simple-widget {
    max-width: 600px;
  }
}
@media screen and (min-width: 960px) {
  .carousel-simple-widget {
    max-width: 800px;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-simple-widget {
    max-width: 1016px;
  }
}
.carousel-simple-widget .flickity-page-dots {
  bottom: -1.875rem;
}
.carousel-simple-widget .flickity-page-dots .dot {
  background: #e2d8ce;
  height: 6px;
  margin: 0 0.3rem;
  opacity: 1;
  width: 6px;
}
.carousel-simple-widget .flickity-page-dots .dot.is-selected {
  background: #03505b;
}
.carousel-simple-widget .carousel-arrow {
  display: none;
}
@media screen and (min-width: 760px) {
  .carousel-simple-widget .carousel-arrow {
    background: transparent;
    border: 0;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
}
.carousel-simple-widget .carousel-arrow:hover,
.carousel-simple-widget .carousel-arrow:focus,
.carousel-simple-widget .carousel-arrow:active {
  background-color: transparent;
}
.carousel-simple-widget .carousel-arrow:focus {
  outline: 3px solid #226fb4;
}
.carousel-simple-widget .carousel-arrow .icon {
  height: 3.75rem;
  width: 3.75rem;
}
.carousel-simple-widget .carousel-arrow--previous {
  left: -6rem;
}
.carousel-simple-widget .carousel-arrow--previous .icon {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.carousel-simple-widget .carousel-arrow--previous:hover .icon,
.carousel-simple-widget .carousel-arrow--previous:focus .icon,
.carousel-simple-widget .carousel-arrow--previous:active .icon {
  -webkit-transform: translateX(-0.375rem);
  -ms-transform: translateX(-0.375rem);
  transform: translateX(-0.375rem);
}
.carousel-simple-widget .carousel-arrow--next {
  right: -6rem;
}
.carousel-simple-widget .carousel-arrow--next .icon {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.carousel-simple-widget .carousel-arrow--next:hover .icon,
.carousel-simple-widget .carousel-arrow--next:focus .icon,
.carousel-simple-widget .carousel-arrow--next:active .icon {
  -webkit-transform: translateX(0.375rem);
  -ms-transform: translateX(0.375rem);
  transform: translateX(0.375rem);
}
.slide-simple {
  width: 100%;
}
.slide-simple__image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .slide-simple__image {
    height: 480px;
  }
}
@media screen and (min-width: 960px) {
  .slide-simple__image {
    height: 670px;
  }
}
.hero-banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0 500px 20px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 500px 20px 0 rgba(0, 0, 0, 0.35);
  height: 280px;
  margin-top: -3rem;
  position: relative;
}
@media screen and (min-width: 760px) {
  .hero-banner {
    height: 500px;
  }
}
.hero-banner::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(transparent)
  );
  background: -webkit-linear-gradient(top, #000, transparent);
  background: -o-linear-gradient(top, #000, transparent);
  background: linear-gradient(180deg, #000, transparent);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-banner .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-banner .widget__heading {
  color: #fff;
  /*font-family: "Georgia", serif;*/
  font-size: 2.25rem;
  line-height: 1.19444;
  margin: 0 auto;
  opacity: 0;
  padding-top: 15rem;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  width: 80%;
}
@media screen and (min-width: 760px) {
  .hero-banner .widget__heading {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.hero-banner .widget__heading.is-visible {
  opacity: 1;
}
.hero-banner .text-split {
  display: block;
}
.hero-banner.hero-banner--image::before {
  display: none;
}
.hero-banner__clip {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  text-shadow: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.75s, text-shadow 0.1s;
  -o-transition: opacity 0.75s, text-shadow 0.1s;
  transition: opacity 0.75s, text-shadow 0.1s;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .hero-banner__clip {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-name: reveal;
    animation-name: reveal;
  }
}
.hero-banner__clip.is-visible {
  opacity: 1;
}
.treatment-tile-widget {
  padding: 3rem 0 0;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .treatment-tile-widget {
    padding: 6rem 0 0;
  }
}
.treatment-tile-widget .widget__heading {
  /*font-family: "hknova-regular", serif;*/
  font-size: 1.375rem;
  margin: 1.5rem auto 2.25rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 600px) {
  .treatment-tile-widget .widget__heading {
    font-size: 2.25rem;
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 600px) {
  .treatment-tile-widget .widget__heading {
    width: 70%;
  }
}
@media screen and (min-width: 760px) {
  .treatment-tile-widget .widget__heading {
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .treatment-tile-widget .widget__heading {
    width: 40%;
  }
}
.treatment-tile-widget .treatment__heading {
  color: #fff;
  /*font-family: "hknova-regular", serif;*/
  font-size: 1.375rem;
  padding: 0 1.5rem;
  width: 100%;
}
.treatment-tile-one {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .treatment-tile-one {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .treatment-tile-one {
    width: 33.33333%;
  }
}
.treatment-tile-one .treatment-tile-one__top {
  height: 220px;
}
@media screen and (min-width: 600px) {
  .treatment-tile-one .treatment-tile-one__top {
    height: 340px;
  }
}
.treatment-tile-one .treatment-tile-one__top .treatment__image {
  padding-top: 340px;
}
.treatment-tile-one .treatment-tile-one__top .treatment__link {
  color: #fff;
}
.treatment-tile-one .treatment-tile-one__top .treatment__heading {
  bottom: 1.5rem;
}
@media screen and (min-width: 960px) {
  .treatment-tile-one .treatment-tile-one__top .treatment__heading {
    padding: 0 3.75rem;
  }
}
.treatment-tile-one .treatment-tile-one__bottom {
  height: 220px;
}
.treatment-tile-one .treatment-tile-one__bottom .treatment__image {
  padding-top: 220px;
}
.treatment-tile-one .treatment-tile-one__bottom .treatment__heading {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.treatment-tile-one .treatment-tile-left .treatment__link {
  background-color: #cddedb;
}
.treatment-tile-one .treatment-tile-left .treatment__link:hover,
.treatment-tile-one .treatment-tile-left .treatment__link:focus,
.treatment-tile-one .treatment-tile-left .treatment__link:active {
  background-color: #03505b;
}
.treatment-tile-one
  .treatment-tile-left
  .treatment__link:hover
  .treatment__heading,
.treatment-tile-one
  .treatment-tile-left
  .treatment__link:focus
  .treatment__heading,
.treatment-tile-one
  .treatment-tile-left
  .treatment__link:active
  .treatment__heading {
  color: #fff;
}
.treatment-tile-one .treatment-tile-left .treatment__link {
  height: 100%;
  padding-top: 100%;
}
.treatment-tile-one .treatment-tile-left .treatment__heading {
  color: #03505b;
}
.treatment-tile-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .treatment-tile-two {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .treatment-tile-two {
    width: 33.33333%;
  }
}
.treatment-tile-two .treatment-tile-two__top {
  display: inline-block;
  height: 100%;
  max-height: 220px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  vertical-align: top;
  width: 50%;
}
@media screen and (min-width: 600px) {
  .treatment-tile-two .treatment-tile-two__top {
    width: 100%;
  }
}
.treatment-tile-two .treatment-tile-two__top .treatment__link {
  background-color: #e2d8ce;
  height: 220px;
}
.treatment-tile-two .treatment-tile-two__top .treatment__link:hover,
.treatment-tile-two .treatment-tile-two__top .treatment__link:focus,
.treatment-tile-two .treatment-tile-two__top .treatment__link:active {
  background-color: #384547;
}
.treatment-tile-two
  .treatment-tile-two__top
  .treatment__link:hover
  .treatment__heading,
.treatment-tile-two
  .treatment-tile-two__top
  .treatment__link:focus
  .treatment__heading,
.treatment-tile-two
  .treatment-tile-two__top
  .treatment__link:active
  .treatment__heading {
  color: #fff;
}
.treatment-tile-two .treatment-tile-two__top .treatment__heading {
  bottom: 50%;
  color: #03505b;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.treatment-tile-two .treatment-tile-two__bottom {
  display: inline-block;
  height: 100%;
  max-height: 220px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  vertical-align: top;
  width: 50%;
}
@media screen and (min-width: 600px) {
  .treatment-tile-two .treatment-tile-two__bottom {
    max-height: 340px;
    width: 100%;
  }
}
.treatment-tile-two .treatment-tile-two__bottom .treatment__image {
  padding-top: 340px;
}
.treatment-tile-two .treatment-tile-two__bottom .treatment__heading {
  bottom: 50%;
  color: #03505b;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
@media screen and (min-width: 600px) {
  .treatment-tile-two .treatment-tile-two__bottom .treatment__heading {
    bottom: 3rem;
  }
}
.treatment-tile-three {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .treatment-tile-three {
    width: 33.33333%;
  }
}
.treatment-tile-three .treatment-tile-left .treatment__link {
  background-color: #03505b;
}
.treatment-tile-three .treatment-tile-left .treatment__link:hover,
.treatment-tile-three .treatment-tile-left .treatment__link:focus,
.treatment-tile-three .treatment-tile-left .treatment__link:active {
  background-color: #cddedb;
}
.treatment-tile-three
  .treatment-tile-left
  .treatment__link:hover
  .treatment__heading,
.treatment-tile-three
  .treatment-tile-left
  .treatment__link:focus
  .treatment__heading,
.treatment-tile-three
  .treatment-tile-left
  .treatment__link:active
  .treatment__heading {
  color: #03505b;
}
.treatment-tile-three .treatment__text-wrap {
  bottom: 50%;
  position: absolute;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 100%;
}
@media screen and (min-width: 960px) {
  .treatment-tile-three .treatment__text-wrap {
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.treatment-tile-three .treatment-tile-three__top {
  height: 220px;
}
@media screen and (min-width: 600px) {
  .treatment-tile-three .treatment-tile-three__top {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .treatment-tile-three .treatment-tile-three__top {
    height: 340px;
    width: 100%;
  }
}
.treatment-tile-three .treatment-tile-three__top .treatment__image {
  padding-top: 340px;
}
.treatment-tile-three .treatment-tile-three__top .treatment__heading {
  display: block;
  position: relative;
}
.treatment-tile-three .treatment-tile-three__top .treatment__subheading {
  bottom: 0;
  color: #fff;
  display: block;
  /*font-family: "Georgia", serif;*/
  margin-top: 0;
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
}
.treatment-tile-three .treatment-tile-three__bottom {
  height: 220px;
}
@media screen and (min-width: 600px) {
  .treatment-tile-three .treatment-tile-three__bottom {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .treatment-tile-three .treatment-tile-three__bottom {
    width: 100%;
  }
}
.treatment-tile-three .treatment-tile-three__bottom .treatment__image {
  padding-top: 220px;
}
.treatment-tile-three .treatment-tile-three__bottom .treatment__heading {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.treatment-tile-left,
.treatment-tile-right {
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
  width: 50%;
}
.treatment__block {
  height: 100%;
  position: relative;
}
.treatment__heading,
.treatment__subheading {
  position: absolute;
}
.treatment__link {
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.treatment__link:hover .treatment__image,
.treatment__link:focus .treatment__image,
.treatment__link:active .treatment__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.treatment__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.treatment__image::before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-image-banner-widget {
  background: #616365;
  background-size: cover;
  height: 470px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .video-image-banner-widget {
    height: 670px;
  }
}
@media screen and (min-width: 960px) {
  .video-image-banner-widget {
    height: calc(100vh - 105px);
  }
}
.landing-page .video-image-banner-widget {
  margin-top: -1.5rem;
}
@media screen and (min-width: 600px) {
  .landing-page .video-image-banner-widget {
    margin-top: -3rem;
  }
}
.video-image-banner-widget::before {
  -webkit-box-shadow: inset 0 100vh 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 100vh 20px 0 rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.video-image-banner-widget .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.video-image-banner-widget .widget__heading {
  color: #fff;
  /*font-family: "Georgia", serif;*/
  font-size: 2.25rem;
  line-height: 1.19444;
  margin: 0 auto;
  opacity: 0;
  padding-top: 50vh;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  width: 90%;
}
@media screen and (min-width: 760px) {
  .video-image-banner-widget .widget__heading {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1280px) {
  .video-image-banner-widget .widget__heading {
    width: 50%;
  }
}
.video-image-banner-widget .widget__heading.is-visible {
  opacity: 1;
}
.no-js .video-image-banner-widget .widget__heading {
  opacity: 1;
}
.video-image-banner-widget .widget__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.video-image-banner-widget .video__placeholder {
  -o-object-fit: cover;
  object-fit: cover;
}
.video-image-banner-widget .text-split {
  display: block;
}
.video-image-banner-widget .text-split--subheading {
  display: none;
}
@media screen and (min-width: 760px) {
  .video-image-banner-widget .text-split--subheading {
    display: block;
    /*font-family: "hknova-regular", serif;*/
    font-size: 24px;
    margin-top: 1.875rem;
  }
}
.video-image-banner-widget .discover-more {
  bottom: 3.75rem;
  color: #fff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.video-image-banner-widget .discover-more__text {
  margin-bottom: 1rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.video-image-banner-widget .discover-more__icon {
  border: 2px solid #fff;
  border-radius: 0.5rem;
  height: 1.875rem;
  margin: 0 auto;
  position: relative;
  width: 1.25rem;
}
.video-image-banner-widget .discover-more__icon::before {
  background-color: #fff;
  bottom: 1.625rem;
  content: "";
  display: block;
  height: 0.375rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.125rem;
}
.video-image-banner-widget .discover-more__icon::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.375rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0.25rem;
  width: 0.125rem;
}
.video-image-banner-widget .video {
  bottom: 0;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.video-image-banner-widget .video::-webkit-media-controls-panel {
  -webkit-appearance: none;
  display: none !important;
}
.video-image-banner-widget .video::--webkit-media-controls-play-button {
  -webkit-appearance: none;
  display: none !important;
}
.video-image-banner-widget
  .video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.js .video-image-banner-widget .video {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.video-image-banner-widget .video.loaded {
  opacity: 1;
}
.video-image-banner-widget .video-ui {
  bottom: 1.5rem;
  opacity: 0.8;
  position: absolute;
  right: 1.5rem;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .video-image-banner-widget .video-ui {
    display: none;
  }
}
.video-image-banner-widget .video-ui .icon {
  height: 1rem;
  width: 1rem;
}
.no-js .video-image-banner-widget .video-ui {
  display: none;
}
.video-image-banner-widget .video-ui__button {
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0.375rem;
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  -o-transition: transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms;
}
.video-image-banner-widget .video-ui__button:hover,
.video-image-banner-widget .video-ui__button:focus,
.video-image-banner-widget .video-ui__button:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.video-image-banner-widget .video-ui__button:focus {
  outline: 3px solid #226fb4;
}
.timeline-carousel-widget {
  margin-top: 3rem;
  position: relative;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget {
    margin-top: 2.5rem;
  }
}
.timeline-carousel-widget .timeline-carousel {
  background-color: #03505b;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .timeline-carousel {
    padding-top: 2rem;
  }
}
.timeline-carousel-widget .flickity-page-dots {
  bottom: 1rem;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .flickity-page-dots {
    display: none;
  }
}
.timeline-carousel-widget .flickity-page-dots .dot {
  background: #fff;
  height: 6px;
  margin: 0 0.3rem;
  opacity: 1;
  width: 6px;
}
.timeline-carousel-widget .flickity-page-dots .dot.is-selected {
  background: #000;
}
.timeline-carousel-widget .container {
  display: none;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .container {
    display: block;
    margin-bottom: 3rem;
  }
}
.timeline-carousel-widget .carousel-arrow {
  display: none;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .carousel-arrow {
    background-color: transparent;
    display: inline-block;
    height: 4.5rem;
    position: relative;
    width: 4.5rem;
    z-index: 10;
  }
}
.timeline-carousel-widget .carousel-arrow .icon {
  height: 3rem;
  margin: -1px auto 0;
  width: 1.5rem;
}
.timeline-carousel-widget .carousel-arrow:focus {
  outline: 3px solid #226fb4;
}
.timeline-carousel-widget .carousel-arrow--previous,
.timeline-carousel-widget .carousel-arrow--next {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.timeline-carousel-widget .carousel-arrow--previous:hover,
.timeline-carousel-widget .carousel-arrow--next:hover {
  background-color: #cddedb;
}
.timeline-carousel-widget .carousel-arrow--previous:focus,
.timeline-carousel-widget .carousel-arrow--previous:active,
.timeline-carousel-widget .carousel-arrow--next:focus,
.timeline-carousel-widget .carousel-arrow--next:active {
  background-color: #f6f3f0;
}
.timeline-carousel-widget .carousel-arrows {
  display: inline-block;
  margin-left: 1.875rem;
  vertical-align: top;
}
.timeline-carousel-widget .pattern-overlay {
  background-color: #03505b;
  background-image: url("../images/pattern-overlay.svg");
  background-repeat: repeat;
  background-size: 120px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .timeline-carousel-widget .pattern-overlay {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.timeline-carousel-widget .pattern-overlay::after {
  background-image: -webkit-linear-gradient(
    20deg,
    rgba(56, 69, 71, 0.1) 0,
    #03505b 80%
  );
  background-image: -o-linear-gradient(
    20deg,
    rgba(56, 69, 71, 0.1) 0,
    #03505b 80%
  );
  background-image: linear-gradient(
    70deg,
    rgba(56, 69, 71, 0.1) 0,
    #03505b 80%
  );
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .pattern-overlay::after {
    background-image: -webkit-linear-gradient(
      20deg,
      rgba(56, 69, 71, 0.1) 0,
      #03505b 40%
    );
    background-image: -o-linear-gradient(
      20deg,
      rgba(56, 69, 71, 0.1) 0,
      #03505b 40%
    );
    background-image: linear-gradient(
      70deg,
      rgba(56, 69, 71, 0.1) 0,
      #03505b 40%
    );
  }
}
.timeline-carousel-widget .widget__heading {
  color: #f6f3f0;
  /*font-family: "hknova-regular", serif;
  font-size: 1.375rem;*/
  position: relative;
  vertical-align: top;
  z-index: 10;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .widget__heading {
    font-size: 3rem;
    line-height: 1.16667;
  }
}
.timeline-carousel-widget .widget__heading-mobile {
  display: block;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .widget__heading-mobile {
    display: none;
  }
}
.timeline-carousel-widget .widget__heading-desktop {
  display: none;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .widget__heading-desktop {
    display: inline-block;
  }
}
.timeline-carousel-widget .slide {
  opacity: 0.6;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 759px) {
  .timeline-carousel-widget .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .slide {
    width: 33.33333%;
  }
}
@media screen and (min-width: 960px) {
  .timeline-carousel-widget .slide {
    width: 25%;
  }
}
.no-js .timeline-carousel-widget .slide {
  opacity: 1;
  width: 50%;
}
.timeline-carousel-widget .slide.is-selected {
  opacity: 1;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .slide.is-selected {
    width: 66.66667%;
  }
}
@media screen and (min-width: 960px) {
  .timeline-carousel-widget .slide.is-selected {
    width: 50%;
  }
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .slide.is-selected .slide__heading {
    position: relative;
    width: 50%;
  }
}
.timeline-carousel-widget .slide.is-selected .slide__text {
  display: inline-block;
  visibility: visible;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .slide.is-selected .slide__text {
    width: 50%;
  }
}
.timeline-carousel-widget .slide__content {
  color: #fff;
  padding: 1.5rem 1.5rem 3rem;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 759px) {
  .timeline-carousel-widget .slide__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .slide__content {
    border-left: 1px solid #fff;
    padding: 0 1.5rem 1.5rem;
  }
}
.timeline-carousel-widget .slide__date-range {
  /*font-family: "hknova-bold", serif;*/
  font-size: 0.875rem;
  margin: 1.875rem 0 0;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .slide__date-range {
    margin: 0;
  }
}
.timeline-carousel-widget .slide__heading {
  color: #fff;
  /*font-family: "hknova-regular", serif;*/
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .slide__heading {
    display: inline-block;
    font-size: 24px;
    margin-top: 1rem;
    padding: 0 1.5rem 0 0;
    position: absolute;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 1280px) {
  .timeline-carousel-widget .slide__heading {
    vertical-align: top;
  }
}
.timeline-carousel-widget .slide__text {
  /*font-family: "Georgia", serif;*/
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .slide__text {
    margin-top: 1rem;
    padding: 0 0 0 1.5rem;
    vertical-align: bottom;
    visibility: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .timeline-carousel-widget .slide__text {
    vertical-align: top;
  }
}
.no-js .timeline-carousel-widget .slide__text {
  display: block;
}
.timeline-carousel-widget .slide__image-container {
  position: relative;
  vertical-align: top;
  z-index: 20;
}
@media screen and (max-width: 759px) {
  .timeline-carousel-widget .slide__image-container {
    height: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.timeline-carousel-widget .slide__image {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .timeline-carousel-widget .slide__image {
    border-left: 1px solid #fff;
  }
}
.treatment-feature {
  padding: 1rem 0;
}
@media screen and (min-width: 960px) {
  .treatment-feature {
    padding-bottom: 2em;
  }
}
.treatment-feature .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .treatment-feature .container {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .treatment-feature .container {
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.treatment-feature--color-stone {
  background-color: #f6f3f0;
}
.treatment-feature--color-stone .treatment-feature__content {
  background-color: #fff;
}
.treatment-feature--color-stone
  .treatment-feature__content
  .button.treatment-feature__button {
  background-color: #fff;
}
.treatment-feature--color-stone
  .treatment-feature__content
  .button.treatment-feature__button:hover,
.treatment-feature--color-stone
  .treatment-feature__content
  .button.treatment-feature__button:focus,
.treatment-feature--color-stone
  .treatment-feature__content
  .button.treatment-feature__button:active {
  background-color: #cddedb;
}
.treatment-feature__content {
  background-color: #f6f3f0;
  padding: 1.875rem;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .treatment-feature__content {
    margin: -2.5rem 1.5rem 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  .treatment-feature__content {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    margin-bottom: 6.125rem;
    max-width: 640px;
    padding: 3.75rem;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .treatment-feature__content {
    max-width: 570px;
  }
}
@media screen and (min-width: 960px) {
  .treatment-feature-left .treatment-feature__content {
    margin-left: -3rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  .treatment-feature-left .treatment-feature__content:last-child {
    margin-bottom: -1.875rem;
  }
}
.treatment-feature__heading {
  color: #384547;
  /*font-family: "hknova-regular", serif;*/
  font-size: 1.625rem;
  line-height: 1.23077;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 600px) {
  .treatment-feature__heading {
    font-size: 3rem;
    line-height: 1.16667;
  }
}
@media screen and (min-width: 960px) {
  .treatment-feature__heading {
    padding-right: 5rem;
  }
}
.treatment-feature__text {
  color: #384547;
  /*font-family: "Georgia", serif;*/
}
@media screen and (min-width: 960px) {
  .treatment-feature__text {
    padding-right: 2.5rem;
  }
}
.treatment-feature__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .treatment-feature__image-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 960px) {
  .treatment-feature__image-container {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-left: -10rem;
    max-width: 60%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .treatment-feature__image-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media screen and (min-width: 960px) {
  .treatment-feature-left .treatment-feature__image-container {
    margin-left: 0;
  }
}
.zoom-overlay-open .treatment-feature__image-container {
  -webkit-animation: none;
  animation: none;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.treatment-feature__image {
  width: 100%;
}
.treatment-feature__image-inner {
  max-height: 570px;
  overflow: hidden;
  position: relative;
}
.zoom-overlay-open .treatment-feature__image-inner {
  max-height: initial;
  overflow: visible;
}
@media screen and (max-width: 959px) {
  .treatment-feature__image-inner img[data-action="zoom"] {
    cursor: auto;
  }
}
.treatment-feature__image-inner::before {
  content: none;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .treatment-feature__image-inner::before {
    background-size: cover;
    bottom: 1.5rem;
    content: "";
    height: 1.5rem;
    position: absolute;
    right: 1.5rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .treatment-feature-left .treatment-feature__image-inner::before {
    left: 1.5rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.treatment-feature__image-inner:hover::before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.button.treatment-feature__button {
  background-color: #f6f3f0;
  margin-right: 1.125rem;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media screen and (max-width: 959px) {
  .button.treatment-feature__button {
    background-color: transparent;
    border: 0;
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
  }
}
.button.treatment-feature__button:hover,
.button.treatment-feature__button:focus,
.button.treatment-feature__button:active {
  color: #384547;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .button.treatment-feature__button:hover,
  .button.treatment-feature__button:focus,
  .button.treatment-feature__button:active {
    background-color: #cddedb;
    border-color: #cddedb;
    color: #03505b;
    text-decoration: none;
  }
}
.treatment-feature__paragraph {
  /*font-family: "Georgia", serif;*/
}
.treatment-feature__paragraph-title {
  font-weight: 700;
  margin-bottom: 0;
}
.treatment-feature__paragraph-description {
  margin-top: 0.375rem;
}
.zoom-overlay-open .zoom-overlay {
  opacity: 0.9;
}
.treatment-packages {
  background-color: #f6f3f0;
  padding: 1rem 0;
}
@media screen and (min-width: 760px) {
  .treatment-packages {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .treatment-packages {
    padding: 3.5rem 0;
  }
}
.treatment-packages .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1068px;
}
@media screen and (min-width: 760px) {
  .treatment-packages .container {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 1.5rem;
    position: relative;
  }
}
.treatment-packages__content {
  background-color: #e2d8ce;
  padding: 1.875rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 759px) {
  .treatment-packages__content {
    margin: 0 1.5rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 760px) {
  .treatment-packages__content {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    margin-bottom: -1.875rem;
    max-width: 55%;
    padding: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .treatment-packages__content {
    max-width: 640px;
  }
}
@media screen and (min-width: 760px) {
  .treatment-packages-left .treatment-packages__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    right: 1.5rem;
    top: 1.875rem;
  }
}
@media screen and (min-width: 760px) {
  .treatment-packages-left .treatment-packages__content:last-child {
    margin-bottom: -1.875rem;
  }
}
@media screen and (min-width: 760px) {
  .treatment-packages-right .treatment-packages__content {
    left: 1.5rem;
    position: absolute;
    top: 1.875rem;
  }
}
.treatment-packages__content.treatment-packages__content-aqua {
  background-color: #cddedb;
}
.treatment-packages__content::after {
  content: none;
}
@media screen and (min-width: 1280px) {
  .treatment-packages__content::after {
    background-size: cover;
    bottom: -7.5rem;
    content: "";
    height: 15.3125rem;
    position: absolute;
    right: -7.1875rem;
    width: 14.375rem;
  }
}
.treatment-packages__heading {
  /*font-family: "hknova-regular", serif;*/
  font-size: 1.625rem;
  line-height: 1.23077;
  margin: 0 0 0.75rem;
}
@media screen and (min-width: 600px) {
  .treatment-packages__heading {
    font-size: 2.25rem;
  }
}
.treatment-packages__text {
  color: #384547;
  display: block;
  f/*ont-family: "Georgia", serif;*/
}
@media screen and (min-width: 760px) {
  .treatment-packages__text {
    display: inline-block;
    width: 100%;
  }
}
.treatment-packages__text:last-child {
  margin-bottom: 0;
}
.treatment-packages__image-container {
  position: relative;
}
@media screen and (max-width: 759px) {
  .treatment-packages__image-container {
    margin: 0 1.5rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 760px) {
  .treatment-packages__image-container {
    height: 382px;
    margin-left: -8rem;
    max-width: 486px;
  }
}
@media screen and (min-width: 760px) {
  .treatment-packages-left .treatment-packages__image-container {
    margin-left: 0;
  }
}
@media screen and (min-width: 760px) {
  .treatment-packages-right .treatment-packages__image-container {
    float: right;
  }
}
.treatment-packages__image-container::after {
  content: none;
}
@media screen and (min-width: 1280px) {
  .treatment-packages__image-container::after {
    background-size: cover;
    bottom: -7.5rem;
    content: "";
    height: 15.3125rem;
    left: -7.1875rem;
    position: absolute;
    width: 14.375rem;
    z-index: 0;
  }
}
.zoom-overlay-open .treatment-packages__image-container {
  -webkit-animation: none;
  animation: none;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.treatment-packages__image {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .treatment-packages__image {
    height: 382px;
  }
}
.treatment-packages__image-inner {
  position: relative;
}
.treatment-packages__image-inner::before {
  content: none;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  .treatment-packages__image-inner::before {
    background-size: cover;
    bottom: 1.5rem;
    content: "";
    height: 1.5rem;
    position: absolute;
    right: 1.5rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 1.5rem;
    z-index: 3;
  }
}
@media screen and (min-width: 760px) {
  .treatment-packages-left .treatment-packages__image-inner::before {
    left: 1.5rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.treatment-packages__image-inner:hover::before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.zoom-overlay-open .treatment-packages__image-inner {
  max-height: initial;
  overflow: visible;
}
@media screen and (max-width: 959px) {
  .treatment-packages__image-inner img[data-action="zoom"] {
    cursor: auto;
  }
}
.treatment-packages__link {
  display: block;
  /*font-family: "hknova-medium", serif;*/
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 760px) {
  .treatment-packages__link {
    display: inline-block;
    /*font-family: "hknova-medium", serif;*/
    margin-bottom: 0;
    padding-right: 1.125rem;
  }
}
.treatment-packages__link:hover,
.treatment-packages__link:focus,
.treatment-packages__link:active {
  color: #03505b;
}
.massage-info,
.neom-info {
 /* font-family: "Georgia", serif;*/
  width: 100%;
}
@media screen and (min-width: 600px) {
  .massage-info,
  .neom-info {
    display: inline-block;
    float: left;
    width: 50%;
  }
}
.massage-info .data-table,
.neom-info .data-table {
  margin: 0;
}
.massage-info .data-table tbody th,
.neom-info .data-table tbody th {
  border-bottom: 0;
  font-weight: 400;
  margin-top: 0;
  padding: 0 0.375rem 0 0;
  width: 35%;
}
.massage-info .data-table tbody tr:nth-child(odd),
.neom-info .data-table tbody tr:nth-child(odd) {
  background-color: transparent;
}
.massage-info .data-table tbody tr:first-child td,
.neom-info .data-table tbody tr:first-child td {
  padding-top: 0;
}
.massage-info .data-table tbody td,
.neom-info .data-table tbody td {
  padding: 0 0.375rem;
}
.massage-info .data-table tbody td:first-child,
.neom-info .data-table tbody td:first-child {
  padding-top: 0;
}
.massage-info__title,
.neom-info__title {
  margin: 0 0 0.5rem;
}
.widget-row--juicer {
  display: none;
}
@media screen and (min-width: 960px) {
  .widget-row--juicer {
    display: block;
  }
}
.juicer-widget {
  padding-top: 1.5rem;
}
.juicer-widget .j-loading {
  display: none;
}
.juicer-widget .juicer-feed.slider .slick-next,
.juicer-widget .juicer-feed.slider .slick-prev {
  background-color: #fff;
  bottom: auto;
  height: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 35px;
}
.juicer-widget .juicer-feed.slider .slick-next::before,
.juicer-widget .juicer-feed.slider .slick-prev::before {
  color: #03505b;
  float: left;
  font-size: 2.25rem;
  margin-top: 2px;
}
.juicer-widget .juicer-feed.slider .slick-next:hover,
.juicer-widget .juicer-feed.slider .slick-next:focus,
.juicer-widget .juicer-feed.slider .slick-next:active,
.juicer-widget .juicer-feed.slider .slick-prev:hover,
.juicer-widget .juicer-feed.slider .slick-prev:focus,
.juicer-widget .juicer-feed.slider .slick-prev:active {
  background-color: #03505b;
}
.juicer-widget .juicer-feed.slider .slick-next:hover::before,
.juicer-widget .juicer-feed.slider .slick-next:focus::before,
.juicer-widget .juicer-feed.slider .slick-next:active::before,
.juicer-widget .juicer-feed.slider .slick-prev:hover::before,
.juicer-widget .juicer-feed.slider .slick-prev:focus::before,
.juicer-widget .juicer-feed.slider .slick-prev:active::before {
  color: #fff;
}
.juicer-widget .juicer-feed.slider .slick-next {
  border-bottom-left-radius: 140px;
  border-top-left-radius: 140px;
}
.juicer-widget .juicer-feed.slider .slick-prev {
  border-bottom-right-radius: 140px;
  border-top-right-radius: 140px;
}
.juicer-widget .juicer-feed.slider .slick-prev::before {
  margin-left: -0.25rem;
}
.juicer-widget .juicer-feed.slider .j-text .j-message,
.juicer-widget .juicer-feed.slider .j-text .j-message * {
  color: #fff;
}
.juicer-widget .juicer-feed.slider .j-text .j-message a {
  color: #cddedb;
  font-weight: bold;
  text-decoration: underline !important;
}
.juicer-widget .juicer-feed.slider .j-text .j-message a:hover,
.juicer-widget .juicer-feed.slider .j-text .j-message a:focus,
.juicer-widget .juicer-feed.slider .j-text .j-message a:active {
  color: #fff;
  text-decoration: none !important;
}
.juicer-widget .juicer-feed.slider .j-meta a:hover {
  color: #fff;
}
.juicer-widget .juicer-feed.slider li.feed-item.words .j-text a:hover,
.juicer-widget .juicer-feed.slider li.feed-item.words .j-text a:focus,
.juicer-widget .juicer-feed.slider li.feed-item.words .j-text a:active {
  color: #fff;
  text-decoration: none !important;
}
.juicer-widget .juicer-feed h1.referral,
.juicer-widget .juicer-feed .referral.h1,
.juicer-widget .juicer-feed .site-header .referral.identity__heading,
.site-header .juicer-widget .juicer-feed .referral.identity__heading {
  display: none;
}
.contact-us-widget {
  background: #f6f3f0;
  margin-top: 1.5rem;
  padding: 1.5rem 0;
}
@media screen and (min-width: 760px) {
  .contact-us-widget {
    margin-top: 0;
    padding: 4.5rem 0;
  }
}
.contact-us-widget .list--social-links .list__item {
  margin-left: 0;
  margin-top: 0;
  width: auto;
}
@media screen and (min-width: 960px) {
  .contact-us-widget .list--social-links .list__link {
    padding: 1rem;
  }
}
.contact-us__col-one,
.contact-us__col-two,
.contact-us__col-three {
  display: block;
  /*font-family: "Georgia", serif;*/
  padding: 1.5rem 1.5rem 0;
  vertical-align: top;
}
@media screen and (min-width: 760px) {
  .contact-us__col-one,
  .contact-us__col-two,
  .contact-us__col-three {
    display: inline-block;
    padding: 0 2.25rem;
    width: 33.33333%;
  }
}
.contact-us__summary {
  font-weight: 700;
  margin: 0;
}
.contact-us__address p {
  margin: 0 0 0.25rem;
}
.contact-us__telephone {
  margin-bottom: 0.75rem;
}
.contact-us__email-link {
  word-wrap: break-word;
}
.contact-us__social-title {
  margin-top: 0;
}
.map-widget {
  background-color: #03505b;
  margin-bottom: -0.375rem !important;
}
.map-widget .map iframe {
  border: 0;
  height: 650px;
  width: 100%;
}
.tabs__navigation {
  margin: 0 0 1.5rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .button--tab {
    display: block;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    width: 100%;
  }
}
.button--tab[aria-selected="true"] {
  background-color: #03505b;
  border-color: #03505b;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 600px) {
  .button--tab:first-child {
    border-right: 0;
  }
}
@media screen and (min-width: 600px) {
  .button--tab:last-child {
    border-left: 0;
  }
}
.tab {
  text-align: center;
}
.tab__heading {
  margin-bottom: 1.5rem;
}
.tab__summary {
  margin: 0 auto 2.25rem;
  max-width: 42rem;
}
.timetable {
  border-bottom: 1px solid #cddedb;
  display: block;
  position: relative;
}
.timetable__day {
  margin: 0 auto;
  max-width: 42rem;
  overflow: hidden;
  padding: 0.5rem 2rem 0.25rem;
  position: static;
  width: 100%;
}
.timetable__day::before {
  border-top: 1px solid #cddedb;
  content: "";
  display: block;
  left: 0;
  margin-top: -0.5rem;
  position: absolute;
  right: 0;
  top: auto;
}
.timetable__heading {
  float: left;
  /*font-family: "Georgia", serif;*/
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0.75rem 0 1rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .timetable__heading {
    max-width: 22rem;
    padding: 0 1rem;
    width: 50%;
  }
}
.timetable__sessions {
  display: block;
  float: left;
  list-style: none;
  margin: 1rem 0;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .timetable__sessions {
    max-width: 22rem;
    padding: 0 1rem;
    width: 50%;
  }
}
.timetable__session {
  margin: 0 0 0.25rem;
}
.timetable__session-times {
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 60%;
}
.timetable__session-price {
  float: right;
  max-width: 40%;
}
.private-hire {
  background-color: #175e68;
  background-image: url("../images/pattern-overlay.svg");
  background-repeat: repeat;
  background-size: 120px;
  padding: 6rem 0;
  text-align: center;
}
.private-hire__col {
  margin-top: 4.5rem;
  padding: 0 3rem;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .private-hire__col {
    float: left;
    margin-top: 0;
    width: 50%;
  }
}
.private-hire__col:first-child {
  margin-top: 0;
}
.private-hire__heading {
  color: #e2d8ce;
  margin-top: 0;
}
.private-hire__text,
.private-hire__text * {
  color: #fff;
}
.private-hire__text a {
  text-decoration: underline;
}
.private-hire__text a:hover,
.private-hire__text a:focus,
.private-hire__text a:active {
  color: #e2d8ce;
  text-decoration: none;
}
.site-main {
  /*font-family: "hknova-regular", serif;*/
  margin: 3rem 0;
}
.home .site-main {
  margin-top: 0;
}
.one-column .site-content {
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  .two-column .site-content {
    float: left;
    padding-right: 0.75rem;
    width: 75%;
  }
}
@media screen and (min-width: 960px) {
  .two-column .site-content {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1019px) {
  .two-column .site-content {
    width: 70.83333%;
  }
}
@media screen and (min-width: 760px) {
  .landing .page-content,
  .inner .page-content {
    float: left;
    padding-right: 0.75rem;
    width: 75%;
  }
}
@media screen and (min-width: 960px) {
  .landing .page-content,
  .inner .page-content {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1019px) {
  .landing .page-content,
  .inner .page-content {
    width: 70.83333%;
  }
}
.site-header {
  background-color: #03505b;
  border: 0;
  margin-top: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 13;
}
.navigation-is-open .site-header {
  height: 100%;
  overflow-y: auto;
}
.home.one-column .site-header {
  margin-bottom: 0;
}
.site-header .nav__identity {
  float: left;
  width: 45%;
}
@media screen and (max-width: 599px) {
  .site-header .identity {
    text-align: center;
    width: 100%;
  }
}
.site-header .identity__link {
  float: left;
  margin-left: 1.5rem;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.site-header .identity__link:hover,
.site-header .identity__link:focus,
.site-header .identity__link:active {
  opacity: 0.8;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.site-header .identity__logo {
  height: 86px;
  width: 220px;
}
@media screen and (min-width: 760px) {
  .site-header .identity__logo {
    height: 100px;
    width: 300px;
  }
}
.site-header .identity__heading {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .site-header .identity__heading {
    padding-right: 0.75rem;
  }
}
.site-header__links {
  margin-bottom: 1.5rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .site-header__links {
    float: right;
    padding-left: 0.75rem;
    text-align: right;
    width: 66.66667%;
  }
}
.site-header__links .list__item {
  margin-bottom: 0;
  margin-left: 1.5rem;
  margin-right: 0;
}
@media screen and (min-width: 400px) {
  .site-header__links .list__item:first-child {
    margin-left: 0;
  }
}
.header-nav {
  float: right;
  width: 55%;
}
.header-nav .button {
  border: 0;
  float: right;
  font-size: 1rem;
  padding: 2.5rem 1.5rem;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .header-nav .button {
    padding: 2.5rem 2rem;
  }
}
@media screen and (min-width: 760px) {
  .header-nav .button {
    padding: 2.5rem 2.25rem;
  }
}
.header-nav .button:hover,
.header-nav .button:focus,
.header-nav .button:active {
  background-color: #cddedb;
  color: #384547;
  z-index: 2;
}
.header-nav .button:focus {
  -webkit-box-shadow: inset 0 0 0 3px #226fb4;
  box-shadow: inset 0 0 0 3px #226fb4;
  outline: 0;
}
.header-nav .button .icon {
  display: inline-block;
  margin-right: 1rem;
  margin-top: -0.25rem;
  vertical-align: middle;
}
.header-nav .header-nav__book {
  display: none;
}
@media screen and (min-width: 600px) {
  .header-nav .header-nav__book {
    background-color: #03505b;
    color: #cddedb;
    display: inline-block;
  }
}
.header-nav .header-nav__book .icon {
  height: 1.125rem;
  width: 1.125rem;
}
.header-nav .header-nav__book .button__text {
  vertical-align: middle;
}
.header-nav .header-nav__menu {
  background-color: transparent;
  color: #03505b;
}
@media screen and (min-width: 600px) {
  .header-nav .header-nav__menu {
    background-color: #f6f3f0;
  }
}
.header-nav .header-nav__menu:hover .toggle__line,
.header-nav .header-nav__menu:focus .toggle__line,
.header-nav .header-nav__menu:active .toggle__line {
  background-color: #03505b;
}
.header-nav .header-nav__menu:hover .toggle__line--2,
.header-nav .header-nav__menu:focus .toggle__line--2,
.header-nav .header-nav__menu:active .toggle__line--2 {
  width: 100%;
}
.header-nav .header-nav__menu[aria-expanded="true"] {
  background-color: #03505b;
  color: #cddedb;
}
.header-nav .header-nav__menu[aria-expanded="true"] .toggle__line {
  background-color: #cddedb;
}
.header-nav .header-nav__menu .button__text {
  display: none;
}
@media screen and (min-width: 600px) {
  .header-nav .header-nav__menu .button__text {
    display: inline-block;
    min-width: 3.5rem;
    vertical-align: middle;
  }
}
.site-footer {
  margin: 0;
  padding: 3rem 0;
}
@media screen and (min-width: 600px) {
  .site-footer {
    padding: 3rem 1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .site-footer {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 400px) {
  .site-footer__list__item {
    margin-bottom: 0;
  }
}
.site-footer__link {
  padding: 0 0.3rem;
}
.site-footer__rights {
  margin-bottom: 1.125rem;
}
.site-footer__group-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 600px) {
  .site-footer__group-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.site-footer__group {
  -ms-flex-item-align: center;
  align-self: center;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  .site-footer__group {
    margin-right: 3rem;
  }
}
.site-footer__group:last-child {
  margin-right: 0;
}
.site-footer__logo {
  display: block;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .site-footer__logo {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .site-footer__logo {
    display: block;
    -ms-flex-preferred-size: 24rem;
    flex-basis: 24rem;
    margin-right: 5rem;
    width: auto;
  }
}
.site-footer__logo .identity__link {
  display: block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.site-footer__logo .identity__link:hover,
.site-footer__logo .identity__link:focus,
.site-footer__logo .identity__link:active {
  opacity: 0.8;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.site-footer__logo .icon {
  padding-top: 41%;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .site-footer__logo .icon {
    height: 80px;
    padding-top: 100px;
    width: 280px;
  }
}
.site-footer__contact {
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .site-footer__contact {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: auto;
  }
}
.site-footer__contact-link {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.site-footer__contact-text {
  /*font-family: "Georgia", serif;*/
  font-size: 1rem;
  margin: 0;
}
.site-footer__social {
  margin-top: 1.5rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .site-footer__social {
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  .site-footer__social {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    width: auto;
  }
}
.site-footer__info {
  /*font-family: "Georgia", serif;*/
  font-size: 0.875rem;
  margin-top: 1.5rem;
}
.site-footer__info-text {
  display: inline-block;
  margin: 0 0.75rem 0.75rem 0;
}
.site-footer__nav-social {
  border-bottom: 1px solid #cddedb;
  border-top: 1px solid #cddedb;
  padding: 0.5rem 0;
}
.site-footer__links {
  border-bottom: 1px solid #cddedb;
  border-top: 1px solid #cddedb;
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 1rem 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 600px) {
  .site-footer__links {
    font-size: 1rem;
    text-align: center;
  }
}
.site-footer__links .list {
  margin: 0;
}
.site-footer__links .list__item {
  display: block;
  margin: 0.75rem 1.5rem 0.75rem 0;
}
@media screen and (min-width: 600px) {
  .site-footer__links .list__item {
    display: inline-block;
    margin: 0.75rem 1.5rem;
  }
}
.list--social-links {
  margin: 0;
}
.list--social-links .list__item {
  display: inline-block;
  margin: 0.375rem 1.5rem 0.375rem 0;
}
@media screen and (min-width: 600px) {
  .list--social-links .list__item {
    margin: 0.375rem 0.75rem;
  }
}
.list--social-links .list__item:last-child {
  margin-right: 0;
}
.list--social-links .list__link {
  background-color: #cddedb;
  border-radius: 50%;
  display: block;
  padding: 0.75rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.list--social-links .list__link:hover,
.list--social-links .list__link:focus,
.list--social-links .list__link:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.list--social-links .icon {
  height: 1.5rem;
  width: 1.5rem;
}
.sidebar__section {
  margin-bottom: 1.5rem;
}
.sidebar__heading {
  margin-top: 0;
}
.sidebar__list {
  margin-top: 0.75rem;
}
.sidebar__list .list__item {
  margin-top: 0.75rem;
}
.sidebar__links {
  margin-top: 0.75rem;
}
.sidebar__links .list__item {
  margin-top: 0.75rem;
}
@media screen and (min-width: 760px) {
  .sidebar--primary {
    float: right;
    width: 25%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1019px) {
  .sidebar--primary {
    float: right;
    width: 29.16667%;
  }
}
@media screen and (min-width: 760px) {
  .sidebar--primary .sidebar__section:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 760px) {
  .sidebar--secondary {
    clear: right;
    float: right;
    width: 25%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1019px) {
  .sidebar--secondary {
    width: 29.16667%;
  }
}
@media screen and (max-width: 759px) {
  .sidebar--secondary {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 760px) {
  .sidebar--secondary .sidebar__section:first-child {
    margin-top: 0;
  }
}
.widget-row {
  margin-top: 2.25rem;
}
@media screen and (min-width: 760px) {
  .widget-row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.home .widget-row:first-of-type {
  margin-top: 0;
}
.one-column .widget-row {
  margin-left: 0;
  margin-right: 0;
}
.widget-row--flush {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.widget-row--flush > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.widget-row--flush .widget-width {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 760px) {
  .widget-width {
    float: left;
    padding: 0 1.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 759px) {
  .widget-width {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 760px) {
  .widget-width--12,
  .widget-width--11,
  .widget-width--10,
  .widget-width--9,
  .widget-width--8,
  .widget-width--7,
  .widget-width--6,
  .widget-width--5,
  .widget-width--4,
  .widget-width--3,
  .widget-width--2,
  .widget-width--1 {
    width: 8.33333%;
  }
  .widget-width--21,
  .widget-width--20,
  .widget-width--19,
  .widget-width--18,
  .widget-width--17,
  .widget-width--16,
  .widget-width--15,
  .widget-width--14,
  .widget-width--13 {
    width: 16.66667%;
  }
  .widget-width--29,
  .widget-width--28,
  .widget-width--27,
  .widget-width--26,
  .widget-width--25,
  .widget-width--24,
  .widget-width--23,
  .widget-width--22 {
    width: 25%;
  }
  .widget-width--36,
  .widget-width--35,
  .widget-width--34,
  .widget-width--33,
  .widget-width--32,
  .widget-width--31,
  .widget-width--30 {
    width: 33.33333%;
  }
  .widget-width--45,
  .widget-width--44,
  .widget-width--43,
  .widget-width--42,
  .widget-width--41,
  .widget-width--40,
  .widget-width--39,
  .widget-width--38,
  .widget-width--37 {
    width: 41.66667%;
  }
  .widget-width--54,
  .widget-width--53,
  .widget-width--52,
  .widget-width--51,
  .widget-width--50,
  .widget-width--49,
  .widget-width--48,
  .widget-width--47,
  .widget-width--46 {
    width: 50%;
  }
  .widget-width--62,
  .widget-width--61,
  .widget-width--60,
  .widget-width--59,
  .widget-width--58,
  .widget-width--57,
  .widget-width--56,
  .widget-width--55 {
    width: 58.33333%;
  }
  .widget-width--71,
  .widget-width--70,
  .widget-width--69,
  .widget-width--68,
  .widget-width--67,
  .widget-width--66,
  .widget-width--65,
  .widget-width--64,
  .widget-width--63 {
    width: 66.66667%;
  }
  .widget-width--78,
  .widget-width--77,
  .widget-width--76,
  .widget-width--75,
  .widget-width--74,
  .widget-width--73,
  .widget-width--72 {
    width: 75%;
  }
  .widget-width--83,
  .widget-width--82,
  .widget-width--81,
  .widget-width--80,
  .widget-width--79 {
    width: 83.33333%;
  }
  .widget-width--90,
  .widget-width--89,
  .widget-width--88,
  .widget-width--87,
  .widget-width--86,
  .widget-width--85,
  .widget-width--84 {
    width: 91.66667%;
  }
}
.widget-stack .widget:not(:last-child) {
  margin-bottom: 1.5rem;
}
.widget__heading:first-child {
  margin-top: 0;
}
.widget__subheading:first-child {
  margin-top: 0;
}
.widget__text {
  margin-top: 0.75rem;
}
.widget__list__item .widget__list {
  margin-top: 0.75rem;
}
.editor .text_align_left {
  text-align: left;
}
.editor .text_align_right {
  text-align: right;
}
.editor .text_align_center {
  text-align: center;
}
.editor .indent {
  margin-left: 1.5rem;
}
.editor .indent2 {
  margin-left: 2.5rem;
}
.editor p {
  /*font-family: "Georgia", serif;*/
}
.editor strong {
  font-weight: 700;
}
.editor em {
  font-style: italic;
}
@media screen and (max-width: 759px) {
  .editor blockquote {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1279px) {
  .widget-width--33 .editor blockquote {
    font-size: 1.375rem;
  }
}
.editor ul li,
.editor ol li {
  /*font-family: "Georgia", serif;*/
  padding: 0.375rem 0;
}
.editor address {
  padding-left: 1.875rem;
  position: relative;
}
.editor address::before {
  background-size: cover;
  content: "";
  height: 1.5rem;
  margin-left: -1.875rem;
  position: absolute;
  width: 1.5rem;
}
.editor .snippet,
.editor iframe {
  max-width: 100%;
}
.editor .underline_text {
  text-decoration: underline;
}
.editor .strikethrough_text {
  text-decoration: line-through;
}
.editor .underline_and_strikethrough_text,
.editor .underline_text.strikethrough_text {
  text-decoration: line-through underline;
}
.editor sup,
.editor .superscript_text {
  vertical-align: super;
  font-size: 0.65em;
}
.editor sub,
.editor .subscript_text {
  vertical-align: sub;
}
.editor .float_left {
  float: left;
}
.editor .float_right {
  float: right;
}
.editor .image_centre {
  display: block;
  margin: 0 auto;
}
.editor td.highlightCell,
.editor tr.highlightRow td {
  background: #cfc;
}
.editor tr.zebra {
  background: #ffc;
}
.editor abbr {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
.editor .placeholder {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  padding: 1.5rem;
}
.editor #editable {
  border: 2px dashed #999;
  padding: 0.75rem;
}
.editor #editable::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.editor #toolbar {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 0.5em;
}
.editor .imageCaption img {
  width: 100%;
}
.editor .imageCaption.float_left {
  margin: 0.75rem 1.5rem 1.5rem 0;
}
@media screen and (min-width: 600px) {
  .editor .imageCaption.float_left {
    margin-right: 2.25rem;
  }
}
.editor .imageCaption.float_right {
  margin-left: 1.5rem;
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .editor .imageCaption.float_right {
    margin-left: 2.25rem;
  }
}
.editor .imageCaption.image_centre {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.editor .imageCaption.image_centre p {
  background-color: transparent;
}
.editor .imageCaption p {
  margin-top: 0;
}
.editor .imageCaption:last-child,
.editor .imageCaption.float_left:last-child,
.editor .imageCaption.float_right:last-child,
.editor .imageCaption.image_centre:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .editor .imageCaption,
  .editor .imageCaption.float_left,
  .editor .imageCaption.float_right,
  .editor .imageCaption.image_centre {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .editor .imageCaption img,
  .editor .imageCaption.float_left img,
  .editor .imageCaption.float_right img,
  .editor .imageCaption.image_centre img {
    width: 100%;
  }
}
.editor img.float_left,
.editor img.float_right {
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 399px) {
  .editor img.float_left,
  .editor img.float_right {
    width: 100%;
  }
}
@media screen and (min-width: 400px) {
  .editor img.float_left {
    margin-right: 2.25rem;
  }
}
.widget-width--small .editor img.float_left {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .editor img.float_right {
    margin-left: 2.25rem;
  }
}
.editor img {
  display: inline;
}
.editor object {
  width: 100%;
}
.display--block {
  display: block !important;
}
.display--inline-block {
  display: inline-block !important;
}
.display--inline {
  display: inline !important;
}
.float--right {
  float: right !important;
}
.float--left {
  float: left !important;
}
.float--none {
  float: none !important;
}
.text--left {
  text-align: left !important;
}
.text--center {
  text-align: center !important;
}
.text--right {
  text-align: right !important;
}
.text--light {
  font-weight: 300 !important;
}
.text--normal {
  font-weight: 400 !important;
}
.text--semibold {
  font-weight: 600 !important;
}
.text--caps {
  text-transform: uppercase !important;
}
.text--lowercase {
  text-transform: lowercase !important;
}
.text--firstcap {
  text-transform: capitalize !important;
}
.cf::after,
.outer-container::after,
.container::after,
.list--rich .list__item::after,
.list--az::after,
.list--definition::after,
.boxed::after,
.form::after,
form:not([class])::after,
.supplement::after,
.widget--image::after,
.site-header::after,
.sidebar__section::after,
.nav::after,
.pagination__list::after,
.site-content::after,
.widget-row::after {
  clear: both;
  content: "";
  display: table;
}
.help {
  color: #616365;
  font-weight: normal;
  margin-bottom: -1.5rem;
  margin-top: 2.25rem;
}
.hyphenate {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.module > *:last-child,
.module > *:last-child > *:last-child,
.module > *:last-child > *:last-child > *:last-child,
.module > *:last-child > *:last-child > *:last-child > *:last-child,
.image--caption > *:last-child,
.editor .imageCaption > *:last-child,
.list--definition__editor > *:last-child,
.boxed > *:last-child,
.form > *:last-child,
form:not([class]) > *:last-child,
.supplement > *:last-child,
.widget--image > *:last-child,
.site-header > *:last-child,
.sidebar__section > *:last-child,
.site-footer > *:last-child,
.sidebar > *:last-child,
.widget > *:last-child,
.image--caption > *:last-child > *:last-child,
.editor .imageCaption > *:last-child > *:last-child,
.list--definition__editor > *:last-child > *:last-child,
.boxed > *:last-child > *:last-child,
.form > *:last-child > *:last-child,
form:not([class]) > *:last-child > *:last-child,
.supplement > *:last-child > *:last-child,
.widget--image > *:last-child > *:last-child,
.site-header > *:last-child > *:last-child,
.sidebar__section > *:last-child > *:last-child,
.site-footer > *:last-child > *:last-child,
.sidebar > *:last-child > *:last-child,
.widget > *:last-child > *:last-child,
.image--caption > *:last-child > *:last-child > *:last-child,
.editor .imageCaption > *:last-child > *:last-child > *:last-child,
.list--definition__editor > *:last-child > *:last-child > *:last-child,
.boxed > *:last-child > *:last-child > *:last-child,
.form > *:last-child > *:last-child > *:last-child,
form:not([class]) > *:last-child > *:last-child > *:last-child,
.supplement > *:last-child > *:last-child > *:last-child,
.widget--image > *:last-child > *:last-child > *:last-child,
.site-header > *:last-child > *:last-child > *:last-child,
.sidebar__section > *:last-child > *:last-child > *:last-child,
.site-footer > *:last-child > *:last-child > *:last-child,
.sidebar > *:last-child > *:last-child > *:last-child,
.widget > *:last-child > *:last-child > *:last-child,
.image--caption > *:last-child > *:last-child > *:last-child > *:last-child,
.editor
  .imageCaption
  > *:last-child
  > *:last-child
  > *:last-child
  > *:last-child,
.list--definition__editor
  > *:last-child
  > *:last-child
  > *:last-child
  > *:last-child,
.boxed > *:last-child > *:last-child > *:last-child > *:last-child,
.form > *:last-child > *:last-child > *:last-child > *:last-child,
form:not([class]) > *:last-child > *:last-child > *:last-child > *:last-child,
.supplement > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--image > *:last-child > *:last-child > *:last-child > *:last-child,
.site-header > *:last-child > *:last-child > *:last-child > *:last-child,
.sidebar__section > *:last-child > *:last-child > *:last-child > *:last-child,
.site-footer > *:last-child > *:last-child > *:last-child > *:last-child,
.sidebar > *:last-child > *:last-child > *:last-child > *:last-child,
.widget > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.visually-hidden,
.icon-fallback,
.form__control--append--full .form__label,
.list--back-to-top .list__link:not(:hover):not(:active):not(:focus),
.list--skip-links .list__link:not(:hover):not(:active):not(:focus),
.breadcrumb,
.breadcrumb__prefix,
.landing-page .page-heading {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin-top: 3em
}
@media screen and (max-width: 399px) {
  .visually-hidden-x-small {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 599px) {
  .visually-hidden-small {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 759px) {
  .visually-hidden-mid {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 959px) {
  .visually-hidden-large {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 1019px) {
  .visually-hidden-x-large {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 1279px) {
  .visually-hidden-full {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (min-width: 600px) {
  .mobile-show {
    display: none;
  }
}
@media print {
  html {
    color: #000 !important;
    font-size: 100% !important;
  }
  body {
    margin: 0 auto;
    max-width: 50rem;
    padding-top: 0;
  }
  a {
    color: #000 !important;
  }
  .site-header,
  .site-footer {
    background-color: transparent;
    color: #000;
  }
  .site-header {
    position: relative;
  }
  .site-main {
    margin-top: 0;
    padding-top: 0 !important;
  }
  .site-content {
    width: 100%;
  }
  .header-nav,
  .carousel,
  .identity--site-footer,
  .list--header-navigation,
  .list--pagination,
  .nav--primary,
  .sidebar--primary,
  .site-announcement,
  .video-image-banner-widget,
  .treatment-feature__image-container,
  .treatment-packages__image-container,
  .site-footer__logo,
  .site-footer__social,
  .site-footer__links,
  .treatment-custom-menu,
  .pagination,
  .breadcrumb,
  .nav--secondary-navigation,
  .timeline-carousel-widget {
    display: none !important;
  }
  svg path {
    color: #000;
    fill: #000;
  }
  .treatment-feature__content,
  .treatment-packages__content {
    -ms-flex-item-align: auto;
    align-self: auto;
    border: 1px solid #03505b;
    margin: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 1.5rem;
  }
  .treatment-feature-left .treatment-feature__content,
  .treatment-feature-left .treatment-packages__content {
    margin-left: 0;
  }
  .treatment-feature-left .treatment-feature__content:last-child,
  .treatment-feature-left .treatment-packages__content:last-child {
    margin-bottom: 0;
  }

  .treatment-feature.treatment-feature-left {
    padding-top: 1em!important;
}

  .trip-advisor {
    padding: 1.5rem 0;
  }
  .info-logo__icon {
    display: block;
    height: 194px;
    margin: 0 auto 3rem;
    width: 166px;
  }
  .treatment__block,
  .treatment-tile-two {
    width: 50%;
  }
  .js-treatment-tile {
    height: auto !important;
  }
  .treatment-tile-two .treatment-tile-two__bottom {
    max-height: auto;
  }
  .treatment-tile-two .treatment-tile-two__bottom .treatment__image {
    padding-top: 220px;
  }
  .treatment-packages .container {
    height: auto !important;
  }
  .listed-content .list--col-one {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .listed-content .list--col-two {
    margin-top: 0;
    padding-top: 0;
  }
}


/*////////*/

.treatment-feature.treatment-feature-left {
    padding-top: 25px!important;
}

/*//////////////*/


@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=Shadows+Into+Light+Two&display=swap');



#banner h2 {
   /*font-family: 'Cormorant Garamond', serif;
font-family: 'Shadows Into Light Two', cursive;*/
    font-size: 6em;
}

#banner h2:after {
    content: "A rural haven waiting to be discovered ";
    font-size: 0.4em;
}

iframe#twitter-widget-0 {
    width: -webkit-fill-available;
}

.contactrow {
    background: #a9a9a917;
    padding-top: 2em;
    padding-bottom: 2em;
}

a.button {
    text-transform: initial;
}

a.button {
    padding-top: 0.5em;
    padding-bottom: 3.5em;
}

@media screen and (max-width: 736px) {
.wrapper {
    padding: 3em 2em 1em 2em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.1em;
}
}

@media (max-width: 899px){
.hovercontainer {
    width: 50%;
}
}

@media (max-width: 469px){
.hovercontainer {
    width: 100%;
}
}

a:focus {
    outline: 3px solid #ffc848!important;
}

.header-top {background-color: #096f4800;width: 100%;height: 45px; z-index: 11000;position: fixed;top:0;}
.header-top ul {list-style: none;padding-top: 9px;margin-right: 25px;float: right;display: flex;}
.header-top ul li {font-size:0.9em;margin-right: 7px;}
.header-top ul li a {border-bottom:0;}
.header-top ul li a:hover {text-decoration:underline;}
.header-top ul {padding-top: 0px;}
}


#header nav {
display:none;
}

.header-top {
    background-color: #096f4800;
    padding-top: 1em;
    position: absolute;
}

#header {
    background: #096f48;
    top: 0;
    height: 80px;
}

#header {
    background: #096f48;
    top: 0;
    height: 80px;
    font-size: 1.5em;
padding-top: 0.5em;
    font-size: 1.25em;
}

#header.alt {
    background: #096f48;
    height: 80px;
    /* padding-top: 1em; */
    font-size: 1.5em;
    top: 0;;
padding-top: 0.5em;
    font-size: 1.25em;
}

header#header {
    position: absolute;
}

.list--skip-links .list__link:focus {
margin-top:80px!important;
}

@media (max-width:768px) {
.header-top {
display:none;
}
}


.btn-top {
    cursor: pointer;
    color: #fff!important;
    background-color: #009EE0;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    padding: .5rem 1rem;
    font-size: 1.5em;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.go-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 999;
}


.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: initial;
  padding: 0.7em 0;
}

.hovercontainer{
  padding: 1em 0;
  float: left;
  width: 50%;
}
@media screen and (max-width: 640px){
  .hovercontainer{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .hovercontainer{
    width: 25%;
margin-bottom: 0px;
  }
}

.hovercontainer .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff!important;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: initial;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

h3.title {
    font-size: 1.5em;
    color: #007eb4;
}

/*@media(max-width:899px) {
.hovercontainer {
width:25%;
}
}*/

@media(max-width:736px) {
.hovercontainer {
width:100%;
}
}

h3.title {
    font-size: 1.5em;
    color: #007eb4!important;
}

.featureheadingwrapper {
  display: flex;
  align-items: center;
}

.line {
  border-top: 1px solid grey;
  flex-grow: 1;
  margin: 0 10px;
margin-top:1em;
}
}

@media screen and (max-width: 980px) {
.row > .col-12-medium {
    width: 100%;
    padding-left: 0em;
}
)

button.primary, .button.primary {
    background-color: #981909!important;
  }

.widget.widget--insider-tips h2 {
    font-size: 2.0em;
    font-weight: 600;
    border-bottom-color: #005980;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.widget.widget--insider-tips small {
    font-size: inherit;
}

.widget.widget--insider-tips h3 {
    margin-bottom: 1em;
}

.wrapper > .inner {
    /* width: 60em; */
    margin: 0 auto;
    margin-left: 0em;
    margin-right: 0em;
}

.supplement.supplement--advert h2 {
    display: none!important;
}


a.supplement__link {
    /* display: inherit; */
font-weight: 600!important;
    font-size: 1.25em!important;
    margin-left: 35%!important;
}

.supplement.supplement--advert {
    background: lightgray!important;
}

p.supplement__text {
    margin: 0.5em;
    font-size: 0.85em!important;
}

h1.page-heading {
    color: #000;
    margin-top: 5vh;
    font-weight: 600;
    padding-left: 3em;
}

main > header h2 {
    font-size: 2.75em;
}

@media screen and (max-width: 736px){
#main > header h2 {
    font-size: 2.0em!important;
    margin: 0 0 1em 0;
}
}

@media(max-width:736px){
#main > header h2 {
    font-size: 2.0em!important;
    margin: 0 0 1em 0;
}
}

h2.supplement__heading {
    color: #37353B;
}

p.supplement__text {
    color: #2E3842;
}


button.button.primary {
    background-color: #76160A!important;
}

button#searchbtn {
    padding-top: 0em;
    text-transform: none;
    margin-top: 0em;
    padding-bottom: 0em;
}
