/* Solid bars - like the quick links on the home page */
.nss-bar {
    padding: 12px;
    font-size: 24px;
}

.nss-bar-thin {
    padding: 10px;
    font-size: 18px;
    margin-top: 0;
}

.nss-bar-extra-thin {
    padding: 0px 10px;
    font-size: 1rem;
    margin-top: 8px;
}

.nss-bar-first {
    margin-top: 0;
}

.nss-bar a, .nss-bar a:visited, .nss-bar a:link, .nss-bar {
    color: #fff !important;
}

.nss-bar-blue {
    background: #1972b1;
}

.nss-bar-red {
    background: #bc232b;
}

.nss-bar-orange, .btn-warning {
    background: #c16e2a !important;
}

.nss-bar-green {
    background: #45582c;
}

.nss-bar-purple {
    background: #2b3482;
}

.nss-bar-aqua {
    background: #1d8a6d;
}

/* iframe fixes */
.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

caption {
    margin-top: 1rem !important;
}

/* Changes the background and hover color of the imagehover module, which is used to display articles */
/* The colorback is the old name, the imagehover is the replacement created by Liam */
.colorback, .imagehover { background-color: #0061aa !important; }
.colorhover:hover, .imagehover p { background-color: rgba(0,97,170,0.8) !important; }

/* Fix bars like on the eNav page */
/* This was deleted from skin.css, but a rebuild and */
/* 2-level (DNN and CF) cache purge hasn't updated it yet. */
.northern-star__container--title__title h2 span {
    display: inline-block !important;
    margin: unset !important;
}
