/*!
Theme Name: Mayoral Theme
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: mayoralt
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.

Mayoral Theme 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
--------------------------------------------------------------*/

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

/**
 * 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: 3rem;
	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: 600;
  }
/**
 * 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;
}

/* 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.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	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
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Branding SF',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	font-size: 1.175rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.125;
	font-size: 400;
	letter-spacing: -0.5px;
}

p {
	margin-bottom: 1.2rem;
	margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--primary-100);
}

/*
a:visited {
	color: #800080;
}*/

a:hover,
a:focus,
a:active,
a:visited  {
	color: #035EA8;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--base-dark-80);
	border: 1px solid var(--base-dark-20);
	border-radius: var(--border-radius);
	padding: 0.75rem 1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.mayoral-hero h1,
.mayoral-hero h2 {
        font-size: 6.25rem;
    line-height: 0.96;
    letter-spacing: -1px;
    margin-top: 1rem;
    margin-bottom: 5.75rem;
    /*max-width: 8em;*/
}



    /* Make Elementor elements expand to fit the full available width - due to how EL puts padding
    all the way round columns 
    .elementor-section-boxed .elementor-column-gap-default > .elementor-row {
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-right: -16px;
    }
    .elementor-section-boxed .elementor-column-gap-narrow > .elementor-row {
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px;
    }
    .elementor-section-boxed .elementor-column-gap-extended > .elementor-row {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    .elementor-section-boxed .elementor-column-gap-wide > .elementor-row {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
    .elementor-section-boxed .elementor-column-gap-wider > .elementor-row {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
    }
*/





/*
.elementor-column-gap-default .elementor-column:first-of-type > .elementor-element-populated {
	padding-left: 0 !important;
}*/

body {
	box-sizing: border-box;
  }
  .font-sm {
	font-size: 0.9rem;
  }
  .mw-26 {
	max-width: 26rem;
  }
  body.gmodal-open {
	overflow-y: hidden;
	-webkit-overflow-scrolling: auto;
  }
  .gmodal__container.has-center {
	display: flex;
	align-items: center;
	min-height: calc(100vh - 60px);
  }
  
  .gmodal-backdrop {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.3);
  }
  .gmodal-backdrop.has-animate {
	transition: opacity 0.15s linear;
	will-change: opacity;
	opacity: 0;
  }
  .gmodal-backdrop.has-animate.is-shown {
	opacity: 1;
  }
  
  .gmodal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	outline: 0;
  }
  .gmodal *,
  .gmodal *::before,
  .gmodal *::after {
	box-sizing: border-box;
  }
  .gmodal.has-animate .gmodal__container {
	will-change: transform, opacity;
	opacity: 0;
	transition: transform 0.2s ease, opacity 0.15s linear;
	transform: scale(0.97);
  }
  .gmodal.has-animate.is-shown .gmodal__container {
	opacity: 1;
	transform: none;
  }
  .gmodal.is-hidden {
	z-index: -1 !important;
	visibility: hidden !important;
	pointer-events: none !important;
  }
  @media (min-width: 480px) {
	.gmodal__container {
	  position: relative;
	  max-width: 26rem;
	  width: 100%;
	  min-height: auto;
	  margin: 30px auto;
	  /*
	  padding-right: 15px;
	  padding-left: 15px;*/
	}
	.gmodal__container--lg {
	  max-width: 940px;
	}
	.gmodal__container.has-center {
	  display: flex;
	  align-items: center;
	  min-height: calc(100vh - 60px);
	}
	.gmodal__container.has-center::before {
	  content: "";
	  display: block;
	  height: calc(100vh - 60px);
	}
  }
  .gmodal__dialog {
	/*position: absolute;
	min-height: 100vh;*/
	width: 100%;
	background-color: #fff;
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
  }
  @media (min-width: 480px) {
	.gmodal__dialog {
	  position: relative;
	  min-height: auto;
	  border-radius: 8px;
	  box-shadow: 0px 16px 32px rgba(16, 16, 18, 0.08);
	}
  }
  .gmodal__header, .gmodal__body, .gmodal__footer {
	position: relative;
	padding: 3rem;
	padding-top: 2.5rem;
  }
  .gmodal__body {
	padding-top: 0;
	padding-bottom: 0;
  }
  .gmodal__footer {
	padding-top:1.5rem;
  }
  .gmodal__header {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	/*padding-bottom: 1.5rem;*/
	padding: 1rem 3rem;
	padding-right: 1rem;
  }
  /*
  .gmodal__footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .gmodal__footer {
	border:0;
  }*/
  .gmodal__title {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: -0.5px;
  }
  button.gmodal__close {
	margin-left: auto;
	padding: 0;
	border: 0;
	background-color: transparent;
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.25s ease;
  }
  .gmodal__close svg {
	display: block;
	width: 28px;
	height: 28px;
	stroke: currentColor;
	fill: none;
  }
  .gmodal__close:hover {
	opacity: 1;
  }

/* Customize gmodal */
.share-button i {display: table-cell;}

.elementor-popup-modal .dialog-message {
	overflow: visible;
}

.gmodal__body .elementor-social-icon {
background-color: #0172EA00;
border-style: solid;
border-width: 1px;
border-color: rgba(16,16,18,0.1);
border-radius: 50%;
	}

	.gmodal__body .elementor-social-icon:hover {
border-color: var( --e-global-color-04c6d7e );
}
.gmodal__body .elementor-social-icon i {
	color: var( --e-global-color-4524b8e );
	font-size: 1rem;
}

.gmodal__body .elementor-social-icons-wrapper {
	justify-content: center;
	display: flex;
  }
  .gmodal__body .elementor-social-icons-wrapper a {
	margin-right: 1rem;
	font-size: var(--icon-size,1rem);
	line-height: var(--icon-size,1rem);
	width: calc(var(--icon-size, 1rem) + (2 * var(--icon-padding, .75em)));
	height: calc(var(--icon-size, 1rem) + (2 * var(--icon-padding, .75em)));
  }
header.dark blockquote { color:#fff; }
header.light blockquote { color:#000; }

blockquote { 
  max-width: 1000px; 
  margin:0 auto;
  font-size: 16px; 
  border-left: 0px;
  padding:  20px ;
}

blockquote h2 { padding-right: 40px; margin: 0px; }
header.dark blockquote a {color: orange; text-decoration: underline;}
header.light blockquote a {text-decoration: underline;}
/*header { min-height: 450px; }*/
header.dark { background-color: #444; }
header.light { background-color: #fff; }

/* Navigation Styles */
nav { position: relative;  }
header.dark nav { background-color:rgba(255,255,255,0.5); }
header.light nav { background-color:rgba(0,0,0,0.5); }

ul.main-nav { 
  list-style-type: none; 
  padding: 0px;
  font-size: 0px;
  /*max-width: 1000px;*/
  margin: 0 auto;
}

ul.main-nav > li { 
  display: inline-block;
  padding: 0; 
}

ul.main-nav > li > a { 
  display: block; 
  padding: 20px 30px; 
  position: relative;
  /*color: #fff;*/
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
}

/*ul.main-nav > li:hover { background-color: #f9f9f9; }*/
ul.main-nav > li:hover > a { color: #333; font-weight: 400; }

ul.main-nav > li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type : none;
  display:block;
}

ul.main-nav > li ul.sub-menu-lists > li {
  padding: 2px 0;
}

ul.main-nav > li ul.sub-menu-lists > li > a {
  font-size: 14px;
}

.ic {
  position: fixed; 
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
  text-align: center;
  top:0px;
  outline: none;
}

.ic.close { 
  opacity: 0; 
  font-size: 0px; 
  font-weight: 300; 
  color: #fff;
  top:8px;
  height:40px;
  display: block;
  outline: none;
}

/* Menu Icons for Devices*/
.ic.menu { top:25px; z-index : 20; }

.ic.menu .line { 
  height: 4px; 
  width: 100%; 
  display: block; 
  margin-bottom: 6px; 
}
.ic.menu .line-last-child { margin-bottom: 0px;  }

.sub-menu-head { margin: 10px 0; }
.banners-area { margin-top: 20px; padding-top: 15px; }


@media only screen and (max-width:768px) {
  .sub-menu-head { color:orange; }
  .ic.menu { display: block; }
  header.dark .ic.menu .line { background-color: #fff; } 
  header.light .ic.menu .line { background-color: #000; }
  .ic.menu .line {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .ic.menu:focus .line { background-color: #fff !important; }
  
  .ic.menu:focus .line:nth-child(1) { 
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
  }
  
  .ic.menu:focus .line:nth-child(2){ 
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); 
    margin-top: -10px;
  }
  
  .ic.menu:focus .line:nth-child(3){
    transform: translateY(15px);
    opacity: 0;
  }
  
  .ic.menu:focus{ outline: none; }
  .ic.menu:focus ~ .ic.close { opacity: 1; z-index : 21;  outline: none;  }
  
  /*
  
  .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
  .ic.close:focus { opacity: 0; }
  */
  .ic.menu:hover, 
  .ic.menu:focus{ opacity: 1; }
  

  nav { background-color: transparent; }
  
 /* Main Menu for Handheld Devices  */
  ul.main-nav {
    z-index:2; 
    padding: 50px 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 0px;
    background-color:rgba(0,0,0,1);
    height: 100%;
    overflow: auto;
    /*CSS animation applied : Slide from Right*/
   -webkit-transition-property: background, width;
    -moz-transition-property: background, width;
    -o-transition-property: background, width;
    transition-property: background, width;
   	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	  -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  
  .ic.menu:focus ~ .main-nav { width: 300px; background-color:rgba(0,0,0,1); }
  
  ul.main-nav > * { 
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
   	-webkit-transition-duration: 0.2s;
	  -moz-transition-duration: 0.2s;
	  -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    opacity: 0;
  }
  .ic.menu:focus ~ .main-nav > * {opacity: 1;}
  
  ul.main-nav > li > a:after {display: none;}
  ul.main-nav > li:first-child { border-radius: 0px; }
  ul.main-nav > li {
    display: block;
    border-bottom: 1px solid #444;
  }
  
  ul.main-nav > li > a { font-weight: 600; }
  
  ul.main-nav > li ul.sub-menu-lists > li a { color: #eee; font-size: 14px; }
  .sub-menu-head { font-size: 16px;}
  ul.main-nav > li:hover { background-color: transparent;  }
  ul.main-nav > li:hover > a {color: #fff; text-decoration: none; font-weight: 600;}
 .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    position: relative;
    visibility: visible;
    opacity: 1.0;
  }
  
  .sub-menu-block { padding: 0 30px; }
  .banners-area { padding-bottom: 0px;  }
  .banners-area div { margin-bottom: 15px;  }
  .banners-area { border-top: 1px solid #444; }
}

@media only screen and (min-width:769px) {
  .ic.menu { display: none; }
  /* Main Menu for Desktop Devices  */
  ul.main-nav { display: block; position: relative; }
  .sub-menu-block { padding: 15px; }
  
  /* Sub Menu */
  ul.main-nav > li > div.sub-menu-block { 
  visibility: hidden;
  background-color: #fff;
  position: fixed;
  margin-top: 0px;
  width: 100%;
  color: #333;
  left: 0;
  box-sizing: border-box;
  z-index : 3;
  font-size: 16px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  opacity: 0;
    
  /*CSS animation applied for sub menu : Slide from Top */
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  
  }
  
  ul.main-nav > li:hover > div.sub-menu-block{ 
    /*background-color: #f9f9f9; */
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);


	position: absolute;
		width: 100vw;
		left: 0;
  }
  
  ul.main-nav > li > div.sub-menu-block > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
   	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	  -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  
  ul.main-nav > li:hover > div.sub-menu-block > * {
    opacity: 1;
  }
  
  .sub-menu-head { font-size: 20px;}
  
  /* List Separator: Outer Border */
  header.dark ul.main-nav > li > a { border-right: 1px solid #bbb; }
  header.light ul.main-nav > li > a { border-right: 1px solid #666; }
  
  /* List Separator: Inner Border */
  ul.main-nav > li > a:after {
    content: '';
    width: 1px;
    height: 62px;
    position: absolute;
    right:0px;
    top: 0px;
    z-index : 2;
  }
  header.dark ul.main-nav > li > a:after { background-color: #777; }
  header.light ul.main-nav > li > a:after { background-color: #999; }
  
  /* Drop Down/Up Arrow for Mega Menu */
  ul.main-nav > li > a.mega-menu > span { display: block; vertical-align: middle; }
  ul.main-nav > li > a.mega-menu > span:after {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    background-color: transparent;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  ul.main-nav > li:hover > a.mega-menu span:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #666;
  }
  .banners-area { border-top: 1px solid #ccc; }
}

@supports (-webkit-text-stroke: 1.6px #fff) {
	.stroked {
	  -webkit-text-stroke: 1.6px #fff;
	  -webkit-text-fill-color: transparent;
	}
	.stroked-3px {
	  -webkit-text-stroke: 3px #fff;
	  -webkit-text-fill-color: transparent;
	}
	.stroke-primary {
		-webkit-text-stroke-color: var(--primary-100);
	}
	.stroke-base-dark-60 {
		-webkit-text-stroke-color: var(--base-dark-60);
	}
}


.row {
	margin-right: -15px;
	margin-left: -15px;
  }
  .row-no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  .row-no-gutters [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
  }
  .col-xs-12 {
	width: 100%;
  }
  .col-xs-11 {
	width: 91.66666667%;
  }
  .col-xs-10 {
	width: 83.33333333%;
  }
  .col-xs-9 {
	width: 75%;
  }
  .col-xs-8 {
	width: 66.66666667%;
  }
  .col-xs-7 {
	width: 58.33333333%;
  }
  .col-xs-6 {
	width: 50%;
  }
  .col-xs-5 {
	width: 41.66666667%;
  }
  .col-xs-4 {
	width: 33.33333333%;
  }
  .col-xs-3 {
	width: 25%;
  }
  .col-xs-2 {
	width: 16.66666667%;
  }
  .col-xs-1 {
	width: 8.33333333%;
  }
  .col-xs-pull-12 {
	right: 100%;
  }
  .col-xs-pull-11 {
	right: 91.66666667%;
  }
  .col-xs-pull-10 {
	right: 83.33333333%;
  }
  .col-xs-pull-9 {
	right: 75%;
  }
  .col-xs-pull-8 {
	right: 66.66666667%;
  }
  .col-xs-pull-7 {
	right: 58.33333333%;
  }
  .col-xs-pull-6 {
	right: 50%;
  }
  .col-xs-pull-5 {
	right: 41.66666667%;
  }
  .col-xs-pull-4 {
	right: 33.33333333%;
  }
  .col-xs-pull-3 {
	right: 25%;
  }
  .col-xs-pull-2 {
	right: 16.66666667%;
  }
  .col-xs-pull-1 {
	right: 8.33333333%;
  }
  .col-xs-pull-0 {
	right: auto;
  }
  .col-xs-push-12 {
	left: 100%;
  }
  .col-xs-push-11 {
	left: 91.66666667%;
  }
  .col-xs-push-10 {
	left: 83.33333333%;
  }
  .col-xs-push-9 {
	left: 75%;
  }
  .col-xs-push-8 {
	left: 66.66666667%;
  }
  .col-xs-push-7 {
	left: 58.33333333%;
  }
  .col-xs-push-6 {
	left: 50%;
  }
  .col-xs-push-5 {
	left: 41.66666667%;
  }
  .col-xs-push-4 {
	left: 33.33333333%;
  }
  .col-xs-push-3 {
	left: 25%;
  }
  .col-xs-push-2 {
	left: 16.66666667%;
  }
  .col-xs-push-1 {
	left: 8.33333333%;
  }
  .col-xs-push-0 {
	left: auto;
  }
  .col-xs-offset-12 {
	margin-left: 100%;
  }
  .col-xs-offset-11 {
	margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
	margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
	margin-left: 75%;
  }
  .col-xs-offset-8 {
	margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
	margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
	margin-left: 50%;
  }
  .col-xs-offset-5 {
	margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
	margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
	margin-left: 25%;
  }
  .col-xs-offset-2 {
	margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
	margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
	margin-left: 0%;
  }
  @media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	  float: left;
	}
	.col-sm-12 {
	  width: 100%;
	}
	.col-sm-11 {
	  width: 91.66666667%;
	}
	.col-sm-10 {
	  width: 83.33333333%;
	}
	.col-sm-9 {
	  width: 75%;
	}
	.col-sm-8 {
	  width: 66.66666667%;
	}
	.col-sm-7 {
	  width: 58.33333333%;
	}
	.col-sm-6 {
	  width: 50%;
	}
	.col-sm-5 {
	  width: 41.66666667%;
	}
	.col-sm-4 {
	  width: 33.33333333%;
	}
	.col-sm-3 {
	  width: 25%;
	}
	.col-sm-2 {
	  width: 16.66666667%;
	}
	.col-sm-1 {
	  width: 8.33333333%;
	}
	.col-sm-pull-12 {
	  right: 100%;
	}
	.col-sm-pull-11 {
	  right: 91.66666667%;
	}
	.col-sm-pull-10 {
	  right: 83.33333333%;
	}
	.col-sm-pull-9 {
	  right: 75%;
	}
	.col-sm-pull-8 {
	  right: 66.66666667%;
	}
	.col-sm-pull-7 {
	  right: 58.33333333%;
	}
	.col-sm-pull-6 {
	  right: 50%;
	}
	.col-sm-pull-5 {
	  right: 41.66666667%;
	}
	.col-sm-pull-4 {
	  right: 33.33333333%;
	}
	.col-sm-pull-3 {
	  right: 25%;
	}
	.col-sm-pull-2 {
	  right: 16.66666667%;
	}
	.col-sm-pull-1 {
	  right: 8.33333333%;
	}
	.col-sm-pull-0 {
	  right: auto;
	}
	.col-sm-push-12 {
	  left: 100%;
	}
	.col-sm-push-11 {
	  left: 91.66666667%;
	}
	.col-sm-push-10 {
	  left: 83.33333333%;
	}
	.col-sm-push-9 {
	  left: 75%;
	}
	.col-sm-push-8 {
	  left: 66.66666667%;
	}
	.col-sm-push-7 {
	  left: 58.33333333%;
	}
	.col-sm-push-6 {
	  left: 50%;
	}
	.col-sm-push-5 {
	  left: 41.66666667%;
	}
	.col-sm-push-4 {
	  left: 33.33333333%;
	}
	.col-sm-push-3 {
	  left: 25%;
	}
	.col-sm-push-2 {
	  left: 16.66666667%;
	}
	.col-sm-push-1 {
	  left: 8.33333333%;
	}
	.col-sm-push-0 {
	  left: auto;
	}
	.col-sm-offset-12 {
	  margin-left: 100%;
	}
	.col-sm-offset-11 {
	  margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
	  margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
	  margin-left: 75%;
	}
	.col-sm-offset-8 {
	  margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
	  margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
	  margin-left: 50%;
	}
	.col-sm-offset-5 {
	  margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
	  margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
	  margin-left: 25%;
	}
	.col-sm-offset-2 {
	  margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
	  margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
	  margin-left: 0%;
	}
  }
  @media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	  float: left;
	}
	.col-md-12 {
	  width: 100%;
	}
	.col-md-11 {
	  width: 91.66666667%;
	}
	.col-md-10 {
	  width: 83.33333333%;
	}
	.col-md-9 {
	  width: 75%;
	}
	.col-md-8 {
	  width: 66.66666667%;
	}
	.col-md-7 {
	  width: 58.33333333%;
	}
	.col-md-6 {
	  width: 50%;
	}
	.col-md-5 {
	  width: 41.66666667%;
	}
	.col-md-4 {
	  width: 33.33333333%;
	}
	.col-md-3 {
	  width: 25%;
	}
	.col-md-2 {
	  width: 16.66666667%;
	}
	.col-md-1 {
	  width: 8.33333333%;
	}
	.col-md-pull-12 {
	  right: 100%;
	}
	.col-md-pull-11 {
	  right: 91.66666667%;
	}
	.col-md-pull-10 {
	  right: 83.33333333%;
	}
	.col-md-pull-9 {
	  right: 75%;
	}
	.col-md-pull-8 {
	  right: 66.66666667%;
	}
	.col-md-pull-7 {
	  right: 58.33333333%;
	}
	.col-md-pull-6 {
	  right: 50%;
	}
	.col-md-pull-5 {
	  right: 41.66666667%;
	}
	.col-md-pull-4 {
	  right: 33.33333333%;
	}
	.col-md-pull-3 {
	  right: 25%;
	}
	.col-md-pull-2 {
	  right: 16.66666667%;
	}
	.col-md-pull-1 {
	  right: 8.33333333%;
	}
	.col-md-pull-0 {
	  right: auto;
	}
	.col-md-push-12 {
	  left: 100%;
	}
	.col-md-push-11 {
	  left: 91.66666667%;
	}
	.col-md-push-10 {
	  left: 83.33333333%;
	}
	.col-md-push-9 {
	  left: 75%;
	}
	.col-md-push-8 {
	  left: 66.66666667%;
	}
	.col-md-push-7 {
	  left: 58.33333333%;
	}
	.col-md-push-6 {
	  left: 50%;
	}
	.col-md-push-5 {
	  left: 41.66666667%;
	}
	.col-md-push-4 {
	  left: 33.33333333%;
	}
	.col-md-push-3 {
	  left: 25%;
	}
	.col-md-push-2 {
	  left: 16.66666667%;
	}
	.col-md-push-1 {
	  left: 8.33333333%;
	}
	.col-md-push-0 {
	  left: auto;
	}
	.col-md-offset-12 {
	  margin-left: 100%;
	}
	.col-md-offset-11 {
	  margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
	  margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
	  margin-left: 75%;
	}
	.col-md-offset-8 {
	  margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
	  margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
	  margin-left: 50%;
	}
	.col-md-offset-5 {
	  margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
	  margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
	  margin-left: 25%;
	}
	.col-md-offset-2 {
	  margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
	  margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
	  margin-left: 0%;
	}
  }
  @media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	  float: left;
	}
	.col-lg-12 {
	  width: 100%;
	}
	.col-lg-11 {
	  width: 91.66666667%;
	}
	.col-lg-10 {
	  width: 83.33333333%;
	}
	.col-lg-9 {
	  width: 75%;
	}
	.col-lg-8 {
	  width: 66.66666667%;
	}
	.col-lg-7 {
	  width: 58.33333333%;
	}
	.col-lg-6 {
	  width: 50%;
	}
	.col-lg-5 {
	  width: 41.66666667%;
	}
	.col-lg-4 {
	  width: 33.33333333%;
	}
	.col-lg-3 {
	  width: 25%;
	}
	.col-lg-2 {
	  width: 16.66666667%;
	}
	.col-lg-1 {
	  width: 8.33333333%;
	}
	.col-lg-pull-12 {
	  right: 100%;
	}
	.col-lg-pull-11 {
	  right: 91.66666667%;
	}
	.col-lg-pull-10 {
	  right: 83.33333333%;
	}
	.col-lg-pull-9 {
	  right: 75%;
	}
	.col-lg-pull-8 {
	  right: 66.66666667%;
	}
	.col-lg-pull-7 {
	  right: 58.33333333%;
	}
	.col-lg-pull-6 {
	  right: 50%;
	}
	.col-lg-pull-5 {
	  right: 41.66666667%;
	}
	.col-lg-pull-4 {
	  right: 33.33333333%;
	}
	.col-lg-pull-3 {
	  right: 25%;
	}
	.col-lg-pull-2 {
	  right: 16.66666667%;
	}
	.col-lg-pull-1 {
	  right: 8.33333333%;
	}
	.col-lg-pull-0 {
	  right: auto;
	}
	.col-lg-push-12 {
	  left: 100%;
	}
	.col-lg-push-11 {
	  left: 91.66666667%;
	}
	.col-lg-push-10 {
	  left: 83.33333333%;
	}
	.col-lg-push-9 {
	  left: 75%;
	}
	.col-lg-push-8 {
	  left: 66.66666667%;
	}
	.col-lg-push-7 {
	  left: 58.33333333%;
	}
	.col-lg-push-6 {
	  left: 50%;
	}
	.col-lg-push-5 {
	  left: 41.66666667%;
	}
	.col-lg-push-4 {
	  left: 33.33333333%;
	}
	.col-lg-push-3 {
	  left: 25%;
	}
	.col-lg-push-2 {
	  left: 16.66666667%;
	}
	.col-lg-push-1 {
	  left: 8.33333333%;
	}
	.col-lg-push-0 {
	  left: auto;
	}
	.col-lg-offset-12 {
	  margin-left: 100%;
	}
	.col-lg-offset-11 {
	  margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
	  margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
	  margin-left: 75%;
	}
	.col-lg-offset-8 {
	  margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
	  margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
	  margin-left: 50%;
	}
	.col-lg-offset-5 {
	  margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
	  margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
	  margin-left: 25%;
	}
	.col-lg-offset-2 {
	  margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
	  margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
	  margin-left: 0%;
	}
  }
  .clearfix:before,
  .clearfix:after,
  .container:before,
  .container:after,
  .container-fluid:before,
  .container-fluid:after,
  .row:before,
  .row:after {
	display: table;
	content: " ";
  }
  .clearfix:after,
  .container:after,
  .container-fluid:after,
  .row:after {
	clear: both;
  }
  .center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
  }
  .pull-right {
	float: right !important;
  }
  .pull-left {
	float: left !important;
  }
  .hide {
	display: none !important;
  }
  .show {
	display: block !important;
  }
  .invisible {
	visibility: hidden;
  }
  .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
  }
  .hidden {
	display: none !important;
  }
  .affix {
	position: fixed;
  }
  @-ms-viewport {
	width: device-width;
  }
  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg {
	display: none !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
	display: none !important;
  }
  @media (max-width: 767px) {
	.visible-xs {
	  display: block !important;
	}
	table.visible-xs {
	  display: table !important;
	}
	tr.visible-xs {
	  display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
	  display: table-cell !important;
	}
  }
  @media (max-width: 767px) {
	.visible-xs-block {
	  display: block !important;
	}
  }
  @media (max-width: 767px) {
	.visible-xs-inline {
	  display: inline !important;
	}
  }
  @media (max-width: 767px) {
	.visible-xs-inline-block {
	  display: inline-block !important;
	}
  }
  @media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
	  display: block !important;
	}
	table.visible-sm {
	  display: table !important;
	}
	tr.visible-sm {
	  display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
	  display: table-cell !important;
	}
  }
  @media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
	  display: block !important;
	}
  }
  @media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
	  display: inline !important;
	}
  }
  @media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
	  display: inline-block !important;
	}
  }
  @media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
	  display: block !important;
	}
	table.visible-md {
	  display: table !important;
	}
	tr.visible-md {
	  display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
	  display: table-cell !important;
	}
  }
  @media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
	  display: block !important;
	}
  }
  @media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
	  display: inline !important;
	}
  }
  @media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
	  display: inline-block !important;
	}
  }
  @media (min-width: 1200px) {
	.visible-lg {
	  display: block !important;
	}
	table.visible-lg {
	  display: table !important;
	}
	tr.visible-lg {
	  display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
	  display: table-cell !important;
	}
  }
  @media (min-width: 1200px) {
	.visible-lg-block {
	  display: block !important;
	}
  }
  @media (min-width: 1200px) {
	.visible-lg-inline {
	  display: inline !important;
	}
  }
  @media (min-width: 1200px) {
	.visible-lg-inline-block {
	  display: inline-block !important;
	}
  }
  @media (max-width: 767px) {
	.hidden-xs {
	  display: none !important;
	}
  }
  @media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
	  display: none !important;
	}
  }
  @media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
	  display: none !important;
	}
  }
  @media (min-width: 1200px) {
	.hidden-lg {
	  display: none !important;
	}
  }
  .visible-print {
	display: none !important;
  }
  @media print {
	.visible-print {
	  display: block !important;
	}
	table.visible-print {
	  display: table !important;
	}
	tr.visible-print {
	  display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
	  display: table-cell !important;
	}
  }
  .visible-print-block {
	display: none !important;
  }
  @media print {
	.visible-print-block {
	  display: block !important;
	}
  }
  .visible-print-inline {
	display: none !important;
  }
  @media print {
	.visible-print-inline {
	  display: inline !important;
	}
  }
  .visible-print-inline-block {
	display: none !important;
  }
  @media print {
	.visible-print-inline-block {
	  display: inline-block !important;
	}
  }
  @media print {
	.hidden-print {
	  display: none !important;
	}
  }
  .button-text .elementor-button-link {
	  text-decoration: none;
	  padding: 0;
  }
  .button-text .elementor-button-icon svg {
	width: 0.6em;
	height: auto;
  }
  body {
	--base-dark-10: rgba(16,16,18,0.1);
	--base-dark-20: rgba(16,16,18,0.2);
	--base-dark-40: rgba(16,16,18,0.4);
	--base-dark-60: rgba(16,16,18,0.6);
	--base-dark-80: rgba(16,16,18,0.8);
	--border-radius: 8px;
	--base-dark-100: #101012;
	--base-light-20: rgba(255, 255, 255, 0.2);
	--base-light-100: #fff;
	--light-bg-100: #F6F5F4;
	--border-color: var(--base-dark-20);
	--primary-100: #0172EA;
	--scroll-section-gap: 64px;
  }
 ::placeholder {
	color: var(--base-dark-60);
}
:-ms-input-placeholder {
	color: var(--base-dark-60);
}
::-ms-input-placeholder {
	color: var(--base-dark-60);
}
.elementor-field-group .elementor-field-textual::placeholder {
	color: var(--base-dark-60);
}
.clonedselwrap {
	margin-top: 1rem;
}
.elementor-form h5 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: -0.25px;
	/*padding-left: 0.5rem;*/
	margin-top: 0;
	margin-bottom: 0;
}
.elementor-field-type-heading label {
	display: none;
}
/*
.elementor-field-type-heading {
	
}*/
/*
.elementor-form  .elementor-field-group {
	padding-right: 0 !important;
	padding-left: 0 !important;
}*/
.header {
  position: relative;
  padding: 1.2em 3rem;
  width: 100%;
  z-index: 39;
}
.nav-wrapper {
    justify-content: flex-start;
}
.nav-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    width: 100%;
}
.nav-wrapper .navigation {
    margin: 0 auto;
}
.elementor .site-branding img {
max-width: 9rem;
filter: brightness(0) invert(1);
}

.title-over-banner {
    position:  absolute;
    z-index: 2;
    top: 5rem;
}
/*
.header-active {
	background-color: #fff;
}
*/

/*
.mayoral-intro-box-title {
    
}*/

/*
.elementor-widget.elementor-widget-mayoral_hero {
margin-bottom: 4rem;
}*/
.elementor-icon-box-content {
    font-weight: 400;
    font-size: 1.5rem;
}
/*
.elementor-icon-box-icon .elementor-icon i {
    left: -0.2em;
}

.mayoral-hero .elementor-cta__bg {
    background-position: bottom left;
}*/
.mayoral-hero .elementor-cta__button.elementor-button {
color:var(--base-dark-100);
background-color: #fff;
border-radius: 50px;
padding: 0;
padding-top: 0.5em;
width: 2em;
height: 2em;
}
.mayoral-hero .elementor-cta__button-wrapper {
    text-align: center;
    position: absolute;
    bottom: 2em;
    left: 0;
}
.elementor-cta,
.elementor-widget-call-to-action .elementor-widget-container {
 overflow:hidden
}
.elementor-cta {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-transition:.5s;
 -o-transition:.5s;
 transition:.5s
}

.elementor-cta--skin-cover .elementor-cta {
 display:block
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 -webkit-transition:all .4s;
 -o-transition:all .4s;
 transition:all .4s;
 width:100%
}
.elementor-cta--skin-cover .elementor-cta__content {
 min-height:280px
}
.elementor-cta--skin-cover .elementor-cta__button.elementor-button,
.elementor-cta--skin-cover .elementor-cta__content-item,
.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
 color:#fff;
 border-color:#fff
}
.elementor-cta--layout-image-above .elementor-cta {
 -ms-flex-wrap:wrap;
 flex-wrap:wrap
}
.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
 width:100%
}
.elementor-cta--layout-image-left .elementor-cta,
.elementor-cta--layout-image-right .elementor-cta {
 -ms-flex-wrap:nowrap;
 flex-wrap:nowrap
}
.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
 width:auto;
 min-width:50%
}
.elementor-cta--layout-image-left .elementor-cta__content,
.elementor-cta--layout-image-right .elementor-cta__content {
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1
}
.elementor-cta--layout-image-left .elementor-cta {
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row
}
.elementor-cta--layout-image-right .elementor-cta {
 -webkit-box-orient:horizontal;
 -webkit-box-direction:reverse;
 -ms-flex-direction:row-reverse;
 flex-direction:row-reverse
}
.elementor-cta__bg,
.elementor-cta__bg-overlay {
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 -webkit-transition:all .4s;
 -o-transition:all .4s;
 transition:all .4s
}
.elementor-cta__bg-wrapper {
 z-index:1;
 overflow:hidden
}
.elementor-cta__bg {
 background-size:cover;
 background-position:50%;
 /*z-index:1*/
}

.elementor-cta__button.elementor-button {
 cursor:pointer;
 -ms-flex-item-align:center;
 align-self:center;
 margin-left:auto;
 margin-right:auto;
 border:2px solid #fff;
 background:transparent
}
.elementor-cta__button.elementor-button:hover {
 background:transparent;
 text-decoration:none
}
.elementor-cta__title {
 font-size:23px
}
.elementor-cta__content {
 z-index:1;
 overflow:hidden;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -ms-flex-line-pack:center;
 align-content:center;
 padding:35px;
 width:100%
}
.elementor-cta__content,
.elementor-cta__content-item {
 position:relative;
 -webkit-transition:.5s;
 -o-transition:.5s;
 transition:.5s;
 color:#fff
}
.elementor-cta__content-item {
 width:100%;
 margin:0
}
.elementor-cta__content-item:not(:last-child) {
 margin-bottom:15px
}
.elementor-cta__content-item .elementor-icon {
 color:#fff
}



/*
.overlay--yes .mayoral-hero.elementor-cta:hover .elementor-cta__bg-overlay {
    background-color: rgba(0,0,0,.3);
}*/
#secondary {
    display: none;
}

ul.main-nav > li.open div.sub-menu-block {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	position: absolute;
	width: 100vw;
	left: 0;
  }
  ul.main-nav > li.open div.sub-menu-block * {
	  opacity: 1;
  }

  #mainnav_desktop .elementor-widget-wrap > .elementor-element {
	width: auto;
	flex: 1 1 auto;
  }

  #mainnav_desktop .elementor-widget-wrap > .elementor-element#mainnav {
	flex: 1 0 auto;
  }
  #mainnav_desktop .elementor-widget-wrap > .elementor-element.elementor-widget-theme-site-logo {
	flex: 0 0 auto;
  }
 

  #mainnav_desktop {

	position: absolute;
	width: 100%;
  }

  .sub-nav {
	display: block;
	position: absolute !important;
	width: 100%;
	left: 0;
	height: 38rem;
	max-height: 0;
	opacity: 1;
	background: #fff;
	/*box-shadow: inset 0 0 1px 1px #ebebeb;*/
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	z-index: 104;


	-webkit-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;



  }
  main#primary {
	position: relative;
  }
  main#primary.subnav-visible::after {
	content: " ";
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(16, 16, 18, 0.6);
	z-index: 102;
  }
  /*
  .elementor-editor-active .elementor {
	position: absolute;
width: 100%;
  }

  
  .elementor-editor-active #mainnav_desktop {
	position: relative;
  }
  .elementor-editor-active #mainnav_desktop a {
	  color: #000;
  }*/
  .postid-42.elementor-editor-active #mainnav_desktop a{
	position: relative;
	color: #000;
  }
  .postid-42.elementor-editor-active #mainnav_desktop {
	position: relative;
  }

.elementor-editor-active.postid-42	 .sub-nav {
	display: block !important;
	position: relative !important;
	max-height: 38rem !important;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
  }

  #mainnav_desktop{
	overflow: visible;
  }
  #mainnav_desktop .elementor-widget-wrap > .elementor-element.elementor-widget.topsearch {
	/*width: 2em;*/
	flex-grow: 0;
	/*margin-right: 2rem;*/
  }
   #mainnav_desktop .elementor-widget-wrap > .elementor-element.elementor-widget.topsearch a{
    vertical-align: middle;
  }
  .subleftholder .elementor-widget-wrap {
	width: auto;
	margin: 0 auto;
  }
  .subleftholder .elementor-widget .elementor-icon-list-item,
  .subleftholder .elementor-widget .elementor-icon-list-item a {
	  align-items: start;
  }

  .subleftholder .elementor-widget  .elementor-icon-list-items {
	  /*max-width: 10em;*/
  }


  /*
.form-control {
font-family: system-ui, sans-serif;
font-size: 2rem;
font-weight: bold;
line-height: 1.1;
display: grid;
grid-template-columns: 1em auto;
gap: 0.5em;
}

.form-control + .form-control {
margin-top: 1em;
}

.form-control--disabled {
color: var(--form-control-disabled);
cursor: not-allowed;
}*/
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	padding-right: 1rem;
  }
input[type=checkbox],
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input {
		/* Add if not using autoprefixer */
-webkit-appearance: none;
/* Remove most all native input styles */
-moz-appearance: none;
	 appearance: none;
/* For iOS < 15 */
background-color: var(--form-background);
/* Not removed via appearance */
margin: 0;
font: inherit;
color: currentColor;
width: 1rem;
height: 1rem;
border: 1px solid rgba(16, 16, 18, 0.2);
border-radius: 4px !important;
transform: translateY(-0.075em);
display: inline-grid;
margin-right: 0.25rem;
place-content: center;
cursor: pointer;
}
input[type=radio],
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input  {
		/* Add if not using autoprefixer */
-webkit-appearance: none;
/* Remove most all native input styles */
-moz-appearance: none;
	 appearance: none;
/* For iOS < 15 */
background-color: var(--form-background);
/* Not removed via appearance */
margin: 0;
font: inherit;
color: currentColor;
width: 1rem;
height: 1rem;
border: 1px solid rgba(16, 16, 18, 0.2);
border-radius: 50% !important;
transform: translateY(-0.075em);
display: inline-grid;
margin-right: 0.25rem;
place-content: center;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
	background-color: var(--primary-100) !important;
}

input[type=checkbox]::before,
	input[type=radio]::before {
		content: "";
width: 0.5rem;
height: 0.5rem;
-webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
		clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
transform: scale(0);
transform-origin: bottom left;
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em var(--form-control-color);
/* Windows High Contrast Mode */
background-color: #fff;
}

input[type=checkbox]:checked::before,
	input[type=radio]:checked::before {
		transform: scale(1);
}

/*
input[type=checkbox]:focus {
outline: max(2px, 0.15em) solid currentColor;
outline-offset: max(2px, 0.15em);
}*/

input[type=checkbox]:disabled {
--form-control-color: var(--form-control-disabled);
color: var(--form-control-disabled);
cursor: not-allowed;
}


  .elementor-field-textual.elementor-size-md {
	min-height: 48px;
	padding: 12px 16px;
	line-height: 22px;
  }
  select.location-input {
	width: 100%;
  }
  .elementor-field-group.elementor-field-type-acceptance {
	font-weight: 500;
	font-size: 13px;
	/*
	margin-top: 2rem;
	margin-bottom: 4rem !important;
	*/
}
  .elementor-field-type-acceptance a {
	color: var(--base-dark-100);
	text-decoration: underline;
}
#dimmer {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		z-index: 6;
		opacity: 0.6;
		background-color: #222;
}
#mainnav_desktop {
transition: all linear 0.16s;
width: 100% !important;
}
#mainnav_desktop.elementor-sticky--effects,
#mainnav_desktop.header-active {
	background: #fff;
}
/*
.single-post #mainnav_desktop {
	position: fixed;
  }*/
.subnav-active #mainnav a,
.page-id-2478 #mainnav a,
.page-template-page-nohero #mainnav a,
#mainnav_desktop.elementor-sticky--effects a,
#mainnav_desktop.subnav-active .topsearch a,
#mainnav_desktop.elementor-sticky--effects .elementor-element#mainnav div.elementor-menu-toggle,
.single-post #mainnav a,
.error404 #mainnav a,
.single-mayoral_job #mainnav a,
.search-results #mainnav a,
#mainnav_desktop.header-active .topsearch a,
.header-active #mainnav a,
.header-active .tabletnavmenu .elementor-nav-menu  a {
		color: var(--base-dark-100) !important;
}
.subnav-active .site-branding img,
.page-id-2478 .site-branding img,
.page-template-page-nohero .site-branding img,
.postid-42.elementor-editor-active,
#mainnav_desktop.elementor-sticky--effects .site-branding img,
.single-post .site-branding img,
.error404 .site-branding img,
.single-mayoral_job .site-branding img,
.search-results .site-branding img,
.header-active .site-branding img {
		filter:none;
}
.error404 #mainnav_desktop,
.single-mayoral_job #mainnav_desktop,
.search-results #mainnav_desktop {
		position: relative !important;
	top: auto !important;
}
.error404 #mainnav_desktop.elementor-sticky__spacer,
.single-mayoral_job #mainnav_desktop.elementor-sticky__spacer,
.search-results #mainnav_desktop.elementor-sticky__spacer {
		display: none;
}

.page-template-page-nohero .elementor-element div.elementor-menu-toggle,
.single-post .elementor-element div.elementor-menu-toggle,
.error404 .elementor-element div.elementor-menu-toggle,
.search-results .elementor-element div.elementor-menu-toggle,
#mainnav_desktop.sticked .elementor-element div.elementor-menu-toggle,
#mainnav_desktop.header-active .elementor-element div.elementor-menu-toggle {
  color:var(--base-dark-100) !important;
}

.page-template-page-nohero #mainnav_desktop .mayicon-search--m,
.single-post #mainnav_desktop .mayicon-search--m,
.error404 #mainnav_desktop .mayicon-search--m,
.search-results #mainnav_desktop .mayicon-search--m {
		color: var(--base-dark-100)
}

.slide_desc {
	position: absolute;
	bottom: 2rem;
	left: 1.5rem;
	color: #fff;
	font-style: normal;
font-weight: 400;
font-size: 1.1rem;
z-index: 1;
letter-spacing: -0.5px;

}

.slide_desc .elementor-testimonial__name {
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.1;
}
.slide_desc span.elementor-testimonial__title {
	display:  block;
}
.carousel-cover,
.elementor-widget-mayoral-media-carousel .swiper-slide::after
{
	content:'';
	position: absolute;
left: 0%;
right: 0%;
top: 0px;
bottom: 0px;

background: linear-gradient(0deg, rgba(16, 16, 18, 0.4) 23.48%, rgba(16, 16, 18, 0) 41.76%);
border-radius: 8px;
}

.elementor-widget-mayoral-media-carousel.no-overlay .swiper-slide::after
{
	content:'';
	position: absolute;
    left: 0%;
    right: 0%;
    top: 0px;
    bottom: 0px;
    background: transparent;
    border-radius: 8px;
}



#slidermain::before {
  content: '';
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(16, 16, 18, 0) 53.12%, rgba(16, 16, 18, 0.4) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
 /*border-radius: 8px;*/
 z-index: 2;
 pointer-events:none;
}
.sub-nav .wp-caption .wp-caption-text,
#mobile_menu .wp-caption .wp-caption-text {
		margin: 0;
	position: absolute;
	bottom: 1.6rem;
	background: #FFF;
	border-radius: 4px;
	padding: 4px 8px 6px;
	font-weight: 400;
	left: 1.6rem;
  }

  #mobile_menu .wp-caption .wp-caption-text {
	padding: 0 4px;
	text-overflow: ellipsis;
	max-width: 7rem;
	overflow: hidden;
	white-space: nowrap;
	left: 0.5rem;
	bottom: 0.5rem;
	font-weight: 500;
  }

  #mobile_menu figure {
	display: flex;
  }
  #mobile_menu .elementor-icon-list-item {
	line-height: 22px;
  }
  #mobile_menu #maincol > .elementor-widget-wrap  {
  flex-wrap: nowrap;
  /*overflow: scroll;*/
}
.elementor-editor-active  #mobile_menu #maincol > .elementor-widget-wrap  {
	flex-wrap: wrap;
	/*overflow: scroll;*/
  }
  .elementor-editor-active #mobile_menu {
	position: relative;
  }
#mobile_menu #maincol > .elementor-widget-wrap > * {
	flex-shrink: 0;
}
  .elementor-icon-list-item span {
	display:  block;
}
/*
.elementor-icon-list-item a {
	flex-direction: column;
}*/
#slidermain .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	content:  '';
	width:  2rem;
	background:  rgba(255, 255, 255, 0.4);
	display: block;
	height: 100%;
	border-radius: 12px;
}
#slidermain.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 0;
}
#slidermain .swiper-pagination-bullet {
	background: #fff;
}

#slidermain .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
margin-right: 2em;
transition: all linear 400ms;

}


#slidermain .slide_desc {
	position: absolute;
	width: 100%;
	color: #fff;
	z-index: 2;
	display: flex;
	text-align: center;
	justify-content: end;
	flex-direction: column;
	height: 100%;
	letter-spacing: 0;
	bottom: 5rem;
  }

  #slidermain .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 1rem;

  }
#slidermain .slide_desc .elementor-testimonial__title {
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}
/*
#slidermain .swiper-slide:nth-child(3) .slide_desc {
	left: 4rem;
	text-align: left;
}*/


#lovethep_cta .elementor-cta__content-item.elementor-cta__description {width: 200%;
	position: absolute;
	left: -56%;
	pointer-events: none;
	top: 1em;
	}
.cover-text {
	position: absolute;
	bottom: 0.16em;
	left: 0.6em;
	font-size: 4rem;
font-weight: 700;
line-height: 1.1;
max-width: 5em;
color: #fff;
}

.elementor-cta__content a {
	color: #fff;
}
h3 {
	margin-top: 1rem;
}
/*
h3 {
	margin: 0.5em 0;
	font-size: 2.5rem;
	font-weight: 300;
}*/

.mayoral-cta .cta-heading {
	width: 100%;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: -1px;
}
.mayoral-cta .elementor-cta__content {
	margin: 0 auto;
}

.thin {
	font-weight: 300 !important;
}
.elementor-kit-6 .elementor-cta__button.elementor-button {
padding: 1em 2em;
}
.mayoral-image-box h3 {
	font-size: 3rem;
	/*max-width: 6em;*/
	line-height: 1;
	letter-spacing: -0.5px;
	margin-top: 1.5rem;
}

.elementor .elementor-skin-carousel .swiper-slide,
.elementor .elementor-image-box-img img {
	border-radius: 8px;
  }

  .elementor #slidermain.elementor-skin-carousel .swiper-slide {
	border-radius: 0;
  }
  .elementor .elementor-post__thumbnail img {
	border-radius: 8.8125px;
	width: 100%;
}
.elementor-posts .elementor-post__read-more,
	.swiper-slide .elementor-post__read-more {
		border-color:var(--base-dark-20);
		border-width: 1px;
		border-style: solid;
		padding: 12px 24px;
		border-radius: 32px;
		margin: 0.6em 0;
		display: inline-block;
		font-weight: 500;
  }
  .footcolimgbg img {
	  pointer-events: none;
  }
  .elementor-image-carousel-caption-second {
	color: #10101299;
	font-size: 12px;
	font-weight: 400;
  }
  #homeslider::before,
  #homeslider::after {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
z-index: 2;
pointer-events: none;
  }
  #homeslider::before {

	  background: linear-gradient(180deg, rgba(16, 16, 18, 0) 53.12%, rgba(16, 16, 18, 0.4) 100%);
transform: matrix(1, 0, 0, -1, 0, 0);

  }
  #homeslider::after {

	background: linear-gradient(180deg, rgba(16, 16, 18, 0) 0%, rgba(16, 16, 18, 0.6) 100%);
	bottom: 0;

}
.elementor-kit-6 .button-rounded .elementor-button {
	color: var(--primary-100);
	border: 1px solid var(--base-dark-20);
	border-radius: 32px;
	padding: 1em;
	font-weight: 500;
}
.button {
	padding: 0.75rem 1.25rem;
}
.button.button-type-blurred,
.mayoral-button-blurred .elementor-button {
	font-weight: 400;
	background-color: #f6f5f42a;
	border-width: 0px;
	border-radius: 32px;
	backdrop-filter: blur(24px);
	color: var(--base-light-100);
	padding: 15px 1.5rem;
	transition: background-color linear 0.4s;
}

.button.button-type-blurred,
.mayoral-button-blurred a.elementor-button {
	font-weight: 400;
	background-color: #f6f5f42a;
	border-width: 0px;
	border-radius: 32px;
	backdrop-filter: blur(24px);
	color: var(--base-light-100);
	padding: 15px 1.5rem;
	transition: background-color linear 0.4s;
}

.elementor-widget-mayoral-button a {
		padding: 1rem 1.5rem;
}

.elementor-section-items-middle .elementor-button-wrapper {
	text-align: center;
}
.elementor-section-items-middle .elementor-align-left .elementor-button-wrapper {
	text-align: left;
}
.elementor-section-items-middle .elementor-align-right .elementor-button-wrapper {
	text-align: right;
}


.mayoral-button-blurred .elementor-button:hover,
.button-type-blurred:hover {
	background-color: #7a7a7a67;
}

.mayoral-button-text .elementor-button {
	transition: color linear 0.4s;
}
.mayoral-button-text .elementor-button:hover {
	color: var(--primary-100);
}

.mayoral-button-ghost .elementor-button,
.elementor-post__read-more {
	transition: border-color linear 0.4s;
}
.mayoral-button-ghost .elementor-button:hover,
.elementor-post__read-more:hover,
.button-ghost:hover {
	border-color: var(--primary-100);
}

.elementor-posts a.elementor-post__read-more {
margin: 0 !important;
}
.elementor-posts a.elementor-post__read-more {
	text-decoration: none;
	color: var(--primary-100);
	}
.swiper-slide .elementor-post__read-more {
	display: inline-block;
	}
.button.button-type-text {
background-color: transparent;
padding: none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-radius: 0;
padding: 0;
padding-bottom: 0.2em;
}
.elementor-widget-mayoral-cta .button.button-type-text {
font-weight: 500;	
}
.elementor-widget-mayoral-cta .button.button-type-text .elementor-icon-list-icon {
align-self: center;
}

.elementor-position-right .button .elementor-icon-list-icon {
	order: 1;
}
.mayoral-cta .button {
	color: var(--base-light-100);
	display:  inline-flex;
}
/*
.mayoral-cta .button {
	font-weight: 400;
	background-color: #F6F5F473;
	border-width: 0px;
	border-radius: 32px;
	backdrop-filter: blur(24px);
	color: var(--base-light-100);
	display:  inline-flex;
}*/

.pagehero .elementor-cta__button.elementor-button {
	padding: 0;
	padding-top: 0.5em;
	width: 2em;
  height: 2em;
  box-shadow: 0px 4px 16px rgba(16, 16, 18, 0.08);
  margin: 0 auto;
  display: block;
}
.introtext {
	max-width: 32em;
	margin: 0 auto;
}



.elementor-widget.elementor-icon-list--layout-inline.menu-pill .elementor-widget-container {
overflow: visible;
}
/*
.elementor .elementor-element.menu-pill ul.elementor-icon-list-items {
padding:  8px;
display: inline-flex;
}*/
.halfcolright {
	padding: 4% 6%;
}
.halfcolright {
	padding: 4% 10%;
}
.negative-margin .halfcolright {
	padding-top: 7%;
}
.halfcolright h3 {
	font-size: 2rem;
	line-height: 1.125;
}
.menu-pill ul,
.elementor .elementor-element.mayoral-page-list--layout-pill ul.elementor-icon-list-items{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 4px;
/*
position: relative;
top: 2.6rem;*/
padding:  8px;
display: inline-flex;

/*
width: 807px;
height: 40px;

overflow-x: scroll;*/

background: #FFFFFF;
/* shadow 02 */

/*box-shadow: 0px 16px 32px rgba(16, 16, 18, 0.08);*/
box-shadow: 0px 16px 18px rgb(16 16 18 / 12%);
border-radius: 32px;
z-index: 8;
position: relative;

/*
position: fixed;
top: 50%;
width: 100%;
left: 0;*/
}
.elementor-element.mayoral-page-list--layout-pill ul li {
margin: 0 0.5rem;
}

.menu-pill ul li a,
.mayoral-page-list--layout-pill ul li a {
border: 1px solid var(--base-dark-20);
border-radius: 32px;
padding: 0.2em 0.6em;
color: var(--base-dark-100);
}
.menu-pill ul li a.active,
.mayoral-page-list--layout-pill ul li a.active {
	background-color: #F2EFEA;
	border: 0;
	color: var(--base-dark-100) !important;
}
.elementor-element.menu-pill ul li a.active .elementor-icon-list-text,
.mayoral-page-list--layout-pill ul li a.active  {
	color: var(--base-dark-100);
	font-weight: 500;
}

.cta-text-slogan .elementor-cta__content-item.elementor-cta__description {
	width: 200%;
	position: absolute;
	left: -56%;
	pointer-events: none;
	top: 1em;
  }


  /*
  .overlay--yes.elementor-widget-mayoral_hero::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(16, 16, 18, 0.48) 0%, rgba(16, 16, 18, 0) 75.52%);
  }*/

  .reverse-quote blockquote.elementor-blockquote {
	display: flex;
	flex-direction: column-reverse;
  }
  .elementor-widget-media-carousel .carousel-cover {
	  pointer-events: none;
  }
  .timeline-box .wp-caption .wp-caption-text,
	.halfbox .wp-caption .wp-caption-text {
		position: absolute;
	bottom: 1em;
	left: 1em;
	margin: 0;
  }
  .timeline-box .wp-caption .wp-caption-text .stroked {
	font-size: 5rem;
	font-weight: 700;
  }
  .button-group .elementor-widget-wrap > .elementor-element.elementor-widget-button {
	  width:  auto;
  }
  .elementor-kit-6 .button-group-date .button-rounded .elementor-button {
	padding: 1em 2em;
  }
  .timeline-box .wp-caption::before {

 content: '';
 position:  absolute;
 width: 100%;
 height: 100%;
  background: linear-gradient(0deg, rgba(16, 16, 18, 0.48) 0%, rgba(16, 16, 18, 0) 75.52%);
	}
	.e-widget-swiper .elementor-swiper-button-next, .e-widget-swiper .swiper-container-rtl .elementor-swiper-button-prev,
	.e-widget-swiper .elementor-swiper-button-prev, .e-widget-swiper .swiper-container-rtl .elementor-swiper-button-next,
	.elementor-swiper-button {
		color: var(--base-dark-20);
		background: #fff;
		padding: 0.6rem;
		border-radius: 50%;
		box-shadow: 0px 4px 8px rgba(16, 16, 18, 0.04);
		font-size: 0.8rem !important;
	}
	.e-widget-swiper .elementor-swiper-button-prev, .e-widget-swiper .swiper-container-rtl .elementor-swiper-button-next {
		left: -1rem !important;
	}
	.e-widget-swiper .elementor-swiper-button-next, .e-widget-swiper .swiper-container-rtl .elementor-swiper-button-prev {
	right: -1rem !important;
	}

	.elementor-swiper-button.swiper-button-disabled {
		opacity: 1;
	  }
	  .elementor-swiper-button-prev {
		left: -1rem;
	  }
	  /*
	  .carouselthis 	  .elementor-swiper-button-prev {
		left: 1rem;
	  }*/

	  .carouselthis .elementor-swiper-button-prev {
		left: 2rem;
	  }
	  .carouselthis .elementor-swiper-button-next {
		right: 2rem;
	  }
	  
	  .elementor-swiper-button-next {
		right: -1rem;
	  }
	  .elementor-swiper-button.swiper-button-disabled i,
		.elementor-swiper-button.swiper-button-disabled span {
			color: var(--base-dark-20);
	  }

	.ulr ul,
	.halfbox-right .elementor-widget-container ul,
	.col-right .elementor-widget-container ul,
	ul.ulr { 
			/*list-style-type: "◗";*/
			list-style: none;
			margin-left: 0;
			padding-left: 0;
			/*margin-top: 1.4rem;*/
		
	  }
	  .ulr ul li::before,
	  .halfbox-right .elementor-widget-container ul li::before,
	  ul.ulr li::before,
	  .col-right .elementor-widget-container ul li::before
	  {
		content: '◗';
		position: absolute;
		left: -0.4em;
		color: var(--primary-100);
		font-size: 0.8rem;
		top: 0.3rem;
	  }
	  .ulr ul.ulhigh li,
	  .halfbox-right ul.ulhigh li,
	  ul.ulhigh li {
		margin-bottom: 1rem;
		padding-left: 0.8rem;
		position: relative;
		line-height: 1.5;
	  }

	  .halfbox .wp-caption .wp-caption-text {
		position: absolute;
		bottom: 1em;
		left: 1em;
		margin: 0;
		max-width: 8em;
	  }
	  .halfbox .wp-caption .wp-caption-text i {
	  position: absolute;
top: -4.4em;
background: rgba(255, 255, 255, 0.2);
padding: 0em;
  padding-top: 0em;
border-radius: 50%;
width: 3em;
height: 3em;
text-align: center;
font-size: 1.1rem;
font-weight: 300;
padding-top: 1em;
	  }
	  .halfbox-right h4,
		.col-right h4 {
			font-size: 1.1rem;
			margin-bottom: 0;
		  font-weight: 600;
	  }
	  /*
	  .entry-content ul li::marker {
		color: var(--primary-100);
		font-size: 0.8rem;
		margin-right: 0.5em;
	  }*/
	  


.elementor-widget-mayoral_trending_categories h4 {
	font-size:0.86rem;
	font-weight: 500;
	margin: 0.2em auto;
	line-height: 1.4;
}	  
.elementor-widget-mayoral_trending_categories h4.primary {
font-size: 0.88rem;
}

.elementor-widget-mayoral_trending_categories .swiper-slide {
	text-align: center;
}
.elementor-widget-mayoral_trending_categories img {
	border-radius: 50%;
}

#mobile_menu {
	display: none;
}
.elementor-nav-menu--dropdown #mobile_menu .elementor-icon-list-item a:hover {
	background: none;
	color: var(--base-dark-80);
}
.elementor-nav-menu--dropdown #mobile_menu a {
	color: var(--base-dark-60);
}
.elementor-nav-menu--dropdown #mobile_menu a.single-rounded-action:hover {
	background: #fff;
  }
  #mobile_menu .single-rounded-action i {
	font-size: 0.6rem;
  }

  #mainnav .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	-webkit-transition: max-width .2s,-webkit-transform .2s;
	transition: max-width .2s,-webkit-transform .2s;
	-o-transition: max-width .2s,transform .2s;
	transition: max-width .2s,transform .2s;
	transition: max-width .2s,transform .2s,-webkit-transform .2s;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	transition: none;
	transition: all 0.24s linear;
	left: -1rem !important;


  }
  #mainnav.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
	transform: translate(0, 0);
	left: -1rem !important;
  }
  #mainnav.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	/*max-width: 0;*/
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	max-height: 100vh;
	transform: translate(-100%, 0);

  }
  .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	max-width: 100vw;
  }

  #mainnav .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+ .elementor-nav-menu__container {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	max-height: 100vh;
  }
/*
#mobile_menu {
	transform: translate(-100%, 0);

	display: none;
	position: fixed;
top: 4rem;
z-index: 99;
height: 94vh;
background: #fff;
width: 100%;
}*/

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
	height: 100vh;
}
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container #mobile_menu {
	transform: translate(0, 0);
	transition: all 0.2s linear;
	display: block;
}


.elementor-nav-menu__container.elementor-nav-menu--dropdown {
	overflow-y: auto !important;
}
/*
.elementor-nav-menu__container.elementor-nav-menu--dropdown #maincol > .elementor-widget-wrap > * > .elementor-widget-container {
	overflow-y: auto !important;
}*/
#mainnav_desktop #mobile_menu .elementor-widget-wrap > .elementor-element {
	width: 100%;
}
/*
#mainnav_desktop.elementor-sticky--effects #mobile_menu a {
	color: var(--base-dark-100);
  }
  
 #mainnav_desktop.elementor-sticky--effects #mobile_menu a { 
	color: --base-dark-60
}

  */
#mobile_menu #maincol section {
	background: #fff;
	z-index: 2;
}

#mobile_menu #maincol section {
	transform: translate(0, 0);
	transition: all 0.24s linear;
}
#mobile_menu #maincol section.shown {
	transform: translate(-100%, 0);
}


/*
#mobile_menu #maincol section.unshow {
	transform: translate(0, 0);
}
*/


/*
.elementor-widget-mayoral_mobile_menu.slideout {
    transform: translate(-100%, 0);
	width: 0;
	overflow: hidden;
    transition: all 1s linear;
}
.elementor-widget-mayoral_mobile_menu.slideout {
	margin-left: -100%;
}	  */

.elementor-widget-mayoral_mobile_menu h4 {
	font-size:13px;
	margin: 0.2em auto;
	line-height: 18px;
	letter-spacing: 0;
	font-weight: 500;
}	  

.elementor-widget-mayoral_mobile_menu h4.primary {
	font-size:15px;
	font-weight: 600;
}
.elementor-widget-mayoral_mobile_menu img {
	border-radius: 50%;
}
	  
/*
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
  }*/
/*
.swiper-pagination-bullets {
	display: none;
}*/

.intro-box-icon {
	line-height: 1;
}
.suptitle {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h1.hero-title .stroked {
	-webkit-text-stroke-width: 2px;
}
.elementor h3.mayoral-intro-box-title {
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
margin-bottom: 0.625rem;
line-height: 1.375;
margin-top: 1rem;
}

.elementor .intro-plain h3.mayoral-intro-box-title {
	margin-top: 0;
}
.elementor-widget-mayoral_intro_box .elementor-icon-box-content {
	font-weight: 400;
	max-width: 28em;
	margin: 0 auto;
	line-height: 1.33;
	letter-spacing: -0.5px;
}

/*
.elementor-widget-mayoral_intro_box p{

}*/

.elementor-widget-mayoral-custom-list.elementor-icon-list--layout-simple ul.elementor-icon-list-items{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding: 1.5rem;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
}

  /*
  @media (min-width: 768px) {
  .elementor-edit-area-active .elementor-widget-wrap.elementor-element-empty {
	margin: inherit !important;
  }
}*/
  .rounded-borders-top .elementor-cta__bg-overlay,
.rounded-borders-top .elementor-cta__bg {
	border-top-right-radius: var(--border-radius);
	border-top-left-radius: var(--border-radius);
  }
  .semibold {
	font-weight: 600;
  }
  .fw-med {
	font-weight: 500 !important;
  }
  #footer_vertical h4 {
	font-size: 1rem;
	font-weight: 500;
  }
  /*
  .elementor-cta--valign-middle .elementor-cta__content-item.elementor-cta__button-wrapper {
	position: absolute;
	bottom: 3rem;
	left:0;
	right: 0;
  }*/
.elementor-widget-mayoral-custom-list.elementor-icon-list--layout-simple li::before {
	content: '◗';
	position: relative;
	left: -0.4em;
	color: var(--primary-100);
	font-size: 0.8rem;
	top: -0.1rem;
  }
  .elementor-widget-mayoral-custom-list.elementor-icon-list--layout-simple li {
  margin-bottom: 1rem;
  padding-left: 1rem;
  }
  
  .elementor-widget-mayoral-custom-list.elementor-icon-list--layout-simple li:last-child{
    margin-right: 0px;
	margin-bottom: 0;
}
.card {
	background-color: #FFFFFF;
	border-radius: var(--border-radius);
	/*margin-bottom: 2rem;*/
	padding: 3rem;
}
.card-job {
	margin-bottom: 2rem;
}
.page-id-2478 .card.card-filter {
	border-radius: 0;
	margin-bottom: 0;
	padding: 2rem;
  }
.elementor-icon-box-content {
	/*font-weight: 300;*/
	font-size: 1.5rem;
  }
.item-meta {
	display: flex;
	margin-bottom: 1.5rem;
}
.item-meta > .meta {
margin-right: 1.5rem;
}
.job-title {
	font-size: 1.5rem;
}
.ml-auto {
	margin-left: auto !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.text_center {
	text-align: center !important;
}
.button.button-primary,
.elementor-kit-6 .button.button-primary,
.elementor-kit-6 .button-primary .elementor-button-link {
	background-color: var(--primary-100);
	color: #fff;
	border: 0;
}

.elementor-kit-6 .button.button-rounded {
	padding: 15px 24px;
	/*padding: 12px 28px;*/
	border-radius: 32px;
	border: 1px solid var(--base-dark-20);
	display: inline-block;
}

.button-ghost {
	border: 1px solid var(--base-dark-20);
	border-radius: 32px;
}
.titleoverpost .elementor-posts--thumbnail-top .elementor-post__text {
	position: relative;
}
.titleoverpost .elementor-post__title {
position: absolute;
bottom: 10rem;
left: 1.5em;
}
.titleoverpost .elementor-post__title a {
	color: #fff;
}
/*
.elementor-kit-6 .button-rounded .elementor-button-link {
	padding: 15px 24px;
	border-radius: 32px;
	border: 1px solid var(--base-dark-20);
}*/
.elementor-kit-6 .button-ghost .elementor-button-link {
	padding: 12px 15px;
	border-radius: 32px;
	border: 1px solid var(--base-dark-20);
	color: var(--primary-100)
}
.mayoral-button-ghost .elementor-button {
	/*padding: 12px 15px;*/
	padding: 15px 24px;

	border-radius: 32px;
	border: 1px solid var(--base-dark-20);
	color: var(--base-dark-100);
	font-weight: 500;
}

.mayoral-button-ghost a.elementor-button {
	/*padding: 12px 15px;*/
	padding: 15px 24px;

	border-radius: 32px;
	border: 1px solid var(--base-dark-20);
	color: var(--base-dark-100);
	font-weight: 500;
}

.mayoral-button-rounded .elementor-button {
	padding: 15px 24px;
	border-radius: 32px;
	border: none;
	color: var(--primary-100);
	background: #fff;
}
.text-primary,
.text-primary a {
	color: var(--primary-100) !important;
}
.badge {
	background: #F6F5F4;
	border-radius: 4px;
	padding: 4px;
}
.job-cat {
	margin-bottom: 1em;
}
.padded-icons .elementor-icon-box-wrapper {
	padding: 3rem 2rem;
  }
  select {
	border: 1px solid var(--base-dark-20);
	background: #fff;
	padding: 1em;
	border-radius: 6px;
	font-size: 0.9rem;
	font-weight: 300;
	padding-right: 2em;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23101012;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M.65.15a.48.48,0,0,1,.7,0h0L6,4.79,10.65.15a.48.48,0,0,1,.7,0,.48.48,0,0,1,0,.7l-5,5a.48.48,0,0,1-.7,0h0l-5-5a.48.48,0,0,1,0-.7Z' transform='translate(-0.5 0)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 0.8rem;
	font-weight: 500;
	color:var(--base-dark-60);
  }
  
  .card-filter select {
	/*min-width: 25em;*/
	margin-right: 2rem;
  }
  .shadowed {
	box-shadow: 0px 16px 32px rgba(16, 16, 18, 0.08);
	z-index: 2;
  }
  .uncontained .card-filter {
	display: flex;
  }
  .uncontained .card-filter select {
	flex: 1 1 auto;
  }
  .page-id-2478 #mainnav_desktop,
  .page-template-page-nohero #mainnav_desktop,
  .single-post #mainnav_desktop  {
		position: relative;
  }
  .page-id-2478 #mainnav_desktop  {
	border-bottom: 1px solid var(--base-dark-20);
  }
  .block-content .elementor-cta__content {
	display: block;
  }
  .spacer {
	margin: 3rem auto;
  }
  /*
  .card-filter {
  margin-top: -9rem;
z-index: 2;
position: relative;
  }*/
  .elementor-widget-mayoral_intro_box .elementor-icon-box-content {
	font-weight: 400;
	max-width: 28em;
	margin: 0 auto;
  }
  .elementor-widget-mayoral_intro_box  {
	padding-top: 3.5rem;
	padding-bottom: 4rem;
  }
  .elementor-butsdsdton {
	font-size: 0.66rem;
	background: #fff;
border-radius: 50%;
width: 2rem;
height: 2rem;
display: flex;
margin: 0 auto;
align-items: center;
justify-content: center;
}
  .hero-down {
  font-size: 0.5rem;

color: var(--base-dark-100);
font-size: .5rem;
transition:  all linear 0.2s;
}
.elementor-butsdsdton:hover .hero-down {
	font-size: 0.66rem;
	padding: 0.66rem;
}
@font-face{font-family:icomoonv2;src:url('fonts/icomoonv2.eot?pw0jwo');src:url('fonts/icomoonv2.eot?pw0jwo#iefix') format('embedded-opentype'),url('fonts/icomoonv2.ttf?pw0jwo') format('truetype'),url('fonts/icomoonv2.woff?pw0jwo') format('woff'),url('fonts/icomoonv2.svg?pw0jwo#icomoonv2') format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" mayicon-"],[class^=mayicon-]{font-family:icomoonv2!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mayicon-play:before{content:"\e9db";color:#0172ea}.mayicon-select-offer--l:before{content:"\e9c9"}.mayicon-summarize--l:before{content:"\e9ca"}.mayicon-writing--l:before{content:"\e9cb"}.mayicon-icon1:before{content:"\e9cc"}.mayicon-brand-assets--l:before{content:"\e9cd"}.mayicon-press-report--l:before{content:"\e9ce"}.mayicon-designed-garments--l:before{content:"\e9cf"}.mayicon-employees-alt--l:before{content:"\e9d0"}.mayicon-employees--l:before{content:"\e9d1"}.mayicon-environment--l:before{content:"\e9d2"}.mayicon-mayoral-symbol--l:before{content:"\e9d3"}.mayicon-society--l:before{content:"\e9d4"}.mayicon-stores--l:before{content:"\e9d5"}.mayicon-suppliers--l:before{content:"\e9d6"}.mayicon-request--l:before{content:"\e9d7"}.mayicon-store-concept--l:before{content:"\e9d8"}.mayicon-store-conditions--l:before{content:"\e9d9"}.mayicon-why-mayoral--l:before{content:"\e9da"}.mayicon-store-locator--s2:before{content:"\e9c5"}.mayicon-envelope:before{content:"\e9c6"}.mayicon-cloud-circle:before{content:"\e9c7"}.mayicon-phone:before{content:"\e9c8"}.mayicon-store-locator--s1:before{content:"\e9c4"}.mayicon-add--xs:before{content:"\e95d"}.mayicon-app--s:before{content:"\e95e"}.mayicon-arrow-down--s1:before{content:"\e95f"}.mayicon-arrow-down--xs1:before{content:"\e960"}.mayicon-arrow-left--s:before{content:"\e961"}.mayicon-arrow-left--xs:before{content:"\e962"}.mayicon-arrow-right--s1:before{content:"\e963"}.mayicon-arrow-right--xs1:before{content:"\e964"}.mayicon-arrow-up--s:before{content:"\e965"}.mayicon-arrow-up--xs:before{content:"\e966"}.mayicon-bag--m:before{content:"\e967"}.mayicon-bag--s:before{content:"\e968"}.mayicon-bookmark-filled--m:before{content:"\e969"}.mayicon-bookmark-filled--s:before{content:"\e96a"}.mayicon-bookmark--m1:before{content:"\e96b"}.mayicon-bookmark--s1:before{content:"\e96c"}.mayicon-box--s1:before{content:"\e96d"}.mayicon-card--s:before{content:"\e96e"}.mayicon-check--s:before{content:"\e96f"}.mayicon-check--xs:before{content:"\e970"}.mayicon-chevron-down--s1:before{content:"\e971"}.mayicon-chevron-down--xs1:before{content:"\e972"}.mayicon-chevron-left--s:before{content:"\e973"}.mayicon-chevron-left--xs1:before{content:"\e974"}.mayicon-chevron-right--s1:before{content:"\e975"}.mayicon-chevron-right--xs:before{content:"\e976"}.mayicon-chevron-up--s:before{content:"\e977"}.mayicon-chevron-up--xs:before{content:"\e978"}.mayicon-clock--s1:before{content:"\e979"}.mayicon-close--m:before{content:"\e97a"}.mayicon-close--s:before{content:"\e97b"}.mayicon-close--xs:before{content:"\e97c"}.mayicon-clothes--s1:before{content:"\e97d"}.mayicon-clothing-care--l:before{content:"\e97e"}.mayicon-collection--l1:before{content:"\e97f"}.mayicon-delete--s1:before{content:"\e980"}.mayicon-document--s:before{content:"\e981"}.mayicon-download--s1:before{content:"\e982"}.mayicon-edit--s1:before{content:"\e983"}.mayicon-emoji-sad--s1:before{content:"\e984"}.mayicon-error--s:before{content:"\e985"}.mayicon-filters--s1:before{content:"\e986"}.mayicon-friends-card--l1:before{content:"\e987"}.mayicon-friends-card--s1:before{content:"\e988"}.mayicon-gift-card--l1:before{content:"\e989"}.mayicon-gift--s1:before{content:"\e98a"}.mayicon-globe--s1:before{content:"\e98b"}.mayicon-grid-1--s:before{content:"\e98c"}.mayicon-grid-2--s1:before{content:"\e98d"}.mayicon-grid-3--s1:before{content:"\e98e"}.mayicon-grid-4--s1:before{content:"\e98f"}.mayicon-hamburger--m1:before{content:"\e990"}.mayicon-hanger--s1:before{content:"\e991"}.mayicon-heart-filled--s:before{content:"\e992"}.mayicon-heart--m:before{content:"\e993"}.mayicon-heart--s:before{content:"\e994"}.mayicon-help--l:before{content:"\e995"}.mayicon-help--s:before{content:"\e996"}.mayicon-hide--s1:before{content:"\e997"}.mayicon-individuals--l1:before{content:"\e998"}.mayicon-info--s1:before{content:"\e999"}.mayicon-loading--s1:before{content:"\e99a"}.mayicon-lock--l1:before{content:"\e99b"}.mayicon-lock--s1:before{content:"\e99c"}.mayicon-logout--s:before{content:"\e99d"}.mayicon-map-pin--s1 .path1:before{content:"\e99e";color:#fff}.mayicon-map-pin--s1 .path2:before{content:"\e99f";margin-left:-1em;color:#0172ea}.mayicon-map-pin--xs1 .path1:before{content:"\e9a0";color:#fff}.mayicon-map-pin--xs1 .path2:before{content:"\e9a1";margin-left:-1em;color:#0172ea}.mayicon-microphone--m1:before{content:"\e9a2"}.mayicon-minus--s1:before{content:"\e9a3"}.mayicon-minus--xs:before{content:"\e9a4"}.mayicon-money--l:before{content:"\e9a5"}.mayicon-order--l:before{content:"\e9a6"}.mayicon-panel--s1:before{content:"\e9a7"}.mayicon-payment-methods--l:before{content:"\e9a8"}.mayicon-perks--l1:before{content:"\e9a9"}.mayicon-personal-shopper--l:before{content:"\e9aa"}.mayicon-phone--s:before{content:"\e9ab"}.mayicon-piggy-bank--l:before{content:"\e9ac"}.mayicon-pin-locator--s:before{content:"\e9ad"}.mayicon-print--s:before{content:"\e9ae"}.mayicon-promos-checks--l:before{content:"\e9af"}.mayicon-reserve-in-store--l:before{content:"\e9b0"}.mayicon-return--l:before{content:"\e9b1"}.mayicon-return--s:before{content:"\e9b2"}.mayicon-search--m1:before{content:"\e9b3"}.mayicon-search--s1:before{content:"\e9b4"}.mayicon-search--xs1:before{content:"\e9b5"}.mayicon-share--s1:before{content:"\e9b6"}.mayicon-show--s1:before{content:"\e9b7"}.mayicon-size-guide--s:before{content:"\e9b8"}.mayicon-store--l1:before{content:"\e9b9"}.mayicon-store-locator--l1:before{content:"\e9ba"}.mayicon-store-locator--s:before{content:"\e9bb"}.mayicon-store--s1:before{content:"\e9bc"}.mayicon-sustainable-point--l1:before{content:"\e9bd"}.mayicon-tag--s1:before{content:"\e9be"}.mayicon-truck--s:before{content:"\e9bf"}.mayicon-user--m:before{content:"\e9c0"}.mayicon-user--s:before{content:"\e9c1"}.mayicon-abel-lula--l1:before{content:"\e9c2"}.mayicon-add--s:before{content:"\e9c3"}.mayicon-icon-10:before{content:"\e93f"}.mayicon-icon-11:before{content:"\e940"}.mayicon-icon-12:before{content:"\e941"}.mayicon-icon-13:before{content:"\e942"}.mayicon-icon-14:before{content:"\e943"}.mayicon-icon-15:before{content:"\e944"}.mayicon-icon-16:before{content:"\e945"}.mayicon-icon-17:before{content:"\e946"}.mayicon-icon-18:before{content:"\e947"}.mayicon-icon-19:before{content:"\e948"}.mayicon-icon-20:before{content:"\e949"}.mayicon-icon-21:before{content:"\e94a"}.mayicon-icon-22:before{content:"\e94b"}.mayicon-icon-23:before{content:"\e94c"}.mayicon-icon-24:before{content:"\e94d"}.mayicon-icon-25:before{content:"\e94e"}.mayicon-icon-26:before{content:"\e94f"}.mayicon-icon-27:before{content:"\e950"}.mayicon-icon-28:before{content:"\e951"}.mayicon-icon:before{content:"\e952"}.mayicon-Vector:before{content:"\e953"}.mayicon-icon-1:before{content:"\e954"}.mayicon-icon-2:before{content:"\e955"}.mayicon-icon-3:before{content:"\e956"}.mayicon-icon-4:before{content:"\e957"}.mayicon-icon-5:before{content:"\e958"}.mayicon-icon-6:before{content:"\e959"}.mayicon-icon-7:before{content:"\e95a"}.mayicon-icon-8:before{content:"\e95b"}.mayicon-icon-9:before{content:"\e95c"}.mayicon-Logo-Shape:before{content:"\e93e";color:#0172ea}.mayicon-abel-lula--l:before{content:"\e900"}.mayicon-arrow-down--s:before{content:"\e901"}.mayicon-arrow-down--xs:before{content:"\e902"}.mayicon-arrow-right--s:before{content:"\e903"}.mayicon-arrow-right--xs:before{content:"\e904"}.mayicon-bag--m1:before{content:"\e905"}.mayicon-bag--s1:before{content:"\e906"}.mayicon-bookmark-filled--m1:before{content:"\e907"}.mayicon-bookmark-filled--s1:before{content:"\e908"}.mayicon-bookmark--m:before{content:"\e909"}.mayicon-bookmark--s:before{content:"\e90a"}.mayicon-box--s:before{content:"\e90b"}.mayicon-chevron-down--s:before{content:"\e90c"}.mayicon-chevron-down--xs:before{content:"\e90d"}.mayicon-chevron-left--xs:before{content:"\e90e"}.mayicon-chevron-right--s:before{content:"\e90f"}.mayicon-clock--s:before{content:"\e910"}.mayicon-clothes--s:before{content:"\e911"}.mayicon-collection--l:before{content:"\e912"}.mayicon-delete--s:before{content:"\e913"}.mayicon-download--s:before{content:"\e914"}.mayicon-edit--s:before{content:"\e915"}.mayicon-emoji-sad--s:before{content:"\e916"}.mayicon-filters--s:before{content:"\e917"}.mayicon-friends-card--l:before{content:"\e918"}.mayicon-friends-card--s:before{content:"\e919"}.mayicon-gift-card--l:before{content:"\e91a"}.mayicon-gift--s:before{content:"\e91b"}.mayicon-globe--s:before{content:"\e91c"}.mayicon-grid-2--s:before{content:"\e91d"}.mayicon-grid-3--s:before{content:"\e91e"}.mayicon-grid-4--s:before{content:"\e91f"}.mayicon-hamburger--m:before{content:"\e920"}.mayicon-hanger--s:before{content:"\e921"}.mayicon-hide--s:before{content:"\e922"}.mayicon-individuals--l:before{content:"\e923"}.mayicon-info--s:before{content:"\e924"}.mayicon-loading--s:before{content:"\e925"}.mayicon-lock--l:before{content:"\e926"}.mayicon-lock--s:before{content:"\e927"}.mayicon-map-pin--l:before{content:"\e928";color:#0172ea}.mayicon-map-pin--s .path1:before{content:"\e929";color:#fff}.mayicon-map-pin--s .path2:before{content:"\e92a";margin-left:-1em;color:#0172ea}.mayicon-map-pin--xs .path1:before{content:"\e92b";color:#fff}.mayicon-map-pin--xs .path2:before{content:"\e92c";margin-left:-1em;color:#0172ea}.mayicon-microphone--m:before{content:"\e92d"}.mayicon-minus--s:before{content:"\e92e"}.mayicon-panel--s:before{content:"\e92f"}.mayicon-perks--l:before{content:"\e930"}.mayicon-professionals--l:before{content:"\e931"}.mayicon-promos-checks--l1:before{content:"\e932"}.mayicon-reserve-in-store--l1:before{content:"\e933"}.mayicon-search--m:before{content:"\e934"}.mayicon-search--s:before{content:"\e935"}.mayicon-search--xs:before{content:"\e936"}.mayicon-share--s:before{content:"\e937"}.mayicon-show--s:before{content:"\e938"}.mayicon-store--l:before{content:"\e939"}.mayicon-store-locator--l:before{content:"\e93a"}.mayicon-store--s:before{content:"\e93b"}.mayicon-sustainable-point--l:before{content:"\e93c"}.mayicon-tag--s:before{content:"\e93d"}
#ecohero .suptitle {
	text-transform: none;
font-size: 4rem;
letter-spacing: -0.5px;
}
#ecohero h1.hero-title {
	margin: 0 auto;
	max-width: none;
}

.elementor-position-left.elementor-widget-image-box .elementor-image-box-img a {
	display: flex;
}

.elementor-position-left.elementor-widget-image-box .elementor-image-box-img {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.elementor-position-right.elementor-widget-image-box .elementor-image-box-img {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	}

.page {
	margin-bottom: 0;
  }
  .elementor-widget-mayoral-media-carousel .elementor-custom-embed-play {
  background: #fff;
width: 3em;
height: 3em;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
  }

  .hasvid.elementor-widget-mayoral-media-carousel .swiper-slide > a {
	position: relative;
	z-index: 2;
  }

  .overlay--yes .mayoral-hero.elementor-cta .elementor-cta__bg-overlay {
    background-color: var(--base-dark-20);
}

.elementor-cta--skin-classic .elementor-cta__content {
	background-color: transparent !important;
  }
/*
  .peek-last-yes.slpv-3 .swiper-slide {
	max-width: 30%;
}
.peek-last-yes.slpv-4 .swiper-slide {
	max-width: 22%;
}*/
.item-img-wrap {
	position: relative;
	margin-bottom: 2rem;
}
.elementor-widget-mayoral-items-carousel .elementor-swiper-button {
	top: 10rem;
}
.elementor-widget-mayoral-items-carousel h3 {
	position:  absolute;
	bottom: 2rem;
	left: 2rem;
	color: #fff;
	max-width: 8em;
	margin: 0;
	font-weight: 500;
	line-height: 1.125;
}
.elementor-widget-mayoral-items-carousel .item-excerpt,
.image-description {
	letter-spacing: -0.25px;
	font-size: 1.22rem;
	line-height: 1.2;
	font-weight: 400;
	color: var(--base-dark-80);
  }
  .image-description {
margin-top: 2rem;
  }
  /*
.item-img-wrap img {
	width: 100%;
	min-height: 18em;
}*/
.item-img-wrap img,
.img-hoverzoom-yes img,
.elementor-widget-mayoral-video img {
vertical-align: bottom;
}
.item-img-wrap a.item-img-link {
	display: block;
	/*max-height: 18rem;*/
	height: 0;
	padding-bottom: 66%;
	overflow: hidden;
	border-radius: var(--border-radius);
}

.item-img-wrap a.item-img-link::before {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, rgba(16, 16, 18, 0) 44.7%, rgba(16, 16, 18, 0.36) 100%);
	width: 100%;
	height: 100%;
	border-radius: var(--border-radius);
}
.item-img-wrap a.item-img-link::before,
.elementor-widget-mayoral-items-carousel h3 {
	z-index: 1;
}
.elementor-kit-6 .more-link {
	display: inline-block;
color: #fff;
text-decoration: none;
border-bottom: 1px solid;
padding: 0;
padding-bottom: 0.2em;
line-height: 1.4;
}

.more-link span {
	width: 0.6em;
	height: auto;
	vertical-align: text-top;
	margin-left: 0.4rem;
}
.maintitle {
	width: 100%;
}
.mayoral-counter-wrap {
	border: 1px solid var(--base-dark-20);
	border-radius: var(--border-radius);
	padding: 4rem 3rem;
	height: 100%;
}

.carouselthis  .swiper-slide {
height: auto;
}
.carouselthis .swiper-slide .elementor-widget-wrap > .elementor-element,
.carouselthis .swiper-slide .elementor-element .elementor-widget-container {
height: 100%;
}
.mayoral-counter-wrap .elementor-icon-box-icon {
	text-align: center;
}


.mayoral-counter-wrap .elementor-counter .elementor-counter-number-wrapper {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: var(--primary-100);
}
.mayoral-counter-wrap .elementor-counter .elementor-counter-title {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 400;
}
.mayoral-counter-wrap .elementor-view-stacked .elementor-icon {
	background-color: var( --e-global-color-45079b4 );
	fill: var( --e-global-color-primary );
	color: var( --e-global-color-primary );
	font-size: 1.5rem;
	padding: 1.1rem;
  }
  .swiperthis .swiper-wrapper {
	padding-bottom: 1rem;
  }
  .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper {
    overflow: initial;
  }
  .contentslide .swiperthis .swiper-wrapper {
	padding-bottom: 0;
  }
  .theme-mayoralt .elementor-swiper-button {
	color:var(--base-dark-100);
	box-shadow: 0px 4px 8px rgba(16, 16, 18, 0.04);
	border-radius: 50%;
	background-color: #fff;
	padding: 0.6rem;
	font-size: 0.8rem !important;
  }
  .theme-mayoralt .elementor-swiper-button > span {
	font-size: 1rem;
	/*padding: 0.75em;*/
  }

  .article-carousel .elementor-swiper-button {
	top: 33%;
  }
  .article-carousel .elementor-swiper-button-prev {
	left: -1.2rem;
  }

  /*
  .article-carousel .elementor-swiper-button-next {
	right: 4.5rem;
  }*/

  .swiper-container  {
	overflow: visible;
  }
  .hide-overflow-yes.swiper-container  {
	overflow: hidden;
  }
  .elementor-section {
	/*overflow-x: hidden;
	overflow-y: hidden;*/
  }
/*
.elementor-section.elementor-top-section {
	margin-bottom: 5rem;
}*/

#footer_vertical .fluentform-widget-title {
	font-size: 1rem;
	font-weight: 500;
}

#footer_vertical .fluentform-widget-description {
	margin-top: 0;
}
#footer_vertical .ff-btn-submit {
background-color: transparent !important;
border: 0;
}

.elementor-location-footer .elementor-social-icons-wrapper .elementor-icon i {
	font-size: 1rem;
}

.elementor-widget-mayoral-article-box .elementor-image-box-img {
	position: relative;
}
.elementor-widget-mayoral-article-box .elementor-image-box-img h3 {
	position: absolute;
	bottom: 3rem;
	left: 2.5rem;
	color: #fff;
	font-size: 4rem;
	line-height: 1.1em;
	margin-bottom:0;
	font-weight: 700;
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
	padding: 16px;
  }
  em {
	font-weight: 600;
	font-style: normal;
  }
  .mayoral-button-text {
	font-weight: 500;
  }

  .entry-content {
	min-height: 30vh;
  }

  .elementor-widget.list-semiwidth .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	width: 45%;
	margin-bottom: 1rem;
  }


  .elementor-widget-text-editor .elementor-widget-container > p:first-of-type,
  .elementor-widget-mayoral-blockquote blockquote > p:first-of-type
  {
	margin: 0;
  }
  .elementor-widget-mayoral-blockquote blockquote {
	border: 0;
	border-left-style: solid;
  }
  .elementor-widget-mayoral-blockquote small {
	font-size: 60%;
  }
  .slide_desc .elementor-button {
	color: #fff;
  }
  .elementor-widget .mayoral-image-box .elementor-icon-list-icon,
	.elementor-widget.elementor-widget-mayoral-image .elementor-icon-list-icon {
		display: inline-flex;
	background: rgba(255,255,255,0.2);
	padding: 0.5em;
	font-size: 1.5rem;
	border-radius: 50%;
  }
  .elementor-widget.elementor-widget-mayoral-image .elementor-icon-list-icon {
width: 3rem;
height: 3rem;
margin-bottom: 0.5rem;
  }

  .elementor-widget .mayoral-image-box .elementor-icon-list-icon i {
	width: 1em;
  }
  /*
  .mayoral-image-box .elementor-cta__content .cta-inner {
	position: absolute;
	bottom: 2em;
  }*/
  .underline {
	text-decoration: underline;
  }
  .elementor-icon-list-item span.underline {
	display: inline;
  }

.nooverlay  .elementor-cta__bg-wrapper{
	display: none;
  }

  .elementor-inline-editing b {
	font-weight: 600;
  }

  .valign-list-icon-top li::before {
	top: 0.3em !important;
	align-self: start;
  }

  .sub-nav figure.wp-caption {
	overflow: hidden;
	border-radius: var(--border-radius);
  }
  @keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}
  .marquee {
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 12s linear infinite;
}

.marquee span.marqtext {
    font-size: 10vw;
    padding: 0 1vw;
	white-space: nowrap;
}

/*
.marquee:hover .marquee__inner {
    animation-play-state:paused;
}*/

.elementor-cta__bg-overlay {
	/*z-index:2;*/
	background: rgba(16, 16, 18, 0.2);
	/*background: linear-gradient(0deg, rgba(16, 16, 18, 0.18) 0%, rgba(16, 16, 18, 0) 75.52%);*/
	/*background-color: var(--base-dark-20);*/
}

.col-left .elementor-cta__bg-overlay {
	background: linear-gradient(0deg, rgba(16, 16, 18, 0.18) 0%, rgba(16, 16, 18, 0) 75.52%);
}

/*
.elementor-cta:hover .elementor-cta__bg-overlay {
	background: linear-gradient(0deg, rgba(16, 16, 18, 0.18) 0%, rgba(16, 16, 18, 0) 75.52%);
}*/


.overlay-type-gradient .mayoral-image-box .elementor-cta__bg-overlay {
	background: linear-gradient(0deg, rgba(16, 16, 18, 0.4) 0%, rgba(16, 16, 18, 0) 52.08%);
}
/*
.overlay-type-gradient .mayoral-image-box.elementor-cta:hover .elementor-cta__bg-overlay {
	background: linear-gradient(0deg, rgba(16, 16, 18, 0.4) 0%, rgba(16, 16, 18, 0) 52.08%);
}*/


.stroke-primary .stroked {
		-webkit-text-stroke-color: var(--primary-100);
}
.rounded-borders .elementor-cta__bg-overlay,
.rounded-borders .elementor-cta__bg,
.rounded-borders .elementor-carousel-image,
.rounded-borders .mayoral-image-box,
.elementor-post__thumbnail,
.elementor-post__thumbnail__link,
.elementor-image-box-img,
.rounded-borders.elementor-widget-mayoral-cta {
	border-radius: var(--border-radius);
  }

.elementor-column.rounded-borders .elementor-widget-wrap{
	border-radius: var(--border-radius);
	overflow: hidden;
}


  .rounded-borders.no-bord-rad-right .elementor-cta__bg {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
  }

  .hoverzoom .mayoral-image-box .elementor-cta__bg-wrapper,
  .hoverzoom .elementor-cta__bg-wrapper {
	position:  absolute;
	width: 100%;
	height: 100%;
}

.swiper-slide:hover .elementor-carousel-image,
.mayoral-cta.hoverzoom:hover .elementor-cta__bg,
.elementor-widget-mayoral-items-carousel .swiper-slide:hover .wp-post-image,
.elementor-widget-posts a:hover .elementor-post__thumbnail,
.elementor-image-box-img:hover img,
.hoverzoom .mayoral-image-box:hover .elementor-cta__bg-wrapper,
.hoverzoom .mayoral-cta:hover .elementor-cta__bg-wrapper,
.img-hoverzoom-yes .elementor-widget-container:hover img,
.elementor-image-gallery .gallery-item:hover img,
.post__thumbnail__link:hover img,
.elementor-post__thumbnail__link:hover img {
		transform: scale(1.06);
	  transition-duration: .4s;
	  transition-property: transform;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail__link img {
	transition-duration: .4s;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail__link:hover img {
	transform: scale(1.06) translate(-50%,-50%);
	transition-property: transform;

}
.elementor-image-gallery .gallery-item {
	overflow: hidden;
	border-radius: var(--border-radius);
}

.elementor .elementor-image-gallery .gallery-columns-4 .gallery-item {
	max-width: 100%;
  }


/*
.hoverzoom .mayoral-image-box:hover .elementor-cta__bg {
	background-size: 120%;
}*/
figure img {
	vertical-align: top;
}

.elementor-widget-mayoral_trending_categories figure {
	padding: 0;
	border: 1px solid rgba(16, 16, 18, 0.2);
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	outline: 1px solid var(--base-dark-20);
	outline-offset: 3px;
	margin-top: 6px !important;
  }
  .elementor-widget-mayoral_trending_categories a:hover .swiper-slide-image{
	transform: scale(1.12);
	transition-duration: .4s;
	transition-property: transform;
}
.elementor-widget-mayoral_trending_categories a:hover h4.primary {
	transition: all 0.4s linear;
}
.elementor-widget-mayoral_trending_categories a:hover h4.primary {
	font-weight: 600;
}

  .elementor-widget-mayoral_trending_categories figure:hover {
	outline-color: var(--primary-100);
  }
  .elementor-widget-mayoral_trending_categories h4 {
	letter-spacing: 0;

  }
.elementor-widget-posts a.elementor-post__thumbnail__link:hover,
.elementor-image-box-img {
	overflow: hidden;
}

.contentslide  .swiper-container,
.contentslide  .swiper-wrapper,
.contentslide  .swiper-slide{
  width: 100%;
  height: 100vh;
}
 .contentslide  .swiper-slide {
   text-align: center;
   font-size: 18px;
   background: #fff;
   /* Center slide text vertically */
   display: flex;
   justify-content: center;
   align-items: center;

 }

  /*
  @keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
  .marquee-title--yes .cta-heading {
    display: block;
    width: 200%;
    position: absolute; 
    overflow: hidden;
    animation: marquee 4s linear infinite;
}
 span with text 
.marquee-title--yes .marqtext {
    float: left;
    width: 50%;
}*/


  /*
  .marquee-title--yes .marqtext {
    float: left;
    width: 50%;
}
  @keyframes marquee {
    0% { left: -50; }
    100% { left: -150%; }
}
  .marquee-title--yes .cta-heading {
	animation: marquee 4s linear infinite running;
}
.marquee-title--yes .cta-heading {
	width: 200%;
	position: absolute;
	left: -50%;
	height: 1.5em;
line-height: 1.5;
}*/
/*
.marqueethis .cta-heading {
	width: 200%;
	position: absolute;
	left: -56%;
	pointer-events: none;
	top: 1em;
  }*/
  .graphic-inside {
	max-width: 20rem;
	z-index: 2;
  }
  
  
  .elementor-cta--valign-top .elementor-cta__content {
	-ms-flex-line-pack:start;
	align-content:flex-start;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start
   }
   .elementor-cta--valign-middle .elementor-cta__content {
	-ms-flex-line-pack:center;
	align-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	justify-content: center;
   }
   .elementor-cta--valign-bottom .elementor-cta__content {
	-ms-flex-line-pack:end;
	align-content:flex-end;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end
   }
   .socialmenu.mayoral-page-list--layout-pill ul li a {
	padding: 0.6em 0.6em;
   }

   .elementor-cta--valign-middle .elementor-cta__content {
		margin: 0 auto;
   }

   /*
   .elementor-widget-mayoral_intro_box {
	animation-duration: .75s;
  	animation-name: fadeInUp;
	animation-delay: 500ms;
   }*/

   .elementor-widget-mayoral-slider .swiper-slide-contents {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
   }

   /*
   .elementor-widget-mayoral-slider .swiper-slide-contents {
	height: 100%;
	width: 100%;
   }*/
   .elementor-widget-mayoral-slider .swiper-slide-contents {
	width: 100vw;
   }

   /*
   .elementor-widget-mayoral-slider .elementor-swiper .swiper-slide {
	background-color: var( --e-global-color-a18ca94 );
	/*max-height: 100vh !important;
   }*/
   
   .elementor-widget-mayoral-slider .content-img {
	background-size: cover;
	background-position: center center;
	padding:  2rem;

	/*transition: background 0.5s linear;*/
   }
   .elementor-widget-mayoral-slider .content-img::after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	/*background-image: url('https://assets.digitalocean.com/labs/images/community_bg.png');
	background-repeat: no-repeat;
	background-position: 50% 0;*/
	background-size: cover;
  }
  .elementor-widget-mayoral-slider .content-img .current-bg,
	.elementor-widget-mayoral-slider .content-img .prev-bg {
		display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  /*background-image: url('https://assets.digitalocean.com/labs/images/community_bg.png');
  background-repeat: no-repeat;
  background-position: 50% 0;*/
  background-size: cover;
}

.elementor-widget-mayoral-slider .content-img .inner-content {
	position: absolute;
	bottom: 2.5rem;
	z-index: 2;
	color: #fff;
  }
  .elementor-widget-mayoral-slider .content-img .inner-content .suptitle {
	font-size: 3rem;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0.5px;
	margin: 1.2rem 0rem 0rem 0rem;
  }
  .elementor-widget-mayoral-slider .content-img .inner-content .maintitle {
	font-size: 5rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.2;
  }
   .elementor-widget-mayoral-slider .content-img.transit {
	/*transition: background 0.5s linear;*/
	transition: background-image 1.2s ease-in-out;
   }
   .elementor-widget-mayoral-slider .col-right {
		flex-direction: column;
		justify-content: center;
		align-content: center;
		text-align: center;
		padding-left: 11%;
		padding-right: 11%;
   }

   .col-right .elementor-widget-wrap,
   .col-right .slider-content {
	max-width: 26rem;
	margin: 0 auto;
	font-size: 1.125rem;
	align-content: center;
  }

  .col-right h3 {
	margin-bottom: 1rem;
  }
  .ekit-heading__description > p:first-child {
	margin-top: 0 !important;
  }


  .elementor-widget-mayoral-slider .slider-content,
  .elementor-widget-mayoral-slider .inner-content,
  .contentslide .cta-inner,
  .contentslide .halfbox-right .elementor-widget-wrap,
  .snapping-section-snap .halfbox-right > .elementor-widget-wrap,
  .snapping-section-snap .colright > .elementor-widget-wrap,
  .snapping-section-snap .colright > .slider-content,
  .snapping-section-snap .halfcolright > .elementor-widget-wrap,
  .snapping-section-snap .elementor-cta__content,
  .snapping-section-snap .inner-content,
  .snapping-section-snap .col-right > .elementor-widget-wrap
  {
	transform: translateY(80px);
	opacity: 0;
	transition: all linear 0.6s;
	text-align: left;
  }
  /*.elementor-widget-mayoral-slider .swiper-slide-active .slider-content,*/
  .elementor-editor-active .elementor-widget-mayoral-slider .slider-content,
	/*.elementor-widget-mayoral-slider .swiper-slide-active .inner-content,*/
	.elementor-editor-active .elementor-widget-mayoral-slider .inner-content,
	.contentslide .swiper-slide-active .cta-inner,
	.elementor-editor-active .contentslide .cta-inner,
	.contentslide .swiper-slide-active .halfbox-right .elementor-widget-wrap,
	.elementor-editor-active .contentslide .halfbox-right .elementor-widget-wrap,
	.paneactive .elementor-column.halfbox-right > .elementor-widget-wrap,
	.paneactive .colright > .elementor-widget-wrap,
	.paneactive .colright > .slider-content,
	
	.paneactive .halfcolright > .elementor-widget-wrap,
	.paneactive.snapping-section-snap .elementor-cta__content,
	.paneactive.snapping-section-snap .inner-content,
	.elementor-editor-active .colright > .elementor-widget-wrap,
	.elementor-editor-active .colright > .slider-content,
	.elementor-editor-active .snapping-section-snap .elementor-cta__content,
	.paneactive.snapping-section-snap .col-right > .elementor-widget-wrap,
	.snapping-section-snap:first-of-type .col-right > .elementor-widget-wrap,
	.elementor-editor-active .col-right > .elementor-widget-wrap,
	.paneactive .elementor-widget-mayoral-slider .swiper-slide-active .slider-content
	{
			transform: translateY(-0px);
	opacity: 1;
  }

  .marquee-title--yes .graphic-inside {
	z-index: 2;
	position: absolute;
	top: 4.2rem;
	left: calc(50% - 10rem);
  }
  .marquee-title--yes.graphic-element--image .cta-heading {
	margin-top: 5rem;
margin-bottom: 0;
  }
  .marquee-title--yes .elementor-cta__content {
	z-index: 4;
  }
  /*
  .marquee-title--yes .mayoral-cta {
	justify-content: center;
  }*/
  .slide-buttons .button {
	margin-bottom:1rem;
	margin-right: 0.9rem;
	display: inline-block;
  }

  .slide-buttons .button.button-active {
	color: var(--base-dark-20);
	pointer-events: none;
	opacity: 0.8;
  }

  .elementor-widget-mayoral-slider .slide-heading {
	font-size: 4rem;
	list-style: none;
	line-height: 1.14;
	letter-spacing: -0.5px;
	margin-bottom: 2rem;
  }

  .elementor-widget-mayoral-slider .slide-description {
	font-size: 1.125rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
  }
  .elementor-widget-mayoral-slider .slide-heading,
  .elementor-widget-mayoral-slider .slide-description {
	text-align: left;
  }
.mask-circle-yes  {
	/*clip-path: circle(14rem at center);*/
	clip-path: circle();
}


.elementor-widget-mayoral-slider .swiper-slide-contents {
	height: 100%;
}
/*
.elementor-widget-wrap > .elementor-element.mask-circle-yes {
border-radius: 50%;
width: 26rem;

}
.mask-circle-yes img {
height: 26rem;
}*/

/*
.entry-content .elementor  {
	scroll-snap-type: y mandatory;
}*/
/*
.elementor-section.snapping-section-snap {
	scroll-snap-align: center;
  }*/


  #primary .elementor-posts .elementor-post__meta-data {
	margin-bottom: 8px;
  }
  #primary .elementor-posts .elementor-post__excerpt {
	margin-bottom: 1rem;
  }
  a.link-underline, .link-underline a {
	text-decoration: underline;
  }
  p.elementor-image-box-description {
	margin-bottom: 1rem;
  }

  .elementor-widget-mayoral-video .elementor-custom-embed-image-overlay {
	cursor: pointer;
	text-align: center;
	border-radius: var(--border-radius);
	overflow: hidden;
  }
  .elementor-widget-mayoral-video img {
	width: 100%;
	align-content: center;
	display: flex;
  }
  .elementor-widget-mayoral-video .elementor-custom-embed-play{
  display: flex;
background: #fff;
border-radius: 50%;
padding: 1rem;
}
.elementor-widget-mayoral-video .elementor-custom-embed-play {
box-shadow: 0px 4px 16px rgba(16, 16, 18, 0.08);
}
.elementor-widget-mayoral-video .elementor-custom-embed-play svg {
		width: 1.5rem !important;
		height: 1.5rem !important;
}
.elementor-widget-mayoral-video .elementor-custom-embed-play:hover svg {
	width: 1.8rem !important;
	height: 1.8rem !important;
}
.elementor-widget-mayoral-video .elementor-custom-embed-play:hover svg path {
	fill: var(--primary-100);
}
#text_footer li:first-of-type {
	color: var(--base-dark-40);
}
.mayoral-box  .elementor-widget-wrap{
	background: #fff;
	padding: 3rem;
	border-radius: 8px;
	border: 1px solid var(--base-dark-10);
	z-index: 2;
}
.max-width-16 {
	max-width:  16rem;
	margin: 0 auto;
}
.max-width-17 {
	max-width: 17rem;
	margin: 0 auto;
}
.max-width-18 {
	max-width: 18rem;
	margin: 0 auto;
}
.mw-19 {
	max-width: 19rem;
}
.mw-21 {
	max-width: 21rem;
}
.mw-19,
.mw-21 {
		margin: 0 auto;
}

.elementor--h-position-center .ekit-heading--title {
	margin-left: auto !important;
	margin-right:  auto !important;
}

.max-width-22 .elementor-widget-wrap {
	max-width:  22rem;
}
.max-width-26 .elementor-widget-wrap {
	max-width:  26rem;
}
.max-width-28 .elementor-widget-wrap {
	max-width:  28rem;
}
.max-width-32 .elementor-widget-wrap {
	max-width:  32rem;
}

.max-width-20 .elementor-widget-wrap {
	max-width:  20rem;
}

.elementor-widget-mayoral-image{
	overflow: hidden;
	border-radius: var(--border-radius);
}
.elementor-widget-mayoral-image .wp-caption .wp-caption-text.caption-inside {
	position: absolute;
	bottom: 3rem;
	left: 2rem;
	color: #fff;
	font-size: 2rem;
	text-align: left;
	flex-direction: column;
	display: flex;
}
.mx-5 {
	margin-left: 5rem;
	margin-right: 5rem;
}
.mx-auto,
.mx-auto .elementor-widget-wrap {
	margin: 0 auto;
}
.item-align-center {
	justify-content: center;
	display: flex;
}
.list-align-top li .elementor-icon-list-icon {
	align-self: start;
padding-top: 0.2rem;
}
.bubble {
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
display: flex;
width: 17.5rem !important;
height: 17.5rem;
text-align: center;
justify-content: center;
align-items: center;
}
.bubble.bubble-blurred {
	backdrop-filter: blur(24px);
}
.bubble-lg {
	width: 20rem !important;
height: 20rem;
}
.bubble-sm {
	width: 15rem !important;
height: 15rem;
}
#footsubcol .elementor-widget-wrap  {
	max-width: 23rem;
}
.elementor-widget-mayoral-image figure a,
.elementor-widget-image a,
.elementor-widget-mayoral-image a {
	/*display: inline-block;*/
	display: block;
	overflow: hidden;
	border-radius: var(--border-radius);
}
.elementor-widget-theme-site-logo.elementor-widget-image a {
	border-radius:0;
}
img.elementor-animation-grow {
	vertical-align: bottom;
}

/* #slidermain video {
	top: -7.5rem;
	position: relative;
  } */
  .three-col-gal.elementor-section.elementor-section-boxed > .elementor-container {
	justify-content: center;
  }
  .jc-center .elementor-container {
	justify-content: center;
	}
  .vertical-gal-img .e-gallery-masonry .e-gallery-image {
	padding-bottom: 203%;
  }
  .vertical-gal-img .e-gallery-container:not(.e-gallery-grid) {
	padding-bottom: 203% !important;
  }
  .gp216 .e-gallery-masonry .e-gallery-image {
	padding-bottom: 216%;
  }
  .gp216 .e-gallery-container:not(.e-gallery-grid) {
	padding-bottom: 216% !important;
  }
  .gp212 .e-gallery-masonry .e-gallery-image {
	padding-bottom: 212%;
  }
  .gp212 .e-gallery-container:not(.e-gallery-grid) {
	padding-bottom: 212% !important;
  }
  .graphic-middle {
	margin: 1rem auto;
  }
  .three-col-gal.elementor-section.elementor-section-boxed > .elementor-container {
	flex-wrap: nowrap;
  }

  .collapse-list--mobile-yes input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	  display: block;
	cursor: pointer;
  }
  .elementor-element.collapse-list--mobile-yes h4 {
	margin-bottom: 0.5rem;
  }
  .elementor .elementor-element.collapse-list--mobile-yes h4 span.elementor-icon-list-icon {
	display: none;
  }

  .ecologos .e-gallery--ltr.e-gallery-justified .e-gallery-item {
	right: calc(var(--item-start) * (100% - var(--hgap) * var(--gap-count)) + var(--hgap) * var(--item-row-index));
	left: auto;
  }


  .herofull.elementor-widget-mayoral_hero {
	border-radius: 0;
  }

  /*
  body {
	min-height: 100vh;
	min-height: -webkit-fill-available;
  }
  html {
	height: -webkit-fill-available;
  }*/

  .elementor-location-footer .fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
	background-color: transparent !important;
	border: 0 !important;
  }
  #footer_vertical ul li {
	line-height: 1.375;
  }

  .selector {
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 2.4em;
  }
  
  .selector__toggle {
	display: block;
	background-color: #7090cd;
	padding: 1em;
	color: white;
	text-decoration: none;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
  }
  .selector__toggle i {
	float: right;
	position: relative;
	top: 0.2em;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
  }
  .open .selector__toggle i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  .selector__toggle:hover, .selector__toggle:focus {
	background-color: #8eaeeb;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	color: white;
  }
  
  .selector__list {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #7090cd;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
  }
  .open .selector__list {
	display: block;
  }
  .selector__list li a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 1em;
	border-top: 1px solid #8eaeeb;
	background-color: #4a5f87;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
  }
  .selector__list li:hover a, .selector__list li:focus a, .selector__list li.selected a {
	background-color: #56c022;
  }
 
 .styled-select select {
	background: transparent;
	border: none;

 }
 .language-selector {
	border: 1px solid var(--base-dark-20);
	display: inline-block;
	border-radius: 24px;
	padding: 0 1rem;
 }
 .language-selector select {

 font-weight: 600;
padding: 0.6rem;
font-weight: 1rem;
cursor: pointer;


-webkit-appearance:none;  /* for chrome & safari */
 -moz-appearance: none; /* for mozilla */
  background-image:url("chevron-right--xs.svg"); 
  /*width: 115%;  To hide the orginal dropdown arrow in IE */
  background-repeat: no-repeat; 
  background-position:right center; 

 }

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	border: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language {
	border: 1px solid #cdcdcd;
	border-radius: 7px;
	overflow: auto;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover {
	border-bottom-color: transparent;
	border-radius: 7px 7px 0 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: 1px solid #cdcdcd;
	border-top: none;
	border-radius: 0 0 7px 7px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
	background-color: #FFF;
}

 .mayoral-items-wrap {
	flex-wrap: nowrap;
	display: flex;
	/*overflow-x: auto;
	overflow-y: hidden;*/
	padding-bottom: 1rem;
}

.mayoral-items-wrap .simplebar-content {
	display: flex;
}

 .mayoral-items-wrap[data-spv-desktop="3"] .mayoral-item {
	width: 30%;
	flex-shrink: 0;
	margin-right: 2rem;
}
.elementor-element.rounded-borders.elementor-widget.elementor-widget-mayoral_hero {
	border-radius: var(--border-radius);
}
#footinstabox .elementor-image-box-description {
	max-width: 16em;
	margin: 0 auto
  }
  
  .frm-fluent-form .ff-t-cell:first-of-type {
	  max-width: 18rem;
	  position: relative;
  }

  #footsubcol .fluentform .ff-el-group {
	margin-bottom: 0;
  }
  
  .footsubmitcont {
	position: absolute;
	right: 0.5rem;
	bottom: 2px;
	margin-bottom: 0 !important;
	/*left: 15.4rem !important;*/
  }
  .cwbg {
  border-radius: 8px;
  overflow: hidden;
}

.no-bord-rad-left {

	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.no-bord-rad-left.rounded-borders-yes .elementor-widget-container {

	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.no-bord-rad-right {

	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.no-bord-rad-right.rounded-borders-yes .elementor-widget-container  {

	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.no-bord-rad-bottom {

	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.no-bord-left {
	border-left-width: 0 !important;
}


.rounded-borders-yes .elementor-widget-container {
border-radius: 8px;
overflow: hidden;
/*display: inline-block;*/
display: block;
/*display: inline-block;*/
/*display: inline-flex;*/
}

.gallery {
	margin-bottom: 0;
}

[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
  }
  
  .simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
  }
  
  .simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
  }
  
  .simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
  }
  
  .simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
	width: auto;
	max-width: 100%; /* Not required for horizontal scroll to trigger */
	max-height: 100%; /* Needed for vertical scroll to trigger */
	scrollbar-width: none;
	-ms-overflow-style: none;
  }
  
  .simplebar-content-wrapper::-webkit-scrollbar,
  .simplebar-hide-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0;
  }
  
  .simplebar-content:before,
  .simplebar-content:after {
	content: ' ';
	display: table;
  }
  
  .simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
  }
  
  .simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
  }
  
  .simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
  }
  
  .simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
  }
  
  [data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
  }
  
  [data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
  }
  
  .simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px;
  }
  
  .simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: var(--base-dark-20);
	border-radius: 8px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.2s linear;
  }
  
  .simplebar-scrollbar.simplebar-visible:before {
	/* When hovered, remove all transitions from drag handle */
	opacity: 1;
	transition: opacity 0s linear;
  }
  
  .simplebar-track.simplebar-vertical {
	top: 0;
	width: 2px;
	background: var(--base-dark-10);
	border-radius: 8px;
  }
  
  .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
  }
  
  .simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
  }

  .simplebar-track.simplebar-horizontal {
	height: 4px;
	background: rgba(16, 16, 18, 0.05);
  }
  
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
  }

  
  
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
  }

  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	top: 0px;
	height: 3px;
  }
  
  /* Rtl support */
  [data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
  }
  
  .hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
  }
  
  .simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
  }
  .elementor-widget-mayoral-article-box .elementor-image-box-img{
	margin-bottom: 2rem;
  }
 .no-p-margin p {
	margin: 0 !important;
 }
 .elementor-image-gallery .gallery-item img {
	width:  100%;
 }
 .elementor-image-gallery .gallery-columns-2 .gallery-item {
	max-width: none !important;
  }
  .gallery {
	grid-gap: 2rem;
  }
  .grid-gap-1 .gallery {
	grid-gap: 1rem;
  }
  .fit-y .elementor-widget-wrap > .elementor-element,
  .fit-y .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
 .fit-y .elementor-widget-container,
 .fit-y .elementor-widget-container img {
	height: 100%;
 }

 .three-col-gal .elementor-widget-mayoral-image img{
	width: 100%;
 }
 .col-left .mayoral-image-box .elementor-cta__content {
	padding: 4rem;
 }

 .three-col-gal .elementor-section .elementor-container {
justify-content: center;
 }

 .hero-main .subtitle {
font-size:  1.5rem;
line-height: 1.33;
font-weight: 500;
 }
 .elementor-post__read-more {
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
 }
 .mayoral-item {
	flex-shrink: 0;
 }
 .language-selector .elementor-button-icon {
	vertical-align: middle;
 }

 p:empty {
margin:0;
  }

  @keyframes fadeInTopRight {
	0% {
	  opacity: 0;
	  transform: translateX(20px) translateY(-20px);
	}
	100% {
	  opacity: 1;
	  transform: translate(0px);
	}
  }
  @keyframes fadeInBottom {
	0% {
	  opacity: 0;
	  transform: translateY(10px);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
/* Disable OI23 for 2 movements of slide 
  #slidermain .swiper-slide:nth-child(3) .slide_desc > * {
	opacity: 0;
  }
*/
	/*#slidermain .swiper-slide.swiper-slide-active:nth-child(3) .slide_desc { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); } */
	/* Disable OI23 for 2 movements of slide 
	#slidermain .swiper-slide.swiper-slide-active:nth-child(3) .slide_desc .elementor-testimonial__title,
	#slidermain .swiper-slide.swiper-slide-active:nth-child(3) .slide_desc .suptitle
	{
		animation: fadeInTopRight .6s forwards;
		animation-delay: 0.4s;
  }
  #slidermain .swiper-slide.swiper-slide-active:nth-child(3) .slide_desc .elementor-widget-mayoral-button {
		animation: fadeInBottom .5s forwards;
		animation-delay: 0.4s;
  }*/

  .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
  }
  .mockbox .suptitle {
	background: var(--base-light-20);
	text-transform: none;
	display: inline;
	width: auto;
	font-size: 0.9rem;
	padding: 2px 6px;
	border-radius: 4px;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 1rem;
  }
  .mockbox .subtitle {
  display: block;
width: 100%;
  }
  .mockbox .hero-title {
	width: 100%;
  }
.firight {
	float: right;
}
.elementor-field-group .elementor-select-wrapper::before { 
	display:  none;
}
.jobmeta li {
	margin-bottom: 0.5rem;
}
a.share-button,
	a.download-button,
	.single-rounded-action {
		position: absolute;
	right: 1rem;
	bottom: 1rem;
	padding: 0.5rem;
	background: #fff;
	border-radius: 50%;
	color: var(--base-dark-100);
	z-index: 2;
  }
  a.single-rounded-action {
	color: var(--base-dark-100);
  }

  .share-button i,
  .download-button i,
	.single-rounded-action i {
		display: table-cell;
  }



   .ww-mw-88-p .elementor-widget-wrap {
		max-width: 88%;
	}
	.elementor-widget-gallery.mw-25-rem {
		max-width: 25rem;
	}
	.elementor-widget-gallery.mw-40-rem {
		max-width: 40rem;
	}

	.mayoral-toggle .elementor-tab-content {
		/*padding: 0px 15px;
		margin: 5px 0;
		width:100%!important;*/
		height: 0;
		overflow: hidden;
		z-index: -1;
		position: relative;
		opacity: 0;
		-webkit-transition: .3s ease;
		-moz-transition: .3s ease;
		-o-transition: .3s ease;
		transition: .3s ease;
	}

	.mayoral-toggle input {
		display: none;
	}

	.mayoral-toggle input:checked ~ .elementor-tab-content{
		height: auto;
		opacity: 1;
		padding-bottom: 1.5rem;
		/*padding: 15px;*/
	  }
	  .mayoral-toggle .elementor-tab-title h4 {
		font-size: 1.125rem;
		margin: 0;
		letter-spacing: 0;
		color: var(--base-dark-100);
		line-height: 1.22;
	  }
	  .mayoral-toggle .elementor-tab-title {
			display: flex;
			padding: 1rem 0;
		}
		.mayoral-toggle  .elementor-toggle-icon span i {
			border-radius: 50%;
			border: 1px solid var(--base-dark-20);
			padding: 0.5rem;
		}
		.mayoral-toggle  .elementor-toggle-icon span i {
			font-size: 0.5rem;
			display: block;
		}
		.mayoral-toggle .elementor-toggle-icon.elementor-toggle-icon-right {
			margin-left: auto;
			/*padding-bottom: 1px;*/
		}
		.mayoral-toggle .elementor-toggle-icon-opened {
			display: none;
		}

		.mayoral-toggle input:checked ~ label .elementor-toggle-icon-opened{
			display:  block;
		}
		.mayoral-toggle input:checked ~ label .elementor-toggle-icon-closed{
			display:  none;
		}
		.mayoral-toggle .elementor-toggle-item:first-child {
			border-top: 1px solid var(--base-dark-20);
		}
		.mayoral-toggle .elementor-toggle-item {
			border-bottom: 1px solid var(--base-dark-20);
		}
		.mayoral-toggle .elementor-tab-content {
			margin: 0;;
		}
		.elementor-toggle-item-wrap {
			cursor: pointer;
		}

	.inner-border > .elementor-container{
		border: 1px solid var(--base-dark-20);
		border-radius: var(--border-radius);
	  }
	  a.text_link {
		text-decoration: underline;
		color: var(--base-dark-100);
		font-weight: 500;
	  }
	  .posts-valign-center .elementor-posts .elementor-post__text {
	  justify-content: center;
		display: flex;
	  }
	  .posts-title-before .elementor-posts .elementor-post__text  .elementor-post__meta-data {
		order: -1;
	}
	.elementor .elementor-posts .elementor-post__read-more {
		font-size: 1rem;
		font-weight: 500;
	}
	.elementor-posts .elementor-post__meta-data {
		font-size: 13px;
	}
	.posts-pad-left .elementor-posts .elementor-post__text {
		padding-left: 9rem;
	}
	.pad-item-bottom .elementor-posts .elementor-post {
		padding-bottom: 2rem;
	}
	.flex-wrap-post .elementor-posts .elementor-post {
		flex-wrap: wrap;
	}
	.gmodal__body {
		padding: 3rem;
	  }


.elementor-widget-mayoral-icon-box .elementor-icon-box-wrapper {
	display:block;
	text-align:center
   }
   .elementor-widget-mayoral-icon-box .elementor-icon-box-icon {
	margin-bottom:var(--icon-box-icon-margin,15px);
	margin-right:auto;
	margin-left:auto
   }
   @media (min-width:768px) {
	.elementor-widget-mayoral-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
	 -webkit-box-align:start;
	 -ms-flex-align:start;
	 align-items:flex-start
	}
	.elementor-widget-mayoral-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
	 -webkit-box-align:center;
	 -ms-flex-align:center;
	 align-items:center
	}
	.elementor-widget-mayoral-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
	 -webkit-box-align:end;
	 -ms-flex-align:end;
	 align-items:flex-end
	}
   }
   .elementor-widget-mayoral-icon-box.elementor-position-left .elementor-icon-box-wrapper,
   .elementor-widget-mayoral-icon-box.elementor-position-right .elementor-icon-box-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
   }
   .elementor-widget-mayoral-icon-box.elementor-position-left .elementor-icon-box-icon,
   .elementor-widget-mayoral-icon-box.elementor-position-right .elementor-icon-box-icon {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto
   }
   .elementor-widget-mayoral-icon-box.elementor-position-right .elementor-icon-box-wrapper {
	text-align:right;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
   }
   .elementor-widget-mayoral-icon-box.elementor-position-right .elementor-icon-box-icon {
	margin-left:var(--icon-box-icon-margin,15px);
	margin-right:0;
	margin-bottom:unset
   }
   .elementor-widget-mayoral-icon-box.elementor-position-left .elementor-icon-box-wrapper {
	text-align:left;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row
   }
   .elementor-widget-mayoral-icon-box.elementor-position-left .elementor-icon-box-icon {
	margin-right:var(--icon-box-icon-margin,15px);
	margin-left:0;
	margin-bottom:unset
   }
   .elementor-widget-mayoral-icon-box.elementor-position-top .elementor-icon-box-wrapper {
	display:block;
	text-align:center;
	-webkit-box-orient:unset;
	-webkit-box-direction:unset;
	-ms-flex-direction:unset;
	flex-direction:unset
   }
   .elementor-widget-mayoral-icon-box.elementor-position-top .elementor-icon-box-icon {
	margin-bottom:var(--icon-box-icon-margin,15px);
	margin-right:auto;
	margin-left:auto
   }
   @media (min-width:-1px) {
	.elementor-widget-mayoral-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,
	.elementor-widget-mayoral-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
	 display:-webkit-box;
	 display:-ms-flexbox;
	 display:flex
	}
	.elementor-widget-mayoral-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,
	.elementor-widget-mayoral-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
	 display:-webkit-inline-box;
	 display:-ms-inline-flexbox;
	 display:inline-flex;
	 -webkit-box-flex:0;
	 -ms-flex:0 0 auto;
	 flex:0 0 auto
	}
	.elementor-widget-mayoral-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
	 text-align:right;
	 -webkit-box-orient:horizontal;
	 -webkit-box-direction:reverse;
	 -ms-flex-direction:row-reverse;
	 flex-direction:row-reverse
	}
	.elementor-widget-mayoral-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
	 margin-left:var(--icon-box-icon-margin,15px);
	 margin-right:0;
	 margin-bottom:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
	 text-align:left;
	 -webkit-box-orient:horizontal;
	 -webkit-box-direction:normal;
	 -ms-flex-direction:row;
	 flex-direction:row
	}
	.elementor-widget-mayoral-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
	 margin-right:var(--icon-box-icon-margin,15px);
	 margin-left:0;
	 margin-bottom:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
	 display:block;
	 text-align:center;
	 -webkit-box-orient:unset;
	 -webkit-box-direction:unset;
	 -ms-flex-direction:unset;
	 flex-direction:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
	 margin-bottom:var(--icon-box-icon-margin,15px);
	 margin-right:auto;
	 margin-left:auto
	}
   }
   @media (max-width:-1px) {
	.elementor-widget-mayoral-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,
	.elementor-widget-mayoral-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
	 display:-webkit-box;
	 display:-ms-flexbox;
	 display:flex
	}
	.elementor-widget-mayoral-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,
	.elementor-widget-mayoral-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
	 display:-webkit-inline-box;
	 display:-ms-inline-flexbox;
	 display:inline-flex;
	 -webkit-box-flex:0;
	 -ms-flex:0 0 auto;
	 flex:0 0 auto
	}
	.elementor-widget-mayoral-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
	 text-align:right;
	 -webkit-box-orient:horizontal;
	 -webkit-box-direction:reverse;
	 -ms-flex-direction:row-reverse;
	 flex-direction:row-reverse
	}
	.elementor-widget-mayoral-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
	 margin-left:var(--icon-box-icon-margin,15px);
	 margin-right:0;
	 margin-bottom:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
	 text-align:left;
	 -webkit-box-orient:horizontal;
	 -webkit-box-direction:normal;
	 -ms-flex-direction:row;
	 flex-direction:row
	}
	.elementor-widget-mayoral-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
	 margin-right:var(--icon-box-icon-margin,15px);
	 margin-left:0;
	 margin-bottom:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
	 display:block;
	 text-align:center;
	 -webkit-box-orient:unset;
	 -webkit-box-direction:unset;
	 -ms-flex-direction:unset;
	 flex-direction:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
	 margin-bottom:var(--icon-box-icon-margin,15px);
	 margin-right:auto;
	 margin-left:auto
	}
   }
   @media (max-width:-1px) {
	.elementor-widget-mayoral-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,
	.elementor-widget-mayoral-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
	 display:-webkit-box;
	 display:-ms-flexbox;
	 display:flex
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,
	.elementor-widget-mayoral-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
	 display:-webkit-inline-box;
	 display:-ms-inline-flexbox;
	 display:inline-flex;
	 -webkit-box-flex:0;
	 -ms-flex:0 0 auto;
	 flex:0 0 auto
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
	 text-align:right;
	 -webkit-box-orient:horizontal;
	 -webkit-box-direction:reverse;
	 -ms-flex-direction:row-reverse;
	 flex-direction:row-reverse
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
	 margin-left:var(--icon-box-icon-margin,15px);
	 margin-right:0;
	 margin-bottom:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
	 text-align:left;
	 -webkit-box-orient:horizontal;
	 -webkit-box-direction:normal;
	 -ms-flex-direction:row;
	 flex-direction:row
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
	 margin-right:var(--icon-box-icon-margin,15px);
	 margin-left:0;
	 margin-bottom:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
	 display:block;
	 text-align:center;
	 -webkit-box-orient:unset;
	 -webkit-box-direction:unset;
	 -ms-flex-direction:unset;
	 flex-direction:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
	 margin-bottom:var(--icon-box-icon-margin,15px);
	 margin-right:auto;
	 margin-left:auto
	}
   }
   @media (max-width:1024px) {
	.elementor-widget-mayoral-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,
	.elementor-widget-mayoral-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
	 display:-webkit-box;
	 display:-ms-flexbox;
	 display:flex
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,
	.elementor-widget-mayoral-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
	 display:-webkit-inline-box;
	 display:-ms-inline-flexbox;
	 display:inline-flex;
	 -webkit-box-flex:0;
	 -ms-flex:0 0 auto;
	 flex:0 0 auto
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
	 text-align:right;
	 -webkit-box-orient:horizontal;
	 -webkit-box-direction:reverse;
	 -ms-flex-direction:row-reverse;
	 flex-direction:row-reverse
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
	 margin-left:var(--icon-box-icon-margin,15px);
	 margin-right:0;
	 margin-bottom:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
	 text-align:left;
	 -webkit-box-orient:horizontal;
	 -webkit-box-direction:normal;
	 -ms-flex-direction:row;
	 flex-direction:row
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
	 margin-right:var(--icon-box-icon-margin,15px);
	 margin-left:0;
	 margin-bottom:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
	 display:block;
	 text-align:center;
	 -webkit-box-orient:unset;
	 -webkit-box-direction:unset;
	 -ms-flex-direction:unset;
	 flex-direction:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
	 margin-bottom:var(--icon-box-icon-margin,15px);
	 margin-right:auto;
	 margin-left:auto
	}
   }
   @media (max-width:-1px) {
	.elementor-widget-mayoral-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,
	.elementor-widget-mayoral-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
	 display:-webkit-box;
	 display:-ms-flexbox;
	 display:flex
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,
	.elementor-widget-mayoral-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
	 display:-webkit-inline-box;
	 display:-ms-inline-flexbox;
	 display:inline-flex;
	 -webkit-box-flex:0;
	 -ms-flex:0 0 auto;
	 flex:0 0 auto
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
	 text-align:right;
	 -webkit-box-orient:horizontal;
	 -webkit-box-direction:reverse;
	 -ms-flex-direction:row-reverse;
	 flex-direction:row-reverse
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
	 margin-left:var(--icon-box-icon-margin,15px);
	 margin-right:0;
	 margin-bottom:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
	 text-align:left;
	 -webkit-box-orient:horizontal;
	 -webkit-box-direction:normal;
	 -ms-flex-direction:row;
	 flex-direction:row
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
	 margin-right:var(--icon-box-icon-margin,15px);
	 margin-left:0;
	 margin-bottom:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
	 display:block;
	 text-align:center;
	 -webkit-box-orient:unset;
	 -webkit-box-direction:unset;
	 -ms-flex-direction:unset;
	 flex-direction:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
	 margin-bottom:var(--icon-box-icon-margin,15px);
	 margin-right:auto;
	 margin-left:auto
	}
   }
   @media (max-width:767px) {
	.elementor-widget-mayoral-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,
	.elementor-widget-mayoral-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
	 display:-webkit-box;
	 display:-ms-flexbox;
	 display:flex
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,
	.elementor-widget-mayoral-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
	 display:-webkit-inline-box;
	 display:-ms-inline-flexbox;
	 display:inline-flex;
	 -webkit-box-flex:0;
	 -ms-flex:0 0 auto;
	 flex:0 0 auto
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
	 text-align:right;
	 -webkit-box-orient:horizontal;
	 -webkit-box-direction:reverse;
	 -ms-flex-direction:row-reverse;
	 flex-direction:row-reverse
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
	 margin-left:var(--icon-box-icon-margin,15px);
	 margin-right:0;
	 margin-bottom:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
	 text-align:left;
	 -webkit-box-orient:horizontal;
	 -webkit-box-direction:normal;
	 -ms-flex-direction:row;
	 flex-direction:row
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
	 margin-right:var(--icon-box-icon-margin,15px);
	 margin-left:0;
	 margin-bottom:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
	 display:block;
	 text-align:center;
	 -webkit-box-orient:unset;
	 -webkit-box-direction:unset;
	 -ms-flex-direction:unset;
	 flex-direction:unset
	}
	.elementor-widget-mayoral-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
	 margin-bottom:var(--icon-box-icon-margin,15px);
	 margin-right:auto;
	 margin-left:auto
	}
	.elementor-widget-mayoral-icon-box.elementor-position-left .elementor-icon-box-icon,
	.elementor-widget-mayoral-icon-box.elementor-position-right .elementor-icon-box-icon {
	 display:block;
	 -webkit-box-flex:unset;
	 -ms-flex:unset;
	 flex:unset
	}
   }
   .elementor-widget-mayoral-icon-box .elementor-icon-box-title a {
	color:inherit
   }
   .elementor-widget-mayoral-icon-box .elementor-icon-box-content {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1
   }
   .elementor-widget-mayoral-icon-box .elementor-icon-box-description {
	margin:0
   }

   .elementor-widget-mayoral-icon-box .elementor-button-wrapper {
	margin-top: 2rem;
   }
   
.single-post .hentry article {
	/*max-width: 40rem;*/
	margin: 0 auto 5rem;
}
h1.entry-title {
	font-weight: 400;
	color: var(--base-dark-100);
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.post-hero {
background-repeat: no-repeat;
background-position: left 15%;
background-size: cover;
/*min-height: 30rem;*/

min-height: 28rem;
margin: 1rem 2rem 4rem 2rem;
border-radius: var(--border-radius);
/*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
}
.entry-meta {
	color: var(--base-dark-60);
	font-size: 0.8125rem;
}
.single-post .entry-content {
	color: var(--base-dark-80);
	font-size: 1.125rem;
	line-height: 1.22;
}
.related {
	margin: 3rem;
	margin-top: 0;
	padding-bottom: 1rem;
}
.related-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
}

.related h3 {
	text-align: center;
font-size: 2.5rem;
}
/*
.related-item {
	display: flex;
	flex-direction: column;
}*/
.related .featured-img a {
display: block;
}
.related .featured-img a:hover {
	scale: 1.06;
}
.related .featured-img a img {
	width: 100%;
}
h4.related-title {
	font-size: 1.25rem;
	letter-spacing: -0.25px;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.related-title a {
	text-decoration: none;
	color: var(--base-dark-100);
}
.featured-img {
	margin-bottom: 2rem;
	border-radius: var(--border-radius);
	overflow: hidden;
}
.featured-img a {
	height: 0;
	padding-bottom: 66%;

	background-size: cover;
	background-position: center;
	transition: all ease 0.4s;
}
.featured-img img {
display: none;
}
	body {
		--wp--preset--font-size--medium: 1.5rem;
	}
	.has-medium-font-size {
		line-height: 1.33;
	}
	.elementor .elementor-posts .elementor-post__title {
		font-size: 1.25rem;
	}
	.elementor .elementor-posts .elementor-post__meta-data {
		font-size: 13px;
	}
	.phone-wrap {
		display: flex;
		width: 100%;
	}
	.alert-default {
		background: var(--light-bg-100);
		border-radius: var(--border-radius);
		padding: 1rem;
		font-weight: 500;
		font-size: 15px;
	}
	.elementor-location-footer {
		z-index: 100;
		position: relative;
	}
.elementor-widget-mayoral-image img {
	object-fit: cover;
	object-position: center;
	vertical-align: bottom;
}

#mainnav .elementor-menu-toggle {
padding: 0;
font-size: 20px;
}
.elementor-button-text {
	font-size: 15px;
}
.elementor-social-icons-wrapper.sharewrap {
background: #fff;
	position: fixed;
	right: 2rem;
bottom: 2rem;
padding: 1rem;
padding-right: 0;

	display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;

box-shadow: 0px 24px 48px rgba(16, 16, 18, 0.16);
border-radius: 48px;
z-index: 101;
}

.single-post .sharewrap .elementor-social-icon {
	background-color: #0172EA00;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #E2E1E0;
	border-radius: 50%;
	margin-right: 1rem;
	width: 40px;
	height: 40px;
  }
  .single-post .elementor-social-icon:hover {
	border-color: var(--base-dark-60);
  }
  .single-post .sharewrap .elementor-social-icon i {
	color: var(--base-dark-100);
	font-size: 1rem;
  }
  .mockbox a.share-button {
  z-index: 1;
  top: 1.5rem;
  bottom: auto;
  right: 1.5rem;
}
.ww-mw-33-rem {
	max-width: 33rem;
}


  .three-col-gal > .elementor-container {
	justify-content: center;
  }
  .elementor-widget-icon-box .elementor-icon-box-icon {
	line-height: 1;
  }
  ul.small-dot {
	list-style: none;
  }
  ul.small-dot li:before{ content:"•"; font-size:12pt; position: absolute; left: 1.5rem;}
  .swiper-container-horizontal > .swiper-scrollbar {
	height: 3px;
  }
  .swiper-scrollbar-drag {
	background: var(--base-dark-40);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
	left: 0%;
	bottom: -4px;
	height: 2px;
	width: 100%;
  }
  .scrollbar > .elementor-container {
	flex-wrap: nowrap;
	/*padding-bottom: 1.5rem !important;*/
  }
  .scrollbar.force-columns .elementor-column {
	flex-shrink: 0;
	padding-left: 1rem;
	padding-right: 1rem;
  }
  .scrollbar.force-columns .simplebar-content {
	display: flex;
  }
  .simplebar-content {
	padding-bottom: 1.5rem !important;
  }
  /*
  .simplebar-content {
	flex-wrap: nowrap;
display: flex;
  }*/

  #mobile_menu,
  .mobile_section {
	display: none;
  }
  #mobile_menu .elementor-icon-list-item figure.mobile-menu-avt {
	max-width: 3.2rem;
	clip-path: circle();
	margin-right: 1rem;
  }
  .mm-avt {
	/*border-radius: 50%;*/
	object-fit: cover;
	object-position: center;
	vertical-align: bottom;
  }
  .mobile-menu-wrap ul {
	padding:0;
	margin:0;
	border-top: 1px solid rgba(16, 16, 18, 0.2);
}
.mobile-menu-wrap ul li.elementor-icon-list-item {
	border-bottom: 1px solid rgba(16, 16, 18, 0.2);
}
.mobile-menu-wrap ul li a {
	color: var(--base-dark-60);
	display: flex;
	flex-basis: 100%;
	padding: 20px 24px;
}
.mobile-menu-wrap ul li a .elementor-button-icon {
	color: var(--base-dark-100);
}
.mobile-menu-wrap ul li a .elementor-align-icon-right {
	margin-left: auto;
	font-size: 1rem;
}
#mobile_menu .elementor-widget-mayoral_hero {
	border-radius: 0;
  }
  #mobile_menu .back-button {
	position: relative;
	margin-right: 1rem;
	right: auto;
	bottom: auto;
  }

  #mobile_menu .hero-title {
	display: flex;
	margin-top: 0;
	align-items: center;
	font-weight: 500;
	letter-spacing: 0;
  }
  .elementor-nav-menu--dropdown #mobile_menu  .elementor-icon-list-items a {
	color: var(--base-dark-100);
  }
  /*
  .logged-in.admin-bar  #mobile_menu,
  .logged-in.admin-bar .mobile_section,*/
  .elementor-editor-active #mobile_menu,
  .elementor-editor-active #mobile_section
   {
	display: block;
  }
  .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
	max-height: calc(var(--vhh, 1vh) * 100);
  }
  #searchsect {
display:  none;
transition: all linear 0.16s;
background: rgba(255,255,255,0);
opacity: 0;

  }
  #searchsect.activated {
  position: fixed;
  top: 3.6rem;
  z-index: 103;
  background: rgba(255,255,255,1);
  width: 100%;
  display: block;
  opacity: 1;

}
div.search_result {
	display: none;
	margin-top: 3rem;
  }
  
  .search_result ul {
	padding:0;
	margin:0;
  }
  .search_result li {
	list-style: none;
	margin-bottom: 1rem;
  }
  .search_result li a {
	display: flex;
	color: var(--base-dark-100);
	align-items: center;
  }
  .search_result li img {
  	border-radius: 50%;
	margin-right: 1rem;
  }
  .search_bar {
	min-height: 29rem;
	padding: 3rem 0 4rem 0;
  }
  .search_bar ::placeholder{
	color: var(--base-dark-20);
  }
  #searchincontent .search_bar {
	min-height: 0;
	padding-left: 0;
  }
  #searchincontent input.search_keyword {
	min-width: 40rem;
  }
  #searchincontent form {
	text-align: center;
  }
  .search_result h5 {
	font-weight: 600;
	font-size: 11px;
	line-height: 12px;
	/* identical to box height, or 109% */
	
	letter-spacing: 1px;
	text-transform: uppercase;
}
input.search_keyword {
	border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--base-dark-20);
  min-width: 34rem;
  font-size: 40px;
line-height: 44px;
letter-spacing: -0.5px;
}
input.search_keyword:focus,
input.search_keyword:active {
	border-bottom-color: var(--base-dark-100);
}
.search_bar button {
	border: none;
	margin-left: -2rem;
	position: relative;
}
.search_bar button i {
	font-size: 1.2rem;
}
.activated {
	display: block !important;
}

.search-results .elementor-post__text{
	background: rgba(16, 16, 18, 0.05);
	padding: 3rem;
	padding-top: 5rem;
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}

.search-results .elementor-post__thumbnail {
	border-radius: 0;
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);

  }
.search-result-filters {
	display: flex;
	justify-content: center;
	grid-gap: 1rem;
	margin-bottom: 2rem;
}
.search-result-filters a {
	font-weight: 500;
	color: var(--base-dark-40);
}
.search-result-filters a.active {
	color: var(--base-dark-100);
}

#searchsect .elementor-widget-container {
	display: flex;
	justify-content: center;
}

.sub-nav.enable {
	
	min-height: 40rem;
	max-height: 40rem;
	padding-top: 6rem;
	/*padding-top: 1.25rem;*/
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	position: fixed !important;
	/*top: 0.5rem;*/
  }

  .page-template-page-nohero .sub-nav.enable,
  .post-template-default .sub-nav.enable,
	.error404 .sub-nav.enable,
	.search-results .sub-nav.enable{
		padding-top: 2rem;
	min-height: 36rem;
	max-height: 36rem;
  }
  #tabletnavcol {
	display:  none;
  }
  .elementor-main-swiper,
  .elementor-skin-carousel .elementor-main-swiper.mayoral-media-carousel {
	height: 35vw;
  }
  .elementor-select-wrapper .select-caret-down-wrapper {
	display: none;
  }

  .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
  }

  .elementor-editor-active #mobile_menu {
	display: none;
  }
  .rounded-borders-yes .elementor-widget-container {
	border-radius: var(--border-radius);
	overflow: hidden;
  }
.caption-position--inside .wp-caption {
	position: relative;
}
.scrollbar .caption-position--inside .wp-caption-text.caption-inside {

margin: 0;
}

section.scrollbar .simplebar-track.simplebar-horizontal {
	left: 4rem;
}
.rounded-borders-yes .wp-caption {
	overflow: hidden;
	border-radius: var(--border-radius);
}
  section.scrollbar .elementor-container .simplebar-content,
  .elementor-editor-active section.scrollbar .elementor-container  {

	flex-wrap: nowrap;
display: flex;
/*grid-gap:  2rem;*/
	}

	@media (min-width: 576px) and (max-width: 1439.8px) {

		body {
			--scroll-section-gap: 48px;
		  }
	}

	section.scrollbar .elementor-container .simplebar-content > .elementor-column,
	.elementor-editor-active section.scrollbar  .elementor-container > .elementor-column {
		flex-shrink: 0;
		display: inline-block;
		}
		/*section.scrollbar .caption-position--inside .wp-caption .wp-caption-text {
		}*/


		.scrollbar .elementor-container .simplebar-content > .elementor-column,
		.elementor-editor-active section.scrollbar  .elementor-container > .elementor-column {
			width: 28%;
			width: calc(32vw - var(--scroll-section-gap));
		}
		
		.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
			margin-bottom: 0px !important;
		  }
		  .upload-btn-wrapper {
			position: relative;
			overflow: hidden;
			display: inline-block;
		  }
		  
		  /*
		  .btn {
			padding: 15px 24px;
			padding: 12px 28px;
			border-radius: 32px;
			border: 1px solid var(--base-dark-20);
			display: inline-block;
		  }*/
		  
		  .upload-btn-wrapper input[type=file] {
			font-size: 100px;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		  }
   /* START RESPONSIVE */

@media (min-width: 768px) {
	.galcol.elementor-column.elementor-col-33, .galcol.elementor-column[data-col="33"] {
		width: 332px;
		flex-shrink: 0;
	  }

}

@media (min-width: 1280px) and (max-width: 1880px) {
  #slidermain video {
	height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
}


  /* DESKTOP UP TO WIDESCREEN */

@media (min-width: 1024px) and (max-width: 1400.8px) {
	.elementor > .elementor-section-full_width.no-padding-right-desktop > .elementor-column-gap-default {
		padding-right: 0;
	}
	.elementor-column-gap-default > .elementor-column.no-padding-right-desktop > .elementor-element-populated {
		padding-right: 0;
	}

	section.scrollbar .elementor-container .simplebar-content > .elementor-column,
	.elementor-editor-active section.scrollbar  .elementor-container > .elementor-column {
		width: 29%;
		width: calc(33vw - var(--scroll-section-gap));
	}
}


  /* DESKTOP ONLY*/

  @media only screen and (min-width:1024px) {
	/*.elementor .elementor-skin-carousel .swiper-slide {
		max-width: 33%;
	}*/


	.elementor-column#mainnavcol {
		width: 100% !important;
	}
	.e-gallery-item .download-button {
		opacity: 0;
		transition: opacity 0.4s;
	  }
	  .e-gallery-item:hover .download-button {
		opacity: 1;
	  }
	  .card-filter select {
			min-width: 25em;
	  }
	  .card.card-filter button {
		margin-top: 0;
	  }
	  /*
	  .card-filter select:last-of-type {
		margin-right: 0;
	  }*/
	.elementor-27 .elementor-element.elementor-element-fa8ebc5 .elementor-main-swiper {
		height: calc(var(--vhh, 1vh) * 80) !important;
	  }
	.galmidcol.elementor-column.elementor-col-33, .galmidcol.elementor-column[data-col="33"] {
		width: 28rem;
		flex-shrink: 0;
	  }
	.galcol.elementor-column.elementor-col-33, .galcol.elementor-column[data-col="33"] {
		width: 624px;
		/*width: 39%;*/
		flex-shrink: 0;
	  }
	/*.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
		max-width: 1344px;
	}*/
	
	.elementor-widget-mayoral_hero .elementor-cta__content {
		padding: 2em 5em;
	}


	  
	  .page-template-page-nohero #mainnav_desktop,
	  .post-template-default #mainnav_desktop {
			background: #fff;
	  }
	  

	  /*
	  .elementor-column-gap-default .elementor-column:first-child:not(.leave-alone) > .elementor-element-populated {
		padding-left: 0 !important;
	}
	.elementor-column-gap-default .elementor-column:last-child > .elementor-element-populated{
		padding-right: 0 !important;
	}*/
	.mayoral-box  .elementor-widget-wrap{
		position: absolute;
		width: 27rem;
		top: 3rem;
	}

	.expand-x-desktop .elementor-container {
		flex-wrap: wrap;
	}
	.expand-x-desktop .elementor-column {
		width: 100% !important;
		margin-bottom: 2rem;
	}
	.scroll-x-desktop .elementor-container {
		max-height: 40rem;

	}

	#footer_vertical #footercols .elementor-column.elementor-col-25, #footer_vertical #footercols .elementor-column[data-col="25"] {
		width: 33%;
	  }
	/*
	.scroll-x-desktop{
		max-height: 40rem;
		overflow-y: scroll;
	}*/
	.elementor-swiper[data-spv-laptop="3"] .swiper-slide {
		max-width: 33%;
	}

	.scrollbar .mayoral-items-wrap {
		overflow-x: unset;
		overflow-y: unset;
	}
	.ww-mw-lg-88-p .elementor-widget-wrap {
		max-width: 88%;
	}

}

  /* WIDESCREEN ONLY*/

  @media only screen and (min-width:1600px) {
	.elementor-swiper[data-spv-desktop="4"] .swiper-slide {
		max-width: 22.6%;
	}

	.galcol.elementor-column.elementor-col-33, .galcol.elementor-column[data-col="33"] {
		/*width: 624px;*/
		width: 39%;
	}
	.post-hero {
		min-height: 50rem;
	}
	.elementor-widget-mayoral-video .elementor-custom-embed-image-overlay {
		max-height: 76vh;
	  }

	  .elementor-main-swiper,
	  .elementor-skin-carousel .elementor-main-swiper.mayoral-media-carousel {
		height: 30vw;
	  }
	  .carouselthis .swiper-slide .elementor-element .elementor-widget-container {
		width: 100%;
	  }
  }



  /* DESKTOP TO WIDE BETWEEN */
  @media (min-width: 1024px) and (max-width: 1199.98px) {
	.elementor > .elementor-section-full_width.no-gap-right-mobile > .elementor-column-gap-default,
	.elementor-column-gap-default > .elementor-column.no-gap-right-mobile > .elementor-element-populated {
	   padding-right: 0;
   }
   .theme-mayoralt .elementor-swiper-button {
	display: none;
  }

  .elementor .elementor-element.altbreakpoints .elementor-main-swiper.mayoral-media-carousel {
	height: 470px;
  }
}

@media (min-width: 1024px) and (max-width: 1439.98px) {

.elementor .carouselthis .elementor-swiper-button-next {
	right: 7%;
  }

}
@media (min-width: 1440px) and (max-width: 1800.98px) {

.elementor .carouselthis .elementor-swiper-button-next {
	right: 6%;
  }
}
  
 /* TABLET AND MOBILE */
 @media only screen and (max-width:1024px) {

	.carouselthis .swiperthis .elementor-swiper-button {
		display:  none;
	  }

	  /*
	.carouselthis .elementor-swiper-button-prev {
		left: 0;
	  }*/
	.elementor > .elementor-section-full_width.no-gap-right-mobile > .elementor-column-gap-default,
	.elementor-column-gap-default > .elementor-column.no-gap-right-mobile > .elementor-element-populated {
	   padding-right: 0;
   }
	.suptitle {
		font-size: 0.9375rem;
	}
	.vw-mw-23-mobile {
		max-width: 23rem;
	}
	.rounded-borders-yes .elementor-widget-container {
		display: block;
	}
	.elementor-widget-mayoral_hero .elementor-cta__content {
		padding: 1rem;
	}
	.mayoral-hero h1, .mayoral-hero h2 {
		text-align: center;
		font-size: 4rem;
	}

	#mainnav_desktop .elementor-widget-wrap > .elementor-element#mainnav {
		order: -1;
		flex-grow: 0;
	}
	#mainnav_desktop .elementor-widget-wrap > .elementor-element.elementor-widget-theme-site-logo {
		flex-grow: 1;
		text-align: center;
	}
	.theme-mayoralt .elementor-swiper-button {
		display: none;
	}
	.menu-pill ul, .elementor .elementor-element.mayoral-page-list--layout-pill ul.elementor-icon-list-items {
		overflow-x: auto;
		justify-content: start;
		max-width: 92vw;
	}
	.mayoral-page-list--layout-pill .elementor-icon-list-item {
		flex-shrink: 0;
	}
	/*
	.elementor-widget.elementor-align-center .elementor-icon-list-item {
		flex: 1 0 auto;
	}*/
	/*
	.elementor-mobile-cta--valign-top .elementor-cta__content {
		-ms-flex-line-pack:start;
		align-content:flex-start;
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start
	   }
	   .elementor-widget-mayoral_hero.elementor-mobile-cta--valign-middle .elementor-cta__content {
		-ms-flex-line-pack:center;
		align-content:center;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		justify-content: center;
	   }
	   .elementor-mobile-cta--valign-bottom .elementor-cta__content {
		-ms-flex-line-pack:end;
		align-content:flex-end;
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end
	   }*/

	   .elementor .elementor-column.col-left .elementor-element .mayoral-image-box {
		min-height: 50vh;
	   }
	   .elementor .elementor-column.col-right {
		min-height: 50vh;
		padding: 2.5rem 1.5rem;
	   }

	   .elementor-widget-mayoral-slider .col-left,
	   .elementor-widget-mayoral-slider .col-right {
		height: 50vh;
		flex-shrink: 0;
	   }
	   .elementor-widget-mayoral-slider .swiper-slide-contents {
		flex-direction: column;
	   }

	   /* #slidermain video {
		top: -4.5rem;
		position: relative;
		max-width: 135%;
		width: 135%;
	  } */

	  #slidermain .slide_desc .elementor-testimonial__title {
		margin-top: 0.5rem;
		margin-bottom: 1.5rem;
	  }

	  /*
	  .elementor .elementor-skin-carousel.carousel-default .swiper-slide {
		max-width: 39%;
	  }*/
	  .elementor .elementor-skin-carousel.carousel-default .swiper-slide {
		width: 280px !important;
		height: 326px;
	  }
	  /*
	  h3.mayoral-intro-box-title {
		max-width: 11em;
		margin: 0 auto;
	  }*/


	 body {
		font-size: 0.94rem;
	}
	/*
	.items-excerpt-50 {
		height: 30rem;
	}*/
	.swiper-container {
		margin: 0;
	}
	.slide_desc .elementor-testimonial__name {
		font-size: 1.25rem;
		line-height: 1.22;
		letter-spacing: 0;
	  }
	  .mayoral-hero h1, .mayoral-hero h2 {
		margin-bottom: 0;
		width: 100%;
	  }
	  .elementor-icon-box-content {
		font-size: 1.25rem;
		line-height: 1.2;
	  }
	  .elementor-widget-mayoral_intro_box {
		padding-bottom: 4rem;
	  }
	  #mainnav_desktop .elementor-widget-wrap > .elementor-element.elementor-widget.topsearch {
		margin-right: 0;
	  }
	  .mayoral-box {
	  margin: 0 1.5rem;
	}

	.mayoral-box  .elementor-widget-wrap{
		padding: 1.5rem;
	}

	/*
	.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
		padding: 4px;
	}*/
	.elementor-widget-mayoral_hero .elementor-cta__content img {
		max-width: 7.4rem;
	}
	.elementor-widget-mayoral_hero {
		border-radius: 8px;
	}

	.scroll-x-mobile .elementor-container {
		flex-wrap: nowrap;
		overflow-x: scroll;
		padding-bottom: 1rem !important;
	}
	.scroll-x-mobile .elementor-container > .elementor-column {
	flex-shrink: 0;
	}

	.scroll-x-mobile .elementor-container .simplebar-content {

		flex-wrap: nowrap;
	display: flex;
		}

		.scroll-x-mobile .elementor-container .simplebar-content > .elementor-column {
			flex-shrink: 0;
			}

	.three-col-gal > .elementor-container {
		flex-wrap: nowrap;
		justify-content: center;
	  }

	  .col-left .mayoral-image-box .elementor-cta__content {
		padding: 3rem;
	  }
	  .title-large .slide_desc {
		font-size: 1.25rem;
		line-height: 1.33;
	}
	.title-large  .slide_desc .elementor-testimonial__name {
		font-size: 1.25rem;
		line-height: 1.125;
	  }

	  .button-group-date > .elementor-container .elementor-element-populated,
	  .year-sect > .elementor-container .elementor-element-populated,
	  .slide-buttons {
		  flex-wrap: nowrap;
	overflow: auto;
	overflow-x: scroll;
	z-index: 99999;
  }
  .slide-buttons {
	  display: flex;
  }
  .elementor-widget-mayoral_intro_box {
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
	}

	.intro-plain .elementor-widget-mayoral_intro_box {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.mayoral-hero h2 {
		line-height: 0.875;
	}
	.card-filter select {
		/*min-width: 14.5rem;*/
		margin-right: 1.5rem;
	  }

	  .card.card-filter {
		padding: 2rem;
	  }

	  /*
	  .scroll-items-mobile .elementor-element{
		
	  }*/
	  section.scroll-x-md > .elementor-container {
		flex-wrap: nowrap;
		  overflow-x: auto;
		  padding-bottom: 1rem !important;
	  }
	  section.scroll-x-md > .elementor-container > .elementor-column {
		  flex-shrink: 0;
	  }
	  .related-items {
		display: flex;
		flex-wrap: nowrap;
	}
	.related-item {
		flex: 0 0 44%;
	}
	.related-items {
		grid-gap: 1.5rem;
	  }
	.related {
		margin-right: 0;
	}
	.scrollbar {
		padding-bottom: 1.5rem;
	}
	.page-id-2478 .card.card-filter {
		padding: 1.5rem 2rem;
	  }
	  .mx-auto-mobile {
		margin-left:  auto;
		margin-right: auto;
	  }
}

 /* END---------------TABLET AND MOBILE */


   /* TABLET ONLY */
   @media (min-width: 768px) and (max-width: 1023.98px) {
	.mayoral-counter-wrap {
		padding: 3.5rem 3rem;
	  }
	section.scrollbar .simplebar-track.simplebar-horizontal {
		left: 2rem;
	}
	.search_bar {
		padding-left: 12%;
	}
	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		display: none;
	}
	.elementor-tablet-align-right .elementor-button-wrapper {
		text-align: right;
	  }
	  .elementor-tablet-align-left .elementor-button-wrapper {
		text-align: left;
	  }
	.no-bord-rad-right-md {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.col-pad-1p5-md .elementor-column-gap-default> .elementor-column > .elementor-element-populated {
		padding: 0 .75rem;
	  }
	.elementor-widget-mayoral-icon-box.elementor-tablet-position-left  .elementor-button-wrapper {
		margin-top: 0;
	  }
	  .elementor-widget-mayoral-icon-box.elementor-tablet-position-left h3.elementor-icon-box-title {
		margin-top: 0;
	  }
	.gmodal__body {
		padding: 2rem;
	  }
	  .gmodal__header {
		padding: 1rem 2rem;
		padding-right: 1rem;
	  }
	#slidermain .slide_desc {
	  text-align: left;
	}
	.elementor-column.elementor-col-33.galmidcol {
	  width: 340px;
	  flex-shrink: 0;
	  }
	  .elementor-column.elementor-col-50.col-left,
	  .elementor-column.elementor-col-50.col-right {
			  width: 100%;
	}
  
	.elementor-widget-mayoral_hero.suptitle {
		text-align: center;
	}

	.elementor-swiper[data-spv-tablet="2"] .swiper-slide {
		max-width: 49%;
	}
	.mayoral-items-wrap[data-spv-tablet="2"] .mayoral-item {
		width: 440px;
		flex-shrink: 0;
		margin-right: 1.5rem;
	}

	.item-img-wrap a.item-img-link {
		display: block;
		max-height: 14rem;
	}
	/*
	.elementor-swiper .swiper-wrapper .swiper-slide {
		margin-right: 1.5rem !important;
	  }*/
	  .item-img-wrap {
		margin-bottom: 1.5rem;
	  }

	  /*
	.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
		padding: 0 1rem;
	  }*/

	  /*
	  .elementor-column-gap-default > .elementor-column.elementor-col-50:first-child:not(.w100-md) > .elementor-element-populated {
		padding-right: 0.75rem;		
	  }
	  .elementor-column-gap-default > .elementor-column.elementor-col-50:last-child:not(.w100-md) > .elementor-element-populated {
		padding-left: 0.75rem;		
	  }*/
	  /*
	  .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 768px;
	  }*/
	  /*
	  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
		padding: 0 1.5rem;
	  }*/
	  .slide_desc {
		font-size: 1.25rem;
		letter-spacing: -0.25px;
		bottom: 1.5rem;
		left: 1.5rem;
	}
	.slide_desc .elementor-testimonial__name {
		font-size: 1.5rem;
		line-height: 1.33;
		letter-spacing: -0.5px;
	  }


	  .elementor-widget-mayoral_hero .elementor-cta__content {
		padding: 0em 0em 8em 4em;
	  }
	  .hero-main.elementor-widget-mayoral_hero .elementor-cta__content {
		padding: 0em;
	  }
	  .elementor .herofull.elementor-widget-mayoral_hero .elementor-cta__content {
		min-height: 50vh;
	  }

	  .col-left .elementor-cta__content {
		padding: 3rem;
	  }

	  .col-left  .maintitle {
		margin-bottom: 0;
	  }

	  .elementor .elementor-column.col-right {
		padding: 5rem 2rem 4rem 2rem;
	  }

	  .elementor-column.col-right .elementor-widget-wrap {
		max-width: 28.8rem;
		margin: 0 auto;
	  }
	  .elementor-icon-box-content {
		font-size: 1.5rem;
		line-height: 1.33;
	  }
	  .mayoral-intro-box-description {
		max-width: 26em;
	  }
	  .mx-auto-md,
	  .ww-mx-auto-md {
		margin-left: auto;
		margin-right: auto;
	  }
	  .scroll-x-tablet .elementor-container {
		flex-wrap: nowrap;
		overflow-x: scroll;
	  }
	  .scroll-x-tablet .elementor-container > .elementor-column {
		flex-shrink: 0;
	  }
	  .ww-mw-28-md {
		max-width: 28rem;
	  } 

	  .bg-pos-y-top-md .e-gallery-image {
		background-position-y: top !important;
	  }
	  .mw-21-md {
		/*max-width: 21rem;*/
		max-width: 340px;
		margin: 0 auto;
	  }

	  /*
	  .footer-tablet > .elementor-container > .elementor-column:nth-child(1) {
		width: 50%;
	  }
	  .footer-tablet > .elementor-container > .elementor-column:nth-child(2) {
		width: 50%;
	  }
	  .footer-tablet > .elementor-container > .elementor-column:nth-child(3) {
		width: 100%;
		margin-top: 4rem;
	  }*/
	  .elementor .elementor-column.col-left .elementor-element .mayoral-image-box {
		min-height: 66vh;
	   }
	   .col-right .elementor-widget-wrap, .col-right .slider-content {
		align-content: flex-start !important;
	  }
	  .elementor .elementor-column.col-right {
		min-height: 0;
	  }
	  .ecofr-car-bot .hide-overflow-yes.swiper-container {
		overflow: visible;
	  }

	  .footer-tablet .frm-fluent-form .ff-t-container {
		justify-content:end;
	  }
	  #fluentform_2.frm-fluent-form .ff-t-cell:first-of-type {
		max-width: none;
	  }
	  section.scroll-x-md > .elementor-container {
	  flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 1rem !important;
	}
	section.scroll-x-md > .elementor-container > .elementor-column {
		flex-shrink: 0;
	}
	#mainnav.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
		left: -2rem !important;
		display: none;
	  }
	  #mobile_menu .elementor-widget-mayoral_hero .elementor-cta__content {
		padding: 1rem;
	  }

	  #mobile_menu .elementor-cta.mayoral-hero {
		min-height: 20vh;
	  }

	  /*
	  .elementor-42 .elementor-element.elementor-element-153862b .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item::after {
		background-color: var( --e-global-color-primary );
	  }*/
	  .tabletnavmenu nav {
		border-bottom:  1px solid var(--base-dark-20);
		margin: 0 -2rem;
		padding-left: 2rem;
	  }
	  .tabletnavmenu nav ul {
		margin-bottom: -1px;
	  }
	  .subleftholder .elementor-widget-wrap {
		margin: 0;
		margin-left: 1.6rem;
		margin-top: 0.5rem;
	  }
	  .sub-nav .wp-caption .wp-caption-text {
		text-overflow: ellipsis;
		max-width: 11rem;
		overflow: hidden;
		white-space: nowrap;
		font-weight: 500;
		}

		section.scrollbar .elementor-container .simplebar-content > .elementor-column,
		.elementor-editor-active section.scrollbar  .elementor-container > .elementor-column {
			width: calc(50vw - var(--scroll-section-gap));
		}
		/*
		section.scrollbar .elementor-container .simplebar-content,
		.elementor-editor-active section.scrollbar .elementor-container {
			grid-gap: 1.5rem;
		}*/

   }

  /* PHONE ONLY */

  @media (max-width: 767px) {

	  
	#mainnav .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu {
		display: none;
	}
	.elementor-widget-mayoral-slider .content-img .inner-content .suptitle {
		font-size: 1.5rem;
	}

	.elementor-mobile-align-center .elementor-button-wrapper {
		text-align: center !important;
	}
	
body.mobile-menu-open {
    overflow: hidden;
}
section.scrollbar .simplebar-track.simplebar-horizontal {
	left: 0.5rem;
}

section.scrollbar .elementor-container .simplebar-content > .elementor-column,
.elementor-editor-active .scrollbar .elementor-container > .elementor-column {
	/*width: 88%;*/
	width: calc(100vw - var(--scroll-section-gap));
}
.elementor-widget-mayoral-image .wp-caption .wp-caption-text.caption-inside {
	font-size: 1.5rem;
	bottom: 0;
	left: 1rem;
}
.elementor-main-swiper, .elementor-skin-carousel .elementor-main-swiper.mayoral-media-carousel {
	height: 85vw;
  }
	input.search_keyword,
	#searchincontent input.search_keyword {
	  min-width: 0;
	  max-width: 100%;
	  width: 100%;
	}
	.search_bar {
		padding-left: 0;
	  }
	  .search_bar form {
		display: flex;
	  }

	.ekit_heading_mobile-text_center{
		text-align: center;
	}

	.elementor-27 .elementor-element.elementor-element-fa8ebc5 .elementor-main-swiper {
		height: calc(var(--vhh, 1vh) * 80) !important;
	  }

	@supports (-webkit-text-stroke: 1.4px #fff) {
		.stroked {
		  -webkit-text-stroke: 1.4px #fff;
		  -webkit-text-fill-color: transparent;
		}
		.stroke-primary {
			-webkit-text-stroke-color: var(--primary-100);
		}
	}
	h1.entry-title {
		font-size: 2.5rem;
	}
	
	.gmodal__body {
		padding: 1.5rem;
	  }
	h1.hero-title .stroked {
		-webkit-text-stroke-width: 1.4px;
	}

	.jc-center-sm {
		justify-content: center;
	}
	#slidermain video {
		/*top: -6.2rem;
		max-width: 400%;
		width: 400%;
		left: -160%;*/
	}
	.elementor-kit-6 h2 {
		font-size: 2rem;
	  }
	  .elementor-widget-mayoral-article-box .elementor-image-box-img {
		display: flex;
		justify-content: center;
	  }
	  .elementor .elementor-image-box-img img {
		/*max-width: 120%;*/
		/*width: auto !important;*/
	  }

	  .elementor-widget-mayoral-article-box .elementor-image-box-img h3 {
		bottom: 1.5rem;
		left: 1.5rem;
		font-size: 3rem;
		line-height: 0.9;
	  }

	  .elementor-column.galcol > .elementor-element-populated {
		margin: 0 4px;
	}
	.elementor-column.galcol.nomargin-mobile > .elementor-element-populated {
		margin: 0; 
	}
	.galmidcol {
		order: -1;
		margin-bottom: 1rem;
		/*margin: 1.5rem;*/
	}
	.galcol.elementor-column.elementor-element {
		width: 224px;
		flex-shrink: 0;
	  }

	  .slide_desc {
		font-size: 0.94rem;
		letter-spacing: -0.25px;
		bottom: 1rem;
		left: 1rem;
	  }

	  .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
	  .gap-mobile > .elementor-column-gap-no > .elementor-column > .elementor-element-populated,
	 .gap-mobile.elementor-column > .elementor-element-populated {
			padding: 0 1.5rem;
	  }
	  /*
	  section.scrollbar > .elementor-column-gap-default > .simplebar-wrapper .simplebar-offset{
		padding-left: 1rem;
	  }*/

	  #slidermain .slide_desc .elementor-testimonial__title {
		margin-bottom: 1rem;
		line-height: 1;
	  }
	  #footer_vertical {
		border-top: 1px solid var(--base-dark-10);
	  }
	  .marquee-title--yes .graphic-inside
	  {
		top: 4rem;
		left: calc(50% - 5rem);
		max-width: 10rem;
	  }
	  .marquee-title--yes.graphic-element--image .cta-heading {
		margin-top: 3rem;
	  }



	  .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
		padding-top: 0;
		padding-bottom: 0;
	  }
	  
	.collapse-list--mobile-yes h4 {
		display: block;
		padding: 1.25rem 0;
		border-top: 1px solid var(--base-dark-20);
	}
	.elementor .elementor-element.collapse-list--mobile-yes h4 span.elementor-icon-list-icon {
		display: inline;
		float: right;
		}
		.elementor-element.collapse-list--mobile-yes h4 {
			margin-bottom: 0;
		  }
	
	  
	  .collapse-list--mobile-yes ul {
		margin: 0;
		padding: 0;
	  }
	  
	  .collapse-list--mobile-yes a {
		display: block;
		padding: 15px 20px;
		color: #fff;
		text-decoration: none;
	  }
	  
	  .collapse-list--mobile-yes li {
		position: relative;
		float: left;
		width: 100%;
		list-style: none;
		color: #fff;
		transition: 0.5s;
		border-top: 1px solid var(--base-dark-20);
	  }
	  
	  .collapse-list--mobile-yes li:first-child {
		border-top: none;
	  }
	  
	  .collapse-list--mobile-yes ul > li.sub > a:after {
		pointer-events: none;
		position: relative;
		float: right;
		content: '+';
		margin-top: -0.1em;
		font-size: 1.2em;
		vertical-align: middle;
		transition: 0.5s;
	  }
	  
	  /*
	  .collapse-list--mobile-yes li:hover {
		background: #4096ee !important;
	  }*/
	  
	  .collapse-list--mobile-yes .subb {
		max-height: 0;
		overflow: hidden;
		border-top: none;
		transition: max-height 0.5s ease-in-out;
	  }
	  
	  .collapse-list--mobile-yes input[type=checkbox]:checked ~ .subb {
		max-height: 999px;
		/*border-top: 1px solid #555;*/
	  }
	  
	  .collapse-list--mobile-yes input[type=checkbox]:checked ~ a:after {
		transform: rotate(45deg);
	  }
	  
	  .collapse-list--mobile-yes .subb a {
		padding: 10px 20px;
	  }
	  
	  /*
	  .collapse-list--mobile-yes .subb li {
		list-style-position: inside;
		list-style-type: square;
		background: #333;
	  }*/
	  
	  .collapse-list--mobile-yes .subb li.sub {
		list-style: none;
	  }
	  
	  .collapse-list--mobile-yes .subb li li {
		background: #3a3a3a;
	  }
	  
	  .collapse-list--mobile-yes .subb li li li {
		background: #2a2a2a;
	  }

	  .elementor .elementor-element.marquee-title--yes.graphic-element--image .cta-heading {
		font-size: 5rem;
		line-height: 1.25;
	  }
	  .herofull {
		height: 100vh; /* Fallback for browsers that do not support Custom Properties */
		/*height: calc(var(--vhh, 1vh) * 100);*/
	  }
	  .herofull .elementor-cta__content{
		min-height: 100vh; /* Fallback for browsers that do not support Custom Properties */
		/*min-height: calc(var(--vhh, 1vh) * 100) !important;*/
	  }
	  .elementor-widget-mayoral_hero.elementor-mobile-cta--valign-middle .elementor-cta__content {
		-ms-flex-line-pack:center;
		align-content:center;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		justify-content: center;
	   }
	   .bubble-lg {
		width: 11rem !important;
	height: 11rem;
	}
	.bubble-sm {
		width: 8.5rem !important;
	height: 8.5rem;
	}
	.mayoral-items-wrap[data-spv-tablet="2"] .mayoral-item {
		width: 100%;
		flex-shrink: 0;
	}
	.elementor-widget-mayoral_intro_box {
		padding-bottom: 6rem;
	  }
	  .elementor-widget-mayoral_intro_box {
		padding-top: 2rem;
	  }
	  .elementor h3.mayoral-intro-box-title {
		margin-bottom: 1rem;
	  }
	  .elementor-widget-mayoral-items-carousel h3 {
		font-size: 1.5rem;
		line-height: 1.33;	  }
		.elementor-widget-mayoral-items-carousel h3 {
			bottom: 1rem;
			left: 1rem;
		}
		.title-large .slide_desc {
			font-size: 1.125rem;
			line-height: 1.22;
		}
		.title-large  .slide_desc .elementor-testimonial__name {
			font-size: 1.5rem;
			line-height: 1.33;
		  }
		  /*
		  .elementor-swiper .swiper-wrapper .swiper-slide {
			margin-right: 1.5rem !important;
		  }*/
		  /*
		  #ecocarousel .elementor-swiper .swiper-wrapper .swiper-slide {
			margin-right: 1rem !important;
		  }*/
		  .col-left .mayoral-image-box .elementor-cta__content {
			padding: 1.5rem;
		  }
		 .col-right > .elementor-widget-wrap {
			padding: 0 !important;
		  }
		  .elementor-widget-mayoral-slider .col-right {
			height: auto;
		  }
		  .elementor-widget-mayoral-slider .col-left {
			min-height: 50vh;
		  }
		  
/*
		.section-slider .elementor-swiper .swiper-wrapper .swiper-slide {
			height:  auto !important;
		}
*/
		.button {
			padding: 1em 1.5em;
		  }
		  .mayoral-button-ghost .elementor-button {
			padding: 15px 24px;
		  }

		  /*
		  .footsubmitcont {
			left: 14.4rem !important;
		  }*/
		  .scroll-x-sm > .elementor-container > .elementor-column > .elementor-widget-wrap {
			flex-wrap: nowrap;
			overflow-x: scroll;
		  }
		  .scroll-x-sm .elementor-widget-wrap > section {
			flex-shrink: 0;
			margin-right: 1rem;
			width: 272px;
		  }
		  .grid-gap-1 .gallery {
			grid-gap: 0.5rem;
		  }
		  /*.elementor-widget-mayoral_intro_box {
			padding-top: 2rem;
			padding-bottom: 5.5rem;
		  }*/
	  
		.elementor-widget-mayoral_intro_box {
			padding-top: 2rem;
			padding-bottom: 2rem;
		  }	  

		  .hero-main .mayoral-hero h2 {
			font-size: 6.25rem;
			line-height: 1.1;
		  }
		  .mayoral-counter-wrap {
			padding: 3.5rem 2.5rem;
		  }
		  .mayoral-hero h1 {
			font-size: 4rem;
		  }
		  
		  .mayoral-hero h2 {
			font-size: 3.5rem;
		  }
		  /*
		  .col-right h4 {
			font-size: 3rem !important;
		  }*/
		  .col-right .elementor-widget-wrap, .col-right .slider-content {
			font-size: 1rem;
		  }
		  .elementor .elementor-column.col-right {
			padding: 1.5rem;
		}
		.card.card-job {
			margin-bottom: 1rem;
			padding: 1.5rem;
		  }
		  .item-meta {
			flex-direction: column;
		  }
		  .item-meta > .meta {
			margin-bottom: 0.5rem;
		  }
		  .mayoral-counter-wrap .elementor-counter .elementor-counter-number-wrapper {
			font-size: 2.5rem;
		  }
		  .mayoral-counter-wrap .elementor-counter .elementor-counter-title {
			font-size: 1.25rem;
		  }
		  .card.card-filter {
			padding: 1.5rem;
			display: flex;
			flex-direction: column;
			grid-gap: 1.5rem;
		  }
		  .page-id-2478 .card.card-filter {
			padding: 1rem;
		  }
		  .card-filter select {
			margin-right: 0;
			margin-bottom: 0;
		  }
		  .card-filter select:first-of-type {
			margin-bottom: 0;
		  }
		  .item-meta {
			margin-bottom: 0.5rem;
		  }
		  .flex-dir-col-sm {
			flex-direction: column;
		  }
		  .text-al-left-sm {
			text-align: left;
		  }

		  .gmodal__container.valign-bottom {
			align-items: end;
			min-height: 100vh;
		  }
		  .pad-item-bottom .elementor-posts .elementor-post {
			padding-bottom: 2rem;
		}
		.post-hero {
			margin: 0 1rem 1rem 1rem;
		}
		.single-post .hentry article {
			margin: 0 1.5rem 3rem 1.5rem;
		}
		.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
			width: 100%;
		}
		.elementor-widget-mayoral_hero.hero-full-height .mayoral-hero .elementor-cta__content {
			/* height: calc(100vh - 6rem);*/
			height: calc(var(--vhh, 1vh) * 100 - 6rem);
		}
		.ecologos {
			max-width: 10rem;
			margin: 0 auto;
		}
		.scroll-x-images-sm > .elementor-widget-wrap {
			flex-wrap: nowrap;
			overflow-x: scroll;
		}

		.scroll-x-images-sm > .elementor-widget-wrap > .elementor-element {
			flex: 0 0 content;
			margin-right: 1rem;
		}
		.scroll-x-images-sm > .elementor-widget-wrap > .elementor-element:last-child {
			margin-right: 0;
		}
		.scroll-images .elementor-element {
			flex-shrink: 0;
			/*flex: 0 0 content;*/
			margin-right: 1rem;
		}
		.scroll-images .elementor-element:last-child {
			margin-right: 0;
		}

		.ulr ul li::before, .halfbox-right .elementor-widget-container ul li::before, ul.ulr li::before, .col-right .elementor-widget-container ul li::before {
			top: 0.15rem;
		  }
		  .related {
			margin-left: 1.5rem;
		  }
		  .related-item {
			flex: 0 0 88%;
		  }
		  .related-items {
			grid-gap: 1rem;
		  }
		  .single-post .sharewrap .elementor-social-icon {
			margin-right: 0.5rem;
		  }
		  .elementor-social-icons-wrapper.sharewrap {
			padding: 0.5rem;
			right: 1rem;
			bottom: 1rem;
		  }
		  .elementor-social-icons-wrapper.sharewrap {
			padding: 1rem 0;
			right: 0;
			bottom: 0;
			justify-content: center;
			border-radius: 0;
			width: 100%;
		  }

		  .flex-direction-column-sm {
			flex-direction: column;
		  }
		  
			#slidermain .swiper-slide .slide_desc {

				justify-content: end;
				padding-bottom: 4rem;
				}
				.overflow-gallery-mobile .e-gallery-container {
					width: 120%;
					margin-left: -10%;
				}



  }

  /* PHONE EXTRA */
  @media (min-width: 576px) and (max-width: 766.8px) {
	section.scrollbar .elementor-container .simplebar-content > .elementor-column,
	.elementor-editor-active section.scrollbar .elementor-container > .elementor-column {
		/*width: 88%;*/
		width: calc(50vw - var(--scroll-section-gap));
	}
	/*.mayoral-counter-wrap {
		padding: 3.5rem 2rem;
	  }*/
  }

  		/* ABOVE PHONE */
		  @media (min-width: 767px) { 
			.half-half.elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
				margin-right: 0;
			}
			.half-half .elementor-posts .elementor-post__text{
				width: 50%;
				flex-grow: 0;
			}
		
		/* Slider home */
			  
	   	.slide-grafismo-lateral:after {
			content:'';
			display:block;
			position:absolute;
			width: 100px;
			height: 375px;
			top: 29%;
			left: 2%;
			z-index: 3;
			background: url('../../uploads/2024/01/grafismo-ss24.svg') center center no-repeat;
			background-size: contain;
		}
			  
		/* slide home 1 */
			 #slidermain .swiper-slide:nth-child(2) .slide_desc {
				text-align: center;
				left:0;
				justify-content: flex-end;
			  }


			  #slidermain .swiper-slide:nth-child(2) .elementor-button-wrapper{
				  text-align:center;
			  }


		/* slide home 2 */
			 #slidermain .swiper-slide:nth-child(3) .slide_desc {
				text-align: center;
				left: 0;
				justify-content: flex-end;
			  } 

			  #slidermain .swiper-slide:nth-child(3) .elementor-button-wrapper{
				  text-align:center;
			  }
			
		/* slide home 3 */
			 #slidermain .swiper-slide:nth-child(4) .slide_desc {
				text-align: center;
				left: 0rem;
				justify-content: flex-end;
			  } 

			  #slidermain .swiper-slide:nth-child(4) .elementor-button-wrapper{
				  text-align:center;
			  }
			  
		}

		.e-gallery-image {
			transition: none !important;
		  }
		  .e-gallery-image:hover {
			transition: var(--animation-duration) !important;
		  }

  		/* EXTRA WIDESCREEN */
		  @media (min-width: 1922px) { 

		  #slidermain video {
			/*top: -9rem;*/
			position: relative;
		  }
		}




/* Links carousel */

.swiper-slide a{
	position:relative;
	z-index:1;
}

.carousel-cover,
.elementor-widget-mayoral-media-carousel .swiper-slide a .elementor-carousel-image::after{
	content:'';
	position: absolute;
    left: 0%;
    right: 0%;
    top: 0px;
	bottom: 0px;
	background: linear-gradient(0deg, rgba(16, 16, 18, 0.4) 23.48%, rgba(16, 16, 18, 0) 41.76%);
	border-radius: 8px;
	z-index:0;
}

.elementor-widget-mayoral-media-carousel .swiper-slide .elementor-carousel-image{
	background-position:center 15%;
}

.carousel-center .swiper-slide .elementor-carousel-image{
	background-position:center center;
} 

/** Related post */

#related-post .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
	height:320px;
	position:relative;
	object-fit:cover;
	object-position:center 80%;
}

#related-post .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{
	position:relative;
	top:0;
	left:0;
	transform: scale(1.01) translate(0,0);
}

#related-post .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img:hover{
	position:relative;
	top:0;
	left:0;
	transform: scale(1.01) translate(0,0);
}

@media (max-width: 767px){
	
	div.elementor-post__thumbnail{
		padding-bottom:0 !important;
	}
	
}


/** HERO SLIDER **/

@media (max-width: 767px){
	#heroslider .slide_desc {
	position: absolute;
	width: 90%;
	color: #fff;
	z-index: 2;
	display: flex;
	text-align: left;
	justify-content: end;
	flex-direction: column;
	height: 100%;
	letter-spacing: 0;
	bottom: 1rem;
	left:1rem;
	}
	
	#heroslider .swiper-slide .elementor-carousel-image{
		background-position: 70% 15%;
	}
}

@media (min-width: 767px){
#heroslider .slide_desc {
	position: absolute;
	width: 90%;
	color: #fff;
	z-index: 2;
	display: flex;
	text-align: left;
	justify-content: end;
	flex-direction: column;
	height: 100%;
	letter-spacing: 0;
	bottom: 4rem;
	left:2.5rem;
	}
}	


#heroslider .slide_desc .elementor-testimonial__title {
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}

#heroslider .swiper-container-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 1rem;
}


#heroslider .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	content:  '';
	width:  2rem;
	background:  rgba(255, 255, 255, 0.4);
	display: block;
	height: 100%;
	border-radius: 12px;
}

#heroslider.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 0;
}

#heroslider .swiper-pagination-bullet {
	background: #fff;
}

#heroslider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	margin-right: 2em;
	transition: all linear 400ms;
}

#heroslider .swiper-slide::after
{
	content:'';
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0px;
	bottom: 0px;
	background: linear-gradient(0deg, rgba(16, 16, 18, .15) 20%, rgba(16, 16, 18, 0) 30%);
	border-radius: 8px;
}

/** HERO SLIDER END **/

/** EXTRAS **/

.bordes-redondeados video{
	border-radius:8px;
}

.otgs-development-site-front-end{
	display:none;
}

#slidermain video{
	object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

/** EXTRAS END **/

/**NUEVO ESTILO BLOG **/

.caveat{
	font-family: 'Caveat', cursive;
	font-weight:400;
}

.caveat-title-post{
	font-family: 'Caveat', cursive;
	font-size:112px;
	color:var(--base-dark-80) !important;
}

.caveat-title-post-h2{
	font-family: 'Caveat', cursive;
	font-size:92px;
	color:var(--base-dark-80) !important;
}

.caveat-title-cat-grid{
	font-family: 'Caveat', cursive;
	font-size:90px;
	display: inline-block;
	position: relative;
	top: 5px;
}

.sub-yellow,
.sub-orange,
.sub-red,
.sub-pink,
.sub-green,
.sub-green-dark,
.circle-yellow,
.circle-blue,
.circle-green,
.circle-orange{
	position:relative;
	display:inline-block;
	z-index:0;
}

.sub-yellow:after{
	content:'';
	display:block;
	position:absolute;
	width: 115%;
	height: 40%;
	bottom: 0;
	left: -5px;
	z-index:-1;
	background: url('../../uploads/2023/12/subrayado-amarillo.svg') left bottom no-repeat;
	background-size: cover;
}


.sub-orange:after{
	content:'';
	display:block;
	position:absolute;
	width: 115%;
	height: 40%;
	bottom: 0;
	left: -5px;
	z-index:-1;
	background: url('../../uploads/2023/12/subrayado-naranja.svg') left bottom no-repeat;
	background-size: cover;
}

.sub-red:after{
	content:'';
	display:block;
	position:absolute;
	width: 115%;
	height: 40%;
	bottom: 0;
	left: -5px;
	z-index:-1;
	background: url('../../uploads/2023/12/subrayado-rojo.svg') left bottom no-repeat;
	background-size: cover;
}

.sub-pink:after{
	content:'';
	display:block;
	position:absolute;
	width: 115%;
	height: 40%;
	bottom: 0;
	left: -5px;
	z-index:-1;
	background: url('../../uploads/2023/12/subrayado-rosa.svg') left bottom no-repeat;
	background-size: cover;
}

.sub-green:after{
	content:'';
	display:block;
	position:absolute;
	width: 115%;
	height: 40%;
	bottom: 0;
	left: -5px;
	z-index:-1;
	background: url('../../uploads/2023/12/subrayado-verde.svg') left bottom no-repeat;
	background-size: cover;
}

.sub-green-dark:after{
	content:'';
	display:block;
	position:absolute;
	width: 115%;
	height: 40%;
	bottom: 0;
	left: -5px;
	z-index:-1;
	background: url('../../uploads/2023/12/subrayado-verde-osc.svg') left bottom no-repeat;
	background-size: cover;
}

.circle-yellow:after{
	content:'';
	display:block;
	position:absolute;
	width: 115%;
	height: 120%;
	bottom: -12px;
	left: 0;
	z-index:-1;
	background: url('../../uploads/2023/12/circulo-amarillo.svg') left bottom no-repeat;
	background-size: contain;
}

.circle-blue:after{
	content:'';
	display:block;
	position:absolute;
	width: 115%;
	height: 120%;
	bottom: -12px;
	left: 0;
	z-index:-1;
	background: url('../../uploads/2023/12/circulo-azul.svg') left bottom no-repeat;
	background-size: contain;
}

.circle-green:after{
	content:'';
	display:block;
	position:absolute;
	width: 115%;
	height: 120%;
	bottom: -12px;
	left: 0;
	z-index:-1;
	background: url('../../uploads/2023/12/circulo-verde-1.svg') left bottom no-repeat;
	background-size: contain;
}

.circle-orange:after{
	content:'';
	display:block;
	position:absolute;
	width: 115%;
	height: 120%;
	bottom: -12px;
	left: 0;
	z-index:-1;
	background: url('../../uploads/2023/12/circulo-naranja.svg') left bottom no-repeat;
	background-size: contain;
}


.img-crop-top img{
	object-position:center 10%;
}

.category-tag{
	display:inline-block;
}

.category-tag a{
	display:inline-block;
    background: #F2EFEA;
    border-radius:4px;
    padding: 4px 10px;
    color: var(--base-dark-80);
	font-weight:500;
	margin-right:12px;
}

.entry-date{
    display:inline-block;
    background: #F2EFEA;
    border-radius:4px;
    padding: 4px 10px;
    color: var(--base-dark-80);
	font-weight:500;
}

.post-time-read{
	display:inline-block;
    background: #F2EFEA;
    border-radius:4px;
    padding: 4px 10px;
    color: var(--base-dark-80);
	font-weight:500;
	margin-left:12px;
}

a.cat-tag-tendencias{
	background:#FF4470;
	color:#fff;
}

.lang-selector .dialog-widget-content{
    max-height:450px;
}

/* Carrusel distributivas */

.carousel-distri .elementor-widget-container .elementor-swiper .elementor-main-swiper{
	height: auto;
	overflow:visible;
}

.carousel-distri .swiper-slide::after{
	background: none;
}

.carousel-distri .elementor-widget-container .elementor-swiper .elementor-main-swiper .elementor-carousel-image{
	height:550px;
	overflow: hidden;
	border-radius:8px;
}

.carousel-distri .elementor-widget-container .elementor-swiper .elementor-main-swiper .elementor-carousel-image:after{
	background: none;
}

.carousel-distri .swiper-slide:hover .elementor-carousel-image{
	transform: scale(1)
}

.carousel-distri .swiper-slide .slide_desc{
	position:relative;
	bottom: 0;
    left: 0;
}

.carousel-distri .swiper-slide .slide_desc a .elementor-testimonial__title{
	font-size:2rem;
	font-weight:400;
	color:rgba(16,16,18,80);
	padding:12px 0;
}

.carousel-distri .swiper-slide .slide_desc a .elementor-testimonial__name{
	font-size:1.1rem;
	font-weight:400;
	color:rgba(16,16,18,80);
	padding:12px 0;
}

.carousel-distri  .elementor-widget-mayoral-button a,
.carousel-distri .elementor-button-wrapper a{
	display:none;
}

.carousel-distri .elementor-widget-mayoral-button a.elementor-button-link{
	display:inline-block;
	position: relative;
	color:rgba(16,16,18,80);
	background:transparent;
	padding: 24px 0 14px;
}

@media (max-width:1024px){
	.carousel-distri .elementor-widget-container .elementor-swiper .elementor-main-swiper .elementor-carousel-image{
		height:420px;}
}

@media (max-width:768px){
	.carousel-distri .elementor-widget-container .elementor-swiper .elementor-main-swiper .elementor-carousel-image{
		height:390px;}
	.carousel-distri .swiper-slide .slide_desc a .elementor-testimonial__title{
		font-size:1.6rem;}
}
	
.collapse-distri .mayoral-toggle .elementor-tab-content{
	z-index:1;
}


/* Formulario por pasos de Franquicias */
.e-form__indicators .e-form__indicators__indicator {
	background: #e7e7e7;
	display: flex;
	padding: 5px 10px;
	border-radius: 8px;
}
.e-form__indicators .e-form__indicators__indicator__number {
	margin-bottom:0;
	width: auto;
    height: auto;
}
.e-form__indicators.e-form__indicators  .e-form__indicators__indicator--state-completed {
	background: #cce3f5;
}
.e-form__indicators .e-form__indicators__indicator--state-active {
	background: #0172ea;
}
.e-form__indicators .e-form__indicators__indicator--state-active .e-form__indicators__indicator__label {
	color: #ffffff;
}
.e-form__indicators .e-form__indicators__indicator__separator {
	margin-top: 0;
	align-self: center;
}

@media (min-width:768px){
	.e-form__indicators .e-form__indicators__indicator {
		flex-direction: row;
		gap: 6px;
	}
}

