
#ctl00_aLogin {
    display: none;
}
ul li::before {
    display: none;
}
.banner {
    overflow: hidden;
    padding: 2em 0 5em;
}
.banner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50vw;
    top: 0;
    background: url('../img/content/network/white-globe.png') 100% 100% / 90% auto no-repeat;
    opacity: 0.3;
}
@media (min-width:48em) {
    .banner {
        padding: 5em 0 7em;
    }
    .banner::before {
        bottom: -10rem;
        background-size: auto 40vw;
    }
}
@media (min-width:75em) {
    .banner::before {
        bottom: -20rem;
        background-size: 40% auto;
        right: calc(((100vw - 96rem) / 2) + 5rem);
    }
}
@media (min-width:90em) {
    .banner::before {
        left: calc((100vw - 96rem) / 2);
        right: calc(((100vw - 96rem) / 2) - 5rem);
    }
}
.banner h1 a {
    font-weight: 200;
}
.post-more {
    background: #535486;
    color: #fff;
    border-radius: 0;
}
.widgetzone {
    margin-bottom: 2rem;
}
.post-title {
    margin-top: 0.5rem;
}
@media (min-width:48em) {
    .content-wrapper {
        padding-right: 3rem;
    }
    #footer-utilities > .span {
        min-height: 12rem;
    }
}

#header .header-utilities .isource-link {
    margin-right: 0 !important;
}
.content-stlye p {
    font-size: 1.1em;
    margin-bottom: 1.25rem;
}
.content-stlye h1, .content-stlye h2, .content-stlye h3, .content-stlye h4, .content-stlye h5, .content-stlye h6 {
    margin: 1rem 0;
}