/*!
Theme Name: Milton
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: milton
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

milton is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,700;1,300&display=swap");

@font-face {
  font-family: "GT Super Display";
  src: url("fonts/GTSuperDisplay-LightItalic.eot");
  src: url("fonts/GTSuperDisplay-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/GTSuperDisplay-LightItalic.woff2") format("woff2"),
    url("fonts/GTSuperDisplay-LightItalic.woff") format("woff"),
    url("fonts/GTSuperDisplay-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GT Super Display";
  src: url("fonts/GTSuperDisplay-Light.eot");
  src: url("fonts/GTSuperDisplay-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/GTSuperDisplay-Light.woff2") format("woff2"),
    url("fonts/GTSuperDisplay-Light.woff") format("woff"),
    url("fonts/GTSuperDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --teal: #06aa9f;
  --darkgreen: #00484e;
  --grey: #4c4c4c;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

body.active {
  overflow: hidden;
}

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

.relative {
  position: relative;
}

/**
 * use image as background image
 */
.image-cover {
  object-position: center center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}

/* Forms
	 ========================================================================== */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
  border: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Color */
/* Size */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Default and helpers *****/
/* Color */
/* Size */
@font-face {
  font-family: "Hind";
  src: url("fonts/hind-regular-webfont.woff2") format("woff2"),
    url("fonts/hind-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Hind";
  src: url("fonts/hind-medium-webfont.woff2") format("woff2"),
    url("fonts/hind-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Hind";
  src: url("fonts/hind-semibold-webfont.woff2") format("woff2"),
    url("fonts/hind-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

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

.hidden {
  display: none !important
}

html {
  padding: 0;
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: #000;
  font-family: "Hind", sans-serif;
  font-size: 17px;
  height: 100%;
  line-height: 1.3;
}

* {
  box-sizing: border-box;
}

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

input[type="submit"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea,
label {
  font-family: "Hind", sans-serif;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.7;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.7;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.7;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.4;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.4;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

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

a:hover {
  color: #52739e;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4 {
  font-family: "Hind", sans-serif;
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 1em;
}

h1,
.h1 {
  font-size: 48px;
}

@media screen and (max-width: 991px) {

  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 41px;
}

@media screen and (max-width: 991px) {

  h2,
  .h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-size: 24px;
}

@media screen and (max-width: 991px) {

  h3,
  .h3 {
    font-size: 20px;
  }
}

p {
  margin: 0 0 1em;
}

b,
strong {
  font-weight: 600;
}

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

/***** Buttons *****/
.btn {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  padding: 7px 15px 6px;
  line-height: 21px;
  border: none;
  border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 17px;
}

.btn:hover {
  color: #000;
}

.btn.btn-primary {
  background: #eed5a2;
}

.btn.btn-primary:hover {
  background: #f3d393;
}

.btn.btn-secondary {
  background: #d0e3f3;
}

.btn.btn-secondary:hover {
  background: #bcd7ee;
}

.btn.btn-lg {
  font-size: 19px;
  line-height: 24px;
  padding: 11px 30px 9px;
  font-weight: 600;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4px;
}

.btns .btn {
  margin: 0 8px 4px 0;
}

.btns .btn:last-child {
  margin-right: 0;
}

.btns.btns-centered {
  justify-content: center;
}

/**** Form elements *****/
.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid #000;
  background: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 16px;
}

/***** Simple elements, atoms *****/
.icon-w {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-w .icon {
  fill: currentColor;
  max-height: 100%;
  max-width: 100%;
}

.txt a {
  color: #52739e;
  font-weight: 600;
}

.txt a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 359px) {
  .txt a {
    word-break: break-all;
  }
}

.txt ul {
  padding: 0 0 0 1em;
}

/***** Components, common blocks *****/
.card.card--post {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
  transition: all 0.2s;
}

.card.card--post:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.card.card--post .card-img a {
  display: block;
  line-height: 0;
}

.card.card--post .card-img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.2s;
}

.card.card--post .card-img a:hover img {
  opacity: 0.9;
}

.card.card--post .card-body {
  padding: 22px 10px 16px;
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

.card.card--post .card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.1;
  min-height: 50px;
  text-align: center;
  padding: 0 10px;
}

@media screen and (max-width: 575px) {
  .card.card--post .card-title {
    min-height: 0;
  }
}

@media screen and (max-width: 479px) {
  .card.card--post .card-title {
    padding: 0;
  }
}

.card.card--post .card-title a:hover {
  color: #52739e;
}

.card.card--post .card-brief {
  text-align: center;
  margin-bottom: 8px;
  min-height: 112px;
}

@media screen and (max-width: 575px) {
  .card.card--post .card-brief {
    min-height: 0;
    margin-bottom: 20px;
  }
}

.card.card--post .card-btn {
  display: flex;
  justify-content: center;
}

.card.card--post .card-btn.bordered {
  margin-top: 10px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(77, 77, 77, 0.3);
}

.card.card--post .card-date {
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(77, 77, 77, 0.3);
}

.card.card--calendar {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
  transition: all 0.2s;
  display: flex;
  align-items: stretch;
  min-height: 127px;
  width: 100%;
}

.card.card--calendar:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.card.card--calendar .card-l {
  width: 91px;
  flex: 0 0 91px;
  background: #eed5a2;
  border-radius: 10px 0 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card.card--calendar .card-l .card-month {
  text-transform: uppercase;
  line-height: 1.2;
}

.card.card--calendar .card-l .card-day {
  font-size: 41px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
}

.card.card--calendar .card-r {
  padding: 20px;
  flex: 1;
}

.card.card--calendar .card-r .card-time {
  margin-bottom: 8px;
}

.card.card--calendar .card-r .card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}

.card.card--calendar.card--calendar--event .card-l {
  background: #d0e3f3;
}

.calendar-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
}

@media screen and (max-width: 991px) {
  .calendar-legend {
    gap: 0 30px;
  }
}

.calendar-legend .item {
  display: flex;
  align-items: center;
}

.calendar-legend .item .item-color {
  width: 23px;
  flex: 0 0 23px;
  height: 23px;
  margin-right: 10px;
}

.calendar-legend .item .item-color.item-color--primary {
  background: #eed5a2;
}

.calendar-legend .item .item-color.item-color--secondary {
  background: #d0e3f3;
}

.calendar-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}

@media screen and (max-width: 575px) {
  .calendar-block {
    margin: 0 -9px;
  }
}

.calendar-block .calendar-item {
  width: 33.33333%;
  flex: 0 0 33.33333%;
  padding: 0 13px 29px;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .calendar-block .calendar-item {
    width: 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 575px) {
  .calendar-block .calendar-item {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 9px 18px;
  }
}

.card.card--news {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 575px) {
  .card.card--news {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
    transition: all 0.2s;
    display: block;
  }
}

.card.card--news .card-img {
  width: 299px;
  flex: 0 0 299px;
  margin-right: 42px;
  line-height: 0;
}

@media screen and (max-width: 991px) {
  .card.card--news .card-img {
    width: 30%;
    flex: 0 0 30%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .card.card--news .card-img {
    width: 100%;
    margin: 0;
  }
}

.card.card--news .card-img a {
  display: block;
  line-height: 0;
}

.card.card--news .card-img a:hover {
  opacity: 0.9;
}

.card.card--news .card-img img {
  border-radius: 7px;
}

@media screen and (max-width: 575px) {
  .card.card--news .card-img img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 60vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.card.card--news .card-body {
  padding: 10px 0;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .card.card--news .card-body {
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .card.card--news .card-body {
    padding: 22px 10px 16px;
  }
}

.card.card--news .card-date {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .card.card--news .card-date {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.card.card--news .card-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .card.card--news .card-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 575px) {
  .card.card--news .card-title {
    margin-bottom: 15px;
  }
}

.card.card--news .card-brief {
  margin-bottom: 27px;
}

@media screen and (max-width: 991px) {
  .card.card--news .card-brief {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .card.card--news .card-brief {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .card.card--news .card-btn {
    text-align: center;
  }
}

.card.card--news .card-btn .btn {
  font-size: 16px;
  padding: 6px 15px;
}

.card.card--councillor {
  display: flex;
  align-items: flex-start;
}

.card.card--councillor .card-img {
  width: 220px;
  height: 226px;
  flex: 0 0 220px;
  margin-right: 31px;
}

@media screen and (max-width: 1279px) {
  .card.card--councillor .card-img {
    width: 30%;
    flex: 0 0 30%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .card.card--councillor .card-img {
    width: 220px;
    flex: 0 0 220px;
    margin-right: 31px;
  }
}

@media screen and (max-width: 575px) {
  .card.card--councillor .card-img {
    width: 35%;
    height: 180px;
    flex: 0 0 30%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .card.card--councillor .card-img {
    height: 140px;
  }
}

.card.card--councillor .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}

.card.card--councillor .card-body {
  font-size: 19px;
}

@media screen and (max-width: 1279px) {
  .card.card--councillor .card-body {
    font-size: 17px;
  }
}

.card.card--councillor .card-body a {
  font-weight: 600;
  color: #52739e;
}

.card.card--councillor .card-body a:hover {
  opacity: 0.8;
}

.card.card--councillor .card-name {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .card.card--councillor .card-name {
    font-size: 22px;
  }
}

.card.card--councillor .card-position {
  font-weight: 600;
  margin-bottom: 8px;
}

.card.card--councillor .card-email {
  margin-bottom: 8px;
}

.card.card--councillor .card-email a {
  word-break: break-all;
}

.card.card--councillor .card-phone {
  margin-bottom: 8px;
}

.card.card--councillor .card-membership p {
  margin: 0;
}

.card.card--councillor .card-membership ul {
  margin: 0;
  padding: 0;
}

.card.card--councillor .card-membership ul li {
  list-style: none;
  padding: 0 0 0 14px;
  position: relative;
}

.card.card--councillor .card-membership ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #eed5a2;
}

/***** Layout *****/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1276px;
}

@media screen and (max-width: 575px) {
  .container {
    padding: 0 15px;
  }
}

#middle {
  position: relative;
  z-index: 1;
}

/***** Above Header *****/
.above-main-menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  background: #fff;
}

.above-main-menu .leftside,
.above-main-menu .rightside {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .above-main-menu .rightside {
    padding-right: 15px;
  }
}

/***** Above Header Leftside *****/
.above-main-menu {
  border-bottom: solid 1px #000;
}

.above-main-menu .leftside {
  padding-top: 5px;
  padding-bottom: 5px;
}

.above-main-menu .leftside {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: calc((100vw - 1276px) / 2);
}

.above-main-menu .header-social {
  display: flex;
  padding-left: 20px;
}

.above-main-menu a,
.above-main-menu svg {
  display: block;
}

.above-main-menu .leftside .icon-facebook {
  width: 22px;
  height: 33px;
  margin-right: 10px;
}

.above-main-menu .leftside .icon-instagram {
  width: 33px;
  height: 33px;
  margin-right: 50px;
}

.above-main-menu .leftside img {
  display: block;
}

.above-main-menu #menu-above-main-menu {
  display: flex;
  margin: 0;
  padding: 0;
}

.above-main-menu #menu-above-main-menu li {
  list-style-type: none;
  margin-right: 20px;
}

.above-main-menu #menu-above-main-menu li:last-of-type {
  margin-right: 0;
}

.above-main-menu #menu-above-main-menu li a {
  list-style-type: none;
  font-weight: 500;
  display: block;
  transition: color 300ms ease;
}

.above-main-menu #menu-above-main-menu li a:hover,
.above-main-menu #menu-above-main-menu li.current-menu-item a:hover {
  color: #52739e;
  transition: color 300ms ease;
}

/***** Above Header Rightside *****/
.above-main-menu .searchwrapper {
  position: relative;
  /* height: 54px; */
  height: 43px;
  margin-left: 80px;
  width: 250px;
  background-color: #d0e3f3;
  display: block;
}

@media screen and (max-width: 767px) {
  .above-main-menu .searchwrapper {
    display: none;
  }
}

.above-main-menu .searchwrapper [type="search"] {
  background-color: transparent;
  border: none;
  height: 43px;
  width: 100%;
  padding-left: 15px;
  border-left: solid 1px #000;
}

.above-main-menu .searchwrapper [type="search"]::-webkit-input-placeholder,
.above-main-menu .searchwrapper [type="search"]:-ms-input-placeholder,
.above-main-menu .searchwrapper [type="search"]::placeholder {
  color: #000;
}

.above-main-menu .searchwrapper form [type="submit"] {
  background-color: transparent;
  border: none;
  width: 43px;
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
}

.above-main-menu .searchwrapper .icon-search {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 0;
}

.above-main-menu .item-content a {
  display: flex;
  font-weight: 500;
}

.above-main-menu .item-content a svg {
  margin-right: 7px;
}

/***** Header *****/
header {
  position: relative;
  z-index: 2;
}

header .site-nav {
  position: relative;
  z-index: 2;
  background: #fff;
}

header .container {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
}

header .site-branding {
  margin-right: 75px;
}

header .site-branding img {
  max-width: 243px;
  display: block;
}

header .menu-header-menu-container {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1279px) {
  header .site-branding {
    margin-right: 0;
  }

  header .menu-header-menu-container {
    display: none;
  }
}

#menu-header-menu {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#menu-header-menu li {
  list-style-type: none;
}

#menu-header-menu li a {
  padding: 15px 10px;
  font-weight: 500;
  text-align: left;
  display: block;
  color: #000;
  transition: color 300ms ease;
}

#menu-header-menu li a:hover,
#menu-header-menu li.current-menu-item a {
  color: #52739e;
  transition: color 300ms ease;
}

#menu-header-menu li:last-child a {
  padding-right: 0;
}

/***** Mega menu  *****/

#menu-header-menu li:hover ul.sub-menu {
  display: flex;
}

#menu-header-menu li ul.sub-menu {
  background: white;
  z-index: 2;
  border: solid 1px black;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  width: calc(100% + 160px);
  top: 50px;
  justify-content: space-evenly;
  padding: 30px;
  left: -160px;
  box-shadow: 0px 11px 10px 5px #06060630;
  display: none;
}

#menu-header-menu li ul.sub-menu .line {
  width: 1px;
  background: #000;
  display: flex;
  flex-direction: column;
}

#menu-header-menu li ul.sub-menu li.active a {
  color: #52739e;
}

#menu-header-menu li ul.sub-menu li a {
  padding: 10px;
}

#menu-header-menu li ul.sub-menu .columns .title {
  margin: 0;
  padding: 10px;
  font-weight: bold;
  display: block;
}

/***** Hamburger *****/
.hamburger-wrapper {
  display: none;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .hamburger-wrapper {
    width: 28px;
    height: 20px;
    display: block;
  }
}

.hamburger-wrapper .lines.line1 {
  height: 2px;
  top: 0px;
  position: absolute;
  width: 28px;
  display: block;
  background: #000;
  transition: all 300ms ease;
}

.hamburger-wrapper .lines.line2 {
  height: 2px;
  top: 9px;
  position: absolute;
  width: 28px;
  display: block;
  background: #000;
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 300ms ease;
}

.hamburger-wrapper .lines.line3 {
  height: 2px;
  top: 18px;
  position: absolute;
  width: 28px;
  background: #000;
  display: block;
  transition: all 300ms ease;
}

/***** Hamburger Active *****/
.hamburger-wrapper.active .lines {
  transition: transform 300ms ease;
}

.hamburger-wrapper.active .lines.line1 {
  transform: rotate(45deg);
  top: 10px;
  transition: all 300ms ease;
}

.hamburger-wrapper.active .lines.line2 {
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 300ms ease;
}

.hamburger-wrapper.active .lines.line3 {
  transform: rotate(-45deg);
  top: 10px;
  transition: all 300ms ease;
}

/***** Mobile Menu *****/
#site-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #d0e3f3;
  align-items: center;
  padding-top: 210px;
  transition: right 300ms ease;
  display: flex;
  justify-content: center;
  text-align: center;
  overflow-y: scroll;
  padding-bottom: 30px;

}

.menu-mobile-menu-container {
  height: 100%;
  overflow-y: scroll;
}

@media screen and (max-width: 1279px) {
  #site-mobile-menu.active {
    right: 0;
    transition: right 300ms ease;
  }
}

#site-mobile-menu ul {
  padding: 0;
  margin: 0;
}

#site-mobile-menu ul li {
  list-style-type: none;
}

#site-mobile-menu ul li a {
  list-style-type: none;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

#site-mobile-menu ul li.menu-item-has-children>a:after {
  content: '';
  display: inline-block;
  background: url(/wp-content/themes/milton/svg/chevron-down-icon.svg) no-repeat center;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  margin-left: 8px;
}

#site-mobile-menu ul li.menu-item-has-children>a.active:after {
  background-image: url(/wp-content/themes/milton/svg/chevron-up-icon.svg);
}

#site-mobile-menu ul li.menu-item-has-children ul {
  display: none;
}

#site-mobile-menu ul li a:focus,
#site-mobile-menu ul li a:hover,
#site-mobile-menu ul li.current-menu-item a {
  color: #52739e;
}

@media screen and (max-width: 767px) {
  #site-mobile-menu ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/***** Footer *****/
.footer {
  background: #d0e3f3;
}

.footer .footer-t {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 105px 0 90px;
}

@media screen and (max-width: 991px) {
  .footer .footer-t {
    padding: 40px 0 30px;
  }
}

.footer .footer-t .footer-t-i {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
}

.footer .footer-t .footer-t-logo {
  width: 33.3333%;
  flex: 0 0 33.33333%;
  padding: 0 10px;
}

@media screen and (max-width: 991px) {
  .footer .footer-t .footer-t-logo {
    margin-bottom: 30px;
    width: 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 575px) {
  .footer .footer-t .footer-t-logo {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 991px) {
  .footer .footer-t .footer-t-logo img {
    max-width: 200px;
  }
}

.footer .footer-t .footer-t-contacts {
  width: 33.3333%;
  flex: 0 0 33.33333%;
  padding: 0 10px;
}

@media screen and (max-width: 991px) {
  .footer .footer-t .footer-t-contacts {
    margin-bottom: 40px;
    width: 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 575px) {
  .footer .footer-t .footer-t-contacts {
    width: 100%;
    flex: 0 0 100%;
  }
}

.footer .footer-t .footer-t-contacts h3 {
  margin-bottom: 15px;
}

.footer .footer-t .footer-t-contacts .contacts-list .item {
  display: flex;
  align-items: flex-start;
}

.footer .footer-t .footer-t-contacts .contacts-list .item:nth-child(1) {
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .footer .footer-t .footer-t-contacts .contacts-list .item:nth-child(1) {
    margin-bottom: 25px;
  }
}

.footer .footer-t .footer-t-contacts .contacts-list .item:nth-child(2) {
  margin-bottom: 25px;
}

.footer .footer-t .footer-t-contacts .contacts-list .item .item-icon {
  width: 24px;
  flex: 0 0 24px;
}

.footer .footer-t .footer-t-contacts .contacts-list .item .item-content a:hover {
  color: #52739e;
}

.footer .footer-t .footer-t-menu {
  width: 33.3333%;
  flex: 0 0 33.33333%;
  display: flex;
  align-items: flex-start;
  padding: 0 10px;
  margin: 0 -10px;
}

@media screen and (max-width: 991px) {
  .footer .footer-t .footer-t-menu {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 575px) {
  .footer .footer-t .footer-t-menu {
    flex-wrap: wrap;
  }
}

.footer .footer-t .footer-t-menu .footer-t-menu-col {
  padding: 0 10px;
}

.footer .footer-t .footer-t-menu .footer-t-menu-col:nth-child(1) {
  width: 55%;
  flex: 0 0 55%;
}

@media screen and (max-width: 991px) {
  .footer .footer-t .footer-t-menu .footer-t-menu-col:nth-child(1) {
    width: 200px;
    flex: 0 0 200px;
  }
}

@media screen and (max-width: 575px) {
  .footer .footer-t .footer-t-menu .footer-t-menu-col:nth-child(1) {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}

.footer .footer-t .footer-t-menu .footer-t-menu-col:nth-child(2) {
  flex: 1;
  margin-bottom: 0;
}

.footer .footer-t .footer-t-menu h3 {
  margin-bottom: 15px;
}

.footer .footer-t .footer-t-menu ul {
  padding: 0;
  margin: 0;
}

.footer .footer-t .footer-t-menu ul li {
  list-style: none;
}

.footer .footer-t .footer-t-menu ul li:not(:last-child) {
  margin-bottom: 9px;
}

.footer .footer-t .footer-t-menu ul li a:hover {
  color: #52739e;
}

.footer .footer-b .footer-b-i {
  display: flex;
  align-items: center;
}

.footer .footer-b .footer-b-l {
  padding: 14px 30px 14px 0;
}

.footer .footer-b .footer-b-r {
  padding: 14px 0;
  margin-left: auto;
}

.footer .footer-b .footer-b-r .footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer .footer-b .footer-b-r .footer-social a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Homepage *****/
.section-home-hero {
  /* background: url("img/home-hero.jpg") 50% 50% no-repeat;
  background-size: cover; */
  min-height: 554px;
}

@media screen and (min-width: 2000px) {
  .section-home-hero {
    min-height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .section-home-hero {
    min-height: 0;
    padding: 40px 0;
  }
}

.section-home-hero .container {
  max-width: 1386px;
  position: relative;
  z-index: 1;
}

.section-home-hero .home-hero-i {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .section-home-hero .home-hero-i {
    align-items: center;
  }
}

.section-home-hero .home-hero-txt {
  margin: 120px 0 0 29px;
  padding: 75px 35px 60px;
  background: rgba(0, 0, 0, 0.4);
  line-height: 0;
}

@media screen and (min-width: 2000px) {
  .section-home-hero .home-hero-txt {
    margin: 170px 0 0 29px;
    padding: 100px 50px 80px;
  }
}

@media screen and (max-width: 991px) {
  .section-home-hero .home-hero-txt {
    margin: 0 30px 0 0;
    padding: 50px 20px;
  }
}

@media screen and (max-width: 991px) {
  .section-home-hero .home-hero-txt img {
    width: 300px;
  }
}

.section-home-hero .home-hero-medal {
  padding: 47px 0 0 0;
}

@media screen and (min-width: 2000px) {
  .section-home-hero .home-hero-medal {
    padding: 70px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .section-home-hero .home-hero-medal {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-home-hero .home-hero-medal img {
    width: 100px;
  }
}

.section-home-menu {
  background: #d0e3f3;
  border-top: 1px solid #fff;
}

.section-home-menu .container {
  max-width: 1576px;
}

@media screen and (max-width: 1599px) {
  .section-home-menu .container {
    padding: 0;
  }
}

.section-home-menu .home-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.section-home-menu .home-menu ul li {
  list-style: none;
  width: 16.66666%;
  flex: 0 0 16.66666%;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .section-home-menu .home-menu ul li {
    width: auto;
    flex: auto;
  }
}

@media screen and (max-width: 575px) {
  .section-home-menu .home-menu ul li {
    flex: 0 0 50%;
    width: 50%;
  }
}

.section-home-menu .home-menu ul li a {
  padding: 20px;
  line-height: 36px;
  font-size: 22px;
  display: block;
  text-align: center;
  border-right: 1px solid #fff;
  font-weight: 500;
}

@media screen and (max-width: 1399px) {
  .section-home-menu .home-menu ul li a {
    padding: 10px;
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .section-home-menu .home-menu ul li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .section-home-menu .home-menu ul li a {
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
  }
}

.section-home-menu .home-menu ul li a:hover {
  background: #bcd7ee;
  color: #000;
}

.section-home-menu .home-menu ul li:first-child a {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1599px) {
  .section-home-menu .home-menu ul li:first-child a {
    border-left: none;
  }
}

@media screen and (max-width: 575px) {
  .section-home-menu .home-menu ul li:nth-child(2n) a {
    border-right: none;
  }
}

.section-home-services {
  padding: 110px 0 95px;
}

@media screen and (max-width: 1199px) {
  .section-home-services {
    padding: 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .section-home-services {
    padding: 60px 0 30px;
  }
}

.section-home-services .container {
  max-width: 1146px;
}

.section-home-services h2 {
  text-align: center;
  margin-bottom: 12px;
}

.section-home-services .info {
  font-size: 19px;
  color: #4d4d4d;
  margin: 0 auto 62px;
  text-align: center;
  max-width: 600px;
}

@media screen and (max-width: 1199px) {
  .section-home-services .info {
    margin-bottom: 30px;
  }
}

.section-home-services .service-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -10px;
}

.section-home-services .service-list .item {
  width: 16.66666%;
  flex: 0 0 16.66666%;
  padding: 0 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section-home-services .service-list .item {
    width: 33.33333%;
    flex: 0 0 33.33333%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .section-home-services .service-list .item {
    width: 40%;
    flex: 0 0 40%;
  }
}

.section-home-services .service-list .item .item-logo {
  width: 146px;
  height: 146px;
  line-height: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 auto 25px;
}

@media screen and (max-width: 1199px) {
  .section-home-services .service-list .item .item-logo {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
  }
}

.section-home-services .service-list .item .item-logo a {
  background: #eed5a2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.section-home-services .service-list .item .item-logo a:hover {
  background: #f3d393;
}

@media screen and (max-width: 1199px) {
  .section-home-services .service-list .item .item-logo .icon {
    max-width: 60%;
  }
}

.section-home-services .service-list .item .item-title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.15;
  min-height: 60px;
}

@media screen and (max-width: 1199px) {
  .section-home-services .service-list .item .item-title {
    min-height: 0;
    font-size: 21px;
  }
}

.section-home-services .service-list .item .item-title a {
  display: block;
}

.section-home-services .service-list .item .item-title a:hover {
  color: #52739e;
}

.section-home-services .service-list .item .item-link {
  text-align: center;
}

.section-home-services .service-list .item .item-link a {
  text-transform: uppercase;
}

.section-home-services .service-list .item .item-link a span {
  color: #52739e;
  font-weight: bold;
}

.section-home-services .service-list .item .item-link a:hover {
  color: #52739e;
}

.section-news-block {
  background: #f2f2f2;
  padding: 78px 0;
}

@media screen and (max-width: 991px) {
  .section-news-block {
    padding: 60px 0;
  }
}

.section-news-block h2 {
  text-align: center;
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .section-news-block h2 {
    margin-bottom: 30px;
  }
}

.section-news-block .post-list-block {
  margin-bottom: 58px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .section-news-block .post-list-block {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .section-news-block .post-list-block {
    margin-bottom: 30px;
  }
}

/* --- Owl Dots Start --*/
.owl-carousel .owl-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1439px) {
  .owl-carousel .owl-dots {
    display: flex;
  }
}

.owl-carousel .owl-dots button {
  height: 12px;
  width: 12px;
  background: transparent;
  border-radius: 100%;
  border: solid 1px #000;
}

.owl-carousel .owl-dots button.active {
  background: #434343;
}

/* --- Owl Dots end --*/

.section-news-block .owl-stage {
  display: flex;
}

.section-news-block .owl-stage,
.section-news-block .owl-carousel .owl-item {
  height: 100%;
}

.section-news-block .owl-carousel .owl-item {
  padding-bottom: 20px;
}

.section-news-block .owl-carousel .date-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
}

/* --- Owl buttons start --*/
.owl-carousel .owl-nav button.owl-next {
  background: url("/wp-content/themes/milton/img/icons/angle-right-black.svg") no-repeat center center / contain;
  width: 100px;
  height: 80px;
  position: absolute;
  top: 210px;
  z-index: 2;
  right: -112px;
  display: block;
}

.owl-carousel .owl-nav button.owl-prev {
  background: url("/wp-content/themes/milton/img/icons/angle-left-black.svg") no-repeat center center / contain;
  width: 100px;
  height: 80px;
  position: absolute;
  top: 210px;
  z-index: 2;
  left: -112px;
  display: block;
}

@media screen and (max-width: 1439px) {

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}

.owl-carousel button.owl-next span,
.owl-carousel button.owl-prev span {
  font-size: 0;
}

/* --- Owl buttons end --*/

.section-news-block .post-list-block .post-item {
  /* width: 25%;
  flex: 0 0 25%; */
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  height: 100%;
}

.section-news-block .post-list-block .card--post {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.section-news-block .post-list-block .card--post .card-title {
  font-size: 19px;
}

@media screen and (max-width: 479px) {
  .section-news-block .post-list-block .card--post .card-title {
    font-size: 22px;
  }
}

.section-news-block .btns {
  justify-content: center;
}

.section-calendar-block {
  padding: 90px 0 100px;
  position: relative;
}

.section-calendar-block .owl-carousel .owl-dots {
  margin-top: 0px;
  margin-bottom: 30px;
}

.section-calendar-block .owl-carousel .owl-nav button.owl-next,
.section-calendar-block .owl-carousel .owl-nav button.owl-prev {
  top: 100px;
}

@media screen and (max-width: 991px) {
  .section-calendar-block {
    padding: 60px 0;
  }
}

.section-calendar-block .container {
  max-width: 1192px;
}

.section-calendar-block .section-h {
  position: relative;
}

.section-calendar-block .section-h h2 {
  padding: 0 300px;
  text-align: center;
  margin: 0 0 52px;
}

@media screen and (max-width: 991px) {
  .section-calendar-block .section-h h2 {
    margin: 0 0 20px;
    padding: 0;
  }
}

.section-calendar-block .section-h .calendar-legend {
  position: absolute;
  right: 33px;
  top: 10px;
}

@media screen and (max-width: 1279px) {
  .section-calendar-block .section-h .calendar-legend {
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-calendar-block .section-h .calendar-legend {
    position: relative;
    margin: 0 auto 20px;
    right: auto;
    top: auto;
  }
}

.section-calendar-block .calendar-block {
  padding-bottom: 71px;
}

@media screen and (max-width: 991px) {
  .section-calendar-block .calendar-block {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 575px) {
  .section-calendar-block .calendar-block {
    padding-bottom: 30px;
  }
}

.section-calendar-block .btns {
  justify-content: center;
}

/***** Posts *****/
.section-headline {
  min-height: 190px;
  display: flex;
  align-items: stretch;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-headline:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.section-headline .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-headline h1,
.section-headline .h1 {
  color: #fff;
  margin: 0;
  text-align: center;
}

.section-headline .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-headline .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-posts {
  padding: 85px 0;
}

.section-posts.button-container {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .section-posts {
    padding: 40px 0;
  }
}

.section-posts h2 {
  text-align: center;
  margin: 0 0 65px;
}

@media screen and (max-width: 991px) {
  .section-posts h2 {
    margin-bottom: 20px;
  }
}

.section-posts .btns {
  justify-content: center;
}

.section-posts.section-posts--facilities {
  padding: 95px 0 175px;
}

@media screen and (max-width: 991px) {
  .section-posts.section-posts--facilities {
    padding: 40px 0;
  }
}

.section-posts.section-posts--community-1 {
  padding-bottom: 0;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: flex-start;
  align-items: stretch;
}

@media screen and (max-width: 1279px) {
  .post-list {
    margin: 0 -10px;
  }
}

.post-list .post-item {
  width: 25%;
  flex: 0 0 25%;
  display: flex;
  align-items: stretch;
  padding: 0 20px 40px;
}

@media screen and (max-width: 1279px) {
  .post-list .post-item {
    padding: 0 10px 20px;
  }
}

@media screen and (max-width: 991px) {
  .post-list .post-item {
    width: 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 479px) {
  .post-list .post-item {
    width: 100%;
    flex: 0 0 100%;
  }
}

/*** Calendar ***/
.section-calendar {
  padding: 55px 0 140px;
}

@media screen and (max-width: 991px) {
  .section-calendar {
    padding: 40px 0;
  }
}

.section-calendar .info {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 35px;
}

.section-calendar .calendar-legend {
  position: relative;
  margin: 0 auto 45px;
}

@media screen and (max-width: 991px) {
  .section-calendar .calendar-legend {
    margin: 0 auto 30px;
  }
}

/*** Post page ***/
.section-post {
  padding: 70px 0 135px;
}

@media screen and (max-width: 1199px) {
  .section-post {
    padding: 60px 0;
  }
}

@media screen and (max-width: 575px) {
  .section-post {
    padding: 40px 0 60px;
  }
}

.section-post .back {
  margin-bottom: 25px;
}

.section-post .back.back-one-col {
  max-width: 800px;
  margin: 0 auto 25px;
}

@media screen and (max-width: 991px) {
  .section-post .back {
    margin-bottom: 20px;
  }
}

.section-post .back a {
  text-transform: uppercase;
}

.section-post .back a span {
  color: #52739e;
  font-weight: bold;
}

.section-post .post-cols {
  display: flex;
  align-items: flex-start;
}

.section-post .councillor-post-cols {
  display: block;
  align-items: flex-start;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
}

.section-post .post-cols-one-col {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .section-post .post-cols {
    display: block;
  }
}

.section-post .post-content {
  flex: 1;
  margin-right: 54px;
}

.section-post .post-cols-one-col .post-content {
  margin-right: 0;
  max-width: 800px;
}

@media screen and (max-width: 1279px) {
  .section-post .post-content {
    margin-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-post .post-content {
    margin: 0 0 40px;
  }
}

.section-post .post-img {
  line-height: 0;
  margin-bottom: 55px;
}

@media screen and (max-width: 1279px) {
  .section-post .post-img {
    margin-bottom: 20px;
  }
}

.section-post .post-img img {
  width: 100%;
}

.section-post .post-date {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 19px;
}

@media screen and (max-width: 991px) {
  .section-post .post-date {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

.section-post .post-title h1 {
  margin-bottom: 40px;
  font-size: 41px;
}

@media screen and (max-width: 991px) {
  .section-post .post-title h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

.section-post .post-body {
  font-size: 19px;
}

@media screen and (max-width: 991px) {
  .section-post .post-body {
    font-size: 17px;
  }
}

.section-post .post-sidebar {
  width: 365px;
  flex: 0 0 365px;
}

.section-post .councillors-post-sidebar {
  width: 100%;
  flex: 0 0 100%;
}

@media screen and (max-width: 1279px) {
  .section-post .post-sidebar {
    width: 300px;
    flex: 0 0 300px;
  }
}

@media screen and (max-width: 991px) {
  .section-post .post-sidebar {
    width: 100%;
    max-width: 400px;
  }
}

.section-post .post-sidebar .post-info-block,
.section-post .councillors-post-sidebar .post-info-block {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
}

.section-post .post-sidebar .post-info-block .block-h,
.section-post .councillors-post-sidebar .post-info-block .block-h {
  border-bottom: 1px solid rgba(77, 77, 77, 0.3);
  padding: 20px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1279px) {

  .section-post .post-sidebar .post-info-block .block-h,
  .section-post .councillors-post-sidebar .post-info-block .block-h {
    padding: 10px;
    margin-bottom: 10px;
  }
}

.section-post .post-sidebar .post-info-block .block-h h2,
.section-post .post-sidebar .post-info-block .block-h .h2,
.section-post .councillors-post-sidebar .post-info-block .block-h h2,
.section-post .councillors-post-sidebar .post-info-block .block-h .h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.section-post .post-sidebar .post-info-block .post-info-list,
.section-post .councillors-post-sidebar .post-info-block .post-info-list {
  font-size: 19px;
  padding: 20px 20px 70px;
}

@media screen and (max-width: 1279px) {
  .section-post .post-sidebar .post-info-block .post-info-list .section-post .councillors-post-sidebar .post-info-block .post-info-list {
    font-size: 17px;
    padding: 10px 10px 40px;
  }
}

.section-post .post-sidebar .post-info-block .post-info-list .item:not(:last-child) {
  margin-bottom: 20px;
}

.section-post .councillors-post-sidebar .post-info-block .post-info-list .item:not(:last-child) {
  margin-bottom: 20px;
}

.section-post .post-sidebar .post-info-block .post-info-list .item .item-h,
.section-post .councillors-post-sidebar .post-info-block .post-info-list .item .item-h {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-post .post-sidebar .post-info-block .post-info,
.section-post .councillors-post-sidebar .post-info-block .post-info {
  font-size: 19px;
  padding: 20px 20px 70px;
}

@media screen and (max-width: 1279px) {

  .section-post .post-sidebar .post-info-block .post-info,
  .section-post .councillors-post-sidebar .post-info-block .post-info {
    font-size: 17px;
    padding: 10px 10px 40px;
  }
}

.section-post .post-sidebar .post-wards-block,
.section-post .councillors-post-sidebar .post-wards-block,
{
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
border-radius: 10px;
background: #fff;
padding: 10px 12px;
}

.section-post .post-sidebar .post-wards-block .block-h,
.section-post .councillors-post-sidebar .post-wards-block .block-h {
  border-bottom: 1px solid rgba(77, 77, 77, 0.3);
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 1279px) {

  .section-post .post-sidebar .post-wards-block .block-h,
  .section-post .councillors-post-sidebar .post-wards-block .block-h {
    padding: 10px;
    margin-bottom: 10px;
  }
}

.section-post .post-sidebar .post-wards-block .block-h h2,
.section-post .post-sidebar .post-wards-block .block-h .h2,
.section-post .councillors-post-sidebar .post-wards-block .block-h h2,
.section-post .councillors-post-sidebar .post-wards-block .block-h .h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
}

.section-post .post-sidebar .post-wards-block .post-wards,
.section-post .councillors-post-sidebar .post-wards-block .post-wards {
  padding: 10px 30px 30px;
  font-size: 19px;
}

@media screen and (max-width: 991px) {

  .section-post .post-sidebar .post-wards-block .post-wards,
  .section-post .councillors-post-sidebar .post-wards-block .post-wards {
    padding: 10px 10px 20px;
    font-size: 17px;
  }
}

.section-post .post-sidebar .post-wards-block .post-wards ul,
.section-post .councillors-post-sidebar .post-wards-block .post-wards ul {
  margin: 0 0 35px;
  padding: 0;
}

.section-post .councillors-post-sidebar .post-wards-block .post-wards ul {
  display: inline-flex;
}

@media screen and (max-width: 991px) {

  .section-post .post-sidebar .post-wards-block .post-wards ul,
  .section-post .councillors-post-sidebar .post-wards-block .post-wards ul {
    margin-bottom: 20px;
  }
}

.section-post .post-sidebar .post-wards-block .post-wards ul li,
.section-post .councillors-post-sidebar .post-wards-block .post-wards ul li {
  list-style: none;
  margin: 0 0 17px;
  font-weight: 600;
  font-size: 22px;
}

.section-post .councillors-post-sidebar .post-wards-block .post-wards ul li {
  margin-right: 25px;
}

@media screen and (max-width: 991px) {

  .section-post .post-sidebar .post-wards-block .post-wards ul li,
  .section-post .councillors-post-sidebar .post-wards-block .post-wards ul li {
    margin: 0 0 10px;
    font-size: 19px;
  }
}

@media screen and (max-width: 991px) {
  .section-post .councillors-post-sidebar .post-wards-block .post-wards ul li {
    margin-right: 17px;
  }
}

@media screen and (max-width: 690px) {
  .section-post .councillors-post-sidebar .post-wards-block .post-wards ul {
    display: block !important;
  }

}

.section-post .post-sidebar .post-wards-block .post-wards ul li:last-child,
.section-post .councillors-post-sidebar .post-wards-block .post-wards ul li:last-child {
  margin: 0;
}

.section-post .post-sidebar .post-wards-block .post-wards ul li a,
.section-post .councillors-post-sidebar .post-wards-block .post-wards ul li a {
  color: #52739e;
}

.section-post .post-sidebar .post-wards-block .post-wards ul li a:hover,
.section-post .councillors-post-sidebar .post-wards-block .post-wards ul li a:hover {
  opacity: 0.8;
}

.section-post.section-post--news {
  padding: 50px 0 140px;
}

@media screen and (max-width: 991px) {
  .section-post.section-post--news {
    padding: 40px 0 60px;
  }
}

.section-post.section-post--councillors .post-cols {
  margin-bottom: 40px;
}

.section-post.section-post--councillors .post-img {
  margin-bottom: 0;
}

.section-post.section-post--councillors h1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .section-post.section-post--councillors h1 {
    margin-bottom: 20px;
  }
}

.section-post.section-post--councillors .post-councillors-group:not(:last-child) {
  margin-bottom: 20px;
}

.section-post.section-post--councillors h3 {
  font-size: 29px;
  font-weight: 500;
}

@media screen and (max-width: 1279px) {
  .section-post.section-post--councillors h3 {
    margin-bottom: 15px;
    font-size: 26px;
  }
}

.section-post.section-post--councillors .post-councillors-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .section-post.section-post--councillors .post-councillors-list {
    display: block;
  }
}

.section-post.section-post--councillors .post-councillors-list .card.card--councillor {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 30px 25px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(77, 77, 77, 0.3);
}

@media screen and (max-width: 991px) {
  .section-post.section-post--councillors .post-councillors-list .card.card--councillor {
    width: 100%;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
}

/*** Gallery ***/
.section-gallery {
  padding: 50px 0 210px;
}

@media screen and (max-width: 991px) {
  .section-gallery {
    padding: 40px 0 60px;
  }
}

.section-gallery h2 {
  margin: 0 auto 30px;
  max-width: 600px;
  text-align: center;
}

.section-gallery .info {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 60px;
  font-size: 19px;
}

@media screen and (max-width: 991px) {
  .section-gallery .info {
    margin-bottom: 30px;
    font-size: 17px;
  }
}

.section-gallery .info a {
  color: #52739e;
}

.section-gallery .info a:hover {
  opacity: 0.8;
}

.section-gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 44px 42px;
}

@media screen and (max-width: 1279px) {
  .section-gallery .gallery {
    gap: 20px;
  }
}

@media screen and (max-width: 575px) {
  .section-gallery .gallery {
    gap: 10px;
  }
}

.section-gallery .gallery .item {
  width: calc(25% - 32px);
  flex: 0 0 calc(25% - 32px);
}

@media screen and (max-width: 1279px) {
  .section-gallery .gallery .item {
    width: calc(25% - 16px);
    flex: 0 0 calc(25% - 16px);
  }
}

@media screen and (max-width: 991px) {
  .section-gallery .gallery .item {
    width: calc(33.33333% - 14px);
    flex: 0 0 calc(33.33333% - 14px);
  }
}

@media screen and (max-width: 575px) {
  .section-gallery .gallery .item {
    width: calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }
}

.section-gallery .gallery .item a {
  position: relative;
  padding-bottom: 100%;
  display: block;
}

.section-gallery .gallery .item img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  z-index: 0;
}

.section-gallery .gallery .item .gallery-view {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  border-radius: 7px;
  padding: 15px;
}

.section-gallery .gallery .item .gallery-view .icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: #fff;
}

.section-gallery .gallery .item .gallery-view span {
  margin-left: 8px;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .section-gallery .gallery .item .gallery-view span {
    font-size: 17px;
  }
}

.section-gallery .gallery .item a:hover .gallery-view {
  opacity: 1;
  visibility: visible;
}

.mfp-close-btn {
  position: fixed;
  opacity: 1;
  width: 36px;
  height: 36px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="999.43" height="899.99" viewBox="0 0 999.43 899.99"><path d="M977.77,787.59,596.67,450l381.1-337.59a64.28,64.28,0,1,0-85.25-96.24l-392.8,348L106.91,16.17a64.28,64.28,0,1,0-85.25,96.24L402.77,450,21.66,787.59a64.28,64.28,0,0,0,85.25,96.24l392.81-348,392.8,348a64.28,64.28,0,0,0,85.25-96.24Z" style="fill:%23fff"/></svg>') 50% 50% no-repeat;
  background-size: 26px 24px;
  top: 60px;
  right: 60px;
  transition: all 0.2s;
}

@media screen and (max-width: 1279px) {
  .mfp-close-btn {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: 20px 20px;
  }
}

.mfp-close-btn:hover {
  opacity: 0.8;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.7);
}

.mfp-arr {
  width: 44px;
  height: 80px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px 60px;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 1046;
}

@media screen and (max-width: 1279px) {
  .mfp-arr {
    width: 36px;
    height: 60px;
    background-size: 20px 40px;
  }
}

.mfp-arr:hover {
  opacity: 0.8;
}

.mfp-arr.mfp-arr-left {
  left: 60px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="421.8" height="991.42" viewBox="0 0 421.8 991.42"><path d="M393.88,991.42a27.87,27.87,0,0,1-22-10.73L5.93,512.92a27.93,27.93,0,0,1,0-34.42L371.86,10.73a27.94,27.94,0,1,1,44,34.42L63.41,495.71,415.87,946.27a27.93,27.93,0,0,1-22,45.15Z" style="fill:%23fff"/></svg>');
}

@media screen and (max-width: 1279px) {
  .mfp-arr.mfp-arr-left {
    left: 10px;
  }
}

.mfp-arr.mfp-arr-right {
  right: 60px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="421.8" height="991.42" viewBox="0 0 421.8 991.42"><path d="M27.92,0a27.87,27.87,0,0,1,22,10.73L415.87,478.5a27.93,27.93,0,0,1,0,34.42L49.94,980.69a27.94,27.94,0,0,1-44-34.42L358.39,495.71,5.93,45.15A27.94,27.94,0,0,1,27.92,0Z" style="fill:%23fff"/></svg>');
}

@media screen and (max-width: 1279px) {
  .mfp-arr.mfp-arr-right {
    right: 10px;
  }
}

.mfp-figure::after {
  display: none;
}

/*** News ***/
.section-news-list {
  padding: 75px 0 130px;
}

.section-news-list .pagination {
  padding-top: 50px;
}

@media screen and (max-width: 1279px) {
  .section-news-list {
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .section-news-list {
    padding: 40px 0;
  }
}

.section-news-list .news-list-cols {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .section-news-list .news-list-cols {
    display: block;
  }
}

.section-news-list .news-list-content {
  padding-top: 15px;
  flex: 1;
  margin-right: 90px;
}

.nav-links {
  display: flex;
  gap: 10px;
  text-decoration: underline;
  justify-content: center
}

@media screen and (max-width: 1279px) {
  .section-news-list .news-list-content {
    padding: 0;
    margin-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-news-list .news-list-content {
    margin: 0 0 40px;
  }
}

.section-news-list .news-list-sidebar {
  width: 330px;
  flex: 0 0 330px;
}

@media screen and (max-width: 1279px) {
  .section-news-list .news-list-sidebar {
    width: 300px;
    flex: 0 0 300px;
  }
}

@media screen and (max-width: 991px) {
  .section-news-list .news-list-sidebar {
    width: 100%;
    max-width: 400px;
  }
}

.section-news-list .news-list .card.card--news:not(:last-child) {
  margin-bottom: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 575px) {
  .section-news-list .news-list .card.card--news:not(:last-child) {
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
}

.section-news-list .news-search {
  margin-bottom: 35px;
}

.section-news-list .news-search form {
  position: relative;
  width: 290px;
}

@media screen and (max-width: 991px) {
  .section-news-list .news-search form {
    width: 100%;
  }
}

.section-news-list .news-search input {
  width: 100%;
  background: #d0e3f3;
  border: none;
  border-radius: 0;
  height: 39px;
  font-size: 17px;
  line-height: 23px;
  z-index: 0;
  position: relative;
  padding: 8px 44px 8px 16px;
}

.section-news-list .news-search button {
  background: none;
  border: none;
  border-radius: 0;
  width: 44px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
}

.section-news-list .news-search button:hover {
  opacity: 0.8;
}

.section-news-list .news-search button .icon {
  width: 17px;
  height: 17px;
}

.section-news-list .news-latest-block {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .section-news-list .news-latest-block {
    margin-bottom: 30px;
  }
}

.section-news-list .news-latest-block h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 500;
}

.section-news-list .news-latest-block .news-latest-list .item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .section-news-list .news-latest-block .news-latest-list .item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.section-news-list .news-latest-block .news-latest-list .item a {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
  color: #52739e;
}

@media screen and (max-width: 991px) {
  .section-news-list .news-latest-block .news-latest-list .item a {
    font-size: 19px;
  }
}

.section-news-list .news-latest-block .news-latest-list .item a:hover {
  opacity: 0.8;
}

.section-news-list .news-archive h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 500;
}

.section-news-list .news-archive .news-archive-list .item:not(:last-child) {
  margin-bottom: 15px;
}

.section-news-list .news-archive .news-archive-list .item a {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
  color: #52739e;
}

.section-news-list .news-archive .news-archive-list .item a:hover {
  opacity: 0.8;
}

/*** Councillors ***/
.section-councillors {
  padding: 55px 0 140px;
}

@media screen and (max-width: 991px) {
  .section-councillors {
    padding: 40px 0;
  }
}

/*** Glossary ***/
.section-glossary .glossary-info {
  padding: 60px 0 40px;
}

@media screen and (max-width: 991px) {
  .section-glossary .glossary-info {
    padding: 40px 0;
  }
}

.section-glossary .glossary-info .info {
  max-width: 740px;
  text-align: center;
  margin: 0 auto;
}

.section-glossary .glossary-letters {
  background: #d0e3f3;
  padding: 13px 0;
}

.section-glossary .glossary-letters .letters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media screen and (max-width: 991px) {
  .section-glossary .glossary-letters .letters {
    gap: 3px;
  }
}

.section-glossary .glossary-letters .letters .item {
  min-width: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .section-glossary .glossary-letters .letters .item {
    font-size: 20px;
  }
}

.section-glossary .glossary-letters .letters .item a {
  text-decoration: underline;
}

.section-glossary .glossary-letters .letters .item a:hover {
  color: #fff;
}

.section-glossary .glossary-body {
  padding: 95px 0 180px;
}

@media screen and (max-width: 991px) {
  .section-glossary .glossary-body {
    padding: 40px 0 60px;
  }
}

.section-glossary .glossary-body .glossary-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 80px 0;
  margin: 0 -30px;
}

@media screen and (max-width: 1279px) {
  .section-glossary .glossary-body .glossary-list {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 991px) {
  .section-glossary .glossary-body .glossary-list {
    gap: 50px 0;
  }
}

@media screen and (max-width: 479px) {
  .section-glossary .glossary-body .glossary-list {
    gap: 30px 0;
  }
}

.section-glossary .glossary-body .glossary-list .item {
  flex: 0 0 33.33333%;
  width: 0 0 33.33333%;
  padding: 0 30px;
}

@media screen and (max-width: 1279px) {
  .section-glossary .glossary-body .glossary-list .item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .section-glossary .glossary-body .glossary-list .item {
    flex: 0 0 50%;
    width: 0 0 50%;
  }
}

@media screen and (max-width: 479px) {
  .section-glossary .glossary-body .glossary-list .item {
    flex: 0 0 100%;
    width: 100%;
  }
}

.section-glossary .glossary-body .glossary-list .item .item-h {
  font-size: 41px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  .section-glossary .glossary-body .glossary-list .item .item-h {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.section-glossary .glossary-body .glossary-list .item .item-h:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 1px;
  background: #eed5a2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.section-glossary .glossary-body .glossary-list .item .item-body {
  font-size: 19px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .section-glossary .glossary-body .glossary-list .item .item-body {
    font-size: 17px;
  }
}

.section-glossary .glossary-body .glossary-list .item .item-body ul {
  margin: 0;
  padding: 0;
}

.section-glossary .glossary-body .glossary-list .item .item-body ul li {
  list-style: none;
  margin: 0 0 12px;
}

@media screen and (max-width: 991px) {
  .section-glossary .glossary-body .glossary-list .item .item-body ul li {
    margin: 0 0 5px;
  }
}

.section-glossary .glossary-body .glossary-list .item .item-body ul li:last-child {
  margin: 0;
}

/*** Accessibility & Privacy Policy ***/
.section-accessibility .accessibility-info,
.section-privacy .privacy-info {
  padding: 60px 0 40px;
}

.section-accessibility .accessibility-info h2,
.section-privacy .privacy-info h2 {
  margin: 1em 0 .5em;
}

@media screen and (max-width: 991px) {

  .section-accessibility .accessibility-info,
  .section-privacy .privacy-info {
    padding: 40px 0;
  }
}



.section-accessibility .accessibility-info .info {
  max-width: 740px;
  text-align: left;
  margin: 0 auto;
}

/***** Services *****/
.section-services {
  padding: 60px 0 80px;
}

@media screen and (max-width: 991px) {
  .section-services {
    padding: 40px 0 40px;
  }
}

.section-services .info {
  margin: 0 auto 62px;
  text-align: center;
  max-width: 800px;
  font-size: 19px;
}

@media screen and (max-width: 1199px) {
  .section-services .info {
    margin-bottom: 40px;
  }
}

.section-services .service-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -18px;
}

@media screen and (max-width: 1279px) {
  .section-services .service-list {
    margin: 0 -10px;
  }
}

.section-services .service-list .item {
  text-align: center;
  margin-bottom: 40px;
}

.section-services .service-list .item .item-logo {
  line-height: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 auto 15px;
}

@media screen and (max-width: 1199px) {
  .section-services .service-list .item .item-logo {
    margin: 0 auto 10px;
  }
}

.section-services .service-list .item .item-logo a {
  background: #eed5a2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.section-services .service-list .item .item-logo a:hover {
  background: #f3d393;
}

@media screen and (max-width: 1199px) {
  .section-services .service-list .item .item-logo .icon {
    max-width: 60%;
  }
}

.section-services .service-list .item .item-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.15;
  /* min-height: 51px; */
}

@media screen and (max-width: 575px) {
  .section-services .service-list .item .item-title {
    min-height: 0;
  }
}

.section-services .service-list .item .item-title a {
  display: block;
}

.section-services .service-list .item .item-title a:hover {
  color: #52739e;
}

.section-services .service-list .item .item-link {
  text-align: center;
}

.section-services .service-list .item .item-link a {
  text-transform: uppercase;
}

.section-services .service-list .item .item-link a span {
  color: #52739e;
  font-weight: bold;
}

.section-services .service-list .item .item-link a:hover {
  color: #52739e;
}

.section-services.section-services--online .item {
  width: 282px;
  flex: 0 0 282px;
  padding: 0 18px;
}

@media screen and (max-width: 991px) {
  .section-services.section-services--online .item {
    padding: 0 10px;
    width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}

@media screen and (max-width: 575px) {
  .section-services.section-services--online .item {
    width: 100%;
    flex: 0 0 100%;
  }
}

.section-services.section-services--online .item .item-logo {
  width: 246px;
  height: 226px;
}

@media screen and (max-width: 1199px) {
  .section-services.section-services--online .item .item-logo {
    width: 130px;
    height: 130px;
  }
}

.section-services.section-services--online .item .item-logo .icon.icon-meetings {
  width: 111px;
  height: 111px;
}

.section-services.section-services--visitor .container {
  max-width: 1026px;
}

.section-services.section-services--visitor .info h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-services.section-services--visitor .info h3 span {
  margin: 0 5px;
}

.section-services.section-services--visitor .info h3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.section-services.section-services--visitor .info h3 ul li {
  margin-right: 20px;
}

.section-services.section-services--visitor .info h3 ul li:last-of-type {
  margin-right: 0;
}

.section-services.section-services--visitor .info h3 ul li:first-of-type svg {
  width: 30px;
  height: 50px;
}

.section-services.section-services--visitor .info h3 ul li:last-of-type svg {
  width: 50px;
  height: 50px;
}

@media screen and (max-width:767px) {
  .section-services.section-services--visitor .info h3 {
    display: block;
    text-align: center;
  }

  .section-services.section-services--visitor .info h3 span {
    margin: 0;
  }

  .section-services.section-services--visitor .info h3 ul {
    margin-left: 0;
    justify-content: center;
    margin-top: 20px;
  }

  .section-services.section-services--visitor .info h3 ul li:first-of-type svg {
    width: 20px;
    height: 30px;
  }

  .section-services.section-services--visitor .info h3 ul li:last-of-type svg {
    width: 30px;
    height: 30px;
  }

  .section-services.section-services--visitor .info h3 ul li {
    margin-right: 10px;
  }
}

.section-services.section-services--visitor .item {
  width: 202px;
  flex: 0 0 202px;
  padding: 0 13px;
}

@media screen and (max-width: 1279px) {
  .section-services.section-services--visitor .item {
    padding: 0 10px;
    width: 20%;
    flex: 0 0 20%;
  }
}

@media screen and (max-width: 767px) {
  .section-services.section-services--visitor .item {
    width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}

@media screen and (max-width: 575px) {
  .section-services.section-services--visitor .item {
    width: 45%;
    flex: 0 0 45%;
  }
}

.section-services.section-services--visitor .item .item-logo {
  width: 176px;
  height: 162px;
}

@media screen and (max-width: 1199px) {
  .section-services.section-services--visitor .item .item-logo {
    width: 130px;
    height: 130px;
  }
}

.section-services.section-services--visitor .item .item-title {
  font-size: 19px;
}

/*** Calendar ***/
.section-neighbourhood .neighbourhood-1 {
  padding: 60px 0 70px;
}

@media screen and (max-width: 991px) {
  .section-neighbourhood .neighbourhood-1 {
    padding: 40px 0;
  }
}

.section-neighbourhood .neighbourhood-1 h2 {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .section-neighbourhood .neighbourhood-1 h2 {
    margin-bottom: 20px;
  }
}

.section-neighbourhood .neighbourhood-1 .info {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.section-neighbourhood .neighbourhood-2 {
  padding: 40px 0 60px;
  background: #f2f2f2;
}

@media screen and (max-width: 991px) {
  .section-neighbourhood .neighbourhood-2 {
    padding: 40px 0;
  }
}

.section-neighbourhood .neighbourhood-2 .container {
  max-width: 1100px;
}

.section-neighbourhood .neighbourhood-2 h2 {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .section-neighbourhood .neighbourhood-2 h2 {
    margin-bottom: 20px;
  }
}

.section-neighbourhood .neighbourhood-2 .neighbourhood-2-cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .section-neighbourhood .neighbourhood-2 .neighbourhood-2-cols {
    display: block;
  }
}

.section-neighbourhood .neighbourhood-2 .neighbourhood-2-cols:not(:last-child) {
  margin-bottom: 35px;
}

.section-neighbourhood .neighbourhood-2 .neighbourhood-2-cols .neighbourhood-2-col-l {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .section-neighbourhood .neighbourhood-2 .neighbourhood-2-cols .neighbourhood-2-col-l {
    margin-bottom: 20px;
  }
}

.section-neighbourhood .neighbourhood-2 .neighbourhood-2-cols .neighbourhood-2-col-l h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .section-neighbourhood .neighbourhood-2 .neighbourhood-2-cols .neighbourhood-2-col-l h3 {
    margin-bottom: 15px;
  }
}

.section-neighbourhood .neighbourhood-2 .neighbourhood-2-cols .neighbourhood-2-col-r {
  width: 473px;
  flex: 0 0 473px;
  margin-left: 80px;
}

@media screen and (max-width: 1279px) {
  .section-neighbourhood .neighbourhood-2 .neighbourhood-2-cols .neighbourhood-2-col-r {
    margin-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section-neighbourhood .neighbourhood-2 .neighbourhood-2-cols .neighbourhood-2-col-r {
    width: 100%;
    margin: 0;
  }
}

.section-neighbourhood .neighbourhood-3 {
  padding: 60px 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section-neighbourhood .neighbourhood-3 {
    padding: 40px 0;
  }
}

.section-neighbourhood .neighbourhood-3 .container {
  max-width: 840px;
}

.section-neighbourhood .neighbourhood-3 h2 {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .section-neighbourhood .neighbourhood-3 h2 {
    margin-bottom: 20px;
  }
}

.section-neighbourhood .neighbourhood-3 h3 {
  margin: 35px 0;
}

@media screen and (max-width: 991px) {
  .section-neighbourhood .neighbourhood-3 h3 {
    margin: 20px 0;
  }
}

.section-neighbourhood .neighbourhood-3 .info {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.section-services.section-services--neighbourhood {
  background: #f2f2f2;
  padding: 65px 0 115px;
}

@media screen and (max-width: 991px) {
  .section-services.section-services--neighbourhood {
    padding: 40px 0;
  }
}

.section-services.section-services--neighbourhood .container {
  max-width: 1026px;
}

.section-services.section-services--neighbourhood h2 {
  margin-bottom: 20px;
  text-align: center;
}

.section-services.section-services--neighbourhood .info {
  max-width: 700px;
  margin: 0 auto 55px;
}

@media screen and (max-width: 991px) {
  .section-services.section-services--neighbourhood .info {
    margin-bottom: 30px;
  }
}

.section-services.section-services--neighbourhood .item {
  width: 184px;
  flex: 0 0 184px;
  padding: 0 12px;
}

@media screen and (max-width: 1279px) {
  .section-services.section-services--neighbourhood .item {
    padding: 0 10px;
    width: 20%;
    flex: 0 0 20%;
  }
}

@media screen and (max-width: 767px) {
  .section-services.section-services--neighbourhood .item {
    width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}

@media screen and (max-width: 575px) {
  .section-services.section-services--neighbourhood .item {
    width: 50%;
    flex: 0 0 50%;
  }
}

.section-services.section-services--neighbourhood .item .item-logo {
  width: 160px;
  height: 147px;
}

@media screen and (max-width: 1199px) {
  .section-services.section-services--neighbourhood .item .item-logo {
    width: 130px;
    height: 130px;
  }
}

.section-services.section-services--neighbourhood .item .item-title {
  font-size: 19px;
}

/*** Contact ***/
.section-contact {
  padding: 75px 0 60px;
}

@media screen and (max-width: 991px) {
  .section-contact {
    padding: 40px 0;
  }
}

.section-contact .contact-cols {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .section-contact .contact-cols {
    display: block;
  }
}

.section-contact .contact-menu {
  width: 300px;
  flex: 0 0 300px;
  margin-right: 140px;
  padding-top: 10px;
}

@media screen and (max-width: 1279px) {
  .section-contact .contact-menu {
    margin-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .section-contact .contact-menu {
    width: 100%;
    margin: 0 0 30px;
  }
}

.section-contact .contact-menu ul {
  margin: 0;
  padding: 0;
}

.section-contact .contact-menu ul li {
  list-style: none;
  display: block;
  font-size: 22px;
  margin: 0 0 30px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .section-contact .contact-menu ul li {
    margin: 0 0 10px;
    font-size: 19px;
  }
}

.section-contact .contact-menu ul li span {
  font-weight: 600;
  color: #000;
  cursor: default;
}

.section-contact .contact-menu ul li.is-active span {
  font-weight: 600;
  color: #52739e;
  cursor: default;
}

.section-contact .contact-content {
  flex: 1;
  display: none;
}

.section-contact .contact-content.is-active {
  flex: 1;
  display: block;
}

.section-contact .contact-content h2 {
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .section-contact .contact-content h2 {
    margin-bottom: 30px;
  }
}

.section-contact .contact-content .contact-info-cols {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .section-contact .contact-content .contact-info-cols {
    display: block;
    margin: 0 0 40px;
  }
}

.section-contact .contact-content .contact-info-cols .contact-info-col:first-child {
  width: 180px;
  flex: 0 0 180px;
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .section-contact .contact-content .contact-info-cols .contact-info-col:first-child {
    width: 100%;
    margin: 0 0 30px;
  }
}

.section-contact .contact-content .contact-info-cols .contact-info-col:nth-child(2) {
  flex: 1;
}

.section-contact .contact-content .contact-info-cols .contact-info-block:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .section-contact .contact-content .contact-info-cols .contact-info-block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.section-contact .contact-content .contact-info-cols .contact-info-block .contact-info-h {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
}

@media screen and (max-width: 575px) {
  .section-contact .contact-content .contact-info-cols .contact-info-block .contact-info-h {
    margin-bottom: 5px;
  }
}

.section-contact .contact-content .contact-info-cols .contact-info-block .contact-info-body {
  font-size: 19px;
}

@media screen and (max-width: 991px) {
  .section-contact .contact-content .contact-info-cols .contact-info-block .contact-info-body {
    font-size: 17px;
  }
}

.section-contact .contact-content .contact-btns {
  gap: 10px 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .section-contact .contact-content .contact-btns {
    gap: 10px 20px;
  }
}

.section-contact .contact-content .contact-btns .btn {
  padding: 9px 20px;
}

.section-contact-form {
  padding: 45px 0 80px;
  background: #f2f2f2;
}

@media screen and (max-width: 991px) {
  .section-contact-form {
    padding: 40px 0;
  }
}

.section-contact-form h2 {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .section-contact-form h2 {
    margin-bottom: 30px;
  }
}

.section-contact-form .contact-form {
  max-width: 800px;
  margin: 0 auto;
}

/* #page main .frm_forms .frm_form_field {
  all: initial;
}

#page main .frm_forms input,
#page main .frm_forms select,
#page main .frm_forms textarea {
  all: initial;
} */

#page main .frm_forms textarea,
#page main .frm_forms input {
  background: #f2f2f2;
  padding: 15px;
  border: none;
  font-size: 19px;
  line-height: 20px;
  height: 48px;
  border-radius: 2px;
  border: none;
}

#page main .frm_forms textarea {
  min-height: 180px;
}

#page main #form_contact-form input,
#page main #form_contact-form textarea {
  background: #fff;
}

#page main .frm_forms .frm_form_field {
  margin-bottom: 12px;
}

#page main #form_contact-form .frm_fields_container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

#frm_field_1_container,
#frm_field_3_container {
  width: 49% !important;
}

@media screen and (max-width: 767px) {

  #frm_field_1_container,
  #frm_field_3_container {
    width: 100% !important;
  }
}

#page main .frm_forms label {
  color: #000;
  font-size: 19px;
}

#page main .frm_forms .frm_submit {
  margin: auto;
}

#page main .frm_primary_label {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 19px;
  color: black;
}

#page main .frm_primary_label span {
  font-weight: normal;
}

#page main .with_frm_style .frm_required {
  color: #B30000;
  font-weight: bold;
}

#page main #field_61r70_label {
  font-weight: bold;
  padding: 20px 0;
}

.frm_primary_label strong {
  color: #3C74A1;
}

#page main .frm_form_field.frm_two_col .frm_opt_container,
#page main .frm_form_field.frm_three_col .frm_opt_container,
#page main .frm_form_field.frm_four_col .frm_opt_container {
  grid-gap: 10px 2.5%;
  padding-top: 20px;
}

#page main .frm_html_container {
  padding-top: 20px;
}

#page main .frm_form_field .frm_checkbox span {
  padding: 5px 10px 5px 2px;
  background-color: #EED5A2;
}

#page main .frm_form_field .frm_checkbox strong {
  color: #3C74A1;
  margin-left: 5px;
}

#page main .frm_section_heading.blue-heading>h3 {
  color: #3C74A1 !important;
  padding-top: 30px;
}

#page main .page-num {
  position: absolute;
  bottom: 20px;
  right: 0;
  color: black;
  font-size: 20px;
}

#page main .frm_fields_container {
  position: relative
}

#page main #frm_field_91_container {
  font-size: 20px;
  color: black;
  padding-top: 50px;
}

#page main .frm_error {
  color: #B30000;
}

#page main .frm_repeat_sec .frm_field_122_container {
  grid-column: span 8 / span 8;
}

#page main .frm_repeat_sec .frm_repeat_buttons {
  grid-column: span 3 / span 3;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  justify-content: flex-end;
}

#page main .frm_radio input[type=radio] {
  position: relative;
}

#page main .frm_radio input[type=radio]:before {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
}

#page main .frm_dropzone .dz-message {
  border: none;
  background-color: #F2F2F2;
  border-radius: 0;
}

#page main .frm_dropzone .dz-message .frm-svg-icon path {
  fill: #eed5a2;
}

#page main .frm_html_container p {
  font-size: 19px;
  color: black;
  margin-bottom: 20px;
}

#frm_field_120_container>h3 {
  display: none;
}

#page main .frm_submit {
  justify-content: center;
  width: 100%;
}

#page main .with_frm_style .frm_button {
  border-radius: 0;
  border: none;
  background-color: #EED5A2;
  text-transform: uppercase;
  color: black;
  font-family: "Hind", sans-serif;
}

#page .with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons svg.frm-svg-icon {
  display: none;
}

.with_frm_style select.frm_time_select {
  background: #f2f2f2;
  padding: 15px;
  border: none;
  font-size: 19px;
  line-height: 20px;
  height: 48px;
  border-radius: 2px;
  border: none;
  appearance: none;
}

.with_frm_style .frm_required {}

#page main .frm_form_field.frm_three_col .frm_opt_container {
  grid-gap: 20px 2.5%;
}

#page main .frm_forms .frm_error {
  margin-top: 7px;
}

#page main .frm_forms .frm_submit button {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  padding: 10px 25px 9px;
  line-height: 21px;
  border: none;
  border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 19px;
  background: #eed5a2;
  color: #000;
  margin: 30px 0;
}

#page main .frm_forms .frm_submit button:hover {
  background: #f3d393;
}

#page main .frm_forms .frm_section_heading .frm_pos_top {
  border-top: none;
  margin-bottom: 10px;
  color: black;
}

#page main .frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container {
  grid-template-columns: 30% auto;
}

#page main .frm_compact .frm_dropzone.dz-clickable.frm_single_upload {
  width: 100%;
  background-color: #f2f2f2;
  padding: 30px 40px;
}

#page main .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message {
  background: #eed5a2;
  color: #000;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

#page main #field_y0w9y_label {
  font-weight: bold;
}

#page #frm_form_6_container {
  padding-top: 30px;
}

#page .txt .btn {
  color: black;
}

#page main #frm_field_39_container {
  display: flex;
  align-items: center;
}

#page main #frm_field_39_container .frm_opt_container {
  order: 1;
  margin-right: 20px;
}

#page main #field_5zoyo_label {
  order: 2;
}

#page main .frm_style_formidable-style.with_frm_style div.frm_description {
  font-size: 17px;
}

#page main .frm_style_formidable-style.with_frm_style .frm_compact label {
  padding-top: 42px;
}

#page main .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message svg {
  display: none;
}

#page main .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message button {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  #page main .frm_forms .frm_submit button {
    padding: 9px 20px;
  }
}

.section-map {
  line-height: 0;
}

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

.icon-allotments {
  width: 108px;
  height: 111px;
}

.icon-angle-left {
  width: 421.8px;
  height: 991.42px;
}

.icon-angle-right {
  width: 421.8px;
  height: 991.42px;
}

.icon-barton {
  width: 88px;
  height: 94px;
}

.icon-campsite {
  width: 95px;
  height: 84px;
}

.icon-car {
  width: 117px;
  height: 86px;
}

.icon-community {
  width: 73px;
  height: 73px;
}

.icon-council {
  width: 77px;
  height: 79px;
}

.icon-cross {
  width: 999.43px;
  height: 899.99px;
}

.icon-envelope {
  width: 17px;
  height: 11px;
}

.icon-facebook {
  width: 12px;
  height: 23px;
}

.icon-facilities {
  width: 74px;
  height: 74px;
}

.icon-forest {
  width: 98px;
  height: 94px;
}

.icon-health {
  width: 78px;
  height: 69px;
}

.icon-hospitality {
  width: 91px;
  height: 117px;
}

.icon-households {
  width: 89px;
  height: 68px;
}

.icon-instagram {
  width: 23px;
  height: 23px;
}

.icon-marker {
  width: 16px;
  height: 21px;
}

.icon-market {
  width: 74px;
  height: 64px;
}

.icon-mayor {
  width: 107px;
  height: 127px;
}

.icon-meetings {
  width: 73px;
  height: 73px;
}

.icon-museum {
  width: 74px;
  height: 84px;
}

.icon-phone {
  width: 18px;
  height: 18px;
}

.icon-search {
  width: 552.54px;
  height: 568.06px;
}

.icon-shopping {
  width: 89px;
  height: 80px;
}

.icon-transport {
  width: 80px;
  height: 117px;
}

.icon-youth {
  width: 73px;
  height: 86px;
}



.search-page-form {
  display: flex;
  justify-content: center;
  padding: 75px 0 0
}

.search-page-form .search-form .search-field {
  height: 34px;
  border-radius: 0;
  line-height: 34px;
  border: none;
  background: #f2f2f2;
  padding: 0 10px
}

.search-page-form .search-form .search-submit {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  padding: 7px 15px 6px;
  line-height: 21px;
  border: none;
  border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 17px;
  background: #eed5a2
}

.search-page-form .search-form .search-submit:hover {
  background: #f3d393
}

@media screen and (max-width: 991px) {
  .search-page-form {
    padding: 45px 0 0
  }
}

/* contacts for police page custom styles */
.post_type_services-contacts-for-police .section-post .back.back-one-col {
  display: none;
}


/* calender filter styling */
.calendar-filters {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}

.calendar-filter-item {
    display: inline-block;
}

.calendar-filter-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    user-select: none;
}

.calendar-filter-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.calendar-filter-checkbox {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}

.calendar-filter-item:nth-child(1) .calendar-filter-checkbox {
    background-color: #B8D4E8;
}

.calendar-filter-item:nth-child(2) .calendar-filter-checkbox {
    background-color: #F4E4B8;
}

.calendar-filter-checkbox::after {
    content: '';
    width: 14px;
    height: 8px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -6px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.calendar-filter-label input[type="checkbox"]:checked + .calendar-filter-checkbox::after {
    opacity: 1;
}

.calendar-filter-text {
    color: #000;
}

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