/*!
Theme Name: meu
Theme URI: http://underscores.me/
Author: Campaign Edge
Author URI: https://campaignedge.com.au
Description: Theme developed by Campaign Edge at the end of 2022
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meu
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.

meu 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: 2em;
	margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

/* 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: #0A0808;
	font-family: 'Inter', "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

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: #EFEFEF;
	background: black;
}

#page {
	background: #EFEFEF;
	overflow-x: hidden;
}

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: #4169e1;*/
	color: inherit;
}

a:visited {
	color: #800080;
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #191970;
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

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

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 {
	
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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;
}



}

/*--------------------------------------------------------------
# MEU Custom CSS
--------------------------------------------------------------*/

/* Global
--------------------------------------------- */



/* CSS
--------------------------------------------- */

#page .background-primary {
	background: var(--wp--preset--color--primary);
}

#page .background-secondary {
	background: var(--wp--preset--color--secondary);
}

#page .background-tertiary {
	background: var(--wp--preset--color--tertiary);
}

#page .color-primary {
	color: var(--wp--preset--color--primary);
}

#page .color-secondary {
	color: var(--wp--preset--color--secondary);
}

#page .color-tertiary {
	color: var(--wp--preset--color--tertiary);
}


/* General
--------------------------------------------- */

.flex {
	display: flex;
}

.flex-d-1, .flex-l-1 {
	flex: 0 0 100%;
}

.flex-d-2, .flex-l-2 {
	flex: 0 0 50%;
}

.flex-d-3, .flex-l-3 {
	flex: 0 0 33.33%;
}

.flex-d-4, .flex-l-4 {
	flex: 0 0 25%;
}
/* .flex-d-4, .flex-t-4, .flex-m-4 */

.show-l, .show-t, .show-m {
	display: none;
}

body .dashicons {
	width: 1em;
	height: 1em;
	font-size: inherit;
}

.meu-button, .meu-button-p a, .meu-button-alt, .meu-button-alt-p a, .site .wp-element-button, .site .wp-block-button__link {
	background: var(--wp--preset--color--primary);
    text-decoration: none;
    padding: 0.5em 0.9em;
    border-radius: 4em;
    font-weight: 500;
    color: black;
	display: inline-block;
	line-height: 1.35em;
}

.meu-button-alt, .meu-button-alt-p a {
	background: black;
    color: var(--wp--preset--color--primary);;
}

/* Fonts
--------------------------------------------- */

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.313em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}


/* Header
--------------------------------------------- */
/*  */
.ignore {

}

.meu-change-district {
	position: relative;
	text-align: center;
	z-index: 3;
}

/*.meu-change-district .change-district-button::after {
	content: "";
    background: var(--wp--preset--color--primary);
    width: 100vw;
    height: 50%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(-50vw + 50%);
}*/

.meu-bar {
    content: "";
    background: var(--wp--preset--color--primary);
    width: 100%;
    height: 1.2em;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.meu-change-district .change-district-button {
    background: var(--wp--preset--color--primary);
    margin: 0;
    z-index: 1;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.5em 1em;
    border-radius: 3em;
    width: auto;
    padding-right: 3em;
    color: black;
    box-shadow: none;
	transition: box-shadow 0.2s ease;
	    font-size: 14px;
	cursor: pointer;
}
.meu-change-district .change-district-button:hover {
	/*box-shadow: 0px 5px 9px -2px #ffffff8f;*/
}

.active.change-district-button .accordion-indicator {
	top: 40%;
}

.accordion.change-district-button:hover {
 	background: var(--wp--preset--color--primary);
}

.accordionpanel.meu-districts-outer {
	 background: var(--wp--preset--color--tertiary);
	 margin-top: -2em;
}

.meu-districts-outer .meu-districts {
	display: flex;
    flex-wrap: wrap;
	padding: 4em 0 2em 0;
}

.meu-districts-outer .meu-districts .meu-district {
	padding: 0.75em 0.5em 0.75em 2em;
    position: relative;
	display: flex;
    align-self: center;
}

.meu-districts-outer .meu-districts .meu-district p {
    color: white;
    text-align: left;
    text-transform: uppercase;
    margin: 0px;
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
	transition: color 0.4s ease;
}

.meu-districts-outer .meu-districts .meu-district p:hover {
	color: var(--wp--preset--color--primary);
}

.meu-districts-outer .meu-districts .meu-district .meu-district-current {
	color: var(--wp--preset--color--primary);
}

.meu-districts-outer .meu-districts .meu-district p:before {
    width: 0.7em;
    height: 0.7em;
    border-bottom-width: 0.2em;
    border-bottom-style: solid;
    border-left-width: 0.2em;
    border-left-style: solid;
    transform: rotate( 225deg) translateY(50%);
    position: absolute;
    top: 45%;
    left: 0px;
    content: "";
}

.meu-districts-outer .meu-districts .meu-district-reset {
    margin: 0;
    color: #8d8d8d;
    margin-top: -1em;
    font-size: 1.75em;
    line-height: 1em;
    margin-bottom: 0.5em;
	
}

.meu-districts-outer .meu-districts .meu-district-reset .meu-district-reset-button {
	cursor:pointer;
}

.meu-socials-top {
    position: absolute;
    top: 0px;
    z-index: 0;
    width: 100vw;
    text-align: right;
    height: 2em;
    left: calc(-50vw + 50%);
}


.meu-socials-top p {
    display: inline-block;
    max-width: unset;
    margin: 0;
    position: relative;
    width: 2.5em;
    background: var(--wp--preset--color--primary);
    height: 2.5em;
    border-radius: 3em;
    padding: 0.6em;
    margin-left: 0.25em;
	transition: padding 0.3s ease;
	vertical-align: top;
}

.meu-socials-top p:hover {
	 padding: 0.5em;
}

.meu-socials-top p a {
	
}

.meu-socials-top p a svg {
	width: 100%;
    height: 100%;
}

/* Main header area */

.site-header {
	background: var(--wp--preset--color--secondary);
	padding-bottom: 1em;
	position: relative;
    z-index: 2;
}

.main-header {
	display: flex;
	padding-top: 2em;
	align-items: center;
	position: relative;
	z-index: 3;
}

.main-header .header-logo {
	    flex: 0 1 auto;
}

.main-header .header-logo a {
	display: block;
}

.main-header .header-logo a img {
	    width: 100%;
    max-width: 200px;
}

.site-header .header-search {
	flex: 1 1 auto;
	padding: 0 2em;
}
.site-header .header-search form {
	position: relative;
}

.site-header .header-search .search-form-input {
	width: 100%;
    background: var(--wp--preset--color--tertiary);
    border-radius: 3em;
    padding: 0.75em 1em;
    padding-left: 1.2em;
    border: 0px;
	font-size: 15px;
	color: white;
}

.site-header .header-search .search-form-input::placeholder {
	font-family: 'Inter', "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-weight: bold;
}

.site-header .header-search .search-button-icon {
	position: absolute;
    top: 0px;
    right: 0px;
	height: 100%;
}

.site-header .header-search .search-button-icon .searchicon {
	    opacity: 0;
		cursor: pointer;
}

.site-header .header-search .search-button-icon .dashicons {
	color: var(--wp--preset--color--primary);
	position: absolute;
    top: 50%;
    right: 0.5em;
    font-size: 1.5em;
    transform: translateY(-50%);
	pointer-events: none;
    cursor: pointer;
	transition: right 0.3s ease;
}

.site-header .header-search:focus-within .search-button-icon .dashicons {
	right: 1em;
}


.main-header .header-join {
flex: 0 1 100px;
    text-align: right;
}

.main-header .header-join .meu-button-p {
	margin: 0px;
	display: inline-block;
}

.main-header .header-join .meu-button-p a {
	transition: 0.3s ease background;
}

.main-header .header-join .meu-button-p a:hover {
	background: white;
}


/* MENU */

.main-menu .menu {
	margin: 0px;
    list-style: none;
    padding: 0px;
	    display: flex;
	    justify-content: center;
}

.main-menu .menu .menu-item {
	padding: 0.5em 1.5em;
}

.main-menu .menu .menu-item a {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	    text-decoration: none;
	transition: color 0.2s ease;
}

#masthead .main-menu .menu .menu-item:hover > a {
	color: var(--wp--preset--color--primary);	
}

.main-menu .menu .menu-item.menu-item-has-children:hover::before {
	color: var(--wp--preset--color--primary);	
}

.main-menu .menu .menu-item.current-menu-item > a, .main-menu .menu .menu-item.menu-item-has-children.current-menu-item::before {
	color: var(--wp--preset--color--primary);	
}


/* Sub menus */

.main-menu .menu .menu-item.menu-item-has-children {
	position: relative;
}

.main-menu .menu .menu-item.menu-item-has-children::before {
    width: 0.5em;
    height: 0.5em;
    border-bottom-width: 0.2em;
    border-bottom-style: solid;
    border-left-width: 0.2em;
    border-left-style: solid;
    transform: rotate( 225deg);
    position: absolute;
    top: 37%;
    right: 0.5em;
    content: "";
	color: white;
	transition: 0.3s ease;
}

.main-menu .menu .menu-item.menu-item-has-children:hover::before {
	transform: rotate( 315deg);
	right: 0.5em;
	top: 37%;
}


.main-menu .menu .menu-item .sub-menu {
	opacity: 0;
	transition: opacity 0.2s ease;
    pointer-events: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 2;
	list-style: none;
	width: max-content;
	background: var(--wp--preset--color--secondary);
	font-size: 15px;
}

.main-menu .menu .menu-item.menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	pointer-events: all;
	border-bottom: 3px solid var(--wp--preset--color--primary);
}

.main-menu .menu .menu-item .sub-menu .menu-item .sub-menu {
	left: 100%;
	top: 0%;
}

/* Hamburger */


.menu-center {
    display: none;
}

.show-on-mobile-menu {
	display: none;
}



/* Carousel
--------------------------------------------- */

.carousel-slides {
	display: flex;
   	overflow: hidden;
	
}

.carousel-slides .carousel-slide {
	position: relative;
    flex: 1 0 100%;
	padding: 4em 0 6em 0;
	transition: background 0.4s ease;
	background: none;
}

.carousel-slides .carousel-slide .main-content-inner {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.carousel-slides .carousel-slide.carousel-slide-active .main-content-inner {
	opacity: 1;
}

.carousel-slides .carousel-slide .carousel-img {
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: opacity 0.4s ease;
	opacity: 0;
}

.carousel-slides .carousel-slide.carousel-slide-active .carousel-img {
	opacity: 1;
}

.carousel-slides .carousel-slide.carousel-slide-active.carousel-slide-yellow {
	background: var(--wp--preset--color--primary);
}

.carousel-slides .carousel-slide .carousel-img.carousel-img-yellow {
	filter: grayscale(1);
    mix-blend-mode: multiply;
}

.carousel-slides .carousel-slide h2 {
	color: white;
	/*text-transform: uppercase;*/
	font-size: 5.000em;
	line-height: 1em;
	    margin: 0;
	margin-left: 4%;
	transition: margin-left 0.4s ease;
}

.carousel-slides .carousel-slide.carousel-slide-active h2 {
	margin-left: 0;
}

.carousel-slides .carousel-slide .carousel-text {
	font-size: 1.25em;
	font-weight: 700;
	color: white;
}

.carousel-slides .carousel-slide .meu-button-p {
	font-size: 1.25em;
}

.carousel-slides .carousel-slide .meu-button-p a {
	color: white;
}

.carousel-slides .carousel-slide .carousel-darken {
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	
	background: rgb(0,0,0);
background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	
}

.carousel-slides .carousel-slide.carousel-slide-active {
	z-index: 1;
}


#carousel {
	position: relative;
}

.carousel-navs {
		    position: absolute;
    bottom: 6em;
    right: 0px;
    z-index: 1;
	width: 100%;
	text-align: right;
	pointer-events: none;
}

.carousel-navs .carousel-nav {
    width: 1em;
    height: 1.66em;
    display: inline-block;
    position: relative;
    color: white;
    font-size: 2em;
	    pointer-events: all;
	z-index: 3;
	margin-left: 0.7em;
	cursor: pointer;
	transition: background 0.4s ease;
}

.carousel-navs .carousel-nav:hover {
	background: #00000069;
}

.carousel-navs .carousel-nav span {
	width: 1em;
    height: 1em;
    border-bottom-width: 0.1em;
    border-bottom-style: solid;
    border-left-width: 0.1em;
    border-left-style: solid;
    transform: rotate( 45deg);
    transition: 0.4s ease;
    position: absolute;
    top: 20%;
    left: 28%;
}

.carousel-navs .carousel-nav-right span {
 	 transform: rotate( 225deg);
	right: 28%;
    left: unset;
}

/* Footer
--------------------------------------------- */

.site-footer {
	background: black;
	padding: 2em 0;
	margin-top: 3em;
}

.site-footer .footer-logo {
	display: inline-block;
}

.site-footer .footer-logo img {
	width: 100%;
	max-width: 120px;
}

.site-footer .footer-details {
	display: flex;
	align-items: flex-end;
}

.site-footer .footer-details .footer-details-autho {
	color: white;
	font-size: 12px;
	flex: 1 1 50%;
}

.site-footer .footer-details .footer-details-autho p {
	margin-bottom: 0px;
}

.site-footer .footer-details .footer-details-links {
	flex: 0 1 auto;
}

.site-footer .footer-details .footer-details-links p {
	display: inline-block;
	    margin: 0px;
	font-size: 18px;
}

.site-footer .footer-details .footer-details-links p a {
	text-decoration: none;
    color: white;
	
}

/* Content Areas
--------------------------------------------- */

.main-content {
	padding: 0em 0;
	overflow-x: hidden;
}

.main-content-outer {
	    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.main-content-outer .main-content-inner {
	    padding: 0 4%;
}

.default-page-content .main-content-inner > :first-child {
	margin-top: 0px;
}

#breadcrumbs {
margin-bottom: 1.5em;	
color: #282828;
}

.breadcrumbs {
	font-size: 13px;
}

.breadcrumbs a {
	color: #282828;
}

.breadcrumb-separator {
	margin: 0 0.2em;
}


/* WP Blocks
--------------------------------------------- */

.wp-block-columns.has-background {
	position: relative;
	z-index: 1;
}

.wp-block-columns.has-background:after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background: inherit;
    top: 0px;
    left: calc(100%/2);
    transform: translateX(-50%);
    z-index: -1;
	
}


.aligncenter .wp-block-embed__wrapper iframe {
	margin: 0 auto;
    display: block;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Front Page
--------------------------------------------- */

.featured-boxes {
    display: flex;
    margin: 0 -1.5em;
    margin-top: -4em;
    z-index: 1;
    position: relative;
}

.featured-boxes .featured-box {
	padding: 0em 1.5em;
}

.featured-boxes .featured-box .featured-box-inner {
	    background: white;
    padding: 5%;
	height: 100%;
	position: relative;
	padding-bottom: calc(5% + 2.2em);
	line-height: 1.25;
}

.featured-boxes .featured-box .featured-box-inner .featurebox-img-outer {
	position: relative;
}

.featured-boxes .featured-box .featured-box-inner .featurebox-img-outer .featurebox-img-inner {
	    padding-bottom: 35%;
}

.featured-boxes .featured-box .featured-box-inner .featurebox-img-outer .featurebox-img-inner img {
	    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-boxes .featured-box .featured-box-inner .featurebox-img-outer .featurebox-img-inner img.featurebox-img-yellow {
	filter: grayscale(1);
    mix-blend-mode: multiply;
}


.featured-boxes .featured-box .featured-box-inner h3 {
	/*text-transform: uppercase;*/
	margin-bottom: 0.5em;
	
}


.featured-boxes .featured-box .featured-box-inner p {
	margin-top: 0.5em;
    margin-bottom: 1.3em;
}


.featured-boxes .featured-box .featured-box-inner a {
	text-decoration: none;
    color: inherit;
}

.featured-boxes .featured-box .featured-box-inner .meu-button-p {
	margin-bottom: 0em;
    position: absolute;
    bottom: 5%;
    left: 5%;
}



/* Forms
--------------------------------------------- */

.gform_wrapper form .gform_body .gform_fields .gfield input {
	background: var(--wp--preset--color--quaternary);
	border-radius: 4em;
	border: 0px;
	padding-left: 1em;
    padding-right: 1em;
	font-weight: 700;
}

.gform_wrapper form .gform_body .gform_fields .gfield select {
	background: var(--wp--preset--color--quaternary);
	border-radius: 4em;
	border: 0px;
	font-weight: 700;
}


.gform_wrapper form .gform_body .gform_fields .gfield input::placeholder {
	font-weight: 700;
}

.gform_wrapper form .gform_body .gform_fields #field_submit .gform-button {
	color: var(--wp--preset--color--primary);
    text-decoration: none;
    border-radius: 4em;
    font-weight: 700;
    background: black;
}






/* News Page
--------------------------------------------- */

.meu-search-options {
	 margin: 1.5em 0 2.5em 0;
}

.meu-search-options form {
	display: flex;
	margin: 0 -0.75em;
}

.meu-search-options form .meu-search-options-search {
	flex: 0 1 50%;
	position: relative;
}

.meu-search-options form .meu-search-options-filter {
	flex: 0 1 25%;
}

.meu-search-options form .meu-search-options-filter .select-holder {
	width: 100%;
	display: block;
	padding: 0 0.75em;
}

	.meu-search-options-search {
		padding: 0 0.75em;
	}
	
	.meu-search-options-search form {
			position: relative;
	}

	.meu-search-options-search form {
			position: relative;
	}

	.meu-search-options-search .search-form-input {
		width: 100%;
		background: #DEDEDE;
		border-radius: 3em;
		padding: 0.75em 1em;
		padding-left: 1.2em;
		border: 0px;
		font-size: 15px;
		color: black;
		height: 3em;
	}

	.meu-search-options-search .search-form-input::placeholder {
		font-weight: 700;
	}

	.meu-search-options-search .search-button-icon {
		position: absolute;
		top: 0px;
		right: 1.5em;
		height: 100%;
	}

	.meu-search-options-search .search-button-icon .searchicon {
		opacity: 0;
		cursor: pointer;
	}

	.meu-search-options-search .search-button-icon .dashicons {
		color: var(--wp--preset--color--secondary);
		position: absolute;
		top: 50%;
		right: 0.7em;
		font-size: 1.5em;
		transform: translateY(-50%);
		pointer-events: none;
		cursor: pointer;
	}


	.meu-search-options-filter .meu-filter-select {
	padding: 0.5em 1em;
    height: 3em;
    border: 0px;
    border-radius: 3em;
    background: #DEDEDE;
	font-weight: 700;
	font-size: 15px;
	width: 100%;
	}

	.meu-search-options-filter .meu-filter-select::placeholder {
		color: #666;
	}

	.meu-search-options-filter .meu-filter-select option {
		color: black;
		font-size: 15px;
	}

	.blog .news-page-title {
		
	}

	.news-panel {
		align-items: center;
		margin-bottom: 0.5em;
	}

.news-panel .news-title h3 {
	margin: 0px;
}

.news-bottom-pagination {
	text-align: center;
	font-weight: 700;
}

.news-panel .news-pagination {
	text-align: right;
	font-weight: 700;
}

.page-numbers {
	padding: 0;
    text-align: right;
    list-style: none;
	margin: 0px;
	display: inline-block;
}
.page-numbers li {
	display: inline-block;
    width: 1.2em;
    height: 1.25em;
    line-height: 1.25em;
    font-weight: 600;
	margin:0;
	text-align: center;
}

.page-numbers.current {
	color: var(--wp--preset--color--primary);
}

.page-numbers a {
	color: black;
}

.page-numbers li span, .page-numbers li a {
	text-decoration: none;
}
.page-numbers li .next, .page-numbers li .prev  {
	display: block;
	position: relative;
	color: transparent;
	margin: 0px;
}

.page-numbers li .next:after, .page-numbers li .prev:after {
	content: "";
    border-right: 0.2em solid black;
    border-bottom: 0.2em solid black;
    display: block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 0.6em;
    height: 0.6em;
    font-size: 0.9em;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(-45deg);
	z-index:2;
	pointer-events: none;
	cursor: pointer;
}

.page-numbers li .prev:after {
	transform: translate(-50%, -50%) rotate(135deg);
	left: 60%;
}

	

.news-posts {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.25em;
}

.news-posts .news-post .news-post-outer {
	padding: 1.25em;
	height: 100%;
}

.news-posts .news-post .news-post-inner {
	background: white;
	height: 100%;
}

.news-posts .news-post .news-post-inner .news-post-image {
	padding-bottom: 45%;
	position: relative;
}

.news-posts .news-post .news-post-inner .news-post-image img {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-posts .news-post .news-post-inner .news-post-content {
	padding: 6%;
	padding-bottom: 6%;
}

.news-posts .news-post .news-post-inner .news-post-content .district-location {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 15px;
}

.news-posts .news-post .news-post-inner .news-post-content .district-location a {
	color: var(--wp--preset--color--primary);
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}

.news-posts .news-post .news-post-inner .news-post-content .district-category {
    margin-top: 2em;
    margin-bottom: 0;
    font-size: 14px;
	    display: flex;
    justify-content: space-between;
}

.news-posts .news-post .news-post-inner .news-post-content .district-category .news-post-date {
	    margin-left: 1em;
    font-style: italic;
}

.news-posts .news-post .news-post-inner .news-post-content .district-category a {
	color: var(--wp--preset--color--tertiary);
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}

.news-posts .news-post .news-post-inner .news-post-content h3 {
	margin: 0px;
}

.news-posts .news-post .news-post-inner .news-post-content h3 a {
	color: black;
	text-decoration: none;
}

.no-news-found {
	
}

.no-news-found a {
	color: black;
}

.back-to-news {
	margin-top: 2em;
	margin-bottom: 0px;
}

.policy_research-template-default .back-to-news {
	display: none;
}


/*  Banners  */

.generic-banner {
	position: relative;
	padding: 3em 0;
}

.generic-banner .generic-banner-inner {
	z-index: 1;
    position: relative;
}

.generic-banner .generic-banner-inner h1 {
	margin: 0px;
	font-size: 4em;
	text-transform: uppercase;
	color: white;
	line-height: 1em;
}

.generic-banner img {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
	z-index: -1;
}

.page-banner-image {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
	z-index: 0;
}

.image-darken {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.image-yellow-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--wp--preset--color--primary);
}

.image-lighten {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 40%);
}

/* news banner */

.news-banner .main-content-outer .main-content-inner {
	padding-top: 4%;
}

.news-banner .news-banner-inner .news-banner-image {
	position: relative;
	padding-bottom: 36%;
}

.news-yellow {
	background: var(--wp--preset--color--primary);
}

.news-banner .news-banner-inner .news-banner-image img {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
	z-index: 0;
}

.image-bnw {
	filter: grayscale(1);
}

.image-yellow {
	filter: grayscale(1);
    mix-blend-mode: multiply;
}

.news-banner .news-banner-inner .news-banner-image:before {
	content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background: white;
    z-index: -2;
    bottom: 50%;
    left: calc(100%/2);
    transform: translateX(-50%);
}

.news-banner .news-banner-inner .news-banner-image:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 50%;
    background: #efefef40;
    background: linear-gradient(0deg, #efefefd1, #efefef96, transparent);
    z-index: 0;
    bottom: 0;
    left: calc(100%/2);
    transform: translateX(-50%);
}

.news-banner .news-banner-inner .news-banner-content {
    position: relative;
    max-width: 800px;
    padding: 0 3%;
	margin-top: -3.5em;
}

.news-banner .news-banner-inner .news-banner-content .district-location {
	margin-top: 0px;
    margin-bottom: 0;
    position: absolute;
    top: -0.5em;
    transform: translateY(-100%);
}

.news-banner .news-banner-inner .news-banner-content .district-location a {
	color: black;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}

.news-banner .news-banner-inner .news-banner-content h1 {
	font-size: 3em;
    margin: 0px;
    line-height: 1.1em;
}

.news-date {
	font-style: italic;
    margin-top: 0em;
    font-size: 14px;
	text-align: right;
}

.news-share {
	margin-top: 0em;
    display: flex;
    justify-content: space-between;
}

.news-share .breadcrumbs {
	
}

.news-share .share-info {
	font-weight: bold;
}


.news-share p {
	margin: 0;
	margin-bottom: 0.2em;
}

.news-share .addtoany_list a{
	padding-right: 0px;
    padding-left: 0.5em;
}

.addtoany_shortcode a span {
	width: 1em !important;
    line-height: 1em !important;
    height: 1em !important;
    background-size: 1em !important;
    padding: 0.1em !important;
    font-size: 2em !important;
    border-radius: 3em !important;
}

/* Search Page
--------------------------------------------- */
.search-result {
	
}

.search-result h3 {
	margin-bottom: 0;
}

.search-result h3 a {
	color: black;
}

.search-result-type {
	font-weight: 400;
	font-style: italic;
	    font-size: 0.9em;
}

.search-result-content {
	    display: flex;
    justify-content: space-between;
    margin-top: 0.5em;
}

.search-result p {
	margin-top: 0;
}

.search-result .meu-button-p {
	text-align: right;
	margin-left: 1em;
}


/* Join Page
--------------------------------------------- */

.page-id-179 {
	background: var(--wp--preset--color--secondary);
}

.page-id-179 #page {
	background: none;
}

.page-id-179 .header-search, .page-id-179 .header-join, .page-id-179 .menu-pullout, .page-id-179 .meu-change-district {
	display: none;
}

.page-id-179 .main-header {
	justify-content: center;
}

.join-form {
	max-width: 700px;
    margin: 0 auto;
}

.join-form .join-form-inner {
	background: var(--wp--preset--color--tertiary);
	    display: flex;
}

.join-form .join-form-inner .join-form-left {
	    flex: 1 1 80%;
	padding: 1.5em 8%;
}

.join-form .join-form-inner .join-form-left h1 {
    color: var(--wp--preset--color--primary);
    text-transform: uppercase;
    margin: 0;
    margin-left: -21%;
    max-width: 250px;
    font-size: 2.5em;
    line-height: 1.2em;
}

.join-form .join-form-inner .join-form-left h2 {
	    color: white;
    text-transform: uppercase;
    max-width: 285px;
	margin: 1.5em 0;
}

.join-form .join-form-inner .join-form-left .join-form-title {
	color: var(--wp--preset--color--primary);
    text-transform: uppercase;
	margin: 0px;
	font-weight: 700;
	    margin-bottom: 1em;
}

.join-form .join-form-inner .join-form-right {
	    flex: 1 1 20%;
		position: relative;
    background: var(--wp--preset--color--primary);
}


.join-form .join-form-inner .join-form-right img {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
	z-index: 0;
}

.join-form-progress-bar {
	
}

.join-form-progress-bar span {
	color: #A6A6A6;
	font-size: 2em;
    font-weight: 700;
    margin-right: 0.5em;
}

#gform_2 {
	background: none;
	padding: 0px;
}

.join-form-progress-bar .join-form-progress-bar-activepage {
	color: var(--wp--preset--color--primary);
}

.join-form .join-form-inner .join-form-left .gform_page_footer {
	display: flex;
    justify-content: space-between;
}

#gform_page_2_1 .gform_page_footer {
	display: block;
    text-align: right;
}

.join-form .join-form-inner .join-form-left .gform_next_button, .join-form .join-form-inner .join-form-left .gform_previous_button.button, #gform_submit_button_2 {
	background: var(--wp--preset--color--primary);
	border-radius: 4em;
    font-weight: 500;
	border: 0px;
	text-transform: uppercase;
	color: black;
	cursor: pointer;
	padding: 0.5em 0.9em;
	text-transform: capitalize;
	line-height: 1.35em;
}

.join-form .join-form-inner .join-form-left .join-form-title {
    display: block;
    margin-bottom: 0;
}


#field_2_5 .gfield_label {
	color: #A6A6A6;
}

#field_2_5 .gfield_required {
	display: none;
}

#gform_2_validation_container {
	background: none;
    border: 0px;
    border-left: 2px solid #c02b0a;
    border-radius: 0px;
}

#gform_2_validation_container h2 {
	text-transform: none;
}

#gform_2 .validation_message {
	background: none;
    border: 0px;
    border-left: 2px solid #c02b0a;
    border-radius: 0px;
    padding: 0.2em 1em;
	line-height: 1em;
}

#gform_wrapper_2 .gfield {
	/*line-height: 0em;*/
}

#gform_wrapper_2 .gfield_label {
	color: var(--wp--preset--color--primary);
    font-weight: 400;
    font-size: 15px;
	/*opacity: 0;
	transform: translatey(25%);
	transition: 0.3s ease;
	max-height: 0px;*/
}

#gform_wrapper_2 .labelpreshow .gfield_label  {
	/*max-height: unset;
	opacity: 1;
	line-height: 1em;*/
}

.gform_required_legend {
	display: none;
}

.joinform-statement {
	font-size: 12px;
    color: #a5a5a5;
}


#gform_wrapper_2 .gfield_checkbox .gform-field-label {
	color: white;
	margin-left: 0.5em;
}


/* jQuery UI */
.ui-menu.ui-widget {
	border: 1.5px solid var(--wp--preset--color--tertiary);
	border-top: 0px;
    padding: 0em 0.6em;
    color: black;
    font-weight: 400;
	background: var(--wp--preset--color--quaternary);
	list-style: none;
	margin: 0px;
	max-width:448px !important;
}

.ui-menu.ui-widget .ui-menu-item {
	color: black;
    font-weight: 700;
	border-bottom: 1px solid #d5d5d5;
	border-left: 2px solid var(--wp--preset--color--quaternary);
	margin: 0;
	padding: 0.4em 0;
	padding-left: 0.4em;
	cursor: pointer;
	transition: border ease 0.2s;
}

.ui-menu.ui-widget .ui-menu-item:hover {
	border-left: 2px solid var(--wp--preset--color--primary);
}

.ui-menu.ui-widget .ui-menu-item:last-child{
	border-bottom: 0px;
}




/* Campaign
--------------------------------------------- */

.single-campaign .site-header {
	   padding-top: 0.5em;
		padding-bottom: 0.5em;
}

.generic-banner.campaign-banner {
	padding: 25vh 0;
}

.generic-banner.campaign-banner-generic {
	padding: 25vh 0;
}

.generic-banner.campaign-banner-generic .campaign-title {
	display: none;
}



.campaign-title {
	text-align: center;
    padding: 0.2em 0;
}

.campaign-has-background:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background: inherit;
    top: 0px;
    left: calc(100%/2);
    transform: translateX(-50%);
    z-index: -1;
	
}


.page-template-campaigntemplate .news-banner .news-banner-inner .news-banner-image:before {
	content: none;
}

.page-template-campaigntemplate .news-banner .main-content-outer .main-content-inner {
    padding-top: 0%;
}

.page-template-campaigntemplate .news-banner .news-banner-inner .news-banner-image img {
	left: calc(100%/2);
    transform: translateX(-50%);
	max-width: unset;
	width: 100vw;
}

.page-template-campaigntemplate .image-lighten, .page-template-campaigntemplate .image-yellow-bg {
	left: calc(100%/2);
    transform: translateX(-50%);
	max-width: unset;
	width: 100vw;
}

.page-template-campaigntemplate .news-banner .news-banner-inner .news-banner-content {
    padding: 0;

}

.page-template-campaigntemplate .news-banner .news-banner-inner .news-banner-image {
    padding-bottom: 28%;
    background: none;
}












/* 
--------------------------------------------- */
/* Mobile
--------------------------------------------- */
/*
--------------------------------------------- */
@media only screen and (max-width: 1200px) {

	
}



@media only screen and (max-width: 1200px) {
.show-l {
	display: block;
}

	.hide-l {
		display: none;
	}
	
	
	
/* Menu container*/
	
.main-header .header-join {
    flex: 0 1 130px;
}
	
.main-header .header-join .meu-button-p {
	margin-right: 0.75em;
}
	
/* Menu - pullout */
	
.menu-pullout-mask {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: var(--wp--preset--color--secondary);
		z-index: 2;
		display: block;
	}
	
	.menu-pullout {
		display: block;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		min-height: 100vh;
		background: #232323;
		transform: translateY(-101%);
		transition: transform .5s ease;
		z-index: 1;
		padding: 2% 10%;
		box-shadow: 1px 1px 7px 0 #00000045;
	}
	
	.menu-pullout-active {
		transform: translateY(0%);
	}	
	
	
	.meu-socials-top.meu-socials-pullout {
		text-align: center;
		position: relative;
		left: unset;
		height: auto;
		top: unset;
		width: 100%;
		font-size: 0.85em;
	}
	
	.meu-socials-top.meu-socials-pullout p {
		margin: 0 0.35em;
	}
	

	/* Hamburger */
.menu-center {
    position: relative;
    width: 2.3em;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid var(--wp--preset--color--primary);
    border-radius: 100%;
    height: 2.3em;
    padding: 0.5em;
}	

	.menu-center:before,
	.menu-center:after,
	.menu-center div {
	background: var(--wp--preset--color--primary);
    content: "";
    display: block;
    height: 2px;
    border-radius: 0px;
    margin: 3px 0;
    margin-top: 2px;
    transition: 0.5s;
	}
	.menu-center.menu-center-active:before {
	  transform: translateY(5px) rotate(135deg);
	}
	.menu-center.menu-center-active:after {
	  transform: translateY(-5px) rotate(-135deg);
	}
	.menu-center.menu-center-active div {
	  transform: scale(0);
	}
	
	.menu-center:hover {
		background: var(--wp--preset--color--primary);
	}
	
	.menu-center:hover::before, .menu-center:hover::after, .menu-center:hover div  {
		background: black;
	}
	
	
	.menu-pullout .menu-center {
		margin: 0 auto;
    	display: block;
    	margin-top: 3em;
	}
	
	
	.single-campaign .menu-center {
		z-index: 5;
		margin: 0 auto;
		display: block;
	}
	
	
	/* menu */
	.main-menu .menu {
		flex-wrap: wrap;
		font-size: 18px;
	}
	
	.main-menu .menu .menu-item {
		flex: 1 1 100%;
		padding-right: 0px;
		padding-left: 0px;
		
	}
	
	.main-menu .menu .menu-item .sub-menu {
		position: relative;
		top: unset;
		left: unset;
		display: none;
		background: none;
		width: 100%;
		font-size: 17px;
	}

	
	.main-menu .menu .menu-item .sub-menu li {
		margin-bottom: 0px;
	}
	
	.main-menu .menu .menu-item.menu-item-has-children:hover > .sub-menu {
    	display: block;
		border: 0px;
		    margin-top: 0.5em;
    padding-left: 1.5em;
    border-left: 1px solid #454545;
	}
	
	.main-menu .menu .menu-item .sub-menu .menu-item .sub-menu {
		left: unset;
		top: unset;
	}
	
	.main-menu .menu .menu-item.menu-item-has-children::before, .main-menu .menu .menu-item.menu-item-has-children:hover::before {
		top: 0.831em;
	}
	
	.main-menu .menu .menu-item:hover > a {
		color: white;
	}
	
	.main-menu .menu .menu-item a:hover {
		color: var(--wp--preset--color--primary);
	}
	
	.site-header .menu-pullout .header-search {
		padding: 1.5em 0em;
	}
	
	.site-header .menu-pullout .header-search .search-form-input {
		background: #454545;
	}
	
	
	/* News */
	
	.meu-search-options form .meu-search-options-search, .meu-search-options form .meu-search-options-filter {
		flex: 0 1 33.33%;
	}

	.news-share {
		margin-top: 1em;
	}
	
	
	
}


@media only screen and (max-width: 768px) {
 .show-t {
	display: block;
}
	
	.hide-t {
		display: none;
	}
	
	.flex-t-1 {
	flex: 0 0 100%;
}

.flex-t-2 {
	flex: 0 0 50%;
}

.flex-t-3 {
	flex: 0 0 33.33%;
}

.flex-t-4 {
	flex: 0 0 25%;
}
	
	
	/* header */
	
	.main-header {
		padding-top: 3em;
	}
	
	.main-header .header-logo a img {
		max-width: 160px;
	}
	
	.main-header .header-search {
		width: 100%;
	}
	
	.main-header .header-search .search-form-input {
		padding: 0.7em 1em;
	}
	
	.main-header .header-join {
		flex: 1 0 130px;
	}
	
	.main-header .header-join .meu-button-p {
		margin-right: 0.5em;
	}
	
	/* Carousel */
	
	.carousel-slides .carousel-slide h2 {
		font-size: 4em;
	}
	
	/* Header */	
	.generic-banner .generic-banner-inner h1 {
		font-size: 3em;
	}
	
	/* News */
	
	.meu-search-options form {
		flex-wrap: wrap;
		margin: 0 -0.25em;
	}
	
	.meu-search-options form .meu-search-options-search {
		flex: 0 1 100%;
		margin-bottom: 0.5em;
		padding: 0 0.25em;
	}
	.meu-search-options form .meu-search-options-filter {
		flex: 0 1 50%;
	}
	.meu-search-options form .meu-search-options-filter .select-holder {
		padding: 0 0.25em;
	}
	
	.meu-search-options-search .search-button-icon .dashicons {
		right: 0em;
	}
	
	.news-date {
		margin-top: 2em;
	}
	
	/* Join */
	.join-form .join-form-inner .join-form-left h1 {
		margin-left: 0px;
	}
	
	/* campaign */
	
	.generic-banner.campaign-banner {
		padding: 20vh 0;
	}
	
}

@media only screen and (max-width: 650px) {
	
	.flex-lm-1 {
		flex: 0 0 100%;
	}

	.flex-lm-2 {
		flex: 0 0 50%;
	}

	.flex-lm-3 {
		flex: 0 0 33.33%;
	}

	.flex-lm-4 {
		flex: 0 0 25%;
	}
	
	
	/* Homepage */
	
	.featured-boxes {
		flex-wrap: wrap;
		margin-top: 1.5em;
	}
	
	.featured-boxes .featured-box {
		margin-bottom: 2.5em;
	}
	
	.featured-boxes .featured-box .featured-box-inner {
		padding: 3%;
		padding-bottom: 6%;	
	}
	
	.featured-boxes .featured-box .featured-box-inner .featurebox-img-outer .featurebox-img-inner {
		padding-bottom: 30%;
	}
	
	.featured-boxes .featured-box .featured-box-inner h3 {
		margin-top: 0.75em;
	}
	
	.featured-boxes .featured-box .featurebox-text {
		display: none;
	}
	
	.featured-boxes .featured-box .featured-box-inner .meu-button-p {
    bottom: 0;
    transform: translateY(50%);
}
	
	
}


@media only screen and (max-width: 500px) {
	
	
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.35em;
}
h3 {
	font-size: 1.213em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.05em;
}
	
ul, ol {
    margin: 0 0 1.5em 0em;
}	
	
	.show-m {
		display: block;
	}
	
	.hide-m {
		display: none;
	}
	
	.main-header .header-search {
		display: none;
	}
	
.flex-m-1 {
	flex: 0 0 100%;
}

.flex-m-2 {
	flex: 0 0 50%;
}

.flex-m-3 {
	flex: 0 0 33.33%;
}

.flex-m-4 {
	flex: 0 0 25%;
}
	
	
.meu-button, .meu-button-p a, .meu-button-alt, .meu-button-alt-p a {
    padding: 0.3em 0.7em;
	font-size: 15px;
}
	
	
/* Menu */	
.main-header .header-logo a img {
    max-width: 140px;
}

	.main-header {
    padding-top: 2em;
}
	
.site-header {
    padding-bottom: 0.5em;
}
	
	
	/* Footer */
	
	.site-footer {
		padding: 1em 0;
	}
	
.site-footer .footer-logo {
    display: block;
    text-align: center;
	margin-bottom: 1em;
}
	
	.site-footer .footer-details {
		flex-wrap: wrap;
		    text-align: center;
	}
	
	.site-footer .footer-details .footer-details-autho {
		order: 2;
		flex: 1 1 100%;
	}
	
	.site-footer .footer-details .footer-details-links {
		order: 1;
			flex: 1 1 100%;
	}
	
	.site-footer .footer-details .footer-details-links p {
		font-size: 20px;
		margin: 0 0.2em;
	}
	
/* Carousel */
	
	
	.carousel-slides .carousel-slide {
		padding: 5em 0 2em 0;
	}
	
	.carousel-slides .carousel-slide h2 {
		font-size: 2.5em;
	}
	
	.carousel-slides .carousel-slide .meu-button-p, .carousel-slides .carousel-slide .carousel-text {
		font-size: 1.1em;
	}
	
	.carousel-navs {
		bottom: 1em;
	}
	
	.carousel-navs .carousel-nav {
		font-size: 1.5em;
	}
	
/* Header */	
.generic-banner .generic-banner-inner h1 {
    font-size: 2.5em;
}
	
	/* Search results */
	
	.search-result-content {
		justify-content: left;
		flex-wrap: wrap;
	}
	
	.search-result .meu-button-p {
		text-align: left;
		margin-left: 0em;
	}
	
	/* FORM */
	
	.join-form .join-form-inner .join-form-left .gform_next_button, .join-form .join-form-inner .join-form-left .gform_previous_button.button, #gform_submit_button_2 {
		 padding: 0.3em 0.7em;
		line-height: 1.35em !important;
    	min-height: unset !important;
	}
	
	
	/* News */
	
	.meu-search-options form .meu-search-options-filter {
		flex: 0 1 100%;
		margin-bottom: 0.5em;
	}

	.meu-search-options {
		margin: 1em 0 0.5em 0;
	}
	
	.news-panel {
		flex-wrap: wrap;
		text-align: center;
	}
	
	.news-panel .news-pagination {
		text-align: center;
		margin-top: 0.5em;
	}
	
	.news-banner .news-banner-inner .news-banner-image {
		padding-bottom: 46%;
	}
	
	.news-banner .news-banner-inner .news-banner-content h1 {
		font-size: 2em;
	}
	
	.news-banner .news-banner-inner .news-banner-content {
		margin-top: -2.5em;
	}
	
	.meu-search-options-filter .meu-filter-select, .meu-search-options-search .search-form-input {
		padding: 0.35em 1.5em;
	}
	
	.news-posts .news-post .news-post-outer {
		padding: 0.5em 1.25em;
	}
	
	.news-posts .news-post .news-post-inner .news-post-content {
		padding: 3%;
		padding-bottom: 3%;
	}
	
	.news-posts .news-post .news-post-inner .news-post-image {
		padding-bottom: 36%;
		position: relative;
	}
	
	.news-posts .news-post .news-post-inner .news-post-content .district-category {
		margin-top: 1em;
	}
	
	.meu-search-options form .meu-search-options-search {
		padding: 0;
	}
	
	.meu-search-options form .meu-search-options-filter .select-holder {
		padding: 0;
	}
	
	
	
	/* Join Form */
	
	.join-form .join-form-inner .join-form-left h1 {
		max-width: unset;
	}
	
	.join-form .join-form-inner .join-form-right {
		display: none;
	}
	
	.join-form .join-form-inner .join-form-left {
		flex: 1 1 100%;
		padding: 1em 4%;
	}
	
	.join-form .join-form-inner .join-form-left .join-form-title {
		display: block;
	}
	
	
	/* campaign */
	.generic-banner.campaign-banner {
		padding: 10vh 0;
	}
	
	
}









