﻿/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.info-bar {
  background-color: #0077B3;
  padding: 2.4rem 0 2.8rem 0;
  position: relative;
  text-align: center;
  z-index: 5;
  /* Catastrophe Icons
  /* - - - - - - - - - - - - - - - - - - - - - - - */
  /* Message Icons
  /* - - - - - - - - - - - - - - - - - - - - - - - */
}
.theme-green.info-bar {
  background: #08caa9;
}

.theme-orange.info-bar {
  background: #ff8a39;
}

.theme-purple.info-bar {
  background: #bd4ec4;
}

.theme-red.info-bar {
  background: #d41659;
}

.theme-yellow.info-bar {
  background: #efab00;
}

.theme-gray.info-bar {
  background: #707070;
}

.info-bar .wrap {
  padding-left: 40px;
  padding-right: 40px;
}
.info-bar p {
  color: white;
  display: inline-block;
  font-weight: 400;
  padding: 0 40px;
  position: relative;
}
.info-bar p .icon-anchor {
  font-weight: 700;
  position: relative;
}
.info-bar p .icon-anchor::before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  left: -40px;
  position: absolute;
  top: 0;
  width: 24px;
}
.info-bar a {
  transition: none;
  background: none;
  border: none;
  color: white;
  text-decoration: underline;
  color: white;
}
.info-bar a:hover, .info-bar a:focus {
  background: none;
  border: none;
  color: white;
  text-decoration: none;
}
body:not(.disable-focus-state) #site .info-bar a:focus {
  outline: -webkit-focus-ring-color none 0;
  outline: 3px dashed #0077B3;
  outline-offset: -3px;
}
.info-bar .close {
  transform: translateY(-50%);
  transition: opacity 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 75px;
  top: 50%;
  width: 20px;
}
.info-bar .close:focus, .info-bar .close:hover {
  opacity: 0.5;
}
.info-bar .close svg {
  fill: white;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.info-bar .storm-name {
  margin-right: 1.5em;
  padding-right: 1.5em;
  position: relative;
}
.info-bar .storm-name::after {
  background: white;
  bottom: 0;
  content: "";
  display: block;
  left: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
.info-bar.flood .icon-anchor::before {
  background-image: url("/Content/images/DomainProgressive/wh3/info-bar/flood.svg");
}
.info-bar.severe-weather .icon-anchor::before {
  background-image: url("/Content/images/DomainProgressive/wh3/info-bar/severe-weather.svg");
}
.info-bar.hurricane .icon-anchor::before {
  background-image: url("/Content/images/DomainProgressive/wh3/info-bar/hurricane.svg");
}
.info-bar.misc .icon-anchor::before {
  background-image: url("/Content/images/DomainProgressive/wh3/info-bar/misc.svg");
}
.info-bar.power-outage .icon-anchor::before {
  background-image: url("/Content/images/DomainProgressive/wh3/info-bar/power-outage.svg");
}
.info-bar.tornado .icon-anchor::before {
  background-image: url("/Content/images/DomainProgressive/wh3/info-bar/tornado.svg");
}
.info-bar.wildfire .icon-anchor::before {
  background-image: url("/Content/images/DomainProgressive/wh3/info-bar/wildfire.svg");
}
.info-bar.winter-weather .icon-anchor::before {
  background-image: url("/Content/images/DomainProgressive/wh3/info-bar/winter-weather.svg");
}
.info-bar.error .icon-anchor::before {
  background-image: url("/Content/images/DomainProgressive/wh3/info-bar/error.svg");
}
.info-bar.message .icon-anchor::before {
  background-image: url("/Content/images/DomainProgressive/wh3/info-bar/misc.svg");
}
.info-bar.apron .icon-anchor::before {
  background-image: url(/Content/images/DomainProgressive/wh3/info-bar/apron.svg);
  background-size: 95%;
}
.info-bar.removed {
  transition: margin 0.4s ease-in-out;
  z-index: 4;
}
.info-bar.removed ~ .info-bar, .info-bar.removed ~ #site {
  transition: margin 0.4s ease-in-out;
}

/* MEDIA QUERIES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1200px  */
@media only screen and (max-width: 1200px) {
  .info-bar {
    text-align: left;
  }
  .info-bar .close {
    right: 30px;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - small */
@media only screen and (max-width: 780px) {
  .info-bar .wrap {
    max-width: none;
  }
  .info-bar .storm-name {
    margin-right: 1em;
    padding-right: 1em;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - tiny */
@media only screen and (max-width: 670px) {
  .info-bar {
    padding: 2em 0 2.2em 0;
  }
  .info-bar .close {
    right: 25px;
  }
} /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 450px */
@media only screen and (max-width: 450px) {
  .info-bar {
    padding: 1.3em 0 1.4em 0;
  }
  .info-bar p {
    font-size: 1.2rem;
    padding-left: 25px;
  }
  .info-bar p .icon-anchor::before {
    height: 20px;
    left: -30px;
    width: 20px;
  }
}
