.card-urgent {
  background-color:#8A0002;

 position:relative;
 z-index:1000;
}

.urgent_link {
  cursor: pointer; 
}
.card-urgent-body {
    color: white;
    font-size: larger;
}
.card-urgent-body h1 {
    color: white;
    font-size: 2rem;
    font-family: Bitter,sans-serif;
}

.card-urgent-body a {
  color: white;
  text-transform: uppercase;
  text-decoration: underline;

}
.card-urgent-body a:hover {
  color: #002A5C;

}

img.responsive {
    max-width: 100%;
    height: auto;
}

.inside #section_inner_page_content img {
  width: auto;
} 

figure {
  border: 1px #cccccc solid;
  padding: 6px;
  margin: auto;
  display:table-cell;
}

figure.align-right {
    float:right;
}

figure.align-left {
  float:left;
}

figure.align-center {
  display: block;
  text-align: center;
  border: 0px #cccccc solid;
}

figure.align-center img {
  float:unset !important;
}
figcaption {
  /*background-color: black;
  color: white;*/
  font-style: italic;
  padding: 2px;
  text-align: center;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.card-inner-text {
    height: 250px;
    overflow: hidden;
}

.date-block {
  background-color: rgba(0, 49, 140, 0.09);

}

.calendar-number {
  font-size: 2.5em;
  line-height: 1.2;
  
}


a:hover {
  color:white;
  text-decoration:none;
}

footer a, footer a:visited {
  color:white;
  text-decoration:underline;
}


footer a:hover, footer a:visited:hover {
  color:white;
  text-decoration:none;
}