.region-card-container {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 15px;
  font-weight: 300;
  padding: 10px 10px 5px 10px;
  box-shadow: 8px 8px 8px -8px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 8px 8px 8px -8px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 8px 8px 8px -8px rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px; }
  @media (max-width: 767px) {
    .region-card-container {
      padding: 5px 10px 5px 10px; } }
  @media (max-width: 375px) {
    .region-card-container {
      padding: 5px 8px 5px 8px; } }

.region-card__head {
  border-bottom: 1px solid #BAB8B8;
  padding: 0px 0px 5px 0px;
  color: #9E9B9B;
  font-size: 11px;
  text-transform: uppercase; }
  @media (max-width: 960px) {
    .region-card__head {
      font-size: 10px;
      padding: 0px 0px 5px 0px; } }
  @media (max-width: 767px) {
    .region-card__head {
      font-size: 8px;
      padding: 0px 0px 5px 0px; } }
  @media (max-width: 375px) {
    .region-card__head {
      font-size: 8px;
      padding: 0px 0px 5px 0px; } }

.region-card__head-region {
  text-align: left; }

.region-card__head-month {
  text-align: right; }

.region-card__body {
  padding: 5px 0px 5px 0px;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  cursor: default;
  background-image: linear-gradient(to right, #fff 50%, #F8F6F6 50%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  .region-card__body:last-child {
    padding: 5px 0px 3px 0px; }
    @media (max-width: 375px) {
      .region-card__body:last-child {
        padding: 5px 0px 3px 0px; } }
  .region-card__body:hover {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    background-position: bottom right;
    color: #5BC2E7; }
  @media (max-width: 960px) {
    .region-card__body {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .region-card__body {
      font-size: 13px; } }
  @media (max-width: 375px) {
    .region-card__body {
      padding: 5px 0px 5px 0px;
      font-size: 13px; } }
  .region-card__body-region {
    text-align: left; }
    @media (max-width: 767px) {
      .region-card__body-region {
        padding-left: 0px; } }
    .region-card__body-region > span {
      text-transform: capitalize; }
  .region-card__body-month {
    text-align: right; }
  .region-card__body-month-last {
    padding-right: 0px; }
    @media (max-width: 767px) {
      .region-card__body-month-last {
        padding-right: 3px; } }
    @media (max-width: 375px) {
      .region-card__body-month-last {
        padding-right: 0px; } }

.region-card-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.region-card-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1; }

/* independent, reusable classes */
.region-selected {
  color: #5BC2E7;
  transition: all .5s ease; }

.radio-button-selected {
  background-color: #171C8F !important; }

.region-totals {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
  margin: 0 auto;
  padding: 10px 15px 10px 15px;
  box-shadow: 8px 8px 8px -8px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 8px 8px 8px -8px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 8px 8px 8px -8px rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px; }
  @media (max-width: 960px) {
    .region-totals {
      padding: 8px 10px 5px 10px; } }
  @media (max-width: 767px) {
    .region-totals {
      padding: 8px 10px 5px 10px; } }
  @media (max-width: 375px) {
    .region-totals {
      padding: 5px 8px 5px 8px; } }
  .region-totals-headline {
    font-weight: 600;
    font-size: 16px;
    padding: 2px 0px 2px 0px; }
    @media (max-width: 960px) {
      .region-totals-headline {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .region-totals-headline {
        font-size: 14px; } }
    @media (max-width: 375px) {
      .region-totals-headline {
        font-size: 14px; } }
  .region-totals-stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 7px 0px 7px 0px; }
    .region-totals-stats__current-month {
      display: flex;
      flex-direction: column;
      text-align: left; }
      .region-totals-stats__current-month > span:nth-child(1) {
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 3px;
        text-transform: uppercase; }
        @media (max-width: 960px) {
          .region-totals-stats__current-month > span:nth-child(1) {
            font-size: 12px; } }
        @media (max-width: 767px) {
          .region-totals-stats__current-month > span:nth-child(1) {
            font-size: 11px; } }
        @media (max-width: 375px) {
          .region-totals-stats__current-month > span:nth-child(1) {
            font-size: 10px; } }
      .region-totals-stats__current-month > span:nth-child(2) {
        font-weight: 600;
        font-size: 25px; }
        @media (max-width: 960px) {
          .region-totals-stats__current-month > span:nth-child(2) {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .region-totals-stats__current-month > span:nth-child(2) {
            font-size: 20px; } }
        @media (max-width: 375px) {
          .region-totals-stats__current-month > span:nth-child(2) {
            font-size: 20px; } }
    .region-totals-stats__last-month {
      display: flex;
      flex-direction: column;
      text-align: right; }
      .region-totals-stats__last-month > span:nth-child(1) {
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 3px;
        text-transform: uppercase; }
        @media (max-width: 960px) {
          .region-totals-stats__last-month > span:nth-child(1) {
            font-size: 12px; } }
        @media (max-width: 767px) {
          .region-totals-stats__last-month > span:nth-child(1) {
            font-size: 11px; } }
        @media (max-width: 375px) {
          .region-totals-stats__last-month > span:nth-child(1) {
            font-size: 10px; } }
      .region-totals-stats__last-month > span:nth-child(2) {
        font-weight: 600;
        font-size: 25px; }
        @media (max-width: 960px) {
          .region-totals-stats__last-month > span:nth-child(2) {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .region-totals-stats__last-month > span:nth-child(2) {
            font-size: 20px; } }
        @media (max-width: 375px) {
          .region-totals-stats__last-month > span:nth-child(2) {
            font-size: 20px; } }
  .region-totals-progress-barround {
    text-align: center;
    padding-bottom: 0px; }
    .region-totals-progress-barround #region-progress {
      width: 100%;
      background-color: #ccc7c7;
      border-radius: 20px; }
    .region-totals-progress-barround #region-bar {
      width: 1%;
      height: 19px;
      background-color: #0b74ff;
      border-radius: 20px; }
      @media (max-width: 375px) {
        .region-totals-progress-barround #region-bar {
          height: 20px; } }
      .region-totals-progress-barround #region-bar > span {
        color: #fff;
        height: 100%;
        display: inline-block;
        transition: all .2s ease;
        transition: font-size 0s ease;
        font-size: 13px;
        position: relative;
        top: -3px; }
        @media (max-width: 767px) {
          .region-totals-progress-barround #region-bar > span {
            font-size: 15px; } }
        @media (max-width: 530px) {
          .region-totals-progress-barround #region-bar > span {
            font-size: 14px; } }
        @media (max-width: 375px) {
          .region-totals-progress-barround #region-bar > span {
            font-size: 13px; } }
  .region-totals-progress-bar {
    padding-bottom: 5px; }
    .region-totals-progress-bar #region-progress {
      width: 100%;
      background-color: #ccc7c7;
      border-radius: 5px; }
    .region-totals-progress-bar #region-bar {
      width: 1%;
      height: 25px;
      background-color: #0b74ff;
      border-radius: 5px; }
      @media (max-width: 375px) {
        .region-totals-progress-bar #region-bar {
          height: 20px; } }
      .region-totals-progress-bar #region-bar > span {
        line-height: 150%;
        color: #fff;
        width: 55%;
        height: 100%;
        display: inline-block;
        text-align: right;
        transition: all .2s ease;
        transition: font-size 0s ease;
        font-size: 14px; }
        @media (max-width: 767px) {
          .region-totals-progress-bar #region-bar > span {
            font-size: 15px; } }
        @media (max-width: 530px) {
          .region-totals-progress-bar #region-bar > span {
            font-size: 14px; } }
        @media (max-width: 375px) {
          .region-totals-progress-bar #region-bar > span {
            font-size: 13px; } }

