/* remove breadcrumbs on home page */
body#homePage .breadcrumbs { display:none; }
body#homePage #pageContentRow {
margin-top:20px;
}

/* make the page body full width */
main>#pageContentContainer>#pageContentRow.row, main>.row.breadcrumbs-wrapper, main>#pageContentContainer>.row.calendar-grid-row, main>footer#hooplaFooter>.row,
.contain-to-grid .top-bar,
#siteHeader .row {
max-width:90% !important;
} 

/* turn icon into "SEARCH" in top header
.h-search i.fa {
font: inherit;
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;
}
.h-search i.fa-fw {
width: auto;
}
.h-search i.fa-search:before {
content: "Search";
} */

/*Box Styling for Forum 
.h-ubb-directory-forum-box:nth-child(odd) {
background-color:#f8f8f8;
border:1px solid #dfdfdf;
padding:10px;
}
.h-ubb-directory-forum-box:nth-child(even) {
background-color:#f0f0f0;
border: 1px solid #dfdfdf;
padding:10px;
} */

/* Bold Forum Categories and Titles */
.h-forum-name {font-weight: bold;}
.h-topic-title {font-weight: bold;}

/* footer */
footer#pageFooter {
padding-top:15px;
padding-bottom:15px;
font-size:0.9rem;
} 

/*
@media screen and (max-width: 640px) {
    #LFBanners{
        display:none;
    } */

/*turns breadcrumbs to Sentence Case instead of all uppercase*/
.breadcrumbs>* {
text-transform: none;
}

/*add breadcrumbs to mobile view*/
.breadcrumbs-wrapper.hide-for-small-only { display: inherit !important; }
@media only screen and (max-width: 40.0625em) {
  .h-page-for-FORUM nav.breadcrumbs li.breadcrumb { display: none; }

  .h-page-for-FORUM nav.breadcrumbs li.breadcrumb:last-child
  , .h-page-for-FORUM nav.breadcrumbs li.breadcrumb:nth-last-child(2)
  { display: list-item; }

  .h-page

/*adds the word "menu" below hamburger menu in mobile view*/
.tab-bar .menu-icon span::after {
content: "menu";
color: "#F6F7F8";
font-size: 0.95rem;
}

/*adjusts text "menu" under that hamburger icon*/
.tab-bar .menu-icon {
text-indent: -0.6rem;
}
 