body a.bar:not([href]), body a.bar:not([href]):hover {
	color: transparent !important;
}


.blue-container {
    background-color: #daf0fb !important;
    max-width: 100% !important;
    margin-top: 112px !important;
    padding: 1em 0 !important;
}

.blue-container > * {
    top: -203px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -103px !important;
    left: -14px !important;
}

.blue-container .sf_pagerNumeric {
    position: relative;
    top: 80px;
    display: none;
}

.blue-container div:nth-child(5) > .sf_pagerNumeric {
    display: block;
}

.foundation-profiles-topic h2.sigma-stories {
    border-color: #13294B !important;
}

.foundation-profiles-topic a.view-more {
    background-color: #13294B !important;
}

.foundation-profiles-topic a.view-more:hover {
    background-color: #274674 !important;
}

@media(max-width: 801px) {
    .blue-container > * {
       left: 0 !important;
    }
}