.freedomunlockedlight_bg {
      background-color: #D8DEE2;
}

@media not screen and (orientation: landscape), not screen and (min-width: 768px) {
  .freedomunlockedlight_bg_nogrid {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #D8DEE2;
  }
}

@supports (display: grid) {
  @media screen and (orientation: landscape), screen and (min-width: 768px) {
    .freedomunlockedlight_bg_grid {
      background-color: #D8DEE2;
    }
  }
}

.freedomunlockedlight_bg input:focus,
.freedomunlockedlight_bg_nogrid input:focus,
.freedomunlockedlight_bg_grid input:focus,
.freedomunlockedlight_bg textarea:focus,
.freedomunlockedlight_bg_nogrid textarea:focus,
.freedomunlockedlight_bg_grid textarea:focus,
.freedomunlockedlight_bg select:focus,
.freedomunlockedlight_bg_nogrid select:focus,
.freedomunlockedlight_bg_grid select:focus
{
  border-color: #D8DEE2;
}

