<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * Generate font-face rule with custom font. mixin
 *
 * @param string $font-family
 * @param string $filename
 * @param string|array $default-fonts Second default font(s).
 * @param string|array $exts Extension(s) of custom font [eot ttf ... etc.].
 * @param string $font-style normal|italic|oblique
 * @param string $font-weight normal|bold|int
 * @param string $font-display Rule how to render custom font.
 */
.site_header &gt; div, .main .content, .message &gt; div {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .site_header &gt; div, .main .content, .message &gt; div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

input[type=submit],
button, .page_map .not_logged_in_popup .w-dialog-content .actions a, .page_map .unlock_unlimited_lookups .w-dialog-content .actions a, .page_map .app_install .w-dialog-content .actions a {
  padding: 0 25px;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  background: #33879E;
  color: #fff;
  border: none;
  transition-duration: .3s;
}
input[type=submit]:hover,
button:hover, .page_map .not_logged_in_popup .w-dialog-content .actions a:hover, .page_map .unlock_unlimited_lookups .w-dialog-content .actions a:hover, .page_map .app_install .w-dialog-content .actions a:hover {
  text-decoration: none !important;
  opacity: .7;
}
input[type=submit]:focus,
button:focus, .page_map .not_logged_in_popup .w-dialog-content .actions a:focus, .page_map .unlock_unlimited_lookups .w-dialog-content .actions a:focus, .page_map .app_install .w-dialog-content .actions a:focus {
  opacity: .7;
}

.site_header &gt; div:after, .main .content:after, .message &gt; div:after, .clear:after, #page_intro ul:after, #place_view .favourites:after, #place_view .place_comments p:after, #place_add .input.accessibilities:after,
#place_edit .input.accessibilities:after {
  content: '.';
  height: 0;
  font-size: 0;
  visibility: hidden;
  display: block;
  overflow: hidden;
  width: 100%;
}

input[type='tel'],
input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='currency'],
input[type='url'],
select, textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #d7dae4;
  padding: 5px 10px;
  font-family: "Lato", "sans-serif";
  font-size: 18px;
}
input[type='tel']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='currency']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #8b8e99;
}
input[type='tel']:-moz-placeholder,
input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='currency']:-moz-placeholder,
input[type='url']:-moz-placeholder,
select:-moz-placeholder, textarea:-moz-placeholder {
  color: #8b8e99;
  opacity: 1;
}
input[type='tel']::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='currency']::-moz-placeholder,
input[type='url']::-moz-placeholder,
select::-moz-placeholder, textarea::-moz-placeholder {
  color: #8b8e99;
  opacity: 1;
}
input[type='tel']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='currency']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #8b8e99;
}
input[type='tel']:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='currency']:focus,
input[type='url']:focus,
select:focus, textarea:focus {
  outline: 2px solid #33879E;
}
input[readonly][type='tel'],
input[readonly][type='text'],
input[readonly][type='email'],
input[readonly][type='password'],
input[readonly][type='search'],
input[readonly][type='number'],
input[readonly][type='currency'],
input[readonly][type='url'],
select[readonly], textarea[readonly] {
  background: #f3f3f3;
}

.site_header .menu ul .languages select {
  scrollbar-color: #999 rgba(51, 135, 158, 0);
  scrollbar-width: thin;
}
.site_header .menu ul .languages select::-webkit-scrollbar {
  width: 6px;
}
.site_header .menu ul .languages select::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
}

.counter {
  color: #33879E;
  margin-bottom: 15px;
}
.counter span {
  font-weight: bold;
}

.paginator {
  margin-top: 20px;
  text-align: center;
}
.paginator li {
  display: inline-block;
  margin: 0 5px;
}
.paginator li a {
  border: 1px solid #33879E;
  padding: 5px 0;
  display: inherit;
  min-width: 40px;
}
.paginator li:hover a, .paginator li.active a {
  background: #33879E;
  border-color: #33879E;
  color: #fff;
}
.paginator .show_more a {
  color: #33879E;
  font-weight: bold;
  text-decoration: underline;
}
.paginator .show_more a:hover {
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  .paginator .paginator {
    margin-top: 10px;
  }
}

#user_login .signup_link a, #user_signup .signup_link a, #user_login .highlight, #user_signup .highlight {
  font-weight: bold;
}
#user_login .signup_link a:before, #user_signup .signup_link a:before, #user_login .highlight:before, #user_signup .highlight:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px -1px 0;
  width: 18px;
  height: 18px;
  background: url('../img/sprite.534319817.svg') no-repeat -80px -30px;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Lato-Light.woff2') format("woff2"), url('../fonts/Lato-Light.woff') format("woff"), url('../fonts/Lato-Light.ttf') format("truetype"), local("sans-serif");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Lato-LightItalic.woff2') format("woff2"), url('../fonts/Lato-LightItalic.woff') format("woff"), url('../fonts/Lato-LightItalic.ttf') format("truetype"), local("sans-serif");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/Lato-Regular.woff2') format("woff2"), url('../fonts/Lato-Regular.woff') format("woff"), url('../fonts/Lato-Regular.ttf') format("truetype"), local("sans-serif");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/Lato-Italic.woff2') format("woff2"), url('../fonts/Lato-Italic.woff') format("woff"), url('../fonts/Lato-Italic.ttf') format("truetype"), local("sans-serif");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url('../fonts/Lato-Bold.woff2') format("woff2"), url('../fonts/Lato-Bold.woff') format("woff"), url('../fonts/Lato-Bold.ttf') format("truetype"), local("sans-serif");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url('../fonts/Lato-BoldItalic.woff2') format("woff2"), url('../fonts/Lato-BoldItalic.woff') format("woff"), url('../fonts/Lato-BoldItalic.ttf') format("truetype"), local("sans-serif");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/Lato-Black.woff2') format("woff2"), url('../fonts/Lato-Black.woff') format("woff"), url('../fonts/Lato-Black.ttf') format("truetype"), local("sans-serif");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/Lato-BlackItalic.woff2') format("woff2"), url('../fonts/Lato-BlackItalic.woff') format("woff"), url('../fonts/Lato-BlackItalic.ttf') format("truetype"), local("sans-serif");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #33879E;
  transition-duration: 0.3s;
}
a:hover {
  opacity: .7;
}

:focus, a:focus {
  outline: 2px solid #33879E;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
  display: block;
}

label {
  display: block;
}

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

input[type='tel'],
input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='currency'],
input[type='url'],
select {
  height: 40px;
}

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

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  cursor: pointer;
}

textarea {
  height: 160px;
}

input[type=submit],
button {
  -webkit-appearance: none;
}

.error-message {
  color: #ca0012;
}

h1 {
  font-size: 34px;
  line-height: 1.4;
  font-weight: normal;
  color: #33879E;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
}

h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
}

h5 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
}

h6 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}

blockquote {
  border-left: #8b8e99;
  font-style: italic;
  padding: 7px 10px;
  margin-left: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th:empty:after,
td:empty:after {
  content: '.';
  visibility: hidden;
}

ul {
  list-style: none inside;
}

ol {
  list-style: decimal inside;
}

p {
  margin-top: 20px;
}
p:first-child {
  margin-top: 0;
}
@media screen and (max-height: 735px) {
  p {
    margin-top: 10px;
  }
}

#spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 9999;
  left: 0;
  top: 0;
}

.spinner_wrap {
  height: 100%;
  max-height: 300px;
  position: relative;
}

.spinner {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 20px;
  margin: -10px 0 0 -40px;
  z-index: 1100;
}
.spinner &gt; div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #022237;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
  animation: bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .one {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .two {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.w-dialog {
  position: absolute;
  background: #fff;
  outline: none;
  z-index: 999;
  font: inherit;
  max-width: 100%;
}
.w-dialog .ui-corner-all {
  border-radius: 0;
}
.w-dialog .ui-dialog-titlebar {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 15px 45px 0;
  font-weight: bold;
  color: #33879E;
  font-size: 18px;
  line-height: 1;
}
.w-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 0;
  overflow: hidden;
  transition-duration: .3s;
  opacity: .5;
}
.w-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
}
.w-dialog .ui-dialog-titlebar-close:before, .w-dialog .ui-dialog-titlebar-close:after {
  content: '';
  width: 24px;
  height: 3px;
  margin: 8px 0 0 -3px;
  position: absolute;
  background: #33879E;
  display: block;
  top: 0;
  left: 0;
  border-radius: 2px;
}
.w-dialog .ui-dialog-titlebar-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.w-dialog .ui-dialog-titlebar-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.w-dialog.no_title .ui-dialog-titlebar {
  min-height: unset;
  height: 0;
  border: none;
  margin: 0;
  padding: 0;
  width: 0;
  overflow: hidden;
}
.w-dialog.no_title .ui-dialog-title {
  display: none;
}
.w-dialog.no_close .ui-dialog-titlebar-close {
  display: none;
}

.w-dialog-content {
  padding: 40px 45px 40px;
}
@media screen and (max-width: 639px) {
  .w-dialog-content {
    padding: 30px 15px 30px;
  }
}

.w-dialog-overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

/*----- Main css -----*/
html,
body {
  height: 100%;
}

body {
  background: #fff;
  font-family: "Lato", "sans-serif";
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}
@media screen and (max-width: 430px) {
  body {
    padding-top: 50px;
  }
}

.container {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}

.login_via_admin {
  position: fixed;
  right: 10px;
  top: 50px;
  background-color: #ca0012;
  color: #fff;
  z-index: 9999;
  padding: 10px;
  line-height: 1;
  font-weight: bold;
  opacity: 0.8;
}

.site_header {
  width: 100%;
  height: 50px;
  background: #fff;
  line-height: 50px;
  position: relative;
}
.site_header &gt; div &gt; * {
  display: inline-block;
  vertical-align: middle;
}
.site_header .logo {
  height: 46px;
}
.site_header .logo img {
  float: left;
  height: 100%;
}
.site_header .info {
  margin-left: 25px;
  line-height: 1;
  max-width: 200px;
}
@media screen and (max-width: 1199px) {
  .site_header .info {
    margin-left: 10px;
  }
}
.site_header .menu {
  float: right;
  margin-right: 0;
}
.site_header .menu .menu_button {
  display: none;
  margin-top: 8px;
  float: right;
  width: 35px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.site_header .menu .menu_button span,
.site_header .menu .menu_button span:before,
.site_header .menu .menu_button span:after {
  background: #000;
  content: '';
  position: absolute;
  right: 0;
  width: 25px;
  height: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition-duration: .5s;
}
.site_header .menu .menu_button span {
  right: 5px;
  top: 50%;
  margin-top: -1px;
}
.site_header .menu .menu_button span:before {
  top: 7px;
}
.site_header .menu .menu_button span:after {
  top: -7px;
}
.site_header .menu.active .menu_button span {
  background: none;
}
.site_header .menu.active .menu_button span:before {
  -webkit-transform: translate(0px, -7px) rotate(45deg);
  -moz-transform: translate(0px, -7px) rotate(45deg);
  -ms-transform: translate(0px, -7px) rotate(45deg);
  transform: translate(0px, -7px) rotate(45deg);
}
.site_header .menu.active .menu_button span:after {
  -webkit-transform: translate(0px, 7px) rotate(-45deg);
  -moz-transform: translate(0px, 7px) rotate(-45deg);
  -ms-transform: translate(0px, 7px) rotate(-45deg);
  transform: translate(0px, 7px) rotate(-45deg);
}
.site_header .menu ul {
  display: flex;
  align-items: center;
}
.site_header .menu ul li {
  margin-left: 25px;
}
.site_header .menu ul li a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  transition-duration: .3s;
}
.site_header .menu ul li a:hover {
  color: #000;
}
.site_header .menu ul:not(.responsive) .icon a {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: url('../img/sprite.534319817.svg') no-repeat;
  color: transparent;
}
.site_header .menu ul:not(.responsive) .icon a:hover {
  color: transparent;
}
.site_header .menu ul:not(.responsive) .icon.foundation a {
  background-position: -100px -150px;
}
.site_header .menu ul:not(.responsive) .icon.donate a {
  background-position: 0 -150px;
}
.site_header .menu ul:not(.responsive) .icon.newsletter a {
  background-position: -50px -150px;
}
.site_header .menu ul .languages select {
  width: 140px;
  padding: 5px;
  font-size: 16px;
  color: #33879E;
}
@media screen and (max-width: 1199px) {
  .site_header .menu ul li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .site_header .menu .menu_button {
    display: block;
  }
  .site_header .menu ul {
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    right: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 3px 3px 2px #d7dae4;
  }
  .site_header .menu ul li {
    display: block;
    margin-left: 0;
    line-height: 1;
  }
  .site_header .menu ul li a {
    padding: 7px 3px;
  }
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  background: #fff;
  z-index: 10000;
}
.ui-autocomplete .ui-menu-item {
  border: #33879E;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item-wrapper {
  padding: 10px;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  background: #ebf3f5;
}

/*----- Main -----*/
.main {
  padding: 60px 0;
}
.layout_wide .main .content {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 20px 0;
  }
}

/*----- Message boxes -----*/
.message {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
}
.message &gt; div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.message.info {
  background: #dbecff;
}
.message.success {
  background: #dcf1d7;
}
.message.warning {
  background: #fefccb;
}
.message.error {
  background: #ffebca;
}

.site_footer {
  display: table-row;
  height: 1px;
}

h1 {
  margin-bottom: 0.8em;
}

tr:nth-child(2n+1) {
  background: #f5f9fa;
}

tr:hover {
  background: #ebf3f5;
}

th {
  font-weight: bold;
  text-align: left;
}

th, td {
  padding: 5px 10px;
}

/*----- Form -----*/
.submit,
.input {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .submit,
  .input {
    margin-top: 15px;
  }
}

.submit button {
  width: 100%;
}

.input.required label:after {
  content: '*';
  position: absolute;
  margin-left: 1px;
  color: #ca0012;
}
.input.password &gt; div {
  position: relative;
}
.input.password input {
  padding-right: 40px;
}
.input.password .toggle {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.input.password .toggle.show {
  background: url('../img/sprite.534319817.svg') no-repeat 0 -30px;
}
.input.password .toggle.hide {
  background: url('../img/sprite.534319817.svg') no-repeat -40px -30px;
}
.input.radio label[for] {
  margin-top: 10px;
}
.input.radio label[for]:after {
  content: '';
}

input[type='radio'],
input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  z-index: -10;
}
input[type='radio'] + .state,
input[type='checkbox'] + .state {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  border: 1px solid #d7dae4;
  margin-right: 1ex;
}
input[type='radio']:checked + .state:after,
input[type='checkbox']:checked + .state:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
input[type='radio']:focus + .state,
input[type='checkbox']:focus + .state {
  outline: 2px solid #33879E;
}

input[type='radio'] + .state {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
input[type='radio']:checked + .state:after {
  margin: 2px;
  background: #161e31;
  border-radius: 50%;
}

input[type='checkbox'] + .state {
  width: 16px;
  height: 16px;
}
input[type='checkbox']:checked + .state:after {
  background: url('../img/sprite.534319817.svg') no-repeat -260px -30px;
  width: 14px;
  height: 14px;
  margin: auto;
}

a.asc:after {
  content: ' ▵';
  position: relative;
  top: -0.1em;
}

a.desc:after {
  content: ' ▿';
  position: relative;
  top: -0.1em;
}

form .row {
  display: flex;
  gap: 4%;
}
form .row .half {
  width: 48%;
}
form .row .small {
  width: 23%;
}
form .row .large {
  width: 73%;
}

.page_map .main {
  padding: 0;
}
.page_map .main .content {
  max-width: 100%;
  padding: 0;
}
.page_map .site_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
}
.page_map .site_header &gt; div {
  max-width: 100%;
}
.page_map .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page_map .logo_control {
  height: 24px;
  margin: 1px;
  overflow: hidden;
  display: block;
}
.page_map .logo_control img {
  float: left;
  height: 100%;
}
.page_map .ministry_logo {
  right: 50px !important;
  bottom: 45px !important;
  margin: 0 20px 25px 0;
  overflow: hidden;
  display: block;
  opacity: .9;
}
.page_map .ministry_logo img {
  height: 153px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .page_map .ministry_logo img {
    height: 81px;
  }
}
.page_map #pac_input_container {
  width: 350px;
  max-width: 95%;
  margin: 10px;
  position: relative;
  background: #fff;
  font-size: 16px;
}
.page_map #pac_input_container .clear_search,
.page_map #pac_input_container .enter {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 2px;
  right: 2px;
  background: #fff;
  padding: 0;
  color: transparent;
  overflow: hidden;
}
.page_map #pac_input_container .clear_search:hover, .page_map #pac_input_container .clear_search:focus,
.page_map #pac_input_container .enter:hover,
.page_map #pac_input_container .enter:focus {
  opacity: 1;
}
.page_map #pac_input_container .clear_search {
  display: none;
}
.page_map #pac_input_container .clear_search:before, .page_map #pac_input_container .clear_search:after {
  content: '';
  position: absolute;
  background: #d7dae4;
  right: 10px;
  top: 12px;
  width: 15px;
  height: 2px;
}
.page_map #pac_input_container .clear_search:before {
  -webkit-transform: translate(0px, 5px) rotate(45deg);
  -moz-transform: translate(0px, 5px) rotate(45deg);
  -ms-transform: translate(0px, 5px) rotate(45deg);
  transform: translate(0px, 5px) rotate(45deg);
}
.page_map #pac_input_container .clear_search:after {
  -webkit-transform: translate(0px, 5px) rotate(-45deg);
  -moz-transform: translate(0px, 5px) rotate(-45deg);
  -ms-transform: translate(0px, 5px) rotate(-45deg);
  transform: translate(0px, 5px) rotate(-45deg);
}
.page_map #pac_input_container .enter:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: url('../img/sprite.534319817.svg') no-repeat -50px 0;
}
@media screen and (max-width: 639px) {
  .page_map #pac_input_container {
    z-index: 1 !important;
  }
}
.page_map .empty_control {
  height: 50px;
  width: 1px;
}
.page_map .refresh_search_control {
  margin-top: 50px;
  padding: 10px;
}
.page_map .refresh_search_control .refresh_search_button {
  font-size: 16px;
}
.page_map .refresh_search_control .refresh_search_button.inactive {
  visibility: hidden;
  pointer-events: none;
}
.page_map .map_sidebar {
  display: none;
  width: 350px;
  bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  margin: 10px 10px 0 10px;
  padding: 15px;
  position: absolute;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Lato", "sans-serif";
}
.page_map .map_sidebar .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transition-duration: .3s;
  color: transparent;
  overflow: hidden;
}
.page_map .map_sidebar .close::selection {
  color: transparent;
}
.page_map .map_sidebar .close:before, .page_map .map_sidebar .close:after {
  background: #000;
  content: '';
  position: absolute;
  right: 12px;
  top: 14px;
  width: 15px;
  height: 2px;
}
.page_map .map_sidebar .close:before {
  -webkit-transform: translate(0px, 5px) rotate(45deg);
  -moz-transform: translate(0px, 5px) rotate(45deg);
  -ms-transform: translate(0px, 5px) rotate(45deg);
  transform: translate(0px, 5px) rotate(45deg);
}
.page_map .map_sidebar .close:after {
  -webkit-transform: translate(0px, 5px) rotate(-45deg);
  -moz-transform: translate(0px, 5px) rotate(-45deg);
  -ms-transform: translate(0px, 5px) rotate(-45deg);
  transform: translate(0px, 5px) rotate(-45deg);
}
.page_map .map_sidebar .close:hover {
  opacity: .6;
}
.page_map .map_sidebar h3 {
  word-break: break-word;
  margin-right: 30px;
}
.page_map .map_sidebar .types {
  color: #8b8e99;
  font-size: 12px;
  margin-top: 5px;
}
.page_map .map_sidebar .navigation {
  margin-top: 15px;
}
.page_map .map_sidebar .navigation .go_back {
  float: left;
  line-height: 30px;
  color: #33879E;
}
@media screen and (max-width: 767px) {
  .page_map .map_sidebar {
    right: 0;
    width: auto;
    max-width: 340px;
    overflow-y: scroll;
    z-index: 1 !important;
  }
}
.page_map .location_control {
  width: 40px;
  height: 40px;
  margin: 22px 10px;
  background: #fff;
}
.page_map .location_control .location_button {
  width: 26px;
  height: 26px;
  margin: 7px;
  padding: 0;
  display: block;
  background: url('../img/sprite.534319817.svg') no-repeat -20px 0;
}
.page_map #location_popup {
  width: 800px;
}
.page_map .w-dialog {
  background: rgba(255, 255, 255, 0.95);
}
.page_map .ui-widget-overlay {
  margin-top: 50px;
  background: none;
}
.page_map .not_logged_in_popup, .page_map .unlock_unlimited_lookups, .page_map .app_install {
  border-radius: 100px;
}
.page_map .not_logged_in_popup .ui-dialog-titlebar-close, .page_map .unlock_unlimited_lookups .ui-dialog-titlebar-close, .page_map .app_install .ui-dialog-titlebar-close {
  -webkit-transform: scale(1.8, 1.8);
  -moz-transform: scale(1.8, 1.8);
  -ms-transform: scale(1.8, 1.8);
  transform: scale(1.8, 1.8);
  top: 50px;
  right: 50px;
}
.page_map .not_logged_in_popup .w-dialog-content, .page_map .unlock_unlimited_lookups .w-dialog-content, .page_map .app_install .w-dialog-content {
  width: 550px;
  height: 550px;
  min-height: 550px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .page_map .not_logged_in_popup, .page_map .unlock_unlimited_lookups, .page_map .app_install {
    border-radius: 50px;
  }
}
.page_map .not_logged_in_popup .w-dialog-content .actions, .page_map .unlock_unlimited_lookups .w-dialog-content .actions, .page_map .app_install .w-dialog-content .actions {
  display: flex;
  justify-content: space-around;
}
.page_map .not_logged_in_popup .w-dialog-content .actions a, .page_map .unlock_unlimited_lookups .w-dialog-content .actions a, .page_map .app_install .w-dialog-content .actions a {
  line-height: 55px;
  font-size: 28px;
  border-radius: 55px;
  min-width: 190px;
}
.page_map .not_logged_in_popup .w-dialog-content &gt; div:before {
  content: '';
  display: inline-block;
  width: 130px;
  height: 130px;
  background: url('../img/smiley.477577041.svg') no-repeat;
}
.page_map .not_logged_in_popup .w-dialog-content .title {
  margin-top: 30px;
  font-size: 46px;
  line-height: 1;
}
.page_map .not_logged_in_popup .w-dialog-content .actions {
  margin-top: 45px;
}
.page_map .not_logged_in_popup .w-dialog-content .subtitle {
  margin-top: 30px;
  font-size: 23px;
}
.page_map .not_logged_in_popup .w-dialog-content .features {
  max-width: 380px;
  margin: 5px auto 15px;
  color: #33879E;
  font-size: 18px;
}
.page_map .not_logged_in_popup .w-dialog-content .features .row {
  display: flex;
  justify-content: space-between;
}
.page_map .not_logged_in_popup .w-dialog-content .features span:nth-child(even) {
  text-align: right;
}
.page_map .unlock_unlimited_lookups .w-dialog-content &gt; div {
  width: 460px;
}
.page_map .unlock_unlimited_lookups .w-dialog-content .two_columns {
  display: flex;
  align-items: center;
  font-size: 38px;
}
.page_map .unlock_unlimited_lookups .w-dialog-content .two_columns &gt; div {
  min-width: 50%;
}
.page_map .unlock_unlimited_lookups .w-dialog-content .actions {
  margin-top: 67px;
}
.page_map .app_install .w-dialog-content &gt; div {
  width: 390px;
}
.page_map .app_install .w-dialog-content .images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_map .app_install .w-dialog-content .actions {
  margin-top: 23px;
}
.page_map .app_install .w-dialog-content .actions a {
  width: 100%;
}
.page_map .app_install .w-dialog-content p {
  margin-top: 20px;
  font-size: 22px;
  letter-spacing: -.2px;
}

.page_intro {
  background: #fff url('../img/map.3425603455.png') repeat center top;
  background-size: cover;
}

#page_intro {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  min-height: 80vh;
  justify-content: center;
  align-items: center;
}
#page_intro &gt; div {
  flex: 1;
}
#page_intro .page_title {
  font-size: 56px;
  margin-bottom: 0;
}
#page_intro .page_subtitle {
  font-size: 32px;
}
#page_intro ul {
  margin: 40px 0;
}
#page_intro ul li {
  list-style: none;
  width: 25%;
  float: left;
  padding: 0 10px;
}
#page_intro ul li img {
  width: 80px;
  height: 80px;
}
#page_intro ul li .image_description {
  margin-top: 28px;
  font-size: 24px;
}
#page_intro .submit {
  margin-top: 45px;
}
#page_intro .submit button {
  width: auto;
  color: #fff;
  background-color: #33879E;
  font-size: 40px;
  line-height: 60px;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
#page_intro .submit button:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  background: url('../img/sprite.534319817.svg') no-repeat -130px 0;
}
#page_intro .notes {
  margin-top: 30px;
  font-size: 13px;
  color: #585858;
}
@media screen and (max-width: 1023px) {
  #page_intro ul li {
    width: 50%;
  }
}
@media screen and (max-width: 479px) and (max-height: 835px) {
  #page_intro ul {
    margin: 15px 0;
  }
  #page_intro ul li {
    width: 50%;
  }
  #page_intro ul li img {
    width: 40px;
    height: 40px;
  }
  #page_intro ul li .image_description {
    margin-top: 10px;
  }
  #page_intro .submit {
    margin: 20px auto;
  }
}
@media screen and (max-width: 479px) and (max-height: 666px) {
  #page_intro {
    line-height: 1.1;
  }
  #page_intro .page_subtitle {
    font-size: 24px;
  }
}

#place_view .supporter_info {
  margin: -15px -15px 0;
  color: #33879E;
  line-height: 1.2;
}
#place_view .supporter_info + header {
  margin-top: 15px;
}
#place_view .level_1.supporter_info {
  position: relative;
  padding: 10px 15px;
  background: #d6e7ec;
  font-size: 18px;
}
#place_view .level_1.supporter_info:before {
  content: '';
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  background: url('../img/sprite.534319817.svg') no-repeat -120px -60px;
  margin-right: 10px;
}
#place_view .level_2.supporter_info {
  position: relative;
  padding: 10px 15px;
  background: #fef9d9;
  font-size: 20px;
  text-align: center;
}
#place_view .level_2.supporter_info:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 48px;
  height: 48px;
  background: url('../img/sprite.534319817.svg') no-repeat -150px -60px;
}
#place_view .level_2.supporter_info:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 52px;
  height: 45px;
  background: url('../img/sprite.534319817.svg') no-repeat -350px -60px;
}
#place_view .level_3.supporter_info .header {
  position: relative;
  background: #fef9d9;
  font-size: 28px;
  padding: 32px 0 7px 50px;
  font-weight: bold;
  text-transform: uppercase;
}
#place_view .level_3.supporter_info .header:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 63px;
  height: 63px;
  background: url('../img/sprite.534319817.svg') no-repeat -200px -60px;
}
#place_view .level_3.supporter_info .header:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 77px;
  height: 45px;
  background: url('../img/sprite.534319817.svg') no-repeat -270px -60px;
}
#place_view .level_3.supporter_info .supporter_message {
  background: #d6e7ec;
  font-size: 18px;
  padding: 10px 15px;
  border-top: 3px solid #33879E;
  border-bottom: 3px solid #33879E;
}

#place_view .place_header, #place_add .place_header,
#place_edit .place_header, #place_comments_add .place_header, #pet_policies_add .place_header, #pet_policies_additional_info .place_header {
  position: relative;
}
#place_view .place_header h5, #place_add .place_header h5,
#place_edit .place_header h5, #place_comments_add .place_header h5, #pet_policies_add .place_header h5, #pet_policies_additional_info .place_header h5 {
  color: #8b8e99;
}
#place_view .owner_offer, #place_add .owner_offer,
#place_edit .owner_offer, #place_comments_add .owner_offer, #pet_policies_add .owner_offer, #pet_policies_additional_info .owner_offer {
  text-align: right;
}
#place_view .owner_offer a, #place_add .owner_offer a,
#place_edit .owner_offer a, #place_comments_add .owner_offer a, #pet_policies_add .owner_offer a, #pet_policies_additional_info .owner_offer a {
  margin-right: 15px;
  font-size: 11px;
  color: #8b8e99;
  text-decoration: underline;
}

#place_view .place_info, #place_add .place_info,
#place_edit .place_info {
  margin-top: 20px;
}
#place_view .place_info p, #place_add .place_info p,
#place_edit .place_info p {
  margin-top: 15px;
}
#place_view .place_info a:hover, #place_add .place_info a:hover,
#place_edit .place_info a:hover {
  text-decoration: underline;
}
#place_view .place_info .working_hours, #place_add .place_info .working_hours,
#place_edit .place_info .working_hours {
  font-size: inherit;
  padding: 3px;
}

#place_view .view_accessibility .title {
  font-weight: bold;
}
#place_view .view_accessibility img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  vertical-align: middle;
}
#place_view .accessibility_type {
  margin-top: 15px;
  position: relative;
}
#place_view .accessibility_type .edit {
  position: absolute;
  color: transparent !important;
  top: -5px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 10px;
}
#place_view .accessibility_type .edit:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('../img/sprite.534319817.svg') no-repeat 0 0;
}
#place_view .view_and_book {
  display: block;
  font-size: 22px;
  color: #ca0012;
  padding: 10px 0;
  margin-bottom: -10px;
  text-decoration: underline;
  outline-color: #ca0012;
}
#place_view .favourites {
  line-height: 20px;
  margin: 20px 10px 0;
}
#place_view .favourites .add_favourites {
  float: left;
  color: #8b8e99;
}
#place_view .favourites .add_favourites:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/sprite.534319817.svg') no-repeat -160px 0;
  vertical-align: middle;
  margin-right: 20px;
}
#place_view .favourites .favourites_count {
  float: right;
  color: #ca0012;
}
#place_view .favourites .favourites_count:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/sprite.534319817.svg') no-repeat -180px 0;
  vertical-align: middle;
  margin-right: 15px;
}
#place_view .enter_policy {
  display: block;
  color: #585858;
  margin: -10px 0 25px;
}
#place_view .pet_policy {
  margin: 20px -15px 0;
  padding: 20px 15px;
  background: #fefcec;
  font-size: 12px;
}
#place_view .pet_policy h4 .verified {
  color: #33879E;
  font-size: 16px;
  margin-left: 1ex;
  white-space: nowrap;
}
#place_view .pet_policy h4 .verified:before {
  content: '';
  display: inline-block;
  background: url('../img/sprite.534319817.svg') no-repeat -200px 0;
  vertical-align: text-bottom;
  margin-right: 1ex;
  width: 20px;
  height: 20px;
}
#place_view .pet_policy .notes {
  margin-top: 10px;
  color: #33879E;
  font-size: 16px;
  font-style: italic;
}
#place_view .pet_policy .item {
  margin-top: 5px;
  line-height: 24px;
}
#place_view .pet_policy .item.fee {
  margin-top: 25px;
}
#place_view .pet_policy .item.fee:before {
  width: 26px;
  height: 26px;
  background-position: -120px -30px;
}
#place_view .pet_policy .item.assistance_dog_fee {
  margin-bottom: 16px;
}
#place_view .pet_policy .item.assistance_dog_fee:before {
  width: 26px;
  height: 26px;
  background-position: -160px -30px;
}
#place_view .pet_policy .item.enabled:before {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  background-position: -200px -30px;
}
#place_view .pet_policy .item.unknown:before {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  background-position: -220px -30px;
}
#place_view .pet_policy .item.disabled:before {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  background-position: -240px -30px;
}
#place_view .pet_policy .edit_policy {
  color: #585858;
  opacity: 0.7;
  float: right;
  font-size: 12px;
  line-height: 20px;
}
#place_view .pet_policy .edit_policy:hover {
  opacity: 1;
}
#place_view .pet_policy .additional_info {
  color: #009ca6;
}
#place_view .place_comments {
  margin-top: 20px;
}
#place_view .place_comments p {
  margin-top: 10px;
  font-size: smaller;
}
#place_view .place_comments p:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  background: url('../img/sprite.534319817.svg') no-repeat -70px 0;
}

#place_add .input.accessibilities,
#place_edit .input.accessibilities {
  margin-top: 15px;
  width: 100%;
  padding: 15px 0;
}
#place_add .input.accessibilities input,
#place_edit .input.accessibilities input {
  display: none;
}
#place_add .input.accessibilities &gt; div,
#place_edit .input.accessibilities &gt; div {
  margin-top: 15px;
}
#place_add .input.accessibilities &gt; div:first-child,
#place_edit .input.accessibilities &gt; div:first-child {
  margin-top: 0;
}
#place_add .input.accessibilities .state,
#place_edit .input.accessibilities .state {
  display: none;
}
#place_add .input.accessibilities button,
#place_edit .input.accessibilities button {
  display: block;
  width: 100%;
  position: relative;
  font-size: 14px;
  padding: 0 0 0 40px;
  color: inherit;
  background-color: inherit;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  transition-duration: .3s;
}
#place_add .input.accessibilities button img,
#place_edit .input.accessibilities button img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
}
#place_add .input.accessibilities button:before,
#place_edit .input.accessibilities button:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #161e31;
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#place_add .input.accessibilities button:hover,
#place_edit .input.accessibilities button:hover {
  opacity: .6;
}
#place_add .input.accessibilities input:checked + button:after,
#place_edit .input.accessibilities input:checked + button:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 12px;
  background: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#place_add .is_sponsored_place,
#place_edit .is_sponsored_place {
  font-size: 18px;
  color: #33879E;
}

#place_comments_add textarea {
  font-size: 16px;
  height: 120px;
}

#pet_policies_add {
  max-width: 520px;
  margin: 0 auto;
}
#pet_policies_add textarea {
  font-size: 16px;
  height: 150px;
}
#pet_policies_add .notes {
  margin: 5px 0 7px;
  font-size: smaller;
  color: #585858;
  line-height: 1.2;
}

#pet_policies_additional_info {
  max-width: 450px;
  margin: 0 auto;
}
#pet_policies_additional_info .notes {
  margin: 5px 0 7px;
  font-size: smaller;
  color: #585858;
  line-height: 1.2;
}
#pet_policies_additional_info .navigation {
  margin-top: 15px;
}
#pet_policies_additional_info .navigation .go_back {
  float: left;
  line-height: 30px;
  color: #33879E;
}

#user_login, #user_signup {
  display: flex;
  position: relative;
  justify-content: space-between;
  min-height: calc(100vh - 120px);
}
#user_login .section_wrap, #user_signup .section_wrap {
  width: 340px;
  max-width: 340px;
  align-self: center;
}
#user_login label, #user_signup label {
  margin-bottom: 20px;
}
#user_login .submit, #user_signup .submit {
  margin-top: 45px;
}
#user_login .signup_link, #user_signup .signup_link {
  margin-top: 40px;
  line-height: 1.8;
}
#user_login:after, #user_signup:after {
  content: '';
  flex: 1;
  max-width: 750px;
  margin-left: 20px;
  background: url('../img/account.1651555522.jpeg') no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}
#user_login .benefits, #user_signup .benefits {
  position: absolute;
  right: 30px;
  top: 0;
  margin-top: 40px;
  background: rgba(214, 231, 236, 0.9);
  padding: 60px 40px;
  border-radius: 40px;
  font-size: 20px;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  #user_login, #user_signup {
    display: block;
  }
  #user_login .section_wrap, #user_signup .section_wrap {
    margin: 0 auto;
  }
  #user_login:after, #user_signup:after {
    display: none;
  }
  #user_login .benefits, #user_signup .benefits {
    position: static;
    margin: 40px auto 0;
  }
}

#user_login .message {
  margin-bottom: 40px;
}

#user_signup .terms {
  font-size: 10px;
}

#user_forgot_password {
  max-width: 350px;
  margin: 0 auto;
}

#user_reset_password {
  max-width: 350px;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>