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

nradaua 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: rgba(51, 53, 57, 1);
	font-size: 1rem;
	line-height: 1.5;
}

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

article a {
    text-decoration: underline;
}

article h3 {
    border-left: 4px solid #FEE000;
    padding-left: 10px;
}

h3.news, h3.news a {
    font-size: 16px;
    color: rgba(51, 53, 57, 1)!important; 
    text-decoration: none;
    border-left: none;
    font-weight: 400;
}

.border:hover h3.news a {
    color: rgba(60, 92, 146, .9)!important; 
}

p {
	margin-bottom: 1.5em;
}

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: rgba(51, 53, 57, 1);
}

a:visited {
	color: rgba(51, 53, 57, 1);
}

a:hover,
a:focus,
a:active {
	color: rgba(60, 92, 146, .9);
}

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"] {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 30px;
    height: 50px; 
    width: 100%;
}

select {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 30px;
    height: 50px; 
    width: 100%;
}

textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 30px;
    height: 150px;    
}

input[type="submit"] {
    background: #FEE000;
    border: 1px solid #FEE000;
    padding: 25px;
}
.wpcf7 input[type="file"] {
   
    border: 1px solid #FEE000;
    padding: 25px;
}

input[type="submit"]:focus, input[type="submit"]:hover {
    background: #0088DD;
    border: 1px solid #0088DD;
}

label.contactform {
    padding-bottom: 10px;
}

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;
    display: inline-block;
}


/*.menu_sublist li:nth-child(odd) a{
    float: left!important; 
    width: 300px;
    
}
 
.menu_sublist li:nth-child(even) a{
    /*float: right!important; */
   /* clear: right; 
    width: 300px;
    margin-left: 301px;
}*/

.menu_sublist li a {
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}


.menu_sublist li a:hover {
    background: #FEE000; 
    padding-left: 30px;
}


/*.menu_sublist {
   background: #fbfbfb; 
   padding: 15px 25px 30px 25px;
}*/

.menu_sublist li a {
    display: block;
    font-size: 14px!important;
    padding:  8px 20px;
    width: 250px;
     background: #fbfbfb; 
}

.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;
    display: block;
}*/

.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;
    padding: 15px 3px 15px 22px;
    color: rgba(51, 53, 57, 1)!important;
     font-size: 18px;
}

#topmenu li, #press li {
    list-style-type: none;
    display: inline-block;
}

#topmenu ul a  {
    display: inline-block;
    padding: 0 0 0 15px;
    color: rgba(51, 53, 57, 1)!important;
    font-size: 11px;
    text-transform: uppercase;
}

#press ul a {
    display: inline-block;
    padding: 0 0 0 15px;    
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    color: rgba(51, 53, 57, 1);
}


#topmenu ul a:hover {
     color: rgba(60, 92, 146, .9)!important;
}

.main-navigation .menu-item-has-children::before {
    content: "\2039";
    position: absolute;
    bottom: 8px;
    right: 0;
    padding-top: 16px;
    color: rgba(51, 53, 57, 1);
    font-size: 16px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    font-weight: bold;
}

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

.site-main a {   
    color: rgba(51, 53, 57, 1);
}
.site-main a:hover {
    cursor: pointer;
}

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

date {
    color: #9E9E9E;
    line-height: 30px;
    font-size: 14px;
}

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

.branding {
    background: rgba(147, 139, 152, 0.05);
}

.onenews {
    padding-bottom: 20px;
}
.onenews a {
    font-size: 16px;
    color: rgba(51, 53, 57, 1)!important;
    line-height: 18px;
}
.onenews a:hover, .carousel-caption a:hover {
    color: rgba(60, 92, 146, .9)!important;
}

#colophon {
    background: rgba(51, 53, 57, 1);
    color: #9E9E9E;
}

.breadcrumbs {
	width:100%;	
	list-style-type: none;
    padding: 40px 0;
}

.breadcrumbs ul {
   margin:  0 0 0 -40px;
}

.breadcrumbs li {
	display: inline-block;	
}

.breadcrumbs li {
    color: rgba(51, 53, 57, .4)!important; 
    font-size: 16px;    
    font-weight: 400;
    font-weight: normal;
}

.breadcrumbs a {
    color: rgba(60, 92, 146, 1)!important;     
}

.breadcrumbs a, .breadcrumbs a:hover {
    text-decoration: underline;
}
.banerinfo {
    margin-bottom: 8px;
}

.banerinfo .card {
    background: rgba(147, 139, 152, 0.1);
    border: 0px solid rgba(147, 139, 152, 0.1);    
    text-align: center;
    color: #000!important; 
    border-radius: 0;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.banerinfo .card:hover { 
    background: #FEE000;
/*    padding-top: 20px;
    padding-bottom: 20px;*/
}

.banerinfos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.banerinfo .card a {   
    color: #000!important;   
  
}
.banerinfo .card .card-title {
    width: 100%;
    padding: 40px 20px 0 20px;
    text-transform: uppercase;
    font-size: 16px; 
    
}
.banerinfo .card .imag {
    margin-bottom: -40px;
    padding-top: 20px;
}

.banerinfo .card .card-text {
    color: #9E9E9E;
    font-size: 12px;
    text-transform: uppercase;    
    display: block;
    margin-bottom: -10px;
}

.meetingbox {
      margin: 0 0 40px -30px;
}

meetingbox .card .card-title {
    width: 100%;
    padding: 40px 20px 0 20px;
    text-transform: uppercase;
    font-weight: 700;    
}

.meeting .card {
    background: #fff;
    border: 1px solid rgba(147, 139, 152, 0.1);
    padding: 10px 0 5px 10px;    
    color: #000!important; 
    border-radius: 6px;
    text-align: center;
}
.meeting .card .card-title {
    width: 100%;
    padding: 0 20px 0 20px;
    text-transform: uppercase;
    font-weight: 700;
}

  .meeting .card .card-text {
    color: #9E9E9E;
    font-size: 12px;
    text-transform: uppercase;    
    display: block;
    margin-bottom: -10px;
}

 .meeting .card svg {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 1rem;
    top: 1rem;
    z-index: 99;
}

.sectionscroll{
    height: 450px;
    overflow-y:  scroll;  
    padding-right: 20px;
}

.card svg {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 1rem;
    top: 1rem;
    z-index: 99;
}

.newsbutton {
    float: right;
     margin-top: 20px;
}
a.newsbutton  {
    color: rgba(51, 53, 57, 1);
    font-weight: bold;
    display: block;   
}

a.newsbutton:hover {
    color: rgba(60, 92, 146, .9)!important;
}

.site-header {
    margin-top: 15px;
}
.social img {
    margin-right: 15px;
    margin-left: 15px;
}
.press {
    padding-top: 40px;
}

.analitic .card {
    background: rgba(147, 139, 152, 0.05);
    border: 0px solid #fff;
}
.analitic .card a {
    color: #000!important;
}

.analitic .card .card-title {
    width: 100%;
    padding: 0 20px 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

  .analitic .card .card-text {
    color: #9E9E9E;
    font-size: 12px;
    text-transform: uppercase;    
    display: block;
    margin-bottom: -10px;
}
.page-header {
    margin-bottom: 30px;    
}
.borderight {
    padding: 15px;
    vertical-align: middle;   
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

/*.border {  
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.border:hover {
    border-right: 4px solid #FEE000!important;    
}*/
.announce {
    text-decoration: none;
    color: rgba(51, 53, 57, 1);   
       -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        -webkit-transition: all .5s linear;
}
.announce:hover {
    background: #fbfbfb;  
}

.announce:hover a {   
    color: rgba(51, 53, 57, .5)!important; 
}

.sectionscroll::-webkit-scrollbar {
    width: 4px;
}
 
.sectionscroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}
 
.sectionscroll::-webkit-scrollbar-thumb {
  background-color: #FEE000;
}

.container table tr td {
    border: 1px solid #ccc;
    padding: 15px;
}
.container table tr:hover {
    background: #fbfbfb;
}
.menu-verhnye-menyu {
    margin-left: -30px;
}
.owl-carousel .card .card-title {    
    padding: 0;  
    font-size: 18px;
    text-transform: none;
    line-height: 1.2;
    font-weight: 400;
}
.owl-carousel .card-body {
    background: #f9f9f9!important;
    text-align: center;    
}

.owl-carousel .card .card-title:hover {
    color: rgba(60, 92, 146, .9)!important;
}


#colophon, #colophon a {
    font-size: 14px;
    color: #9E9E9E;
    text-decoration: none!important;
}
#colophon a:hover {
    color: #FFDD00;
    text-decoration: none!important;
}

#colophon ul {
    margin-left: -30px;
    list-style-type: none;
}
.tags {
    width: 100%;
    text-align: center;
}

.tags a {
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    border-radius: 2px;
    background:  rgba(147, 139, 152, .1);
}
.html_sitemap {
    list-style-type: none;
}
.tags a:hover {
    background: #FEE000;
}
.l-nav a {
    display: block;
    padding : 10px 20px; 
    background: #fbfbfb;
    margin-bottom: 4px;
    color: #212529;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    text-decoration: none;
}

.l-nav a:hover {    
     background: #FEE000;
     padding-left: 45px;
}


#searchform input[type="text"] {
    width: 100%;
    height: 60px;
}
#searchform input[type="submit"] {
    background: #FEE000;
    color: #000;
    border: 1px solid #FEE000;
    padding: 10px 20px;
}

#searchform input[type="submit"]:hover {
    background: #efd300;
    color: #000;
    border: 1px solid #efd300;
    padding: 10px 20px;
}

.lalign {
    padding: 0!important;
    
}
.lalign img {
    margin-left: 0;
}

/*pagination*/

.nav-links a {
    background: #f7f7f7;
    padding: 10px 15px;
    color: #727275;
    border-radius: 2px;
    text-decoration:none;
}

.nav-links span {
    padding: 10px 15px;
    color: #000;
    border-radius: 2px;
}

.page-numbers.current {
    background: #FEE000;
    
}
/*pagination*/
.text-center {
    text-align: center!important;
}

#share {
    position: fixed;
}
#share .social a {
    border: 1px solid #ccc;
    padding: 25px 20px;
    text-align: center;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 5px; 
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

#share .social a:hover {
    cursor: pointer;
}
#share .social a.facebook:hover {
    background: #3b579d;
    color: #fff;
    border: 1px solid #3b579d;
}

#share .social a.twitter1:hover {
    background: #41abe1;
    color: #fff;
    border: 1px solid #41abe1;
}
.zasidannia .meeting .card:hover {
    background: #FEE000;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.is-style-stripes table {
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
}

.is-style-stripes table:hover {
    padding-left: 25px;
}

.is-style-stripes table a, .servicestab a  {
    border: 1px solid #FEE000;
    font-size: 11px;
    background: #FEE000;
    color: #000;
    padding: 5px 10px;
    margin: 5px 0;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
}

.is-style-stripes table a:hover, .servicestab a {
    border: 1px solid #efd300;
    font-size: 11px;
    background: #efd300;
    color: #000;
    padding: 5px 10px;
    margin: 5px 0;
    border-radius: 4px;
}


.tribe-events .tribe-events-c-search__button {
    background-color: #FEE000;
    color: #000;
}

.tribe-events .tribe-events-c-search__button:hover {
    background-color: #0088DD;
    color: #fff;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {   
    border: 1px solid  #0088DD;
    text-align: center;
    color:  #0088DD;
    padding: 11px 20px;
    width: 100%;
}

.tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:hover {
    background-color:  #0088DD!important;
    color: #fff!important;
}

.textright {
    text-align: right!important;
}

.borderst tr  {
    Border-bottom: 1px solid #ccc;
}

.borderst tr td {
    padding: 10px;
}

.cat-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;   
}

.cat-block .name-post {
    padding: 15px 15px 15px 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
}
.cat-block .name-post:hover {
    padding: 15px 15px 15px 30px;
    width: 100%;
    background: #fbfbfb;
    border-bottom: 1px solid #ccc;
}
.wp-block-quote {
    overflow-wrap: break-word;
    border-left: 4px solid #FEE000;
    padding: 0 50px 0 20px;
    font-style: italic;
    font-weight: 600;
}

.similar_title {
    font-size: 16px;   
    display: block;
    margin: 10px 0;
}

.similar_title a:hover {
  color: rgba(60, 92, 146, .9);   
}

.searchcollapse svg {
    padding: 10px;
    transition: all .8s ease; 
    width: 35px;
    height: auto;
    border-radius: 4px;
}
.searchcollapse svg:hover  {  
    padding: 10px;
    background: #FEE000;
    transform: scale(1.3);
    border-radius: 4px;
}

.singledate {
    background: #FEE000;
    padding: 0 10px;
    color: #000;
    font-weight: bold;
    margin: 15px 0 0 0;
    display: inline-block;
}

.parenttitle {
    border-bottom: 3px solid #FEE000;
    padding: 0 0 15px 0;
    width: 100%;    
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.parent_repeater .row {
    padding: 10px 0;
}

.child_repeater .row:nth-child(even) {
    background: #f5f5f5;  
}
.child_repeater .row a.fileintro {
    display: inline-block;
    text-align: center;
    background: #FEE000;
    text-decoration: none;
    padding: 5px 10px;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}
.child_repeater .row a.fileintro:hover {
    background: #0088DD;
    color: #fff;
}

.menu-prestsentr-container {
    margin-top: 30px;
    margin-left: -50px;
}

.government {
    cursor: pointer;
}

#exampleModal .modal-content {
    background: #fff;
    color: rgba(51, 53, 57, 1)!important;
    border: 0px solid transparent;
    padding: 30px;
}
#exampleModal .modal-content a {
    color: rgba(51, 53, 57, 1)!important;
}
#exampleModal .modal-content a:hover {
    color: #0088DD!important;
}

#exampleModal .modal-content p {
    margin-bottom: 3px;
}
.modal-header {
   border-bottom: 0px solid #dee2e6!important;
}

.modal-header h5.modal-title {
    font-size: 24px!important;
    text-align: center!important;        
}
.well {
    margin: auto;
    text-align: center;
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    z-index: 90;
    position: relative;
}
.white_text {
    color: #fff!important;
    font-size: 14px;
    text-transform: uppercase;
    display: block;    
}
h1.white_title {
    color: #fff!important;
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
    margin: 20px auto;
}
/*
.html_sitemap ul li{margin-left:25px; line-height:1.3; margin-bottom:5px; list-style-type:circle; }
.html_sitemap li ul{margin:10px 0 20px 10px}
.html_sitemap li a{font-weight:bold;}
.html_sitemap li ul a{font-weight:normal;}
.html_sitemap li a:hover{color:#0089DE; text-decoration: underline;}
/*

/*logo*/
.header__logo img,.header__logo svg {
    display:block;
    width:auto;
    height:4.75rem;
    width:15.625rem;
    overflow:visible;
    transition-duration:.3s;
    transition-property:height,width
}

@media (max-width:550px){
    .header__logo img,.header__logo svg {
        height:2.1875rem;
    }
    .header__logo img.logo-main,.header__logo svg.logo-main{display:none}
    .header__logo img.logo-small,.header__logo svg.logo-small{display:block;width:2rem}}
    .header__logo .circle-line{
    transition-property:transform;
    transform-origin:50% 50%;
    transition-duration:.9s;
    transform:translateZ(0) rotate(0);
}
.header__logo .circle-line-1 {
    transition-delay:.2s;
}
.header__logo .circle-line-2 {
    transform-origin:52% 52%;
    transition-delay:.15s;
}
.header__logo .circle-line-3{
    transform-origin:54% 51%;
    transition-delay:.1s;
}
.header__logo .circle-line-4{
    transform-origin:58% 51%;
    transition-delay:.05s;
}
.header__logo .circle-line-5{
    transform-origin:55% 51%;
}
.header__logo:hover .circle-line{
    transform:translateZ(0) rotate(360deg);
}
.header__menu>li>a,.header__right{
    transition-duration:.3s;
    transition-timing-function:ease-in-out;
}
.header__right{
    transition-property:margin;
    position:relative;
}


.logofoot svg
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    
}
.logofoot svg:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: url(desaturate.svg#greyscale);
    filter: none;
    -webkit-filter: grayscale(0);
}
/* /logo*/
.card_box {
    max-height: 250px;
    overflow: hidden;
}

.card-img-top {
    height: 250px;
}

.card-img-zvit {
    width: 100%;
    height: 200px;
}



.btn-primary {
    font-size: 18px;
    font-weight: 700;
  color: #1d1d1b!important;
  background-color: #FEE000!important;
  border-color: #FEE000!important;
  width: 70%;  
  transition-duration:.3s;
  transition-property:height,width;
    margin: auto;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff!important;
  background-color: #0b5ed7!important;
  border-color: #0a58ca!important;
  width: 100%;  
}

.oneannounce {
    background: rgba(147, 139, 152, 0.1);
    padding: 10px 30px;
    border-radius: 4px;
    margin-bottom: 10px;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.oneannounce:hover {
    background: #FEE000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.oneannounce:hover a {
    color: #000;
}

.imgcat:before {
    background: rgba(12,77,158,.75);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.media__background {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    min-height: 200px;
    max-height: 500px;
    margin-bottom: 15px;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    
}
.media__block:hover .media__background
{ 
    filter: brightness(0.7);
    cursor: pointer;
      -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 88;
    position: relative;
    border-radius: 4px;
}

.media__block:hover .media__detector {
    -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 88;
    bottom: 20px;
    right: 20px;
}

.media__title {
    display: none;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.media__detector {
    position: absolute;
    bottom: 10px;
    right: 10px;
}



.media__block {
    position: relative;
    text-align: center;
}

.media__block:hover .media__title {
    display: block;
    background: rgba(51, 53, 57, 0.8);
    padding: 20px;
    border-radius: 4px;
    color: #fff!important;
    position: absolute;
    margin: auto 30px;
    bottom: 20px;
    left: 0;
    z-index: 99;    
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.32);
    transform: scale(1.3);
}
.wp-block-file .wp-block-file__embed {
    display:block!important;
}

.card-title a, .onenews a, .nameslide a  {
    text-decoration: none;
}


.card:hover a {
    color: rgba(60, 92, 146, .9); 
}

 .onenews a:hover, .nameslide a:hover  {
   color: rgba(60, 92, 146, .9);   
   text-decoration: none;    
}

.photo__gallery {
    background: #4E5157;
    border-radius: 4px;
}
.photo__gallery h1 {
    color: #fff;
}
.filedownload {
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
      color: #1d1d1b!important;
      background-color: #FEE000!important;
      border-color: #FEE000!important;
      transition-duration:.3s;
      transition-property:height,width;
    text-decoration: none!important;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.description {
    text-transform: uppercase;
    font-size: 0.8rem;
    padding-top: 20px;    
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul ul.mega-sub-menu ul {    
    margin-top: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on  ul ul.mega-sub-menu li li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul ul.mega-sub-menu li li li:hover {
    color: #1d1d1b!important;
      background-color: #FEE000!important;
      border-color: #FEE000!important;
      transition-duration:.3s;
      transition-property:height,width;
    text-decoration: none!important;
}
.infopole {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
}
.infopole a {
     background: transparent;
     padding: 10px 0 0 0;
}
.infopole a:hover {
    background: transparent;
    padding: 10px 0 0 0;
}
.membersthumbnail {    
    text-align: center;
}
.membersthumbnail img {   
    border-radius: 20px;
}

.memberspermalink {
    padding: 15px 0;
    font-style: italic;
    text-align: center;
}

#myTab {
        display: flex!important;
    }

.nav-tabs .nav-link {
    text-decoration: none!important;
}

.nav-tabs .nav-link:hover {
    border-color: transparent!important;
    background: #fbfbfb;
    color: #1d1d1b!important;
}

.nav-tabs .nav-link.active {
      color: #1d1d1b!important;
      background-color: #FEE000!important;
      border-color: #FEE000!important;
      transition-duration:.3s;
      transition-property:height,width;
    text-decoration: none!important;
}

.imgborder, .wp-block-image img {
    border-radius: 8px!important;
}
/*
.wp-block-file a {
    text-decoration: underline;
}
*/
img {
    border-radius: 4px;
}
.lSSlideOuter img {
    width: 100%;
    height: 100%;
}
.map__menu ul {
    list-style-type: none;
    margin-left: 0px;
}
.map__menu ul a {
  font-weight: bold;  
    display: block;
    margin-top: 15px;
}
.map__menu ul ul a {
  font-weight: normal;  
     display: block;
    margin-top: 5px;   
}
.map__menu ul a:hover {
    color: rgba(60, 92, 146, .9)!important;
}
.map__menu #pressmap  {
    margin-left: 60px;   
}

/* calendar */
.tribe-events-list .tribe-events-loop .tribe-event-featured {
    background: #fff;
    color: #333539!important; 
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
    color: #333539!important; 
}
#tribe-events .tribe-events-button {
    background: #FFDD00;
    color: #333539; 
}
#tribe-events .tribe-events-button:hover {
    background:  #333539;
    color: #fff; 
}

#tribe-events-content .wp-block-button a {
    color: #fff!important; 
}


.tribe-bar-filters, .tribe-bar-views-inner {
    background: #fff; }
.tribe-clearfix:after {
     background: #fff; 
    border-bottom: 0px solid #fff;
}

#tribe-bar-views .tribe-bar-views-list {
    background: #fff;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    border-radius: 4px;
    background: #FFDD00;
    color: #333539; 
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-]  {
    background-color: #fff!important;
    color: #ccc;
}
.tribe-events-calendar div[id*=tribe-events-daynum-]  {
    background-color: #fff!important;
    color: #000;
}

.tribe-events-calendar thead th {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    padding: 1em 0;
    white-space: nowrap;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 2px solid #666;
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
    background: transparent;
    color: #ccc;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.tribe-events-notices {
    background: transparent;
    border-radius: 4px;
    border: 0px solid #bce8f1;
    color: #3a87ad;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 #fff;
}

#tribe-events-content .tribe-events-calendar td:hover {
    background: transparent;
    color: #777;
}

h4.tribe-event-title a {
   font-size: 20px;
    font-weight: bold;
    color: #000!important; 
    text-decoration: none;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:hover {
    color: #777;
}
#tribe-events-content a, .tribe-events-event-meta a {
    color: #000;
    
    border-radius: 50px;
}
/* // calendar */

/* календар */
.tribe-events-list .tribe-events-loop .tribe-event-featured {
    background: transparent;
    color: #333539;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
    color: #333539;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
    color: #333539;
    font-size: 16px;
    font-weight: 600;
}
/* // календар */

.search_row {
    gap: 24px;
}

.search_form input[type="text"], .search_form input[type="date"], .search_form select{
    width: 100%;
    height: 60px;
}

.search_form select {
    background: #fff;
}

.search_form input[type="submit"]:hover {
    background: #efd300;
    color: #000;
    border: 1px solid #efd300;
    padding: 10px 20px;
}
.search_form input[type="submit"] {
    background: #FEE000;
    color: #000;
    border: 1px solid #FEE000;
    padding: 10px 20px;
}

.collapseExample .nav{
    margin-left: 0 !important;
    gap: 4px !important;
}

.collapseExample .nav-link {
    background: #f4f3f4 !important;
    border-radius: 3px !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    color: #333539 !important;
}

.collapseExample .nav-link.active {
    background: #fee000 !important;
    color: #333539 !important;
}

.online_label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #2156a8;
    text-transform: uppercase;
}

.more_reps, .more_docs, .more_rows {
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    margin-right: 0;
    transition: all .3s ease;
    cursor: pointer;
}

.hidden_tr {
    display: none;
}

.child_repeater .hidden_row:nth-child(2n-1) .row {
    background: #f5f5f5;
}

.query_reports {
    margin-bottom: 20px;
}

.query_report {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-weight: 600;
    font-size: 1.1rem;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
}

.query_reports .query_report:nth-child(2n) {
    background: #f0f0f0;
}

.query_reports .more_reps {
    width: max-content !important;
}

.ub-expand-toggle-button {
    border: 1px solid #fee000;
    color: #333539;
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
}

.ub-expand-toggle-button:hover {
    border: 1px solid #fee000;
    color: #333539;
    background: #fee000;
}

.ub-expand-toggle-button.ub-hide {
    display: none;
}