/* header */
header#siteHeader {
background-color:#0178BF;
margin-bottom: 15px;
}

#top_nav_bar_wrapper {
width:970px;
margin:auto;
}

header#groupHeader {
background-color:#0178BF;
border:none;
}
header#groupHeader h1 { color: #ffffff; }

/* top nav menu 
nav#top_nav_bar ul.right { float:left !important; }
nav#top_nav_bar ul.right > li > ul.dropdown {
  left: 0;
  right: auto;
}  */

#top_nav_bar_wrapper.fixed {
width:100%;
}

nav.top-bar {
  text-align: center;
}
section.top-bar-section > ul.right {
  float: none !important;
  display: inline-block;
}
.top-bar-section .dropdown li { text-align:left; }

 .h-horizontal-divider { display:none; }

/* remove breadcrumbs on home page */
body#homePage .breadcrumbs { display:none; }
body#homePage #pageContentRow {
margin-top:20px;
}

/* group directory  improvements*/
.h-group-box {
border:1px solid #dfdfdf;
padding:10px;
}
.h-group-name h4 {
text-transform:uppercase;
font-weight:400;
font-weight:1.1rem;
}

/* rounded avatars */
.member-avatar { border-radius: 50%; }
#memberProfilePage .cropped-image-container { border-radius: 50%; }

/* widgets */
.widget-box { margin-bottom:35px; }

/* footer */
footer#pageFooter {
background-color: #FFFFFF;
padding-top:50px;
padding-bottom:50px;
font-size:0.85rem;
} 
 .h-forum-name { font-weight: bold; }
.h-topic-title { font-weight: bold;} 

.top-bar-section ul.dropdown { border: 1px solid #dfdfdf; }

/* encase forum, topic/survey items in boxes */
.h-ubb-directory-forum-box, .h-ubb-topic-list-box, .h-survey-list-box {
margin-bottom:10px;
}
.h-forums-list .section-box-contents, .h-topic-list .section-box-contents, .section-box-h-category .section-box-contents, #surveyListContainer .section-box-contents, #cfrmPage .section-box-contents {
padding:0;
}
#surveyListContainer .section-box-header {
margin-bottom:10px;
}
.h-ubb-directory-forum-box {
background-color:#e7e7e7;border:1px solid #dfdfdf;padding:10px;
}
.h-ubb-topic-list-box {
background-color:#e7e7e7;border:1px solid #dfdfdf;padding:10px;
}
.h-survey-list-box {
background-color:#e7e7e7;border:1px solid #dfdfdf;padding:10px;
} 