.container {
padding: 0;
}
/* #searchbar {
display:block;
} */
header {
height: 116px;
}

header .container {
padding: 0;
background: none transparent;
}
#logo {
height:116px;
background-position: 0px;
background-size:contain;
}
ul#menu-main-nav li a {
padding: 0 10px;
}
ul#menu-main-nav > li > a {
    padding: 0 5px;
}
ul#menu-main-nav li a:has(span.caret) {
    gap: 5px;
    grid-template-columns: 1fr 10px;
}
ul#menu-main-nav li.searchnav button svg {
    justify-self: center;
}

/* --------------------- Reduced Header Styles -------------------------- */
header.reduced {
height: 65px;
}
header.reduced ul#menu-main-nav {
line-height:65px;
height: 65px;
}
header.reduced #logo {
width: 170px;
height: 100%;
background-position: 0px -34px;
background-size: cover;
/* margin-top:4px; */
}
header.reduced.searchopen {
top:65px;
}
#searchbar.visible {
z-index:5;
max-height: 200px;
}
/* --------------------- Home Page Styles -------------------------- */
/* #whyaugusta .reasons {
min-height:410px;
} */

/* #heroholder, #homepagehero {
    max-height:600px;
    height: 100%;
} */
#heromessage {
/* top: 16%; */
width: 800px;
}

#heromessage p.h1 {
font-size:28px;
display:block;
}
#heromessage h1 {
font-size:65px;
margin-top: 0;
text-wrap: balance;
}
/* #heromessage h1 {
padding-top:120px;
} */
#sites-buildings p {
padding: 10px 200px;
}
/* #home-news .container {
background: url(../images/crosslines.png) 50% 45% no-repeat;
} */
#home-news .row:nth-child(3) {
display:block;
}
.col-lg-6:nth-child(1) .latestnewsitem {
border-bottom:none;
margin-bottom:0;
padding-bottom:0;
}
/* body.home #heromessage {
top:0;
} */
/* #content {
top: 664px;
} */
/* body.search #content, body.error404 #content {
top:150px;
} */
/* --------------------- Interior Page Styles ---------------------- */
.maincontent h2,
.page-template-page-contact .maincontent h3.gform_title {
font-size: 28px;
}
/* --------------------- Sidebar Styles ---------------------- */
#sidebarnav {
display:block;
}
#sidebar h2 {
font-size:28px;
margin:0 0 10px 0;
text-transform:uppercase;
}
#sidebar ul {
list-style:none;
padding:0;
}
/* #sidebar ul li {

} */
#sidebar ul li.menu-item {
float:none;
}
#sidebar ul li a {
color:#231f20;
text-decoration:none;
display:block;
padding: 20px 10px 20px 19px;
border-bottom:2px solid #dcdbdb;
}
#sidebar ul li.current_page_ancestor > a {
border:none !important;
}
#sidebar ul li:hover > a {
border-left:9px solid #25434f;
background-color:#dfe3e5;
padding: 20px 10px;
}
#sidebar ul li.page_item_has_children > a {
background: url(../images/orange_arrow_down.png) no-repeat 97% center;
}
#sidebar ul li.current_page_item > a, #sidebar ul li.current_page_ancestor > a,
#sidebar ul.people-sidebar-nav li.page-item-1787 > a {
border-left:9px solid #25434f;
padding: 20px 10px;
}
#sidebar ul li.current_page_item > a {
background-color:#dfe3e5;
}
#sidebar ul li.current_page_parent > a, #sidebar ul li.current_page_item > a,
#sidebar ul.people-sidebar-nav li.page-item-1787 > a {
background-color:#dfe3e5;
border-bottom:none;
}
#sidebar ul ul {
padding-left:17px;
}
