/* ####################################################### */

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

html {
  box-sizing: border-box;
}

/* ####################### general ####################### */

*, *:before, *:after {
  box-sizing: inherit;
}

div, span, a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  border: 0px;
}

b {
  font-weight: 600;
}

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

a:hover {
  color: inherit;
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

textarea:focus, input:focus {
  outline: none;
}

textarea {
  resize: none;
}

.shadow {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.9);
  
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.9);
  
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.9);
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #fff;
  color: #000;
  padding: 0;
  z-index: 1000;
}

.skip-link:focus {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  padding: 12px 16px;
  border: 2px solid #000;
  font-weight: bold;
}

#main-content {
  scroll-margin-top: 180px;
}

/* ####################### headings ###################### */

h1.home {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  font-family: 'Montserrat SemiBold', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 42px;
  letter-spacing: -2px;
  color: #575757;
}

h2.home {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  font-family: 'Montserrat SemiBold', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 42px;
  color: #fff;
}

h3.home {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  font-family: 'Montserrat Medium', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 34px;
  color: #fff;
}

h4.home {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  font-family: 'Montserrat Medium', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}

h1 {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 35px;
  font-family: 'Montserrat SemiBold', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: -2px;
  color: #575757;
}

h2 {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat Medium', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #575757;
}

h3 {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #575757;
}

h3.reviews {
  padding: 25px 0px 35px 0px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 44px;
  line-height: 36px;
  color: #575757;
}

/* ###################### main menu ###################### */

#fixedmenu-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px
  margin: 0px;
  vertical-align: top;
  z-index: 799;
}

.black_menu_fade {
  background: #000;
  opacity: 0;
}

#fixedmenu-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px
  margin: 0px;
  vertical-align: top;
  z-index: 800;
}

#fixedmenu, #fixedmenu-mobile, #fixedmenu-phone {
  width: 100%;
  padding: 0px
  margin: 0px;
}

.fixed_menu_outer {
  margin: 0 auto;
  width: 95%;
  max-width: 1800px;
  padding: 0px
  margin: 0px;
  display: table;
}

.fixed_cell1 {
  display: table-cell;
  padding: 0px
  margin: 0px;
  text-align: left;
  vertical-align: middle;
}

.fixed_cell2 {
  display: table-cell;
  padding: 0px
  margin: 0px;
  color: #fff;
  text-align: right;
  vertical-align: middle;
}

.sep {
  color: #fff;
  padding: 0px 12px 0px 12px;
}

a.menu {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.8px;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}

a.menu:hover {
  color: #fff;
}

a.menu::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: -6px;
  left: 0;
  background-color: #9cbdda;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

a.menu:hover::before {
  transform: scaleX(1.05);
}

#search-button-toggle, #search-form-submit {
  cursor: pointer;
}

#search-cell-input, #search-cell-trigger {
  display: table-cell;
}

#search-cell-trigger-2 {
  display: none;
}

.search-cell-width {
  height: 52px;
  width: 250px;
}

.header-form-input {
  height: 38px;
  width: 240px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 16px;
  border: 0px;
  background: #3b6a9d;
  color: #fff;
  padding: 5px;
  margin: 0px;
  margin-top: 6px;
  margin-left: 10px;
}

.header-form-input::placeholder {
  color: #fff;
}

.headersearchform {
  width: 250px;
}

#search-form-submit {
  display: none;
}

#search-form-submit-active {
  height: 48px;
  width: 62px;
}

/* ##################### mobile menu ##################### */

#darkoverlay {
  position: fixed;
  z-index: 850;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #252525;
  display: none;
}

#side-menu-container {
  position: fixed;
  z-index: 900;
  top: 0%;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #252525;
}

#closemenu {
  position: fixed;
  z-index: 999;
  top: 20px;
  width: 55px;
  height: 55px;
  background: url(menuclose.svg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
  display: none;
}

.header-padding-left {
  padding-left: 20px;
}

.header-padding-right {
  padding-right: 20px;
}

.closemenupadding {
  right: 36px;
}

.closemenupaddingmobile {
  right: 18px;
}

@supports(padding: max(0px)) {
  .closemenupadding { right: max(36px, env(safe-area-inset-right)); }
  .closemenupaddingmobile { right: max(18px, env(safe-area-inset-right)); }
}

/* #################### main logo area ################### */

#logo-container {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 680px;
  max-height: 900px;
  overflow: hidden;
  z-index: 0;
}

#logo-main {
  position: absolute;
  z-index: 100;
  width: 60%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

#arrow {
  position: absolute;
  z-index: 100;
  bottom: 38px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 19px;
  cursor: pointer;
}

#photo-area {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#photo-area div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#homephoto1 {
  z-index: 3;
}

#homephoto2 {
  z-index: 2;
}

#homephoto3, #homephoto4 {
  z-index: 1;
}

.homebg1 {
  background: url(homebg_1.jpg);
  background-position: 45% 45%;
  background-repeat: no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.homebg2 {
  background: url(homebg_2.jpg);
  background-position: 45% 45%;
  background-repeat: no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.homebg3 {
  background: url(homebg_3.jpg);
  background-position: 45% 45%;
  background-repeat: no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.homebg4 {
  background: url(homebg_4.jpg);
  background-position: 45% 45%;
  background-repeat: no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.backgroundzoom {
  background-position: 55% 55%;
  transform: scale(1.2);
  transition: all 7s linear;
  transition-property: background-position, transform;
}

/* ############## main logo area (inner page) ############# */

#logo-container-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 510px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#dark-overlay-inner {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 510px;
  background-color: rgba(0, 0, 0, 0.45);
}

#logo-main-inner {
  position: absolute;
  z-index: 100;
  width: 45%;
  max-width: 350px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
}

#photo-area-inner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 510px;
  overflow: hidden;
  z-index: 0;
}

#photo-area-inner div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* #################### content area ##################### */

.breadcrumbs {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 10px;
  text-align: left;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #575757;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.content-lrg {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: 30px;
  color: #575757;
}

.content {
  text-align: justify;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #575757;
}

.content-padding {
  padding-left: 50px;
  padding-right: 50px;
  width: 90%;
}

@supports(padding: max(0px)) {
  .content-padding {
    padding-left: max(50px, env(safe-area-inset-left));
    padding-right: max(50px, env(safe-area-inset-right));
  }
}

#dark-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-color:rgba(0, 0, 0, 0.65);
}

.content-button {
  margin: 0;
  width: 250px;
  height: 55px;
  font-family: 'Montserrat SemiBold', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 13px 28px 13px 28px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color .25s ease-out, color .25s ease-out;
}

.content-button:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  border: 2px solid #fff;
  text-decoration: none;
  transition: background-color .25s ease-out, color .25s ease-out;
}

.sitemaptree {
  max-width: 500px;
  text-align: justify;
  line-height: 30px;
}

.town-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 40px 0px 40px 0px;
}

.town-card {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  width: 390px;
  height: 220px;
}

.town-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  text-decoration: none;
}

.town-card img {
  position: absolute;
  inset: 0 0 25% 0;
  width: 100%;
  height: 75%;
  object-fit: cover;
}

.town-card-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  min-height: 25%;
  padding: 14px 18px;
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.1;
}

.dag-cats, .dag-cats * {
  box-sizing: border-box;
}

.dag-cats .section-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.dag-cats .section-grid > li {
  margin: 0;
  padding: 0;
}

.section-card {
  display: block;
  background: #fff;
  color: inherit;
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid #e3e3e3;
  padding: 18px;
  min-height: 150px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.section-card:hover .section-title {
  text-decoration: underline;
}

.section-card:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}

.section-icon {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}

.section-title {
  text-align: left;
  font-size: 1.05rem;
  margin: 0 0 6px 0;
}

.section-card-text {
  text-align: left;
  font-size: .95rem;
  color: #333;
}

.section-empty {
  grid-column: 1 / -1;
  padding: 12px;
  background: #f7f7f7;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
}

.place-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}

.place-row {
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.place-row:hover {
  background: #d9e8f7;
}

.place-link {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 10px;
  text-decoration: none;
  color: inherit;
}

.place-title {
  font-weight: 700;
}

.place-meta {
  opacity: .75;
  font-size: .95rem;
  margin-left: auto;
  margin-right: 8px;
}

.place-arrow {
  font-size: 1.2rem;
}

.place-link:focus-visible {
  outline: 3px solid #000;
  outline-offset: 2px;
}

.place-empty {
  padding: 12px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.places-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 16px;
  padding-top: 0px;
}

.places-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: #1e5fa3;
  margin: .2rem 0 .4rem;
}

.places-sub {
  font-size: 1.2rem;
  color: #2a86cc;
  margin: 0 0 .6rem;
  border-bottom: 2px solid #cbd6e2;
  padding-bottom: .3rem;
}

.places-photo {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  height: 480px;
  overflow: hidden;
  border-radius: 8px;
}

.places-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 2px;
}

.row+.row {
  border-top: 1px solid #e6e6e6;
}

.row-icon {
  flex: 0 0 28px;
  text-align: center;
}

.row-icon i {
  font-size: 20px;
  color: #b1202b;
}

.row-text {
  flex: 1 1 auto;
}

.row-text p {
  margin: .1rem 0;
}

.feat {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 12px 0;
}

.feat img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
}

.feat span {
  font-size: 1rem;
}

.badge-list {
  margin-top: 10px;
}

.town-intro-text {
  margin-bottom: 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

.contact-card {
  border: 1px solid #c4c8cc;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  text-align: left;
}

.contact-name {
  margin: 0 0 5px;
  font-size: 18px;
}

.contact-desc {
  margin: 3px 0 10px;
  color: #444;
  font-size: 16px;
}

.contact-actions {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.contact-actions li {
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-actions i {
  color: #b1202b;
}

.search-wrap {
  max-width: 1050px;
  margin: 0 auto;
  padding: 16px;
  padding-top: 0px;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  align-items: flex-end;
  margin: 8px 0 16px;
}

.search-form label {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.search-form input[type="search"] {
  padding: 5px 10px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
}

.search-form button {
  padding: 5px 14px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #293f89;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.search-form button:hover {
  background: #1f2f67;
}

.search-form button:focus-visible {
  outline: 3px solid #000;
  outline-offset: 2px;
}

.results-count {
  margin: 8px 0 0;
}

.result-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}

.result-item {
  border-bottom: 1px solid #e5e5e5;
}

.result-link {
  display: block;
  padding: 18px 8px 20px 8px;
  text-decoration: none;
  color: inherit;
}

.result-title {
  font-weight: 800;
}

.result-meta {
  opacity: 0.75;
  font-size: 15px;
}

.result-excerpt {
  margin-top: 4px;
  color: #333;
}

.result-link:focus-visible {
  outline: 3px solid #000;
  outline-offset: 2px;
}

.muted {
  opacity: 0.75;
}

.nearme-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px; padding-top: 0px;
}

.nearme-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  align-items: flex-end;
  margin: 8px 0 16px;
}

.nearme-controls label {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.nearme-controls input[type="text"] {
  padding: 5px 10px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  font-size: 17px;
  box-sizing: border-box;
}

.nearme-controls button {
  padding: 5px 14px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #293f89;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.nearme-controls button:hover {
  background: #1f2f67;
}

.nearme-controls button:focus-visible {
  outline: 3px solid #000;
  outline-offset: 2px;
}

#nearme-map {
  margin-top: 20px;
  height: 70vh;
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
}

/* ##################### footer area ##################### */

#footer {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 24px;
}

.social-icon-wrapper {
  padding: 0;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 26px;
  font-size: 24px;
  color: #fff;
}

.social-icons {
  margin-left: 2px;
  margin-right: 2px;
  color: #fff;
}

.social-icons:hover {
  color: #9cbdda;
}

a.footerlink {
  font-family: 'Quicksand', sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

a.footerlink:hover{
  color: #fff;
  text-decoration: underline;
}

.footercharitytext {
  font-family: 'Quicksand', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

#fullcopyright {
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2px;
  font-size: 11px;
  color: #fff;
  display: block;
}

#midcopyright, #mobilecopyright, #phonecopyright {
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2px;
  font-size: 11px;
  color: #fff;
  display: none;
}

a.eighteenthree {
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2px;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}

a.eighteenthree:hover {
  color: #fff;
  text-decoration: underline;
}

/* ################### tables and forms ################## */

form {
  margin: 0px;
  padding: 0px;
  border: 0px;
  display: inline-block;
}

.newstyletable-tablewidth {
  width: 100%;
  max-width: 700px;
}

.newstyletable-inputwidth {
  width: 98%;
  max-width: 690px;
}

.newstyletable-heading {
  margin-bottom: 4px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}

.newstyletable-forminput {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1a1a1a;
  background: #f5f5f5;
  border: 0px;
  border-radius: 0px;
  padding: 2px;
  margin: 0px;
}

.newstyletable-formtextarea {
  overflow: auto;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1a1a1a;
  background: #f5f5f5;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
}

.newstyletable-btn {
  margin-bottom: 4px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  background: #8cc63f;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label {
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  color: #575757;
  display: block;
  margin-bottom: 8px;
}

.form-input-pink {
  width: 100%;
  min-height: 44px;
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #333;
  border: 2px dotted #ec3e97;
  border-radius: 0px;
  padding: 5px;
  margin: 0px;
}

.form-button-pink {
  height: 50px;
  font-family: 'Montserrat SemiBold', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  background: #ec3e97;
  border: 2px solid #ec3e97;
  border-radius: 4px;
  padding: 8px 25px 8px 25px;
  margin: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color .25s ease-out, color .25s ease-out;
}

.form-button-pink:hover {
  color: #ec3e97;
  background: #fff;
  transition: background-color .25s ease-out, color .25s ease-out;
}

.password-icon {
  font-size: 22px !important;
  margin-left: -34px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

/* ##################### media queries ##################### */

@media screen and (min-width:1501px) {
  h1.home { font-size:42px; margin-bottom:35px; }
  h2.home { font-size:38px; margin-bottom:35px; }
  h3.home { font-size:34px; margin-bottom:8px; }
  h4.home { font-size:32px; margin-bottom:8px; }
  h1 { font-size:42px; line-height:44px; margin-top:10px; margin-bottom:35px; }
  h2 { font-size:32px; }
  h3 { font-size:28px; }
  #fixedmenu-container, #fixedmenu-background { height:75px; }
  #fixedmenu { display:block; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:none; }
  #closemenu { top:20px; width:55px; height:55px; }
  .content-padding { padding-left:50px; padding-right:50px; width:90%; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(50px, env(safe-area-inset-left)); padding-right: max(50px, env(safe-area-inset-right)); } }
  a.menu, a.menu_on { font-size:15px; letter-spacing:0.8; }
  .headericons { font-size:20px; }
  .sep { padding: 0px 12px 0px 12px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:510px; }
  .content-button { width:250px; padding: 13px 28px 13px 28px; }
  .sidemenupadding { padding:0px; padding-left:30px; padding-right:150px; margin:0px; }
  #search-cell-input, #search-cell-trigger { display:table-cell; }
  #search-cell-trigger-2 { display:none; }
  .search-cell-width, .headersearchform { width:250px; }
  .header-padding-right { padding-right:20px; }
  .town-card { width:390px; height:220px; }
  .town-card-name { font-size:28px; }
}

@media screen and (min-width:1376px) and (max-width:1500px) {
  h1.home { font-size:42px; margin-bottom:35px; }
  h2.home { font-size:38px; margin-bottom:35px; }
  h3.home { font-size:34px; margin-bottom:8px; }
  h4.home { font-size:32px; margin-bottom:8px; }
  h1 { font-size:42px; line-height:44px; margin-top:10px; margin-bottom:35px; }
  h2 { font-size:32px; }
  h3 { font-size:28px; }
  #fixedmenu-container, #fixedmenu-background { height:75px; }
  #fixedmenu { display:block; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:none; }
  #closemenu { top:20px; width:55px; height:55px; }
  .content-padding { padding-left:50px; padding-right:50px; width:90%; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(50px, env(safe-area-inset-left)); padding-right: max(50px, env(safe-area-inset-right)); } }
  a.menu, a.menu_on { font-size:15px; letter-spacing:0.8; }
  .headericons { font-size:20px; }
  .sep { padding: 0px 12px 0px 12px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:510px; }
  .content-button { width:250px; padding: 13px 28px 13px 28px; }
  .sidemenupadding { padding:0px; padding-left:30px; padding-right:150px; margin:0px; }
  #search-cell-input, #search-cell-trigger { display:table-cell; }
  #search-cell-trigger-2 { display:none; }
  .search-cell-width, .headersearchform { width:250px; }
  .header-padding-right { padding-right:20px; }
  .town-card { width:350px; height:200px; }
  .town-card-name { font-size:26px; }
}

@media screen and (min-width:1151px) and (max-width:1375px) {
  h1.home { font-size:42px; margin-bottom:35px; }
  h2.home { font-size:38px; margin-bottom:35px; }
  h3.home { font-size:34px; margin-bottom:8px; }
  h4.home { font-size:32px; margin-bottom:8px; }
  h1 { font-size:42px; line-height:44px; margin-top:10px; margin-bottom:35px; }
  h2 { font-size:32px; }
  h3 { font-size:28px; }
  #fixedmenu-container, #fixedmenu-background { height:75px; }
  #fixedmenu { display:block; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:none; }
  #closemenu { top:20px; width:55px; height:55px; }
  .content-padding { padding-left:40px; padding-right:40px; width:92%; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(40px, env(safe-area-inset-left)); padding-right: max(40px, env(safe-area-inset-right)); } }
  a.menu, a.menu_on { font-size:15px; letter-spacing:0.8; }
  .headericons { font-size:20px; }
  .sep { padding: 0px 8px 0px 8px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:510px; }
  .content-button { width:250px; padding: 13px 28px 13px 28px; }
  .sidemenupadding { padding:0px; padding-left:30px; padding-right:150px; margin:0px; }
  #search-cell-input, #search-cell-trigger { display:table-cell; }
  #search-cell-trigger-2 { display:none; }
  .search-cell-width, .headersearchform { width:250px; }
  .header-padding-right { padding-right:20px; }
  .town-card { width:310px; height:175px; }
  .town-card-name { font-size:22px; line-height:1; }
}

@media screen and (min-width:1026px) and (max-width:1150px) {
  h1.home { font-size:42px; margin-bottom:35px; }
  h2.home { font-size:38px; margin-bottom:35px; }
  h3.home { font-size:34px; margin-bottom:8px; }
  h4.home { font-size:32px; margin-bottom:8px; }
  h1 { font-size:38px; line-height:40px; margin-top:10px; margin-bottom:35px; }
  h2 { font-size:32px; }
  h3 { font-size:28px; }
  #fixedmenu-container, #fixedmenu-background { height:75px; }
  #fixedmenu { display:block; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:none; }
  #closemenu { top:20px; width:55px; height:55px; }
  .content-padding { padding-left:50px; padding-right:50px; width:90%; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(50px, env(safe-area-inset-left)); padding-right: max(50px, env(safe-area-inset-right)); } }
  a.menu, a.menu_on { font-size:15px; letter-spacing:normal; }
  .headericons { font-size:20px; }
  .sep { padding: 0px 8px 0px 8px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:510px; }
  .content-button { width:250px; padding: 13px 28px 13px 28px; }
  .sidemenupadding { padding:0px; padding-left:30px; padding-right:150px; margin:0px; }
  #search-cell-input, #search-cell-trigger { display:table-cell; }
  #search-cell-trigger-2 { display:none; }
  .search-cell-width, .headersearchform { width:200px; }
  .header-padding-right { padding-right:0px; }
  .header-form-input { height:34px; margin-top:8px; }
  #logo-main { max-width:480px; }
  .town-card { width:390px; height:220px; }
  .town-card-name { font-size:28px; line-height:1.1; }
}

@media screen and (min-width:951px) and (max-width:1025px) {
  h1.home { font-size:42px; margin-bottom:35px; }
  h2.home { font-size:38px; margin-bottom:35px; }
  h3.home { font-size:34px; margin-bottom:8px; }
  h4.home { font-size:32px; margin-bottom:8px; }
  h1 { font-size:38px; line-height:40px; margin-top:10px; margin-bottom:35px; }
  h2 { font-size:32px; }
  h3 { font-size:28px; }
  #fixedmenu-container, #fixedmenu-background { height:75px; }
  #fixedmenu { display:block; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:none; }
  #closemenu { top:20px; width:55px; height:55px; }
  .content-padding { padding-left:50px; padding-right:50px; width:90%; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(50px, env(safe-area-inset-left)); padding-right: max(50px, env(safe-area-inset-right)); } }
  a.menu, a.menu_on { font-size:14px; letter-spacing:-0.5px; }
  .headericons { font-size:16px; }
  .sep { padding: 0px 8px 0px 8px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:510px; }
  .content-button { width:250px; padding: 13px 28px 13px 28px; }
  .sidemenupadding { padding:0px; padding-left:30px; padding-right:120px; margin:0px; }
  #search-cell-input, #search-cell-trigger { display:none; }
  #search-cell-trigger-2 { display:table-cell; }
  .header-padding-right { padding-right:0px; }
  #logo-main { max-width:450px; }
  .town-card { width:350px; height:200px; }
  .town-card-name { font-size:26px; }
}

@media screen and (min-width:801px) and (max-width:950px) {
  h1.home { font-size:42px; margin-bottom:35px; }
  h2.home { font-size:38px; margin-bottom:35px; }
  h3.home { font-size:34px; margin-bottom:8px; }
  h4.home { font-size:32px; margin-bottom:8px; }
  h1 { font-size:38px; line-height:40px; margin-top:10px; margin-bottom:35px; }
  h2 { font-size:32px; }
  h3 { font-size:28px; }
  #fixedmenu-container, #fixedmenu-background { height:75px; }
  #fixedmenu { display:block; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:none; }
  #closemenu { top:20px; width:55px; height:55px; }
  .content-padding { padding-left:40px; padding-right:40px; width:92%; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(40px, env(safe-area-inset-left)); padding-right: max(40px, env(safe-area-inset-right)); } }
  a.menu, a.menu_on { font-size:14px; letter-spacing:-0.5px; }
  .headericons { font-size:16px; }
  .sep { padding: 0px 8px 0px 8px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:510px; }
  .content-button { width:250px; padding: 13px 28px 13px 28px; }
  .sidemenupadding { padding:0px; padding-left:30px; padding-right:120px; margin:0px; }
  #search-cell-input, #search-cell-trigger { display:none; }
  #search-cell-trigger-2 { display:table-cell; }
  .header-padding-right { padding-right:0px; }
  #logo-main { max-width:450px; }
  .town-card { width:310px; height:175px; }
  .town-card-name { font-size:22px; line-height:1; }
}

@media screen and (min-width:701px) and (max-width:800px) {
  h1.home { font-size:40px; margin-bottom:35px; }
  h2.home { font-size:38px; margin-bottom:35px; }
  h3.home { font-size:34px; margin-bottom:8px; }
  h4.home { font-size:32px; margin-bottom:8px; }
  h1 { font-size:34px; line-height:36px; margin-top:10px; margin-bottom:35px; }
  h2 { font-size:32px; }
  h3 { font-size:28px; }
  #fixedmenu-container, #fixedmenu-background { height:75px; }
  #fixedmenu { display:block; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:none; }
  #closemenu { top:20px; width:55px; height:55px; }
  .content-padding { padding-left:50px; padding-right:50px; width:90%; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(50px, env(safe-area-inset-left)); padding-right: max(50px, env(safe-area-inset-right)); } }
  a.menu, a.menu_on { font-size:14px; letter-spacing:-0.5px; }
  .headericons { font-size:16px; }
  .sep { padding: 0px 7px 0px 7px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:500px; }
  .content-button { width:250px; padding: 13px 28px 13px 28px; }
  .sidemenupadding { padding:0px; padding-left:30px; padding-right:120px; margin:0px; }
  #search-cell-input, #search-cell-trigger { display:none; }
  #search-cell-trigger-2 { display:table-cell; }
  .header-padding-right { padding-right:0px; }
  #logo-main { max-width:450px; }
  .town-card { width:390px; height:220px; }
  .town-card-name { font-size:28px; line-height:1.1; }
}

@media screen and (min-width:636px) and (max-width:700px) {
  h1.home { font-size:38px; margin-bottom:35px; }
  h2.home { font-size:38px; margin-bottom:35px; }
  h3.home { font-size:34px; margin-bottom:8px; }
  h4.home { font-size:32px; margin-bottom:8px; }
  h1 { font-size:30px; line-height:32px; margin-top:10px; margin-bottom:35px; }
  h2 { font-size:32px; }
  h3 { font-size:28px; }
  #fixedmenu-container, #fixedmenu-background { height:75px; }
  #fixedmenu { display:block; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:none; }
  #closemenu { top:20px; width:55px; height:55px; }
  .content-padding { padding-left:35px; padding-right:35px; width:92%; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(35px, env(safe-area-inset-left)); padding-right: max(35px, env(safe-area-inset-right)); } }
  a.menu, a.menu_on { font-size:14px; letter-spacing:-0.5px; }
  .headericons { font-size:16px; }
  .sep { padding: 0px 4px 0px 4px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:450px; }
  .content-button { width:250px; padding: 13px 28px 13px 28px; }
  .sidemenupadding { padding:0px; padding-left:30px; padding-right:120px; margin:0px; }
  #search-cell-input, #search-cell-trigger { display:none; }
  #search-cell-trigger-2 { display:table-cell; }
  .header-padding-left { padding-left:15px; }
  .header-padding-right { padding-right:0px; }
  .town-card { width:390px; height:220px; }
  .town-card-name { font-size:28px; line-height:1.1; }
}

@media screen and (min-width:526px) and (max-width:635px) {
  h1.home { font-size:32px; margin-bottom:35px; }
  h2.home { font-size:30px; margin-bottom:35px; }
  h3.home { font-size:28px; margin-bottom:8px; }
  h4.home { font-size:24px; margin-bottom:8px; }
  h1 { font-size:28px; line-height:30px; margin-top:10px; margin-bottom:30px; }
  h2 { font-size:30px; }
  h3 { font-size:26px; }
  #fixedmenu-container, #fixedmenu-background { height:50px; }
  #fixedmenu { display:none; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:block; }
  #closemenu { top:20px; width:55px; height:55px; }
  .content { text-align:left; }
  .content-padding { padding-left:35px; padding-right:35px; width:95%; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(35px, env(safe-area-inset-left)); padding-right: max(35px, env(safe-area-inset-right)); } }
  a.menu, a.menu_on { font-size:14px; letter-spacing:-0.5px; }
  .headericons { font-size:16px; }
  .sep { padding: 0px 8px 0px 8px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:400px; }
  .content-button { width:240px; padding: 13px 25px 13px 25px; }
  .sidemenupadding { padding:0px; padding-left:30px; padding-right:120px; margin:0px; }
  #search-cell-input, #search-cell-trigger { display:none; }
  .newstyletable-tablewidth { width:100%; }
  .newstyletable-inputwidth { width:100%; }
  #logo-main-inner { width:50%; transform: translate(-50%, -50%); }
  .town-card { width:350px; height:200px; }
  .town-card-name { font-size:26px; }
}

@media screen and (min-width:401px) and (max-width:525px) {
  h1.home { font-size:32px; margin-bottom:35px; }
  h2.home { font-size:30px; margin-bottom:35px; }
  h3.home { font-size:28px; margin-bottom:8px; }
  h4.home { font-size:24px; margin-bottom:8px; }
  h1 { font-size:28px; line-height:30px; margin-top:10px; margin-bottom:30px; }
  h2 { font-size:30px; }
  h3 { font-size:26px; }
  #fixedmenu-container, #fixedmenu-background { height:50px; }
  #fixedmenu { display:none; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:block; }
  #closemenu { top:20px; width:55px; height:55px; }
  .content { text-align:left; }
  .content-padding { padding-left:15px; padding-right:15px; width:95%; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(15px, env(safe-area-inset-left)); padding-right: max(15px, env(safe-area-inset-right)); } }
  a.menu, a.menu_on { font-size:14px; letter-spacing:-0.5px; }
  .headericons { font-size:16px; }
  .sep { padding: 0px 8px 0px 8px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:400px; }
  .content-button { width:240px; padding: 13px 25px 13px 25px; }
  .sidemenupadding { padding:0px; padding-left:30px; padding-right:120px; margin:0px; }
  #search-cell-input, #search-cell-trigger { display:none; }
  .newstyletable-tablewidth { width:100%; }
  .newstyletable-inputwidth { width:100%; }
  #logo-main-inner { width:55%; transform: translate(-50%, -50%); }
  .town-card { width:315px; height:180px; }
  .town-card-name { font-size:22px; line-height:1; }
}

@media screen and (max-width:400px) {
  h1.home { font-size:32px; margin-bottom:35px; }
  h2.home { font-size:30px; margin-bottom:35px; }
  h3.home { font-size:28px; margin-bottom:8px; }
  h4.home { font-size:24px; margin-bottom:8px; }
  h1 { font-size:28px; line-height:30px; margin-top:10px; margin-bottom:30px; }
  h2 { font-size:26px; }
  h3 { font-size:26px; }
  #fixedmenu-container, #fixedmenu-background { height:50px; }
  #fixedmenu { display:none; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:block; }
  #closemenu { top:23px; width:50px; height:50px; }
  .content { text-align:left; }
  .content-padding { padding-left:5px; padding-right:5px; width:95%; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(5px, env(safe-area-inset-left)); padding-right: max(5px, env(safe-area-inset-right)); } }
  a.menu, a.menu_on { font-size:14px; letter-spacing:-0.5px; }
  .headericons { font-size:16px; }
  .sep { padding: 0px 8px 0px 8px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:350px; }
  .content-button { width:230px; padding: 13px 22px 13px 22px; }
  .sidemenupadding { padding:0px; padding-left:30px; padding-right:120px; margin:0px; }
  #search-cell-input, #search-cell-trigger { display:none; }
  .newstyletable-tablewidth { width:100%; }
  .newstyletable-inputwidth { width:100%; }
  #logo-main-inner { width:55%; }
  .town-card { width:315px; height:180px; }
  .town-card-name { font-size:22px; line-height:1; }
}

/* ################## footer media queries ################# */

@media screen and (min-width:1036px) {
  #fullcopyright { display:block; }
  #midcopyright { display:none; }
  #mobilecopyright { display:none; }
  #phonecopyright { display:none; }
  #accessibility_link { display:block; }
  #accessibility_sitemap_link { display:none; }
}

@media screen and (min-width:846px) and (max-width:1035px) {
  #fullcopyright { display:none; }
  #midcopyright { display:block; }
  #mobilecopyright { display:none; }
  #phonecopyright { display:none; }
  #accessibility_link { display:none; }
  #accessibility_sitemap_link { display:block; }
}

@media screen and (min-width:501px) and (max-width:845px) {
  #fullcopyright { display:none; }
  #midcopyright { display:none; }
  #mobilecopyright { display:block; }
  #phonecopyright { display:none; }
  #accessibility_link { display:none; }
  #accessibility_sitemap_link { display:block; }
}

@media screen and (max-width:500px) {
  #fullcopyright { display:none; }
  #midcopyright { display:none; }
  #mobilecopyright { display:none; }
  #phonecopyright { display:block; }
  #accessibility_link { display:block; }
  #accessibility_sitemap_link { display:none; }
}

/* ######################################################### */
