.weather {
	float: right;
	margin-left: 20px;
	position: relative;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	font-family: 'TradeGothicW01-BoldCn20_675334';
	z-index: 30;
}
.weather .trigger {
	color: #241209;
}
.weather i {
	float: right;
	-webkit-text-stroke: 0.5px;
	font-size: 27.5px;
	line-height: 35px;
	margin-left: 5px;
	transform: translateY(5px);
}
.weather .dropdown {
	display: none;
	position: absolute;
	top: -20px;
	right: -15px;
	background-color: #fff;
	padding: 0 15px;
	list-style: none;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}
.weather:hover .dropdown {
	display: block;
}
.weather .dropdown:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 4px;
	width: 100%;
	background-image: url(/includes/public/assets/shared_2/red-stripe.png);
	background-repeat: repeat-x;
}
.weather .dropdown li {
	width: 130px;
	border-top: 1px solid #eee3d5;
	padding: 12px 0;
	overflow: hidden;
	letter-spacing: .7px
}
.weather .dropdown li:first-child {
	border-top: none;
	padding-top: 22px;
}
.weather .dropdown li .day {
	float: left;
	color: #8c7c79;
	text-transform: uppercase;
	font-size: 13px;
}
.weather .dropdown li .temp {
	float: right;
	color: #483e39;
}
.weather .dropdown li .temp i {

}
@media only screen and (max-width: 64em) {
	.weather {
		display: none;
	}
}
@media only screen and (max-width: 40em) {
	.weather {

	}
}