.portal-hero-banner {
    position: relative;
}
.portal-image {
    width: 100%;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 70px;
}
.portal-hero-banner.std-banner .portal-image-container {
    min-height: 400px;
}

.portal-image h1 {
    font-size: 3rem;
    margin: 10px auto 20px;
    text-align: center;
}
.portal-image h2 {
    font-size: 2em;
    margin: 10px auto;
    text-align: center;
}
.portal-image h3 {
    font-size: 1.5em;
    margin: 10px auto;
    text-align: center;
}
.portal-image p {
    margin: 40px auto;
    text-align: center;
    font-size: 1.25rem;
    max-width: 1000px;
    line-height: 2.25rem;
    font-weight: 200;
}
.portal-image .middle-text {
    width: 85%;
    max-width: 1200px;
    position: relative;
}
.quick-analytics>div>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.quick-analytics>div>div {
    border-right: 1px solid #ccc;
}
.quick-analytics>div:last-child>div {
    border-right: 0;
}
.quick-analytics i {
    font-size: 2.25em;
    margin-bottom: 10px;
}
.quick-analytics {
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #315581;
    color: #ffffff;
    padding: 12px;
    position: absolute;
    font-weight: 700;
    bottom: -30px;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
    width: 900px;
}
.portal-search-container {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.portal-hero-banner.std-banner .portal-image h1 {
    margin: 10px auto 35px;
}
.portal-search {
    display: flex;
    column-gap: 2%;
    align-items: center;
}
.portal-search > div:first-child {
    width: 95%;
}
.portal-search #SearchBoxContainer {
    top: unset;
}
.portal-search input {
    border: 0;
    outline: none;
    box-shadow: none;
    font-size: 1.25em;
    display: inline;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: unset;
    transition: unset;
}
.portal-search input:focus {
    border-color: unset;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.portal-search i.fi-x {
    color: #999;
}
.portal-search i.fi-x:hover {
    color: #333;
    cursor: pointer;
}
.mask {
    min-height: 250px;
}
.portal-hero-banner {
    background-size: cover;
    background-position: 10% 15%;
}
.portal-hero-banner .portal-image-container {
    top: 0;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    min-height: 250px;
}
.CommunityManagerOption {
    display: none;
}
.more-options-menu {
    position: relative;
}
.page-menu-options a {
    color: #333;
    text-decoration: none;
}
.page-menu .page-menu-options>div {
    border-bottom: 3px transparent;
    color: #333;
}
.page-menu .page-menu-options > div:not(.btn):not(.post-button-container) {
    padding: 5px 10px;
    text-align: center;
}
.stickyScroll .ProfileOptionsContainer.stickyElem {
    width: 100%;
    z-index: 1040;
    top: 118px;
    position: fixed;
}
img.online-logo {
    max-height: 34px;
}