a{
text-transform:capitalize;
}
label{
text-transform:capitalize;
}
h1{
text-transform:capitalize;
}
.simplemodal-container{
    display:none !important;
}
.simplemodal-overlay{
    display:none !important;
}
.featured__title{
text-transform:capitalize;
margin-top:1em;
}
#logo{
width:280px !important;
}
.grid--column{
display:none;
}
.popular{
display:none;
}
.reviews-container{
display:none;
}
.search-container{
    display:none;
}
.featured-blog__link{
    display:none;
}
#fws_paypal_button_container {
    z-index: 1;
    position: relative;
}
.generic-content-container {
    min-width: 70em;
}
.contact_notify_submit {
    position: absolute;
    padding: 30px;
    border-radius: 15px;
    padding-bottom:30px;
    text-align: center;
    width: 130px;
    background-color: #0056ba;
    color: white;
}
.contact_notify_cancel {
    margin-left:200px;
    padding-bottom:30px;
    border-radius: 15px;
    position: absolute;
    padding: 30px;
    text-align: center;
    width: 130px;
    background-color: #b83a00;
    color: white;
}
.grid__cell.grid--justifycenter.grid--column:first-child {
    display: none !important;
}
[data-editor-type="featured-blogs"] {
    display: none !important;
}
.header__bottom {
    min-height: 60px; /* Adjust based on the actual height of the navbar with buttons */
    display: flex;
    align-items: center;
}
.menu.menu--hidden {
    min-height: 40px; /* Ensure the menu reserves space even when hidden */
    visibility: hidden; /* Hide initially without affecting layout */
    transition: none; /* Prevent transitions from causing visual jumps */
}
.menu {
    min-height: 40px; /* Ensure consistent height after visibility toggle */
}
#ui_nav_container {
    min-height: 40px; /* Reserve space for the navigation items */
}