@font-face {
	font-family: 'HelveticaNeue';
	src: url("/fonts/HelveticaNeue.eot");
	src: url("/fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"),
	url("/fonts/HelveticaNeue.woff") format("woff"),
	url("/fonts/HelveticaNeue.ttf") format("truetype"),
	url("/fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
}

body {
	background-color: #ececec;
	color: #4e4e4e;
}

.navbar-toggler {
	background-color: #303030;
	color: #FFFFFF;
}

.clr-0, #clr-0 {
	color: #303030;
}

.light-bg, .section-title {
	background-color: #dbdbdb;
}

.light-bg h1, .section-title h1 {
	color: #303030;
	font-weight: normal;
}

.as-r, body {
	font-family: azo-sans-web, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.as-t {
	font-family: azo-sans-web, sans-serif;
	font-weight: 200;
	font-style: normal;
}

.as-m, .light-bg h1, .ff-pr tbody tr td:first-child {
	font-family: azo-sans-web, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.as-l {
	font-family: azo-sans-web, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.as-i {
	font-family: azo-sans-web, sans-serif;
	font-weight: 400;
	font-style: italic;
}

.as-b {
	font-family: azo-sans-web, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.as-black, .light-bg h1 strong {
	font-family: azo-sans-web, sans-serif;
	font-weight: 900;
	font-style: normal;
}

ul li ul li {
	list-style-type: none;
	margin-left: 5px;
}

ul li ul li:before {
	content: "-";
	margin-right: 6px;
}

#nav-content ul li ul {
	background-color: #dbdbdb;
	padding: 2%;
}

#header ul.navbar-nav > .nav-item {
	padding: .5rem 1rem;
}

#header ul.navbar-nav > .nav-item > .nav-link {
	padding: 5px;
}

#header nav ul li ul li:before {
	display: none;
}

#header .bs-icons  img {
	width: 16vw;
}

#nav-content ul li ul li a,
#nav-content ul li ul li a:hover {
	align-items: center;
	background-color: #fff;
	color: #000000 !important;
	display: flex;
	font-weight: 900;
	height: 215px;
	justify-content: center;
	margin: 8px auto;
	padding: 0;
	text-transform: uppercase;
	width: 300px;
}

#nav-content ul li ul[aria-labelledby="Bsegments"] li a {
	display: block;
	padding: 0;
}

#nav-content ul li ul li a:hover {
	border: 1px solid #3A3A3C;
}

#nav-content ul li ul li a img {
	display: block;
	height: 100%;
	width: 100%;
}

#nav-content ul li ul li a span {
	display: none;
}

#header nav .nav-link, .common-footer-links a {
	color: #FFFFFF;
}

#nav-content .nav-item.show {
	border-bottom: 2px solid #ffffff;
}

#nav-content .nav-item:hover > a,
#nav-content .nav-item.show > a {
	background-color: #464646;
}

#nav-content .nav-item:hover a, .show > a {
	color: #aaa2a2;
}

ul.show {
	background-color: #dbdbdb;
}

#nav-content {
	background-color: #000000;
}

.navbar-toggler {
	height: 32px;
}

.navbar-toggler .navbar-toggler-icon {
	height: 2px;
}

#header .navbar-nav {
	position: relative;
}

#nav-content > ul > li.nav-item.dropdown {
	position: static;
}

#footer hr {
	border-color: #FFFFFF;
}

#footer .footer-links,
#footer .footer-links a,
#footer.footer-links a:hover {
	color: #eaeaea;
	font-family: "HelveticaNeue", sans-serif;
}

ul.common-footer-links li:not(:last-child) {
	border-right: 1px solid #FFFFFF;
}

#stock-quote p {
	margin-bottom: 7px;
}

.ff-pr tr td:last-child, .ff-pr thead tr th {
	font-family: azo-sans-web, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
}

.ff-pr tr td:last-child {
	font-style: italic;
}

.signup-social {
	background-color: #f4f4f2;
}

.social-icons {
	font-size: 18px;
}

.social-icons li:first-child {
	font-size: 23px;
}

.social-icons a {
	float: left;
	width: 100%;
}

.social-icons .align-top {
	margin-top: 2px;
}

.social-icons a i {
	background-color: #303030 !important;
	border-radius: 50px;
	color: #fff;
	float: left;
	padding: 10px;
	width: 100%;
}

.social-icons a i.fa-facebook-f {
	padding: 10px 15px;
}

.signup-social label {
	font-size: 12px;
}

.Patents p {
	margin-bottom: 3px;
}

.arrow a {
	color: white;
	text-decoration: none;
}

.arrow {
	text-align: center;
	margin: 2% 0;
}

.bounce {
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

.proxy-vote a {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

#news-events .nav-tabs .nav-item {
	background-color: #dbdbdb;
	border-bottom: 1px solid #303030;
	border-radius: 0;
	border-right: 1px solid #303030;
	color: #000000;
}

#news-events nav {
	border: 1px solid #303030;
}

#news-events #nav-tabContent {
	border-top: 1px solid #303030;
}

#news-events .item {
	border-bottom: 1px solid #303030;
	display: flex;
	padding: 15px;
}

#news-events .item .img {
	margin-right: 20px;
	max-width: 135px;
	min-width: 135px;
}

#news-events .item img {
	float: left;
}

#news-events .item a, #news-events .item a:hover,
#news-events .item a:active {
	color: #303030;
	margin-top: 8px;
}

#news-events .nav-tabs .nav-item:last-child {
	border-right: 0;
}

#news-events .nav-tabs .nav-link.active, .tab-pane {
	background-color: #ffffff;
}

.nav-tabs, .tab-pane, #news-events .nav-tabs .nav-link.active {
	border-bottom: 0;
}

#members .show, #member-desc .show {
	background-color: #3A3A3C;
	color: #ffffff;
	padding: 1px;
}

@media screen and (max-width: 991px) {
	#nav-content > ul > li > a {
		font-size: 18px;
		text-transform: uppercase;
	}

	#nav-content ul li ul li {
		margin: 0;
		width: 100%;
	}

	#nav-content ul li ul li a,
	#nav-content ul li ul li a:hover,
	#nav-content ul li ul[aria-labelledby="Bsegments"] li a {
		border-bottom: 1px solid #000000;
		display: block;
		font-size: 16px;
		height: auto;
		justify-content: unset;
		margin: 0;
		padding: 8px 0;
		text-align: center;
		width: auto;
	}

	#nav-content ul li ul li a:hover {
		background-color: #c0c0c0;
		border: 0;
	}

	#nav-content ul li ul li a img {
		display: none;
	}

	#nav-content ul li ul li a span {
		display: block;
	}

	.signup-social {
		text-align: center;
	}

	.social-icons li:first-child {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#header .navbar-brand {
		max-width: 150px;
	}

	#news-events .nav-tabs .nav-item {
		border: 1px solid #303030 !important;
		width: 100%;
	}

	#header .bs-icons li {
		width: 100%;
	}

	#header .bs-icons li a {
		padding: 0;
	}

	#header .bs-icons img {
		width: 18vw;
	}

	#header ul.navbar-nav > .nav-item {
		padding: 5px;
	}

	.proxy-vote a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1200px) {
	.container {
		max-width: 1600px;
	}
}