/**********************************************
WARNING:
Do not edit the CSS file. It is auto-generated!
Check less folder for source files.
***********************************************
*/
/** responsive **/
/** grid **/
/** spacing **/
/** colors **/
/** font **/
.weather-navigation {
  box-shadow: none;
  background: transparent;
}
.weather-navigation .block-content {
  padding: 0;
}
.weather-navigation .list--side-navigation .list__item a.link--active {
  font-weight: 700;
}
.weather-navigation .list .list {
  margin-left: -15px;
}
.weather-navigation .link--dropdown-toggle {
  cursor: pointer;
}
@media (max-width: 991px) {
  .weather-navigation .list__item--arrow {
    padding-left: 0;
  }
  .weather-navigation .list--start > .list__item--arrow:before,
  .weather-navigation .list--start > .list__item > .list > .list__item--arrow:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .weather-navigation .list__item {
    display: block;
    padding: 10px 15px;
    background: #e3e3e3;
    border-top: 1px solid #fff;
  }
  .weather-navigation .list {
    background: #fff;
  }
  .weather-navigation .list__item--hasSubPages .list {
    margin-top: 10px;
    margin-bottom: -10px;
    margin-right: -15px;
  }
  .weather-navigation .list .list .list .list__item {
    background: #fff;
  }
  .weather-navigation .list__item--arrow:before {
    display: none;
  }
  .weather-navigation .link--dropdown-toggle {
    width: 100%;
    display: block;
  }
  .weather-navigation .link--dropdown-toggle:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    float: right;
  }
  .weather-navigation .link--dropdown-toggle[aria-expanded="true"]:after {
    content: "\f077";
  }
  .weather-navigation .dropdown-backdrop {
    display: none !important;
  }
  .weather-navigation .list--side-navigation .list--side-navigation .list--side-navigation {
    display: none;
  }
  .weather-navigation .list--side-navigation .list--side-navigation .list--side-navigation.bs-prototype-override {
    display: none !important;
  }
  .weather-navigation .list--side-navigation .list--side-navigation .list--side-navigation.bs-prototype-override.open {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .weather-navigation {
    /** tab behavior **/
  }
  .weather-navigation .btn--list-collapse {
    display: none;
  }
  .weather-navigation .list--start {
    /** don't show third level **/
    /** show third level if tree is active **/
  }
  .weather-navigation .list--start .list .list {
    display: none;
  }
  .weather-navigation .list--start .list .list__item--active > .list {
    display: block;
  }
  .weather-navigation .weather-navigation__nav {
    border-bottom: 5px solid #68b022;
    display: table;
    margin-bottom: 0;
    width: 100%;
    position: relative;
  }
  .weather-navigation .weather-navigation__nav > .list--side-navigation .list--side-navigation .list--side-navigation {
    position: absolute;
    padding: 0 15px;
    margin: 0;
    background: #e3e3e3;
    left: 0;
    bottom: -105%;
    width: 100%;
    font-size: 0;
    z-index: 1000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }
  .weather-navigation .weather-navigation__nav > .list--side-navigation .list--side-navigation .list--side-navigation.bs-prototype-override {
    display: none !important;
  }
  .weather-navigation .weather-navigation__nav > .list--side-navigation .list--side-navigation .list--side-navigation.bs-prototype-override.open {
    display: block !important;
  }
  .weather-navigation .weather-navigation__nav > .list--side-navigation .list--side-navigation .list--side-navigation .list__item {
    padding: 10px 0 10px 15px;
    display: inline-block;
    width: 25%;
  }
  .weather-navigation .weather-navigation__nav > .list--side-navigation .list--side-navigation .list--side-navigation .list__item .link {
    font-weight: normal;
    display: inline;
    padding: 10px 0;
    background: transparent;
    color: #494949;
  }
  .weather-navigation .weather-navigation__nav > .list--side-navigation .list--side-navigation .list--side-navigation .list__item .link--active {
    font-weight: 700;
  }
  .weather-navigation .weather-navigation__nav > .list--side-navigation .list--side-navigation .list--side-navigation .list__item .link:hover {
    color: inherit;
    background: inherit;
    font-weight: 700;
  }
  .weather-navigation .list {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .weather-navigation .list__item {
    padding: 0;
    margin: 0;
    display: inline;
  }
  .weather-navigation .list__item .link {
    display: table-cell;
    width: 100%;
    padding: 15px 20px 13px;
    line-height: 1.3em;
    font-weight: 700;
    color: #494949;
    text-decoration: none;
    white-space: nowrap;
    background: #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
  }
  .weather-navigation .list__item .link--active,
  .weather-navigation .list__item .link:hover {
    background: #68b022;
    border-right: none;
    color: #fff;
    text-decoration: none;
  }
  .weather-navigation .list__item .link + .list {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .weather-navigation {
    background: #e3e3e3;
  }
  .weather-navigation .list .list .list__item--hasSubPages:before,
  .weather-navigation .list .list .list__item--hasSubPages > .link {
    display: none;
  }
  .weather-navigation .btn--list-collapse {
    display: none;
  }
  .weather-navigation .block-content {
    padding: 20px;
  }
  .weather-navigation .list .list .list {
    padding: 15px 0;
  }
  .weather-navigation .list.collapse {
    display: block;
  }
}


/**********************************************
WARNING:
Do not edit the CSS file. It is auto-generated!
Check less folder for source files.
***********************************************
*/
/** responsive **/
/** grid **/
/** spacing **/
/** colors **/
/** font **/
.weather-searchbar {
  padding: 20px;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.weather-searchbar .block-content {
  padding: 0;
}
.weather-searchbar .js-mylocation-item {
  cursor: pointer;
}
.weather-searchbar__login {
  display: block;
  padding-top: 10px;
}
.weather-searchbar__login__button {
  width: 100%;
}
.weather-searchbar__inputs {
  width: 100%;
  display: table;
}
.weather-searchbar__inputs > * {
  display: table-cell;
}
.weather-searchbar__inputs .weather-searchbar__inputs__controls {
  width: 60px;
  text-align: right;
}
.weather-searchbar__mylocations {
  margin-top: 10px;
}
.weather-searchbar__mylocations__savelocation {
  margin-right: 10px;
}
.weather-searchbar__mylocations .btn-group {
  margin-top: 15px;
  position: relative;
  display: block;
}
.weather-searchbar__mylocations .btn-group .btn {
  width: 100%;
  text-align: left;
}
.weather-searchbar__mylocations .btn-group .caret {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}
.weather-searchbar__mylocations .btn-group .dropdown-menu {
  top: 45px;
  right: 0;
  width: 100%;
  padding: 15px;
}
.weather-searchbar__mylocations__entry {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.weather-searchbar__mylocations__entry + .weather-searchbar__mylocations__entry {
  margin-top: 10px;
  border-top: 1px solid #494949;
  padding-top: 10px;
}
.weather-searchbar__mylocations__entry__delete {
  align-self: flex-start;
  padding: 2px 10px !important;
}
.weather-searchbar__mylocations__entry__position {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .weather-searchbar .block-content {
    display: table;
    width: 100%;
  }
  .weather-searchbar__inputs,
  .weather-searchbar__mylocations {
    display: table-cell;
  }
  .weather-searchbar__mylocations {
    text-align: right;
  }
  .weather-searchbar__mylocations .btn {
    width: auto;
    padding: 10px 10px 8px 10px;
  }
  .weather-searchbar__mylocations .btn-group {
    margin-top: 0;
    display: inline-block !important;
  }
  .weather-searchbar__inputs {
    padding-top: 0;
    width: 265px;
  }
  .weather-searchbar__inputs .weather-searchbar__inputs__controls {
    display: inline-block;
  }
  .weather-searchbar__inputs input {
    max-width: 200px;
    display: inline-block !important;
  }
  .weather-searchbar__login {
    display: table-cell;
    text-align: right;
    padding-top: 0;
  }
  .weather-searchbar__login .btn {
    width: auto;
    white-space: nowrap;
  }
}
.weather-searchbar-info {
  border: 3px solid #5d5d5d;
  padding: 0.5rem;
  margin: 0.75rem 0 0.25rem 0;
  display: inline-block;
  position: relative;
}
.weather-searchbar-info p,
.weather-searchbar-info .btn,
.weather-searchbar-info .fa-map-marker,
.weather-searchbar-info__content {
  display: table-cell;
  vertical-align: top;
  padding: 1rem;
}
.weather-searchbar-info__content {
  width: 100%;
}
.weather-searchbar-info .fa-map-marker {
  display: table-cell;
}
@media (min-width: 768px) {
  .weather-searchbar-info .fa-map-marker {
    display: none;
  }
}
.weather-searchbar-info p {
  margin-bottom: 0;
}
.weather-searchbar-info .close {
  padding: 5px 10px;
  background: transparent;
  color: #333333;
  opacity: 1;
}
.weather-searchbar-info--location {
  width: 100%;
}
@media (min-width: 768px) {
  .weather-searchbar-info--location {
    width: 390px;
  }
}
.weather-searchbar-info--location .weather-searchbar-info__arrow {
  border-bottom: none;
  border-top: 20px solid #5d5d5d;
  left: 236px;
  bottom: -20px;
  top: auto;
}
.weather-searchbar-info--login {
  border: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #333333;
  color: #fff;
}
.weather-searchbar-info--login .close {
  color: #fff;
}
@media (min-width: 768px) {
  .weather-searchbar-info--login .close {
    color: #333333;
  }
}
@media (min-width: 768px) {
  .weather-searchbar-info--login {
    border: 3px solid #5d5d5d;
    position: relative;
    background: transparent;
    color: #333333;
  }
}
.weather-searchbar-info--login .weather-searchbar-info__arrow {
  right: 20px;
  left: auto;
}
.weather-searchbar-info__body {
  display: table;
}
.weather-searchbar-info__arrow {
  display: none;
  position: absolute;
  top: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #5d5d5d;
}
@media (min-width: 768px) {
  .weather-searchbar-info__arrow {
    display: block;
  }
}
.weather-searchbar-info h3 {
  margin-bottom: 10px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .weather-searchbar-info h3 {
    margin-bottom: 30px;
  }
}
.weather-searchbar-info h4 {
  font-weight: bold;
  margin: 0;
  padding-top: 5px;
}
.weather-searchbar-info__featurebox .fa {
  float: left;
  margin-right: 15px;
}
.weather-searchbar-info__featurebox p {
  margin: 0;
  padding: 0;
}
.weather-searchbar-info__featurebox--callout {
  margin-top: 30px;
  padding: 15px;
  background: #e3e3e3;
}
.weather-searchbar-info .row + .row {
  margin-top: 30px;
}
.weather-searchbar-info .login-facts {
  display: none;
}
@media (min-width: 768px) {
  .weather-searchbar-info .login-facts {
    display: block;
  }
}
.weather-searchbar-info .login-button {
  display: block;
}
@media (min-width: 768px) {
  .weather-searchbar-info .login-button {
    display: none;
  }
}
.weather-searchbar-info .login-button .weather-searchbar__login__button {
  width: 100%;
  display: block;
}
.weather-searchbar-info .learnmore {
  display: inline-block;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .weather-searchbar-info .learnmore {
    display: none;
  }
}
.weather-searchbar__login__button .link-text {
  padding-left: 10px;
}
.modal--loginfacts .modal-body {
  padding: 15px 0;
}
.modal--loginfacts .close {
  z-index: 2;
  width: 30px;
  position: relative;
  height: 30px;
  font-size: 30px;
}
.notification-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 100000;
}
.notification-box__message {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  margin: 0 0 2px 0;
  color: #fff;
}
.notification-box__message .close,
.notification-box__message p {
  color: inherit;
  margin: 0;
  opacity: 1;
  line-height: inherit;
}
.notification-box__message .close:hover {
  color: #e6e6e6;
}
.notification-box__message p {
  font-size: 14px;
  font-weight: bold;
}


/**********************************************
WARNING:
Do not edit the CSS file. It is auto-generated!
Check less folder for source files.
***********************************************
*/
/** responsive **/
/** grid **/
/** spacing **/
/** colors **/
/** font **/
.weather-forecast__navigation {
  text-align: center;
  position: relative;
  padding: 20px 0;
}
.weather-forecast__navigation_title {
  display: inline-block;
}
.weather-forecast__navigation--7day .btn {
  position: absolute;
  right: 0;
  top: 10px;
}
.js-weather-forecast-list-scroll-left,
.js-weather-forecast-list-scroll-right {
  display: none;
}
.detailedDataView .weather-forecast-list__wrapper {
  position: relative;
  width: 100%;
}
.detailedDataView .weather-forecast-list__wrapper__scollarea {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
}
.detailedDataView .weather-forecast-list__wrapper__scollarea::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .detailedDataView .weather-forecast-list__wrapper .weather-forecast__viewcolumn__data {
    min-width: 95px;
  }
}
.detailedDataView .weather-forecast__viewcolumn__data__entry__value {
  white-space: nowrap;
}
.detailedDataView .weather-forecast__viewcolumn__data__entry--big-image .weather-forecast__viewcolumn__data__entry__value {
  white-space: normal;
}
.detailedDataView .js-weather-forecast-list-scroll-left {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 40px;
  border: none;
  left: 0;
  background: linear-gradient(to left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.2), rgba(200, 200, 200, 0.5), #c8c8c8);
}
.detailedDataView .js-weather-forecast-list-scroll-left i {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  text-shadow: 0 0 8px #fff;
  opacity: 0.6;
}
.detailedDataView .js-weather-forecast-list-scroll-left:hover i {
  opacity: 1;
}
.detailedDataView .js-weather-forecast-list-scroll-left:focus,
.detailedDataView .js-weather-forecast-list-scroll-left:active {
  border: none;
  outline: none;
}
.detailedDataView .js-weather-forecast-list-scroll-left:active i {
  text-shadow: 0 0 4px #494949, 0 2px #494949;
}
.detailedDataView .js-weather-forecast-list-scroll-left i {
  left: 5px;
}
.detailedDataView .js-weather-forecast-list-scroll-right {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 40px;
  border: none;
  right: 0;
  background: linear-gradient(to right, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.2), rgba(200, 200, 200, 0.5), #c8c8c8);
}
.detailedDataView .js-weather-forecast-list-scroll-right i {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  text-shadow: 0 0 8px #fff;
  opacity: 0.6;
}
.detailedDataView .js-weather-forecast-list-scroll-right:hover i {
  opacity: 1;
}
.detailedDataView .js-weather-forecast-list-scroll-right:focus,
.detailedDataView .js-weather-forecast-list-scroll-right:active {
  border: none;
  outline: none;
}
.detailedDataView .js-weather-forecast-list-scroll-right:active i {
  text-shadow: 0 0 4px #494949, 0 2px #494949;
}
.detailedDataView .js-weather-forecast-list-scroll-right i {
  right: 5px;
}
.weather-forecast-list {
  position: relative;
  background: #494949;
  color: #fff;
  min-width: 100%;
  display: table;
  table-layout: fixed;
}
.weather-forecast-list .weather-forecast__viewcolumn {
  display: table-cell;
  padding: 0 5px 5px 5px;
}
.weather-forecast-list .weather-forecast__viewcolumn--7day {
  width: 14.28%;
}
.weather-forecast-list .weather-forecast__viewcolumn--link {
  cursor: pointer;
}
.weather-forecast-list .weather-forecast__viewcolumn--link:hover {
  background: #5d5d5d;
}
.weather-forecast-list .weather-forecast__viewcolumn__data {
  padding: 10px 0;
}
.weather-forecast-list .weather-forecast__viewcolumn__data + .weather-forecast-list .weather-forecast__viewcolumn__data {
  border-top: 1px solid #5d5d5d;
}
.weather-forecast-list .weather-forecast__viewcolumn__data__day {
  text-align: center;
  display: block;
}
.weather-forecast-list .weather-forecast__viewcolumn__data__weather-desc {
  text-align: center;
}
.weather-forecast-list .weather-forecast__viewcolumn__data__entry {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.weather-forecast-list .weather-forecast__viewcolumn__data__entry__image {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.weather-forecast-list .weather-forecast__viewcolumn__data__entry__value {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.weather-forecast-list .weather-forecast__viewcolumn__data__entry + .weather-forecast-list .weather-forecast__viewcolumn__data__entry {
  margin-top: 10px;
}
.weather-forecast-list .weather-forecast__viewcolumn__data--caret {
  display: none;
}
@media (min-width: 768px) {
  .weather-forecast__viewcolumn__data + .weather-forecast__viewcolumn__data.weather-forecast__viewcolumn__data-no-decoration-md {
    border: none;
    padding-top: 0;
  }
  .weather-forecast__viewcolumn + .weather-forecast__viewcolumn {
    border-left: 1px solid #5d5d5d;
  }
  .weather-forecast__viewcolumn__data__entry--big-image {
    display: block;
    font-size: 11px;
  }
  .weather-forecast__viewcolumn__data__entry--big-image .weather-forecast__viewcolumn__data__entry__image,
  .weather-forecast__viewcolumn__data__entry--big-image .weather-forecast__viewcolumn__data__entry__value {
    width: 65%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .weather-forecast__viewcolumn__data__entry--big-image .weather-forecast__viewcolumn__data__entry__image .weather-forecast__viewcolumn__data__entry__image__wrapper,
  .weather-forecast__viewcolumn__data__entry--big-image .weather-forecast__viewcolumn__data__entry__value .weather-forecast__viewcolumn__data__entry__image__wrapper {
    width: 100%;
  }
  .weather-forecast__viewcolumn__data__entry--big-image .weather-forecast__viewcolumn__data__entry__image .weather-forecast__viewcolumn__data__entry__image__wrapper img,
  .weather-forecast__viewcolumn__data__entry--big-image .weather-forecast__viewcolumn__data__entry__value .weather-forecast__viewcolumn__data__entry__image__wrapper img {
    max-width: 100%;
  }
  .weather-forecast__viewcolumn__data__entry--big-image .weather-forecast__viewcolumn__data__entry__image--moon,
  .weather-forecast__viewcolumn__data__entry--big-image .weather-forecast__viewcolumn__data__entry__value--moon {
    margin-top: 15px;
  }
  .weather-forecast__viewcolumn__data__entry--big-image .weather-forecast__viewcolumn__data__entry__image--moon .weather-forecast__viewcolumn__data__entry__image__wrapper,
  .weather-forecast__viewcolumn__data__entry--big-image .weather-forecast__viewcolumn__data__entry__value--moon .weather-forecast__viewcolumn__data__entry__image__wrapper {
    margin-bottom: 5px;
  }
  .weather-forecast__viewcolumn__data__entry__image__wrapper {
    width: 30px;
  }
  .weather-forecast__viewcolumn__data__entry__image__wrapper > img {
    max-width: 25px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .weather-forecast-list {
    padding: 15px 0;
  }
  .weather-forecast-list .weather-forecast__viewcolumn {
    display: table-row;
    width: 100%;
    border: 1px solid #5d5d5d;
    padding: 5px;
  }
  .weather-forecast-list .weather-forecast__viewcolumn__data {
    display: table-cell;
    border: none;
    vertical-align: middle;
    position: relative;
    padding: 0 1rem;
  }
  .weather-forecast-list .weather-forecast__viewcolumn__data-weather {
    width: 25%;
  }
  .weather-forecast-list .weather-forecast__viewcolumn__data__entry {
    display: block;
    text-align: center;
  }
  .weather-forecast-list .weather-forecast__viewcolumn__data__entry__image {
    display: block;
    text-align: center;
  }
  .weather-forecast-list .weather-forecast__viewcolumn__data__entry__image__wrapper {
    width: 50px;
    display: inline-block;
  }
  .weather-forecast-list .weather-forecast__viewcolumn__data__entry__image__wrapper img {
    max-width: 100%;
    height: auto;
  }
  .weather-forecast-list .weather-forecast__viewcolumn__data__entry__value {
    width: auto;
    display: block;
    text-align: center;
  }
  .weather-forecast-list .weather-forecast__viewcolumn__data__entry + .weather-forecast-list .weather-forecast__viewcolumn__data__entry {
    margin-top: 0;
  }
  .weather-forecast-list .weather-forecast__viewcolumn__data_day {
    text-align: left;
  }
  .weather-forecast-list .weather-forecast__viewcolumn__data + .weather-forecast-list .weather-forecast__viewcolumn__data {
    border: none;
    padding-left: 5px;
  }
  .weather-forecast-list .weather-forecast__viewcolumn__data--caret {
    display: table-cell;
    text-align: center;
  }
  .detailedDataView .js-weather-forecast-list-scroll-left,
  .detailedDataView .js-weather-forecast-list-scroll-right {
    display: none;
  }
}
.weather-forecast-footer_info {
  background: #e3e3e3;
  margin-top: 5px;
  display: table;
  width: 100%;
}
.weather-forecast-footer_info--left,
.weather-forecast-footer_info--right {
  display: table-cell;
}
.weather-forecast-footer_info--right {
  text-align: right;
}
.weather-forecast-footer_info--text {
  padding: 5px;
  display: inline-block;
}
.block--weather {
  box-shadow: none;
}
.weather-forecast__navigation--1day .js-navigation-1day-weather-prev {
  margin-top: -10px;
  float: left;
  padding: 10px 10px 8px 10px;
}
.weather-forecast__navigation--1day .js-navigation-goto-7day {
  margin-top: -10px;
  float: left;
  padding: 10px 10px 8px 10px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .weather-forecast__navigation--1day .js-navigation-goto-7day {
    width: 8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.weather-forecast__navigation--1day .js-navigation-1day-weather-next {
  margin-top: -10px;
  float: left;
  padding: 10px 10px 8px 10px;
  float: right;
}
.weather-forecast-list .weather-forecast__viewcolumn__data__day {
  color: #68b022;
}
.weather-forecast__viewcolumn--1day {
  width: 12.5%;
}


/**********************************************
WARNING:
Do not edit the CSS file. It is auto-generated!
Check less folder for source files.
***********************************************
*/
/** responsive **/
/** grid **/
/** spacing **/
/** colors **/
/** font **/
.panel-body .dismiss {
  left: 0;
  top: 80px;
  z-index: 1;
  width: 100%;
  position: absolute;
  text-align: center;
  display: none;
}
@media (max-width: 680px) {
  .panel-body .dismiss {
    display: block;
  }
}
.swipe-hint {
  display: inline-block;
  height: 80px;
  width: 80px;
  background: #fff;
  border: 1px solid #494949;
  border-radius: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
}
.swipe-hint img {
  width: 100%;
  padding: 20%;
}
.swipe-hint .btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #333333;
  color: white;
  padding: 2px 5px;
  border-radius: 100%;
}
.panel-group .panel--weather {
  border: none;
  box-shadow: none;
}
.panel-group .panel--weather .panel-control {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.panel-group .panel--weather .panel-control * {
  align-self: flex-start;
}
.panel-group .panel--weather .btn--minimal {
  padding-left: 0;
  padding-right: 0;
  color: #68b022;
}
.panel-group .panel--weather .panel-heading {
  background: #e3e3e3;
  padding: 20px;
}
.panel-group .panel--weather .panel-heading h4 {
  font-weight: 700;
  margin: 0;
}
.panel-group .panel--weather .panel-heading,
.panel-group .panel--weather .panel-collapse .panel-body {
  border: none;
}
.panel-group .panel--weather .panel-collapse .panel-body {
  padding: 20px 0;
  position: relative;
}
.panel-group .panel--weather .panel-heading {
  cursor: pointer;
}
.panel-group .panel--weather .panel-heading .fa {
  margin-top: 3px;
  float: right;
}
.panel-group .panel--weather .panel-heading.collapsed .fa:before {
  content: "\f196";
}
.panel-group .panel--weather .panel-heading .fa:before {
  content: "\f147";
}
.wind-direction__xaxis-direction,
.wind-direction__xaxis-label {
  position: relative;
  min-width: 30px;
  text-align: center;
}
.wind-direction__xaxis-direction {
  padding-bottom: 30px;
}
.wind-direction__arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.highcharts-legend-item__label {
  padding-right: 24px;
}
.highcharts-legend-item__label .fa {
  display: inline-flex;
  vertical-align: middle;
  font-size: 14px;
}
.highcharts-legend-item-hidden .highcharts-legend-item__label .fa:before {
  content: '\f096';
}
.modal--weather .modal-dialog .modal-content {
  padding: 0 20px;
}
.modal--weather .modal-dialog .modal-content .modal-header {
  border: none;
}
.modal--weather .modal-dialog .modal-content .modal-header h4 {
  margin: 0;
}
.modal--weather .modal-dialog .modal-content .close {
  opacity: 1;
}
.weather-hint.modal-body {
  padding-top: 0;
}
.weather-hint__table {
  display: table;
  background: #e3e3e3;
  border: 1px solid #5d5d5d;
  border-bottom: none;
  margin: 0;
  font-size: 11px;
}
.weather-hint__table .table__cell {
  display: table-cell;
  padding: 15px;
  border-bottom: 1px solid #5d5d5d;
}
.weather-hint__table .table__cell:first-child {
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
}
.weather-hint__table .table__cell + .table__cell {
  border-left: 1px solid #5d5d5d;
}
.weather-hint__table .table__cell--head {
  color: #68b022;
  font-weight: 700;
}
.weather-hint__table .table__row {
  display: table-row;
}


