/* Home tag style*/
h2.home-tag {
	background: var(--streetsmn-brand-color-orange);;
	bottom: -14px;
	color: #fff;
	display: inline;
	font: 18px var(--streetsmn-font-headline);
	margin-left: 20px;
	position: relative;
	padding: 8px 16px;
	font-weight: bolder;
	z-index: 20;
}

/* Home article */
.home-article {
	font: 14px var(--streetsmn-font-headline);
	position: relative;
	padding-bottom: 30px;
}

.home-article .home-article-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}

.home-article .home-article-image a {
	border: 0 !important;
	display: block;
	height: 220px;
}

#content .home-article .home-article-image a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home-article h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
}

.home-article h3 a {
	border: 0 !important;
	font-weight: bolder;
}

.home-article .entry-author {
	color: (--streetsmn-text-color-gray);
	font-weight: bolder;
	margin-bottom: 10px;
}

.home-article .entry-categories {
	display: block;
}

.home-article .entry-categories ul {
	list-style: none;
	padding: 0;
}

.home-article .entry-categories ul li {
	display: inline;
}

.home-article .entry-categories ul li a {
	background: var(--streetsmn-bg-color-gray-light);
	color: var(--streetsmn-text-color-white) !important;
	font-size: 12px;
	border-bottom: 0 !important;
	margin: 2px 10px 20px 0;
	padding: 2px 5px;
	text-transform: uppercase;
}

.home-article-read {
	text-align: right;
	width: 100%;
}

.home-article .home-article-read {
	bottom: 0;
	right: 0;
	position: absolute;
}
.home-article-read a {
	border: 0 !important;
	font-size: 1.1em;
	font-weight: bolder;
	padding: 10px;
}

/* Home generic link */
a.home-page-link {
	font-family: var(--streetsmn-font-headline);
	font-weight: bolder;
}

/* Home sections, generally */
.home-section {
	padding: 60px 0;
}

.home-section:first-child {
	padding-top: 0 !important;
}

/* Home feature */
.home-section#feature {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	font: 18px var(--streetsmn-font-headline);
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.home-section#feature .feature-content {
	background: var(--streetsmn-bg-color-white-trans);
	padding: 20px 10px 10px 10px;
	max-width: 500px;
	width: 100%;
}

.home-section#feature .feature-content h2.home-tag {
	margin-left: 0;
	margin: 10px 0;
	padding-right: 60px;
	position: static;
	bottom: 0;
}

.home-section#feature .feature-content h3 {
	font-weight: bolder;
	padding: 20px 0;
}

.home-section#feature .feature-content h3 a {
	color: var(--streetsmn-brand-color-orange);
	display: block;
	border-bottom: 0;
}

/* Home sidebar */
#content .home-section#home-sidebar {
	color: #fff;
	font: 14px var(--streetsmn-font-headline);
}

#content .home-section#home-sidebar a {
	color: #fff;
}

#content .home-section#home-sidebar i.fa {
	font-size: 25px;
}

#content .home-section#home-sidebar .cta {
	border: 0;
	font-weight: bolder;
	display: inline-block;
	margin: 0 20px;
	padding: 10px;
}

#content .home-section#home-sidebar input {
	border: 0;
	padding: 10px;
}

#content .home-section#home-sidebar .row>div {
	padding-bottom: 20px;
	padding-top: 20px;
}

.home-section#home-sidebar .first {
	background: var(--streetsmn-brand-color-blue);;
}

.home-section#home-sidebar button[type="submit"] {
	background: var(--streetsmn-brand-color-blue-light);;
	border: 0;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: .8em;
}

.home-section#home-sidebar .second {
	background: var(--streetsmn-brand-color-orange);
}

.home-section#home-sidebar .second .cta {
	background: var(--streetsmn-brand-color-orange-light);
}

.home-section#home-sidebar .third {
	background: var(--streetsmn-brand-color-green);
}

.home-section#home-sidebar .third .cta {
	background: var(--streetsmn-brand-color-green-light);
}


/* DESKTOP */
@media screen and (min-width: 768px) {
.home-section#feature {
	height: 500px;
}

.home-section#feature .feature-content {
	right: 50px;
	position: absolute;
	max-width: 400px;
}
}