.breadcrumbs {
	color: #fff;
	font-size: 16px;
}
.breadcrumb-item {
	font-weight: bold;
	color: #fff;
}
.breadcrumb-link {
	font-weight: normal;
	color: #fff;
}
.breadcrumb-link-active {
	color: #fff;
	font-weight: 700;
}

.page-section {
	width: 85%;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: table;
}
.nav-stickey-header {
	width: 100%;
	z-index: 1000;
	background: #eee;
	margin: 0 auto;
	text-align: center;
	left: 0;
}

.hero-banner {
  	margin: 0 auto !important;
}

.link-list {
	margin-bottom: 50px;
}
.link-list .link-list-item {
	text-align: center;
}
.link-list .link-list-item .link {
	font-size: 24px;
	font-weight: 700;
}
.link-list .link-list-item .link:hover {
	color: #b22c1b;
}
.link-font-color-primary{
	background-color: #b22c1b;
}
.link-font-color-secondary{
	background-color: #2c2a29;
}

.padding-low-bottom {
	padding-bottom: 15px;
}

.marketing-retailers .marketing-retailers-container {
	align-items: normal !important;
	-webkit-align-items: normal !important;
	-ms-flex-align: normal !important;
}

.marketing-retailers-description ul {
	text-align: left !important;
}

.site-footer-logo {
	float: none !important;
}

.main-content {
	padding: 1em 0;
}
.rail-navigation {
	padding-right: 2em;
}

@media all and (max-width: 1140px) {
	.site-menu-nav-item {
		min-width: 50px;
		font-size: 13px;
	}
}
@media all and (max-width: 1360px) {
	.site-menu-nav {
		padding-left: 15px;
	}
	.site-menu-nav-item {
		min-width: 50px;
		font-size: 14px;
	}
	.site-search-form .yui-ac-input {
		width: 175px;
	}
}