.genesis-nav-menu a, .genesis-nav-menu .toggle-header-search {
    color: #062d52;
    display: block;
    font-family: "Arial", serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 5px;
    text-transform: uppercase;
}
header.entry-header::after {
	padding: 0px;
	margin: 0px;
}

footer.site-footer{
	background-color: #c02126;
		
}
.ub-block-post-grid .is-list article:not(:last-child) {
    margin-bottom: 0%;
  }

.gb-block-post-grid-title {
    margin-top: 0;
    margin-bottom: 5px;
	  font-size: 20px;
    line-height: 1.1;
}

.gb-block-post-grid .gb-block-post-grid-text p {
    margin: 0 0 14px 0;
	  font-size: 14px;
}

.wp-block-atomic-blocks-ab-button .ab-block-button {
	margin: 0px;
}

.donate-button a {
    width: 100px !important;
    float: right;
    margin-right: 5px;
	  margin-left: 5px !important;
	padding-left: 15px !important;
	color: #ffffff;
		
}

.ub-block-post-grid-title {
	font-size: 16px;
}
.h2.ub-block-post-grid-title {
	padding: 0px 0px 0px;
}
.ub-post-grid-items {
	margin-bottom: 0px;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: .7rem !important; /* Override the existing gap with 0 */
}

.box {
        width: 380px;
        height: 450px;
        background: #041C34;
        margin: 10px 10px;
      }
      .inner-border {
        border: 3px solid #041C34;
        box-shadow: inset 0px 0px 0px 0px #969696;
        box-sizing: border-box;
      }
      .inner-outline {
        outline: 10px solid lightblue;
        outline-offset: -30px;
      }
p {
	margin: 0px 0px 5px;
}

.ub-block-post-grid .ub-block-post-grid-more-link {
    display: inline-block;
    box-shadow: none;
    transition: .3s ease;
	font-size: 10px;
    color: #c02126;
    text-decoration: none;
}


/*Go United */
.page-id-1542 header
{
display: none !important;
}
/*Footer Form  */
.site-container .wpforms-form .wpforms-field {
    clear: both;
	padding: 5px 0;
    margin: 0px 0;
    overflow: hidden;
}

/* Changing the text color to white 
#wpforms-form-1696 .wpforms-field-label,
#wpforms-form-1696 .wpforms-field-description,
#wpforms-form-1696 .wpforms-field .wpforms-field-row-block label,
#wpforms-form-1696 .wpforms-field-container .wpforms-field input[type="text"],
#wpforms-form-1696 .wpforms-field-container .wpforms-field input[type="email"],
#wpforms-form-1696 .wpforms-field-container .wpforms-field textarea {
    color: white !important;
}

/* Changing the background color and border of input fields to be more condensed */
#wpforms-form-1696 .wpforms-field-container .wpforms-field input[type="text"],
#wpforms-form-1696 .wpforms-field-container .wpforms-field input[type="email"],
#wpforms-form-1696 .wpforms-field-container .wpforms-field textarea {
    background-color: #202020 !important;
    border: 1px solid #303030 !important;
    padding: 5px 10px !important;
    margin-bottom: 10px !important;
}

/* Changing the form fields padding to make it more condensed */
#wpforms-form-1696 .wpforms-field {
    padding: 5px !important;
} */

 /* highlighted text */
.highlighted-text {
  color: white;          
  background-color: #f0a; 
  padding: 2px 5px;      
  border-radius: 4px;    
}

@media (max-width: 767px) {
    .ab-button.ab-button-shape-square.ab-button-size-extralarge {
        display: none !important; /* Hide the button on mobile devices */
    }
}
