/**
 Theme Name: Hello Manly
 Author: Magicdust
 Author URI: https://www.magicdust.com.au
 Description: A bespoke WordPress theme from Magicdust.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small,
.small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 1em;
  line-height: 1.5;
  font-family: 'Muli', sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
}
body {
  background: #ffffff;
  color: #6d6e71;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 1.125;
  letter-spacing: -0.01em;
  color: #2d2d2e;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: calc(1em + 3vw);
}
@media (min-width: 960px) {
  h1,
  .h1 {
    font-size: 2.5em;
  }
}
h2,
.h2 {
  font-size: calc(1em + 2vw);
}
@media (min-width: 960px) {
  h2,
  .h2 {
    font-size: 2em;
  }
}
h3,
.h3 {
  font-weight: bold;
  font-size: calc(1em + 0.5vw);
}
@media (min-width: 960px) {
  h3,
  .h3 {
    font-size: 1.25em;
  }
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: bold;
  font-size: 1em;
}
small,
.small {
  font-size: 0.875em;
}
p,
ol,
ul,
dl,
dd,
form,
table,
address,
pre {
  margin: 0 0 1em 0;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
ol,
ul {
  padding-left: 10%;
}
@media (min-width: 480px) {
  ol,
  ul {
    padding-left: 5%;
  }
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li ol,
li ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
table {
  width: 100%;
  font-size: inherit;
}
th,
td {
  vertical-align: top;
  padding: 0.25em 1em 0.25em 0;
}
th {
  text-align: left;
}
blockquote {
  margin: 0 5%;
}
ins {
  text-decoration: none;
}
del {
  -webkit-text-decoration: strikethrough;
          text-decoration: strikethrough;
}
abbr {
  cursor: help;
}
a {
  -webkit-text-decoration-color: #ffd300;
          text-decoration-color: #ffd300;
  text-decoration-thickness: 2px;
  color: #2d2d2e;
  -webkit-transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out, -webkit-text-decoration-color 150ms ease-out;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out, -webkit-text-decoration-color 150ms ease-out;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out, text-decoration-color 150ms ease-out;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out, text-decoration-color 150ms ease-out, -webkit-text-decoration-color 150ms ease-out;
}
a:hover {
  color: #ffd300;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
::-moz-selection {
  background: #ffd300;
  color: #000;
}
::selection {
  background: #ffd300;
  color: #000;
}
/* Resets. */
button,
textarea,
[type="button"],
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select[multiple] {
  -webkit-appearance: none;
}
button,
input,
select,
textarea,
fieldset {
  max-width: 100%;
  font-size: inherit;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
fieldset[disabled] {
  opacity: 0.7;
  cursor: default;
}
/* Rectangular inputs. */
button,
input,
textarea,
select {
  padding: 0 0.4em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
  background: #ffffff;
  border-color: rgba(109, 110, 113, 0.5);
  color: #6d6e71;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #ffd300;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* One-line rectangular inputs. */
button,
input,
select {
  border-radius: 0;
  height: 2.5em;
  line-height: normal;
}
/* Multi-line rectangular inputs. */
textarea,
select[multiple] {
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0.4em;
}
/* Buttons. */
button,
[type="button"],
[type="submit"],
[type="reset"] {
  padding: 0 1em;
  text-align: center;
}
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
/* Non-rectangular inputs. */
[type="checkbox"],
[type="radio"],
[type="range"],
[type="file"],
[type="image"] {
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}
/* Fieldsets. */
legend {
  font-weight: bold;
}
/* Comments List */
.comments {
  margin-bottom: 4em;
}
.comments__header {
  margin-bottom: 2em;
}
.comment__list {
  padding: 0;
}
/* Comments */
.comment,
.pingback,
.trackback {
  list-style: none;
}
.comment-body {
  margin-bottom: 2em;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.75em;
}
.comment-metadata {
  color: rgba(109, 110, 113, 0.5);
}
.comment-metadata a:not(:hover) {
  color: inherit;
}
.comment-meta,
.comment-content,
.reply {
  padding-left: 2.5rem;
}
@media (min-width: 480px) {
  .comment-meta,
  .comment-content,
  .reply {
    padding-left: 4.5rem;
  }
}
.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2rem;
  width: auto;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .comment-author .avatar {
    max-width: 4rem;
  }
}
.comment-edit-link {
  margin-left: 0.5em;
}
.pingback .url,
.trackback .url {
  font-style: italic;
}
/* Comment Form */
.comment-respond {
  margin: 4em 0 0 0;
}
.comment-reply-title small,
.comment-reply-title .small {
  display: block;
}
.comments .children {
  padding-left: 5%;
}
.comment-form {
  display: block;
}
.comment-form label {
  display: block;
}
.required {
  color: #C40233;
}
.comment-metadata,
.form-allowed-tags,
.pingback .edit-link,
.trackback .edit-link {
  font-size: 0.8em;
}
#cancel-comment-reply-link {
  font-size: 0.6em;
}
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery img {
  display: block;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0.5em 1em 0.5em;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  margin: 0 0 1em 0;
  font-size: 0.8em;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  clear: none;
  width: 100%;
  clear: both;
}
.gallery .gallery-caption,
.wp-caption-text,
.wp-caption-dd {
  font-style: italic;
}
@media (min-width: 680px) {
  .gallery-item.gallery-item:nth-of-type(2n+1) {
    /* Extra specificity for editor */
    clear: none;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.11111111%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
    clear: left;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
    clear: left;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.28571429%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
    clear: left;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66666667%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
    clear: left;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
    clear: left;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
    clear: left;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
    clear: left;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.gallery-caption {
  padding: 0 1em;
}
.alignnone,
.alignleft,
.aligncenter,
.alignright,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.wp-caption {
  display: block;
  margin: 0 0 1em 0;
}
.alignleft,
.alignright,
.alignleft.wp-caption,
.alignright.wp-caption {
  margin-top: 0.25em;
}
.alignleft,
.alignleft.wp-caption {
  float: left;
  margin-right: 1em;
}
.alignright,
.alignright.wp-caption {
  float: right;
  margin-left: 1em;
}
.aligncenter,
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.mejs-container {
  margin-bottom: 1em;
}
.add-to-trip-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
  padding: 0;
  border: none;
  font-size: 1rem;
  background: none;
}
.add-to-trip-button:focus {
  outline: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.add-to-trip-button__icon {
  display: block;
  width: 3em;
  height: 3em;
  margin-right: 0.5em;
  padding: 0.25em;
  border-radius: 1.5em;
  background: #ffd300;
  color: #2d2d2e;
  -webkit-box-shadow: 0.25em 0.25em 0.75em -0.25em rgba(0, 0, 0, 0.3);
          box-shadow: 0.25em 0.25em 0.75em -0.25em rgba(0, 0, 0, 0.3);
  fill: currentColor;
}
.add-to-trip-button[aria-pressed="true"] .add-to-trip-button__icon {
  background: #2d2d2e;
  -webkit-box-shadow: inset 0.25em 0.25em 0.75em -0.25em rgba(0, 0, 0, 0.3);
          box-shadow: inset 0.25em 0.25em 0.75em -0.25em rgba(0, 0, 0, 0.3);
  color: #ffd300;
}
.add-to-trip-button__label {
  font-weight: bold;
  font-size: 0.85em;
  color: #2d2d2e;
}
.add-to-trip-button[aria-pressed="true"] .add-to-trip-button__icon--add,
.add-to-trip-button[aria-pressed="true"] .add-to-trip-button__label--add {
  display: none;
}
.add-to-trip-button__icon--remove,
.add-to-trip-button__label--remove {
  display: none;
}
.add-to-trip-button[aria-pressed="true"] .add-to-trip-button__icon--remove,
.add-to-trip-button[aria-pressed="true"] .add-to-trip-button__label--remove {
  display: block;
}
.banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 33.333vw;
  margin-bottom: 2rem;
  padding-top: 1rem;
  font-size: 1.125em;
  text-align: center;
  background: #000000 center center / cover no-repeat;
  color: #ffffff;
}
@media (min-width: 680px) and (max-width: 1200px) {
  .banner {
    min-height: 25vw;
  }
}
@media (min-width: 960px) {
  .banner {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .banner {
    min-height: 18em;
    font-size: 1.375em;
  }
}
.banner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), color-stop(62.5%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 62.5%);
}
@media (min-width: 960px) {
  .banner:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), color-stop(62.5%, transparent)), rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 62.5%), rgba(0, 0, 0, 0.2);
  }
}
.banner .container {
  position: relative;
}
.page-template-template-modules-with-banner .banner {
  margin-bottom: 0;
}
.banner--hero {
  margin: 0;
  min-height: 66vw;
}
@media (min-width: 680px) and (max-width: 1200px) {
  .banner--hero {
    min-height: 37.5vw;
  }
}
@media (min-width: 1200px) {
  .banner--hero {
    min-height: 27em;
  }
}
.banner__title,
.banner__introduction {
  line-height: 1;
  color: inherit;
}
.banner__introduction {
  font-size: calc(1em + 1.5vw);
}
.banner__introduction:not(:first-child) {
  margin-top: 0;
}
@media (min-width: 960px) {
  .banner__introduction {
    font-size: 1.5em;
  }
}
.banner__buttons {
  margin-bottom: 1rem;
}
@media (min-width: 960px) {
  .banner__buttons {
    margin-top: 2rem;
  }
}
.box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1em;
  background: #ffffff;
  -webkit-box-shadow: 0.25em 0.25em 0.75em -0.25em rgba(0, 0, 0, 0.3);
          box-shadow: 0.25em 0.25em 0.75em -0.25em rgba(0, 0, 0, 0.3);
  color: #6d6e71;
}
@media (min-width: 1200px) {
  .box {
    padding: 2em;
  }
}
.hellomanly-button,
.pagination .next,
.pagination .prev {
  display: inline-block;
  vertical-align: top;
  min-width: 11.25em;
  padding: 1em 1.5em;
  border-radius: 1.5em;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #ffd300;
  -webkit-box-shadow: 0.25em 0.25em 0.75em -0.25em rgba(0, 0, 0, 0.3);
          box-shadow: 0.25em 0.25em 0.75em -0.25em rgba(0, 0, 0, 0.3);
  color: #2d2d2e;
}
.hellomanly-button:hover,
.pagination .next:hover,
.pagination .prev:hover {
  background: #f3be18;
  color: #2d2d2e;
}
button.hellomanly-button,
input.hellomanly-button,
button.pagination .next,
input.pagination .next,
button.pagination .prev,
input.pagination .prev {
  height: 3em;
  padding-top: 0;
  padding-bottom: 0;
}
button.hellomanly-button:not(:focus),
input.hellomanly-button:not(:focus),
button.pagination .next:not(:focus),
input.pagination .next:not(:focus),
button.pagination .prev:not(:focus),
input.pagination .prev:not(:focus) {
  border-color: transparent;
}
.breadcrumbs {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 2rem;
  color: #ffd300;
}
.breadcrumbs a:not(:hover) {
  text-decoration: none;
}
.breadcrumbs__separator {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em;
  fill: #ffd300;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cards__card {
  width: 100%;
  margin-bottom: 1em;
}
.cards__card:last-child {
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .cards__card {
    width: calc(33.333% - 0.5em);
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .cards__card {
    width: calc(33.333% - 1em);
  }
}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
}
.card__image {
  margin-bottom: 1em;
}
.card__heading {
  margin-bottom: 0.375em;
  word-wrap: break-word;
}
.card__heading a {
  text-decoration: none;
}
.card__heading a:not(:hover) {
  color: inherit;
}
.card__summary {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.contact-details {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 0.875rem;
  color: #2d2d2e;
}
.contact-details__label {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999px;
  z-index: 100000;
}
.contact-details__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.contact-details__value a:not(:hover) {
  text-decoration: none;
  color: inherit;
}
.contact-details__value:last-child {
  margin-bottom: 0;
}
.contact-details__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 2em;
  height: 2em;
  margin-top: -0.25em;
  margin-right: 0.75em;
  margin-bottom: -0.25em;
  fill: #f3be18;
}
.cropped-image {
  overflow: hidden;
  position: relative;
  display: block;
  background: #efeff0 center center / cover no-repeat;
}
.cropped-image:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.cropped-image--4-3:after {
  padding-bottom: 75%;
}
.cropped-image--16-9:after {
  padding-bottom: 56.25%;
}
.cropped-image__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0;
}
.directory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.directory__header {
  margin-bottom: 2em;
}
.directory__listings,
.directory__map {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media (min-width: 960px) {
  .directory__listings,
  .directory__map {
    width: 50%;
  }
}
.directory__listings {
  padding: 1em 1em 3em 1em;
}
@media (min-width: 960px) {
  .directory__listings {
    height: 90vh;
    overflow-y: auto;
    padding: 2em 2em 3em 2em;
  }
}
.directory__map {
  display: none;
}
@media (min-width: 960px) {
  .directory__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #dddddd;
  }
}
.directory-category__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.directory-category__image {
  overflow: hidden;
  position: relative;
}
.directory-category__icon {
  position: absolute;
  top: 0;
  right: 2em;
  width: 4.125em;
  height: 4.125em;
  background: #ffd300;
  color: #2d2d2e;
}
.directory-category__icon * {
  stroke: currentColor;
}
.directory-category__badge {
  overflow: hidden;
  margin: 0 2em;
  padding: 1em 0.5em 0 0.5em;
  text-align: center;
  background: #2d2d2e;
  color: #efeff0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.directory-category__name {
  margin-bottom: 0.25em;
  color: inherit;
}
.directory-category__more {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #ffd300;
  color: inherit;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
}
.directory-category__link:hover .directory-category__more {
  border-bottom-color: currentColor;
  color: #ffd300;
}
.entries__entry:not(:last-child) {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px solid #ffd300;
}
@media (min-width: 680px) {
  .entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 680px) {
  .entry__image:not(:only-child),
  .entry__text:not(:only-child) {
    width: calc(50% - 1em);
  }
}
.entry__image {
  margin-bottom: 1em;
}
@media (min-width: 680px) {
  .entry__image {
    margin-bottom: 0;
  }
}
.entry__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entry__title {
  margin-bottom: 0.375em;
  word-wrap: break-word;
}
.entry__title a {
  text-decoration: none;
}
.entry__title a:not(:hover) {
  color: inherit;
}
.entry__footer {
  margin-top: auto;
}
.filter-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-form__actions button {
  margin-right: 1em;
}
.filters {
  margin: 0 0 1em 0;
  padding: 0;
  border: none;
}
.filters__heading {
  position: static;
}
.filters__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@supports ( display: grid ) {
  .filters__filters {
    display: -ms-grid;
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(12em, 1fr));
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
}
.filter {
  margin-right: 1em;
  margin-bottom: 1em;
}
@supports ( display: grid ) {
  .filter {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.filter__input {
  overflow: hidden;
  position: absolute;
  left: -9999px;
  z-index: 100000;
  clip: rect(1px, 1px, 1px, 1px);
}
.filter__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter__label:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #bcbec0;
  border-radius: 2px;
  margin-right: 0.5em;
}
.pop-over .filter__label:before {
  border-color: currentColor;
}
.filter__input:checked + .filter__label:before {
  background: #ffd300;
  border-color: #f3be18;
}
.fine-print {
  font-size: 0.85em;
  text-align: center;
}
@media (min-width: 680px) {
  .fine-print .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer {
  padding-top: 3em;
  padding-bottom: 2em;
  font-size: 0.875em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #2d2d2e), to(#202021));
  background: linear-gradient(to bottom, #2d2d2e 46%, #202021 100%);
  color: #efeff0;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer a,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: inherit;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  color: #ffd300;
}
.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 680px) {
  .footer__logos {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 960px) {
  .footer__logos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__logo {
  display: block;
  margin: 1em;
}
@media (min-width: 680px) {
  .footer__logo {
    margin: 0 1em 0 0;
  }
}
.footer__fine-print {
  text-align: center;
  font-size: 0.75em;
}
.footer__fine-print p {
  margin: 0;
}
@media (min-width: 680px) {
  .footer__fine-print {
    text-align: left;
  }
}
.forecast {
  margin-bottom: 1em;
  text-align: center;
}
.forecast__icon {
  display: block;
  max-width: 9.25em;
  margin: 0 auto 1em auto;
  fill: currentColor;
}
.gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.5em;
  margin-left: -0.5em;
}
@media (min-width: 960px) {
  .gallery-grid {
    margin-right: -1em;
    margin-left: -1em;
  }
}
.gallery-grid__column {
  width: 50%;
  margin-bottom: 1em;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.gallery-grid__column:nth-last-child(2),
.gallery-grid__column:last-child {
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .gallery-grid__column {
    width: 25%;
  }
  .gallery-grid__column:nth-last-child(3),
  .gallery-grid__column:nth-last-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .gallery-grid__column {
    margin-bottom: 2em;
    padding-right: 1em;
    padding-left: 1em;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid--center-y {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid--no-gutters {
  margin: 0;
}
.grid--small-gutters {
  margin: 0 -0.5rem;
}
.grid--large-gutters {
  margin: 0 -2rem;
}
.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grid__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 1px;
  padding: 0 1rem;
}
.grid--reverse > .grid__column {
  float: right;
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--small-gutters > .grid__column {
  padding: 0 0.5rem;
}
.grid--large-gutters > .grid__column {
  padding: 0 2rem;
}
.grid--listings .grid__column {
  margin-bottom: 2rem;
}
.grid__column--12 {
  width: 100%;
}
.grid__column--11 {
  width: 91.66666667%;
}
.grid__column--10 {
  width: 83.33333333%;
}
.grid__column--9 {
  width: 75%;
}
.grid__column--8 {
  width: 66.66666667%;
}
.grid__column--7 {
  width: 58.33333333%;
}
.grid__column--6 {
  width: 50%;
}
.grid__column--5 {
  width: 41.66666667%;
}
.grid__column--4 {
  width: 33.33333333%;
}
.grid__column--3 {
  width: 25%;
}
.grid__column--2 {
  width: 16.66666667%;
}
.grid__column--1 {
  width: 8.33333333%;
}
@media (min-width: 480px) {
  .grid__column--s-12 {
    width: 100%;
  }
  .grid__column--s-11 {
    width: 91.66666667%;
  }
  .grid__column--s-10 {
    width: 83.33333333%;
  }
  .grid__column--s-9 {
    width: 75%;
  }
  .grid__column--s-8 {
    width: 66.66666667%;
  }
  .grid__column--s-7 {
    width: 58.33333333%;
  }
  .grid__column--s-6 {
    width: 50%;
  }
  .grid__column--s-5 {
    width: 41.66666667%;
  }
  .grid__column--s-4 {
    width: 33.33333333%;
  }
  .grid__column--s-3 {
    width: 25%;
  }
  .grid__column--s-2 {
    width: 16.66666667%;
  }
  .grid__column--s-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid__column--m-12 {
    width: 100%;
  }
  .grid__column--m-11 {
    width: 91.66666667%;
  }
  .grid__column--m-10 {
    width: 83.33333333%;
  }
  .grid__column--m-9 {
    width: 75%;
  }
  .grid__column--m-8 {
    width: 66.66666667%;
  }
  .grid__column--m-7 {
    width: 58.33333333%;
  }
  .grid__column--m-6 {
    width: 50%;
  }
  .grid__column--m-5 {
    width: 41.66666667%;
  }
  .grid__column--m-4 {
    width: 33.33333333%;
  }
  .grid__column--m-3 {
    width: 25%;
  }
  .grid__column--m-2 {
    width: 16.66666667%;
  }
  .grid__column--m-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 820px) {
  .grid__column--ml-12 {
    width: 100%;
  }
  .grid__column--ml-11 {
    width: 91.66666667%;
  }
  .grid__column--ml-10 {
    width: 83.33333333%;
  }
  .grid__column--ml-9 {
    width: 75%;
  }
  .grid__column--ml-8 {
    width: 66.66666667%;
  }
  .grid__column--ml-7 {
    width: 58.33333333%;
  }
  .grid__column--ml-6 {
    width: 50%;
  }
  .grid__column--ml-5 {
    width: 41.66666667%;
  }
  .grid__column--ml-4 {
    width: 33.33333333%;
  }
  .grid__column--ml-3 {
    width: 25%;
  }
  .grid__column--ml-2 {
    width: 16.66666667%;
  }
  .grid__column--ml-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 960px) {
  .grid__column--l-12 {
    width: 100%;
  }
  .grid__column--l-11 {
    width: 91.66666667%;
  }
  .grid__column--l-10 {
    width: 83.33333333%;
  }
  .grid__column--l-9 {
    width: 75%;
  }
  .grid__column--l-8 {
    width: 66.66666667%;
  }
  .grid__column--l-7 {
    width: 58.33333333%;
  }
  .grid__column--l-6 {
    width: 50%;
  }
  .grid__column--l-5 {
    width: 41.66666667%;
  }
  .grid__column--l-4 {
    width: 33.33333333%;
  }
  .grid__column--l-3 {
    width: 25%;
  }
  .grid__column--l-2 {
    width: 16.66666667%;
  }
  .grid__column--l-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1440px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
.grid--scroll {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  margin-right: -1em;
  margin-bottom: 1em;
  margin-left: -1em;
  padding-right: 1em;
  padding-left: 0.5em;
}
.grid--scroll .grid__column {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 1em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  scroll-snap-align: center;
}
@media (min-width: 960px) {
  .grid--scroll {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .grid--scroll {
    padding-right: 0;
    padding-left: 0;
  }
  .grid--scroll .grid__column {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.header {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0.25em 0.25em 0.75em -0.25em rgba(0, 0, 0, 0.3);
          box-shadow: 0.25em 0.25em 0.75em -0.25em rgba(0, 0, 0, 0.3);
  color: #2d2d2e;
}
@media (min-width: 960px) {
  .header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 1.25vw;
  }
  @supports ( display: grid ) {
    .header {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: minmax(-webkit-max-content, 1fr) minmax(-webkit-min-content, 1200px) minmax(-webkit-min-content, 1fr);
      -ms-grid-columns: minmax(max-content, 1fr) minmax(min-content, 1200px) minmax(min-content, 1fr);
      grid-template-columns: minmax(-webkit-max-content, 1fr) minmax(-webkit-min-content, 1200px) minmax(-webkit-min-content, 1fr);
      grid-template-columns: minmax(max-content, 1fr) minmax(min-content, 1200px) minmax(min-content, 1fr);
    }
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .header {
    font-size: 1.125vw;
  }
}
@media (min-width: 1440px) {
  .header {
    font-size: 1em;
  }
}
.pop-over .header {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  padding: 0.5em;
}
@media (min-width: 960px) {
  .header__logo {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    padding: 1em;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    padding-left: 3vw;
  }
}
.header__logo img {
  display: block;
  width: 4.375rem;
}
@media (min-width: 1200px) {
  .header__logo img {
    width: 6rem;
  }
}
.header__navigation {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.header__navigation.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 960px) {
  .header__navigation {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    background: url(images/curve.svg) right -1px top 0 / 23.5% 101% no-repeat;
  }
}
.header__tools {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.5em;
}
@media (min-width: 960px) {
  .header__tools {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    padding: 1em 1em 1em 0;
    background: #ffd300;
    color: #2d2d2e;
  }
  .pop-over .header__tools {
    background: transparent;
    color: inherit;
  }
}
@media (min-width: 1200px) {
  .header__tools {
    padding-right: 3vw;
  }
}
.icon-text {
  text-align: center;
}
.icon-text__icon {
  width: 6em;
  height: 6em;
  margin: 0 auto 1em auto;
  padding: 0.5em;
  border-radius: 50%;
  background: #ffd300;
  color: #2d2d2e;
}
.icon-text__icon * {
  stroke: currentColor;
}
.icon-text__heading:not(:first-child) {
  margin-top: 0;
}
.listings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3em;
}
.listings__listing {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 680px) {
  .listings__listing {
    width: calc(50% - 0.5em);
    margin-bottom: 1em;
  }
}
@media (min-width: 960px) {
  .listings__listing {
    width: 100%;
  }
  .listings__listing:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .listings__listing {
    width: calc(50% - 0.5em);
  }
}
@media (min-width: 1440px) {
  .listings__listing {
    width: calc(50% - 1em);
    margin-bottom: 2em;
  }
}
@media (min-width: 680px) and (max-width: 960px) {
  .listings__listing:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .listings__listing:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.listings__listing:last-child {
  margin-bottom: 0;
}
.listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2em 2em 1em 2em;
  font-size: 0.875em;
  background: #efeff0;
}
.listings .listing {
  height: 100%;
  -webkit-box-shadow: 0.25em 0.25em 1em -0.5em rgba(0, 0, 0, 0.3);
          box-shadow: 0.25em 0.25em 1em -0.5em rgba(0, 0, 0, 0.3);
}
.listing__header {
  margin-bottom: 0.875em;
  font-size: 1rem;
}
.listing__name {
  margin: 0;
}
.listing__name a:not(:hover) {
  text-decoration: none;
}
.listing__image {
  width: calc(100% + 4em);
  margin-top: -2em;
  margin-right: -2em;
  margin-bottom: 2em;
  margin-left: -2em;
}
.listing__details {
  margin-bottom: 2em;
}
.listing__footer {
  padding-top: 2em;
  border-top: 2px solid #ffd300;
}
.listings .listing__footer {
  margin-top: auto;
}
.main {
  display: block;
}
.main:focus {
  outline: none;
}
.main__content {
  margin-bottom: 3em;
}
.error404 .main__content {
  text-align: center;
}
.main__sidebar {
  margin-bottom: 3em;
}
.main__listing-section {
  margin-bottom: 2em;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.media__media,
.media__text {
  width: 100%;
}
@media (min-width: 820px) {
  .media__media,
  .media__text {
    width: calc(50% - 1em);
  }
}
.media__text {
  margin-top: 2em;
}
@media (min-width: 820px) {
  .media__text {
    margin-top: 1em;
  }
}
.menu__item a {
  display: block;
  text-decoration: none;
}
.main__sidebar .menu__item {
  margin: 0;
}
.main__sidebar .menu__item a {
  padding: 0.5em 0;
  border-bottom: 1px solid currentColor;
}
.main__sidebar .menu__item a:not(:hover) {
  color: inherit;
}
.menu--inline {
  list-style: none;
  padding: 0;
}
.menu--inline .menu__item a {
  text-decoration: none;
}
.menu--inline .menu__item a:not(:hover) {
  color: inherit;
}
@media (min-width: 960px) {
  .menu--inline .menu__item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border-width: 2px 0;
    border-style: solid;
    border-color: transparent;
  }
  .menu--inline .menu__item:not(:first-child):before {
    content: '|';
    margin: 0 1em;
  }
  .menu--inline .menu__item a {
    display: inline-block;
    padding: 0.25em 0;
  }
  .menu--inline .menu__item a:hover,
  .menu--inline .menu__item.is-open > a,
  .menu--inline .menu__item.is-current > a {
    border-bottom-color: #ffd300;
  }
}
.menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: inherit;
}
.no-js .menu-toggle {
  display: none;
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.menu-toggle__icon--open {
  display: block;
}
.is-open > .menu-toggle__icon--open {
  display: none;
}
.menu-toggle__icon--close {
  display: none;
}
.is-open > .menu-toggle__icon--close {
  display: block;
}
.menu-toggle__label {
  padding-left: 0.25em;
  line-height: 1;
}
.meta {
  font-style: none;
}
.meta a {
  text-decoration: none;
}
.meta a:not(:hover) {
  color: inherit;
}
.module {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (min-width: 960px) {
  .module {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
.module--has-background {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  background: center center / cover no-repeat;
  color: #ffffff;
}
@media (min-width: 960px) {
  .module--has-background {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.module--has-background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.2);
}
.module--has-background .container {
  position: relative;
}
.module--alternate-background {
  margin: 0;
  padding-top: 3em;
  padding-bottom: 2em;
  background: #efeff0;
}
@media (min-width: 960px) {
  .module--alternate-background {
    padding-top: 4vw;
    padding-bottom: calc(4vw - 1em);
  }
}
.module__header {
  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: 1em;
  text-align: center;
}
.module--has-background .module__heading {
  color: inherit;
}
.module__buttons {
  margin-top: 2em;
  text-align: center;
}
.more-link {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0.25em;
  border-bottom: 2px solid currentColor;
  text-decoration: none;
}
.more-link:not(:hover) {
  border-bottom-color: #ffd300;
  color: #2d2d2e;
}
.navbar {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 960px) {
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.navbar__item {
  display: block;
  margin: 0;
}
.navbar__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  padding: 0.5em 0;
}
.navbar__item > a:not(:hover) {
  color: inherit;
}
@media (min-width: 960px) {
  .navbar__item > a {
    padding: 0.25em 0;
  }
}
.navbar__item a[aria-haspopup] {
  cursor: default;
}
.navbar__expand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.2rem;
  color: #ffd300;
  fill: currentColor;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.is-open > a > .navbar__expand {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.navbar__item--level-0 > a {
  font-weight: bold;
  font-size: 1.125em;
  color: inherit;
}
@media (min-width: 960px) {
  .navbar__item--level-0:not(:last-child) {
    margin-right: 1em;
  }
  .navbar__item--level-0 > a {
    border-width: 2px 0;
    border-style: solid;
    border-color: transparent;
    white-space: nowrap;
  }
  .navbar__item--level-0 > a:hover,
  .navbar__item--level-0.is-open > a,
  .navbar__item--level-0.is-current > a {
    border-bottom-color: #ffd300;
  }
}
@media (min-width: 1440px) {
  .navbar__item--level-0 > a {
    font-size: 1.25em;
  }
}
.navbar-dropdown {
  will-change: auto;
  display: none;
  padding: 0;
  font-size: 0.875em;
}
.is-open > .navbar-dropdown {
  display: block;
}
.navbar-dropdown:focus {
  outline: none;
}
@media (min-width: 960px) {
  .navbar-dropdown {
    position: absolute;
    z-index: 10;
    top: -1.25em;
    left: 100%;
    min-width: 22em;
    padding: 1.25em 0;
    text-align: left;
    white-space: nowrap;
    background: #2d2d2e;
    -webkit-box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
    color: #efeff0;
  }
  .navbar-dropdown--level-0 {
    top: 100%;
    left: auto;
  }
  .navbar-dropdown__item {
    position: relative;
    margin: 0;
  }
  .navbar-dropdown__item a {
    padding: 0.75em 2em;
    border: none;
  }
  .navbar-dropdown__item a:hover {
    color: #ffd300;
  }
  .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  .is-open > a > .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg) rotateX(-180deg);
            transform: rotateZ(-90deg) rotateX(-180deg);
  }
}
.newsletter {
  position: relative;
  padding-top: 3em;
  padding-bottom: 2em;
  background-color: #efeff0;
  color: #2d2d2e;
}
.newsletter .container {
  position: relative;
  z-index: 2;
}
.newsletter__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.newsletter__form input,
.newsletter__form button {
  height: 3em;
  margin-bottom: 1rem;
  border-radius: 1.5em;
}
.newsletter__form input {
  width: 100%;
  max-width: 100%;
  padding-left: 1.5em;
}
@media (min-width: 680px) {
  .newsletter__form input {
    width: 18em;
    margin-right: 1rem;
  }
}
.newsletter__image {
  display: none;
  background: center center / cover no-repeat;
}
@media (min-width: 960px) {
  .newsletter__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .newsletter__image {
    width: calc((100vw - 1200px) / 2 + (0.25 * 1200px));
  }
}
.newsletter__image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-image: url(images/curve-grey.svg);
  background-position: left -1px top 0;
  background-repeat: no-repeat;
  background-size: 100% 101%;
}
@media (min-width: 1200px) {
  .newsletter__image:before {
    background-size: calc((0.25 * 1200px)) 101%;
  }
}
.pagination {
  clear: both;
  text-align: center;
}
@media (min-width: 680px) {
  .pagination {
    text-align: right;
  }
}
.pagination .page-numbers,
.pagination .post-page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2em;
  min-width: 2em;
  margin: 0 0 0.5em 0.5em;
  padding: 0.25em;
  border: 2px solid #ffd300;
  border-radius: 1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #2d2d2e;
}
@media (min-width: 680px) {
  .pagination .page-numbers,
  .pagination .post-page-numbers {
    height: 3em;
    min-width: 3em;
    border-radius: 1.5em;
  }
}
.pagination .page-numbers:hover,
.pagination .post-page-numbers:hover {
  background: #f3be18;
  border-color: #f3be18;
  color: #2d2d2e;
}
.pagination .page-numbers.current,
.pagination .post-page-numbers.current {
  border-color: #ffd300;
  background: #ffd300;
  color: #2d2d2e;
}
.pagination .next,
.pagination .prev {
  min-width: 6em;
}
@media (min-width: 680px) {
  .pagination .next,
  .pagination .prev {
    min-width: 8em;
  }
}
.pagination .dots,
.pagination .dots:hover {
  background: transparent;
  border-color: transparent;
  color: inherit;
}
.pagination,
.post-navigation {
  margin-top: 3em;
}
.pop-over {
  will-change: auto;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #2d2d2e), to(#202021));
  background: linear-gradient(to bottom, #2d2d2e 46%, #202021 100%);
  color: #efeff0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.pop-over h1,
.pop-over h2,
.pop-over h3,
.pop-over h4,
.pop-over h5,
.pop-over h6,
.pop-over .h1,
.pop-over .h2,
.pop-over .h3,
.pop-over .h4,
.pop-over .h5,
.pop-over .h6 {
  color: inherit;
}
.pop-over.is-open {
  visibility: visible;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.admin-bar .pop-over {
  top: 32px;
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .pop-over {
    top: 46px;
    height: calc(100vh - 46px);
  }
}
.pop-over .container {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% - 2em);
}
@media (min-width: 960px) {
  .pop-over--mobile-menu {
    display: none !important;
  }
}
.pop-over--search .container,
.pop-over--weather .container {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% - 2em);
  margin-top: auto;
  margin-bottom: auto;
}
.pop-over__header {
  margin-top: 1em;
  margin-bottom: 2em;
}
.pop-over__section {
  margin-bottom: 2em;
}
.pop-over__heading {
  color: inherit;
}
@media (min-width: 960px) {
  .pop-over__heading {
    font-size: 3.5em;
  }
}
.pop-over__subheading {
  padding-bottom: 1em;
  border-bottom: 1px solid currentColor;
  font-weight: bold;
  font-size: 1em;
}
.pop-over__call-to-action {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
}
@media (min-width: 680px) {
  .pop-over__call-to-action {
    text-align: left;
  }
}
.pop-over__call-to-action .hellomanly-button,
.pop-over__call-to-action .pagination .next,
.pop-over__call-to-action .pagination .prev {
  margin: 1em;
  vertical-align: middle;
}
.responsive-image__mobile,
.responsive-image__desktop {
  width: 100%;
}
.responsive-image__mobile {
  display: block;
}
@media (min-width: 960px) {
  .responsive-image__mobile {
    display: none;
  }
}
.responsive-image__desktop {
  display: none;
}
@media (min-width: 960px) {
  .responsive-image__desktop {
    display: block;
  }
}
.search-form {
  margin-bottom: 0;
}
.search-form__search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
.main__content .search-form__search-box {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.pop-over .search-form__search-box {
  font-size: 1.125em;
}
@media (min-width: 820px) {
  .pop-over .search-form__search-box {
    font-size: 2em;
  }
}
.search-form__input {
  width: 100%;
  height: 3em;
  border-radius: 1.5em;
  padding-right: 3em;
  padding-left: 1.5em;
  background: #ffffff;
  color: #2d2d2e;
}
.pop-over .search-form__input {
  border-width: 2px;
}
.pop-over .search-form__input:not(:focus) {
  border-color: transparent;
}
@media (min-width: 820px) {
  .pop-over .search-form__input {
    border-width: 4px;
  }
}
.search-form__button {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3em;
  height: 100%;
  padding: 0;
  border-width: 2px;
  border-radius: 50%;
  background: transparent;
  border-color: #ffd300;
  color: #2d2d2e;
}
.search-form__button:focus {
  background-color: #f3be18;
  border-color: #f3be18;
}
.pop-over .search-form__button:not(:focus) {
  border-color: #2d2d2e;
  background: #ffd300;
  color: #2d2d2e;
}
@media (min-width: 820px) {
  .pop-over .search-form__button {
    border-width: 4px;
  }
}
.search-form__icon {
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
}
.section-heading,
.woocommerce .products > h2,
.woocommerce .products > .h2 {
  text-align: center;
}
.section-heading:after,
.woocommerce .products > h2:after,
.woocommerce .products > .h2:after {
  content: '';
  display: block;
  margin: 1rem auto 0 auto;
  width: 8.75rem;
  border-bottom: 2px solid #ffd300;
}
.section-heading--left {
  text-align: left;
}
.section-heading--left:after {
  margin-left: 0;
}
.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 1em 0 1em;
  background: #ffd300;
  color: #2d2d2e;
}
.share__heading {
  margin-right: 1rem;
}
.social-menu-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.social-menu-item a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25em;
  height: 2.25em;
  margin-right: 0.25em;
  border: 2px solid #ffd300;
  border-radius: 50%;
  color: #ffd300;
}
@media (min-width: 680px) {
  .social-menu-item a {
    width: 2.75em;
    height: 2.75em;
    margin-right: 0.5em;
  }
}
.social-menu-item a:hover {
  background: #ffd300;
  color: #2d2d2e;
}
.share .social-menu-item a {
  border-color: currentColor;
  color: inherit;
}
.share .social-menu-item a:hover {
  background-color: #f3be18;
  border-color: #f3be18;
  color: #2d2d2e;
}
.social-menu-item__icon {
  display: block;
  width: 1.25em;
  height: 1.25em;
  fill: currentColor;
}
@media (min-width: 680px) {
  .social-menu-item__icon {
    width: 1.5em;
    height: 1.5em;
  }
}
.social-menu-item__label {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: -9999px;
}
.social-menu {
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
.tabs__tablist {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .tabs__tablist {
    display: block;
  }
}
.tabs__tablist li {
  display: inline-block;
  margin: 0;
}
.tabs__tab {
  display: block;
}
@media (min-width: 960px) {
  .tabs__tab {
    display: none;
  }
  .tabs__tablist .tabs__tab {
    display: block;
  }
}
.tabs__panel {
  overflow: hidden;
}
.tabs__panel[aria-hidden="true"] {
  display: none;
}
.temperatures__heading {
  font-weight: bold;
  font-size: 1em;
}
.temperatures__temperature {
  margin-bottom: 1em;
}
.temperatures__temperature--current {
  padding-bottom: 1em;
  border-bottom: 1px solid #ffd300;
}
.temperatures__value {
  font-size: 2em;
  line-height: 1;
  letter-spacing: -0.01em;
}
.temperatures__value--current {
  font-size: 3.375em;
}
.tile {
  position: relative;
  background: #efeff0 center center / cover no-repeat;
}
.tile:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.tile__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.tile__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  background: #ffd300;
  color: #2d2d2e;
}
@media (min-width: 680px) {
  .tile__icon {
    width: 4.125em;
  }
}
.tile__icon * {
  stroke: currentColor !important;
}
.tile__details {
  margin: auto 1em 1em 1em;
  padding: 1em;
  text-align: center;
  background: #2d2d2e;
  color: #efeff0;
}
.tile__label {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.125;
  letter-spacing: -0.01em;
  margin-bottom: 0.25em;
}
@media (min-width: 680px) {
  .tile__label {
    font-size: 2em;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  .tile__label {
    font-size: 1.5em;
  }
}
.tile__more {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #ffd300;
  text-decoration: none;
  -webkit-transition: color 150ms ease-out;
  transition: color 150ms ease-out;
}
.tile__link:hover .tile__more {
  color: #ffd300;
}
.tile-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.5em;
  margin-left: -0.5em;
}
@media (min-width: 1200px) {
  .tile-grid {
    margin-right: -1em;
    margin-left: -1em;
  }
}
.tile-grid__column {
  width: 100%;
  margin-bottom: 1em;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.tile-grid__column:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .tile-grid__column {
    width: 50%;
  }
  .tile-grid__column:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .tile-grid__column {
    width: 25%;
  }
  .tile-grid__column:nth-last-child(3),
  .tile-grid__column:nth-last-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .tile-grid__column {
    margin-bottom: 2em;
    padding-right: 1em;
    padding-left: 1em;
  }
}
.tool {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25em;
  height: 2.25em;
  margin-left: 0.25em;
  border: 2px solid #ffd300;
  border-radius: 50%;
  color: inherit;
}
@media (min-width: 680px) {
  .tool {
    width: 2.75em;
    height: 2.75em;
    margin-left: 0.5em;
  }
}
.tool:hover {
  background: #ffd300;
  color: #2d2d2e;
}
button.tool {
  padding: 0;
}
button.tool:not(:hover) {
  background: transparent;
}
@media (min-width: 960px) {
  .header__tools .tool {
    border-color: currentColor;
  }
  .header__tools .tool:hover {
    border-color: #2d2d2e;
    background: #2d2d2e;
    color: #ffd300;
  }
}
.pop-over .tool {
  border-color: currentColor;
  color: #ffd300;
}
.pop-over .tool:hover {
  background-color: #ffd300;
  border-color: #ffd300;
  color: #2d2d2e;
}
@media (min-width: 960px) {
  .tool--menu {
    display: none;
  }
}
.tool__icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.tool__icon--open {
  display: block;
}
.is-open .tool__icon--open {
  display: none;
}
.tool__icon--close {
  display: none;
}
.is-open .tool__icon--close {
  display: block;
}
.tool__badge {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
  min-width: 1.5em;
  padding: 0 0.25em;
  border-radius: 0.75em;
  font-size: 0.625em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  background: #00b2af;
  color: #efeff0;
}
.tool__badge:empty {
  display: none;
}
.weather-datapoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.weather-datapoint__icon {
  margin-right: 0.5em;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.weather-datapoint__icon svg {
  display: block;
  width: 2em;
  height: 2em;
  fill: currentColor;
}
.weather-datapoint__label {
  font-size: 0.85em;
  line-height: 1.2;
}
.widget {
  margin-bottom: 2em;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.main__sidebar .widget {
  padding: 3em 3em 2em 3em;
  background: #efeff0;
}
.widget__header {
  margin-bottom: 1em;
  font-size: 1rem;
}
.widget__title {
  margin: 0;
  font-weight: bold;
}
.widget--footer-social {
  margin-bottom: 1em;
}
@media (min-width: 680px) {
  .widget--footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .widget--footer-social .widget__header {
    margin-right: 1em;
  }
}
.helper {
  position: relative;
  overflow: hidden;
}
.container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container--narrow {
  max-width: 820px;
}
.container--wide {
  max-width: 1440px;
}
.container--full {
  max-width: none;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.u-wide {
  width: 100%;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999px;
  z-index: 100000;
}
.screen-reader-text:focus {
  clip: auto;
  left: 5px;
  top: 5px;
  height: 1px;
  width: 1px;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  background: #009F6B;
  color: #FFF;
}
.nf-form-wrap .label-above .nf-field-label {
  margin-bottom: 0.5em;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 1em;
}
.nf-form-wrap .nf-field-element input,
.nf-form-wrap .nf-field-element select {
  height: 2.5em;
}
.nf-form-wrap .nf-field-element input[multiple],
.nf-form-wrap .nf-field-element select[multiple],
.nf-form-wrap .nf-field-element input[type="checkbox"],
.nf-form-wrap .nf-field-element select[type="checkbox"],
.nf-form-wrap .nf-field-element input[type="radio"],
.nf-form-wrap .nf-field-element select[type="radio"],
.nf-form-wrap .nf-field-element input[type="range"],
.nf-form-wrap .nf-field-element select[type="range"],
.nf-form-wrap .nf-field-element input[type="file"],
.nf-form-wrap .nf-field-element select[type="file"],
.nf-form-wrap .nf-field-element input[type="image"],
.nf-form-wrap .nf-field-element select[type="image"] {
  height: auto;
}
.nf-form-wrap .nf-field-element textarea {
  vertical-align: top;
}
.nf-form-wrap .nf-input-limit:empty {
  margin-top: 0;
}
.nf-form-wrap .nf-error-msg,
.nf-form-wrap .ninja-forms-req-symbol {
  color: #C40233;
}
.nf-form-wrap .nf-error .ninja-forms-field {
  border-color: #C40233;
}
/**
 * Product Thumbnails
 *
 * 1. Main product thumbnail link.
 * 2. Category title.
 * 3. Product title.
 */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product-category {
  text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: inherit;
  color: inherit;
}
/* Badges */
.woocommerce span.onsale {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #C40233;
}
/* Star Ratings */
.woocommerce .products .star-rating {
  display: inline-block;
}
.woocommerce .star-rating span {
  color: #FCB805;
}
/**
 * Prices
 *
 * 1. Prices in product thumbnails.
 * 2. Prices on single product.
 */
.woocommerce ul.products li.product .price {
  color: #6d6e71;
}
.woocommerce div.product .entry-summary .price {
  color: #2d2d2e;
}
.woocommerce div.product .entry-summary .price .woocommerce-Price-amount {
  font-size: 2em;
}
.woocommerce ul.products li.product .price {
  font-size: 1em;
}
/**
 * Buttons
 *
 * 1. Regular WooCommerce buttons.
 * 2. Product thumbnail Add to Cart buttons.
 * 3. Primary WooCommerce buttons.
 */
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button {
  border-radius: 0;
  font-weight: inherit;
}
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button,
.woocommerce.woocommerce #respond input#submit[disabled],
.woocommerce.woocommerce a.button[disabled],
.woocommerce.woocommerce button.button[disabled],
.woocommerce.woocommerce input.button[disabled],
.woocommerce.woocommerce #respond input#submit[disabled]:hover,
.woocommerce.woocommerce a.button[disabled]:hover,
.woocommerce.woocommerce button.button[disabled]:hover,
.woocommerce.woocommerce input.button[disabled]:hover {
  background: #efeff0;
  color: #2d2d2e;
}
.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce input.button:hover {
  background: #d5d5d7;
  color: #2d2d2e;
}
.woocommerce.woocommerce ul.products li.product .button,
.woocommerce.woocommerce #respond input#submit.alt,
.woocommerce.woocommerce a.button.alt,
.woocommerce.woocommerce button.button.alt,
.woocommerce.woocommerce input.button.alt,
.woocommerce.woocommerce ul.products li.product .button[disabled],
.woocommerce.woocommerce #respond input#submit.alt[disabled],
.woocommerce.woocommerce a.button.alt[disabled],
.woocommerce.woocommerce button.button.alt[disabled],
.woocommerce.woocommerce input.button.alt[disabled],
.woocommerce.woocommerce ul.products li.product .button[disabled]:hover,
.woocommerce.woocommerce #respond input#submit.alt[disabled]:hover,
.woocommerce.woocommerce a.button.alt[disabled]:hover,
.woocommerce.woocommerce button.button.alt[disabled]:hover,
.woocommerce.woocommerce input.button.alt[disabled]:hover {
  min-width: 10em;
  border-radius: 3em;
  font-weight: bold;
  background-color: #ffd300;
  color: #2d2d2e;
}
.woocommerce.woocommerce ul.products li.product .button:hover,
.woocommerce.woocommerce #respond input#submit.alt:hover,
.woocommerce.woocommerce a.button.alt:hover,
.woocommerce.woocommerce button.button.alt:hover,
.woocommerce.woocommerce input.button.alt:hover {
  background-color: #f3be18;
  color: #2d2d2e;
}
/**
 * Coupon input width fix.
 */
@media (min-width: 769px) {
  #coupon_code {
    width: auto;
  }
}
/**
 * Category description.
 */
.term-description {
  max-width: 820px;
}
/**
 * Move sorting.
 */
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
  margin-bottom: 2em;
}
/**
 * Gallery spacing.
 */
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 1em;
  margin-right: -0.5em;
  margin-left: -0.5em;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 1em;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
/**
 * Products.
 */
.woocommerce .products {
  clear: both;
}
.woocommerce .products > h2,
.woocommerce .products > .h2 {
  margin-bottom: 2rem;
}
.woocommerce div.product form.cart .variations td.label {
  color: #2d2d2e;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: middle;
}
