/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

:root {
  --blue: #1b79b8;
  --blue__dark: #085080;
  --blue__light: #91BBD8;
  --green: #2a4b2c;
  --sand: #eee5cc;
  --sand__light: #FAF8F1;
  --white: #ffffff;
  --black: #000000;
  --grey: #8B8B8B;
  --s: 46em;
  --m: 64em;
  --l: 75em; }

@font-face {
  font-family: 'DIN Next LT Pro';
  src: url("../fonts/DINNextLTPro-Regular/font.woff2") format("woff2"), url("../fonts/DINNextLTPro-Regular/font.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DIN Next LT Pro';
  src: url("../fonts/DINNextLTPro-Italic/font.woff2") format("woff2"), url("../fonts/DINNextLTPro-Italic/font.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'DIN Next LT Pro';
  src: url("../fonts/DINNextLTPro-Medium/font.woff2") format("woff2"), url("../fonts/DINNextLTPro-Medium/font.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'DIN Next LT Pro';
  src: url("../fonts/DINNextLTPro-MediumItalic/font.woff2") format("woff2"), url("../fonts/DINNextLTPro-MediumItalic/font.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'DIN Next LT Pro';
  src: url("../fonts/DINNextLTPro-Bold/font.woff2") format("woff2"), url("../fonts/DINNextLTPro-Bold/font.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'DIN Next LT Pro';
  src: url("../fonts/DINNextLTPro-BoldItalic/font.woff2") format("woff2"), url("../fonts/DINNextLTPro-BoldItalic/font.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

a {
  color: var(--blue); }

.button-link,
.button-link__wrapper a,
.contact-form .button {
  background-color: var(--blue);
  border: 2px solid var(--blue);
  border-radius: .5rem;
  color: var(--white);
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .button-link,
    .button-link__wrapper a,
    .contact-form .button {
      padding: 1rem 4rem; } }
  .button-link:visited,
  .button-link__wrapper a:visited,
  .contact-form .button:visited {
    background-color: var(--blue__dark);
    border-color: var(--blue__dark); }
  .button-link:hover,
  .button-link__wrapper a:hover,
  .contact-form .button:hover {
    background-color: var(--white);
    color: var(--blue); }

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

.contact-link {
  background-color: var(--white);
  border: 1px solid var(--blue);
  border-radius: .5rem;
  color: var(--blue);
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding: .75rem 0 .5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 12rem;
  white-space: nowrap; }
  .contact-link:visited {
    color: var(--blue__dark);
    border-color: var(--blue__dark); }
  .contact-link:hover {
    background-color: var(--blue);
    color: var(--white); }

.more-link,
.read-more-link,
.more-link__wrapper a {
  border-bottom: 1px solid;
  color: var(--blue);
  display: inline;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  .more-link:hover,
  .read-more-link:hover,
  .more-link__wrapper a:hover {
    color: var(--blue__dark); }
  .more-link:visited,
  .read-more-link:visited,
  .more-link__wrapper a:visited {
    color: var(--blue__light); }

.form-type-select {
  border: 2px solid var(--sand);
  position: relative; }
  .form-type-select::after {
    background: url(../base/images/select-list--arrow.svg) no-repeat center center/1.25rem auto transparent;
    border-left: 2px solid var(--sand);
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem; }

/* class applies to select element itself, not a wrapper element */
.form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: var(--black);
  display: block;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: .75rem 3rem .5rem .75rem;
  width: 100%; }

/* Hide arrow icon in IE browsers */
.form-select::-ms-expand {
  display: none; }

.form-select:hover {
  border-color: #888; }

/* Set options to normal weight */
.form-select option {
  font-weight: normal; }

/* Disabled styles */
.form-select:disabled, .form-select[aria-disabled=true] {
  color: graytext; }

.form-select:disabled:hover, .form-select[aria-disabled=true] {
  border-color: #aaa; }

.cover-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.back-to-top {
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 20;
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media only screen and (min-width: 880px) {
    .back-to-top {
      padding-left: 5rem;
      padding-right: 5rem; } }
  .back-to-top a {
    bottom: .3rem;
    display: none;
    opacity: 0;
    position: fixed;
    transition: opacity 500ms ease, transform 500ms ease; }
    .footer-vis .back-to-top a {
      position: absolute; }
    @media only screen and (min-width: 470px) {
      .back-to-top a {
        display: inline;
        transform: translateX(-1rem) translateY(5rem); }
        .scrolling .back-to-top a {
          opacity: 1;
          transform: translateX(-1rem) translateY(0);
          transition: opacity 1000ms ease, transform 1000ms ease; } }
    @media only screen and (min-width: 768px) {
      .back-to-top a {
        transform: translateX(2.5rem) translateY(5rem); }
        .scrolling .back-to-top a {
          opacity: 1;
          transform: translateX(2.5rem) translateY(0); } }
  .back-to-top img {
    height: 2.75rem;
    max-width: unset;
    width: 2.75rem; }

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) summary:focus {
  outline: none; }

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.detail-sections {
  margin-bottom: 2rem; }

.detail-section {
  border-top: 1px solid var(--sand);
  padding: 1rem 0; }
  .detail-section:last-child {
    border-bottom: 1px solid var(--sand); }

.detail-section__split {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .detail-section__split {
      display: grid;
      grid-template-columns: 2fr 1fr; } }

.detail-section__inner {
  padding: 1rem; }
  .detail-section__inner:not(:first-child) {
    border-top: 1px solid var(--sand); }
    @media only screen and (min-width: 768px) {
      .detail-section__inner:not(:first-child) {
        border-top: 0; } }

@media only screen and (min-width: 768px) {
  .detail-section__second {
    border-left: 1px solid var(--sand);
    padding-left: 1rem; } }

.checkbox-list .field > .field__item {
  background: url(../components/guides/images/check-icon.svg) no-repeat left 0.15rem/15px auto transparent;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem; }

.layout-container,
.region-utility-links,
.row {
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media only screen and (min-width: 880px) {
    .layout-container,
    .region-utility-links,
    .row {
      padding-left: 5rem;
      padding-right: 5rem; } }

body {
  font-family: 'DIN Next LT Pro', sans-serif; }

h1 {
  color: var(--blue);
  font-size: 2.125rem;
  margin: 0 0 2rem 0; }
  @media only screen and (min-width: 1024px) {
    h1 {
      font-size: 2.75rem; } }
  h1.page-title {
    margin-top: 3.125rem; }
    @media only screen and (min-width: 768px) {
      h1.page-title {
        text-align: center; } }

h2 {
  color: var(--blue);
  font-size: 1.625rem;
  margin: 0 0 1rem 0; }
  @media only screen and (min-width: 1024px) {
    h2 {
      font-size: 2.125rem; } }
  h2 a {
    color: var(--blue); }

p {
  line-height: 1.4;
  margin: 0; }
  p:not(:last-child) {
    margin-bottom: 1rem; }

.minor-title {
  color: var(--black);
  font-size: 1.375rem;
  font-weight: normal; }
  .minor-title a {
    color: var(--black);
    text-decoration: none; }

.minor-label {
  font-size: 1rem;
  font-weight: normal; }

.medium-title {
  color: var(--black);
  font-size: 1.625rem;
  font-weight: 500; }
  @media only screen and (min-width: 1024px) {
    .medium-title {
      font-size: 1.75rem; } }

.view-related-accommodations {
  margin-left: -.5rem;
  margin-right: -.5rem; }
  .view-related-accommodations .slick-list {
    min-width: 100%; }
  .view-related-accommodations .slick-track {
    display: flex !important; }
  .view-related-accommodations .slick-slide {
    height: inherit !important; }

.accommodation__item {
  margin: 0 .5rem 1rem;
  padding-bottom: .5rem; }

.accommodations-teaser__title {
  font-size: 1.25rem;
  margin: 1rem 0 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .accommodations-teaser__title {
      font-size: 1.375rem; } }

.accommodation__image {
  margin-bottom: 2rem; }

.full__name .page-title.accommodation__title {
  margin-bottom: 2rem; }

.banner-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw; }
  .banner-image img {
    -o-object-fit: cover;
       object-fit: cover; }

.banner-image--short img {
  height: 3.25rem; }
  @media only screen and (min-width: 880px) {
    .banner-image--short img {
      height: 5rem; } }
  @media only screen and (min-width: 1024px) {
    .banner-image--short img {
      height: unset;
      max-height: 16rem; } }

.banner-image--tall img {
  height: 12.5rem; }
  @media only screen and (min-width: 880px) {
    .banner-image--tall img {
      height: 18.75rem; } }
  @media only screen and (min-width: 1024px) {
    .banner-image--tall img {
      height: unset;
      max-height: 30rem; } }

.paragraph.paragraph--type--recent-3-blog-posts,
.blog__related {
  clear: both;
  padding: 6rem 0; }
  @media only screen and (max-width: 1023px) {
    .paragraph.paragraph--type--recent-3-blog-posts .card-grid,
    .paragraph.paragraph--type--recent-3-blog-posts .card-grid--blog-related .view-content,
    .blog__related .card-grid,
    .blog__related .card-grid--blog-related .view-content {
      grid-template-columns: 1fr; } }
  .paragraph.paragraph--type--recent-3-blog-posts h2,
  .blog__related h2 {
    text-align: center;
    margin-bottom: 2.5rem; }
  .paragraph.paragraph--type--recent-3-blog-posts .views-footer,
  .blog__related .views-footer {
    margin-top: 6.5rem; }
    @media only screen and (min-width: 1024px) {
      .paragraph.paragraph--type--recent-3-blog-posts .views-footer,
      .blog__related .views-footer {
        margin-top: 2.5rem; } }

.blog-teaser__main {
  flex: 1; }

.blog-teaser__image {
  margin: -1.25rem -1.25rem 0 -1.25rem; }

.blog__meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0 0.5rem 0;
  text-transform: uppercase;
  width: 100%; }
  .blog__meta .field--name-user-picture {
    border-radius: 100%;
    height: 1.75rem;
    margin-right: .5rem;
    overflow: hidden;
    width: 1.75rem; }

.blog__meta-author {
  align-items: center;
  display: flex; }

.card__item.blog__item--featured {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 768px) {
    .card__item.blog__item--featured {
      display: grid;
      gap: 1.875rem;
      grid-template-columns: 1fr 1fr;
      margin-bottom: 2.75rem; } }

@media only screen and (max-width: 1023px) {
  .view-id-blog.view-display-id-block_1 .blog__item,
  .view-id-blog.view-display-id-block_4 .blog__item {
    margin: 1rem;
    max-width: 25rem; } }

.page--blog h1.page-title {
  margin-bottom: 0; }

.blog-featured__main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.blog-featured__image {
  margin: -1.25rem -1.25rem 0 -1.25rem; }
  @media only screen and (min-width: 768px) {
    .blog-featured__image {
      margin: -1.25rem 0 -1.25rem -1.25rem; } }
  .blog-featured__image .field--name-field-image-media {
    height: 100%; }
    .blog-featured__image .field--name-field-image-media img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

@media only screen and (min-width: 768px) {
  .blog-featured__title {
    font-size: 2rem; } }

.page-node-type-article .region-content {
  margin-bottom: 4rem; }

.blog__image {
  margin-top: 2rem; }
  @media only screen and (min-width: 768px) {
    .blog__image {
      float: left;
      margin-top: 0;
      padding: 0 2rem 2rem 0;
      width: 50%; } }

.blog__title {
  margin-bottom: 0;
  text-align: left !important; }

.blog__subtitle {
  color: var(--black);
  font-weight: normal;
  margin-bottom: 0; }

.blog__body {
  margin-top: 2rem; }

.page-node-type-article .paragraph.blog__related {
  padding: 3.125rem 0; }

.block-system-breadcrumb-block {
  background-color: var(--sand);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw; }

.breadcrumb {
  font-size: .875rem;
  padding: 1.25rem 0;
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media only screen and (min-width: 880px) {
    .breadcrumb {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media only screen and (min-width: 768px) {
    .breadcrumb {
      font-size: 1rem; } }
  .breadcrumb ol {
    align-items: center;
    display: flex; }
  .breadcrumb li {
    align-items: center;
    border-bottom: 2px solid transparent;
    display: flex; }
    .breadcrumb li:not(:first-child) {
      margin-left: 2rem;
      position: relative; }
    .breadcrumb li:last-child {
      border-color: var(--blue);
      font-weight: bold; }
    .breadcrumb li::before {
      background: url(../components/breadcrumbs/images/breadcrumb-sep.svg) no-repeat center center/contain transparent;
      content: '';
      display: block;
      height: 1.25rem;
      left: -2.25rem;
      margin: 0 1rem;
      position: absolute;
      width: .625rem; }
  .breadcrumb a {
    color: var(--black);
    text-decoration: none; }

.card-grid,
.card-grid--infinite-scroll .views-infinite-scroll-content-wrapper,
.card-grid--blog-related .view-content {
  display: grid;
  gap: 1.125rem;
  grid-template-columns: repeat(1, 1fr); }
  @media only screen and (min-width: 768px) {
    .card-grid,
    .card-grid--infinite-scroll .views-infinite-scroll-content-wrapper,
    .card-grid--blog-related .view-content {
      gap: 1.875rem;
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (min-width: 1024px) {
    .card-grid,
    .card-grid--infinite-scroll .views-infinite-scroll-content-wrapper,
    .card-grid--blog-related .view-content {
      grid-template-columns: repeat(3, 1fr); } }

.card__item {
  background-color: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem; }

.views-infinite-scroll-content-wrapper {
  padding: 1rem 0 0 0; }

.pager[data-drupal-views-infinite-scroll-pager] {
  grid-column: view_content;
  margin: 0;
  padding: 0;
  text-align: center; }
  .pager[data-drupal-views-infinite-scroll-pager] a {
    border-bottom: 1px solid;
    color: var(--blue);
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase; }
    .pager[data-drupal-views-infinite-scroll-pager] a::before {
      background: url(../components/filters/images/load-more-icon.svg) no-repeat center center/contain transparent;
      content: '';
      display: block;
      height: 1rem;
      margin-bottom: 1rem;
      width: 100%; }

.page--contact .paragraph {
  padding-top: 0; }

.contact-form {
  margin: 0 auto;
  max-width: 33rem; }
  .contact-form label {
    color: var(--grey);
    display: block;
    font-size: .875rem;
    margin-bottom: .5rem;
    text-transform: uppercase; }
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form textarea {
    -webkit-appearance: none;
    border: 1px solid var(--black);
    border-radius: .25rem;
    box-shadow: none;
    margin-bottom: 1rem;
    padding: .5rem;
    transition: border-color 250ms ease;
    width: 100%; }
    .contact-form input[type="text"]:focus,
    .contact-form input[type="email"]:focus,
    .contact-form textarea:focus {
      border-color: var(--blue); }
  .contact-form #edit-preview,
  .contact-form #edit-cancel {
    display: none; }

@media only screen and (min-width: 1024px) {
  .layout-view-filters {
    display: grid;
    gap: 1.875rem;
    grid-template-columns: [view_filters] 1fr [view_content] 3fr; } }

.layout-view-filters .view-filters {
  grid-column: view_filters; }

@media only screen and (max-width: 1023px) {
  .layout-view-filters .view-filters {
    bottom: 0;
    height: 43px;
    left: 0;
    max-width: 90%;
    position: absolute;
    top: 20.5rem;
    width: 25rem;
    z-index: 5; } }
  @media only screen and (max-width: 1023px) and (min-width: 880px) {
    .layout-view-filters .view-filters {
      height: 43px; } }

@media only screen and (max-width: 1023px) {
    .filters-visible .layout-view-filters .view-filters {
      height: auto;
      overflow: unset; }
    .page--places .layout-view-filters .view-filters {
      top: 15rem; }
    .page--places.scrolling .layout-view-filters .view-filters {
      top: 11.7rem; }
  .layout-view-filters .filters__wrapper {
    bottom: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 2.5rem; }
    .filters-visible .layout-view-filters .filters__wrapper {
      display: block !important; }
    .layout-view-filters .filters__wrapper .views-exposed-form {
      background: var(--white);
      padding: 1rem 2rem; }
  .page--places .layout-view-filters .results-count {
    padding-left: 10rem; }
  .page--guides .layout-view-filters .results-count {
    padding-left: 5rem; } }

@media only screen and (max-width: 879px) {
  .page--places .layout-view-filters .view-filters {
    top: 195px; }
    .page--places .layout-view-filters .view-filters .filter-toggle--mobile {
      position: relative;
      top: -43px; }
    .page--places .layout-view-filters .view-filters .filters__wrapper {
      top: 0; }
  .page--places.scrolling .layout-view-filters .view-filters {
    top: 165px; }
  .page--guides .layout-view-filters .view-filters {
    top: 16rem; }
  .page--guides.scrolling .layout-view-filters .view-filters {
    top: 226px; }
  .page--places .layout-view-filters .results-count {
    padding-left: 5rem; }
  .page--guides .layout-view-filters .results-count {
    padding-left: 4rem; } }

@media only screen and (min-width: 1024px) {
  .layout-view-filters .filters__wrapper {
    display: block !important;
    opacity: 1 !important; } }

.layout-view-filters .view-content {
  grid-column: view_content;
  position: relative; }

.filter-toggle--mobile {
  align-items: center;
  background-color: var(--sand);
  border: 0;
  display: inline-flex;
  padding: .8rem 1.625rem; }
  @media only screen and (min-width: 1024px) {
    .filter-toggle--mobile {
      display: none; } }

.filter-label--desktop {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .filter-label--desktop {
      display: block; } }

.filter-label--tablet {
  display: none;
  color: var(--black);
  font-weight: bold;
  margin-left: 1rem;
  position: relative;
  text-transform: uppercase;
  top: 2px; }
  @media only screen and (min-width: 880px) {
    .filter-label--tablet {
      display: block; } }

.filter-toggle__icon {
  transition: transform 150ms ease;
  width: 1.125rem; }
  .filters-visible .filter-toggle__icon {
    transform: rotate(45deg); }

.views-exposed-form .form--inline {
  display: flex;
  flex-direction: column; }

.views-exposed-form .fieldgroup {
  border: 2px solid var(--sand); }

.views-exposed-form legend {
  border-bottom: 2px solid var(--sand);
  float: left;
  font-weight: normal;
  padding: 1rem;
  text-transform: uppercase;
  width: 100%; }

.views-exposed-form details {
  border: 2px solid var(--sand); }

.views-exposed-form summary {
  font-weight: normal;
  list-style-type: none;
  padding: 1rem;
  position: relative;
  text-transform: uppercase;
  width: 100%; }
  .views-exposed-form summary::-webkit-details-marker {
    display: none; }
  .views-exposed-form summary::marker {
    display: none; }
  .views-exposed-form summary input {
    background-color: transparent;
    border: 0;
    bottom: 0;
    padding: 0 1.5rem;
    position: absolute;
    right: 3rem;
    text-decoration: underline;
    top: 0; }
  .views-exposed-form summary::after {
    background: url(../base/images/select-list--arrow.svg) no-repeat center center/1.25rem auto transparent;
    border-left: 2px solid var(--sand);
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem; }
  .views-exposed-form summary[aria-expanded="true"]::after {
    transform: rotateX(180deg); }

.views-exposed-form .fieldset-wrapper {
  padding: 4rem 1rem 1rem; }

.views-exposed-form .form-item:not(:last-child) {
  margin-bottom: 1rem; }

.views-exposed-form details[open] summary {
  border-bottom: 2px solid var(--sand); }

.views-exposed-form details[open] summary::after {
  transform: rotateX(180deg); }

input[type='checkbox'] {
  position: absolute !important;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px; }

input[type='checkbox'] + label {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0 0 0 1.75rem; }
  input[type='checkbox'] + label::before {
    border: 2px solid var(--blue);
    background: white;
    content: '';
    cursor: pointer;
    height: 17px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 17px; }

input[type='checkbox']:checked + label::after {
  content: '';
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 4px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  height: 6px;
  width: 11px;
  transform: rotate(-45deg); }

.area__wrapper {
  margin: 3.125rem auto 6rem auto; }
  @media only screen and (min-width: 1024px) {
    .area__wrapper {
      display: grid;
      gap: 2rem;
      grid-template-columns: [guide_contact] 1fr [guide_profile] 1.15fr; } }
  @media only screen and (min-width: 1400px) {
    .area__wrapper {
      gap: 6.25rem; } }

@media only screen and (min-width: 768px) {
  .area__secondary-column {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr; } }

@media only screen and (min-width: 1024px) {
  .area__secondary-column {
    display: block; } }

.area__map {
  margin-bottom: 2.5rem; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-node-type-fishing-area .area__map,
  .page-node-type-fishing-area .geolocation-map-wrapper,
  .page-node-type-fishing-area .geolocation-map-container {
    height: 100% !important; }
  .page-node-type-fishing-area .geolocation-map-container {
    overflow: hidden; } }

.full__name h1.area__title {
  margin-bottom: 2rem; }

.area__special {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .area__special {
      width: 66%; } }
  .area__special p {
    font-style: italic; }

.special-title {
  font-size: 1.375rem;
  font-weight: normal; }
  .special-title::before {
    background: url(../components/guides/images/star-icon.svg) no-repeat left 0.15rem/contain transparent;
    content: '';
    display: inline-block;
    height: 2rem;
    margin-right: .5rem;
    position: relative;
    top: 0.1rem;
    vertical-align: bottom;
    width: 25px; }

.guide__counter-count {
  margin: 0; }

.guide__counter-text {
  color: var(--black);
  font-size: 1rem;
  font-weight: normal; }

.guide__view-link {
  font-weight: 500; }

.accommodations-link {
  line-height: 1.3;
  margin: 5rem auto 2.75rem auto;
  max-width: 18rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .accommodations-link {
      margin: 2.75rem auto; } }
  .accommodations-link a {
    white-space: normal; }

.area__regulations {
  margin-bottom: 2rem; }

.area__special {
  margin-bottom: 2.75rem; }

.area__return-link {
  display: flex;
  justify-content: center; }

.fishing-area__item {
  margin-bottom: 2rem;
  position: relative; }
  @media only screen and (max-width: 500px) {
    .fishing-area__item {
      padding: .75rem; }
      .fishing-area__item .teaser__title {
        font-size: 1rem; }
      .fishing-area__item .fishing-area-teaser__blurb {
        display: none;
        font-size: .75rem; }
      .fishing-area__item .fishing-area-teaser__meta {
        font-size: .75rem; } }
  @media only screen and (min-width: 880px) {
    .fishing-area__item {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr); } }

.fishing-area-teaser__meta .teaser__species-heading {
  margin-bottom: .5rem; }
  @media only screen and (max-width: 500px) {
    .fishing-area-teaser__meta .teaser__species-heading {
      margin-top: 0; } }

.fishing-area-teaser__meta .teaser__species-list {
  margin-bottom: 1rem; }

.fishing-area-teaser__image {
  height: 100px;
  margin-bottom: .75rem;
  margin-left: -.75rem;
  margin-right: -.75rem;
  margin-top: -.75rem; }
  @media only screen and (min-width: 500px) {
    .fishing-area-teaser__image {
      height: unset;
      margin-bottom: 1.125rem;
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      margin-top: -1.25rem; } }
  @media only screen and (min-width: 880px) {
    .fishing-area-teaser__image {
      margin-bottom: -1.25rem;
      margin-left: -1.25rem;
      margin-right: 0;
      margin-top: -1.25rem; } }
  .fishing-area-teaser__image article,
  .fishing-area-teaser__image div {
    height: 100%; }
  .fishing-area-teaser__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.map-legends-wrapper {
  margin-top: 2rem; }
  .map-legends-wrapper img {
    width: 45px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem; }
  .map-legends-wrapper h4 {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }

.page--places .geolocation-map-container {
  height: calc(100vh - 194px) !important; }
  @media only screen and (min-width: 880px) {
    .page--places .geolocation-map-container {
      height: calc(100vh - 272px) !important; } }
  @media only screen and (min-width: 1024px) {
    .page--places .geolocation-map-container {
      height: 50rem !important; } }

.page--places .gmnoprint.gm-bundled-control {
  top: unset !important; }

.page--places .paragraph--type--block {
  padding: 0; }
  @media only screen and (min-width: 1024px) {
    .page--places .paragraph--type--block {
      padding: 3.125rem 0; } }
  .page--places .paragraph--type--block > .field > .block > .views-element-container > .view-fishing-areas {
    margin: 0 -1.5rem; }
    @media only screen and (min-width: 880px) {
      .page--places .paragraph--type--block > .field > .block > .views-element-container > .view-fishing-areas {
        margin: 0 -5rem; } }
    @media only screen and (min-width: 1024px) {
      .page--places .paragraph--type--block > .field > .block > .views-element-container > .view-fishing-areas {
        margin: 0; } }

.page--places .gm-style .gm-style-iw-c {
  border-radius: 0;
  min-height: 250px;
  padding: 0 !important; }
  .page--places .gm-style .gm-style-iw-c img {
    background-color: var(--white); }
  @media only screen and (min-width: 880px) {
    .page--places .gm-style .gm-style-iw-c {
      min-height: unset; } }

.page--places .gm-style .gm-style-iw-d {
  margin-right: -1.1rem;
  min-height: 250px; }
  @media only screen and (min-width: 880px) {
    .page--places .gm-style .gm-style-iw-d {
      margin-bottom: -.75rem;
      margin-right: unset;
      min-height: unset; } }

.page--places .gm-style .fishing-area__item {
  margin-bottom: 0; }

.page--places .gm-style .card__item {
  box-shadow: none;
  max-width: 270px; }
  @media only screen and (min-width: 880px) {
    .page--places .gm-style .card__item {
      max-width: unset; } }

@media only screen and (max-width: 1023px) {
  .page--places .attachment-after {
    padding: 3.125rem 0;
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 880px) {
    .page--places .attachment-after {
      padding-left: 5rem;
      padding-right: 5rem; } }

.page--places .attachment-after .reset-filter {
  display: none; }

.view-fishing-areas .view-empty {
  min-height: 20rem;
  margin-left: 5rem;
  padding-top: 1rem;
  position: relative; }
  .view-fishing-areas .view-empty .area-empty-text {
    margin-top: 3rem;
    font-style: italic; }
  @media only screen and (min-width: 880px) {
    .view-fishing-areas .view-empty {
      margin-left: 10rem; } }
  @media only screen and (min-width: 1024px) {
    .view-fishing-areas .view-empty {
      margin-left: 0; } }

.reset-filter:not(.hidden) {
  display: none;
  position: absolute;
  right: 7rem;
  text-align: right;
  top: 0;
  width: 8rem;
  z-index: 10; }
  .view-empty .reset-filter:not(.hidden) {
    display: block;
    right: unset;
    top: 2.5rem;
    width: unset; }
  @media only screen and (min-width: 360px) {
    .reset-filter:not(.hidden) {
      display: block; }
      .view-empty .reset-filter:not(.hidden) {
        left: 12rem;
        top: 1rem; } }
  @media only screen and (min-width: 880px) {
    .reset-filter:not(.hidden) {
      left: 16rem;
      text-align: left;
      top: 0; }
      .view-empty .reset-filter:not(.hidden) {
        left: 12rem;
        top: 1rem; } }
  @media only screen and (min-width: 1024px) {
    .reset-filter:not(.hidden) {
      left: 7rem;
      top: 1rem; }
      .view-empty .reset-filter:not(.hidden) {
        left: 12rem; } }
  .reset-filter:not(.hidden) a {
    color: var(--black); }

#fishns-ui-tabs {
  margin-top: -3.1rem; }
  #fishns-ui-tabs li a.ui-tabs-anchor {
    align-items: center;
    display: flex; }
  #fishns-ui-tabs .tab-label {
    display: none;
    margin-left: .5rem; }
    @media only screen and (min-width: 880px) {
      #fishns-ui-tabs .tab-label {
        display: block; } }

.ui-widget-header {
  background: transparent;
  border: 0;
  padding: 0; }

.ui-widget.ui-widget-content {
  background-color: transparent;
  border: 0; }

.ui-widget-content a {
  color: inherit; }

.ui-tabs {
  border-radius: 0;
  padding: 0; }
  .ui-tabs .ui-tabs-panel {
    padding: 0; }
  .ui-tabs .ui-tabs-nav {
    display: flex;
    justify-content: flex-end;
    padding: 0; }
    .ui-tabs .ui-tabs-nav li {
      align-items: center;
      background: transparent;
      border: 1px solid var(--sand);
      border-radius: 0;
      display: flex;
      height: 2.65rem;
      margin: 0; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        background-color: var(--sand); }
      .ui-tabs .ui-tabs-nav li a {
        color: var(--black);
        display: block;
        font-size: 1rem;
        font-weight: bold;
        padding: 0 2rem;
        text-transform: uppercase; }

.page-footer {
  padding: 4rem 0 3rem;
  background-color: var(--blue);
  position: relative; }
  .page-footer::before {
    background-color: var(--blue);
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw; }
  .page-footer a.is-active {
    color: var(--white) !important; }

.region-footer {
  color: var(--white);
  display: flex;
  flex-flow: row wrap; }
  @media only screen and (min-width: 1400px) {
    .region-footer {
      flex-flow: row nowrap; } }
  .region-footer > div,
  .region-footer > nav {
    align-items: flex-start;
    border: 2px solid var(--white);
    display: flex;
    justify-content: flex-start;
    padding: 1.75rem; }
    @media only screen and (min-width: 980px) {
      .region-footer > div,
      .region-footer > nav {
        align-items: center;
        justify-content: center; } }
  .region-footer .region-footer-logo {
    border-bottom: 0;
    border-right: 2px solid var(--white);
    flex: 0 0 100%; }
    @media only screen and (min-width: 980px) {
      .region-footer .region-footer-logo {
        border-bottom: 2px solid var(--white);
        border-right: 0;
        flex: 1 1 16rem; } }
  .region-footer .region-footer-menu-second {
    flex: 1; }
  .region-footer a {
    color: var(--white); }
  .region-footer .social-link__facebook,
  .region-footer .social-link__instagram {
    fill: var(--white); }

.region-footer-menu-first {
  border-right: 2px solid var(--white) !important;
  flex: 1 0 auto; }
  .region-footer-menu-first ul.menu {
    justify-content: center; }
  @media only screen and (min-width: 1400px) {
    .region-footer-menu-first {
      border-right: 0 !important;
      flex: 1 1 auto; } }
  .region-footer-menu-first .menu-item:not(:last-child) {
    border-right: 2px solid var(--white);
    margin-right: 1rem !important;
    padding-right: 1rem; }
    @media only screen and (min-width: 980px) {
      .region-footer-menu-first .menu-item:not(:last-child) {
        border-right: 0;
        padding-right: 0; } }

.page-footer .region-footer-menu-second {
  border-top: 0;
  flex: 1 0 100%;
  flex-direction: column; }
  .page-footer .region-footer-menu-second .menu--main {
    flex: 1 0 auto; }
  .page-footer .region-footer-menu-second ul.menu {
    align-items: baseline;
    flex-direction: column;
    justify-content: flex-start; }
    @media only screen and (min-width: 980px) {
      .page-footer .region-footer-menu-second ul.menu {
        align-items: center;
        flex-direction: row; } }
    @media only screen and (min-width: 1400px) {
      .page-footer .region-footer-menu-second ul.menu {
        justify-content: flex-end; } }
    .page-footer .region-footer-menu-second ul.menu .menu-item {
      margin-bottom: .75rem;
      margin-right: 0; }
      @media only screen and (min-width: 980px) {
        .page-footer .region-footer-menu-second ul.menu .menu-item {
          margin-bottom: 0;
          margin-right: 2.5rem; } }
    .page-footer .region-footer-menu-second ul.menu .block-fixed-block-contentsocial-links {
      margin-left: 1.75rem; }
      @media only screen and (min-width: 1400px) {
        .page-footer .region-footer-menu-second ul.menu .block-fixed-block-contentsocial-links {
          margin-left: 3.75rem; } }
  @media only screen and (min-width: 980px) {
    .page-footer .region-footer-menu-second {
      flex-direction: row; } }
  @media only screen and (min-width: 1400px) {
    .page-footer .region-footer-menu-second {
      border-top: 2px solid var(--white);
      flex: 1 1 auto; } }

.region-utility-links {
  color: var(--white);
  padding: 2rem 0; }
  @media only screen and (min-width: 980px) {
    .region-utility-links {
      display: flex;
      justify-content: center; } }
  .region-utility-links a {
    color: var(--white); }

@media only screen and (min-width: 980px) {
  .menu--utility-links {
    margin-left: 2rem; } }

.menu--utility-links .menu {
  display: inline-flex;
  margin: 0; }

.menu--utility-links .menu-item {
  padding-top: .1rem; }
  .menu--utility-links .menu-item:not(:last-child) {
    margin-right: 1rem; }

.menu--utility-links a {
  font-weight: bold;
  text-decoration: none; }

/* Slider */
.slick-slider {
  align-items: center;
  position: relative;
  display: flex;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-lightbox .slick-slider {
    display: block; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    align-items: center;
    display: flex;
    justify-content: center; }
    .slick-lightbox .slick-initialized .slick-slide {
      display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../lib/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../lib/slick/fonts/slick.eot");
  src: url("../lib/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../lib/slick/fonts/slick.woff") format("woff"), url("../lib/slick/fonts/slick.ttf") format("truetype"), url("../lib/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  background: url(../components/gallery/images/gallery-prev--icon.svg) no-repeat center center/1.125rem auto transparent;
  border: 0;
  color: transparent;
  height: 3.875rem;
  overflow: hidden;
  position: absolute;
  width: 3.125rem;
  z-index: 5; }
  .slick-lightbox .slick-prev, .slick-lightbox
  .slick-next {
    top: calc(50% - 25px); }

.slick-next {
  background-image: url(../components/gallery/images/gallery-next--icon.svg);
  right: 0; }

.view-related-accommodations .slick-prev,
.view-related-accommodations .slick-next,
.view-id-blog .slick-prev,
.view-id-blog .slick-next {
  background: url(../components/gallery/images/gallery-prev--icon--dark.svg) no-repeat center center/1.125rem auto transparent;
  border: 0;
  bottom: -4.4rem;
  color: transparent;
  height: 3.875rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 3.125rem;
  z-index: 5; }
  @media only screen and (min-width: 768px) {
    .view-related-accommodations .slick-prev,
    .view-related-accommodations .slick-next,
    .view-id-blog .slick-prev,
    .view-id-blog .slick-next {
      left: 25%; } }

.view-related-accommodations .slick-next,
.view-id-blog .slick-next {
  background-image: url(../components/gallery/images/gallery-next--icon--dark.svg);
  left: unset;
  right: 0; }
  @media only screen and (min-width: 768px) {
    .view-related-accommodations .slick-next,
    .view-id-blog .slick-next {
      right: 25%; } }

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

.slick-dots {
  position: absolute;
  bottom: -3rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: url(../components/gallery/images/dot.svg) no-repeat center center/contain transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
    .slick-dots li.slick-active button {
      background-image: url(../components/gallery/images/dot--active.svg); }

.accommodations-count {
  display: flex;
  justify-content: center;
  margin-top: 5rem; }

.accommodations-count--small {
  display: flex; }
  @media only screen and (min-width: 768px) {
    .accommodations-count--small {
      display: none; } }

.accommodations-count--large {
  display: none; }
  @media only screen and (min-width: 768px) {
    .accommodations-count--large {
      display: flex; } }

.media--type-remote-video,
.media--type-remote-video iframe {
  width: 100%; }

.guide__wrapper {
  margin: 3.125rem auto 6rem auto;
  max-width: 1000px; }
  @media only screen and (min-width: 1024px) {
    .guide__wrapper {
      display: grid;
      gap: 5.125rem;
      grid-template-columns: [guide_contact] 1fr [guide_profile] 2fr; } }

.guide__contact-column {
  font-size: 1.125rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .guide__contact-column {
      display: grid;
      font-size: 1.25rem;
      gap: 1.5rem;
      grid-template-columns: 1fr 1fr;
      text-align: left; } }
  @media only screen and (min-width: 1024px) {
    .guide__contact-column {
      align-items: center;
      display: flex;
      flex-direction: column;
      grid-column: guide_contact;
      text-align: center; } }
  .guide__contact-column .contact-link {
    margin-bottom: 1rem; }

.guide__contact-info {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .guide__contact-info {
      align-items: flex-start; } }
  @media only screen and (min-width: 1024px) {
    .guide__contact-info {
      align-items: center; } }

.guide__phone a {
  color: var(--black);
  text-decoration: none; }

.guide__phone-address-wrapper {
  margin: 0 0 2rem 0; }
  .guide__phone-address-wrapper p.address {
    display: inline; }
    .guide__phone-address-wrapper p.address br {
      display: none; }
  .guide__phone-address-wrapper .administrative-area,
  .guide__phone-address-wrapper .postal-code,
  .guide__phone-address-wrapper .country {
    display: none; }

.guide__social {
  display: flex;
  justify-content: center; }
  .guide__social a {
    background: no-repeat center center / 100% auto transparent;
    display: block;
    height: 2rem;
    margin: 1.25rem .5rem 0;
    overflow: hidden;
    text-indent: 5rem;
    width: 2rem; }
  .guide__social .field--name-field-facebook a {
    background-image: url(../components/guides/images/social--facebook.png); }
  .guide__social .field--name-field-instagram a {
    background-image: url(../components/guides/images/social--instagram.png); }
  .guide__social .field--name-field-twitter a {
    background-image: url(../components/guides/images/social--twitter.png); }
  .guide__social .field--name-field-linkedin a {
    background-image: url(../components/guides/images/social--linkedin.png); }

.guide__profile-column {
  grid-column: guide_profile; }

.full__name .page-title {
  margin-bottom: 0;
  text-align: left; }

.guide__company {
  color: var(--black);
  font-size: 1.125rem;
  margin-bottom: 3.125rem;
  font-weight: normal; }
  @media only screen and (min-width: 768px) {
    .guide__company {
      font-size: 1.375rem; } }

.guide__bio {
  margin-bottom: 2rem; }

.guide__gear {
  margin-bottom: 2rem;
  display: none; }
  .guide__gear .field__item {
    display: inline; }
    .guide__gear .field__item:not(:last-child)::after {
      content: ', '; }

@media only screen and (min-width: 1400px) {
  .guide__related-areas {
    margin-right: -7.5rem; } }

.species-title::before {
  background: url(../components/guides/images/fish-icon.svg) no-repeat left 0.15rem/34px auto transparent;
  content: '';
  display: inline-block;
  height: 1.5rem;
  margin-right: .5rem;
  position: relative;
  top: 0.3rem;
  width: 34px; }

.services-title::before {
  background: url(../components/guides/images/bell-icon.svg) no-repeat left 0.15rem/20px auto transparent;
  content: '';
  display: inline-block;
  height: 1.5rem;
  margin-right: .5rem;
  position: relative;
  top: 0.2rem;
  width: 20px; }

.guide__services {
  font-weight: bold; }

.credentials-title::before {
  background: url(../components/guides/images/shield-icon.svg) no-repeat left 0.15rem/18px auto transparent;
  content: '';
  display: inline-block;
  height: 1.5rem;
  margin-right: .5rem;
  position: relative;
  top: 0.2rem;
  width: 20px; }

.credential-description {
  font-weight: normal; }

.related-areas-title::before {
  background: url(../components/guides/images/marker-icon.svg) no-repeat left 0.15rem/16px auto transparent;
  content: '';
  display: inline-block;
  height: 1.5rem;
  margin-right: .5rem;
  position: relative;
  top: 0.1rem;
  width: 20px; }

.guides-title::before {
  background: url(../components/guides/images/magnify-icon.svg) no-repeat left 0.15rem/30px auto transparent;
  content: '';
  display: inline-block;
  height: 2rem;
  margin-right: .5rem;
  position: relative;
  top: 0.1rem;
  vertical-align: bottom;
  width: 32px; }

.accommodations-title::before {
  background: url(../components/guides/images/hat-icon.svg) no-repeat left 0.15rem/30px auto transparent;
  content: '';
  display: inline-block;
  height: 1.5rem;
  margin-right: .5rem;
  position: relative;
  top: 0.1rem;
  width: 32px; }

.teaser__species-heading {
  font-weight: bold;
  text-transform: uppercase; }
  .teaser__species-heading::before {
    background: url(../components/guides/images/fish-icon.svg) no-repeat left 0.15rem/auto auto transparent;
    content: '';
    display: inline-block;
    height: 1rem;
    margin-right: .25rem;
    position: relative;
    top: .1rem;
    width: 1.5rem; }

.guides__return-link {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem; }

.page--guides .paragraph--type--block {
  padding-top: 0; }

.page--guides .page-title {
  margin-bottom: 2rem; }
  @media only screen and (max-width: 400px) {
    .page--guides .page-title {
      font-size: 1.725rem; } }
  @media only screen and (min-width: 768px) {
    .page--guides .page-title {
      margin-bottom: 1rem; } }
  @media only screen and (min-width: 1028px) {
    .page--guides .page-title {
      margin-bottom: 3.75rem; } }

@media only screen and (max-width: 1027px) {
  .page--guides .reset-filter {
    left: unset;
    right: 0;
    text-align: right; } }

.guide__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center; }

.field--name-field-guide-image {
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem; }

.teaser__title {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: .5rem; }
  .teaser__title a {
    text-decoration: none;
    border-bottom: 1px solid; }

.guide-teaser__main {
  flex: 1; }

.teaser__species-list .field__item {
  display: inline;
  white-space: nowrap; }
  .teaser__species-list .field__item:not(:last-child)::after {
    content: ','; }

.block-system-main-block .view-location-guides {
  margin: 3.125rem 0; }

.guide__insurance-view {
  min-height: 1.5rem;
  position: relative;
  top: 0;
  width: 100%; }
  .card__item .guide__insurance-view {
    top: -1.25rem; }

.plan-insurance .guide__insurance-view p {
  background: var(--blue);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: var(--white);
  left: -1.25rem;
  padding: .25rem;
  position: absolute;
  right: -1.25rem;
  text-align: center; }
  .plan-insurance .guide__insurance-view p::before {
    background: url(../components/guides/images/info-icon.svg) no-repeat center center/100% auto transparent;
    content: '';
    display: inline-block;
    height: .875rem;
    margin-right: 0.25rem;
    position: relative;
    top: 1px;
    width: .875rem; }

.views-exposed-form-guides-block-guides .filter-gear-wrapper {
  display: none; }

.paragraph.paragraph--type--instagram {
  padding: 6rem 0; }
  .paragraph.paragraph--type--instagram h2 {
    text-align: center;
    margin-bottom: 2.5rem; }

.instagram-feed {
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(3, 1fr); }
  @media only screen and (min-width: 1024px) {
    .instagram-feed {
      gap: 1rem;
      grid-template-columns: repeat(5, 1fr); } }

.instagram_profile {
  background-color: var(--sand);
  position: relative; }
  .instagram_profile img {
    display: none; }

.instagram_username {
  align-items: center;
  bottom: 0;
  display: flex;
  font-size: 1.15rem;
  justify-content: center;
  left: 0;
  margin: 0 !important;
  padding: 1rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  @media only screen and (min-width: 768px) {
    .instagram_username {
      font-size: 1.625rem; } }
  .instagram_username a {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.instagram-feed a:nth-child(2) {
  order: 1; }

.instagram-feed .instagram_profile {
  order: 2; }

.instagram-feed a:nth-child(3) {
  order: 3; }

.instagram-feed a:nth-child(4) {
  order: 4; }

.instagram-feed a:nth-child(5) {
  order: 5; }

.instagram-feed a:nth-child(6) {
  order: 6; }

.instagram-feed a:nth-child(7) {
  display: none; }

.instagram-feed a:nth-child(8) {
  display: none; }

.instagram-feed a:nth-child(9) {
  display: none; }

.instagram-feed a:nth-child(10) {
  display: none; }

@media only screen and (min-width: 1024px) {
  .instagram-feed a:nth-child(2) {
    order: 1; }
  .instagram-feed a:nth-child(3) {
    order: 2; }
  .instagram-feed .instagram_profile {
    order: 3; }
  .instagram-feed a:nth-child(4) {
    order: 4; }
  .instagram-feed a:nth-child(5) {
    order: 5; }
  .instagram-feed a:nth-child(6) {
    order: 6; }
  .instagram-feed a:nth-child(7) {
    display: block;
    order: 7; }
  .instagram-feed a:nth-child(8) {
    display: block;
    order: 8; }
  .instagram-feed a:nth-child(9) {
    display: block;
    order: 9; }
  .instagram-feed a:nth-child(10) {
    display: block;
    order: 10; } }

.fishns-interactive-map-wrapper {
  position: relative; }

.fishns-map-info {
  background: #ffffff;
  padding: 10px;
  position: static;
  text-align: center;
  font-weight: 700;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 1;
  display: none; }
  @media only screen and (min-width: 768px) {
    .fishns-map-info {
      position: absolute; } }
  .fishns-map-info #close-btn {
    cursor: pointer;
    font-weight: normal;
    opacity: 0.5;
    position: absolute;
    right: .25rem;
    top: .25rem;
    transition: opacity 250ms ease; }
    .fishns-map-info #close-btn:hover {
      opacity: 1; }

.path.map-region-area.region-selected {
  fill: #2a4b2c; }

.fishns-map-info.show-info {
  display: block; }

.fishns-map-info.fishns-map-info__cape_breton {
  top: 20px;
  right: 16%; }

.fishns-map-info.fishns-map-info__guysborough_pictou_antigonish {
  right: 0;
  bottom: unset;
  top: 40%; }

.fishns-map-info.fishns-map-info__halifax {
  left: 45%;
  top: 60%;
  bottom: unset; }

.fishns-map-info.fishns-map-info__fundy_annapolis_valley {
  top: 110px;
  left: 28px; }

.fishns-map-info.fishns-map-info__north_shore_fundy {
  top: 180px;
  left: 28px; }

.fishns-map-info.fishns-map-info__southwest {
  bottom: 30px;
  left: 75px; }

header[role="banner"] {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20; }

.region-header__wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transition: background-color 350ms ease;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw; }
  .nav-active .region-header__wrapper,
  .scrolling .region-header__wrapper {
    background-color: var(--sand__light); }
  body:not(.path-frontpage) .region-header__wrapper {
    background-color: var(--sand__light); }

.region-header {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: [header_logo] 1fr [header_menu] 2.5rem;
  height: 100px;
  padding: 1.5rem 0;
  position: relative;
  transition: padding 350ms ease;
  z-index: 1;
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media only screen and (min-width: 880px) {
    .region-header {
      padding-left: 5rem;
      padding-right: 5rem; } }
  .scrolling .region-header {
    height: 70px;
    padding-bottom: .75rem;
    padding-top: .75rem; }
  @media only screen and (min-width: 880px) {
    .region-header {
      display: block;
      height: auto;
      padding-bottom: 2.5rem; }
      .scrolling .region-header {
        height: auto; } }
  @media only screen and (min-width: 1260px) {
    .region-header {
      display: grid;
      grid-template-columns: [header_logo] 21rem [header_menu] 1fr;
      padding-bottom: 1.5rem; } }
  .region-header a {
    color: var(--black); }
  @media only screen and (min-width: 1260px) {
    .region-header .menu--main ul.menu {
      margin-top: .5rem;
      transition: margin-top 350ms ease; }
      .scrolling .region-header .menu--main ul.menu {
        margin-top: -0.025rem; } }
  .region-header .menu--main,
  .region-header .block-fixed-block-contentsocial-links {
    display: none;
    justify-content: flex-end; }
    @media only screen and (min-width: 880px) {
      .region-header .menu--main,
      .region-header .block-fixed-block-contentsocial-links {
        display: flex; } }
    .region-header .menu--main ul.menu,
    .region-header .block-fixed-block-contentsocial-links ul.menu {
      justify-content: space-between; }
      @media only screen and (min-width: 1260px) {
        .region-header .menu--main ul.menu,
        .region-header .block-fixed-block-contentsocial-links ul.menu {
          justify-content: flex-end;
          width: auto; } }

.block-system-branding-block {
  display: flex;
  justify-content: flex-start;
  margin: 0.45rem auto 1.05rem;
  width: 100%; }
  .block-system-branding-block img {
    max-width: 292px;
    transition: transform 350ms ease;
    transform-origin: center;
    transform: scale(1);
    width: 100%; }
    @media only screen and (min-width: 880px) {
      .scrolling .block-system-branding-block img {
        transform: scale(0.75); } }
  @media only screen and (min-width: 380px) {
    .block-system-branding-block {
      margin: 0 auto 1.5rem; }
      .scrolling .block-system-branding-block {
        margin-bottom: .75rem; } }
  @media only screen and (min-width: 880px) {
    .block-system-branding-block {
      justify-content: center; } }
  @media only screen and (min-width: 1260px) {
    .block-system-branding-block {
      grid-column: header_logo;
      justify-content: flex-start;
      margin-bottom: 0;
      max-width: unset; }
      .scrolling .block-system-branding-block {
        margin-bottom: 0; } }

.region-header-menu {
  display: none;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 880px) {
    .region-header-menu {
      display: flex; } }
  @media only screen and (min-width: 1260px) {
    .region-header-menu {
      justify-content: flex-end; } }
  .region-header-menu a:hover {
    color: var(--blue); }

.menu--main,
.menu--footer {
  align-items: center;
  grid-column: header_menu; }
  .menu--main ul.menu,
  .menu--footer ul.menu {
    align-items: center;
    display: flex;
    margin: 0;
    width: 100%; }
  .menu--main .menu-item,
  .menu--footer .menu-item {
    white-space: nowrap; }
    @media only screen and (min-width: 880px) {
      .menu--main .menu-item:not(:last-child),
      .menu--footer .menu-item:not(:last-child) {
        margin-right: 2.5rem; } }
    .toolbar .menu--main .menu-item:not(:last-child), .toolbar
    .menu--footer .menu-item:not(:last-child) {
      margin-right: 0; }
    .menu--main .menu-item a,
    .menu--footer .menu-item a {
      font-size: 1rem;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase; }
  .menu--main ul.menu a.is-active,
  .menu--footer ul.menu a.is-active {
    color: inherit; }
  .menu--main .menu-item--active-trail a,
  .menu--footer .menu-item--active-trail a {
    border-bottom: 2px solid var(--blue); }

.region-header-menu .block-fixed-block-contentsocial-links {
  display: flex; }
  @media only screen and (min-width: 880px) {
    .region-header-menu .block-fixed-block-contentsocial-links {
      margin-left: 3.75rem; } }

.region-footer .block-fixed-block-contentsocial-links {
  display: flex; }

.social-link {
  display: block;
  margin: 0 .75rem; }
  .social-link:first-child {
    margin-left: 0; }
  .social-link:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 1260px) {
    .social-link {
      margin-top: .5rem; }
      .scrolling .social-link {
        margin-top: 0.275rem; } }
  .social-link img {
    height: 1.5rem;
    width: 1.5rem; }

.mobile-controls__wrapper {
  display: block;
  grid-column: header_menu; }
  @media only screen and (min-width: 880px) {
    .mobile-controls__wrapper {
      display: none; } }

#menu-btn {
  background-color: transparent;
  border: 0;
  font-family: var(--sans);
  margin-top: 1rem;
  padding: 0;
  text-transform: uppercase; }

.mobile-menu__wrapper {
  margin-top: 5rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5rem);
  transition: transform 350ms ease, opacity 350ms ease; }
  .scrolling .mobile-menu__wrapper {
    margin-top: 3.5rem; }
  @media only screen and (min-width: 480px) {
    .mobile-menu__wrapper {
      margin-top: 6.2rem; } }
  @media only screen and (min-width: 880px) {
    .mobile-menu__wrapper {
      display: none; } }
  .nav-active .mobile-menu__wrapper {
    opacity: 1 !important;
    pointer-events: auto;
    transform: translateY(0) !important; }
  .mobile-menu__wrapper ul.menu {
    align-items: flex-end;
    flex-direction: column;
    margin-top: 1rem;
    padding: 0 1.5rem; }
    .mobile-menu__wrapper ul.menu .menu-item {
      margin: 1rem 0; }
      .mobile-menu__wrapper ul.menu .menu-item:first-child {
        margin-top: 0; }
    .mobile-menu__wrapper ul.menu a {
      color: var(--black); }
  .mobile-menu__wrapper .block-fixed-block-contentsocial-links {
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem; }

.expand-control {
  display: block;
  transition: transform 250ms ease; }
  .mobile-menu__close .expand-control {
    transform: rotate(45deg); }

.nav-close {
  position: absolute;
  right: 0;
  padding: .25rem 1rem;
  top: -.5rem;
  font-size: 2.5rem;
  border: 0;
  background: transparent; }

.mobile-menu__wrapper {
  background: var(--sand__light);
  max-width: 100%;
  width: 100vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20; }

.mobile-menu .menu {
  color: var(--black);
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .mobile-menu .menu li {
    border-bottom: 1px solid #cdcdcd;
    font-size: 1.5rem;
    font-weight: 500;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 1.25rem 3rem 1.25rem 1rem;
    position: relative; }
  .mobile-menu .menu a {
    color: var(--black);
    display: block;
    text-decoration: none; }

.mobile-menu .menu-item--expanded {
  cursor: pointer; }
  .mobile-menu .menu-item--expanded span {
    display: block; }
  .mobile-menu .menu-item--expanded .menu {
    display: none;
    margin-left: -1rem;
    margin-right: -3rem;
    position: relative;
    top: 1.25rem;
    background: #f6f6f6; }
    .mobile-menu .menu-item--expanded .menu.mobile-menu__show {
      display: block; }
    .mobile-menu .menu-item--expanded .menu li {
      border: 0;
      border-top: 1px solid #cdcdcd;
      padding-left: 3rem; }

.mobile-menu__expand {
  background-color: var(--white);
  border: 0;
  border-left: 1px solid #cdcdcd;
  display: inline-block;
  font-size: 2.5rem;
  height: 3rem;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: .5rem;
  width: 4rem; }

.mobile-menu__close {
  color: var(--black); }

.hamburger {
  align-items: center;
  display: flex;
  text-decoration: none; }

.hamburger__label {
  color: var(--black);
  font-size: 1rem;
  line-height: 1.214;
  margin-left: 0.5rem;
  position: relative;
  top: 0.1rem; }
  @media only screen and (min-width: 480px) {
    .hamburger__label {
      font-size: 1.5rem; } }

.hamburger__icon {
  margin-bottom: .4375rem;
  margin-right: 0;
  margin-top: .4375rem;
  position: relative; }

.hamburger__icon, .hamburger__icon::before,
.hamburger__icon::after {
  background-color: var(--blue);
  display: block;
  height: 3px;
  transition-duration: 0.4s;
  transition-property: background-color, transform;
  width: 2.5rem; }

.hamburger__icon::before,
.hamburger__icon::after {
  content: "";
  position: absolute; }

.hamburger__icon::before {
  top: -0.7625rem; }

.hamburger__icon::after {
  top: 0.7625rem; }

.nav-active .hamburger .hamburger__icon {
  background-color: transparent; }

.nav-active .hamburger .hamburger__icon::before,
.nav-active .hamburger .hamburger__icon::after {
  /*background-color: var(--white);*/ }

.nav-active .hamburger .hamburger__icon::before {
  transform: translateY(0.7625rem) rotate(45deg); }

.nav-active .hamburger .hamburger__icon::after {
  transform: translateY(-0.7625rem) rotate(-45deg); }

.paragraph {
  padding: 3.125rem 0; }
  .page-node-type-article .paragraph {
    margin: 0 0 1rem 0;
    padding: 0; }
  .paragraph.shaded {
    background-color: var(--sand__light);
    position: relative; }
    .paragraph.shaded::before {
      background-color: var(--sand__light);
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      z-index: -1;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw; }

.paragraph--type--q-and-a {
  border-top: 2px solid #e6e6e6;
  padding: 0; }
  .paragraph--type--q-and-a:last-child {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 6rem; }
  .paragraph--type--q-and-a details {
    border: 0;
    margin: 0;
    padding: 0; }
  .paragraph--type--q-and-a summary {
    font-size: 1rem;
    list-style-type: none;
    padding: 1rem 2rem 1rem 0;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .paragraph--type--q-and-a summary {
        font-size: 1.25rem;
        padding: 1.5rem 2.5rem 1.5rem 1.5rem; } }
    @media only screen and (min-width: 1024px) {
      .paragraph--type--q-and-a summary {
        font-size: 1.5rem;
        padding: 2rem 3rem 2rem 2rem; } }
    .paragraph--type--q-and-a summary::-webkit-details-marker {
      display: none; }
    .paragraph--type--q-and-a summary::marker {
      display: none; }
    .paragraph--type--q-and-a summary::after {
      background: url(../components/paragraphs/faq/images/large-plus-icon.svg) no-repeat center center/contain transparent;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 1.5rem; }
      @media only screen and (min-width: 768px) {
        .paragraph--type--q-and-a summary::after {
          width: 2rem; } }
      @media only screen and (min-width: 1024px) {
        .paragraph--type--q-and-a summary::after {
          width: 2.5rem; } }
  .paragraph--type--q-and-a .field--name-field-answer {
    padding: 0 0 1rem 0; }
    @media only screen and (min-width: 768px) {
      .paragraph--type--q-and-a .field--name-field-answer {
        padding: 0 1.5rem 1.5rem; } }
    @media only screen and (min-width: 1024px) {
      .paragraph--type--q-and-a .field--name-field-answer {
        padding: 0 2rem 2rem; } }
  .paragraph--type--q-and-a details[open] summary::after {
    transform: rotate(45deg); }

.paragraph--type--home-page-header {
  height: 100vh;
  margin-top: -100px;
  max-height: -webkit-fill-available;
  min-height: 515px;
  padding: 0;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw; }
  @media only screen and (min-width: 880px) {
    .paragraph--type--home-page-header {
      margin-top: -159px; } }
  @media only screen and (min-width: 1260px) {
    .paragraph--type--home-page-header {
      margin-top: -90px; } }
  .paragraph--type--home-page-header .field--name-field-hero-media-image img {
    height: 100vh;
    max-height: -webkit-fill-available;
    min-height: 515px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (min-width: 1366px) {
      .paragraph--type--home-page-header .field--name-field-hero-media-image img {
        min-height: 40rem;
        max-height: none; } }

.fishns-search-filters-wrapper {
  display: flex;
  flex: 1 0 3.75rem;
  flex-direction: column; }
  @media only screen and (min-width: 880px) {
    .fishns-search-filters-wrapper {
      flex-direction: row; } }
  .fishns-search-filters-wrapper .form-item {
    flex: 1;
    margin-top: 0; }
    @media only screen and (min-width: 880px) {
      .fishns-search-filters-wrapper .form-item:not(:first-child) {
        margin-left: 1rem; } }

.fishing-areas-widget {
  bottom: 4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 5.5rem; }
  @media only screen and (min-width: 880px) {
    .fishing-areas-widget {
      top: 10rem; } }
  @media only screen and (min-width: 1260px) {
    .fishing-areas-widget {
      top: 6.75rem; } }
  @media only screen and (min-width: 1400px) {
    .fishing-areas-widget {
      top: 8.75rem; } }
  .fishing-areas-widget h2 {
    flex: 1 0 auto; }
    @media only screen and (max-width: 879px) {
      .fishing-areas-widget h2 {
        font-size: 1.5rem; } }
  .fishing-areas-widget .fish-ns-search-form-actions {
    align-items: flex-start;
    display: flex;
    flex: 1 0 3.125rem;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0; }
    @media only screen and (min-width: 880px) {
      .fishing-areas-widget .fish-ns-search-form-actions {
        align-items: center;
        flex-direction: row;
        margin-top: 0.6rem; } }
    .fishing-areas-widget .fish-ns-search-form-actions input {
      margin-top: 1rem;
      display: block; }
      @media only screen and (min-width: 400px) {
        .fishing-areas-widget .fish-ns-search-form-actions input {
          display: inline-block; } }
      @media only screen and (min-width: 880px) {
        .fishing-areas-widget .fish-ns-search-form-actions input {
          margin-top: -6px; } }
  .fishing-areas-widget .more-link {
    margin-right: 1rem; }

.fishing-areas-widget__inner {
  display: flex;
  max-height: 100%; }
  @media only screen and (max-width: 879px) {
    .fishing-areas-widget__inner {
      margin-left: -1.5rem; } }

.block-fishns-visual-search-filters {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  width: 100%;
  min-height: 30rem; }
  @media only screen and (min-width: 880px) {
    .block-fishns-visual-search-filters {
      padding: 2.75rem;
      width: unset; } }
  @media only screen and (min-width: 1024px) {
    .block-fishns-visual-search-filters {
      padding: 1.75rem; } }
  @media only screen and (min-width: 1400px) {
    .block-fishns-visual-search-filters {
      padding: 2.75rem; } }

@media only screen and (min-width: 880px) {
  .visual-search-filters-form {
    display: flex;
    flex-direction: column;
    overflow: hidden; } }

.fish-ns-regions-wrapper {
  display: block !important; }
  @media only screen and (min-width: 880px) {
    .fish-ns-regions-wrapper {
      display: none !important; } }

.fishns-search-map-wrapper {
  border: 2px solid var(--sand);
  display: none;
  flex: 0 1 auto;
  flex-direction: column;
  overflow: hidden; }
  @media only screen and (min-width: 880px) {
    .fishns-search-map-wrapper {
      display: flex; } }
  .fishns-search-map-wrapper svg {
    max-height: 200px; }

.fishns-filter-instruction {
  border-top: 2px solid var(--sand);
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  padding: 0.8rem 1rem; }
  .fishns-filter-instruction p {
    text-transform: uppercase; }
    .fishns-filter-instruction p::before {
      background: url(../components/paragraphs/home-header/images/pin.svg) no-repeat left center/auto 100% transparent;
      content: '';
      display: inline-block;
      height: 1.5rem;
      margin-right: .5rem;
      vertical-align: sub;
      width: 1rem; }

.scroll-prompt {
  bottom: .5rem;
  display: flex;
  justify-content: center;
  left: calc(50% - 5rem);
  position: absolute;
  width: 10rem;
  z-index: 100; }
  @media only screen and (min-width: 375px) {
    .scroll-prompt {
      bottom: 3.5rem; } }
  @media only screen and (min-width: 880px) {
    .scroll-prompt {
      bottom: .5rem; } }
  .scroll-prompt a {
    display: block;
    padding: 1rem; }
  .scroll-prompt img {
    width: 2rem; }

@media only screen and (min-width: 768px) {
  .paragraph--type--image-and-text-side-by-side {
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr 1fr; } }

.paragraph--type--image-and-text-side-by-side .ti__image {
  order: 1;
  margin: 2rem 0; }
  @media only screen and (min-width: 1024px) {
    .paragraph--type--image-and-text-side-by-side .ti__image {
      margin: 0 !important; } }
  .paragraph--type--image-and-text-side-by-side .ti__image .field--name-field-media {
    width: 100%; }
  .paragraph--type--image-and-text-side-by-side .ti__image img {
    display: block; }

.paragraph--type--image-and-text-side-by-side.text-left .ti__image {
  order: 2; }

.paragraph--type--image-and-text-side-by-side .ti__text {
  order: 2; }

.paragraph--type--image-and-text-side-by-side.text-left .ti__text {
  order: 1; }

.ti__text,
.ti__image {
  display: flex;
  align-items: flex-start; }
  @media only screen and (min-width: 1024px) {
    .ti__text,
    .ti__image {
      align-items: center; } }

.para__title,
.ti__description {
  margin-bottom: 2rem; }

.paragraph--type--intro-and-three-columns-with-ico {
  margin: 0 auto;
  max-width: 62rem;
  padding: 6rem 0; }

.intro3__title {
  text-align: center; }

.intro3__blurb {
  font-size: 1rem;
  margin: 0 0 2rem 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .intro3__blurb {
      font-size: 1.25rem; } }

.intro3__columns {
  display: grid;
  gap: 3.75rem;
  grid-template-columns: 1fr;
  margin: 0 0 2rem 0; }
  @media only screen and (min-width: 768px) {
    .intro3__columns {
      grid-template-columns: repeat(3, 1fr); } }

.intro3__column-icon {
  height: 4.75rem;
  margin-bottom: 1rem;
  text-align: center; }
  .intro3__column-icon img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

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

.intro3__column-body {
  font-size: 1rem;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .paragraph--type--pull-quote {
    float: left;
    margin: 0 2rem 0 0;
    width: 50%; }
    .paragraph--type--pull-quote.text-right {
      float: right;
      margin: 0 0 0 2rem; } }

.paragraph--type--pull-quote .field--name-field-pull-quote-text {
  background-color: var(--sand__light);
  padding: 2rem; }

.paragraph--type--pull-quote p {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center; }
  @media only screen and (min-width: 1028px) {
    .paragraph--type--pull-quote p {
      font-size: 1.5rem; } }

.paragraph--type--short-row-with-icon-title-and-te {
  display: grid;
  grid-template-columns: 1fr; }
  @media only screen and (min-width: 1024px) {
    .paragraph--type--short-row-with-icon-title-and-te {
      grid-template-columns: 1fr 1.5fr; } }

.short-row__icon-title {
  align-items: flex-start;
  border-bottom: 1px solid var(--sand);
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding-bottom: 2rem; }
  @media only screen and (min-width: 1024px) {
    .short-row__icon-title {
      border-right: 1px solid var(--sand);
      border-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .short-row__icon-title {
      align-items: center;
      flex-direction: row;
      margin-bottom: 0;
      padding: 1rem 3rem 1rem 0; } }
  .short-row__icon-title .field--name-field-icon-media {
    margin-bottom: 2rem;
    width: 6rem; }
    @media only screen and (min-width: 1024px) {
      .short-row__icon-title .field--name-field-icon-media {
        margin: 0 2rem 0 0; } }
    @media only screen and (min-width: 1400px) {
      .short-row__icon-title .field--name-field-icon-media {
        width: unset; } }
  .short-row__icon-title .short-row__title {
    margin-bottom: 0; }
    @media only screen and (min-width: 1024px) {
      .short-row__icon-title .short-row__title {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1400px) {
      .short-row__icon-title .short-row__title {
        font-size: 2.125rem; } }

@media only screen and (min-width: 1024px) {
  .short-row__description {
    padding: 1rem 0 1rem 6rem; } }

.paragraph--type--text-and-map {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr; }
  @media only screen and (max-width: 879px) {
    .paragraph--type--text-and-map {
      padding-top: 0; } }
  @media only screen and (min-width: 880px) {
    .paragraph--type--text-and-map {
      gap: 4rem;
      grid-template-columns: 1fr 1.5fr; } }

.fishns-interactive-map-interaction {
  position: relative;
  text-transform: uppercase; }
  @media only screen and (min-width: 1024px) {
    .fishns-interactive-map-interaction {
      top: 2rem; } }
  @media only screen and (min-width: 1200px) {
    .fishns-interactive-map-interaction {
      margin-left: 2rem;
      top: 4rem; } }

.map-info-label {
  margin-bottom: .5rem; }

.fishns-map-info {
  padding: 1rem 2rem; }

.fishns-interactive-map-wrapper path {
  cursor: pointer; }

.sharethis-wrapper {
  cursor: pointer;
  display: inline-block; }
  .sharethis-wrapper .st_sharethis_custom {
    background: url(../components/sharethis/images/share-icon.svg) no-repeat center center/contain transparent;
    display: inline-flex;
    height: 1rem;
    width: 1rem; }
    .sharethis-wrapper .st_sharethis_custom::after {
      color: var(--black);
      content: 'Share';
      display: inline-block;
      font-size: 1rem;
      font-weight: bold;
      margin-left: 1.5rem;
      text-transform: uppercase; }

.species__item {
  align-items: center;
  display: flex;
  margin-bottom: 1rem; }

.species__image,
.species__english,
.species__latin {
  align-items: center;
  display: flex;
  height: 100%; }

.species__image {
  margin-right: 1rem;
  padding-right: .5rem;
  width: 5rem; }

.species__english {
  padding-right: .5rem; }

.species__latin {
  border-left: 1px solid var(--black);
  padding-left: .5rem; }

/*# sourceMappingURL=styles.css.map */
