.background.light-blue {
  background-color: #e9f7fa;
}

.background.blue {
  background-color: #22A9C4;
}

/*
.bg-container.background-image.top.light-blue-wave {
  background-image: url(/sites/default/files/images/top_light_wave_01.png);
  padding-top: 6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-container.background-image.top.light-blue {
    background-image: url(/sites/default/files/images/light_blue_wave_background_cropped.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.bg-container.background-image.bottom.light-blue-wave {
  background-image: url(/sites/default/files/images/bottom_light_wave_01.png);
}

.bg-container.background-image.default {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding-top: calc(100% / 25);
}

.bg-container.bottom-wave.background-image {
  background-image: url(/sites/default/files/images/dark_blue_wave_bg_bottom.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  padding-top: 80px;
}
*/