/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.regional_card img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  height: 40%;
  -o-object-fit: cover;
  object-fit: cover; }

.regional_card {
  background: #031e2f;
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 15px; }
  .regional_card img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    max-height: 300px; }
  .regional_card h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
    position: absolute;
    padding-left: 20px;
    padding-top: 20px;
    z-index: 5; }
  .regional_card .buttons_style {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 0; }

.regionalcard_wrap {
  font-size: 2rem; }
  .regionalcard_wrap .measure-line {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: solid 1px #112B3B; }
    .regionalcard_wrap .measure-line span {
      font-size: 16px;
      line-height: 1;
      font-weight: 500;
      color: #818e97; }
    .regionalcard_wrap .measure-line .dam-measure {
      color: #00afca;
      word-break: keep-all; }
  .regionalcard_wrap .measure-line:last-child {
    border-bottom: none; }
