/*
Theme Name: Communities for a Healthy Bay
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.14

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4upc
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("fonts/stylesheet.css");
/* @import url("fonts/font-awesome.min.css"); */
/* @import url("lib/css/slick.css"); */

/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

/* Box Sizing
--------------------------------------------- */
.site-inner {
  max-width: 100% !important;
  padding: 0 !important;
}
html {
  box-sizing: border-box;
}

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

* {
  font-family: "Roboto", sans-serif;
}
/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0974bb;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}
/* 
li {
  list-style-type: none;
  } */

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

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

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 60px 30px 0;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

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

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

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

.entry-content .wpforms-container {
  margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
/* :focus {
  color: #333;
  outline: #ccc solid 1px;
  } */

/* Site Header
---------------------------------------------------------------------------- */

.site-header {
  background-color: #fff;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); */
  /* padding: 0 0px; */
}

/* Title Area
--------------------------------------------- */

.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  /* max-width: 350px; */
  padding-bottom: 0px;
  padding-top: 0px;
  /* width: 100%; */
  z-index: 10;
}

.wp-custom-logo .custom-logo-link {
  display: block;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
  margin-right: 16px;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.js .nav-primary {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #383838;
}
.menu-toggle:focus-visible,
.menu-toggle:focus,
.sub-menu-toggle:focus,
.sub-menu-toggle:focus-visible,
.custom-logo-link:focus-visible {
  outline: none;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.site-header .dashicons-before::before {
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
  width: 40px;
  height: 40px;
  font-size: 40px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

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

.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

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

.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

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

.site-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
}

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

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}

@media only screen and (min-width: 960px) {
  /* Site Header
  --------------------------------------------- */

  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  .admin-bar .site-header {
    top: 32px;
  }

  /* Genesis Menu
  --------------------------------------------- */

  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }

  .genesis-nav-menu .sub-menu {
    width: 220px;
  }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    top: 127px;
    background: #ffffffbd;
    border-bottom: 5px solid #1d95b3 !important;
    padding: 0px;
  }
  .genesis-nav-menu li:last-child ul.sub-menu {
    right: -15px;
  }
  .genesis-nav-menu li a:focus-visible {
    outline: none;
  }
  .genesis-nav-menu .sub-menu a {
    /* border: 1px solid #eee; */
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: capitalize !important;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0px 0px 0 -190px;
    top: 0 !important;
    left: 0 !important;
    right: auto;
  }

  /* Responsive Menu
  --------------------------------------------- */

  .js .nav-primary {
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: flex-end;
    width: 100%;
  }

  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }

  /* Header Menu
  --------------------------------------------- */

  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }

  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Site-Inner
  --------------------------------------------- */

  .site-inner {
    max-width: 1140px;
  }

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

  .content {
    float: left;
    width: 65%;
  }

  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* Sidebar
  --------------------------------------------- */

  .sidebar {
    float: right;
    width: 30%;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
  --------------------------------------------- */

  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
  --------------------------------------------- */

  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
  --------------------------------------------- */

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  /* Entry Misc.
  --------------------------------------------- */

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }

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

  .footer-widgets .wrap {
    max-width: 1140px;
  }

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3);
  }
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
/* Custom Css Start */

/* Top-Header Section Start */
.custom-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.content-container {
  max-width: 1100px;
  margin: 0 auto !important;
  padding: 0 15px;
}
/* .page-donate .site-main .custom-container {
  padding: 0 !important;
  margin-bottom: 0px;
  } */

.top-header {
  background-color: #111111;
}
.header-top {
  display: flex;
  justify-content: space-between;
}
.header-top .left-alignment {
  padding: 15px 0px;
  flex: 0 0 40%;
  width: 40%;
}
.header-top .left-alignment h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0px;
}
.header-top .right-alignment .button {
  background-color: #0faebf;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  width: 150px;
  padding: 15px 10px;
  letter-spacing: 1px;
}
.header-top .right-alignment .button:hover {
  background-color: #1c95b3;
}
.header-top .right-alignment {
  display: flex;
  justify-content: end;
  align-items: center;
  flex: 0 0 60%;
  width: 60%;
  position: relative;
}
.header-top .right-alignment .headersearch_modal {
  padding-right: 15px;
}

/* Top-Header Section End */

/* Header Section Start */
.header-section {
  background: #fff;
}
.header-section .site-header {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-section .site-header .title-area .custom-logo-link {
  padding: 15px 0 10px;
}
.header-section .site-header > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-section #menu-header-menu li {
  position: relative;
  padding: 50px 78px 40px 0px;
}
.header-section #menu-header-menu li .sub-menu li {
  padding: 0px;
  background: transparent;
}
.header-section #menu-header-menu li:last-child {
  padding-right: 0px !important;
}
.header-section #menu-header-menu li a {
  font-family: "Roboto Condensed";
  color: #383838;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 0px 8px;
  background-color: transparent;
  border-bottom: 5px #fff solid;
  position: relative;
}
.header-section #menu-header-menu li a:hover,
.header-section #menu-header-menu li.current_page_item a {
  border: none;
}
.header-section #menu-header-menu > li:hover > a {
  color: #1c95b3;
}
.header-section #menu-header-menu li.current_page_item a .sub-menu a,
.header-section #menu-header-menu li .sub-menu li a:hover,
.header-section #menu-header-menu li .sub-menu li a {
  border-bottom: none;
}

/* .header-section #menu-header-menu li ul .menu-item-has-children ul li a::after, */

.genesis-nav-menu .sub-menu {
  border: none;
}
.genesis-nav-menu .sub-menu li {
  display: block;
}

.header-section #menu-header-menu li .sub-menu li:first-child {
  padding: 20px 20px 10px;
}
.header-section #menu-header-menu li .sub-menu li {
  padding: 10px 20px 10px;
}
.header-section #menu-header-menu li .sub-menu li .sub-menu li {
  padding: 10px 10px 10px;
  width: 200px;
}
.header-section #menu-header-menu li .sub-menu li:last-child {
  padding: 10px 20px 20px;
}

.header-section #menu-header-menu li .sub-menu li a {
  padding-bottom: 0px;
}
.header-section .wrap button.menu-toggle {
  margin-right: 0px;
  font-size: 0px;
}
.header-top .post-form {
  position: absolute;
  width: 100%;
  right: 190px;
  top: 7px;
}
.header-top .post-form.header-search-open input.icon-search {
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.header-top .post-form input.icon-search {
  background: #111111;
  border: none;
  border-radius: 0px;
  color: #fff;
  padding-left: 0px;
  padding-bottom: 5px;
  padding-top: 1px;
  width: 0%;
  line-height: 8px;
  box-shadow: none;
  font-size: 15px;
  outline-offset: 0px;
  border-bottom: 1px solid #fff;
}
.header-top .post-form form button {
  padding: 10px 10px 0px;
  border-radius: 0px 6px 6px 0px;
  background-color: transparent;
}
div#headersearch {
  padding-right: 35px;
  cursor: pointer;
  padding-top: 7px;
}
.header-top #headerclose {
  padding: 10px 15px 0px;
  position: relative;
  z-index: 99999;
  cursor: pointer;
}
.header-top form.sidebar-search-form {
  position: relative;
  z-index: 99999;
  display: flex;
  box-shadow: none;
  border-radius: 0px !important;
}
.header-top .post-form input.icon-search::placeholder {
  color: #fff;
  font-size: 12px;
}
@media only screen and (min-width: 960px) {
  .fixed .genesis-nav-menu .sub-menu {
    top: 100px;
  }
}
/* Header Section End */
/* Hero banner Section start */
.page-content .hero-section {
  height: 823px;
  background-repeat: no-repeat;
  padding-top: 155px;
  z-index: 1;
}
.page-content .hero-section .gb-container-inside h2 {
  color: #ffffff;
  font-size: 54px;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 1px 1px #383808;
}

.page-content .hero-section .is-layout-flex.wp-block-buttons a {
  background-color: transparent;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 1 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid #fff;
  border-radius: 0px;
  width: 168px;
  padding: 20px 10px;
  margin: 38px 48px 0px 0px;
}
.page-content .hero-section .is-layout-flex.wp-block-buttons a:hover {
  background-color: #fff;
  color: #173543;
}

/* Hero banner Section End */
/* Home about Section start */
.home-about-section {
  padding: 104px 10px 75px;
}

.home-about-section p {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  width: 280px;
}
.home-about-section p:first-child {
  margin-bottom: 42px;
}

.home-about-section p:last-child {
  margin-bottom: 0px;
}

.home-about-section h2 {
  color: #383838;
  font-size: 48px;
  line-height: 51px;
  font-weight: bold;
  width: 398px;
}
.header-section #menu-header-menu > li a:hover:before,
.header-section #menu-header-menu > li.current-menu-ancestor a:before,
.header-section #menu-header-menu > li.current_page_item a:before,
.header-section #menu-header-menu > li.current-menu-item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #1c95b3;
  height: 5px;
  width: 80%;
  left: 10%;
}
.header-section #menu-header-menu > li.current-menu-ancestor ul > li a:before {
  display: none;
}
@media (max-width: 960px) {
  .header-section #menu-header-menu > li.current-menu-ancestor a:before {
    display: none;
  }
  .header-section #menu-header-menu li .sub-menu li:hover {
    background: transparent !important;
  }
}
.header-section #menu-header-menu > li.current-menu-item .sub-menu li a:before,
.header-section #menu-header-menu > li .sub-menu li a:hover:before,
.header-section #menu-header-menu > li.current_page_item .sub-menu li a:before {
  display: none;
}
.home-about-section
  .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
  align-items: center;
  box-shadow: none;
}

.home-about-section
  .gb-2-col-wideright
  .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
  content: "";
  background-color: #e6f1f8;
  background-repeat: no-repeat;
  height: 230px;
  width: 230px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: -80px;
  top: -16px;
}

.home-about-section
  .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column
  .wp-block-embed__wrapper {
  width: 100%;
  height: 485px;
}
.home-about-section
  .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column
  .wp-block-embed__wrapper
  iframe {
  width: 100%;
  height: 100%;
}
.home-about-section
  .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column
  .is-type-video {
  margin-bottom: 0px;
}
.home-about-section .gb-block-layout-column-inner a {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #0974bb;
  text-decoration: none;
}
.home-about-section .gb-block-layout-column-inner a:hover {
  color: #0974bb;
}
.home-about-section .gb-block-layout-column-inner a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-left: 8px;
  height: 12px;
  width: 18px;
}
/* Header Section End */

/* What We Do Section Start */

.what-we-do {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding: 100px 0px 50px;
}
.what-we-do h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.what-we-do p {
  color: #ffffff;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.what-we-do p strong {
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 20px;
}
.what-we-do a {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #0faebf;
  text-decoration: none;
}
.what-we-do a:hover {
  color: #0faebf;
}
.what-we-do a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-left: 12px;
  height: 12px;
  width: 18px;
}
.what-we-do
  .what-we-do-one
  .what-we-do-box
  .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
  grid-gap: 0 0px;
  display: flex;
  justify-content: space-between;
}
.what-we-do
  .what-we-do-one
  .what-we-do-box
  .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child {
  flex: 0 0 20%;
  width: 20%;
}
.what-we-do
  .what-we-do-one
  .what-we-do-box
  .wp-block-genesis-blocks-gb-column.gb-block-layout-column:last-child {
  flex: 0 0 77%;
  width: 77%;
  margin-bottom: 50px;
}

.what-we-do
  .what-we-do-one
  .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
  grid-gap: 0 100px;
}
/* .what-we-do .gb-block-layout-column-inner p {
  margin-bottom: 0px;
  } */
.what-we-do
  .gb-block-layout-column-gap-2
  .wp-block-genesis-blocks-gb-column.gb-block-layout-column {
  margin-bottom: 0px;
}
/* .what-we-do
  .gb-block-layout-column-gap-2
  .wp-block-genesis-blocks-gb-column.gb-block-layout-column:last-child {
  margin-bottom: 50px;
  } */

.what-we-do .education figure.wp-block-image.size-full {
  height: 80px;
  width: 100%;
  margin: 0 auto;
}
.what-we-do figure.wp-block-image.size-full img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.what-we-do figure.wp-block-image.size-full {
  height: 70px;
  width: 100%;
  margin: 0 auto;
}

/* What We Do  Section End */

/* Upcomming Section Start */
.home h2.upcomming-event-section-headling {
  margin-bottom: 0;
}
h2.upcomming-event-section-headling {
  color: #383838;
  font-size: 44px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.upcomming-event {
  padding: 60px 0px 60px;
 
}

.home .upcomming-event {
	 display: flex;
  align-items: stretch;
}
.upcomming-event .events-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0 1em 40px 1em;
}

.upcomming-event .events-details .event-img {
  flex: 60%;
  max-width: 100%;
  max-height: 300px;
}

.upcomming-event .events-details .event-img :after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.upcomming-event .events-details .event-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* .upcomming-event .events-details .event-content {
  height: 340px;
  flex: 0 0 40%;
  width: 60%;
  } */
.upcomming-event .events-details .event-content {
  flex: 40%;
  width: 100%;
  padding: 32px 62px 30px 62px;
  background-color: #dfedf6;
}
.upcomming-event .events-details .event-content h4 a {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #0974bb;
  margin-bottom: 0px;
}
.upcomming-event .events-details .event-content p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #383838;
  padding: 5px 0px 0px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.upcomming-event .events-details .event-content a {
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  color: #0974bb;
}
.upcomming-event .events-details .event-content h4 {
  margin-bottom: 0px;
}
.upcomming-event .events-details .event-content h4 a::after {
  content: none;
}
.upcomming-event .events-details .event-content a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-left: 5px;
  height: 12px;
  width: 18px;
}

/* Upcomming Section End */

/* newsletter Section Start */
.news-update-section .is-layout-flex.wp-container-5.wp-block-columns {
  margin-bottom: 0px;
}
.newsletter-section {
  background-color: #111111;
  padding: 55px 0 58px;
  margin: 0px;
}
.newsletter-section .tnp-subscription div.tnp-field,
.newsletter-section .tnp-subscription {
  margin: 0px;
}
.newsletter-section h3 {
  color: #ffffff !important;
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-right: 1.5em;
}
.newsletter-section
  .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter-section .gb-block-layout-column {
  width: auto;
}

.newsletter-section .gb-block-layout-column-gap-2 {
  grid-gap: 0 0em;
}

.newsletter-subscribe {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 900px) {
  .newsletter-subscribe {
    text-align: center;
  }
}

@media screen and (max-width: 950px) {
  .page-id-16 .get-stay-informed-section .gb-block-layout-column-gap-2 {
    flex-direction: column;
  }

  body.page-id-16
    .get-stay-informed-section
    .gb-block-layout-column-gap-2
    .gb-block-layout-column {
    text-align: center;
    flex: 1;
    width: 100%;
  }
}
.newsletter-subscribe a.gb-button {
  font-family: "Roboto Condensed";
  width: 187px;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px 10px;
  border: 1px;
  border-color: #fff;
  background-color: #0faebf;
  background-image: none;
  text-shadow: none;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.newsletter-section
  .tnp-subscription
  .tnp-field.tnp-field-button
  .tnp-submit:hover {
  background-color: #1c95b3;
}
.tnp-subscription {
  max-width: 100% !important;
  width: 100%;
}

.newsletter-section form#my_newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.newsletter-section .tnp-field.tnp-field-email {
  flex: 0 0 67%;
  max-width: 67%;
}
.newsletter-section .tnp-field.tnp-field-button {
  flex: 0 0 30%;
  max-width: 30%;
}
.newsletter-section .newsletter_message .wpcf7-mail-sent-ok {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #62c773;
  margin-top: 5px;
}
.newsletter-section .newsletter_message .wpcf7-validation-errors {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #eb2424;
  margin-top: 5px;
}
.newsletter-section .tnp-subscription .tnp-field.tnp-field-email .tnp-email {
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  padding: 30px 20px;
  display: inline-block;
  border: none;
  color: #fff;
  background-color: #595959;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  border-radius: 0px;
}
.newsletter-section
  .tnp-subscription
  .tnp-field.tnp-field-email
  .tnp-email::placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 58px;
}

/* newsletter Section End */

/* News Section Start */
.news-section {
  padding: 80px 0 100px;
  background-image: url();
}
.six-slider-section h2,
.news-section h2 {
  color: #383838;
  font-size: 44px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 60px;
}
.news-inner-section {
  display: flex;
  justify-content: space-between;
}
.news-inner-section .news-inner {
  flex: 0 0 30%;
  width: 30%;
}
.news-inner-section span p {
  font-size: 16px;
  line-height: 28px;
  color: #383838;
  font-weight: 400;
}
.news-inner-section span p img {
  height: 15px;
  width: 15px;
  margin-top: 6px;
  margin-right: 12px;
}
.news-inner-section span p::before {
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 12px;
  height: 12px;
  width: 18px;
}
.news-section .news-inner-section h4 a.news-heading {
  color: #0974bb;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 22px;
  text-decoration: none;
  background-color: #fff;
  padding: 0px 0px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  opacity: 1;
}
.news-section .news-inner-section a.news-button {
  background-color: #0974bb;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 0px;
  width: 168px;
  padding: 20px 40px;
  /* opacity: 0.7; */
  letter-spacing: 1px;
}
.news-section .news-inner-section a.news-button:hover {
  background-color: #1481c9;
}
.news-section .news-inner-section p:first-child {
  padding: 0px 0px 20px;
}

.six-slider-section .six-slider-content p,
.news-section .news-inner-section p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #383838;
  padding: 0px 0px 40px;
  margin-bottom: 0px;
}
.news-section .news-inner-section p a {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #383838;
  padding: 0px 0px 0px;
  margin-bottom: 0px;
}
.sound-award-winners {
  background: rgb(9 116 187 / 20%);
  padding: 70px 0px 70px;
}
.six-slider-section h2 {
  color: #383838;
  font-size: 42px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 30px;
}
.six-slider-section .gb-block-layout-column-gap-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.six-slider-section .six-slider-side {
  flex: 0 0 32%;
  max-width: 32%;
}
.six-slider-section .six-slider-content {
  flex: 0 0 60%;
  max-width: 60%;
}
.six-slider-section .six-slider-content a {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #0974bb;
}
.six-slider-section .six-slider-content a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-left: 10px;
  height: 12px;
  width: 18px;
}
.six-slider-section .six-slider-content p {
  padding: 0px 0px 10px;
}
/* News Section End */

/* communinty today! Section Start */
.footer-before-section .custom-container {
  padding: 0px 80px 0px 66px;
}
.footer-before-section {
  padding: 120px 0 130px;
  background-image: linear-gradient(90deg, #0faebf 20%, #1a88cd);
}
.footer-before-section h2 {
  color: #fff;
  font-size: 48px;
  line-height: 62px;
  font-weight: bold;
  margin-bottom: 60px;
  width: 414px;
}
.footer-before-section
  .wp-block-genesis-blocks-gb-columns.gb-layout-columns-2.gb-2-col-equal::before {
  content: "";
  background-color: #33bac9;
  background-repeat: no-repeat;
  height: 175px;
  width: 175px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: -77px;
  top: -50px;
}
.footer-before-section
  .wp-block-genesis-blocks-gb-columns.gb-layout-columns-2.gb-2-col-equal::after {
  content: "";
  background-color: #2f9ccf;
  background-repeat: no-repeat;
  height: 135px;
  width: 135px;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  bottom: -12px;
}

.footer-before-section p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 8px;
  max-width: 654px;
}
.footer-before-section p::before {
  content: "";
  background-color: #2f9ccf;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  right: 117px;
  bottom: -70px;
}
.footer-before-section .wp-block-genesis-blocks-gb-button.gb-block-button a {
  background-color: transparent !important;
  color: #fff !important;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid #fff;
  border-radius: 0px;
  width: 168px;
  padding: 20px 10px;
  margin: 0px 48px 0px 0px;
  letter-spacing: 1px;
}
.footer-before-section
  .wp-block-genesis-blocks-gb-button.gb-block-button
  a:hover {
  background-color: #fff !important;
  color: #173543 !important;
  margin-bottom: 0px;
}
.footer-before-section
  .is-layout-flex.wp-container-5.wp-block-columns
  .is-layout-flow.wp-block-column {
  display: flex;
}
.footer-before-section .is-layout-flex.wp-container-5.wp-block-columns {
  margin-bottom: 0px;
}
.footer-before-section .gb-block-layout-column-gap-2 {
  grid-gap: 0 0em;
}
/* communinty today! Section End */

/* Footer Section Start */

.footer-section {
  background: #111111;
  padding-top: 80px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-part {
  flex: 0 0 23%;
  max-width: 23%;
}
.footer-logo {
  flex: 0 0 10%;
  max-width: 10%;
}

.footer-para {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 60px;
  border-bottom: 1px solid #939393;
}
.footer-part p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  max-width: 230px;
}
.phone span,
.email span {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.phone a,
.email a {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
}
.footer-social {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: inline-block;
}
.footer-para p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 25px;
}
.footer-bottom {
  padding: 18px 0px;
}
.footer-bottom p {
  text-align: right;
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}

.footer-part .social-icons .facebook img {
  padding-right: 12px;
}
/* Footer Section End */
/* Event Page Start*/
.event-hero-image {
  width: 100%;
  height: 425px;
}
.event-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
.event.section {
  padding-top: 80px;
}
.event.section h4 {
  color: #383838;
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
}
.event.section .sub-title-event {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #383838;
  margin-bottom: 10px;
}
.event.section p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #383838;
  margin-bottom: 0px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  min-height: 700px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding-left: 0px;
  padding-right: 0px;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg {
  color: #163048;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: #383838;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.tribe-common--breakpoint-medium.tribe-common
  .tribe-common-form-control-text__input,
.tribe-common .tribe-common-form-control-text__input {
  color: #383838;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-search__input-control {
  border-right: 1px solid #e5e5e5;
}
.tribe-events
  .tribe-events-c-view-selector__list-item--active
  .tribe-events-c-view-selector__list-item-text {
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  color: #383838;
}

.tribe-events .tribe-events-c-search__button {
  background-color: #0faebf !important;
  color: #fff;
  padding: 15px 10px;
  width: 150px !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px !important;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  border-radius: 0px;
  letter-spacing: 1px;
}
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small {
  font-family: "Roboto", sans-serif;
  color: #383838;
}
.tribe-events .tribe-events-c-search__button:hover {
  background-color: #1c95b3 !important;
}
.tribe-common .tribe-common-h3 {
  color: #383838;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #0fadbf !important;
  text-decoration: none !important;
}
.tribe-events .tribe-events-calendar-list__event-datetime {
  color: #383838;
  font-family: "Roboto", sans-serif;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  color: #383838;
  font-family: "Roboto", sans-serif;
}
.tribe-events .tribe-events-c-view-selector__list-item-text {
  text-decoration: underline;
}
.tribe-events-content p,
.tribe-common p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #383838;
  margin-bottom: 0px;
}
.tribe-events-schedule h2,
.tribe-common .tribe-common-h8,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev,
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  color: #383838;
  font-family: "Roboto", sans-serif;
}
.tribe-common .tribe-common-l-container,
.tribe-events-pg-template {
  max-width: 1100px !important;
  margin: 70px auto 40px !important;
  padding: 0 15px !important;
}
.tribe-events-back {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tribe-events-single-event-title {
  font-family: "Roboto", sans-serif;
  color: #0faebf;
  font-size: 34px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tribe-events-event-image {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tribe-events-event-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a,
.tribe-events-event-meta dt,
.tribe-events-back a,
.tribe-events-back a:visited,
.tribe-events-meta-group .tribe-events-single-section-title {
  color: #383838 !important;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  text-transform: none;
  font-family: "Roboto", sans-serif;
}
.tribe-events-event-meta,
.tribe-events-schedule h2,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
  font-size: 16px;
  line-height: 24px;
}
.entry {
  margin-bottom: 0px !important;
}
#tribe-events-footer {
  margin-bottom: 80px;
  padding-bottom: 0px;
}
.tribe-events .tribe-events-calendar-day__type-separator:after {
  margin-top: 20px;
}
.tribe-events .tribe-events-calendar-day-nav {
  border-top: 1px solid var(--tec-color-border-default);
  margin-top: 30px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
  font-weight: 400;
}
.tribe-events-meta-group .tribe-events-single-section-title {
  letter-spacing: 0px !important;
}

.tribe-events .tribe-events-calendar-day__event-title-link:visited,
.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-list__event-title-link:visited,
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-datetime-featured-text {
  color: #0faebf;
}

.tribe-common .tribe-events-calendar-list__event-datetime-featured-icon-svg {
  color: #0faebf;
}
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event,
.tribe-events
  .tribe-events-calendar-list__event-row--featured
  .tribe-events-calendar-list__event-date-tag-datetime:after {
  background-color: #0faebf;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #0faebf;
}
.tribe-events .tribe-events-calendar-day__event-featured-image-link,
.tribe-events .tribe-events-calendar-list__event-featured-image-link {
  height: 270px;
  width: 100%;
}
.tribe-events .tribe-events-calendar-day__event-featured-image-link img,
.tribe-events .tribe-events-calendar-list__event-featured-image-link img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:hover,
.tribe-common .tribe-common-anchor-thin:hover {
  border-bottom: none;
}
.tribe-common--breakpoint-medium.tribe-common
  .tribe-common-h4--min-medium
  a:hover {
  text-decoration: none;
}
.tribe-events .tribe-events-calendar-list__event-title-link:active {
  border-color: unset;
}
.tribe-events .datepicker .day,
.tribe-events .datepicker .datepicker-switch,
.tribe-events-schedule h2,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6 {
  color: #383838;
  font-family: "Roboto", sans-serif;
}
.tribe-events .datepicker .day.active {
  background: #0faebf;
  color: #fff;
  border-radius: 0px;
}
.tribe-events .datepicker .day.active:hover {
  background: #1c95b3;
}
.tribe-events-view {
  background-color: var(--tec-color-background-events);
  padding: 10px;
}

/* Event page End*/
/* Donation Page Start */
.page-donate .site-main {
  padding: 0 0px !important;
}
/* .page-donate .donationBox-Outer .gb-container-content {
  margin-bottom: 30px;
  } */
.page-donate .content-area.line-list {
  padding: 80px 0px;
}
.donate-hero-image {
  width: 100%;
  height: 425px;
}
.donate-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-donate .gform_wrapper.gravity-theme {
  background-color: #e0e0e0;
  padding: 60px 60px;
  margin-top: 40px;
}
.page-donate .gb-container-content h2 {
  color: #383838;
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
}
.page-donate .gb-container-content p {
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  font-weight: 400;
  color: #383838;
  margin-bottom: 15px;
}
.page-donate .gb-container-content p em {
  margin-bottom: 20px;
}
.page-donate .gb-container-content p:last-child {
  margin-bottom: 0px;
}
.page-donate .gform_heading h2 {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
}
.page-donate .ginput_container.ginput_container_radio .gfield_radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-donate
  #field_2_1
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice {
  flex: 0 0 23.5%;
  width: 23.5%;
}

.page-donate
  #field_2_1
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice
  label {
  background-color: #fff;
  color: #383838;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  letter-spacing: 1px;
  max-width: 100%;
  display: block;
  padding: 18px 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cfcfcf;
}
.page-donate
  .donation-amount
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice
  input:checked
  + label,
.page-donate
  #field_2_1
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice
  input:checked
  + label,
.page-donate
  .donation-amount
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice
  label:hover,
.page-donate
  #field_2_1
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice
  label:hover {
  background-color: #0faebf;
  color: #fff;
}

.page-donate
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice
  .gfield-choice-input {
  /* visibility: hidden; */
  display: none;
}
.page-donate .donation-amount .gfield_label,
.page-donate #field_2_1 .gfield_label {
  color: #383838;
}
.page-donate #field_2_6 label,
.page-donate .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 12px;
  color: #646464;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.page-donate .gform_wrapper.gravity-theme .gfield input.large,
.page-donate .gform_wrapper.gravity-theme input[type="text"] {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0px;
  padding: 15px 15px;
  border: 1px solid #cfcfcf;
}
.page-donate
  .ginput_container.ginput_container_select
  .page-donate
  .gform_wrapper.gravity-theme
  .gfield
  select.medium {
  width: calc(50% - 8px);
  color: #383838;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  height: 50px;
  padding: 15px 15px;
  appearance: none;
}
/* .page-donate .gform_wrapper.gravity-theme .gfield select.medium option::after {
  position: absolute;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-left: 5px;
  position: absolute;
  right: -16px;
  } */
.page-donate
  .donation-amount
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice {
  flex: 1;
  width: auto;
  margin: 0 4px;
}
/* .page-donate
  .donation-amount
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice:last-child {
  flex: 0 0 38%;
  width: 38%;
} */

.page-donate
  .donation-amount
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice:last-child
  input#input_2_3_other {
  background-color: #fff;
  color: #383838;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-transform: none;
  text-decoration: none;
  border-radius: 0px;
  letter-spacing: 1px;
  max-width: 100%;
  display: block;
  padding: 18px 20px;
  text-align: left;
  margin-top: 0;
}
.page-donate #field_2_15 .gchoice input#choice_2_15_1 {
  border-radius: 0px;
  border: 1px solid #cfcfcf;
  height: 22px;
  width: 22px;
}
.page-donate #field_2_15 .gchoice input#choice_2_15_1:hover {
  border-radius: 0px;
  border: 1px solid #cfcfcf;
}
.page-donate #field_2_15 .gchoice .gfield-choice-input + label {
  margin-left: 10px;
}
.page-donate #field_2_14 select#input_2_14:focus-visible {
  box-shadow: none;
}
.page-donate
  .donation-amount
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice
  label {
  background-color: #fff;
  color: #383838;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  letter-spacing: 1px;
  max-width: 100%;
  display: block;
  padding: 18px 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cfcfcf;
}
.page-donate
  .gchoice.gchoice_2_3_4
  .page-donate
  .gb-container-content
  p
  strong {
  color: #383838;
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 75px;
}
.page-donate .gform_footer.top_label input[type="submit"] {
  background-color: #0faebf;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  width: 595px;
  padding: 15px 10px;
  letter-spacing: 1px;
  border: 1px solid #0fadbf;
  margin-bottom: 0px;
}
.page-donate .gform_wrapper.gravity-theme .gform_footer {
  padding: 16px 0 16px !important;
}
.page-donate .gform_footer.top_label input[type="submit"]:hover {
  background-color: #1c95b3;
}
.page-donate .gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-donate div#gform_confirmation_message_2 {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #69bd48;
  text-align: center;
}
.page-donate .gform_wrapper .gfield_validation_message,
.page-donate .gform_wrapper .validation_message {
  background: transparent;
  border: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 0px;
  padding: 10px 0px 0px;
}
.page-donate.gform_wrapper.gravity-theme .gfield_description {
  padding-top: 5px;
  width: 100%;
  margin-top: 0px;
}
.gform_wrapper .gform_validation_errors {
  background: #fff9f9;
  font-size: 14px;
  line-height: 20px;
  border: 1.5px solid #c02b0a;
  border-radius: none;
  box-shadow: 0 1px 4px rgb(0 0 0 / 11%), 0 0 4px rgb(18 25 97 / 4%);
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 10px 10px 10px 10px;
  position: relative;
  width: 100%;
}
.ginput_container.ginput_container_select select#input_5_8 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ginput_container.ginput_container_select #input_2_14 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/caret-down.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
  background-size: 2%;
  color: #383838;
}

.page-donate .gform-icon--close:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-left: 5px;
  position: absolute;
  right: -25px;
}
.page-donate .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  align-items: center;
  display: flex;
  font-size: 24px;
  height: 100%;
  left: 14px;
  position: absolute;
  top: 0;
}
.ginput_container.ginput_container_select #input_2_14 {
  height: 50px;
}
.page-donate h3.gsection_title {
  display: none;
}

.page-donate .gform_wrapper.gravity-theme .instruction {
  padding-top: 2px;
}

/* Donation Page End */
/* Project Page Start */
.page-project
  .wp-block-genesis-blocks-gb-container.custom-conatiner.gb-block-container {
  margin-bottom: 30px;
}

.cmstextSec h2 {
  color: #383838;
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.cmstextSec p strong {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}
.page-environmental-justice-camp-for-girls h3:first-child {
  margin: 0px 0px 15px;
}
.cmstextSec h3 {
  color: #383838;
  font-size: 24px !important;
  line-height: 38px !important;
  font-weight: bold;
  margin: 20px 0px 15px;
}
.cmstextSec .gb-container-content p {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0px;
}
.cmstextSec .is-provider-youtube {
  padding: 30px 0px 30px;
}
.cmstextSec figure .wp-block-embed__wrapper {
  width: 100%;
  height: 485px;
}
.cmstextSec figure .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

.cmstextSec {
  padding: 80px 0px 0px;
}
.cmstextSec .sidebar-Outer {
  padding: 50px 40px;
  background-color: #e6f1f8;
  width: 375px;
  margin-left: 0px;
}
.cmstextSec .sidebar-Outer .news-inner-section {
  display: block;
}
.cmstextSec .sidebar-Outer .news-inner-section .news-inner {
  flex: 0 0 100%;
  width: 100%;
  padding: 25px 0 30px;
  border-bottom: 1px solid #939393;
}
.cmstextSec .sidebar-Outer .news-inner-section .news-inner:last-child {
  padding: 30px 0 0px;
  border-bottom: none;
}
.cmstextSec .sidebar-Outer h2 {
  color: #0974bb;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.cmstextSec .sidebar-Outer p {
  color: #383838;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
  hyphens: auto;
}
.page-id-4718 .cmstextSec ul li a {
  color: #0974bb;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
.page-stand-for-our-sound-event-directions .cmstextSec h2 span {
  color: #383838 !important;
}
.page-environmental-justice-camp-for-girls .cmstextSec p,
.page-volunteer .cmstextSec p,
.page-volunteer .gform_description,
.page-stand-for-our-sound-event-directions .cmstextSec p,
.page-id-4718 .cmstextSec ul li,
.page-id-4718 .cmstextSec em,
.page-id-4718 .cmstextSec p {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.page-id-4718 .cmstextSec h5 a em,
.cmstextSec ul li a,
.cmstextSec h5 a,
.cmstextSec p a {
  color: #0974bb;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
.page-id-4718 .cmstextSec h5 a em:hover,
.cmstextSec ul li a:hover,
.cmstextSec h5 a:hover,
.cmstextSec p a:hover {
  text-decoration: underline;
}
.page-environmental-justice-camp-for-girls
  .gform_wrapper
  .gform_validation_errors
  > h2.hide_summary,
.page-volunteer .gform_wrapper .gform_validation_errors > h2.hide_summary {
  margin: 0;
  padding-bottom: 0px;
}
.page-volunteer .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 14.992px;
  margin-top: 0px !important;
  padding: 3.992px 0px !important;
}

.gform_wrapper .gfield_error label {
  color: #383838 !important;
}
.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  font-size: 17px !important;
}
.page-lng-pscaa-hearing-talking-points .cmstextSec {
  padding: 80px 0 80px;
}
.page-lng-pscaa-hearing-talking-points .cmstextSec h6,
.page-lng-pscaa-hearing-talking-points .cmstextSec em:last-child {
  margin-bottom: 0px;
}
.cmstextSec .is-layout-flow.wp-block-column.smalltab {
  margin-bottom: 20px;
  max-width: 830px;
}
.page-lng-pscaa-hearing-talking-points .cmstextSec ul {
  margin-left: 40px;
}
.customtabOuter.tabOuter {
  border: 2px solid #ddd;
}
.cmstextSec .tab-content .tab-pane {
  background-color: #fff;
  border: 2px solid #ddd;
  padding: 40px;
}
.cmstextSec .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  margin-right: 0px;
}
.customtab-head {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  background-color: #f5f5f5;
}
.tideflats-subarea .customtabOuter.tabOuter.projectupdates {
  margin-bottom: 30px;
}
.customtabOuter:first-child {
  max-width: 890px;
}

.customtabOuter a.customtabH-link.active {
  width: 20%;
  flex: 0 0 20%;
  background-color: #fff;
  width: 253px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0974bb;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  border: 2px solid #fff;
  border-radius: 0px;
  padding: 23px 20px;
  border-width: 0px 0px 1px 1px;
  white-space: nowrap;
}
.customtabOuter a.customtabH-link.active::after {
  content: "";
}

.customtabOuter a.customtabH-link {
  /* width: 20%;
  flex: 0 0 20%; */
  background-color: #f5f5f5;
  width: 253px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0974bb;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  border: 2px solid #ddd;
  border-radius: 0px;
  padding: 23px 20px;
  border-width: 0px 1px 1px 1px;
  white-space: nowrap;
}
.customtabOuter .customtab-content {
  padding: 40px;
}
.cmstextSec.nav-tabs > li {
  float: left;
  margin-bottom: -23px;
  background-color: #fff;
}

.customtab-content .tab-details p {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.customtab-content .tab-details p:last-child {
  margin-bottom: 0px;
}

.cmstextSec .smalltab .customtab-content .tab-img {
  width: 60%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmstextSec
  .is-layout-flow.wp-block-column.smalltab
  .customtab-content
  .tab-img {
  flex: 0 0 100%;
  max-width: 100%;
}
.cmstextSec .customtab-content .tab-img {
  flex: 0 0 40%;
  max-width: 40%;
  height: 385px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.cmstextSec .customtab-content .tab-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 0 0 40%;
  margin-right: 20px;
}
/* .page-project .newsletter-section {
  color: #ffffff !important;
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 0px;
  } */
.cmstextSec .acc__panel {
  padding: 0.9em;
}

.newsletter-section h3 {
  color: #ffffff !important;
  font-size: 26px !important;
  line-height: 34px !important;
  font-weight: bold;
}
.news-date:before {
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 12px;
  height: 12px;
  width: 18px;
}
.head-type1 {
  color: #383838;
  font-size: 34px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 30px;
}
.news-img {
  margin: 20px 0;
}
.sign-up-section {
  padding: 0px 0px 80px;
}
.gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
}
.sign-up-section
  .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
  grid-gap: 0 0em;
}
.newsletter-left {
  padding: 40px 40px;
  background-color: #daeaf5;
}

.newsletter-left figure.wp-block-image.size-full {
  height: 595px;
  width: 100%;
}
.newsletter-left figure.wp-block-image.size-full img {
  height: 100%;
  width: 100%;
}
.newsletter-left h2 {
  color: #383838;
  font-size: 32px;
  line-height: 37px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.newsletter-left p {
  color: #383838;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-bottom: 10px;
}
.newsletter-left .tnp-subscription {
  font-size: 16px;
  display: block;
  margin: 30px auto 0px;
  max-width: bold;
  width: 100%;
  color: #646464;
}

.newsletter-left div#field_2_20,
.newsletter-left div#field_2_19 {
  margin-bottom: 20px;
}
.newsletter-left .tnp-field.tnp-field-email {
  margin-bottom: 30px;
}
.newsletter-left .tnp-subscription input.tnp-submit {
  background-color: #0974bb;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  width: 186px;
  padding: 15px 10px;
  letter-spacing: 1px;
  border: 1px solid #0974bb;
}
.newsletter-left .tnp-subscription input.tnp-submit:hover {
  background-color: #1481c9;
}
.sign-up-section .wp-block-image {
  margin-bottom: 0px;
  height: 525px;
  width: 100%;
}
.sign-up-section .wp-block-image img {
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sign-up-section .tnp-subscription input[type="email"],
.sign-up-section .tnp-subscription input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid #cfcfcf;
}
.stay-informed {
  padding-top: 80px;
  padding-bottom: 0px;
}

.home .stay-informed {
  padding-top: 0;
}
.tnp-subscription label {
  padding: 0px 0px 7px 0px;
}
.page-id-7237 .gform_title,
.page-id-7237 .gform_validation_errors,
.cmstextSec
  .wp-block-genesis-blocks-gb-columns.Sign-up-section.gb-layout-columns-1.one-column {
  display: none;
}
span.gfield_required.gfield_required_asterisk {
  color: red;
  margin-left: 3px;
}
.cmstextSec .acc {
  margin-bottom: 30px;
}
.cmstextSec .acc:last-child {
  margin-bottom: 20px;
}
.page-id-7343 .wp-block-columns .cmstextSec .wp-block-columns {
  margin-bottom: 0px;
}
.project_newsletter_message .wpcf7-validation-errors {
  color: red;
}
.gform_confirmation_message,
.project_newsletter_message .wpcf7-mail-sent-ok {
  color: green;
}
/* 404 Page start */
.error-page {
  text-align: center;
  margin-bottom: 80px;
}
.error-page img {
  margin-top: 20px;
}
.error-page h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #0fadbf !important;
  text-decoration: none !important;
  margin-top: 20px;
}
.error-page p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #383838;
  margin-bottom: 30px;
}
.error-page a {
  background-color: #0faebf;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  width: 230px;
  padding: 15px 10px;
  letter-spacing: 1px;
  display: inline-block;
}
.error-page a:hover {
  background-color: #1c95b3;
}
.error-page .error-page-img {
  height: 200px;
  width: 100%;
  margin-bottom: 40px;
}
.error-page .error-page-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* Project Page End */
/* Interior Page Start */

.page-stories-on-the-sound .cmstextSec,
.page-volunteer .cmstextSec,
.page-stand-for-our-sound-event-directions .cmstextSec,
.our-work-page,
.environmental-justice-camps-page,
.bay-patrol-page,
.get-involved-page,
.board-of-director,
.contact-us-page,
.over-organization-page,
.interior-page-first-section,
.employment-page-content {
  padding: 80px 0px 40px;
}
.page-report-water-pollution .bay-patrol-page-section-2 {
  padding-bottom: 80px;
  margin-bottom: 0px;
}
.page-faq .cmstextSec {
  padding: 80px 0px 80px;
}
.page-faq .cmstextSec h2,
.page-stories-on-the-sound .cmstextSec h2,
.page-volunteer .cmstextSec h2,
.page-stand-for-our-sound-event-directions .cmstextSec h2,
.clint-action h2,
.our-work-page h3,
.environmental-justice-camps-page h3,
.bay-patrol-page h3,
.get-involved-page h3,
.board-of-director h3,
.contact-us-page h3,
.employment-page-content h3,
.interior-page-first-section .first-headline-section h3 {
  color: #383838;
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.interior-page-first-section .first-headline-section {
  margin-bottom: 60px;
}

.interior-page-first-section .first-headline-section h4,
.interior-page-first-section .second-headline-section h4 {
  color: #383838;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.stories-on p,
.clint-action p,
.our-work-page p,
.environmental-justice-camps-page p,
.bay-patrol-page-section-2 p,
.bay-patrol-page p,
.get-involved-page p,
.contact-us-page p,
.employment-page-content p,
.interior-page-first-section .first-headline-section p {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px !important;
}

.stand-for-our-sound-2022 .stand-for-our-sound .is-layout-flow ul li,
.clint-action ul li,
.bay-patrol-page-section-2 p,
.interior-page-first-section .second-headline-section ul li,
.interior-page-first-section .second-headline-section p {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.stand-for-our-sound-2022 .stand-for-our-sound .is-layout-flow ul li {
  margin-bottom: 10px;
}
.our-work-page ul,
.content-third-section ul,
.interior-page-first-section .second-headline-section ul {
  margin-bottom: 20px;
  margin-left: 20px;
}
.clint-action ul li a,
.bay-patrol-page-section-2 ul li,
.content-third-section ul li,
.interior-page-first-section .second-headline-section ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  font-size: 17px;
  line-height: 30px;
}

.environmental-justice-camps-page p strong,
.interior-page-first-section p strong {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}
.get-involved-page p strong {
  color: #383838;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 0px;
}
.clint-action p a,
.clint-action ul li a,
.our-work-page ul li a,
.environmental-justice-camps-page p a,
.bay-patrol-page-section-2 p a,
.bay-patrol-page p a,
.content-third-section p a,
.second-headline-section p a,
.interior-page-first-section .first-headline-section p a {
  color: #0974bb;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.clint-action p a:hover,
.clint-action ul li:hover,
.our-work-page ul li a:hover,
.environmental-justice-camps-page p a:hover,
.bay-patrol-page-section-2 p a:hover,
.bay-patrol-page p a:hover,
.content-third-section p a:hover,
.second-headline-section p a:hover,
.interior-page-first-section .first-headline-section p a:hover {
  text-decoration: underline;
}
.clint-action ul li {
  margin-bottom: 10px;
  margin-left: 40px;
}
.clint-action ul li:last-child {
  margin-bottom: 0px;
}

.interior-page-first-section figure.wp-block-image.size-full {
  height: 625px;
  width: 100%;
  margin-bottom: 0px;
}
.interior-page-first-section figure.wp-block-image.size-full img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.interior-page-first-section
  .second-headline-section
  .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
  display: flex;
  align-items: center;
}
.background-youtube {
  background-image: url(https://healthybayostg.wpengine.com/wp-content/uploads/2022/11/waves-img-313465915-copy.png);
  background-repeat: no-repeat;
  padding: 80px 0px 70px;
  object-fit: cover;
}
.background-youtube figure {
  margin-bottom: 0px;
}
/* .page-lng-pscaa-hearing-talking-points .donate-hero-image {
  display: none;
} */
/* .background-youtube .gb-container-content {
  padding: 0px 80px;
  } */
.page-id-1395 .background-youtube {
  margin-bottom: 40px;
}
.background-youtube .wp-block-video video,
.background-youtube figure .wp-block-embed__wrapper {
  width: 80%;
  height: 525px;
  border: 5px solid #ddd;
  margin: 0 auto;
}
.background-youtube .wp-block-video {
  text-align: center;
}
.background-youtube .wp-block-video video {
  height: 100%;
}
.page-id-1395 .sign-up-section .is-layout-flex.wp-container-10.wp-block-columns,
.page-id-1395 .sign-up-section .is-layout-flex.wp-container-12.wp-block-columns,
.page-id-1395
  .background-youtube
  .is-layout-flex.wp-container-6.wp-block-columns,
.page-id-1395
  .background-youtube
  .is-layout-flex.wp-container-8.wp-block-columns,
.page-id-1395
  .background-youtube
  .is-layout-flex.wp-container-4.wp-block-columns {
  margin-bottom: 0px;
}
.background-youtube figure .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
.content-third-section {
  padding: 80px 0px 0px;
}
.long-sub-img-head h4 {
  color: #383838 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
}
.content-third-section h4 {
  color: #383838;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-third-section p strong {
  color: #383838;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}
.content-third-section ul li,
.content-third-section p {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.content-third-section .did-you-know blockquote {
  font-style: normal;
}
.content-third-section .did-you-know {
  background-color: #dfedf6;
  padding: 60px 0px;
  margin: 60px 0 60px;
}
.content-third-section .did-you-know p {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.content-third-section .long-sub-img-head {
  margin-top: 40px;
}
.content-third-section .long-sub-img-head p:last-child {
  margin-bottom: 0px;
}
.content-third-section .did-you-know p strong {
  color: #383838;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 0px;
}
.content-third-section .long-sub-img-head figure.wp-block-image.size-full {
  height: 370px;
  width: 100%;
  margin-bottom: 0px;
}
.content-third-section .long-sub-img-head figure.wp-block-image.size-full img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-id-7237 .is-layout-flex.wp-container-4.wp-block-columns,
.page-id-7343 .wp-block-columns {
  margin-bottom: 0px;
}
.service-galary-section {
  padding: 70px 0px 40px;
}
.service-galary-section .serviceouter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.service-galary-section.service-cols-4 .serviceouter {
  align-items: flex-start;
}

.service-galary-section.service-cols-4 .serviceouter .servicelist {
  flex: 0 0 22%;
  width: 22%;
}

.service-galary-section.service-cols-2 .serviceouter .servicelist {
  flex: 0 0 48%;
  width: 48%;
}

.page-id-8106 .content-container {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 800px) {
  .service-galary-section.service-cols-4 .serviceouter .servicelist {
    flex: 0 0 48%;
    width: 48%;
  }
}

@media screen and (max-width: 500px) {
  .service-galary-section .serviceouter {
    flex-direction: column;
  }
  .service-galary-section.service-cols-2 .serviceouter .servicelist,
  .service-galary-section.service-cols-4 .serviceouter .servicelist {
    flex: 1;
    width: 100%;
  }
}

.service-galary-section .serviceouter .servicelist a:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.page-id-5408
  .service-galary-section.service-cols-4
  .serviceouter
  .servicelist
  .service-image {
  width: 100%;
  height: 130px;
}

.service-galary-section.service-cols-4
  .serviceouter
  .servicelist
  .service-image {
  width: 100%;
  height: 230px;
}

.service-galary-section.service-cols-4
  .serviceouter
  .servicelist
  .service-image {
  width: 100%;
  height: 230px;
}
.service-galary-section .serviceouter .servicelist {
  flex: 0 0 30%;
  width: 30%;
  margin-bottom: 20px;
  text-align: center;
}
.service-galary-section .serviceouter .servicelist .service-image {
  width: 100%;
  height: 300px;
}
.service-galary-section .serviceouter .servicelist .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-galary-section .serviceouter .servicelist a .test1-service {
  color: #0974bb;
}

.service-galary-section .serviceouter .servicelist .test1-service {
  color: #383838;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 10px;
}
.sign-up-section div#gform_3_validation_container {
  display: none;
}
.sign-up-section .gform_wrapper .gfield_validation_message,
.sign-up-section .gform_wrapper .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: bold !important;
  margin-top: 0px !important;
  padding: 10px 0px 0px !important;
}
.sign-up-section .gform_wrapper.gravity-theme .gfield input.large,
.sign-up-section .gform_wrapper.gravity-theme input[type="text"] {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0px;
  padding: 7px 10px;
  border: 1px solid #cfcfcf;
}
.sign-up-section .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px !important;
}
.sign-up-section .gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 25px 0 0;
  padding: 0px 0;
}
.sign-up-section .gform_description {
  color: #383838;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.sign-up-section .gform_wrapper.gravity-theme .gform_footer button,
.sign-up-section .gform_wrapper.gravity-theme .gform_footer input,
.sign-up-section .gform_wrapper.gravity-theme .gform_page_footer button,
.sign-up-section .gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0px;
}
.sign-up-section .gform_wrapper .gfield_error label {
  color: #646464;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.sign-up-section input#gform_submit_button_3,
.sign-up-section input#gform_submit_button_4 {
  background-color: #0974bb;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  width: 185px;
  padding: 15px 10px;
  letter-spacing: 1px;
  border: 1px solid #0974bb;
}
.sign-up-section input#gform_submit_button_3:hover,
.sign-up-section input#gform_submit_button_4:hover {
  background-color: #1481c9;
  border: 1px solid #1481c9;
}
.sign-up-section .gfield {
  position: relative;
}
.sign-up-section .validation_message.gfield_validation_message {
  position: absolute;
  bottom: 0px;
  float: none;
  right: 1px;
  width: auto !important;
  background: red !important;
  color: #fff;
  padding: 2px 7px !important;
}
.sign-up-section.gform_wrapper.gravity-theme .gfield_description {
  width: 20% !important;
}
.second-headline-section {
  margin-bottom: 40px;
}
.did-you-know blockquote {
  margin: 0px 10px;
}
/* Interior Page End */

/* Index Page start */
.blog .latest-news {
  padding: 50px 0px 85px;
}
.latest-news .pagination {
  margin-bottom: 0;
}

.donate-hero-image {
  position: relative;
}

.common-banner-title {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  padding: 0 15px;
  width: 100%;
  word-break: break-word;
}

.custom-container1 {
  text-align: center;
}

.custom-container1 h1 {
  font-size: 52px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
/* Index Page End */

/* single Page start */

.common-banner-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 15px;
  width: 100%;
  word-break: break-word;
}

.custom-container1 {
  text-align: center;
}
.single-post .event-details .news-date::before {
  display: none;
}

/* Event Details*/
/* .event-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  } */

.event-details .left-part.news-img {
  /* flex: 0 0 45%;
  max-width: 45%; */
  top: 10px;
  width: 100%;
  height: 370px;
  margin-top: 0px;
  margin-bottom: 20px;
  /* position: sticky; */
}

/* .event-details .right-part {
  flex: 0 0 52%;
  max-width: 52%;
  } */

.event-details .left-part.news-img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  /* object-position: top;
  margin-top: 5px; */
}

.event-details .right-part .head-type1,
.event-details .head-type1 {
  margin-bottom: 16px;
}

.event-details .right-part .news-date,
.event-details .news-date {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #383838;
  font-family: "Roboto";
  margin-bottom: 16px;
}

.event-details .cms-text,
.event-details .cms-text p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #383838;
  font-family: "Roboto", sans-serif;
  word-break: break-word;
}

.event-details .cms-text h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 10px;
  text-align: left !important;
  font-family: "Roboto", sans-serif;
}

.event-details .right-part .cms-text a,
.event-details .cms-text a {
  color: #0974bb;
}

.event-details .right-part .cms-text a:hover,
.event-details .cms-text a:hover {
  text-decoration: underline;
}

.event-details .cms-text img.centered,
.aligncenter,
.singular-image {
  margin-left: 0;
}

.event-details .right-part .back-btn,
.event-details .back-btn {
  margin-top: 50px;
  margin-bottom: 18px;
}

.event-details .right-part .back-to-news,
.event-details .back-to-news {
  background-color: #0974bb;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 0px;
  width: 168px;
  padding: 20px 40px;
  opacity: 0.9;
  letter-spacing: 1px;
}

.event-details .right-part .back-to-news:hover,
.event-details .back-to-news:hover {
  background-color: #1481c9;
}

.event-details .right-part .cms-text img.alignnone,
.event-details .cms-text img.alignnone {
  margin-top: 15px;
}
.page-id-7889
  .wp-block-genesis-blocks-gb-columns.interim-regulations-page.gb-layout-columns-1.one-column:first-child {
  display: none;
}
/* single Page End */
/* Pagination CSS START */
.pagination {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.pagination li.active {
  background: #0faebf;
}
.pagination li.active a {
  color: #fff !important;
}
.pagination a:hover {
  background: #0faebf;
  color: #fff;
}
.pagination ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0px;
}
.pagination ul li {
  margin: 0 5px;
}
.pagination ul .prev-page {
  list-style-type: none;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}
.pagination a {
  text-decoration: none;
  min-width: 35px;
  font-size: 14px;
  line-height: normal;
  color: #0faebf;
  border: 1px solid #0faebf;
  padding: 8px 10px;
  display: block;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.pagination-next a:before {
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  height: 12px;
  width: 18px;
}
.pagination-prev a:before {
  content: "\f177";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  height: 12px;
  width: 18px;
}
/* 9-12-2022 */

.environmental-justice-camps-page .moving-forward strong {
  font-size: 20px;
}
.environmental-justice-camps-page .moving-forward {
  margin-top: 20px;
}
.get-involved-page
  .wp-block-genesis-blocks-gb-column.gb-block-layout-column
  figure.invite {
  width: 92px;
  height: 92px;
}
.footer-section .footer-part .email a:hover {
  text-decoration: underline;
}
.stand-for-our-sound-2022,
.page-contaminated-site-cleanups .content-container {
  padding: 80px 15px;
}
figure.wp-block-image.size-full.our-sound-sponsors {
  height: auto;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
}
figure.wp-block-image.size-full.our-sound-sponsors img {
  height: auto !important;
  max-width: 100% !important;
  vertical-align: bottom;
  width: auto;
}
.stand-for-our-sound .is-layout-flex a,
.lng-facility .gb-block-layout-column-inner a {
  color: #0974bb;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.stand-for-our-sound .is-layout-flex a:hover,
.lng-facility .gb-block-layout-column-inner a:hover {
  color: #0974bb;
  text-decoration: underline;
}
.stand-for-our-sound .wp-block-columns {
  background-color: #dfedf6;
  padding: 35px;
  margin-top: 20px;
}
.stand-for-our-sound .wp-block-columns:first-child {
  margin-top: 20px;
  background-color: #dfedf6;
  padding: 35px;
}
.stand-for-our-sound .is-layout-flex.wp-container-28.wp-block-columns {
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
}
.advanced-award-category .is-layout-flex.wp-container-26.wp-block-columns {
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
}
.advanced-award-category
  .is-layout-flex.wp-container-26.wp-block-columns
  .is-layout-flow {
  background-color: #fff;
  padding: 0px;
  width: 100%;
  margin-bottom: 0px;
}
.stand-for-our-sound-2022.is-layout-flow.wp-block-column.stand-for-our-sound {
  margin-top: 20px;
}
.page-id-7644 .is-layout-flex.wp-container-32.wp-block-columns {
  margin-bottom: 0px;
}
.stand-for-our-sound-2022 h2,
.lng-facility .gb-block-layout-column-inner h2,
.page-contaminated-site-cleanups .gb-block-layout-column-inner h2 {
  color: #383838;
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
}
.advanced-award-category .is-layout-flex.wp-container-26.wp-block-columns {
  margin-top: 0px;
}
.stand-for-our-sound-2022 h3,
.lng-facility .gb-block-layout-column-inner h3 {
  color: #383838;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.page-contaminated-site-cleanups .gb-block-layout-column-inner h3 {
  color: #383838;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.page-contaminated-site-cleanups .gb-block-layout-column-inner h4 {
  color: #383838;
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
.stand-for-our-sound-2022
  .stand-for-our-sound
  .is-layout-flow
  p:first-child
  strong {
  color: #0974bb;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-contaminated-site-cleanups .gb-block-layout-column-inner p strong {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.stand-for-our-sound-2022 .stand-for-our-sound .is-layout-flow p strong {
  color: #0974bb;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
}
.stand-for-our-sound-2022.stand-for-our-sound.is-layout-flowpstrong,
.lng-facility .gb-block-layout-column-inner p,
.page-contaminated-site-cleanups .gb-block-layout-column-inner p {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.lng-facility .gb-block-layout-column-inner .table-content {
  color: #383838;
  font-size: 24px !important;
  line-height: 38px !important;
  font-weight: bold;
  margin: 30px 0px 0px;
}
.lng-facility .gb-block-layout-column-inner ul {
  padding-left: 40px;
  margin-bottom: 20px;
}
.stand-for-our-sound-2022 .stand-for-our-sound .is-layout-flow ul {
  padding-left: 40px;
}

.stand-for-our-sound-2022 .stand-for-our-sound .content-container {
  padding: 0;
}
.stand-for-our-sound-2022 .stand-for-our-sound .is-layout-flow ul li ul {
  padding-left: 40px;
}
.lng-facility {
  padding: 80px 15px;
}
.lng-facility-right-sidebar .gb-block-layout-column-inner {
  padding: 40px 40px;
  background-color: #e6f1f8;
}
.lng-facility-right-sidebar .gb-block-layout-column-inner .wp-block-separator {
  border: none;
  border-bottom: 1px solid #939393;
  margin: 1.65em auto;
}
.lng-facility-right-sidebar
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%;
}

.lng-facility-right-sidebar form .gform_footer .gform_button {
  background-color: #0974bb !important;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  width: 150px;
  padding: 15px 10px;
  letter-spacing: 1px;
}
.lng-facility-right-sidebar form .gform_footer .gform_button:hover {
  background-color: #1481c9 !important;
}

.page-contaminated-site-cleanups .gb-block-layout-column-inner div a {
  background-color: #0974bb !important;
  color: #ffffff !important;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  width: 185px;
  padding: 15px 10px;
  letter-spacing: 1px;
  border: 1px solid #0974bb !important;
  margin-bottom: 0px;
}

.page-contaminated-site-cleanups .gb-block-layout-column-inner div a:hover {
  background-color: #1481c9;
}

.stand-for-our-sound .is-layout-flex {
  display: block;
}
.ourstaffOuter .is-layout-flex::before {
  content: " ";
  display: table;
}
.stand-for-our-sound .is-layout-flex::after {
  clear: both;
  content: " ";
  display: table;
}
.stand-for-our-sound .is-layout-flow:first-child {
  float: left !important;
  width: 400px;
  margin: 0px 20px 10px 0px;
}
.stand-for-our-sound .is-layout-flow.wp-block-column.advanced-award-category {
  width: 100%;
}
.cmstextSec p a u {
  text-decoration: none !important;
}

/* Pagination CSS END */
/* Responsive Start */
.header-section #menu-header-menu li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-left: 5px;
  position: absolute;
  right: -16px;
}
.header-section ul.menu ul.sub-menu li a:after {
  display: none;
}
.header-section
  .genesis-nav-menu
  .sub-menu
  li.menu-item-has-children
  > a::after {
  content: none;
}
.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}

.header-section .site-header .title-area .custom-logo-link {
  padding: 5px 0 5px !important;
}
.header-section .site-header .title-area .custom-logo-link img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-section .site-header .title-area .custom-logo-link {
  width: 100%;
  height: 127px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.fixed .header-section .site-header .title-area .custom-logo-link {
  padding: 5px 0px 5px !important;
  height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.fixed .header-section .wp-custom-logo .title-area img {
  height: 100%;
}
.wp-custom-logo .site-container .custom-logo-link {
  aspect-ratio: 200/100 !important;
}
.fixed .header-section #menu-header-menu li {
  padding: 43px 78px 20px 0px;
  transition: all 0.5s ease 0s;
}

.header-section #menu-header-menu li .sub-menu li:hover {
  /* border-left: 5px solid #1d95b3; */
  background: #cad2d5e3;
}

/* Employment page start */

.employment-page-content ul li {
  list-style-type: disc;
  margin-bottom: 20px;
  margin-left: 50px;
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.employment-page-content ul li::marker {
  font-size: 22px;
}
/* .employment-page-content h3 */
/* {color: #383838;
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  } */
.employment-page-content h4 {
  color: #383838;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.employment-page-content ul li strong {
  color: #383838;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.employment-page-content h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.employment-page-content ul li ul {
  margin-top: 10px;
  margin-left: 30px;
}
.employment-page-content ul li ul li {
  list-style-type: circle;
  margin-bottom: 20px;
  margin-left: 20px;
}
.latest-news-side-one p,
.board-of-director p,
.over-organization-page p,
.employment-page-content p {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.over-organization-page p strong {
  font-weight: 700;
}
/* Employment page End */
.over-organization-page p {
  margin-bottom: 20px;
}
.over-organization-page h4 {
  color: #383838;
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0px;
}
.our-staff-data .wp-block-columns {
  background-color: #dfedf6;
  padding: 35px;
}
.our-staff-data .wp-block-columns p strong {
  color: #0974bb;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.our-staff-data .wp-block-columns p em {
  color: #0974bb;
}
.our-staff-data figure.wp-block-image {
  height: 350px;
  width: 100%;
  margin-bottom: 0px;
}
.our-staff-data figure.wp-block-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact-us-page .gform_heading {
  display: none;
}
.contact-us-form {
  margin-top: 50px;
  padding: 40px 40px;
  background-color: #daeaf5;
}
.contact-us-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 100px;
  resize: none;
}
.contact-us-form .gform_wrapper.gravity-theme .gfield select.large,
.contact-us-form .gform_wrapper.gravity-theme .gfield input.large,
.sign-up-section .gform_wrapper.gravity-theme input[type="text"] {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0px;
  padding: 0px 10px;
  height: 40px;
  border: 1px solid #cfcfcf;
  width: 100%;
}
.contact-us-form .ginput_container.ginput_container_select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.contact-us-form
  .gform_wrapper.gravity-theme
  .gfield
  select.large:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.contact-us-form .ginput_container.ginput_container_select:after {
  content: "▼";
  position: absolute;
  top: 1px !important;
  left: calc(100% - 30px);
  height: 91%;
  font-size: 76%;
  padding: 8px 8px 8px;
  background-color: transparent;
  color: #383838;
  pointer-events: none;
}
.page-stories-on-the-sound .gform_button.button,
.page-environmental-justice-camp-for-girls .gform_button.button,
.page-volunteer .gform_button.button,
.contact-us-form .gform_button.button {
  background-color: #0974bb;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  width: 185px;
  padding: 15px 10px;
  letter-spacing: 1px;
  border: 1px solid #0974bb;
  margin-bottom: 0px;
}
.page-stories-on-the-sound div#gform_wrapper_10 {
  margin-bottom: 40px;
  margin-top: 20px;
}
.page-environmental-justice-camp-for-girls .gform_button.button:hover,
.page-volunteer .gform_button.button:hover,
.contact-us-form .gform_button.button:hover {
  background-color: #1481c9;
  border: 1px solid #1481c9;
}
.gform-icon--close:before {
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-left: 8px;
  height: 12px;
  width: 18px;
}
.contact-us-form .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  align-items: center;
  display: flex;
  font-size: 18px;
  height: 80%;
  left: -7px;
  position: absolute;
  top: -2px;
  display: none;
}
.contact-us-form .gform_wrapper .gform_validation_errors {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  margin-bottom: 5px !important;
  margin-top: 0px !important;
  padding: 0px 0px 0px 0px !important;
  /* position: relative; */
  /* width: 100%; */
}
.get-involved-two-side p a,
.board-of-director p a,
.our-staff-data p a {
  color: #0974bb;
}
.get-involved-two-side p a:hover,
.board-of-director p a:hover,
.our-staff-data p a:hover {
  text-decoration: underline;
}
.contact-us-form .gform_wrapper .gform_validation_errors {
  border-radius: 0px;
}
.page-environmental-justice-camp-for-girls
  .gform_wrapper.gravity-theme
  .gfield
  textarea.large {
  height: 150px;
}
.board-of-director h4,
.content-third-section h4 {
  color: #383838;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.board-of-director {
  padding-bottom: 10px;
}
.board-of-director h6 {
  color: #383838;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}
.board-of-director h5 {
  margin-bottom: 0px;
  font-size: 17px;
}
.board-of-director h5 em {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0px;
}
.board-of-director .is-layout-flex.wp-container-4.wp-block-columns {
  margin-bottom: 0px;
}

/* Get Involed page start */

.get-involved-page .get-involved-two-side {
  margin-top: 0px;
  margin-bottom: 35px;
}
.get-involved-page .get-involved-side-two p {
  margin-bottom: 0px;
}
.get-involved-page .get-involved-two-side .gb-block-layout-column-gap-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
}
.get-involved-page
  .get-involved-two-side
  .gb-block-layout-column-gap-2
  .get-involved-side-one {
  flex: 0 0 10%;
  max-width: 10%;
}
.get-involved-page .get-involved-two-side .get-involved-side-two {
  flex: 0 0 80%;
  max-width: 80%;
}
.get-involved-page p {
  margin-bottom: 50px;
}
.get-involved-page
  .wp-block-genesis-blocks-gb-column.gb-block-layout-column
  figure {
  height: 80px;
  width: 80px;
  margin-bottom: 0px;
}
.get-involved-page
  .wp-block-genesis-blocks-gb-column.gb-block-layout-column
  figure
  img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.get-stay-informed-section {
  padding: 50px 0px;
  background-image: url(https://healthybayostg.wpengine.com/wp-content/uploads/2022/11/waves-img-313465915-copy.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.get-stay-informed-section h3 {
  color: #383838;
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  padding-bottom: 12px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.get-stay-informed-section p {
  color: #383838;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.get-stay-informed-section .my_newsletter,
.get-stay-informed-section .gb-block-layout-column-gap-2 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.get-stay-informed-section
  .gb-block-layout-column-gap-2
  .gb-block-layout-column {
  flex: 0 0 48%;
  width: 48%;
}
.get-stay-informed-section .tnp-field-email {
  flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 0px;
}
.get-stay-informed-section .tnp-field-email .tnp-field-button {
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 0px;
}
.get-stay-informed-section
  .tnp-subscription
  .tnp-field.tnp-field-email
  .tnp-email {
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  padding: 30px 20px;
  display: inline-block;
  border: none;
  color: #383838;
  background-color: #fff;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  border-radius: 0px;
  margin-bottom: 0px;
}
.get-stay-informed-section .tnp-subscription {
  margin: 0px;
}
.get-stay-informed-section .tnp-subscription input.tnp-submit {
  font-family: "Roboto Condensed";
  width: 187px;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px 10px;
  border: 1px;
  border-color: #fff;
  background-color: #0faebf !important;
  background-image: none;
  text-shadow: none;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.get-stay-informed-section .tnp-subscription input.tnp-submit:hover {
  background-color: #1c95b3;
}
.get-stay-informed-section .tnp-subscription input[type="email"] {
  width: 100%;
}
.latest-news-side {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.latest-news-side .latest-news-side-one {
  flex: 0 0 69%;
  width: 69%;
}
.latest-news-side .cmstextSec .sidebar-Outer {
  flex: 0 0 30%;
  width: 30%;
}
.upcomming-event-section
  .cmstextSec
  .sidebar-Outer
  .news-inner-section
  .news-inner {
  flex: 0 0 100%;
  width: 100%;
  padding: 0px 0 30px;
  border-bottom: 1px solid #939393;
}
.latest-news-side .Newslatter_Form-section {
  margin-top: 30px;
}
.latest-news-side .tnp-subscription .tnp-email {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 16px 12px;
  display: inline-block;
  border: none;
  color: #383838;
  background-color: #fff;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  border-radius: 0px;
  margin-bottom: 10px;
}
.environmental-justice-camps-page .gb-block-button a,
.latest-news-side .tnp-subscription input.tnp-submit {
  font-family: "Roboto Condensed";
  width: 187px;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 10px;
  border: 1px;
  border-color: #fff;
  background-color: #0974bb !important;
  background-image: none;
  text-shadow: none;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.environmental-justice-camps-page .gb-block-button a,
.latest-news-side .tnp-subscription input.tnp-submit:hover {
  background-color: #1481c9 !important;
  /* border: 1px solid #1481c9 !important; */
}
.latest-news-side .Newslatter_Form-section h2 {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 0px;
}
.latest-news-side .tnp-subscription {
  margin-bottom: 0px;
}

/* Get Involed page End */

.bay-patrol-page {
  padding-bottom: 20px;
}
.bay-patrol-page-section-2 .is-layout-flow.wp-block-column.content-container,
.bay-patrol-page-section-2 .gb-container-inside {
  background-color: #dfedf6;
  padding: 35px;
}
.bay-patrol-page-section-2 p {
  margin-bottom: 20px;
}
.bay-patrol-page-section-3 {
  margin-bottom: 40px;
}

.bay-patrol-page-section-3 p strong,
.bay-patrol-page-section-2 p strong {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.bay-patrol-page-section-2 .is-layout-flow.wp-block-column.content-container h3,
.bay-patrol-page-section-2 p strong {
  font-size: 20px;
  line-height: 24px;
  color: #0974bb;
}
.bay-patrol-page-section-3 p strong {
  color: #0974bb;
  font-size: 24px;
}
.bay-patrol-page-section-3 p {
  margin-top: 20px;
}
.bay-patrol-page-section-3 {
  text-align: center;
}
.bay-patrol-page-section-2 {
  margin-bottom: 30px;
}
.bay-patrol-page-section-2 .is-layout-flow.wp-block-column.content-container ul,
.our-work-page ul li,
.bay-patrol-page-section-2 ul {
  margin-bottom: 10px;
  margin-left: 40px;
}
.bay-patrol-page-section-2 .is-layout-flow.wp-block-column.content-container p {
  padding-left: 0px !important;
  font-style: normal;
}
.bay-patrol-page-section-2
  .is-layout-flow.wp-block-column.content-container
  blockquote {
  margin: 0px 0px 20px;
}
.bay-patrol-page-section-2 p:last-child {
  margin-bottom: 0px;
}
.bay-patrol-page-section-3 figure {
  height: 250px;
  width: 100%;
  margin-bottom: 0px;
}
.bay-patrol-page-section-3 figure img {
  height: 100%;
  width: 100%;
}
.stormwater-bingo-page,
.tide-pooling-page,
.roe-vs-wade-page,
.resources-page {
  padding-bottom: 80px;
}
.roe-vs-wade-page p {
  margin-bottom: 20px;
  color: #383838;
  font-size: 17px;
  line-height: 30px !important;
  font-weight: 400;
  margin-bottom: 14px;
}
.resources-page .cmstextSec .gb-container-content p {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 14px;
}
.resources-page .cmstextSec figure {
  height: 290px;
  width: 100%;
}
.resources-page .cmstextSec .sidebar-Outer h2 {
  margin-bottom: 20px;
}
.resources-page .cmstextSec figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.roe-vs-wade-page p:last-child {
  margin-bottom: 0px;
}
.page-id-6779 .is-layout-flex.wp-container-2.wp-block-columns {
  margin-bottom: 0px;
}
.roe-vs-wade-page .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%;
  border-bottom: 1px solid;
  color: #c8c8c8;
}

.stormwater-bingo-page p,
.tide-pooling-page .cmstextSec .gb-container-content p {
  color: #383838 !important;
  font-size: 17px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}
.stormwater-bingo-page figure.wp-block-image.size-large {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.stormwater-bingo-page figure.wp-block-image.size-large img {
  height: 100%;
  width: 100%;
}
.stormwater-bingo-button {
  margin-top: 20px;
  margin-bottom: 0px;
}
.is-layout-flex.wp-container-4.wp-block-columns.stormwater-bingo-button,
.stormwater-bingo-button .gb-block-button {
  margin-bottom: 0px;
}
.contaminated-site-cleanups-page .gb-block-button a,
.stormwater-bingo-page .gb-block-button a {
  background-color: #0974bb !important;
  color: #ffffff !important;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  width: 185px;
  padding: 15px 10px;
  letter-spacing: 1px;
  border: 1px solid #0974bb !important;
  margin-bottom: 0px;
}

.contaminated-site-cleanups-page .gb-block-button a:hover,
.stormwater-bingo-page .gb-block-button a:hover {
  background-color: #1481c9 !important;
  border: 1px solid #1481c9 !important;
}
.tide-pooling-page figure.wp-block-image.size-full {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}

.accordion {
  padding: 18px 30px 18px 18px !important;
  position: relative;
}
.accordion:after {
  margin-left: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/* 09-12-2022 */
.page-stand-for-our-sound-event-directions .bay-patrol-page-section-2 h3 {
  font-size: 20px !important;
  line-height: 24px !important;
  color: #0974bb;
  margin-top: 0px;
}
.page-stand-for-our-sound-event-directions
  .bay-patrol-page-section-2
  .is-layout-flex.wp-container-2.wp-block-columns {
  margin-bottom: 0px;
}
.community-btns .is-layout-flow.wp-block-column {
  display: flex;
  flex-wrap: wrap;
}

.board-of-director .directorouter {
  border-bottom: 1px solid #c8c8c8 !important;
  padding-bottom: 20px;
}

.page-id-3349 .acc .accordian-details ul {
  padding-left: 40px;
}

p.accordian-img-caption {
  font-style: italic;
  margin-top: 10px;
}
.clint-action,
.occidental-chemical-wrap {
  padding: 80px 0 40px;
}
.occidental-chemical-wrap p a,
.interim-regulations-page ul li a,
.interim-regulations-page .tideflats-subarea p a {
  color: #0974bb;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
.interim-regulations-page ul li a:hover,
.occidental-chemical-wrap p a:hover,
.interim-regulations-page .tideflats-subarea p a:hover {
  text-decoration: underline;
}

.interim-regulations-page .tideflats-subarea {
  padding: 80px 0 40px;
}
.occidental-chemical-cleanup-site,
.occidental-chemical-wrap .right-more-info .gb-block-layout-column-inner,
.interim-regulations-page .right-more-info .gb-block-layout-column-inner {
  padding: 40px 40px;
  background-color: #e6f1f8;
  margin-bottom: 0px;
}
.occidental-chemical-cleanup-site .gb-block-layout-column-inner h4 {
  color: #383838;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.occidental-chemical-wrap
  .right-more-info
  .gb-block-layout-column-inner
  hr.wp-block-separator {
  /* padding: 25px 0 30px; */
  border-bottom: 1px solid #939393;
}
.occidental-chemical-wrap
  .right-more-info
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%;
}
.right-more-info h3,
.lng-facility .lng-facility-right-sidebar h3,
.occidental-chemical-wrap .right-more-info .gb-block-layout-column-inner h3,
.interim-regulations-page .gb-block-layout-column-inner h3 {
  color: #0974bb;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.occidental-chemical-wrap .right-more-info .gb-block-layout-column-inner {
  text-transform: none;
}
.occidental-chemical-wrap .right-more-info .gb-block-layout-column-inner label {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  text-transform: none;
}
.occidental-chemical-wrap
  .right-more-info
  .gb-block-layout-column-inner
  .gravity-theme
  .gform_button {
  background-color: #0974bb;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  width: 183px;
  padding: 15px 10px;
  letter-spacing: 1px;
}
.occidental-chemical-wrap
  .right-more-info
  .gb-block-layout-column-inner
  .gravity-theme
  .gform_button:hover {
  background-color: #1481c9 !important;
}
/* .interim-regulations-page .wp-block-genesis-blocks-gb-columns .gb-block-button {
  margin-bottom: 0;
} */
.interim-regulations-page ul {
  padding-left: 40px;
}
.right-more-info p,
.interim-regulations-page .gb-block-layout-column-inner p,
.interim-regulations-page .gb-block-layout-column-inner ul li,
.occidental-chemical-cleanup-both-side p,
.lng-facility-page p,
.occidental-chemical-wrap .right-more-info .gform_heading span,
.occidental-chemical-wrap .right-more-info p,
.occidental-chemical-wrap .gb-block-layout-column-inner,
.interim-regulations-page .gb-block-layout-column-inner {
  color: #383838;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.occidental-chemical-wrap .right-more-info .gform_heading span {
  font-weight: 700;
}
.interim-regulations-page .gb-block-layout-column-inner ul li {
  margin-bottom: 10px;
}
.interim-regulations-page .gb-block-layout-column-inner p {
  word-break: break-word;
}
.occidental-chemical-wrap .gb-block-layout-column-inner h2,
.interim-regulations-page .gb-block-layout-column-inner h2 {
  color: #383838;
  font-size: 38px;
  font-weight: bold;
  line-height: 45px;
}
.occidental-chemical-wrap p strong {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #383838;
}
.interim-regulations-page
  .wp-block-genesis-blocks-gb-button.gb-block-button:last-child {
  margin-bottom: 0px;
}
.interim-regulations-page .wp-block-genesis-blocks-gb-button.gb-block-button {
  margin-bottom: 40px;
}
.interim-regulations-page
  .wp-block-genesis-blocks-gb-button.gb-block-button
  .gb-button {
  font-family: "Roboto Condensed";
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  padding: 15px 40px;
  border: 1px;
  border-color: #fff;
  background-color: #0974bb !important;
  background-image: none;
  text-shadow: none;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.interim-regulations-page
  .wp-block-genesis-blocks-gb-button.gb-block-button
  .gb-button:hover {
  background-color: #1481c9 !important;
}
.clint-action .is-layout-flex.wp-container-2.wp-block-columns {
  margin-bottom: 0px;
}
/*End of CSS 09-12-2022*/

@media (max-width: 1440px) {
  .page-content .hero-section {
    height: 660px;
    width: 100%;
  }
  .home-about-section
    .gb-2-col-wideright
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
    left: -30px;
  }

  .upcomming-event h2 {
    margin-bottom: 40px;
  }

  .upcomming-event .events-details .event-content {
    padding: 40px;
  }
}

@media (max-width: 1366px) {
  .home-about-section p:first-child {
    margin-bottom: 15px;
  }
  .page-content .hero-section {
    height: 621px;
    width: 100%;
  }
  .home-about-section {
    padding: 80px 10px 80px;
  }
  .what-we-do {
    padding: 50px 0px 30px;
  }
  .what-we-do
    .what-we-do-one
    .what-we-do-box
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:last-child {
    margin-bottom: 20px;
  }
  .news-section,
  .upcomming-event {
    padding: 50px 0px 70px;
  }
  .news-section h2 {
    margin-bottom: 30px;
  }
  .footer-before-section {
    padding: 100px 0 100px;
  }
  .home-about-section
    .gb-2-col-wideright
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
    left: -30px;
    top: 40px;
  }

  .home-about-section
    .gb-2-col-wideright
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
    content: "";
    height: 200px;
    width: 200px;
  }
  .what-we-do
    .what-we-do-one
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    grid-gap: 0 30px;
  }
  .cmstextSec .sidebar-Outer {
    margin-left: 10px;
  }
  .cmstextSec .stay-informed {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .blog .latest-news {
    padding: 50px 0px 70px;
  }
  .custom-container1 h1 {
    font-size: 40px;
    line-height: 47px;
  }
  .six-slider-section .six-slider-content {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (max-width: 1280px) {
  .home-about-section {
    padding: 60px 10px 60px;
  }
  .home-about-section h2 {
    font-size: 45px;
    line-height: 48px;
  }
  .home-about-section
    .gb-2-col-wideright
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
    left: -18px;
    top: -9px;
  }
  .page-content .hero-section {
    height: 545px;
    width: 100%;
  }
  .newsletter-section
    .tnp-subscription
    .tnp-field.tnp-field-button
    .tnp-submit {
    margin-left: 10px;
  }
  .home-about-section
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column
    .wp-block-embed__wrapper {
    width: 100%;
    height: 100%;
  }
  .upcomming-event .events-details .event-content p {
    padding: 10px 0px 0px;
  }
  .news-section h2 {
    margin-bottom: 20px;
  }
  .news-inner-section .news-inner {
    flex: 0 0 32%;
    width: 32%;
  }
  .footer-before-section
    .wp-block-genesis-blocks-gb-columns.gb-layout-columns-2.gb-2-col-equal::before {
    height: 160px;
    width: 160px;
    left: -45px;
    top: -25px;
  }
  .footer-before-section .custom-container {
    padding: 0px 50px 0px 50px;
  }
  .footer-before-section
    .wp-block-genesis-blocks-gb-columns.gb-layout-columns-2.gb-2-col-equal::after {
    height: 130px;
    width: 130px;
    right: -17px;
    bottom: 0px;
  }
  .footer-before-section p::before {
    height: 40px;
    width: 40px;
  }
  .what-we-do
    .what-we-do-one
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    grid-gap: 0 15px;
  }
  .upcomming-event .events-details .event-content {
    padding: 40px 40px 40px 40px;
  }
  .newsletter-section .tnp-field.tnp-field-email {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 35% !important;
    max-width: 35% !important;
  }
  .event.section {
    padding-top: 20px;
  }
  #tribe-events-footer {
    margin-bottom: 50px;
  }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 30px;
  }
  .cmstextSec .sidebar-Outer {
    padding: 30px 30px;
    width: 100%;
    margin-left: 0px;
  }
  .cmstextSec figure .wp-block-embed__wrapper {
    width: 100%;
    height: 400px;
  }
  .cmstextSec h2 {
    padding-bottom: 15px;
  }
  .cmstextSec h3 {
    margin: 20px 0px;
  }
  .cmstextSec .acc__panel {
    background: #fff;
    color: #212121;
    display: none;
    margin: 0;
    padding: 1em;
  }
  .cmstextSec .sign-up-section {
    padding: 20px 0px;
  }
  .cmstextSec
    .wp-block-genesis-blocks-gb-columns.sign-up-section.custom-container.gb-layout-columns-2.gb-2-col-wideleft {
    padding: 10px 15px;
  }
  .cmstextSec h3 {
    margin: 0px 0px 10px;
  }
  .occidental-chemical-wrap {
    padding: 50px 0;
  }

  .page-faq .cmstextSec,
  .page-stories-on-the-sound .cmstextSec,
  .page-volunteer .cmstextSec,
  .page-stand-for-our-sound-event-directions .cmstextSec,
  .clint-action,
  .our-work-page,
  .environmental-justice-camps-page,
  .bay-patrol-page,
  .get-involved-page,
  .board-of-director,
  .contact-us-page,
  .over-organization-page,
  .employment-page-content,
  .interior-page-first-section {
    padding: 50px 0px 0px;
  }
  .page-lng-pscaa-hearing-talking-points .cmstextSec,
  .page-report-water-pollution .bay-patrol-page-section-2 {
    padding: 20px 0px 40px;
  }
  .interior-page-first-section .first-headline-section {
    margin-bottom: 40px;
  }
  .background-youtube {
    padding: 50px 0px 40px;
  }
  .background-youtube figure .wp-block-embed__wrapper {
    width: 100%;
    height: 480px;
  }
  .background-youtube .gb-container-content {
    padding: 0px 70px;
  }
  .page-stand-for-our-sound-event-directions .cmstextSec {
    margin-bottom: 0px;
  }

  .page-faq .cmstextSec h2,
  .page-stories-on-the-sound .cmstextSec h2,
  .page-volunteer .cmstextSec h2,
  .page-stand-for-our-sound-event-directions .cmstextSec h2,
  .clint-action h2,
  .stand-for-our-sound-2022 h2,
  .lng-facility .gb-block-layout-column-inner h2,
  .page-contaminated-site-cleanups .gb-block-layout-column-inner h2,
  .six-slider-section h2,
  .our-work-page h3,
  .environmental-justice-camps-page h3,
  .bay-patrol-page h3,
  .get-involved-page h3,
  .board-of-director h3,
  .contact-us-page h3,
  .employment-page-content h3,
  .interior-page-first-section .first-headline-section h3 {
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 42px;
  }
  .six-slider-section h2 {
    padding-bottom: 0px;
  }
  .interior-page-first-section .second-headline-section ul li,
  .interior-page-first-section .second-headline-section p,
  .interior-page-first-section .first-headline-section h4,
  .interior-page-first-section .second-headline-section h4 {
    margin-bottom: 8px;
  }
  .content-third-section {
    padding: 40px 0px 40px;
  }
  .content-third-section .did-you-know {
    padding: 30px 0px;
    margin: 20px 0 30px;
  }
  .content-third-section .did-you-know p strong {
    font-size: 25px;
    line-height: 35px;
  }
  .content-third-section .long-sub-img-head {
    margin-top: 30px;
  }
  .service-galary-section {
    padding: 20px 0px 30px;
  }
  .service-galary-section .serviceouter .servicelist {
    flex: 0 0 32%;
    width: 32%;
    margin-bottom: 0px;
  }
  .newsletter-section {
    background-color: #111111;
    padding: 40px 0 40px;
  }
  .newsletter-section h3 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .sign-up-section {
    padding: 0px 15px 40px;
  }
  .newsletter-left h2 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .newsletter-left {
    padding: 30px 30px;
    background-color: #daeaf5;
  }
  /* .sign-up-section .wp-block-image {
    height: 570px;
    } */
  .interior-page-first-section .first-headline-section p {
    line-height: 27px;
  }
  .interior-page-first-section figure.wp-block-image.size-full {
    height: 600px;
  }
  .content-third-section ul li,
  .content-third-section p {
    margin-bottom: 10px;
  }
  .long-sub-img-head h4,
  .content-third-section h4 {
    margin-bottom: 15px;
  }
  .service-galary-section .serviceouter .servicelist .service-image {
    width: 100%;
    height: 380px;
  }
  .custom-container1 h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .cmstextSec {
    padding: 40px 0px 0px;
  }
  .cmstextSec .is-provider-youtube {
    padding: 30px 0px 15px;
  }
  .cmstextSec .acc:last-child {
    margin-bottom: 20px;
  }
  .customtabOuter figure,
  .page-id-7237 .is-layout-flex.wp-container-2.wp-block-columns {
    margin-bottom: 0px;
  }
  .customtabOuter .customtab-content {
    padding: 20px;
  }
  .cmstextSec .customtab-content .tab-details p {
    margin-bottom: 10px;
  }
  .cmstextSec .customtab-content .tab-img {
    margin-bottom: 10px;
  }
  .stay-informed {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .page-donate .content-area.line-list {
    padding: 40px 15px 0px;
  }
  .page-donate .gform_wrapper.gravity-theme {
    padding: 30px 60px;
  }
  .cmstextSec .sidebar-Outer {
    padding: 30px 30px;
    width: 100%;
    margin-left: 0px;
  }
  .latest-news-side .sidebar-Outer {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .occidental-chemical-wrap .gb-block-layout-column-inner h2,
  .interim-regulations-page .gb-block-layout-column-inner h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 1200px) {
  .page-content .hero-section {
    height: 537px;
    width: 100%;
  }
  .newsletter-section
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child {
    flex: 0 0 47%;
    width: 47%;
  }
  .newsletter-section
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:last-child {
    flex: 0 0 50%;
    width: 50%;
  }
  .home-about-section
    .gb-2-col-wideright
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
    left: -22px;
    top: -7px;
  }
  .home-about-section
    .gb-2-col-wideright
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
    height: 180px;
    width: 180px;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 29%;
    max-width: 29%;
  }
  .cmstextSec .is-layout-flow.wp-block-column.main-section {
    padding: 40px 0px 0px;
  }
  .head-type1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .cmstextSec figure .wp-block-embed__wrapper {
    width: 100%;
    height: 375px;
  }
  .interior-page-first-section .first-headline-section p {
    margin-bottom: 10px;
  }
  .interior-page-first-section figure.wp-block-image.size-full {
    height: 580px;
  }
  .service-galary-section .serviceouter .servicelist .service-image {
    width: 100%;
    height: 360px;
  }
  .sign-up-section .gform_description {
    color: #383838;
    font-size: 20px;
    line-height: 25px;
  }
  .newsletter-left h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    padding-bottom: 10px;
  }
  .latest-news-side .latest-news-side-one {
    flex: 0 0 64%;
    width: 64%;
  }
  .latest-news-side .sidebar-Outer {
    flex: 0 0 36%;
    max-width: 36%;
  }
  .get-stay-informed-section .my_newsletter {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .get-stay-informed-section .gb-block-layout-column-gap-2 {
    grid-gap: 24px;
    justify-content: flex-start;
  }
  .get-stay-informed-section .tnp-subscription input.tnp-submit {
    margin-left: 15px;
  }
}

@media (max-width: 1166px) {
  .newsletter-section
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child {
    flex: 0 0 40%;
    width: 40%;
  }
  .newsletter-section
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:last-child {
    flex: 0 0 50%;
    width: 50%;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .service-galary-section {
    padding: 50px 15px 20px;
  }
  .stay-informed {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .page-content .hero-section {
    height: 100%;
    width: 100%;
    background-position: center;
  }
  .home-about-section
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-about-section h2 {
    width: 430px;
  }
  .home-about-section p:first-child {
    margin-bottom: 10px;
  }
  .home-about-section
    .gb-2-col-wideright
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
    left: -21px;
    top: -50px;
  }
  .home-about-section {
    padding: 60px 10px 40px;
  }
  .home-about-section
    .gb-2-col-wideright
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
    left: -21px;
    top: -35px;
  }
  .what-we-do
    .what-we-do-one
    .what-we-do-box
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    grid-gap: 0 20px;
  }
  .what-we-do
    .what-we-do-one
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    grid-gap: 0 20px;
  }
  .news-section,
  .upcomming-event {
    padding: 30px 0px 50px;
  }
  .upcomming-event .events-details {
    margin-bottom: 25px;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .cmstextSec h3,
  .cmstextSec h2 {
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  .cmstextSec figure .wp-block-embed__wrapper {
    width: 100%;
    height: 360px;
  }
  .cmstextSec .sidebar-Outer .news-inner-section .news-inner {
    padding: 20px 0 20px;
  }
  .cmstextSec .is-provider-youtube {
    padding: 30px 0px 30px;
    margin-bottom: 0px;
  }
  .cmstextSec .sidebar-Outer .news-inner-section .news-inner {
    margin-bottom: 0px;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 38% !important;
    max-width: 38% !important;
  }
  .customtabOuter .customtab-content {
    padding: 20px;
  }
  .stay-informed {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .content-third-section .did-you-know p strong {
    font-size: 22px;
    line-height: 30px;
  }
  .occidental-chemical-wrap {
    padding: 40px 0;
  }
  .page-lng-pscaa-hearing-talking-points .cmstextSec,
  .page-faq .cmstextSec,
  .page-report-water-pollution .bay-patrol-page-section-2,
  .page-faq .cmstextSec,
  .page-stories-on-the-sound .cmstextSec,
  .page-volunteer .cmstextSec,
  .page-stand-for-our-sound-event-directions .cmstextSec,
  .clint-action,
  .our-work-page,
  .environmental-justice-camps-page,
  .bay-patrol-page,
  .get-involved-page,
  .board-of-director,
  .contact-us-page,
  .over-organization-page,
  .employment-page-content,
  .interior-page-first-section {
    padding: 40px 0px 0px;
  }
  .page-lng-pscaa-hearing-talking-points .cmstextSec {
    padding: 40px 0px 40px;
  }
  .interior-page-first-section .first-headline-section {
    margin-bottom: 5px;
  }
  .blog .latest-news {
    padding: 30px 0px 50px;
  }
  .footer-para {
    padding-top: 25px;
  }
  .footer-before-section {
    padding: 60px 0 60px;
  }
  .footer-before-section p::before {
    bottom: -46px;
  }
  .upcomming-event .events-details .event-content h4 a {
    font-size: 19px;
    line-height: 26px;
  }
  .contact-us-page
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .contact-us-page iframe {
    width: 100%;
    height: 350px;
  }
  .latest-news-side .latest-news-side-one {
    flex: 0 0 63%;
    width: 63%;
  }
  /* .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    justify-content: center;
    display: flex;
  } */
}
@media (max-width: 991px) {
  .header-top .left-alignment {
    flex: 0 0 45%;
    width: 45%;
  }
  .header-top .right-alignment {
    flex: 0 0 55%;
    width: 55%;
  }
  .newsletter-section
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child {
    flex: 0 0 38%;
    width: 38%;
  }
  .newsletter-section
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:last-child {
    flex: 0 0 40%;
    width: 40%;
  }
  .news-inner-section .news-inner {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 50px;
  }
  .news-inner-section .news-inner:last-child {
    margin-bottom: 0px;
  }
  .news-inner-section {
    flex-wrap: wrap;
  }
  .newsletter-section
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:last-child {
    flex: 0 0 52%;
    width: 52%;
  }
  .tribe-events-single .tribe-events-sub-nav {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    flex-wrap: wrap;
  }
  li.tribe-events-nav-next,
  li.tribe-events-nav-previous {
    flex: 0 0 50%;
    width: 50%;
  }
  li.tribe-events-nav-next {
    text-align: right;
    margin-top: 10px !important;
  }
  .page-donate .content-area.line-list {
    padding: 40px 15px 0px;
  }
  .page-donate .gform_wrapper.gravity-theme {
    padding: 30px 30px;
  }

  .cmstextSec figure .wp-block-embed__wrapper {
    width: 100%;
    height: 346px;
  }
  .cmstextSec .sidebar-Outer {
    padding: 20px 20px;
    background-color: #e6f1f8;
  }
  .customtabOuter:first-child {
    max-width: 100%;
  }
  .cmstextSec .newsletter-left {
    padding: 30px 30px;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .newsletter-section {
    background-color: #111111;
    padding: 30px 0 30px;
  }
  .cmstextSec .tnp-subscription .tnp-field-button {
    margin-top: 0px !important;
  }
  .cmstextSec .newsletter-section h3 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .cmstextSec .customtabOuter.tabOuter {
    border: 2px solid #ddd;
    margin-bottom: 20px;
  }
  .cmstextSec .is-layout-flow.wp-block-column.smalltab {
    margin-bottom: 0px;
  }
  .event-details .left-part.news-img {
    height: 100%;
  }
  /* .page-project
    .wp-block-genesis-blocks-gb-columns.sign-up-section.custom-container.gb-layout-columns-2.gb-2-col-wideleft {
    padding: 40px 15px;
    } */
  .cmstextSec .newsletter-left h2 {
    padding-bottom: 10px;
  }
  .cmstextSec .sign-up-section .wp-block-image {
    height: 600px;
  }
  .cmstextSec .newsletter-left p {
    font-size: 18px;
    line-height: 24px;
  }
  .cmstextSec .newsletter-left .tnp-subscription {
    margin: 18px auto 0px;
  }
  .cmstextSec h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .cmstextSec .gb-container-content p {
    margin-bottom: 10px;
  }
  .cmstextSec h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .cmstextSec h3 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .content-third-section {
    padding: 25px 0px 10px;
  }
  .content-third-section .did-you-know {
    padding: 25px 0px;
    margin: 0px 0 20px;
  }
  .content-third-section .long-sub-img-head {
    margin-top: 20px;
  }
  .long-sub-img-head h4,
  .content-third-section h4 {
    margin-bottom: 5px;
  }
  .content-third-section ul li,
  .content-third-section p {
    margin-bottom: 5px;
  }
  .event-details {
    flex-direction: column;
  }

  .event-details .left-part.news-img {
    position: revert;
  }

  .event-details .left-part.news-img,
  .event-details .right-part {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .event-details .cms-text h2 {
    text-align: center !important;
  }

  .event-details .cms-text img.centered,
  .aligncenter,
  .singular-image {
    margin: 0 auto 30px;
  }
  .custom-container1 h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .page-donate .gform_footer.top_label input#gform_submit_button_2 {
    width: 500px;
  }
  .footer-section {
    background: #111111;
    padding-top: 50px;
  }
  /* .page-donate .site-main .custom-container {
    padding: 0px 0px 10px !important;
    } */
  .page-donate .site-main .custom-container.wp-block-columns {
    margin-bottom: 0px;
  }
  .page-donate .gb-container-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .home-about-section p {
    margin-bottom: 5px;
  }
  .what-we-do {
    padding: 30px 0px 20px;
  }
  .news-section h2,
  .upcomming-event h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .sound-award-winners {
    background: rgba(9, 116, 187, 0.2);
    padding: 40px 0px;
  }
  .get-stay-informed-section .tnp-subscription input.tnp-submit {
    margin-left: 0;
  }
  .get-stay-informed-section .my_newsletter {
    flex-wrap: wrap;
    justify-content: center;
  }
  .get-stay-informed-section
    .gb-block-layout-column-gap-2
    .gb-block-layout-column {
    flex: 0 0 100%;
    width: 100%;
  }
  .get-stay-informed-section .tnp-subscription input.tnp-submit {
    margin-left: 15px;
  }
  .get-stay-informed-section
    .gb-block-layout-column-gap-2
    .gb-block-layout-column-inner {
    text-align: center;
  }
  .get-stay-informed-section p {
    max-width: 750px;
    margin: 0 auto;
  }
  .stormwater-bingo-button .gb-block-button {
    justify-content: center;
    display: flex;
  }
  .interim-regulations-page
    .gb-layout-columns-2
    > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
      "col1"
      "col2";
  }
  .occidental-chemical-wrap .gb-block-layout-column-inner h2,
  .interim-regulations-page .gb-block-layout-column-inner h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .page-contaminated-site-cleanups .gb-block-layout-column-inner h4 {
    color: #383838;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
  }
}

@media screen and (min-width: 960px) {
  .header-section #menu-header-menu li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding-left: 5px;
    position: absolute;
    right: -16px;
  }
  .header-section .sub-menu li.menu-item-has-children > a:after {
    display: none;
  }
  /* .menu-item-7550 #menu-header-menu li .sub-menu{ background: #cad2d5e3; }
  .header-section #menu-header-menu li .sub-menu{ background: #cad2d5e3; } */
  .header-section #menu-header-menu li .sub-menu li:hover {
    /* border-left: 5px solid #1d95b3; 
     background: #cad2d5e3;
  }
  .header-section #menu-header-menu li .sub-menu li:hover a {
    color: #1d95b3;
  }
  .header-section #menu-header-menu li .sub-menu li {
    /* border-left: 5px solid transparent; */
    /* width: 220px; */
  }
  /* .header-section #menu-header-menu li .sub-menu li .sub-menu li {
      width: 220px;
      } */
  .header-section #menu-header-menu li .sub-menu li:hover .sub-menu li a {
    color: #383838;
  }
  /* .sticky-header {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 9999;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      } */
  .fixed .header-section .site-header .title-area .custom-logo-link {
    height: 100px;
  }
  .header-section .site-header .title-area .custom-logo-link {
    padding: 5px 0 5px;
    width: 100%;
    height: 127px;
    aspect-ratio: unset;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .header-section .site-header .title-area .custom-logo-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .fixed .header-section #menu-header-menu li {
    padding: 43px 78px 20px 0px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
@media screen and (min-width: 960px) {
  .genesis-nav-menu #menu-item-7550 .sub-menu {
    width: 240px !important;
  }
  #menu-item-7550 .sub-menu ul.sub-menu {
    position: relative;
    margin: 0;
    display: block !important;
    opacity: 1 !important;
    white-space: normal;
    word-break: break-all;
    width: 100%;
    /*padding-left: 20px;*/
    height: 100% !important;
    border-bottom: 0px !important;
    background: transparent;
  }
  .header-section
    #menu-header-menu
    li#menu-item-7550
    .sub-menu
    ul.sub-menu
    > li
    > a {
    padding-left: 35px !important;
  }
  .header-section #menu-header-menu li .sub-menu li .sub-menu li {
    padding: 5px 5px 5px 15px;
    width: 100%;
  }
  .header-section #menu-header-menu li#menu-item-7550 .sub-menu li:hover {
    background: transparent !important;
  }
  .header-section #menu-header-menu li#menu-item-7550 .sub-menu li {
    padding: 0px !important;
  }
  .header-section #menu-header-menu li#menu-item-7550 .sub-menu li a {
    padding: 10px 15px !important;
  }
  /* .header-section #menu-header-menu li#menu-item-7550 > .sub-menu > li.menu-item-has-children > a{ 
     border-left: 5px solid #1c95b3 !important;  
    color: #1c95b3; background: #cad2d5e3;
   } */
  .header-section #menu-header-menu li .sub-menu li > a:hover,
  .header-section #menu-header-menu li#menu-item-7550 .sub-menu li > a:hover {
    color: #1c95b3;
    background: #cad2d5e3;
  }
  .header-section #menu-header-menu li .sub-menu li {
    padding: 0px !important;
  }
  .header-section #menu-header-menu li .sub-menu li a {
    padding: 10px 15px !important;
  }
}
@media screen and (max-width: 959px) {
  .header-section .wrap .nav-primary {
    position: absolute;
    top: 100px;
    background: #fff;
    border-bottom: 5px solid #0faebf;
    z-index: 9;
  }
  .header-section #menu-header-menu li a {
    padding: 0px 0px 0px;
  }
  .header-section #menu-header-menu li a:hover:before,
  .header-section #menu-header-menu li.current_page_item a:before {
    height: 2px !important;
  }
  .header-section #menu-header-menu li {
    padding: 10px 20px !important;
    border-bottom: 1px solid #dddddd;
  }
  .header-section #menu-header-menu li:last-child {
    border-bottom: none;
  }
  .header-section .wrap .nav-primary ul li a {
    display: inline-block;
  }
  .header-section #menu-header-menu li .sub-menu li {
    padding: 10px 10px !important;
    border-bottom: none;
  }
  .header-section #menu-header-menu li .sub-menu li .sub-menu li {
    padding: 4px 0px !important;
    border-bottom: none;
  }
  .header-section #menu-header-menu li .sub-menu li .sub-menu {
    padding-top: 20px !important;
  }
  .wp-custom-logo .title-area img {
    width: 90%;
  }
  .wp-custom-logo .title-area {
    /* max-width: 350px; */
    padding-bottom: 0px;
    padding-top: 5px;
  }

  .header-section #menu-header-menu li.menu-item-has-children > a::after {
    display: none;
  }
  .header-section #menu-header-menu li .sub-menu li .sub-menu li {
    padding: 10px 10px 10px;
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .what-we-do
    .what-we-do-one
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    display: block;
  }
  .what-we-do {
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding: 50px 0px;
  }
  .newsletter-section
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    flex-wrap: wrap;
  }
  .newsletter-section
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child,
  .newsletter-section
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:last-child {
    flex: 0 0 100%;
    width: 100%;
  }
  .upcomming-event .events-details .event-content p {
    padding: 15px 0px 0px;
  }
  .upcomming-event .events-details .event-content {
    padding: 40px 40px 40px 40px;
  }
  .newsletter-section h3 {
    text-align: center;
    margin-bottom: 10px !important;
  }
  .newsletter-section .tnp-field.tnp-field-email {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 0%;
    max-width: unset;
  }
  .newsletter-section form#my_newsletter {
    justify-content: center;
  }
  .footer-before-section
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column {
    flex: 0 0 100%;
    width: 100%;
  }
  .footer-before-section
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-before-section h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-before-section
    .wp-block-genesis-blocks-gb-columns.gb-layout-columns-2.gb-2-col-equal::before {
    left: -35px;
    top: -46px;
  }
  .footer-before-section p {
    max-width: 100%;
  }
  .footer-logo {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .footer-part {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-social {
    padding-top: 30px;
    padding-bottom: 12px;
  }
  .footer-section {
    padding-top: 50px;
  }
  .footer-bottom p {
    text-align: center;
  }
  .home-about-section h2 {
    width: 365px;
  }
  .cmstextSec figure .wp-block-embed__wrapper {
    width: 100%;
    height: 284px;
  }
  .cmstextSec h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .cmstextSec .sidebar-Outer .news-inner-section .news-inner:first-child {
    padding: 10px 0 20px;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .footer-before-section
    .is-layout-flex.wp-container-5.wp-block-columns
    .is-layout-flow.wp-block-column {
    display: flex;
    justify-content: center;
  }
  .footer-before-section .custom-container {
    padding: 0px 35px 0px 40px;
  }
  .header-top .right-alignment {
    flex: 0 0 50%;
    width: 50%;
  }
  .header-top .left-alignment {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (max-width: 823px) {
  .what-we-do h2 {
    margin-bottom: 40px;
  }
  .upcomming-event .events-details .event-content {
    padding: 20px 20px 20px 20px;
  }

  .tnp-subscription .tnp-field-button {
    margin-top: 0px !important;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 47%;
    max-width: 47%;
    display: flex;
    justify-content: center;
  }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 20px;
  }
  .ginput_container.ginput_container_select #input_2_14 {
    background-size: 2%;
    background-position-y: 21px;
  }
  .error-page {
    text-align: center;
    margin-bottom: 40px;
  }
  .error-page .error-page-img {
    margin-bottom: 0px;
  }
  .cmstextSec .newsletter-left {
    padding: 20px 25px;
  }
  .cmstextSec .newsletter-left h2 {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 5px;
  }

  .cmstextSec .newsletter-left p {
    color: #383838;
    font-size: 18px;
    line-height: 22px;
  }
  .cmstextSec .newsletter-left div#field_2_20,
  .cmstextSec .newsletter-left div#field_2_19 {
    margin-bottom: 12px;
  }
  .cmstextSec .newsletter-left .tnp-subscription {
    margin: 15px auto 0px;
  }
  .cmstextSec .newsletter-left .tnp-field.tnp-field-email {
    margin-bottom: 20px;
  }
  .cmstextSec .sign-up-section .wp-block-image {
    height: 480px;
  }
  .cmstextSec .customtab-content .tab-img {
    width: 100%;
    height: 260px;
  }
  .cmstextSec .customtab-content .tab-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cmstextSec .customtabOuter.tabOuter:first-child {
    margin-bottom: 5px;
  }
  .cmstextSec .customtabOuter.tabOuter {
    margin-bottom: 30px;
  }
  .cmstextSec .is-layout-flow.wp-block-column.smalltab {
    margin-bottom: 0px;
  }
  /* .page-project
    .wp-block-genesis-blocks-gb-columns .sign-up-section.custom-container.gb-layout-columns-2.gb-2-col-wideleft {
    padding: 40px 15px;
    } */
  .cmstextSec .is-provider-youtube {
    padding: 18px 0px 30px !important;
  }
  .interior-page-first-section .first-headline-section p {
    line-height: 23px;
  }
  .interior-page-first-section .first-headline-section p {
    margin-bottom: 5px;
  }
  .page-faq .cmstextSec h2,
  .page-stories-on-the-sound .cmstextSec h2,
  .page-volunteer .cmstextSec h2,
  .page-stand-for-our-sound-event-directions .cmstextSec h2,
  .clint-action h2,
  .stand-for-our-sound-2022 h2,
  .lng-facility .gb-block-layout-column-inner h2,
  .page-contaminated-site-cleanups .gb-block-layout-column-inner h2,
  .six-slider-section h2,
  .our-work-page h3,
  .environmental-justice-camps-page h3,
  .bay-patrol-page h3,
  .get-involved-page h3,
  .board-of-director h3,
  .contact-us-page h3,
  .employment-page-content h3,
  .interior-page-first-section .first-headline-section h3 {
    padding-bottom: 5px;
    font-size: 32px;
    line-height: 38px;
  }
  .interior-page-first-section .first-headline-section h4,
  .interior-page-first-section .second-headline-section h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .interior-page-first-section .second-headline-section ul li,
  .interior-page-first-section .second-headline-section p {
    line-height: 22px;
  }
  .second-headline-section .gb-block-layout-column-gap-2,
  .interior-page-first-section .gb-block-layout-column-gap-2 {
    grid-gap: 0 1em;
  }
  .content-third-section ul,
  .interior-page-first-section .second-headline-section ul {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .content-third-section .did-you-know p strong {
    font-size: 19px;
    line-height: 27px;
  }
  .second-headline-section {
    margin-bottom: 20px;
  }
  .background-youtube figure .wp-block-embed__wrapper {
    width: 100%;
    height: 370px;
  }
  .content-third-section p strong {
    line-height: 25px;
  }
  .content-third-section .did-you-know {
    padding: 22px 0px;
    margin: 10px 0 15px;
  }
  .content-third-section .long-sub-img-head {
    margin-top: 10px;
  }
  .newsletter-section form#my_newsletter {
    justify-content: center;
    margin-top: 10px;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 27% !important;
    max-width: 27% !important;
  }
  .service-galary-section .serviceouter .servicelist .test1-service {
    font-size: 18px;
    line-height: 26px;
  }
  .service-galary-section .serviceouter .servicelist .service-image {
    width: 100%;
    height: 250px;
  }
  .newsletter-left {
    padding: 25px 25px;
    background-color: #daeaf5;
  }
  .custom-container1 h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .sign-up-section .gb-is-responsive-column {
    margin-bottom: 0px;
  }
  .long-sub-img-head .gb-block-layout-column-gap-2,
  .first-headline-section .gb-block-layout-column-gap-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .sign-up-section .newsletter-left,
  .long-sub-img-head .gb-block-layout-column-gap-2 .gb-block-layout-column,
  .second-headline-section
    .gb-block-layout-column-gap-2
    .gb-block-layout-column,
  .first-headline-section
    .gb-block-layout-column-gap-2
    .gb-block-layout-column {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0px 5px;
  }
  .sign-up-section .newsletter-left,
  .long-sub-img-head .gb-block-layout-column-gap-2 {
    margin-bottom: 0px;
  }
  .second-headline-section .gb-block-layout-column-gap-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    flex-direction: column-reverse;
  }
  .second-headline-section {
    margin-bottom: 34px;
  }
  .home-about-section
    .gb-2-col-wideright
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
    left: -21px;
    top: -30px;
  }
  .home-about-section {
    padding: 40px 10px 20px;
  }
  .home-about-section h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .home-about-section p:first-child {
    margin-bottom: 5px;
  }
  .what-we-do {
    padding: 20px 0px;
  }
  .what-we-do h2 {
    margin-bottom: 20px;
  }
  .what-we-do
    .what-we-do-one
    .what-we-do-box
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:last-child {
    margin-bottom: 0px;
  }

  .what-we-do h2 {
    color: #ffffff;
    font-size: 38px;
    line-height: 48px;
  }
  .sign-up-section .newsletter-left {
    margin: 0px 0px 0px;
  }
  .accordion {
    padding: 15px 30px 15px 15px;
  }
  .page-contaminated-site-cleanups .gb-block-layout-column-inner h4 {
    color: #383838;
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
  }
}
@media (max-width: 812px) {
  .header-top .left-alignment {
    flex: 0 0 52%;
    width: 52%;
  }
  .header-top .right-alignment {
    flex: 0 0 47%;
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .header-top .left-alignment {
    flex: 0 0 55%;
    width: 55%;
  }
  .header-top .right-alignment {
    flex: 0 0 45%;
    width: 45%;
  }
  .home-about-section
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .home-about-section
    .gb-2-col-wideright
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
    height: 180px;
    width: 180px;
  }
  .footer-before-section
    .wp-block-genesis-blocks-gb-columns.gb-layout-columns-2.gb-2-col-equal::before {
    left: -12px;
    top: -46px;
  }
  .footer-before-section {
    padding: 60px 0 30px;
  }
  .footer-before-section
    .wp-block-genesis-blocks-gb-columns.gb-layout-columns-2.gb-2-col-equal::before {
    height: 150px;
    width: 150px;
  }
  .home-about-section h2,
  .home-about-section p {
    width: 100%;
  }
  .home-about-section p:last-child {
    margin-bottom: 20px;
  }
  .footer-before-section .custom-container {
    padding: 0px 20px 20px;
  }
  .page-donate .ginput_container.ginput_container_radio .gfield_radio {
    flex-wrap: wrap;
  }
  .page-donate
    .donation-amount
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice {
    flex: 0 0 31%;
    width: 31%;
    margin-bottom: 10px;
  }
  .page-donate
    .donation-amount
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice:last-child {
    flex: 0 0 65.5%;
    width: 65.5%;
  }
  .page-donate
    .donation-amount
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice:nth-child(5),
  .page-donate
    .donation-amount
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice:nth-child(4) {
    margin-bottom: 0px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 18px !important;
  }
  .ginput_container.ginput_container_select #input_2_14 {
    width: 100%;
  }
  .cmstextSec h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .cmstextSec p strong {
    font-size: 16px;
    line-height: 24px;
  }
  .cmstextSec .is-provider-youtube {
    padding: 18px 0px 0px;
  }
  .cmstextSec figure .wp-block-embed__wrapper {
    width: 100%;
    height: 100%;
  }
  .cmstextSec
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
  }
  .cmstextSec .sidebar-Outer {
    padding: 20px 20px;
    background-color: #e6f1f8;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cmstextSec .customtab-content .tab-details p {
    margin-bottom: 10px;
  }
  .cmstextSec.smalltab .customtab-content .tab-img {
    width: 100%;
    height: 100%;
  }
  .cmstextSec .customtab-content .tab-img {
    width: 100%;
    height: 204px;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 32% !important;
    max-width: 32% !important;
  }
  .service-galary-section .serviceouter .servicelist .test1-service {
    font-size: 17px;
    line-height: 26px;
  }

  .background-youtube .gb-container-content {
    padding: 0px 30px;
  }
  .background-youtube figure .wp-block-embed__wrapper {
    width: 100%;
    height: 340px;
  }
  .background-youtube {
    padding: 30px 0px 30px;
  }
  .service-galary-section .serviceouter .servicelist {
    flex: 0 0 48%;
    width: 48%;
  }

  .content-third-section .did-you-know p strong {
    font-size: 18px;
    line-height: 27px;
  }
  .sign-up-section .validation_message.gfield_validation_message {
    position: unset;
    /* bottom: 0px; */
    /* float: none; */
    /* right: 1px; */
    /* width: auto !important; */
    background: transparent !important;
    color: red;
    padding: 2px 7px !important;
  }
  .newsletter-left {
    padding: 20px 18px 25px;
    background-color: #daeaf5;
  }
  .upcomming-event .events-details .event-content p {
    padding: 10px 0px 0px;
  }
  .page-project
    .is-layout-flex.wp-container-6.wp-block-columns.custom-container {
    margin-bottom: 0px;
  }
  .cmstextSec .sidebar-Outer {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .cmstextSec {
    padding: 20px 0px 0px;
  }
  .cmstextSec .smalltab .customtab-content .tab-img {
    height: 204px;
    justify-content: flex-start;
  }

  .our-staff-data figure.wp-block-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .our-staff-data :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
  .latest-news-side .latest-news-side-one {
    flex: 0 0 100%;
    width: 100%;
  }
  .latest-news-side .sidebar-Outer {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .latest-news-side .Newslatter_Form-section form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .latest-news-side .tnp-field-email {
    flex: 0 0 68%;
    width: 68%;
  }
  .stormwater-bingo-page,
  .tide-pooling-page,
  .roe-vs-wade-page,
  .resources-page {
    padding-bottom: 40px;
  }
  .wp-block-columns.is-layout-flex {
    flex-wrap: nowrap !important;
    gap: 15px;
  }
  .stormwater-bingo-page .gb-block-button a {
    width: 167px;
  }
  .wp-block-image.size-full {
    display: flex;
    justify-content: center;
  }
  .interim-regulations-page .wp-block-genesis-blocks-gb-button.gb-block-button {
    margin-bottom: 30px;
  }
  .interim-regulations-page .tideflats-subarea {
    padding: 40px 0 20px;
  }
  .occidental-chemical-cleanup-both-side
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    display: block;
  }
  .right-more-info hr.wp-block-separator {
    margin: 1em auto;
  }
  .occidental-chemical-wrap .right-more-info .gb-block-layout-column-inner {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 680px) {
  .header-top .left-alignment {
    flex: 0 0 61%;
    width: 61%;
  }
  .header-top .right-alignment {
    flex: 0 0 39%;
    width: 39%;
  }
  .home-about-section
    .gb-2-col-wideright
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
    height: 160px;
    width: 160px;
  }
  .home-about-section
    .gb-2-col-wideright
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child:before {
    left: -21px;
    top: -31px;
  }
  .footer-before-section
    .wp-block-genesis-blocks-gb-columns.gb-layout-columns-2.gb-2-col-equal::before {
    height: 115px;
    width: 116px;
  }
  .footer-before-section h2 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .footer-before-section {
    padding: 40px 0 30px;
  }
  .footer-before-section
    .wp-block-genesis-blocks-gb-columns.gb-layout-columns-2.gb-2-col-equal::before {
    left: -35px;
    top: -26px;
  }
  .footer-section {
    padding-top: 20px;
  }
  .upcomming-event .events-details .event-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .upcomming-event .events-details .event-content {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
  }
  .upcomming-event .events-details .event-content {
    padding: 20px;
  }
  .donate-close {
    display: none;
  }
  .header-search-open {
    right: 30px !important;
    top: 0px !important;
    width: 90% !important;
  }
  .left-none {
    display: none;
  }
  .right-none {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .footer-before-section
    .wp-block-genesis-blocks-gb-columns.gb-layout-columns-2.gb-2-col-equal::before {
    left: -15px;
    top: -30px;
  }
  .event-hero-image {
    height: 100%;
  }
  .event.section {
    padding-top: 20px;
  }
  .tribe-events-single-event-title {
    margin-bottom: 10px;
  }
  .tribe-events-back {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .tribe-events .tribe-events-l-container {
    min-height: 600px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .cmstextSec .is-layout-flow.wp-block-column.main-section {
    padding: 25px 0px 0px;
  }
  .cmstextSec h2 {
    font-size: 32px;
    line-height: 38px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .cmstextSec h3 {
    font-size: 22px !important;
    line-height: 30px !important;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .cmstextSec.customtab-content .tab-img {
    width: 100%;
    height: 230px;
  }
  .cmstextSec h3 {
    font-size: 21px !important;
    line-height: 26px !important;
    padding-top: 10px;
    margin-bottom: 0px;
  }
  .cmstextSec .newsletter-section h3 {
    color: #ffffff !important;
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .customtabOuter.tabOuter {
    margin-bottom: 15px;
  }
  .page-project .stay-informed {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .occidental-chemical-wrap {
    padding: 20px 0;
  }
  .page-faq .cmstextSec {
    padding: 0px 0px 20px;
  }
  .page-lng-pscaa-hearing-talking-points .cmstextSec,
  .page-faq .cmstextSec,
  .page-report-water-pollution .bay-patrol-page-section-2,
  .page-stories-on-the-sound .cmstextSec,
  .page-volunteer .cmstextSec,
  .page-stand-for-our-sound-event-directions .cmstextSec,
  .clint-action,
  .our-work-page,
  .environmental-justice-camps-page,
  .bay-patrol-page,
  .get-involved-page,
  .board-of-director,
  .contact-us-page,
  .over-organization-page,
  .employment-page-content,
  .interior-page-first-section {
    padding: 20px 0px 20px;
  }
  .page-faq .cmstextSec h2,
  .page-stories-on-the-sound .cmstextSec h2,
  .page-volunteer .cmstextSec h2,
  .page-stand-for-our-sound-event-directions .cmstextSec h2,
  .clint-action h2,
  .stand-for-our-sound-2022 h2,
  .lng-facility .gb-block-layout-column-inner h2,
  .page-contaminated-site-cleanups .gb-block-layout-column-inner h2,
  .six-slider-section h2,
  .our-work-page h3,
  .environmental-justice-camps-page h3,
  .bay-patrol-page h3,
  .get-involved-page .tribe-common-h3,
  .board-of-director h3,
  .contact-us-page h3,
  .employment-page-content h3,
  .interior-page-first-section .first-headline-section h3 {
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .interior-page-first-section {
    padding: 15px 0px 0px;
  }
  .sign-up-section .gform_wrapper.gravity-theme .gfield input.large,
  .sign-up-section .gform_wrapper.gravity-theme input[type="text"] {
    padding: 9px 9px;
  }
  .custom-container1 h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .contact-us-form {
    margin-top: 26px;
    padding: 25px 25px;
    background-color: #daeaf5;
  }
  .board-of-director .is-layout-flex.wp-container-2.wp-block-columns {
    margin-bottom: 0px;
  }
  .our-work-page ul li,
  .bay-patrol-page-section-2 ul {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .our-work-page ul {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .latest-news-side .tnp-field-email {
    flex: 0 0 62%;
    width: 62%;
  }
  .six-slider-section .gb-block-layout-column-gap-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .six-slider-section .six-slider-side {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .six-slider-section .six-slider-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .six-slider-section h2 {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .six-slider-content p {
    padding-bottom: 10px;
  }
  .sound-award-winners {
    background: rgba(9, 116, 187, 0.2);
    padding: 40px 0px 10px;
  }
  .interim-regulations-page
    .wp-block-genesis-blocks-gb-button.gb-block-button:last-child {
    margin-bottom: 0px;
  }
  .upcomming-event {
    padding: 30px 0px 30px;
    flex-direction: column;
  }
  .page-environmental-justice-camp-for-girls
    .gform_wrapper.gravity-theme
    .gform_footer
    input {
    margin-bottom: 20px !important;
  }
  .page-environmental-justice-camp-for-girls
    .is-layout-flex.wp-container-2.wp-block-columns.cmstextSec {
    margin-bottom: 0px !important;
  }
  .background-youtube .wp-block-video video {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .newsletter-section form#my_newsletter {
    /* display: block; */
  }
  .newsletter-section
    .tnp-subscription
    .tnp-field.tnp-field-button
    .tnp-submit {
    margin-left: 0px;
    margin-top: 0px;
  }
  .newsletter-section .tnp-subscription .tnp-field.tnp-field-email .tnp-email {
    width: 100%;
  }
  .event-hero-image {
    height: 100%;
  }
  .tribe-events-schedule.tribe-clearfix h2,
  .tribe-events-schedule.tribe-clearfix,
  .tribe-events-event-image {
    margin-bottom: 0;
  }
  .page-donate
    #field_2_1
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice {
    flex: 0 0 48%;
    width: 48%;
    margin-bottom: 10px;
  }
  .page-donate
    #field_2_1
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice:nth-child(4),
  .page-donate
    #field_2_1
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice:nth-child(3) {
    margin-bottom: 0px;
  }
  .page-donate .gb-container-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .page-donate #field_2_15 .gchoice .gfield-choice-input + label {
    margin-left: 5px;
  }
  .page-donate .gform_wrapper.gravity-theme .gfield-choice-input + label {
    vertical-align: top;
  }
  .cmstextSec .customtab-content .tab-img {
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .cmstextSec .customtab-content .tab-img img {
    margin-bottom: 10px;
  }
  .newsletter-section .tnp-field.tnp-field-email {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 10px !important;
  }
  .content-third-section .did-you-know p strong {
    font-size: 17px;
    line-height: 25px;
  }
  .newsletter-section h3 {
    font-size: 22px !important;
    line-height: 33px !important;
  }
  .custom-container1 h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .newsletter-section form#my_newsletter {
    margin-top: 0px;
  }
  .tribe-events .tribe-events-l-container {
    padding-bottom: 20px;
    padding-top: 5px;
  }
  .cmstextSec h3 {
    margin: 0px 0px;
    padding-top: 0px;
  }
  .cmstextSec .smalltab .customtab-content .tab-img {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
  }
  .latest-news-side .tnp-field-email {
    flex: 0 0 60%;
    width: 60%;
  }
  .gfield_description.validation_message.gfield_validation_message {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .get-involved-page .get-involved-two-side .gb-block-layout-column-gap-2 {
    padding: 0 0;
  }
  .get-involved-page
    .get-involved-two-side
    .gb-block-layout-column-gap-2
    .get-involved-side-one {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .get-involved-page .get-involved-two-side .get-involved-side-two {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .get-involved-page
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column
    figure
    img {
    max-width: 80px;
  }
  .gb-block-layout-column-gap-2 {
    grid-gap: 0;
  }
  .get-stay-informed-section .tnp-field-email {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .get-stay-informed-section .tnp-subscription input.tnp-submit {
    margin-left: 0;
  }
  .wp-block-columns.is-layout-flex {
    gap: 9px;
  }
  .stormwater-bingo-page .gb-block-button a {
    width: 142px;
    padding: 10px 10px;
  }
}
@media (max-width: 567px) {
  .header-top .left-alignment {
    flex: 0 0 50%;
    width: 50%;
  }
  .header-top .right-alignment {
    flex: 0 0 50%;
    width: 50%;
  }
  .page-content .hero-section .gb-container-inside h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .page-content .hero-section {
    padding-top: 50px;
  }
  .footer-before-section .wp-block-genesis-blocks-gb-button.gb-block-button a,
  .page-content .hero-section .is-layout-flex.wp-block-buttons a {
    width: 150px;
    padding: 15px 10px;
    margin: 10px 20px 0px 0px;
  }
  .home-about-section h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .what-we-do h2 {
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 50px;
  }
  .what-we-do {
    padding: 30px 0px;
  }
  .upcomming-event h2 {
    margin-bottom: 20px;
  }
  .newsletter-section {
    padding: 30px 0 17px;
    margin: 0px;
  }
  .newsletter-section
    .tnp-subscription
    .tnp-field.tnp-field-button
    .tnp-submit {
    /* width: 130px; */
    padding: 10px 10px;
  }
  .newsletter-section h3 {
    font-size: 22px;
    line-height: 33px;
  }
  .news-section h2,
  .upcomming-event h2,
  .footer-before-section h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .newsletter-section
    .tnp-subscription
    .tnp-field.tnp-field-button
    .tnp-submit {
    margin-left: 0px;
    margin-top: 0px;
  }
  .news-section .news-inner-section a {
    padding: 15px 30px;
  }
  .news-inner-section .news-inner {
    margin-bottom: 40px;
  }
  .footer-before-section {
    padding: 40px 0 20px;
  }
  .footer-para {
    padding-top: 29px;
  }
  .footer-before-section p::before {
    right: 117px;
    bottom: -45px;
  }
  .footer-para p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-before-section p {
    font-size: 17px;
    line-height: 28px;
  }
  .newsletter-section .tnp-subscription .tnp-field.tnp-field-email .tnp-email {
    height: 38px;
    padding: 15px 10px;
  }
  .tribe-events-event-image {
    width: 100%;
    height: 100%;
    margin: 15px 0;
  }
  .tribe-events-single-event-title {
    font-size: 24px;
    line-height: 35px;
  }

  li.tribe-events-nav-next,
  li.tribe-events-nav-previous {
    flex: 0 0 100%;
    width: 100%;
  }
  .ginput_container.ginput_container_select #input_2_14 {
    background-size: 3%;
    background-position-y: 21px;
  }
  .cmstextSec h2 {
    padding-bottom: 5px !important;
  }

  .newsletter-section .tnp-subscription .tnp-field.tnp-field-email .tnp-email {
    height: 40px;
    padding: 15px 10px;
  }
  .second-headline-section figure.wp-block-image.size-full,
  .interior-page-first-section figure.wp-block-image.size-full {
    height: 100%;
  }
  .background-youtube figure .wp-block-embed__wrapper {
    width: 100%;
    height: 100%;
  }
  .custom-container1 h1 {
    font-size: 22px;
    line-height: 24px;
  }
  .event.section {
    padding-top: 20px;
  }
  .event.section h4 {
    font-size: 30px;
    line-height: 38px;
  }
  .cmstextSec .is-provider-youtube {
    padding: 18px 0px 20px !important;
  }
  .latest-news-side .tnp-field-email {
    flex: 0 0 100%;
    width: 100%;
  }
  .page-contaminated-site-cleanups .gb-block-layout-column-inner h4 {
    color: #383838;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
@media (max-width: 495px) {
  .newsletter-section .tnp-field.tnp-field-email {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .newsletter-section .tnp-field.tnp-field-button {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 479px) {
  .custom-container {
    padding: 0 10px;
  }
  .newsletter-section .tnp-field.tnp-field-email {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .page-content .hero-section .is-layout-flex.wp-block-buttons a {
    margin: 0px 20px 0px 0px;
  }
  .what-we-do
    .what-we-do-one
    .what-we-do-box
    .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    grid-gap: 0 0px;
    flex-wrap: wrap;
  }
  .what-we-do
    .what-we-do-one
    .what-we-do-box
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:first-child {
    flex: 0 0 100%;
    width: 100%;
  }
  .what-we-do
    .what-we-do-one
    .what-we-do-box
    .wp-block-genesis-blocks-gb-column.gb-block-layout-column:last-child {
    flex: 0 0 100%;
    width: 100%;
  }
  .what-we-do p:first-child,
  .what-we-do p:last-child {
    text-align: center;
  }
  .newsletter-section .tnp-subscription .tnp-field.tnp-field-email .tnp-email {
    width: 100%;
  }
  .footer-before-section .wp-block-genesis-blocks-gb-button.gb-block-button a {
    margin: 0px 20px 0px 0px;
  }
  .what-we-do .education figure.wp-block-image.size-full,
  .what-we-do figure.wp-block-image.size-full {
    margin: 0 auto 20px;
  }
  .footer-before-section
    .is-layout-flex.wp-container-5.wp-block-columns
    .is-layout-flow.wp-block-column {
    display: flex;
    flex-wrap: wrap;
  }
  .page-donate
    .donation-amount
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice {
    flex: 0 0 48%;
    width: 48%;
  }
  .page-donate
    .donation-amount
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice:last-child {
    flex: 0 0 100%;
    width: 100%;
  }
  .page-donate
    .donation-amount
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice:nth-child(4) {
    margin-bottom: 10px;
  }
  .page-donate
    .donation-amount
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice:nth-child(5) {
    margin-bottom: 0px;
  }
  .page-donate .gform_wrapper.gravity-theme {
    padding: 20px 17px 0px;
  }
  .page-donate .content-area.line-list {
    padding: 20px 0px 0px;
  }
  .page-donate
    #field_2_1
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice
    label {
    padding: 14px 10px;
  }
  .page-donate .gform_wrapper.gravity-theme .gfield input.large,
  .page-donate .gform_wrapper.gravity-theme input[type="text"] {
    padding: 0px 0px;
  }
  .cmstextSec .is-layout-flex.wp-container-8.wp-block-columns.alignfull {
    margin-bottom: 5px;
  }

  .cmstextSec h3 {
    margin: 12px 0px 0px;
    padding-top: 0px;
  }
  .cmstextSec .sidebar-Outer {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .second-headline-section {
    margin-bottom: 20px;
  }
  .service-galary-section .serviceouter .servicelist {
    flex: 0 0 100%;
    width: 100%;
  }
  .service-galary-section {
    padding: 30px 0px 0px;
  }
  .newsletter-section h3 {
    font-size: 19px !important;
    line-height: 33px !important;
  }
  .custom-container1 h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .footer-before-section
    .wp-block-genesis-blocks-gb-columns.gb-layout-columns-2.gb-2-col-equal::after {
    height: 100px;
    width: 100px;
    right: 0px;
    bottom: 0px;
  }
  .footer-before-section p::before {
    height: 30px;
    width: 30px;
  }
  .footer-before-section h2 {
    margin-bottom: 10px;
  }
  .get-involved-page
    .get-involved-two-side
    .gb-block-layout-column-gap-2
    .get-involved-side-one {
    flex: 0 0 100%;
    max-width: 20%;
  }
  .get-involved-page .get-involved-two-side .get-involved-side-two {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stormwater-bingo-page,
  .tide-pooling-page,
  .roe-vs-wade-page,
  .resources-page {
    padding-bottom: 20px;
  }
  .wp-block-columns.is-layout-flex {
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .stormwater-bingo-button .gb-block-button {
    justify-content: flex-start;
  }
  /* .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    justify-content: flex-start;
    display: flex;
  } */
  .accordion {
    padding: 10px 25px 10px 10px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
  }
  .acc__panel {
    padding: 10px;
  }
  .accordian-details h4 {
    margin-top: 5px;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 5px;
  }
  .occidental-chemical-wrap .gb-block-layout-column-inner h2,
  .interim-regulations-page .gb-block-layout-column-inner h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .interim-regulations-page ul {
    padding-left: 18px;
  }
  .page-stories-on-the-sound div#gform_wrapper_10 {
    margin-bottom: 20px;
  }
  .page-stories-on-the-sound .gform_wrapper.gravity-theme .gform_footer input {
    margin-bottom: -10px;
  }
  /* div#field_10_4 .ginput_container_text,
  div#field_10_5 .ginput_container_email {
    margin-top: -9px;
  }
  div#field_10_12 .ginput_container_email,
  div#field_10_13 .ginput_container_email {
    margin-top: -19px;
  } */
  div#field_10_13,
  div#field_10_12 {
    margin-top: -21px;
  }
}

@media (max-width: 420px) {
  .upcomming-event .events-details .event-content h4 {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 360px) {
  .page-content .hero-section .is-layout-flex.wp-block-buttons a {
    margin: 10px 0px 0px 0px;
  }
  .footer-before-section
    .is-layout-flex.wp-container-5.wp-block-columns
    .is-layout-flow.wp-block-column {
    display: flex;
    flex-wrap: wrap;
  }
  .page-content .hero-section .is-layout-flex.wp-block-buttons a {
    margin: 0px 0px 0px 0px;
  }
  .footer-before-section .wp-block-genesis-blocks-gb-button.gb-block-button a {
    margin: 0px 10px 0px 0px;
  }

  .cmstextSec .newsletter-section h3 {
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 29px !important;
  }
  .background-youtube {
    padding: 20px 0px 20px;
  }
  .custom-container1 h1 {
    font-size: 15px;
    line-height: 20px;
  }
  .six-slider-section .six-slider-content p {
    padding: 0px 0px 10px;
  }
  .six-slider-section h2 {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .interim-regulations-page
    .wp-block-genesis-blocks-gb-button.gb-block-button
    .gb-button {
    width: 100%;
    padding: 15px 10px;
  }
}
@media (max-width: 320px) {
  .newsletter-section .tnp-subscription .tnp-field.tnp-field-email .tnp-email {
    width: 100%;
  }
  .upcomming-event .events-details .event-content h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
/* responsive */
@media (max-width: 1280px) {
  .stand-for-our-sound-2022,
  .stormwater-bingo-page,
  .tide-pooling-page,
  .roe-vs-wade-page,
  .resources-page,
  .lng-facility,
  .page-contaminated-site-cleanups .content-container {
    padding: 50px 15px;
  }
}

@media (max-width: 1024px) {
  .stand-for-our-sound-2022,
  .cmstextSec,
  .stormwater-bingo-page,
  .tide-pooling-page,
  .roe-vs-wade-page,
  .resources-page,
  .lng-facility,
  .page-contaminated-site-cleanups .content-container {
    padding: 40px 15px;
  }
  /* .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    justify-content: center;
    display: block;
  } */
}
@media (max-width: 823px) {
  .resources-page .cmstextSec figure {
    height: auto;
  }
  .stand-for-our-sound-2022 .stand-for-our-sound .is-layout-flow p strong {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 768px) {
  .stand-for-our-sound-2022,
  .cmstextSec,
  .stormwater-bingo-page,
  .tide-pooling-page,
  .roe-vs-wade-page,
  .resources-page,
  .lng-facility,
  .page-contaminated-site-cleanups .content-container {
    padding: 20px 5px;
  }
  .lng-facility .gb-block-layout-column-inner .gb-is-responsive-column {
    display: block;
  }
  .lng-facility .lng-facility-right-sidebar {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .stand-for-our-sound .is-layout-flow:first-child {
    float: unset !important;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .stand-for-our-sound
    .wp-block-gallery.has-nested-images
    figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .stand-for-our-sound-2022 .stand-for-our-sound .is-layout-flow p strong {
    font-size: 16px;
    line-height: 21px;
  }
}
/* Responsive End */
.ginput_container.ginput_container_select #input_2_14,
.ginput_container.ginput_container_select #input_2_14:focus {
  outline: none;
  border: 1px solid #cfcfcf;
  position: relative;
}
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description {
  padding-top: 2px !important;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px !important;
}
#field_2_1 .gfield_required,
.donation-amount .gfield_required {
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 6px 0 0 !important;
  padding: 16px 0 0 !important;
}
.gb-block-layout-column-inner .gfield_label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
  color: #383838 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 24px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  color: #383838 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 24px !important;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: none !important;
  border: none !important;
  font-size: 14.992px !important;
  margin-top: 2px !important;
  padding: 0 0px !important;
}
/* .ginput_container.ginput_container_textarea {
  height: 100px;
} */
.gform_wrapper.gravity-theme .gfield_description {
  font-size: 14px !important;
}
.lng-facility-right-sidebar h3 strong,
.lng-facility-right-sidebar h3,
.right-more-info h3 {
  color: #0974bb !important;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.page-volunteer .gform_heading .gform_title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page-volunteer .gform_heading .gform_title,
.page-stories-on-the-sound .gform_heading .gform_description {
  color: #383838;
  font-size: 24px !important;
  line-height: 38px !important;
  font-weight: bold;
  margin: 20px 0px 15px;
  font-weight: bold;
}
.page-environmental-justice-camp-for-girls
  .gform_wrapper.gravity-theme
  .gform_footer
  input {
  margin-bottom: 40px;
}
.slick-dots li button {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px solid #484848 !important;
}

.slick-dots .slick-active button {
  border: 0;
  height: 5px;
  width: 5px;
  background-color: #000 !important;
}
.page-stories-on-the-sound figure.wp-block-image.size-large.is-resized {
  height: 500px;
  width: 100%;
}
.page-stories-on-the-sound figure.wp-block-image.size-large.is-resized img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.page-environmental-justice-camp-for-girls
  .background-youtube
  .is-layout-flex.wp-container-8.wp-block-columns,
.page-environmental-justice-camp-for-girls
  .background-youtube
  .is-layout-flex.wp-container-10.wp-block-columns,
.page-environmental-justice-camp-for-girls
  .is-layout-flex.wp-container-4.wp-block-columns,
.page-environmental-justice-camp-for-girls
  .is-layout-flex.wp-container-2.wp-block-columns {
  margin-bottom: 0px;
}
.page-environmental-justice-camp-for-girls
  .is-layout-flex.wp-container-6.wp-block-columns.cmstextSec {
  margin-bottom: 10px;
}
.page-environmental-justice-camp-for-girls .cmstextSec h2 {
  padding-bottom: 10px;
}
.page-environmental-justice-camp-for-girls
  .is-layout-flex.wp-container-12.wp-block-columns.cmstextSec {
  padding: 40px 0px 0px;
}
h2.gform_submission_error.hide_summary {
  padding-bottom: 0px;
}

.gfield_description.validation_message.gfield_validation_message {
  display: flex;
  justify-content: flex-start;
}
.gfield_description.validation_message.gfield_validation_message
  legend.gfield_label.gfield_label_before_complex {
  color: #c02b0a !important;
  font-weight: 400 !important;
  margin-left: 5px;
}
.page-stories-on-the-sound
  .is-layout-flex.wp-container-2.wp-block-columns.cmstextSec {
  margin-bottom: 0px;
}

.single-post .event-details .full-width .cms-text ol {
  margin-left: 30px;
}

.ui-hidden {
  display: none !important;
}
