@import url("https://fonts.googleapis.com/css?family=Asap");
* {
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

body.admin-bar {
  padding-top: 32px;
}

body.admin-bar .wrapper {
  height: calc(100vh - 32px);
}

body.compensate-for-scrollbar {
  margin-right: 0;
}

article header:first-child, article main:first-child {
  padding-top: 2rem;
}

article.content {
  margin-top: 3rem;
}

main {
  padding-bottom: 1.5rem;
}

.error404 .content {
  margin: auto;
  max-width: 660px;
  text-align: center;
}

.error404 p:first-of-type:not(:last-child)::after {
  content: none;
}

.search-results p:first-of-type:not(:last-child) {
  font-size: 1em;
  font-weight: normal;
}

.search-results p:first-of-type:not(:last-child)::after {
  content: none;
}

.home .breakout {
  font-size: 1.3em;
  line-height: 1;
  text-align: center;
}

.home .breakout__wrapper {
  padding: 3em 1rem;
}

.home .breakout em {
  display: block;
  font-family: 'fabfeltscriptbold', 'katahdin_roundbold', Asap, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3em;
  font-style: normal;
  -webkit-transform: rotate(-2deg) translateY(0.2em);
          transform: rotate(-2deg) translateY(0.2em);
}

.home .breakout p:first-of-type:not(:last-child) {
  margin-top: 0;
}

.home .breakout p:first-of-type:not(:last-child)::after {
  margin: 1em auto -0.1em;
}

.home .breakout .button:visited {
  background: #be7d75;
}

.post-type-archive-campsites .page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  z-index: 1;
}

.post-type-archive-campsites .page > * {
  flex: 10 0 auto;
  width: 100%;
}

.post-type-archive-campsites .page .nav {
  flex: 0 0 auto;
}

.logo {
  color: inherit;
  font-size: 3em;
  line-height: 1;
}

.container {
  margin: auto;
  padding: 1rem;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .container {
    max-width: 75rem;
  }
}

.container + .container {
  padding-top: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

.wrapper > * {
  flex: 0 1 auto;
}

.stretch {
  flex: 1 1 auto;
}

.sponsors {
  align-items: center;
  align-self: flex-start;
  display: flex;
  flex: 1 1 25%;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.sponsors > * {
  margin: 0 0.5em 1em;
  flex: 0 1 auto;
  -webkit-filter: grayscale(100%) contrast(200%);
  filter: grayscale(100%) contrast(200%);
  opacity: 0.5;
  transition: opacity 0.2s, -webkit-filter 0.2s;
  transition: filter 0.2s, opacity 0.2s;
  transition: filter 0.2s, opacity 0.2s, -webkit-filter 0.2s;
}

.sponsors > *:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.sponsors img {
  display: block;
  height: auto;
  max-height: 2em;
  width: auto;
  max-width: 6.25em;
}

@media (min-width: 768px) {
  .tabs__content ul {
    -webkit-columns: 2;
            columns: 2;
  }
}

@font-face {
  font-family: 'katahdin_roundbold';
  src: url("../fonts/katahdinround-bold-webfont.woff2") format("woff2"), url("../fonts/katahdinround-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fabfeltscriptbold';
  src: url("../fonts/fabfeltscript-bold-webfont.woff2") format("woff2"), url("../fonts/fabfeltscript-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

::-moz-selection {
  background: #51697e;
  color: #fff;
}

::selection {
  background: #51697e;
  color: #fff;
}

body {
  color: #51697e;
  font-family: Asap, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

h1, h2 {
  font-family: 'katahdin_roundbold', Asap, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: -0.07em;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1rem 0;
}

header h1:first-child, main h1:first-child, aside h1:first-child, header h2:first-child, main h2:first-child, aside h2:first-child, header h3:first-child, main h3:first-child, aside h3:first-child, header h4:first-child, main h4:first-child, aside h4:first-child, header h5:first-child, main h5:first-child, aside h5:first-child, header h6:first-child, main h6:first-child, aside h6:first-child {
  margin: 0 0 1rem;
}

small {
  display: inline-block;
  line-height: 1.4;
}

p:first-of-type:not(:last-child) {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1em;
}

p:first-of-type:not(:last-child):after {
  background: #be7d75;
  content: '';
  display: block;
  height: 0.3em;
  margin: 1em 0 0 -0.1em;
  top: 100%;
  -webkit-transform: skew(35deg);
          transform: skew(35deg);
  width: 4em;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.heading--small {
  font-size: 1.2em;
  font-weight: 600;
}

.heading--text {
  font-size: 1em;
  font-weight: 600;
  margin: 0 auto 0.2em;
}

.heading--line {
  overflow: hidden;
  position: relative;
}

.heading--line:after {
  background: #be7d75;
  content: '';
  display: inline-block;
  height: 0.2em;
  margin: 0.55em 0 0 0.5em;
  position: absolute;
  width: 100%;
}

.color--red {
  color: #be7d75;
}

a {
  color: #be7d75;
  text-decoration: none;
  transition: color 0.2s;
}

a:visited {
  color: #82757f;
}

a:hover, a:active {
  color: #a3564c;
  text-decoration: underline;
}

.text--lg {
  font-size: 2em;
}

.gm-style.gm-style {
  font-family: Asap, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.gm-style-pbc {
  opacity: 0 !important;
}

.gm-style img {
  max-width: 100%;
}

.js-google-map {
  background: #eaeaea;
  border: 1px solid #E4E8EB;
}

.single-routes .js-google-map {
  margin-top: 1rem;
}

.js-google-map + .searchform {
  position: absolute;
  margin: 1em;
  z-index: 1;
}

.js-google-map:not(.js-google-map-campsites) {
  border-radius: 3px;
}

.js-google-map-cluster {
  background: url("../images/icons/map-cluster.svg");
  background-size: cover;
  border-radius: .5em;
  color: white;
  cursor: pointer;
  font-family: 'katahdin_roundbold', Asap, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3em;
  height: 3em;
  line-height: 3em;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 3em;
}

.js-google-map-route-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 1rem;
  position: relative;
}

.js-google-map-route-details h1 {
  font-size: 1.5em;
  margin: 0.2em 0;
  position: relative;
  text-align: left;
  z-index: 1;
}

.js-google-map-route-details h1:last-of-type {
  margin-bottom: 0;
}

.js-google-map-route-details h1:before {
  background-color: #6093D3;
  color: #FFF;
  content: attr(data-road);
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.5em;
  letter-spacing: 0;
  margin-top: -0.8em;
  margin-left: -1.3em;
  margin-right: 1em;
  padding: 0.2em;
  text-align: center;
  vertical-align: middle;
  width: 2rem;
}

.js-google-map-route-details h1[data-road^=A]:before {
  background-color: #88BC5F;
}

.js-google-map-route-details div {
  font-weight: bold;
  padding-left: 2em;
}

.js-google-map-route-details:before {
  border-left: 2px dashed #be7d75;
  bottom: 0.75em;
  content: '';
  left: 1em;
  position: absolute;
  top: 0.75em;
  width: 1px;
}

.cluster1 {
  font-size: 1.6em;
}

.cluster2 {
  font-size: 1.9em;
}

.cluster3 {
  font-size: 2.2em;
}

.cluster4 {
  font-size: 2.5em;
}

.cluster5 {
  font-size: 2.8em;
}

.si-wrapper-top {
  font-size: 1rem;
}

.si-content {
  overflow: initial;
  width: 36rem;
}

.si-content-wrapper {
  background: #FFF;
  box-shadow: 0 0 2em 1em rgba(81, 105, 126, 0.2);
  padding: 0;
}

.si-content-wrapper .details {
  background: #FFF;
}

.si-content-inner {
  padding: 2em;
}

.si-content-img {
  background-color: #596F83;
  background-size: cover;
  background-position: center;
  box-shadow: -2px 0 0 0 rgba(89, 111, 131, 0.2) inset;
  min-height: 35vh;
}

.si-pointer-top {
  border-top-color: #FFF;
  border-width: 10px !important;
  bottom: 0 !important;
  top: auto !important;
  margin-top: -2px !important;
}

.si-pointer-border-top {
  border-top-color: transparent;
}

.si-close-button {
  z-index: 9999;
}

.map a {
  color: #596f83;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s 0.1s, color 0.2s 0.1s;
}

.map a[href] {
  margin: -0.1em -0.2em;
  padding: 0.1em 0.2em;
}

.map a[href]:hover, .map a[href].active {
  background: #be7d75;
  color: white;
  text-decoration: none;
}

.map__image {
  color: #CCC;
}

.map__image a:not([href]):not([tabindex]) {
  color: #596f83;
}

.map__image svg {
  max-height: 80vh;
}

.map .active, .map a:hover {
  transition: background 0.2s, color 0.2s;
}

.map svg .active, .map svg a:hover {
  color: #be7d75 !important;
}

.map .no-fill, .map .active .no-fill, .map a:hover .no-fill {
  fill: transparent;
}

.map.sidebar .map__legend {
  margin-top: 1rem;
  padding: 1rem;
}

.button {
  background-color: #be7d75;
  border: 0;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 0.99em;
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0.8em;
  position: relative;
  transition: background-color 0.2s;
  z-index: 1;
}

.button:hover, .button:active, .button:focus, .button a.button:hover, .button a.button:active, .button a.button:focus {
  background-color: #CD9D97;
  color: white;
  text-decoration: none;
}

.button:visited {
  background-color: #82757f;
  color: white;
}

@media screen {
  body, html {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    overflow: hidden;
    position: relative;
  }

  .wrapper {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective-origin: top right;
            perspective-origin: top right;
    -webkit-perspective: 100px;
            perspective: 100px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}


.banner {
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  color: #f2f2f2;
  display: flex;
  flex: 100 0 auto;
  min-height: 55vh;
  position: relative;
  -webkit-transform-style: inherit;
          transform-style: inherit;
  width: 100%;
  z-index: -1;
}

.home .banner {
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  padding-top: 3em;
  padding-bottom: 1em;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .home .banner__image {
    -o-object-position: center 45%;
       object-position: center 45%;
  }
}

.home .banner__inner {
  margin: auto;
}

.home .banner + .nav {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.banner__inner {
  padding: 1em;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.banner__inner .icon {
  font-size: 8em;
}

.banner__image {
  background: #51697e;
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100vw;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1;
}

@supports not (-ms-ime-align: auto) {
  .banner__image {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform-style: inherit;
            transform-style: inherit;
    -webkit-transform: translateY(50%) translateZ(-100px) scale(2);
            transform: translateY(50%) translateZ(-100px) scale(2);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .banner__image {
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.banner:after {
  background: linear-gradient(to top, rgba(81, 105, 126, 0.8), transparent 40%);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.banner + * {
  position: relative;
}

.banner + .nav {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
}

.breadcrumbs {
  align-items: flex-end;
  display: flex;
  margin: 0 -1em;
}

.breadcrumbs > * {
  padding: 0 1em;
}

.breadcrumbs__ad {
  flex: 1 1 auto;
  margin-left: auto;
  overflow:visible;
}

.breadcrumbs__ad, .breadcrumbs__ad * {
  text-align: right !important;
}

.breadcrumbs__ad .adsbygoogle {
  margin-left: auto;
}

.breadcrumbs__menu {
  flex: 0 0 auto;
  font-size: 0.875rem;
  display: none;
  text-align: left;
  z-index: 1;
}

@media (min-width: 768px) {
  .breadcrumbs__menu {
    display: block;
  }
  .breadcrumb_last, .breadcrumbs__menu a {
    background: #be7d75;
    color: white;
    display: inline-block;
    margin: 0 0.55em;
    padding: 0.5em 0.5em 0.5em 0.8em;
    position: relative;
    z-index: 1;
  }
  .breadcrumb_last::before, .breadcrumb_last::after, .breadcrumbs__menu a::before, .breadcrumbs__menu a::after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
  }
  .breadcrumb_last::before, .breadcrumbs__menu a::before {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='35'><path fill='%23be7d75' d='M1 0C.2 0-.3.9.2 1.5L10.7 17c.2.3.2.7 0 1.1L.2 33.5c-.5.6 0 1.5.8 1.5h10V0H1z'/></svg>");
    left: -0.75em;
    width: 0.79em;
  }
  .breadcrumb_last::after, .breadcrumbs__menu a::after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='35'><path fill='%23be7d75' d='M13.3 14.8L4.8 2.3C3.9.9 2.4 0 .7 0H0v35h.7c1.6 0 3.2-.9 4.1-2.3l8.5-12.5c.9-1.7.9-3.7 0-5.4z'/></svg>");
    right: -1em;
    width: 1em;
  }
  .breadcrumbs__menu a, .breadcrumbs__menu a:hover {
    text-decoration: none;
  }
  .breadcrumbs__menu span:first-child > span:first-child {
    display: block;
    white-space: nowrap;
  }
  .breadcrumbs__menu span:first-child > span:first-child > a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-left: 0;
    padding-left: 1em;
  }
  .breadcrumbs__menu span:first-child > span:first-child > a::before {
    display: none;
  }
}

.breadcrumb_last {
  background: #ce9e98;
}

.breadcrumb_last::before {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='35'><path fill='%23ce9e98' d='M1 0C.2 0-.3.9.2 1.5L10.7 17c.2.3.2.7 0 1.1L.2 33.5c-.5.6 0 1.5.8 1.5h10V0H1z'/></svg>");
}

.breadcrumb_last::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='35'><path fill='%23ce9e98' d='M13.3 14.8L4.8 2.3C3.9.9 2.4 0 .7 0H0v35h.7c1.6 0 3.2-.9 4.1-2.3l8.5-12.5c.9-1.7.9-3.7 0-5.4z'/></svg>");
}

.locations {
  font-weight: bold;
}

.locations ul, .locations li {
  display: inline;
}

.locations ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.locations span {
  display: inline;
  padding-right: 0.2em;
}

.locations span:before {
  content: "\00BB";
  padding-right: 0.5em;
}

@media (min-width: 768px) {
  .locations > ul, .locations > ul > li > ul {
    align-items: center;
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-gap: 0 0.5em;
  }
  .locations > ul > li, .locations > ul > li > ul > li {
    display: contents;
  }
  .locations > ul > li > ul > li > ul > li {
    display: inline-block;
  }
  .locations > ul > li > span:before, .locations > ul > li > ul > li > ul > li:not(:first-child) span:before {
    content: none;
  }
  .locations > ul > li > ul > li > ul > li span {
    padding-right: 0;
  }
  .locations > ul > li > ul > li > ul > li:not(:last-child) span:after {
    content: '/';
    padding-left: 0.4em;
    padding-right: 0.3em;
  }
}

.nav {
  background: white;
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.nav a {
  color: inherit;
}

.nav__inner, .nav__toggle {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.nav__toggle {
  background: #51697e;
  color: white;
  display: none;
  flex: 1 1 auto;
  max-height: 100vh;
  justify-content: space-between;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .nav__toggle {
    overflow: visible;
  }
}

.nav__toggler {
  position: absolute;
  opacity: 0;
}

.nav__toggler + label {
  display: block;
  height: 2em;
  margin: 0;
  position: relative;
  width: 2.5em;
}

.nav__toggler + label:before, .nav__toggler + label:after {
  background: currentColor;
  content: '';
  height: 0.2em;
  position: absolute;
  width: 100%;
}

.nav__toggler + label:before {
  box-shadow: 0 0.9em currentColor;
  transition: box-shadow 0.2s, -webkit-transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: 0;
}

.nav__toggler + label:after {
  top: calc(100% - 0.2em);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, transform 0.2s;
  transition: top 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.nav__toggler:checked + label:before {
  box-shadow: none;
  -webkit-transform: translate(0.4em, 0.1em) rotate(45deg);
          transform: translate(0.4em, 0.1em) rotate(45deg);
}

.nav__toggler:checked + label:after {
  top: 0;
  -webkit-transform: translate(-0.4em, 0.1em) rotate(-45deg);
          transform: translate(-0.4em, 0.1em) rotate(-45deg);
}

.nav__toggler:checked ~ .nav__toggle {
  display: block;
}

.nav__toggle li {
  display: block;
}

@media (min-width: 768px) {
  .nav__toggle {
    background: transparent;
    color: inherit;
    display: flex;
    position: static;
    width: auto;
  }
  .nav__toggler, .nav__toggler + label {
    display: none;
  }
}

.nav__social, .nav__link {
  flex: 0 1 auto;
}

.nav__social {
  display: flex;
  justify-content: center;
  margin: 0.5em 1em;
}

@media (min-width: 768px) {
  .nav__social {
    margin: 0.5em 0;
  }
}

.nav__brand {
  flex: 0 1 auto;
}

.nav__brand .logo {
  display: block;
}

.nav ul {
  margin: 0;
  padding: 0;
}

.nav ul, .nav li {
  list-style-type: none;
}

.nav__links {
  margin-top: 1em;
}

.nav__links > ul {
  font-size: 1.2em;
}

.nav__links > ul ul {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .nav__links {
    margin: auto;
  }
  .nav__links > ul {
    font-size: 1em;
  }
}

.nav__links a {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .nav__links > ul > li {
    display: inline-block;
  }
}

.nav__links > ul > li > a {
  font-weight: bold;
  padding: 0.2em 1em;
  position: relative;
}

@media (min-width: 768px) {
  .nav__links > ul > li > a {
    text-align: left;
  }
  .nav__links > ul > li > a:before {
    content: '';
    padding: 1em;
    position: absolute;
    top: -1.8em;
    bottom: -1.8em;
    left: 0;
    right: 0;
  }
}

.nav__links > ul > li:hover > ul {
  display: block;
  opacity: 1;
  pointer-events: initial;
}

.nav__links > ul > li > ul {
  display: none;
  border-top: 1px solid #66839c;
  border-bottom: 1px solid #66839c;
  padding: 0.5em 1em;
}

.nav__links > ul > li > ul ul {
  display: none;
}

@media (min-width: 768px) {
  .nav__links > ul > li > ul {
    border: none;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition: opacity 0.2s;
    z-index: 99999;
  }
  .nav__links > ul > li > ul a {
    color: white;
    text-align: left;
  }
  .nav__links > ul > li > ul .current-menu-item > a, .nav__links > ul > li > ul .current-locations-ancestor > a {
    font-weight: bold;
  }
  .nav__links > ul > li > ul > li > a {
    border-bottom: 1px solid #475c6e;
    color: white;
    display: block;
    padding: 0.6em 1em;
  }
  .nav__links > ul > li > ul > li > ul {
    align-items: flex-start;
    background: #475c6e;
    display: flex;
    flex-direction: column;
    left: 100%;
    min-height: 100%;
    opacity: 0;
    padding: 0.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.4s;
    justify-content: flex-start;
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .nav__links > ul > li > ul > li > ul {
    bottom: 0;
    flex-wrap: wrap;
    min-height: 100%;
    min-width: 100%;
    width: auto;
  }
}

@media (min-width: 768px) {
  .nav__links > ul > li > ul > li > ul > li {
    display: block;
    width: 100%;
  }
  .nav__links > ul > li > ul > li > ul > li a {
    padding: 0.1em 0.5em;
  }
  .nav__links > ul > li > ul > li > ul > li:before {
    content: '';
    position: absolute;
    background: #475c6e;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
  }
  .nav__links > ul > li > ul > li:hover {
    background: #475c6e;
  }
  .nav__links > ul > li > ul > li:hover > ul {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.2s;
    z-index: 2;
  }
  .nav__links > ul > li > ul:not(:hover) > li:first-child {
    background: #475c6e;
  }
  .nav__links > ul > li > ul:not(:hover) > li:first-child > ul {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.2s;
    z-index: 2;
  }
}

.nav-tabs .nav-item {
  display: inline-block;
}

.footer {
  background: #efefef;
}

.footer .logo {
  font-size: 5em;
}

.footer__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0.5rem;
  margin: 0 -1rem;
}

.footer__inner > * {
  padding: 0 0.5rem;
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__menu > * {
  flex: 1 1 auto;
}

@media (min-width: 480px) {
  .footer__menu {
    flex-wrap: nowrap;
  }
  .footer__menu > * {
    flex: 0.1 0 auto;
  }
}

@media (min-width: 860px) {
  .footer__menu {
    flex: 1 1 auto;
  }
}

.footer__menu ul {
  padding-left: 1.75em;
  padding-right: 0.5em;
}

.footer__colophon {
  background: #dcdcdc;
  font-size: 0.8em;
}

.footer__colophon .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.footer__disclaimer {
  background: #51697e url("../images/pattern.png") center;
  color: #e6e6e6;
  line-height: 1.1;
  font-size: 0.8em;
  opacity: 0.7;
  padding: 1rem;
  text-align: center;
}

.footer__disclaimer a {
  color: inherit;
  text-decoration: underline;
}

.pagination {
  font-family: 'katahdin_roundbold', Asap, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5em;
  letter-spacing: -0.05em;
  margin: calc(2em - 15px) 0 0.5em;
  text-align: center;
  justify-content: center;
}

.thumb {
  border-radius: 3px;
  box-shadow: 0 0 1px 1px rgba(80, 104, 125, 0.1);
  display: block;
  flex: 1 1 auto;
  line-height: 1.2;
  margin: 0.5em;
  overflow: hidden;
  position: relative;
  width: 60%;
  max-width: calc(100vw - 1em);
  min-width: 10em;
}

@media (min-width: 420px) {
  .thumb {
    width: 30%;
  }
}

@media (min-width: 960px) {
  .thumb {
    width: auto;
  }
}

.thumb:hover {
  text-decoration: none;
}

.thumb:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 92%;
}

.thumb .tag {
  margin-bottom: 0.5em;
}

.thumb__inner {
  background-color: #50687d;
  background-position: center;
  background-size: cover;
  color: #FFF;
  font-size: 0.8em;
  padding: 1rem;
  position: absolute;
  text-shadow: 1px 1px 1px #50687d;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-end;
}

.thumb__inner:hover:after {
  opacity: 0.6;
}

.thumb__inner:hover:before {
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

.thumb__inner:before {
  background: inherit;
  bottom: -10%;
  content: '';
  left: -10%;
  position: absolute;
  right: -10%;
  top: -10%;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: -1;
}

.thumb__inner:after {
  background: linear-gradient(to top, #50687d, rgba(80, 104, 125, 0.1) 70%, transparent);
  background-size: 100%;
  background-position: center;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  transition: opacity 0.2s;
  right: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 959px) {
  .thumb-grid:after {
    content: 'flickity';
    display: none;
  }
}

@media (min-width: 960px) {
  .thumb-grid {
    display: flex;
    flex-wrap: wrap;
  }
}

.breakout {
  background: #51697e url("../images/pattern.png") center;
  color: white;
}

.breakout__wrapper {
  padding-bottom: 2em;
}

.breakout__heading.breakout__heading {
  margin: 0 0 1.5em;
}

.breakout__heading::after {
  background: currentColor;
  content: '';
  display: block;
  height: 2px;
  margin-top: 0.6em;
  opacity: 0.2;
  width: 100%;
}

.breakout a {
  color: inherit;
}

.carousel {
  overflow: hidden;
}

.carousel:after {
  content: 'flickity';
  display: none;
}

.carousel img {
  width: 100%;
}

.carousel.js-carousel-disabled {
  display: flex;
  justify-content: center;
}

.carousel.js-carousel-disabled .carousel__slide {
  flex: 0 0 auto;
}

.carousel.js-carousel-disabled:after {
  content: '';
}

.carousel__slide {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 50%;
  z-index: 1;
}

.carousel__slide--inner {
  position: relative;
}

.carousel__slide > * {
  display: block;
}

.carousel__slide a {
  background-size: cover;
  background-position: center;
}

.carousel__slide--video a {
  background-size: auto 134%;
}

.carousel__slide--video a:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 622 622"><path fill="rgba(255,255,255,0.75)" d="M233.06 217.26c.6-16.31 12-22.76 26.35-14.77 6.24 3.49 153.69 89.35 164.53 96.15 14.49 9.08 14.48 21.89-.23 30.77-17.93 10.83-159 92.17-166 95.59-12.18 5.93-24.57-.82-24.67-14.33.02-32.67-.04-191.58.02-193.41z"/><path fill="rgba(255,255,255,0.75)" d="M311 622A311 311 0 0 1 91.09 91.09a311 311 0 1 1 439.82 439.82A309 309 0 0 1 311 622zm0-561C173.15 61 61 173.15 61 311s112.15 250 250 250 250-112.15 250-250S448.85 61 311 61z"/></svg>');
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.carousel__slide--inner:before, .carousel__slide a:before {
  content: '';
  display: block;
  padding-top: 89%;
}

@media (min-width: 480px) {
  .carousel__slide {
    width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .carousel__slide {
    width: 25%;
  }
}

@media (min-width: 991px) {
  .carousel__slide {
    width: 50%;
  }
}

.carousel--single .carousel__slide {
  position: relative;
  width: 100%;
}

.flickity-page-dots {
  bottom: 0;
  font-size: 1.15em;
  padding: 0.5em;
  z-index: 1;
}

.flickity-page-dots .dot {
  background: #F4F4F4;
  height: 1em;
  margin: 0.15em;
  opacity: 0.7;
  -webkit-transform: scale(0.7) translateZ(0);
  transform: scale(0.7) translateZ(0);
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  width: 1em;
}

.flickity-page-dots .dot:hover {
  opacity: 0.9;
}

.flickity-page-dots .dot.is-selected {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.flickity-prev-next-button {
  border-radius: 0;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
  -webkit-transform: none;
  transform: none;
  width: 5em;
  z-index: 2;
}

.flickity-prev-next-button .flickity-button-icon {
  fill: #F4F4F4;
  left: auto;
  right: auto;
}

.flickity-prev-next-button.previous {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 10%, transparent);
  left: 0;
}

.flickity-prev-next-button.next {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 10%, transparent);
  right: 0;
}

.flickity-prev-next-button:focus {
  box-shadow: none;
  outline: none;
}

.flickity-prev-next-button .flickity-button-icon {
  width: 50%;
}

.flickity-prev-next-button.previous .flickity-button-icon {
  left: 20%;
}

.flickity-prev-next-button.next .flickity-button-icon {
  right: 20%;
}

.carousel:hover .flickity-prev-next-button, .flickity-prev-next-button:hover, .flickity-prev-next-button:focus, .carousel:focus .flickity-prev-next-button {
  opacity: 1;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  padding: 0.3em 0;
  opacity: 1 !important;
}

.tooltip-inner {
  background-color: #596f83;
  border-radius: 2em;
  color: #fff;
  max-width: 200px;
  padding: 0.1em 0.75em 0.2em;
  text-align: center;
}

.tooltip[x-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.tooltip[x-placement^=top] .tooltip-arrow:before {
  border-top-color: #596f83;
  border-width: 0.25em 0.3em 0;
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.tooltip[x-placement^=bottom] .tooltip-arrow:before {
  border-bottom-color: #596f83;
  border-width: 0 0.3em 0.25em;
}

.tooltip[x-placement^=left] .tooltip-arrow {
  right: 0;
  height: 0.6rem;
  width: 0.3em;
}

.tooltip[x-placement^=left] .tooltip-arrow:before {
  border-left-color: #596f83;
  border-width: 0.25em 0 0.25em 0.3em;
}

.tooltip[x-placement^=right] .tooltip-arrow {
  left: 0;
  height: 0.6rem;
  width: 0.3em;
}

.tooltip[x-placement^=right] .tooltip-arrow:before {
  border-right-color: #596f83;
  border-width: 0.25em 0.3em 0.25em 0;
}

.tooltip-arrow {
  height: 0.3rem;
  position: absolute;
  width: 0.6rem;
  display: block;
}

.tooltip-arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.preview {
  background: #F4F4F4;
  align-items: flex-end;
  flex-direction: column;
  display: flex;
  width: 100%;
}

.js-google-map .preview {
  background: #FFF;
  margin: 0;
}

.preview img {
  width: 100%;
}

.preview .button {
  display: block;
}

.preview__images {
  background: #eaeaea;
  padding-top: 52%;
  position: relative;
  width: 100%;
}

.preview__images > * {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.preview__inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em;
}

.preview__inner h1 {
  margin-top: 0;
}

.preview__footer {
  align-items: flex-end;
  display: flex;
  flex: 0 1 auto;
  justify-content: space-between;
  margin-top: 1em;
}

.preview__footer div:first-child {
  flex: 1 1 auto;
}

.preview__footer div:last-child {
  flex: 0 0 auto;
  padding-left: 1em;
}

.preview .locations > ul, .preview .locations > ul > li > ul {
  grid-gap: 0.3em;
}

.preview .locations span:before {
  padding-right: 0.3em;
}

.icon {
  display: inline-block;
}

.icon svg {
  height: 1em;
  display: block;
}

.icon-group {
  display: flex;
  flex-wrap: wrap;
  font-size: 2em;
  margin: 0 -0.1em;
}

.icon-group > * {
  display: block;
  padding: 0 0.2em;
}

.icon-group .icon {
  display: block;
}

.social {
  display: inline-block;
  font-size: 1.4em;
  line-height: 0;
  padding: 0.4em;
  transition: color 0.2s;
}

.social:hover {
  color: #be7d75;
}

@media (min-width: 768px) {
  .grid {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
  }
  .grid--sidebar {
    grid-gap: 2em;
    grid-template-rows: -webkit-max-content -webkit-min-content;
    grid-template-rows: max-content min-content;
    grid-template-areas: "."
 "sidebar"
 ".";
  }
  .grid--sidebar .header {
    max-width: 42rem;
  }
  .grid--sidebar .sidebar {
    display: flex;
    flex-direction: column;
    grid-area: sidebar / sidebar / -1;
    padding: 3rem 0 0;
    width: 100%;
  }
  .grid--sidebar .sidebar__main {
    margin-bottom: auto;
  }
  .grid--sidebar .content {
    max-width: 42rem;
  }
  .grid--sidebar.road {
    grid-template-areas: "."
 "."
 "sidebar";
  }
  .grid--sidebar.road .sidebar {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .grid--sidebar.road .sidebar .js-google-map-route-details {
    flex: 1 1 auto;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .grid--sidebar, .grid--sidebar.road {
    grid-template-areas: ". sidebar";
    grid-template-columns: auto 33%;
  }
}

@media (min-width: 768px) {
  .grid--cols-two {
    padding: 1rem;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .grid--cols-two {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .grid--cols-five {
    padding: 1rem;
  }
}

.grid .sidebar {
  margin: 1em auto;
}

.grid .sidebar.bg--grey {
  margin: 0 -1rem 0;
  padding: 1rem;
}

@media (min-width: 992px) {
  .grid .sidebar.bg--grey {
    margin: -1rem 0;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

textarea, select, input[type=text], input[type=email], input[type=search] {
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 1px 1px transparent;
  display: block;
  padding: 0.8em 1em;
  width: 100%;
  transition: box-shadow 0.2s;
}

textarea[aria-invalid=true], select[aria-invalid=true], input[type=text][aria-invalid=true], input[type=email][aria-invalid=true], input[type=search][aria-invalid=true] {
  border: 1px solid #be7d75;
}

textarea:focus, select:focus, input[type=text]:focus, input[type=email]:focus, input[type=search]:focus {
  box-shadow: 0 0 1px 1px #51697e;
  outline: none;
}

label {
  font-weight: bold;
}

.ninja-forms-req-symbol {
  color: #be7d75;
}

.nf-after-form-content .nf-error-msg {
  text-align: center;
}

.nf-error-msg {
  color: #be7d75;
}

.nf-form-hp {
  position: absolute;
  visibility: hidden;
}

.nf-form-layout {
  margin-bottom: 2em;
  position: relative;
}

.nf-form-content {
  margin: 1em -1em 0;
}

@supports (display: contents) {
  .nf-form-content {
    display: flex;
    flex-wrap: wrap;
  }
}

.nf-after-form-content, .nf-before-form-content, .nf-after-field {
  font-size: 0.8em;
}

.nf-after-form-content {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.nf-field-container {
  flex: 1 1 100%;
  padding: 0 1em 2em;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  @supports (display: contents) {
    .nf-field-container.half {
      flex: 1 1 50%;
      width: 50%;
    }
  }
}

.nf-field-container .button {
  display: block;
  padding: 0.8em 1em;
  width: 100%;
}

.nf-after-field {
  bottom: 1em;
  position: absolute;
}

.label-right .field-wrap, .label-right .nf-field-label {
  flex-direction: row;
}

.label-right .nf-field-label {
  align-items: center;
  display: flex;
  order: 10;
  padding-left: 2%;
  width: 35%;
}

.label-right .checkbox-wrap .nf-field-label {
  width: auto;
}

.label-above .nf-field-element, .label-above .nf-field-element, .label-below .nf-field-element, .label-below .nf-field-element {
  margin: 0;
  width: 100%;
}

.label-above .field-wrap, .label-below .field-wrap {
  flex-flow: wrap;
  flex-direction: column;
}

.label-hidden .nf-field-label {
  height: 0;
  margin: 0 !important;
  width: 100%;
  visibility: hidden;
}

.label-hidden .nf-field-element {
  width: 100%;
}

.label-hidden .field-wrap {
  flex-flow: wrap;
}

.field-wrap {
  display: flex;
}

@supports (display: contents) {
  nf-fields-wrap, nf-field {
    display: contents;
  }
}

.searchform {
  position: relative;
  margin: 1rem auto;
  width: 100%;
  max-width: 23em;
}

@media (min-width: 345px) {
  .searchform {
    font-size: 1.2em;
  }
}

.searchform label, .searchform button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.searchform input {
  color: #51697e;
  padding: 0.8em 3em 0.8em 1.5em;
  width: 100%;
}

.searchform input:focus + label, .searchform input:valid + label {
  opacity: 0;
}

.searchform label {
  background: white;
  color: #51697e;
  left: 1.5em;
  pointer-events: none;
  transition: opacity 0.2s;
}

.searchform .button {
  font-family: 'katahdin_roundbold', Asap, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: -0.06em;
  text-transform: lowercase;
  font-size: 0.9em;
  margin-right: 0.3em;
  padding: 0.7em 1em;
  right: 0;
}

.searchform .button:focus {
  outline: none;
}

.searchform--hero input {
  background: white;
  border: 0;
  border-radius: 3em;
}

.searchform--hero input:focus {
  box-shadow: 0 0 1px 1px #be7d75;
}

.searchform--hero .button {
  border-radius: 3em;
}

#ninja_forms_required_items.hidden-container .nf-field-label, #ninja_forms_required_items.hr-container .nf-field-label, #ninja_forms_required_items.html-container .nf-field-label, .nf-field-container.hidden-container .nf-field-label, .nf-field-container.hr-container .nf-field-label, .nf-field-container.html-container .nf-field-label {
  display: none;
}

.list-checkbox-wrap .nf-field-element li, .list-radio-wrap .nf-field-element li {
  padding-left: 10px;
  margin: 0 0 5px;
  text-indent: 0;
}

.list-checkbox-wrap .nf-field-element li, .list-checkbox-wrap .nf-field-element ul, .list-radio-wrap .nf-field-element li, .list-radio-wrap .nf-field-element ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bg--white {
  background-color: white;
}

.bg--grey {
  background-color: #f5f5f5;
}

.bg--blue {
  background-color: #51697e;
}

.bg--blue--dark {
  background-color: #475c6e;
}

.bg--pattern, .nav__links > ul > li > ul {
  background: #51697e url("../images/pattern.png") center;
}

.color--white {
  color: #FFF;
}

.color--white a {
  color: #FFF;
}

.color--blue {
  color: #51697e;
}

.list--grid {
  line-height: 1.1;
  list-style-type: none;
  margin: 1.5rem 0;
  padding: 0;
}

.list--grid div {
  display: inline-block;
}

.list--grid li {
  margin: 0.5em 0;
}

@supports (display: contents) {
  .list--grid {
    display: grid;
    grid-template-columns: auto 2fr;
    grid-column-gap: 1em;
    grid-row-gap: 0.5em;
  }
  .list--grid li {
    display: contents;
    margin: 0;
  }
}

.list--inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

.list--inline li:not(:first-child):before {
  content: '\2022';
  display: inline-block;
  padding: 0 0.3em;
}

.columns section {
  margin: 1.5em 0;
}

@media (min-width: 500px) {
  .columns {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }
  .columns section {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .columns {
    grid-gap: 1.75em;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.slim-gutters {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.slim-gutters > .col, .slim-gutters > [class*="col-"] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.tag {
  background: #be7d75;
  border-radius: 2em;
  color: white;
  display: inline-block;
  font-family: Asap, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: initial;
  padding: 0.1em 0.8em;
  text-transform: uppercase;
}

ins.adsbygoogle, ins.adsbygoogle * {
  text-align: center;
}

ins.adsbygoogle[data-adsbygoogle-status="done"][data-ad="below-thumbs"] {
  margin: 1rem auto 0;
}

ins.adsbygoogle[data-adsbygoogle-status="done"][data-ad="above-footer"] {
  margin: 0 auto 1rem;
}

ins.adsbygoogle[data-adsbygoogle-status="done"][data-margin*=t]:not([style*="height: 0px;"]) {
  margin-top: 1rem;
}

ins.adsbygoogle[data-adsbygoogle-status="done"][data-margin*=b]:not([style*="height: 0px;"]) {
  margin-bottom: 1rem;
}

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