.breadcrumb {
	background-color: transparent;
	margin: 0 0 20px 0;
	padding: 0;
}

/* For things you want only screen readers to see. */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.skipnav { text-align: left; }
.skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }

.footer-search {
	background-color: var(--footer_blue) !important;
	color: white  !important;
	padding: 20px  !important;
	width: 70%  !important;
	max-width: 380px  !important;
	height: 70px  !important;
	border: 1px solid white  !important;
	border-right: none  !important;
	border-radius: 0 !important  !important;
}

.fade.in {
	opacity: 1 !important;
}
.main_header.gradient_blue {
    background: linear-gradient(to right, #003E7E, #0070E4);
    height: 250px;
}
.modal-content {
	margin-top: 90px !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #ffffff;
	text-shadow: none;
}
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	text-shadow: none;
}

button.btn.btn-mini:hover {
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
}
.btn-primary_blue:hover, .btn-primary_blue:focus, .btn-primary_blue:visited {
	color: white;
}
.modal {
	background-color: transparent;
}

.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.8 !important;
}

.modal.fade.in {
	box-shadow: none;
	border: none;
}
div#tag-cloud a {
	color: #000 !important;
	line-height: 1.5;
}

.footer-title, header a, .character_link, .paragraph_large, .btn-primary_blue, .btn-primary_gold, .btn-secondary_blue, .btn-secondary_gold, .breadcrumb-item a, .sidebar-links a, .showcase-title h2 {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
}

#current-topic .caret {display: none;}

button.active.add-on.btn.btn-inverse.btn-large{
	margin-left: -3px;
	background: #ffcc00;
	color: black;
	width: 85px;
}

input#q {
	min-width: 80%;
}
.question-preview {
	font-size: 1.1rem;
	height: 85px;
}

hr {
	border-top: var(--bs-border-width) solid;
}

.label, .badge {
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #003366;
}

.modal-header,
.modal-body,
.modal-footer {
	background-color: #f5f5f5;
}
h1.h1 {
	margin-top: 0 !important;
}
#questions h2 a{
	text-decoration: none !important;
	color: #003366 !important;
}
.results-table a:hover, .results-table a:focus {
	color: #555555;
}

.label, .badge {
    font-size: 15px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #003366;
    color: white !important;
    text-decoration: none !important;
}
.open >.dropdown-menu {
    display: block;
    visibility: visible;
    opacity: initial;
}
.controls .input-prepend{
	min-width: 100%;
    display: flex;
    flex-wrap: wrap;
}