/* New Theme CSS */
.dropdown-menu {
	background-color: #c5050c;
}

.news-blocks {
	margin-top: 50px;
}

.dropdown-menu li {
	margin-bottom: 0;
	margin-top: 5px;
	padding-bottom: 0 !important;
	padding-top: 0;
	clear: both !important;
}

.dropdown-menu {
	background-color: #c5050c;
	padding-left: 10px !important;
	padding-right: 10px !important;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 15px 0 0 !important;
	margin: 15px 0 0;
	font-size: 14px;
	list-style: none;
	border: 0 solid #ccc !important;
	border: 0 solid rgba(0,0,0,0.15) !important;
	border-radius: 0 !important;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.175) !important;
	box-shadow: 0 0 0 rgba(0,0,0,0.175) !important;
	background-clip: padding-box;
}

.dropdown-menu li {
	display: block !important;
	border-bottom-width: 0 !important;
	margin-left: 25px;
	margin-right: 25px;
	clear: both;
}

.dropdown-menu li:hover {
	display: block !important;
	background-color: #c5050c !important;
	clear: both;
}

.dropdown-menu li a:hover {
	display: inline;
	border-bottom-width: 2px;
	border-bottom-style: solid !important;
	border-bottom-color: #fff !important;
}

.dropdown-menu li a {
	display: inline;
	border-bottom-width: 2px;
	border-bottom-style: solid !important;
	border-bottom-color: #c5050c !important;
}

.dropdown-toggle {
	background-color: #c5050c !important;
}

#site-title {
	font-family: Verlag, "Helvetica Neue";
}

.uw-global-name-link {
	font-family: Verlag, "Helvetica Neue";
}

#site-description {
	font-family: Verlag, "Helvetica Neue";
}

.uw-footer-content {
	font-family: Verlag, "Helvetica Neue";
}

#wp-admin-bar-root-default {
	margin-bottom: 0 !important;
}

.news-item {
	height: 475px !important;
	max-width: 100%;
}

#site-title {
	font-size: 30px;
}

#menu-main-menu>.menu-item>a:hover {
	background-color: #c5050c !important;
}

@media screen and (max-width: 839px) {
	.news-page-items {
		column-count: 1 !important;
		-webkit-column-count: 1 !important;
		column-gap: 0;
		-webkit-column-gap: 0;
	}
	
	.news-item {
		text-align: center !important;
	}
	
	.news-item img {
		margin-left: auto !important;
		margin-right: auto !important;
		display: inline !important;
	}
}

.single .entry-content p {
	font-family: "Georgia" !important;
}

.single .entry-content li {
	font-family: "Georgia" !important;
}

@media only screen and (min-width: 501px) {
	#homepage-header-image img {
		width: 100% !important;
	}
}

@media screen and (max-width: 975px) {
	.news-item {
		max-width: 500px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	#homepage-news {
		margin-left: auto;
		margin-right: auto;
	}
}

.description {
	font-size: 32px !important;
}

.news-header {
	font-size: 32px !important;
}

#homepage-news {
	margin-bottom: 70px;
}

.more-button {
	margin-top: -10px;
}

.uw-stripe-white {
	margin-top: 18px;
	margin-left: 21px;
}

.description {
	margin-bottom: 65px;
}

.description h1 {
	padding-left: 19px !important;
	padding-right: 19px !important;
}

.widget.uw-featured-image {
	display: none;
}

@media only screen and (max-width: 790px) {
	#ethics-browser {
		display: none;
	}
}

@media only screen and (min-width: 790px) {
	#ethics-mobile {
		display: none;
	}
}

.more-button {
	margin-top: 0 !important;
}

.news-item {
	margin-bottom: 0 !important;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	overflow: hidden;
}

.category-title {
	overflow: hidden;
	margin-bottom: 0;
	top: 25px;
}

.gallery img { border: none !important; }