@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap');

* {
    box-sizing: border-box;
}

body, body * {font-family: 'Nunito Sans', sans-serif !important;}

.feature .featureTitle, .feature .featureTitle a { font-family: 'Nunito Sans', sans-serif !important; color: #013159 !important; font-size: 18px !important; margin-bottom: 8px !important; font-weight: 800 !important}

.feature .featureContent p { font-size: 16px !important; }

/* Standalone Custom CSS */
body.standalone .header {
    background-color: #056BBE !important;
    height: 60px;
}

body.standalone .header:not(.solid)::before {
    display: none;
}

.standalone .header .publicLogo.custom {
    width: 150px;
}

.standalone .actionsContent {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 20px;
    width: 100%;
}

.standalone .headerTitle,
.standalone .headerSubtitle {
    display: none !important;
}

.standalone .nav.actions {
    height: 100%;
}

.standalone .news {
    padding-top: 80px !important;
}

.standalone ul.actionlist {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.standalone li.action {
    height: auto;
    margin: 0 6px;
}

.standalone #firstResults {
    margin-top: -20px;
}

.standalone .streamNav {
    padding-right: 0;
    padding-top: 0;
    width: 249px !important;
}

.standalone .feature {
    margin: 20px 0 30px !important;
}

.standalone .streamContent {
    width: calc(100% - 254px);
}

.standalone .actionlist .subscribeAction a.actionlink {
    margin-right: 15px;
}

.header.asleep a.publicLogo.custom {
    top: auto !important;
}

.standalone.post .feature {
    margin-top: 0 !important;
}

.standalone .feature .featureTitle, .feature .featureTitle a {
    font-size: 24px !important;
}

.streamNav li.catItem .catItemLink {
    align-items: center;
    display: flex;
}
.streamNav li.catItem .catItemCheck {
    margin-right: 10px;
}

@media(max-width:900px) {
    .standalone .streamContent {
        width: 100%;
    }
    .standalone .feature .featureTitle, .feature .featureTitle a {
        font-size: 18px !important;
    }
    .standalone .feature {
        max-width: 100%;
    }
    .standalone ul.actionlist {
        right: 15px;
    }
    .standalone .news {
        padding-top: 70px !important;
    }
    .asleep ul.actionlist {
        top: 50% !important;
    }
}