.wizard{overflow:hidden;display:-ms-flexbox;display:flex;position:relative;margin-bottom:0;padding-left:0!important;background-color:#f9f9f9;border:1px solid #d4d4d4;border-radius:6px}@media screen and (max-width:47.94em){.wizard{border-radius:3px}}.wizard:after,.wizard:before{content:" ";display:block;position:absolute;top:46px;right:0;left:0;height:47px;border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;z-index:11}.wizard:before{top:46px}.wizard:after{top:138px}.wizard__direction{display:none!important}.wizard__item{display:-ms-flexbox!important;display:flex!important;position:relative;height:46px;margin:0;padding:0 6px 0 24px;-ms-flex-align:center;align-items:center;-ms-flex:auto;flex:auto;-ms-flex-pack:center;justify-content:center;cursor:pointer;font-size:1rem;line-height:1.25;text-align:center}@media screen and (max-width:47.94em){.wizard__item{height:34px;padding:0 0 0 12px;font-size:13px}}.wizard__item:first-child{padding-left:6px}@media screen and (max-width:47.94em){.wizard__item:first-child{padding-left:0}}.wizard__item-position,.wizard__item-separator,.wizard__item-step{font-weight:700}.wizard__item-separator:after{content:"."}@media screen and (min-width:62em){.wizard__item-separator:after{content:":";margin-right:3px}}@media screen and (max-width:61.94em){.wizard__item-separator,.wizard__item-step,.wizard__item-title{display:none}}.wizard__item-step{margin-right:3px}@media screen and (max-width:74.94em){.wizard__item-step{display:none}}.wizard__item-title{margin-left:3px}@media screen and (max-width:74.94em){.wizard__item-title:only-child{display:inline}}@media screen and (max-width:61.94em){.wizard__item.is-active .wizard__item-separator,.wizard__item.is-active .wizard__item-title{display:inline}}.wizard__item a{padding:0;color:#468847}.wizard__item a:hover{background-color:transparent}.wizard__item:before{content:"";display:block;position:absolute;top:-1px;border:24px solid transparent;border-right:0;border-left:16px solid #d4d4d4;z-index:1;right:-16px}@media screen and (max-width:47.94em){.wizard__item:before{border:18px solid transparent;border-right:0;border-left:12px solid #d4d4d4;right:-12px}}.wizard__item:after{content:"";display:block;position:absolute;top:-1px;border:24px solid transparent;border-right:0;border-left:16px solid #f9f9f9;z-index:1;right:-15px}@media screen and (max-width:47.94em){.wizard__item:after{border:18px solid transparent;border-right:0;border-left:12px solid #f9f9f9;right:-11px}}.wizard__item.is-active.is-active.wizard__item.is-active{color:#fff;background:#0c81c7}.wizard__item.is-active.is-active.wizard__item.is-active:after{border-left:16px solid #0c81c7}@media screen and (max-width:47.94em){.wizard__item.is-active.is-active.wizard__item.is-active:after{border-left:12px solid #0c81c7}}.wizard__item.is-active.is-active.wizard__item.is-active a,.wizard__item.is-active.is-active.wizard__item.is-active a:active,.wizard__item.is-active.is-active.wizard__item.is-active a:focus,.wizard__item.is-active.is-active.wizard__item.is-active a:visited{color:#fff;background:#0c81c7}.wizard__item.is-active~li{color:#999;background:#ededed}.wizard__item.is-active~li:after{border-left:16px solid #ededed}@media screen and (max-width:47.94em){.wizard__item.is-active~li:after{border-left:12px solid #ededed}}.wizard__item.is-active~li a,.wizard__item.is-active~li a:active,.wizard__item.is-active~li a:focus,.wizard__item.is-active~li a:visited{color:#999;background:#ededed}.wizard__item.is-active.is-complete{color:#fff}.wizard__item.is-complete{color:#0195e7}.wizard__item.is-complete+li{color:#0195e7;background:#f9f9f9}.wizard__item.is-complete+li:after{border-left:16px solid #f9f9f9}@media screen and (max-width:47.94em){.wizard__item.is-complete+li:after{border-left:12px solid #f9f9f9}}.wizard__item.is-complete+li a,.wizard__item.is-complete+li a:active,.wizard__item.is-complete+li a:focus,.wizard__item.is-complete+li a:visited{color:#0195e7;background:#f9f9f9}

.cmeRedSkyAlertDetailBody .landing-tab-only {
  background: #0079c1;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}
.cmeRedSkyAlertDetailBody .cmeRedSky-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmeRedSkyAlertDetailBody .cmeRedSky-subscription {
  min-width: 300px;
  width: 30%;
  max-width: 400px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.cmeRedSkyAlertDetailBody .cmeRedSky-main-heading {
  margin-bottom: 20px;
  padding-left: 15px;
}
.cmeRedSkyAlertDetailBody .cmeRedSkyTableHeading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Averta-Regular";
}
@media screen and (max-width: 720px) {
  .cmeRedSkyAlertDetailBody .cmeRedSkyTableHeading {
    margin-top: 30px;
  }
}
.cmeRedSkyAlertDetailBody .cmeRedSkyTableHeadingLabel {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #212121;
  font-family: "Averta-Regular";
}
.cmeRedSkyAlertDetailBody .cmeRedSky-subscription p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  color: #666666;
  font-family: "Averta-Regular";
}
.cmeRedSkyAlertDetailBody .cmeRedSky-supertitle {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .75px;
  font-weight: 600;
  display: block;
  font-family: "Averta-Regular";
}
.cmeRedSkyAlertDetailBody .cmeRedSky-subscription-title {
  font-weight: 600;
  font-size: 20px;
  color: #212121;
  margin: 10px 0 20px;
  font-family: "Averta-Regular";
}
.cmeRedSkyAlertDetailBody .cmeRedSky-main {
  width: 65%;
  flex-grow: 2;
}
.cmeRedSkyAlertDetailBody .cmeRedSky-subsbutton {
  border-color: #1f3374 !important;
  color: #1f3374 !important;
  font-weight: bold !important;
  box-sizing: border-box !important;
  font-size: 12px !important;
}
.cmeRedSkyAlertDetailBody .cmeTitle,
.cmeRedSkyAlertDetailBody .cmeTitleText {
  text-align: left;
  font-family: "Averta-Regular";
}
.cmeRedSkyAlertDetailBody .cmeTitleText {
  font-weight: 600;
  line-height: 40px;
  font-size: 32px;
  margin: 5px 0 10px;
  position: relative;
  color: #212121;
}
.cmeRedSkyAlertDetailBody .cmeTitleText span {
  position: absolute;
  left: -25px;
  top: 15px;
}
.cmeRedSkyAlertDetailBody .cmeTitleText span:before {
  font-size: 18px;
  transform: translateY(-4px);
}
.cmeRedSkyAlertDetailBody .cmeTitleText span.cmeIcon-down-1:before {
  color: #d0021b;
}
.cmeRedSkyAlertDetailBody .cmeTitleText span.cmeIcon-up-1:before {
  color: #5ca446;
}
.cmeRedSkyAlertDetailBody .cmeRedSky-consistent-results {
  color: #212121;
  padding: 20px 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cmeRedSkyAlertDetailBody .cmeAlertFrequency {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cmeRedSkyAlertDetailBody .cmeAlertFrequency .ui-frequency-state-default {
  margin-left: 20px;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  height: 20px;
  line-height: 24px;
  box-sizing: border-box;
}
.cmeRedSkyAlertDetailBody .cmeAlertFrequency .ui-frequency-state-default a {
  color: #212121;
  transition: all .3s ease;
  text-decoration: none;
  font-weight: normal;
}
.cmeRedSkyAlertDetailBody .cmeAlertFrequency .ui-frequency-state-default::before {
  content: '';
  height: 18px;
  width: 18px;
  border: 1px solid #212121;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  transition: all .3s ease;
  box-sizing: border-box;
}
.cmeRedSkyAlertDetailBody .cmeAlertFrequency .ui-frequency-state-default:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  left: 4px;
  top: 6px;
  border-radius: 50%;
  display: block;
  background: #212121;
  opacity: 0;
  transform: scale3d(0, 0, 0);
  transition: all .3s ease;
  box-sizing: border-box;
}
.cmeRedSkyAlertDetailBody .cmeAlertFrequency .ui-frequency-state-active::before {
  border: 1px solid #0195e7;
}
.cmeRedSkyAlertDetailBody .cmeAlertFrequency .ui-frequency-state-active:after {
  background: #0195e7;
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.cmeRedSkyAlertDetailBody .wizard__item {
  color: #0195e7;
}
.cmeRedSkyAlertDetailBody .wizard__item.is-active {
  background: #0079c1 !important;
}
.cmeRedSkyAlertDetailBody .wizard__item.is-active:after {
  border-left: 16px solid #0079c1 !important;
}
@media screen and (max-width: 47.94em) {
  .cmeRedSkyAlertDetailBody .wizard__item.is-active:after {
    border-left: 12px solid #0079c1 !important;
  }
}
.cmeRedSkyAlertDetailBody .wizard__item.is-active ~ li {
  background: #f9f9f9;
  color: #0195e7;
}
.cmeRedSkyAlertDetailBody .wizard__item.is-active ~ li:after {
  border-left: 16px solid #f9f9f9;
}
@media screen and (max-width: 47.94em) {
  .cmeRedSkyAlertDetailBody .wizard__item.is-active ~ li:after {
    border-left: 12px solid #f9f9f9;
  }
}
.cmeRedSkyAlertDetailBody .cmeTabs .cmeTabsNavigation li a {
  color: #0195e7;
}
.cmeRedSkyAlertDetailBody .cmeTabsNavigation li.cmeTabSelected a {
  color: #242424;
}
.cmeRedSkyAlertDetailBody .cmeRedSky .logIn {
  cursor: pointer;
}
.cmeRedSkyAlertDetailBody .land-explain {
  font-size: 18px;
  padding: 20px;
  line-height: 25px;
  background: rgba(227, 233, 53, 0.25);
  box-sizing: border-box;
  font-weight: 600;
  color: #282828;
  width: 45%;
}
.cmeRedSkyAlertDetailBody .land-explain-details {
  width: 50%;
}
.cmeRedSkyAlertDetailBody .land-explain-details > li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.cmeRedSkyAlertDetailBody .land-explain-details > li:last-child {
  margin-bottom: 0;
}
.cmeRedSkyAlertDetailBody .land-explain-details > li p {
  color: #212121;
  font-family: "Averta-Regular";
}
.cmeRedSkyAlertDetailBody table.redSkyTable thead th {
  color: white;
  background-color: #0079c1;
  padding: 10px;
  border: 1px solid #0079c1;
}
.cmeRedSkyAlertDetailBody table.redSkyTable {
  width: 100%;
  margin-top: 20px;
  color: #3d3d3d;
}
.cmeRedSkyAlertDetailBody table.redSkyTable tbody th,
.cmeRedSkyAlertDetailBody table.redSkyTable tbody td {
  background: white;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  text-align: right;
}
.cmeRedSkyAlertDetailBody table.redSkyTable tbody th {
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  text-align: left;
  width: 260px;
}
.cmeRedSkyAlertDetailBody h1,
.cmeRedSkyAlertDetailBody .redSkyTimeAgo {
  text-align: left;
}
.cmeRedSkyAlertDetailBody table.redSkyTable tbody .redSkyFirstHistorical th {
  padding: 20px 0 10px 0;
  font-weight: bold !important;
}
.cmeRedSkyAlertDetailBody table.redSkyTable tbody tr.redSkyExpandedOnly th {
  font-weight: normal;
}
.cmeRedSkyAlertDetailBody .redSkyExpandedOnly td span.cmeIcon-plus-squared-alt:before {
  font-size: 1.4em;
}
.cmeRedSkyAlertDetailBody .redSkyTimeAgo {
  color: #666666;
  font-size: 18px;
}
.cmeRedSkyAlertDetailBody .redSkyFirstHistorical {
  border-bottom: 3px solid #333;
}
.cmeRedSkyAlertDetailBody .showAllDaily,
.cmeRedSkyAlertDetailBody .showAllHourly {
  cursor: pointer;
  color: #357cc7;
}
.cmeRedSkyAlertDetailBody .cmeText.redSkyIncreaseDecreaseSummary > ul {
  margin-bottom: 20px;
  padding-top: 10px;
}
.cmeRedSkyAlertDetailBody .statusAlert {
  color: #d60101 !important;
}
.cmeRedSkyAlertDetailBody .redSkyNoChange {
  width: 22px;
  content: '';
  display: inline-block;
}
.cmeRedSkyAlertDetailBody .wizard,
.cmeRedSkyAlertDetailBody h3 {
  margin-top: 20px;
}
.cmeRedSkyAlertDetailBody .cmeTabsNavigation li.cmeTabSelected:not(.cmeHasHover) {
  border-bottom-color: #357cc7;
}

