/*
 * Custom Post Type - Alerts - Single and Archive Layouts
 */
article.type-alerts h4 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  color: #333; }

.alerts-badge {
  color: #FFF;
  font-weight: 800;
  font-size: 0.6rem;
  text-transform: uppercase;
  padding: 2px 15px;
  border-radius: 15px; }
  .alerts-badge.status-resolved {
    background: #149e1e; }
  .alerts-badge.status-completed, .alerts-badge.status-notification {
    background: #0d7cea; }
  .alerts-badge.status-ongoing {
    background: #fc0;
    color: #672e0b; }
  h3 .alerts-badge {
    position: Absolute;
    left: 103%;
    top: 8px; }

.c--component a {
  color: #000; }

.alerts-meta {
  display: flex;
  align-items: center;
  margin-bottom: 3px; }
  .alerts-meta .date-header {
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Source Sans Pro', sans-serif; }
  .alerts-meta .alerts-badge {
    margin-left: 12px; }

.cc--rich-text.alert-global-notice p {
  font-size: 16px; }

/*----------------------------/
   Alerts Archive
----------------------------*/
.alert-header-status {
  background: #f7f7f7;
  padding: 2em;
  margin-bottom: 2em; }
  .alert-header-status p {
    font-size: 0.9em; }
  .alert-header-status > p:last-child {
    margin: 0; }

h3.alert-section {
  margin-bottom: 1em; }

.alerts-view-more {
  font-size: 0.8em;
  display: block; }

.archive.post-type-archive-alerts .date-header {
  display: inline-block; }
.archive.post-type-archive-alerts .page-header-wrapper {
  display: none !important; }
.archive.post-type-archive-alerts > header > .navigation-bar {
  position: relative;
  background: #333; }

.post-type-archive-alerts td.status i.fas {
  float: right;
  color: #339B4F; }
.post-type-archive-alerts td.status.affected i {
  color: #fc0; }
.post-type-archive-alerts td.status.maintenance-planned i {
  color: #1875c0; }
.post-type-archive-alerts .alerts h5 {
  font-weight: 600; }
.post-type-archive-alerts .alerts h3.entry-title {
  font-size: 1.5em; }
.post-type-archive-alerts thead.thead-dark {
  background: #3f3f3f;
  color: #FFF; }

article.type-alerts h4 {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  color: #a09696; }
article.type-alerts.past-alerts hr {
  width: 300px;
  float: left; }
article.type-alerts .entry-title {
  display: block;
  position: relative; }
  article.type-alerts .entry-title a {
    text-decoration: none; }

/*----------------------------/
   Alerts Single
----------------------------*/
body.single.single-alerts main h2 {
  margin-bottom: 1em; }

.status-log {
  display: flex;
  gap: 0;
  flex-direction: column; }

.alert-status-item {
  padding: 5px 15px !important;
  font-family: 'Source Sans Pro', sans-serif; }
  body:not(.archive) .alert-status-item {
    padding: 30px 15px !important;
    margin-bottom: .75em; }
  .alert-status-item .cc--breadcrumbs ul li p, .alert-status-item .cc--breadcrumbs ul li a {
    font-family: 'Source Sans Pro', sans-serif; }
  .alert-status-item:nth-child(odd) {
    background: #f7f7f7; }
  .alert-status-item .status-timestamp {
    color: #6a6a6a;
    font-size: 0.8em; }
  .alert-status-item .col-lg-9 * {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif; }

/**
     Alert submenu
 */
.alert-submenu {
  display: none;
  list-style: none;
  padding-left: 15px; }

.menu-item:hover .alert-submenu {
  display: block; }

#l--main-header-basic > div > div > div > div.utility-nav-container > div > div.cc--component-container.cc--utility-menu > div > nav > ul > li:nth-child(2) > a > i {
  font-size: 1.2em; }

.alert_num {
  /* display: inline-block;
   padding: 10px;
   border: 2px solid red;
   border-radius: 50%;
   text-align: center;*/
  color: #cc0033 !important;
  font-size: 1.2em; }

.alert_icon {
  color: #cc0033; }

/*****
from _header.scss on old theme
 */
#alerts-button {
  position: relative; }
  #alerts-button.active-alerts > a i {
    font-size: 20px;
    position: relative;
    animation: alerts-blink 3s ease-in-out infinite; }
    #alerts-button.active-alerts > a i::after {
      color: #FFF;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      left: 6px;
      margin: 0 auto;
      position: absolute;
      text-align: center;
      top: 3px; }
  #alerts-button.active-alerts span {
    position: relative; }
  #alerts-button .alert-modal {
    position: absolute;
    top: 45px;
    /*right: 0;*/
    padding-top: 0;
    min-width: 300px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    left: -28px;
    z-index: 999; }
    #alerts-button .alert-modal .alert-container {
      background: #FFF;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
      padding: 10px;
      font-size: 14px;
      width: 100%; }
      #alerts-button .alert-modal .alert-container > a {
        display: block;
        margin-bottom: 10px;
        color: #006dbb;
        padding-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #ededed; }
        #alerts-button .alert-modal .alert-container > a:hover {
          color: #0056b3;
          text-decoration: underline; }
          #alerts-button .alert-modal .alert-container > a:hover span {
            text-decoration: none; }
        #alerts-button .alert-modal .alert-container > a:last-child {
          border: none; }
        #alerts-button .alert-modal .alert-container > a span {
          display: block;
          color: #5d5d5d;
          font-size: 10px;
          text-transform: uppercase;
          font-weight: 400;
          text-decoration: none !important; }
  #alerts-button:hover .alert-modal {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    top: 45px;
    left: -28px; }
  #alerts-button .fa-bell {
    color: #000; }
    #alerts-button .fa-bell.active {
      color: #cc0033; }
  #alerts-button.active-alerts .fa-bell.active {
    color: #FFF; }
  #alerts-button.active-alerts:hover .fa-bell.active {
    color: #c03; }

/**
     Alert submenu
 */
.alert-submenu {
  display: none;
  list-style: none;
  padding-left: 15px; }

.menu-item:hover .alert-submenu {
  display: block; }

#l--main-header-basic > div > div > div > div.utility-nav-container > div > div.cc--component-container.cc--utility-menu > div > nav > ul > li:nth-child(2) > a > i {
  font-size: 1.2em; }

.alert_num {
  /* display: inline-block;
   padding: 10px;
   border: 2px solid red;
   border-radius: 50%;
   text-align: center;*/
  color: red;
  font-size: 1.2em; }

.alert_icon {
  color: red; }

/*****
from _header.scss on old theme
 */
#alerts-button {
  position: relative; }
  #alerts-button.active-alerts > a i {
    font-size: 20px;
    position: relative;
    animation: alerts-blink 3s ease-in-out infinite; }
    #alerts-button.active-alerts > a i::after {
      color: #FFF;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      left: 6px;
      margin: 0 auto;
      position: absolute;
      text-align: center;
      top: 3px; }
  #alerts-button.active-alerts span {
    position: relative; }
  #alerts-button .alert-modal {
    position: absolute;
    top: 100%;
    /*right: 0;*/
    padding-top: 0;
    min-width: 300px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    left: -20px;
    z-index: 999; }
    #alerts-button .alert-modal .alert-container {
      background: #FFF;
      box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
      padding: 10px;
      font-size: 14px;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 5px; }
      #alerts-button .alert-modal .alert-container li {
        border-bottom: 1px solid #eee;
        padding-bottom: 5px; }
      #alerts-button .alert-modal .alert-container li > a {
        display: block;
        font-family: "PT Serif", serif;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none; }
        #alerts-button .alert-modal .alert-container li > a:hover {
          color: #cc0033;
          text-decoration: underline; }
          #alerts-button .alert-modal .alert-container li > a:hover span {
            text-decoration: none; }
        #alerts-button .alert-modal .alert-container li > a:last-child {
          border: none; }
      #alerts-button .alert-modal .alert-container li > span {
        display: block;
        font-family: 'Source Sans Pro', sans-serif;
        color: #5d5d5d;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 800; }
  #alerts-button:hover .alert-modal {
    opacity: 1;
    pointer-events: all;
    visibility: visible; }
  #alerts-button .fa-bell {
    color: #000; }
    #alerts-button .fa-bell.active {
      color: #cc0033; }
  #alerts-button.active-alerts .fa-bell.active {
    color: #FFF; }
  #alerts-button.active-alerts:hover .fa-bell.active {
    color: #c03; }

div.alert-status-item > div > div.col-lg-3 > h3,
.alerts .entry-title {
  margin-bottom: 0;
  font-size: 1.2em; }

.alerts .entry-summary {
  margin-top: .5rem; }

.alert-status-item {
  padding-top: 0; }

.alert-section .l--content {
  border-bottom: 1px solid #ededed; }

/*
    Global alerts bar styling
 */
a.global-alert--button:visited {
  color: #000; }

.f--rich-text .alert-header-status p {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif; }

.single-alerts .global-alert-notice p {
  font-size: 16px; }
.single-alerts .link, .single-alerts a {
  color: #444;
  text-decoration: underline; }

.c--hero-headline-over-image .article-hero-wrapper .f--category {
  color: #FFF; }

#current-alerts .status-log > .alert-status-item {
  background: transparent !important; }

/*# sourceMappingURL=alerts.css.map */
