.weather-wrapper {
	cursor: pointer;
	position: relative;
	display: inline-block;
}
@media (min-width: 375px) {
	.weather-wrapper {
		left: 5px;
		width: 40px;
	}
}
.panel-header-redesign.mobile-active .weather-wrapper {
	left: 50px;
}
.weather-wrapper .deg {
	padding-left: 3px;
	padding-right: 2px;
}
.weather-wrapper .weather-button {
	display: flex;
	position: relative;
	z-index: 15;
	background-color: transparent;
	padding: 10px 5px;
	margin: 0;
	gap: 3px;
	color: white;
}

.dropdown-nav-container .weather-wrapper .weather-button {
	margin-left: -30px;
}
.root-panel.panel-page.no-hero .panel-header-redesign:not(.panel-header-redesign.mobile-active) .header-right:not(.header-right.sticky) .weather-wrapper .weather-button,
.root-panel.panel-page.blue-theme .panel-header-redesign:not(.panel-header-redesign.mobile-active) .header-right:not(.header-right.sticky) .weather-wrapper .weather-button {
	color: black;
}
.root-panel.panel-page.no-hero .panel-header-redesign:not(.panel-header-redesign.mobile-active) .header-right:not(.header-right.sticky) .weather-wrapper .weather-button .weather-icon i,
.root-panel.panel-page.blue-theme .panel-header-redesign:not(.panel-header-redesign.mobile-active) .header-right:not(.header-right.sticky) .weather-wrapper .weather-button .weather-icon i {
	color: #0182C5;
}
.weather-wrapper .weather-button .temp {
	white-space: nowrap;
	font-family: "expressway", serif;
	font-size: 18px;
	font-weight: bold;
}
.weather-wrapper .weather-button .temp .fa {
	font-size: 16px;
	display: none;
}
.weather-wrapper .weather-button .weather-icon {
	margin-right: 3px;
	font-size: 20px;
}
.dropdown-nav-container.active .weather-wrapper .weather-button .weather-icon > i {
	color: #fbd100;
}

.dropdown-nav-container.active .weather-wrapper .weather-button .temp {
	color: white;
}

.panel-header-redesign .primary-content-container .header-right.sticky .widgets .weather-wrapper .weather-button .weather-icon > i {
	color: #fbd100;
}

.panel-header-redesign .weather-wrapper .weather-dropdown {
	left: -200px;
}

.weather-wrapper .weather-dropdown {
	display: none;
	min-width: 320px;
	background-color: white;
	position: absolute;
	top: 100%;
	left: -20px;
	z-index: 40;
	cursor: initial;
	color: black;
}
.weather-wrapper .weather-dropdown.open {
	display: block;
}
.weather-wrapper .top-section {
	text-align: center;
	padding: 5px;
}
.weather-wrapper .forecast .temp-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.weather-wrapper .forecast .weather-icon {
	font-size: 22px;
	margin-right: 7px;
}
.weather-wrapper .forecast .temp {
	font-size: 32px;
}
.weather-wrapper .forecast .info {
	font-size: 18px;
}
.weather-wrapper .forecast-list .item {
	display: block;
	border-top: 1px solid #999;
	padding: 2px 8px;
}
.weather-wrapper .item-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
}
.weather-wrapper .item-details .data {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.weather-wrapper .item-details .data > div {
	font-size: 24px;
	padding: 0px 3px;
	text-align: center;
}
.weather-wrapper .item-details .weather-icon {
	font-size: 22px;
	display: inline-block;
	min-width: 35px;
	color: #fe9b0c;
}
.weather-wrapper .item-details .high {
	padding-right: 6px;
	width: 55px;
}
.weather-wrapper .item-details .sep {
	border-left: 1px solid #cdcdcd;
	height: 26px;
	width: 1px;
}
.weather-wrapper .item-details .low {
	color: #18a3de;
	width: 55px;
}

@media screen and (min-width: 64em) {
	.weather-wrapper {
		left: unset;
		width: unset;
	}

	.weather-wrapper .weather-button {
		gap: 5px;
	}

	.panel-header-redesign.mobile-active .weather-wrapper .weather-button .weather-icon > i {
		font-size: 24px;
	}

	.weather-wrapper .weather-button .temp {
		font-size: 16px;
		font-weight: bold;
	}

	.panel-header-redesign .weather-wrapper .weather-button .weather-icon > i {
		font-size: 24px;
	}
}