/* Phil Varady, III - phil@philstack.com - Subcontractor for ASI */

/* content buddy variables */

:root {
    --widget-padding-top: 0em !important;
    --widget-padding-bottom: 2em !important;
    --title-font-family: sans-serif !important;
}

/* font overrides */
h1,
.h1,
.PageTitle,
h1.BigHeader,
.h1.BigHeader,
h2,
.h2,
.panel-heading.Distinguish,
.PanelHead.Distinguish,
.TitleBarCaption,
div.PanelTitle,
h2,
.h2,
.PanelTitle,
h3,
.SectionTitle,
h4,
.SectionLabel,
h5,
h4,
.h4,
.SectionLabel,
h5,
.h5,
.SectionLabelSmaller,
h6,
.h6 {
    font-family: sans-serif;
}


/* prevent main column from being hidden behind header */
.col-primary {
    margin-top: 45px;
}

@media (max-width: 991px) {
    .col-primary {
        margin-top: 125px;
    }
}

/* Internal Pages Only - remove builtin interior banner space */
@media (min-width: 992px) {

    body:not(.Wrapper-HomePage) #hd,
    body:not(.Wrapper-HomePage) .InternalHeaderArea {
        min-height: 0;
        height: 0;
    }
}

/* reduce heading font size */
h2,
.PanelTitle {
    font-size: 1.70em;
}

/* resolve menu contrast issue */
.RadMenu.RadMenu_NaturalHeritageSites .rmRootGroup>.rmItem>.rmLink {
    color: #ffffff99;
}

.RadMenu.RadMenu_NaturalHeritageSites .rmRootGroup>.rmItem>.rmLink:hover {
    color: var(--brand-1-bg);
}

/* back to portal home button */
.BIA-back-to-portal-home {
    max-width: 1150px;
    margin: 10px auto;
}

/* improve object spacing on profile */
.bia-profile .panel {
    margin-bottom: var(--default-gap);
    padding: var(--default-gap);
    background-color: var(--brand-1-fg);
    border-radius: var(--card-border-radius);
    box-shadow: var(--card-shadow);
    font-size: 0.8rem;
}

/* prevent extra panels within panels having borders */
.bia-profile .panel .panel {
    box-shadow: none;
}

/* fix contrast legibility issue on my account drop down menu */
.dropdown-menu {
    background: var(--brand-2-bg);
}

/* hide unwanted footer content become a member / join now section, but keep the blue bar */
.footer-social .singlebar h2,
.footer-social .singlebar a {
    display: none;
}

/* hide back to Portal home button on sign in page */
.bia-signin .BIA-back-to-portal-home {
    display: none;
}