  /* BEGIN UL Homepage general fixes */
div#content.container {
	margin-top: 2.5rem;
}

nav.sidebar {
	display: none;
	margin-bottom: 0;
}
/* END UL Homepage general fixes */

/* BEGIN UL Homepage Search Boxes */
div.dbproblemreport, div.streamingvidreq {
	overflow: hidden;
	float: left;
	clear: both;
	width: 100%;
	margin: 1em 0;
	padding: 0;
	font-weight: bold;
}

/* BEGIN Tabs for lg-up */
#ul-srchboxes-tabs-nav {
	border: none;
}

#ul-srchboxes-tabs-nav .nav-link {
	font-size: 14px;
	padding: .2em .5em;
	background-color: #eee;
	margin-right: .5em;
	border: 1px solid #ccc;
	border-bottom: none;
}

#ul-srchboxes-tabs-nav .nav-link.active {
	margin-bottom: -2px;
	background-color: #fff;
}

div.nav-tabs-responsive {
	overflow: auto;
}

div.ulsearchboxes {
	margin: 2rem 0;
}

div.tab-pane {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px;
	margin: 1px 0 0 0;
	border: 1px solid #ccc;
	overflow: hidden;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
}

div.tab-pane form {
	margin: 0 0 15px 0;
}
/* END Tabs for lg-up */

/* BEGIN Accordion for md-dn */
.panel-body.panel-with-caret {
	padding-left: 15px;
}

div#ULSearchBoxesPanels div.dbproblemreport {
		text-align: left;
}

div.panel-body h3 {
	margin-bottom: 5px;
	text-transform: none;
}

div.panel-body form {
	margin-bottom: 10px;
}
/* END Accordion for md-dn */

/* BEGIN No Gutter Rows + Columns for Search Forms */
.no-gutters div > input, .no-gutters div > select, .no-gutters div > button {
	border-radius: 0;
	border-right-width: 0;
}

.no-gutters div:first-child > input, .no-gutters div:first-child > select, .no-gutters div:first-child > button  {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.no-gutters div:last-child > input, .no-gutters div:last-child > select, .no-gutters div:last-child > button  {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-right-width: 1px;
}

.no-gutters .btn-default {
	background-color: #fff;
	border: 1px solid #ced4da;
	box-shadow: none;
}

.no-gutters .btn-default:hover {
	background-color: #b30738;
	color: #fff;
}

.no-gutters .form-control, .no-gutters .btn-default {
	height: auto !important;
	min-height: 40px;
}

.no-gutters .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.no-gutters select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 24px;
	background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='%23444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.no-gutters select.form-control[multiple] {
	background-image: none;
}

.no-gutters input.btn + input.btn {
	margin-left: .5em;
}

/* END No Gutter Rows + Columns */

/* END UL Homepage Search Boxes */

/* BEGIN Featured Story Edits */
div.news.module ul.media-list li.media div.media-body p {
	display: none;
}
/* END Featured Story Edits */





