/* fixes some weird menu behavior */
.hfe-dropdown.menu-is-active {
	display: block;
}

div#map {
    margin-top: 50px;
}
input#getDirections {
    margin-top: 10px;
}

.footer-widgets .widgettitle {
    color: white;
}

/* color changes for accessiblity */
.home-top-news, #genesis-footer-widgets, .site-footer {
	background-color: #1a1d1f;
}

/* home page spacing fixes */
.home .site-inner {
	padding-top: 0;
}

/* button styles */
button, .button, .btn, input[type="button"] {
	border-radius: 36px;
}
button:hover, .button:hover, .btn:hover, input[type="button"]:hover {
	color:#fff;
	background-color: #121212;
}

/*PRE-5/1/23 BEYOND THIS POINT*/

.bullets {
  font-size: 15px;
  color: #ffffff;
  margin-left: 10%;

}



.image_right {
     margin: 5px;
     float: right;
     max-width: 350px;

}

/*.genesis-nav-menu .menu-item {*/
/*    margin-right: 4px;*/
/*}*/

/*.genesis-nav-menu a {*/
/*    padding: 12px 12px;*/
/*}*/

/*.sub-menu-toggle {*/
/*    background: #34393e;*/
/*    border-radius: 5px;*/
/*}*/

@media only screen and (max-width: 900px) {
    .js .genesis-nav-menu .menu-item a {
         color: #34393e;
   }
}


/*@media only screen and (max-width: 1023px){*/
/*    #pgh_header_contact {*/
/*       margin-top: 5%;*/
/*   }*/
/*}*/

/*#pgh_header_contact .ppaphone a, #pgh_header_contact .ppaemail a {*/
/*   color:  #34393e;*/
/*   font-weight: bold;*/
/*}*/



.site-title {
    font-size: 24px;
    margin-bottom: -6%;
}

.site-description {
   visibility: hidden;
   display: none;
}

.before-content {
    margin-top: -80px;
}

.site-header {
    background-color: #ffffff;
}
.site-header .wrap {
    padding: 20px 0;
}
.center {
   margin: 5px auto;
   float: none;
   text-align: center;
}

.awardlogo {
   margin: 5px auto;
   float: none;
   text-align: center;
   max-height: 250px;
   padding: 3px;
   border-radius: 8px;
}

#text-3 h3, #text-11 h1 {
    color: #fff;
    font-weight: 600;
}

div#map {
    margin-top: 50px;
}
input#getDirections {
    margin-top: 10px;
}

/*@media only screen and (max-width: 900px){*/
/*    header.site-header li a {*/
/*        color: #fff !important;*/
/*    }*/
/*    header.site-header button {*/
/*        background: #dd4949;*/
/*    }*/
/*    header.site-header a {*/
/*        background: #dd4949 !important;*/
/*    }*/
/*    header.site-header a:hover {*/
/*        background: #b5b9be !important;*/
/*    }*/
/*    #pgh_header_contact .ppaphone a, #pgh_header_contact .ppaemail a {*/
/*        color: #fff;*/
/*        font-weight: bold;*/
/*        padding: 20px;*/
/*    }*/
/*    ul.sub-menu {*/
/*        padding-left: 40px;*/
/*    } */
/*}*/

.site-description { 
    clear: both; 
    padding: 12px 22px 12px 0; 
    visibility: visible; 
    display: block; 
} 

h1.site-title { 
    margin-bottom: 5px; 
} 

p.site-title { 
    margin-bottom: 5px; 
} 

 