img.image_right {
    float: right;
    padding: 5px;
}
img.image_left {
    float: left;
    padding: 5px;
}

#pgh_header_contact .ppaphone a, #pgh_header_contact .ppaemail a {
   color:  #34393e;
   font-weight: bold;
   text-decoration: none;
   font-family: sans-serif;
}

.bullets {
  margin-left: 9%;
  font-size: 14px;
  font-weight: bold;
  padding: 10%;
}

.center {
   margin: 5px auto;
   float: none;
   text-align: center;
}

div#map {
    margin-top: 50px;
}
input#getDirections {
    margin-top: 10px;
}

.site-description { 
    clear: both; 
    padding: 12px 22px 12px 0; 
    visibility: visible; 
    display: block; 
} 

body.home h2 {
    font-weight: 700;
    font-size: 40px !important;
}
body.home h4 {
    font-size: 25px !important;
    font-weight: 700;
}
body.home h3 {
    font-size: 30px !important;
    font-weight: 700;
}
.content-sidebar-wrap p {
    text-align: left;
}
.flexible-widgets.widget-odd .widget:last-of-type {
    max-width: 100%;
}
.hero-section + .content-sidebar-wrap .front-page-1::before {
    display: none;
}

button#authority-top-banner-close {
    display: none;
}
div#footer h3 {
    font-size: 32px;
}
h3.widgettitle.widget-title {
    text-align: center;
}
div#footer h3 {
    text-align: left;
}

div#footer ul.alignleft {
    padding-left: 30px;
}

@media only screen and (max-width: 1023px){
    #pgh_header_contact .ppaemail {
        float: none !important;
        max-width: 100%;
        margin: 20px auto 10px;	
        text-align: center !important;
    }
    #pgh_header_contact .ppaphone {
        float: none !important;
        max-width: 148px; /* NEEDS TO BE EDITABLE */
        margin: 10px auto 10px;
    }
    #pgh_header_contact {
        float: none !important;
        margin-left: 0 !important;
        padding: 20px 0;
    }
    .title-area {
        width: 100%;
        float: none;
    }
    .site-header .widget-area {
        width: 100%;
    }
    button#genesis-mobile-nav-primary {
        float: none;
    }
}

@media only screen and (min-width: 1024px){
    .site-header {
        background-color: #fff;
        position: fixed;
        width: 100%;
        z-index: 9999;
        border-bottom: solid 1px black;
        margin-top: 60px;
    }
    .site-inner {
        margin-top: 205px;
    }
    .authority-top-banner {
        display: block;
        z-index: 99999;
        position: fixed;
        width: 100%;
        padding: 10px;
        font-size: 28px;
    }
    .ppaphone a, .ppaemail a {
        font-family: sans-serif;
        text-decoration: none;
        font-size: 24px;
    }
}

.authority-top-banner a {
    color: #111;
}