/*!
Theme Name: RPPM
Theme URI: #
Author: iENGINEERING
Author URI: #
Description: A WordPress theme developed using _s, bootstrap, and Gutenberg blocks.
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: codoswp
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.

codoswp 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

--------------------------------------------------------------*/
.has-codoswp-color-1-color {
  color: #3682ff;
}

.has-codoswp-color-1-background-color {
  background-color: #3682ff;
}

.has-codoswp-color-2-color {
  color: #00c693;
}

.has-codoswp-color-2-background-color {
  background-color: #00c693;
}

.has-codoswp-color-3-color {
  color: #000000;
}

.has-codoswp-color-3-background-color {
  background-color: #000000;
}

.has-codoswp-color-4-color {
  color: #ffffff;
}

.has-codoswp-color-4-background-color {
  background-color: #ffffff;
}

.has-codoswp-color-5-color {
  color: #ffc40d;
}

.has-codoswp-color-5-background-color {
  background-color: #ffc40d;
}

/*--------------------------------------------------------------
# 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: #000000;
  font-family: -apple-system, BlinkMacSystemFont, 'Source Sans Pro', Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

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

p {
  margin-bottom: 0.5rem;
}

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

/* Container class
--------------------------------------------- */
.codoswp-container {
  width: 80%;
  margin: 0 auto;
}

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

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

ul,
ol {
  margin: 0;
}

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: #00c693;
}

a:visited {
  color: #00c693;
}

a:hover,
a:focus,
a:active {
  color: #3682ff;
}

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: #00c693;
  border-radius: 0;
  background: #00c693;
  color: #ffffff;
  line-height: 1;
  padding: 0.45em 1em 0.45em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #00c693;
}

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: #00c693;
}
 .CloseNotification {
    background: url('images/_white_close.png') !important;
  }
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: 0;
  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;
  outline-offset: 0;
  outline: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

label,
select {
  font-size: 14px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Top Bar
--------------------------------------------- */
.top-bar {
  padding: 5px 0;
}

.top-bar li a {
  font-weight: 400;
  font-size: 14px;
}

.top-bar .nav-link {
  padding: 2px 5px;
  border-radius: 2px;
}

/* Header
--------------------------------------------- */
/* Layout
--------------------------------------------- */
.site-header {
  padding: 0;
}

.site-branding .site-title,
.site-branding .site-description {
  margin: 0;
}

.site-branding .site-title {
  float: left;
  margin-right: 10px;
  display: block;
}

.site-branding .site-description {
  float: left;
  display: block;
  line-height: 2.4em;
}

/* Navigation
--------------------------------------------- */
.site-header .site-branding {
  max-width: 320px;
  float: left;
  padding: 10px 0;
}

.navbar {
  padding: 0.8rem 0;
}

.navbar-nav > .active {
  border-bottom: 4px solid;

  padding-bottom: 5px;
}

.navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0rem 0 0;
  border-radius: 0;
  top: 36px !important;
  border-color: #dedede;
}
.custom-logo-link img {
  width: 340px;
}
.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active {
  background-color: transparent;
}

/*
 *	Make parent nav item clickable.
 */
.dropdown:hover > .dropdown-menu {
  display: block;
}
#footer-menu{
  line-height:10px;
}
.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%;
}

/* Navigation Search
--------------------------------------------- */
.menu-item.search {
  margin-left: 10px;
}

.menu-item.search img {
  margin-top: 8px;
  width: 22px;
}

form#codoswp-search-nav-form {
  position: absolute;
  top: 57px;
  right: 15%;
  z-index: 99999;
  background-color: #fff;
  padding: 10px;
}

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

.site {
  overflow: hidden;
}

.post,
.page {
  margin: 0;
}

#primary {
  margin: 0;
  min-height: 400px;
}

#secondary {
  margin: 10px 0;
}

article {
  padding: 0;
}

.page-title {
  padding: 20px 5px;
}

.page-title {
  margin: 0;
}

.page-title h1 {
  padding: 0;
  margin: 0;
  font-size: 24px;
}

article header .entry-title {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.navbar .codoswp-container {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.hide{
  display:none
}
.alignwide,
.alignfull {
  margin: 0 calc(50% - 50vw) 32px calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}

.codo-hide-title article header {
  display: none;
}

.codo-full-page {
  overflow: hidden;
  display: block;
}

.codo-full-page #primary {
  margin: 0;
}

.codo-full-page .wp-block-cover .wp-block-column {
  align-self: center;
}
nav.navigation,
#comments {
  display: none;
}
.banner-section .wp-block-button__link {
  font-size: 18px;
  padding: 6px 22px;
}

/* WP Blocks
--------------------------------------------- */
/* Button Block
--------------------------------------------- */
.wp-block-button__link {
  border-radius: 0;
  padding: 6px 16px;
  font-size: 14px;
}

.wp-block-button__link:hover {
  text-decoration: none;
}

.wp-block-button__link:not(.has-text-color) {
  color: white;
}

.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.dropdown-toggle::after {
  top: 2px;
  position: relative;
}
.wp-block-button__link:not(.has-background) {
  background-color: #00c0d4;
}

.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link:not(.has-background):focus {
  background-color: #00646e;
}

.wp-block-button__link.has-codoswp-color-1-color:hover,
.wp-block-button__link.has-codoswp-color-1-color:focus {
  color: #0c87cc;
}

.wp-block-button__link.has-codoswp-color-1-background-color:hover,
.wp-block-button__link.has-codoswp-color-1-background-color:focus {
  background-color: #06476c;
}

.wp-block-button__link.has-codoswp-color-2-color:hover,
.wp-block-button__link.has-codoswp-color-2-color:focus {
  color: #00c0d4;
}

.wp-block-button__link.has-codoswp-color-2-background-color:hover,
.wp-block-button__link.has-codoswp-color-2-background-color:focus {
  background-color: #00646e;
}

.wp-block-button__link.has-codoswp-color-3-color:hover,
.wp-block-button__link.has-codoswp-color-3-color:focus {
  color: #545454;
}

.wp-block-button__link.has-codoswp-color-3-background-color:hover,
.wp-block-button__link.has-codoswp-color-3-background-color:focus {
  background-color: #212121;
}

.wp-block-button__link.has-codoswp-color-4-color:hover,
.wp-block-button__link.has-codoswp-color-4-color:focus {
  color: #fff;
}

.wp-block-button__link.has-codoswp-color-4-background-color:hover,
.wp-block-button__link.has-codoswp-color-4-background-color:focus {
  background-color: #404040;
}

.wp-block-button__link.has-codoswp-color-5-color:hover,
.wp-block-button__link.has-codoswp-color-5-color:focus {
  color: #0e90ac;
}

.wp-block-button__link.has-codoswp-color-5-background-color:hover,
.wp-block-button__link.has-codoswp-color-5-background-color:focus {
  background-color: #06414e;
}

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

.bypostauthor {
  display: block;
}

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

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

.widget-area .widget ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0;
}

.widget-area .widget ul li {
  padding: 0.5rem 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.widget-area .widget ul li a {
  text-decoration: none;
}

.widget-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.5rem 1rem 0 1rem;
}

.widget_search .search-form {
  padding: 10px;
}

/* 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%;
}
.customMapToolTip {
  position: absolute;
  z-index: 999999999999;
  background-color: #ffffffdb;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px !important;
  padding-bottom: 16px !important;
  width: auto !important;
  border-radius: 8px !important;
  border: none !important;
}
.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;
}

/* Footer
--------------------------------------------- */
.site-footer {
  padding: 12px 0;
  background-color: #eee;
  padding-bottom: 4px;
}

.site-footer a {
  font-size: 14px;
}

/*--------------------------------------------------------------
# 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: 0.5rem;
}

/*Custom Styles*/

ul.codoswp-theme-list,
.codoswpcgb-accordion-panel ul {
  list-style: none;
  padding-left: 0;
}

ul.codoswp-theme-list li,
.codoswpcgb-accordion-panel ul li {
  line-height: 22px;
  font-size: 14px;
  color: #000000;
  display: table;
  padding: 5px 0;
}
.codoswpcgb-accordion-panel a {
  color: #545454;
  font-weight: normal;
}
ul.codoswp-theme-list li::before,
.codoswpcgb-accordion-panel ul li::before {
  content: '';
  display: table-cell;
  height: 20px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: left;
}
ul.codoswp-theme-list li::before,
.codoswpcgb-accordion-panel ul li::before {
  background-size: 64%;
  background-position-y: 10px;
}
ul.codoswp-theme-list-2,
.archive-description ul {
  list-style: none;
  padding-left: 24px;
}

ul.codoswp-theme-list-2 li,
.archive-description ul li {
  line-height: 24px;
  font-size: 14px;
  color: #000000;
  display: block;
}

ul.codoswp-theme-list-2 li::before,
.archive-description ul li::before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 22px;
  background-repeat: no-repeat;
  background-position: left;
  top: 2px;
  position: relative;
}

ul.codoswp-theme-list-1 {
  list-style: none;
  padding: 0;
}

.topic-links li {
  margin-left: 10px;
}

ul.codoswp-theme-list-1 li {
  padding: 0;
  border-bottom: 1px solid #cccccc;
  color: #000000;
  position: relative;
}

ul.codoswp-theme-list-1 li a {
  padding: 20px 15px;
  display: block;
}

ul.codoswp-theme-list-1 li a,
ul.codoswp-theme-list-1 li a:visited {
  color: inherit;
  text-decoration: none;
}

ul.codoswp-theme-list-1 li:last-child {
  border-bottom: none;
}

ul.codoswp-theme-list-1 li.active,
ul.codoswp-theme-list-1 li.current_page_item {
  background-color: #3682ff;
  color: #ffffff;
}
ul.codoswp-theme-list-1 li.current_page_item {
  background-color: #eee;
  color: black;
}
ul.codoswp-theme-list-1 li.active::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 21px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #3682ff;
}

.codoswp-w-250 {
  min-width: 250px;
  max-width: 250px;
}
.wp-block-codoswpgb-icon-card .icon-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-codoswpgb-icon-card .icon-card img {
  margin-top: 0px;
}

.dropdown-menu.grid-dropdown {
  min-width: 7rem !important;
}
.grid-dropdown .dropdown-item {
  padding: 0.25rem 0.5rem;
}
.dropdown-toggle {
  outline: none !important;
}
.codoswpcgb-accordion-panel h2 {
  display: none;
}
.codoswpcgb-accordion-panel1 {
  padding-left: 20px;
}
.section-map-links {
  background-color: aliceblue;
  padding-bottom: 30px !important;
}

.codoswp-upcoming-events-list .card {
  max-width: 100%;
  min-height: 200px;
  padding: 20px;
  border: 1px solid #f2fcfa;
  border-radius: 0;
  background-color: #f2fcfa;
}
.codoswp-upcoming-events-list .icon-card {
  position: absolute;
  left: 6%;
  top: -14px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  text-align: center;
  padding: 0;
}

.codoswp-upcoming-events-list .icon-card .event-d {
  padding: 2px 15px;
  width: 25px;
  height: 25px;
  border-radius: 15%;
  color: #fff;
  font-size: 14px;
}

.codoswp-upcoming-events-list .icon-card .event-my {
  background-color: #eee;
  padding: 2px 15px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  color: #545454;
  font-size: 14px;
  display: inline-block;
  padding-top: 3px;
}

.reg-section-list {
  font-size: 14px;
  color: #ffffff;
  padding-left: 30px;
}

.login .form-row-wide label,
.login .form-row-wide span,
.register .form-row label,
.register .form-row span {
  width: 100%;
}

.login .button {
  margin-right: 5px;
  color: #fff;
}

.register .button {
  background-color: #00c693;
  color: #fff;
  border-radius: 0;
}

.ur-frontend-form .ur-button-container .ur-submit-button {
  margin-left: -5px;
}
#menu-item-421 {
  margin-right: 6px;
}
.user-registration-profile-header header {
  background-color: inherit !important;
  color: inherit !important;
}
.user-registration-MyAccount-content p {
  display: none;
}

#footer-menu li a {
    padding-left: 2px;
    padding-right: .5rem;
}
#footer-menu li a:focus{
	outline: none;
}
#footer-menu li a:after {
  content: '';
  border-right: 1px solid #000;
  margin-left: 10px;
  
}
#menu-item-1422 a{
   outline:none;
}

#footer-menu li:last-child a:after {
  display: none;
}

/*document detail page*/

.document-details .row {
  padding: 5px 0;
}

.document-meta p {
  font-size: 12px;
  color: #000;
  opacity: 0.5;
}

/*search page*/

.search .site-main .page-title {
  padding: 20px 5px;
}
.search .site-main .page-title .entry-title {
  margin: 0;
}

.search .left-sidebar h2 {
  font-size: 16px;
  font-weight: bold;
}

.search .left-sidebar h4 {
  font-size: 14px;
  font-weight: normal;
}

.search .left-sidebar .count-label {
  padding: 2px 10px;
}

.search .left-sidebar .topic-wrapper {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.search-page-form input,
.search-page-form select {
  border-radius: 5px;
  line-height: 1px;
  padding: 3px;
  padding-bottom: 5px;
  font-size: 14px;
}

.search-page-form .search-submit {
  font-size: 12px;
  padding: 14px 16px;
}

.search-page-form .form-topics label {
  font-size: 14px;
  line-height: 16px;
  margin: 0 8px;
  cursor: pointer;
}

.search .left-sidebar .count-label {
  background-color: #ffe8a2;
  font-weight: normal;
}
.text-shadow-banner {
  text-shadow: 10px 12px 20px #000 !important;
}
.search input[type='radio'] {
  -webkit-appearance: none;
  border: 1px solid grey;
  border-radius: 50%;
  outline: none;
  vertical-align: middle;
  padding: 2px;
}

.search input[type='radio']:checked {
  border: 1px solid #00c693;
}

.search input[type='radio']:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 5px;
}

.search input[type='radio']:checked:before {
  background: #00c693;
}

.codosearch-item-title a {
  font-size: 16px;
  color: #3682ff !important;
}

.search .page-numbers {
  color: #000;
  padding: 4px 6px;
  opacity: 0.6;
  margin-right: 2px;
  position: relative;
  top: 5px;
}
.search .page-numbers.next,
.search .page-numbers.prev {
  background-color: #00c794;
  color: white;
  padding: 6px 14px;
  opacity: 1;
}
.search .page-numbers.current {
  opacity: 1;
}

/*Events page*/

.event-meta p {
  font-size: 12px;
  color: #000;
  opacity: 0.5;
}

.codowpcal .fc-event-time,
.codowpcal .fc-event-title {
  font-size: 12px;
}

.codowpcal select {
  padding: 3px;
  border-radius: 4px;
}

.fc-h-event .fc-event-main {
  color: #000000 !important;
  color: var(--fc-event-text-color, #000000) !important;
}

.fc-daygrid-day-number {
  font-size: 20px;
  opacity: 0.4;
}

.fc .fc-toolbar-title {
  font-size: 18px !important;
}

.fc-button-group button {
  font-size: 12px !important;
  text-transform: capitalize !important;
}

.fc-col-header-cell {
  background-color: #e3e3e3;
  padding: 5px !important;
}
.form-topics img {
  position: relative;
  top: -2px;
}
.event-heading {
  min-height: 42px;
}
.event-content {
  min-height: 62px;
}
#primary-menu li a {
  font-size: 14px;
  font-weight: 400 !important;
}
/*Grid styles: topics page*/

.jsgrid {
  overflow: visible !important;
}
#codogrid-grid a {
  color: #3682ff;
  font-size: 12px;
}
#codogrid-grid table {
  margin: 0;
}

#codogrid-grid .jsgrid-header-scrollbar,
#codogrid-grid .jsgrid-grid-body {
  overflow-y: hidden;
}

#codogrid-grid .jsgrid-filter-row .jsgrid-cell {
  border-left: 0;
  border-right: 0;
}

#codogrid-grid .jsgrid-filter-row .jsgrid-cell * {
  border-radius: 5px;
}

#codogrid-grid .jsgrid-pager {
  text-align: right;
}

#codogrid-grid .codo-items-info {
  float: left;
}
#codogrid-grid .jsgrid-grid-body .doc-title {
  color: #132b54;
}
#codogrid-grid .jsgrid-grid-body .doc-title:hover {
  color: #3682fc;
  text-decoration: underline;
}
#codogrid-grid .jsgrid-grid-header {
  font-size: 13px;
}
#codogrid-grid .jsgrid-grid-body {
  font-size: 13px;
}

.grid-dropdown a:focus,
.grid-dropdown a:hover,
.grid-dropdown a:visited {
  background-color: transparent;
}

.jsgrid-pager-current-page {
  padding: 5px 8px;
  background-color: #3682fc;
  color: #ffffff;
}

.jsgrid-selected-row > .jsgrid-cell {
  background: transparent !important;
}

/*event detail page*/

.single-event .event-title {
  font-size: 20px;
  color: #3682fc;
}

/*about page template*/

.page-template-about-template .codoswp-theme-list-1 li a {
  font-weight: bold;
  padding: 15px 15px;
}
.wp-block-codoswpgb-icon-card p {
  min-height: 105px;
}
.wp-block-codoswpgb-accordion .codoswpcgb-accordion {
  font-weight: 600;
}

#footer-menu a:hover {
  text-decoration: underline;
}
.wp-block-codoswpgb-icon-card .icon-card {
  border: 3px solid #e7e7e7;
  left: calc(50% - 34px);
}
.wp-block-codoswpgb-icon-card .card {
  border: transparent;
}
.codoswp-services .wp-block-column {
  border: 1px solid #e7e7e7;
}
.wp-block-codoswpgb-accordion .codoswpcgb-accordion {
  font-size: 18px !important;
  padding: 14px 18px;
  margin-bottom: 10px;
}
.select_year {
  width: 100px;
  height: 30px;
  margin-left: 5px !important;
}
.codoswpcgb-accordion-panel {
  position: relative;
  background: #f1f1f1;
  top: -10px;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 10px;
  max-height: 300px;
  overflow: scroll !important;
  overflow-x: hidden !important;
}
/* Home Page */
/*-------------------------------------*/
.highcharts-background {
  fill: #F0F8FF;
}
.codoswpcgb-accordion-panel {
  background: #f9fbff;
}
.wp-block-codoswpgb-accordion .codoswpcgb-accordion {
  background-color: #deeafe !important;
}
.doc-title a:hover {
  color: #3682ff !important;
}
#codogrid-grid .jsgrid-grid-body .doc-title:hover {
  color: #3682ff !important;
}
.custom-mt-3 {
  margin-top: 3.9%;
}
.pr-7 {
  padding-right: 12% !important;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.26);
}
.codoswp-upcoming-events-list .card {
  height: 100%;
}
#chartcontainer {
  margin: 0 auto;
  background: url('images/ajax-loader.gif');
  background-repeat: no-repeat;
  width: 100% !important;
  min-height: 380px;
  background-size: 4%;
  background-position: center center;
}
#search-toggle,
.event-meta,
.document-meta {
  display: none;
}
.highcharts-plot-background {
  fill: #F0F8FF;
}
.jsgrid-cell {
  border: 1px solid #dddddd !important;
}
.jsgrid-grid-body .jsgrid-alt-row:first-child .jsgrid-cell,
.jsgrid-grid-body .jsgrid-row:first-child .jsgrid-cell {
  border-top: none !important;
}
.jsgrid-grid-body .jsgrid-cell:first-child {
  border-left: none !important;
}
.jsgrid-grid-body .jsgrid-cell:last-child {
  border-right: none !important;
}
.jsgrid-filter-row td {
  border: none !important;
}
.jsgrid-header-row th {
  border: none !important;
}
.jsgrid-table tr:last-child .jsgrid-cell {
  border-bottom: none !important;
}
.jsgrid-header-row th {
  border-bottom: 1px solid #dddddd !important;
}
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-filter-row > .jsgrid-cell {
  background: #ffffff !important;
}
.codoswp-theme-list.topic-links {
  overflow: scroll !important;
  overflow-x: hidden !important;
}
.jsgrid-cell .dropdown-toggle[aria-expanded='false'] {
  opacity: 0.5;
}
.jsgrid-cell .dropdown-toggle[aria-expanded='true'] {
  opacity: 1;
}
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .hide_show_password
  .password-input-group
  .password_preview {
  top: 39% !important;
}
.wp-block-codoswpgb-icon-card,
.codoswp-services .wp-block-column .card {
  height: 100% !important;
}
.archive-description h3 {
  font-size: 20px;
}
.term-collaborations .col-md-3 {
  display: none;
}
.term-collaborations .col-md-9 {
  margin: auto;
}
.file-margin-1 a:not(:first-child) {
  margin-left: 5px;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle span:after {
  content: '';
  background-image: url('../codoswp/images/angle-down_20.png');
  width: 16px;
  height: 16px;
  display: inline-block;
 position: absolute;
    top: 8px;
}
.codoswp-upcoming-events-list {
  margin-bottom: 10px;
}
.user-registration-form__label span {
  position: relative;
  top: 2px;
}
.user-registration-MyAccount-navigation-link--edit-password {
  display: none !important;
}
.jsgrid-alt-row > .jsgrid-cell {
  background: #f7f7f7 !important;
}
.edit-link {
  display: none;
}
.select_search_category {
  padding-right: 10px;
  width: 10%;
}
.select_search_category .select_search_cat {
  width: 100%;
}
.filter-panel1 {
  display: none;
}
#search-label label {
  font-size: 16px;
}
.user-registration-error li strong {
  margin-right: 5px;
}
.clear-icon {
  display: none;
  position: absolute;
  right: 20px;
  top: 7.4px;
  cursor: pointer;
}
#search-input input {
  height: 100%;
}
#codoswp-search-container {
  margin: 0;
}
#search-label {
  margin: auto;
}
#event-files,
#event-urls {
  margin-left: -5px;
  text-decoration:underline;
}
#event-urls a {
  color: #132b54;
  padding: 5px;
  font-weight: bold;
  text-decoration:underline;
}
#event-urls a:hover,#event-files a:hover{
	color:#3682ff !important;
}
#event-files {
  font-weight: bold;
}
#codoswp-search-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#search-label {
  width: 6%;
}
#search-label label {
  margin: auto;
}
#search-input {
  width: 75%;
  padding: 0 10px;
  position: relative;
}
.select_search_category {
  width: 20%;
}
#search-button input {
  width: 100%;
}
#search-button {
  width: 10%;
}

.dropdown-menu li {
  padding: 0 !important;
  margin: auto !important;
  border-bottom: 1px solid #dedede;
}
.dropdown-menu li a {
  padding: 12px 40px;
  color: #333333 !important;
  font-weight: normal !important;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.wp-block-codoswpgb-icon-card .icon-card {
  width: 70px;
  height: 70px;
}
.wp-block-codoswpgb-icon-card .icon-card img {
  width: 30px;
}
.codoswp-services .wp-block-column .card {
  padding-top: 50px;
}
.codoswp-services .wp-block-column .card p {
  padding-top: 10px;
}
.home .wp-block-spacer {
  height: 30px !important;
}
#upcoming-events {
  margin-bottom: 30px !important;
}
.upcoming-events-icons {
  width: 15px;
  margin-bottom: 4px;
}
.codoswp-upcoming-events-list .upcoming-events-icon-text {
  font-weight: 500;
  width: 80%;
  float: right;
  margin-top: -3px;
}
.codoswp-upcoming-events-list .upcoming-events-icon-text1 {
  font-weight: 500;
  width: 91%;
  float: right;
  margin-top: -3px;
  height: 42px;
}
#primary-menu {
  height: 100%;
}
.user-registration-ur-lost-password .user-registration-error,
.user-registration-account .user-registration-error {
  display: flex;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}
input.custom-input {
  background-image: url(../codoswp/images/calendar-512.png);
  background-repeat: no-repeat;
  background-position: 98% 2px;
  cursor: pointer;
  vertical-align: middle;
  background-size: 16% 83%;
}
.inner-page-list li {
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
}
.inner-page-list li a {
  color: #3682ff;
}
.inner-page-list li div {
  width: 100%;
}
.para-one {
  color: #000 !important;
  font-size: 12px !important;
}
.document-details .row:nth-child(5) > div {
  padding-right: 0;
}
.event-details .row {
  padding: 5px 0;
}
#wpcf7-f981-o1 span {
  color: #dc3232;
}
.form-topic-heading h5 {
  font-size: 14px;
  margin-bottom: 3px;
}
.grecaptcha-badge,
.grecaptcha-badge {
  visibility: visible !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label {
  font-weight: normal;
}
#ur-submit-message-node {
  display: flex;
  margin-top: 8px;
}
#user-registration {
  margin-top: 0;
}
.single-doc-url,
.single-doc-attachment {
 
  padding: 5px 0px;
  font-size: 14px;
  color: #132b54;
  font-weight: bold;
  word-break: break-all;
  text-decoration:underline;
}
.map-caption{
color: #1044B5;
    text-align: center;
}
.contact-email-address,
.contact-email-address:focus {
  color: #3682ff;
}
#post-42 .entry-content {
  padding-bottom: 30px;
}
.jsgrid-table a {
  word-break: break-word;
}
.codobreadcrumb{
	font-size:16px;
}
.codowpcal p label{
	display:none;
}
.navbar-toggler{
	border:0;
    outline:0;
}
.navbar-toggler:focus{
	border:0;
    outline:0;
}
.home .card a:first-child{
	text-decoration:none;
	color:#000000
}


@media (min-width: 800px) {
  .codoswp-filter-field label,
  .codoswp-filter-field select {
    float: left;
  }
  .codoswp-filter-field label {
    margin-bottom: 0;
    margin-top: 4px;
    margin-right: 4px;
  }
  .codoswp-filter-field select {
    width: 11%;
  }
  #filter-radio-buttons,
  #filter-radio-buttons-event {
    display: flex;
    align-items: center;
  }
  #accordion-panel {
    display: unset !important;
  }
}

@media (min-width: 786px) {
  .map-tt-state {
    margin: 0;
  }
  #primary-menu li {
    padding-right: 4px;
    padding-left: 4px;
  }
  .map-tt-show-message {
    padding: 3px 0px;
    font-weight: normal;
  }
  .map-tt-button {
    padding: 5px 19px;
    border-radius: 4px !important;
  }
  .home .wp-block-cover:nth-child(6) {
    min-height: auto;
  }
  .home .wp-block-cover:nth-child(6) > div > div > div {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .wp-block-button {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 781px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 992px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
  .codoswp-services .wp-block-column .card {
    min-height: 265px;
  }
  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
  }
}

@media (max-width: 992px) and (min-width: 767px) {
  #upcoming-events {
    margin-bottom: 5px !important;
    margin-top: 20px;
  }
  .codo-full-page .wp-block-cover .codoswp-container {
    width: 100%;
  }
  .codoswp-services {
    margin-top: 85px !important;
    margin-bottom: 0px !important;
  }
}

/* Footer alignment css*/
@media only screen and (min-width: 1024px) {
  .footer-mb-1 {
    font-size: 14px;
    padding-top: 7px;
    padding-left: 29px;
  }
  #primary-menu li {
    padding-right: 6px;
    padding-left: 6px;
  }
  .footer-mb-1 {
    padding-right: 10px;
  }
  .footer-p-3 {
    position: relative;
    top: -3px;
    font-size: 12px;
    line-height: 25px;
  }
  .text-lg-right {
    display: flex;
  }
  .reg-section-list {
    margin-bottom: 8px;
  }
  .right-position-5 {
    position: relative;
    top: 10px;
  }
  .banner-section,
  .background-section-5 {
    padding: 16px 0px !important;
  }
  .codosearch-item-content .col-md-3 {
    max-width: 200px !important;
  }
}
@media (max-width: 1759px) {
  .pr-7 {
    padding-right: 14% !important;
  }
  .wp-block-codoswpgb-icon-card p {
    min-height: 114px;
  }
}
@media (max-width: 1659px) {
  .wp-block-codoswpgb-icon-card p {
    min-height: 115px;
  }
  .readmore-btn {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1555px) {
  .wp-block-codoswpgb-icon-card p {
    min-height: 135px;
  }
  .pr-7 {
    padding-right: 9% !important;
  }
}
@media (max-width: 1445px) {
  .wp-block-codoswpgb-icon-card p {
    min-height: 135px;
  }
  .pr-7 {
    padding-right: 7% !important;
  }
  .toggle-menu-icon {
    position: absolute;
    right: 5px;
    top: 20px;
  }
  .codoswp-container {
    width: 90%;
  }
}

@media (max-width: 1399px) {
  .wp-block-codoswpgb-icon-card p {
    min-height: 130px;
  }
  .pr-7 {
    padding-right: 5% !important;
  }
}
@media (max-width: 1370px) {
  ul.codoswp-theme-list-1 li a {
    padding: 20px 10px !important;
  }
}

@media (max-width: 1289px) {
  .wp-block-codoswpgb-icon-card p {
    min-height: 135px;
  }
}
@media (max-width: 1240px) {
  .wp-block-codoswpgb-icon-card p {
    min-height: 148px;
  }
}
@media (max-width: 1240px) {
  .wp-block-codoswpgb-icon-card p {
    min-height: 148px;
  }
}
@media (max-width: 1190px) {
  .wp-block-codoswpgb-icon-card p {
    min-height: 158px;
  }
  .codowpcal p{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
  }
  .codowpcal-cat-colors{
    width: 100%;
    order: 2;
  }
}
@media (max-width: 1146px) {
.footer-mb-1 {
   
    padding-left: 15px;
}

}
@media (max-width: 961px) {
  .mobile-logo {
    display: block !important;
  }
  
  .site-branding .custom-logo-link {
    display: none;
  }
}
@media (max-width: 992px) {
  .codoswp-services .wp-block-column {
    margin-bottom: 55px;
    margin-left: 0;
  }
  /*#organization {
    max-width: 12% !important;
  }
  #description {
    max-width: 88% !important;
  }*/
  #chartcontainer {
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 25px;
  }
  .section-map-links {
    margin-bottom: 25px;
  }
  .codoswp-upcoming-events-list .card,
  .codoswp-map-section .wp-block-column {
    margin-bottom: 20px;
  }
  .wp-block-spacer {
    display: none;
  }
  
  .navbar-nav {
    flex-direction: row;
  }
  .mobile-logo {
    display: block;
  }
  .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0;
  }
  .section-map-links .wp-block-column {
    flex-basis: calc(100%) !important;
    flex-grow: 0;
  }
  .section-map-links .wp-block-column:nth-child(2n) {
    margin-left: 0;
    margin-top: 20px;
  }
  .codoswp-services .wp-block-column {
    margin-bottom: 55px;
  }
  .codoswp-services .wp-block-column:nth-child(2n) {
    margin-left: 32px !important;
  }
  .trb-text {
    margin-top: 7px;
  }
  .wp-block-codoswpgb-icon-card p {
    min-height: 82px;
  }
  .codoswp-upcoming-events-list .row .col-sm-12:last-child {
    margin-top: 20px;
  }
  .footer-mb-1 {
    padding-left: 15px;
  }
  .footer-col-two {
    padding-left: 0;
  }
}
@media only screen and (max-width: 800px) {
  /*#accordion-panel{
    display: none;
  }*/
  .menu-item.search {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .menu-item.search {
    margin-left: 0;
  }
  .search .search-form:before {
    position: absolute;
    top: 10px;
    left: 0;
    color: #999;
    -webkit-transform: none;
    transform: none;
  }
  .search .search-form {
    text-align: left;
  }

  form#codoswp-search-nav-form {
    top: 340px;
    right: 26%;
  }
  /*.documents-filter-panel{
    display: none !important;
  }*/
  .codoswp-filter-field {
    display: flex;
  }
  .mobile-search-active {
    display: block !important;
  }
  #search-toggle {
    display: block !important;
  }
  .search-dropdown-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .search-dropdown-container .codoswp-filter-field {
    width: 100%;
    margin-bottom: 4%;
  }
  .codoswp-filter-field label {
    width: 32%;
    margin-left: 8px;
  }
  .codoswp-filter-field select {
    width: 60%;
  }
  .search-row {
    justify-content: flex-end;
    margin-right: 2%;
    margin-bottom: 0 !important;
  }
  #filter-radio-buttons-event {
    display: grid;
    grid-template-columns: 33% auto;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }
  #filter-radio-buttons-event h5 {
    grid-area: 1 / 1 / 2 / 2;
  }
  #filter-radio-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }

  #filter-radio-buttons h5 {
    grid-area: 1 / 1 / 2 / 2;
  }
  #grid-child-0 {
    grid-area: 1 / 2 / 2 / 3;
    margin-left: 0 !important;
  }
  #grid-child-1 {
    grid-area: 2 / 2 / 3 / 3;
  }
  #grid-child-2 {
    grid-area: 3 / 2 / 4 / 3;
  }
  #grid-child-3 {
    grid-area: 1 / 3 / 2 / 4;
  }
  #grid-child-4 {
    grid-area: 2 / 3 / 3 / 4;
  }
  #grid-child-5 {
    grid-area: 3 / 3 / 4 / 4;
  }
  .codosearch-item-title {
    display: grid;
    grid-template-columns: 25px auto;
  }
  .codosearch-item-title img {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .navbar {
    padding: 0;
  }

  .top-bar .codoswp-container {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .fc .fc-toolbar-title {
    font-size: 15px !important;
  }
  .navbar .codoswp-container {
    padding: 10px 0;
    display: block;
  }
  .wp-block-codoswpgb-icon-card .card {
    min-height: 210px !important;
  }
  .wp-block-codoswpgb-icon-card p {
    min-height: 60px !important;
  }
  .wp-block-codoswpgb-icon-card .icon-card {
    left: 44.3%;
  }
  .fc-scroller {
    height: 100% !important;
  }
  .codoswp-container {
    width: 90%;
  }
  .top-bar .navbar-nav {
    flex-direction: row;
  }
  .navbar-header {
    display: flex;
    justify-content: space-between;
  }
  .navbar-nav .dropdown-menu {
    border-color: transparent !important;
    padding: 0 10px !important;
  }
  #primary-menu li a {
    font-size: 14px;
    display: inline;
  }
  .codo-full-page .wp-block-cover .codoswp-container {
    width: 90%;
  }
  .codo-full-page .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
  }
  .wp-block-column:nth-child(n) {
    flex-basis: calc(100%) !important;
    flex-grow: 0;
  }
  .codoswp-services .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }
  .mobile-logo {
    display: block !important;
  }
  .site-branding .custom-logo-link {
    display: none;
  }
  #user-registration .ur-frontend-form,
  #user-registration .right-contentbar {
    width: 100% !important;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
  .navbar-expand-md .navbar-toggler {
    display: block;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  .navbar {
    padding: 0;
  }
  #primary-menu {
    margin-left: 0 !important;
    width: 100%;
  }
  #primary-menu li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-top: 5px;
    width: 100%;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
  }
  #footer-menu li a {
    padding-right: 1rem;
  }
  .navbar-nav > .active {
    border-bottom-color: #ffc40d !important;
    border-bottom-width: 4px !important;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: static;
    display: none;
  }
  .dropdown-toggle span:after {
    display: none;
  }
  .dropdown-menu li a {
    padding-left: 0;
  }
  .dropdown-menu li {
    padding: 7px 0 !important;
  }
  .accordion-active {
    display: block !important;
  }
  .navbar-toggler {
    padding-right: 0;
  }
  .home .wp-block-cover {
    padding-right: 0;
    padding-left: 0;
  }
.codowpcal p{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
  }
  .codowpcal-cat-colors{
    width: 100%;
    order: 2;
  }
}
@media only screen and (max-width: 750px) {
 
  .codoswp-upcoming-events-list .row .col-sm-12 {
    margin-bottom: 20px;
  }
  .codoswp-upcoming-events-list .row .col-sm-12:last-child {
    margin-top: 0px;
  }
  .codoswp-services .wp-block-column:first-child {
    margin-top: 36px;
  }
  .codoswp-services .wp-block-column:nth-child(4) {
    margin-bottom: 10px;
  }
  #organization {
    max-width: 17% !important;
  }
  #description {
    max-width: 83% !important;
  }
}
@media only screen and (max-width: 600px) {
  .wp-block-codoswpgb-icon-card .icon-card {
    left: 43%;
  }
 
  .codoswp-services .wp-block-column:first-child {
    margin-top: 36px;
  }
  .codoswp-services .wp-block-column:nth-child(4) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .wp-block-codoswpgb-icon-card .icon-card {
    left: 41%;
  }
   #chartcontainer {
    margin: 0 auto;
    background: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
    width: 100% !important;
    min-height: 400px;
    background-size: 12%;
    background-position: center center;
  }
   #chartcontainer .highcharts-legend text {
    fill: #ffffff !important;
    transform: translateY(-9px);
    font-size: 9px !important;
  }

  .right-position-5 {
    position: relative;
    left: -3px;
  }
  #search-label {
    width: 15%;
    margin: 0px;
  }
  #search-input input {
    height: 100%;
    width: 100px;
  }
  .select_search_category {
    width: 32%;
    font-size: 12px;
  }
  #search-button {
    width: 17%;
  }
  .search-page-form .search-submit {
    font-size: 12px;
    padding: 13px 13px;
  }
  #search-input {
    width: 52%;
    padding: 0 10px;
    position: relative;
  }
  #organization {
    max-width: 35% !important;
  }
  #description {
    max-width: 65% !important;
  }

  .trb-text {
    margin-left: 13px;
  }
  .footer-pagination {
    height: 70px;
  }
  .footer-pagination .text-mobile-center {
    text-align: center !important;
  }
  .site-header .navbar {
    padding: 2px 0px;
  }
  #primary-menu li {
    margin-top: 5px;
    width: 96%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  #primary-menu li:last-child {
    border-bottom: none;
  }
  .dropdown-menu li {
    padding: 7px 0 !important;
  }
  .navbar-nav .dropdown-menu {
    border-color: transparent !important;
    padding: 0 10px !important;
  }
  .dropdown-toggle span:after {
    left: 5px;
  }
  #bs-example-navbar-collapse-1 {
    height: auto;
  }
  .navbar-header {
    display: flex;
    justify-content: space-between;
  }
  
  .section-map-links {
    padding-top: 0px !important;
  }
  .document-post-heading {
    position: absolute;
    padding-top: 30px;
  }
  .year-container {
    position: relative;
    top: 80px !important;
    z-index: 999;
  }
  .highcharts-label {
    opacity: 1;
    visibility: inherit;
  }
  .bordertop-map {
    position: relative;
    top: 15px;
  }
  #chartcontainer {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .codoswp-upcoming-events-list .row .col-sm-12 {
    margin-bottom: 20px;
  }
  .search-page-form .form-topics label {
    font-size: 14px;
  }
  .form-topics img {
    display: none;
  }
  .wp-block-cover .wp-block-column:first-child .wp-block-buttons {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #primary-menu li a {
    font-size: 14px;
    display: inline;
  }
  .section-map-links .wp-block-column:nth-child(2n) {
    margin-left: 0;
  
    z-index: 99999;
  }

  .codoswp-services .wp-block-column:nth-child(3) {
    margin-left: 0px;
    margin-top: 10px;
  }
  .codoswp-services .wp-block-column:first-child {
    margin-top: 36px;
  }
  .codoswp-services .wp-block-column:nth-child(4) {
    margin-bottom: 10px;
  }
  .customMapToolTip {
    padding-top: 6px !important;
    padding-bottom: 10px !important;
    font-size: 10px !important;
  }
  .customMapToolTip .map-tt-state {
    margin-bottom: 2px !important;
  }
  .customMapToolTip .map-tt-show-message {
    margin-bottom: 5px !important;
  }
  .customMapToolTip .map-tt-button {
    padding: 2px 6px;
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 395px) {
.codoswp-upcoming-events-list .col-8.pr-1.col-md-8{
max-width: 80% !important;
    flex: 0 0 80% !important;
}
.codoswp-upcoming-events-list .col-4.pr-0.col-md-4{
max-width: 41% !important;
    flex: 0 0 41% !important;
}
}
/* Mobile Devices */
@media only screen and (max-device-width: 599px) and (-webkit-min-device-pixel-ratio: 2) {
  #codoswp-search-container {
    flex-wrap: wrap;
  }
  #search-label {
    display: none;
  }
  #search-input {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #search-input input {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .select_search_category {
    width: 70%;
  }
  #search-button {
    width: 30%;
  }
  #search-button input {
    padding-right: 7px;
    padding-left: 7px;
  }
 
  .user-registration-Button {
    padding: 0.45em 1em 0.45em !important;
  }
  .form-topic-heading {
    display: flex;
    align-items: center;
  }
  .search-dropdown-container .codoswp-filter-field .search-filter {
    margin-right: 4.5%;
  }
  #post-42 .codowpcal p label:first-child {
    width: 124px;
  }
  .codowpcal p{
    display:flex;
    flex-direction:column;
  }
  .codowpcal p input{
    width: 100%;
  }
  .codowpcal p select{
    max-width: 100% !important;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .codowpcal-cat-colors{
    order: 2;
  }
  .codowpcal p .custom-input{
    background-size: 24px 20px;
  }
}
@media only screen and (max-width: 786px) and (min-width: 600px) {
  #footer-menu li a {
    padding-right: 0.5rem;
  }
  #footer-menu li a:after {
    content: '';
    border-right: 1px solid #000;
    margin-left: 10px;
  }
  .page-id-60 .float-md-right {
    float: none !important;
  }
  .search-dropdown-container .codoswp-filter-field .search-filter {
    margin-right: 4.9%;
  }
}
@media only screen and (min-device-width: 600px) and (max-device-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
  #search-label {
    width: 10%;
  }
  #search-input {
    width: 60%;
    padding: 0 10px;
  }
  #search-button {
    width: 13%;
  }
  .select_search_category {
    width: 20%;
  }
}

/* Laptops */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) {
  #search-label {
    width: 4%;
  }
  #search-input {
    width: 86%;
    padding: 0 10px;
  }

  #search-button {
    width: 10%;
  }
  #primary-menu li {
    padding-right: 10px;
  }
  .homepage-banner {
    padding-right: 0;
    padding-left: 0;
  }

  #primary-menu li {
    padding-right: 12px;
    padding-left: 12px;
  }
}
/* LCD */
@media screen and (min-device-width: 1600px) {
  #search-label {
    width: 3%;
  }
  #search-input {
    width: 88%;
    padding: 0 10px;
  }
  #search-button {
    width: 8%;
  }
  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
  }
  .homepage-banner {
    padding-right: 0;
    padding-left: 0;
  }
  #primary-menu li {
   padding-right: 12px;
    padding-left: 12px;
  }
}

/* Additional */
@media (min-width: 768px) {
  .doc-content .topics-more-link {
    display: none;
  }
}
@media (max-width: 767px) {
  .doc-content,
  .document-details {
    margin-top: 20px;
  }
  .doc-sidebar .topics-more-link {
    display: none;
  }
}