@media screen and (max-width: 575px) {
  /* HR LP */
  #secondRow .textContainer .containerLiner {
    border: 10px solid #8dc9ea;
  }

  #secondRow .textContainer h2 {
    font-size: 20px;
    font-weight: bold;
  }

  #secondRow .textContainer h3 {
    font-size: 14px;
    font-weight: bold;
  }

  #secondRow .textContainer {
    font-size: 12px;
  }

  #secondRow .blueCheck {
    width: 20px;
  }

  #secondRow .textContainer .termsAndCond {
    font-size: 8px !important;
  }

  #thirdRow h3 {
    font-size: 16px;
    font-weight: bold;
    max-width: 400px;
    margin: 1rem auto;
  }

  #thirdRow form,
  #thirdRow form select {
    font-size: 12px;
    max-width: 400px;
  }

  #thirdRow form #companyName,
  #thirdRow form #hrFirstName,
  #thirdRow form #hrLastName,
  #thirdRow form #hrEmail {
    height: 25px;
  }

  .form-switch .form-check-input {
    transform: scale(1.8);
  }

  #thirdRow form #toggleContainer label {
    font-size: 10px;
  }

  #thirdRow form #disclaimer {
    font-size: 8px;
  }

  #nwLogo {
    width: 200px;
  }

  /* Winner Redemption */
  #firstRowWinnerRed h1 {
    font-size: 40px;
  }

  #secondRowWinnerRed {
    border: 10px solid #8dc9ea;
  }

  #secondRowWinnerRed .textContainer h2 {
    font-size: 20px;
    font-weight: bold;
  }

  #secondRowWinnerRed .textContainer {
    font-size: 12px;
  }

  #thirdRowWinnerRed h3 {
    font-size: 16px;
    font-weight: bold;
    max-width: 400px;
    margin: 1rem auto;
  }

  #thirdRowWinnerRed form,
  #thirdRowWinnerRed form select {
    font-size: 12px;
    max-width: 400px;
  }

  #thirdRowWinnerRed form select,
  #thirdRowWinnerRed form input {
    height: 30px;
    border-radius: 2px;
  }

  .monthCheckInputs {
    transform: scale(1.4);
  }

  #fourthRowWinnerRed h2 {
    font-size: 40px;
  }

  #fifthRowWinnerRed,
  #fifthRowWinnerRed h4 {
    font-size: 14px;
  }

  #fifthRowWinnerRed #disclaimer {
    font-size: 10px;
    line-height: .8rem;
  }

  #footerDisclaimer {
    font-size: 11px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  /* HR LP */
  #secondRow .textContainer .containerLiner {
    border: 15px solid #8dc9ea;
  }

  #secondRow .textContainer h2 {
    font-size: 22px;
    font-weight: bold;
  }

  #secondRow .textContainer h3 {
    font-size: 16px;
    font-weight: bold;
  }

  #secondRow .textContainer {
    font-size: 14px;
  }

  #secondRow .blueCheck {
    width: 20px;
  }

  #secondRow .textContainer .termsAndCond {
    font-size: 10px !important;
  }

  #thirdRow h3 {
    font-size: 18px;
    font-weight: bold;
    max-width: 500px;
    margin: 1rem auto;
  }

  #thirdRow form,
  #thirdRow form select {
    font-size: 14px;
    max-width: 500px;
  }

  #thirdRow form #companyName,
  #thirdRow form #hrFirstName,
  #thirdRow form #hrLastName,
  #thirdRow form #hrEmail {
    height: 30px;
  }

  .form-switch .form-check-input {
    transform: scale(1.8);
  }

  #thirdRow form #toggleContainer label {
    font-size: 12px;
  }

  #thirdRow form #disclaimer {
    font-size: 10px;
  }

  #nwLogo {
    width: 200px;
  }

  /* Winner Redemption */
  #firstRowWinnerRed h1 {
    font-size: 44px;
  }

  #claimYourPrize {
    font-size: 18px;
  }

  #secondRowWinnerRed {
    border: 15px solid #8dc9ea;
  }

  #secondRowWinnerRed .textContainer h2 {
    font-size: 22px;
    font-weight: bold;
  }

  #secondRowWinnerRed .textContainer {
    font-size: 14px;
  }

  #thirdRowWinnerRed h3 {
    font-size: 18px;
    font-weight: bold;
    max-width: 500px;
    margin: 1rem auto;
  }

  #thirdRowWinnerRed form,
  #thirdRowWinnerRed form select {
    font-size: 14px;
    max-width: 500px;
  }

  #thirdRowWinnerRed form select,
  #thirdRowWinnerRed form input {
    height: 35px;
    border-radius: 4px;
  }

  .monthCheckInputs {
    transform: scale(1.4);
  }

  #fourthRowWinnerRed h2 {
    font-size: 44px;
  }

  #fifthRowWinnerRed,
  #fifthRowWinnerRed h4 {
    font-size: 16px;
  }

  #fifthRowWinnerRed #disclaimer {
    font-size: 12px;
    line-height: .8rem;
  }

  #footerDisclaimer {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* HR LP */
  #secondRow .textContainer .containerLiner {
    border: 10px solid #8dc9ea;
  }

  #secondRow .textContainer h2 {
    font-size: 20px;
    font-weight: bold;
  }

  #secondRow .textContainer h3 {
    font-size: 14px;
    font-weight: bold;
  }

  #secondRow .textContainer {
    font-size: 12px;
  }

  #secondRow .blueCheck {
    width: 20px;
  }

  #secondRow .howTheProgramWorks {
    line-height: .95rem;
  }

  #secondRow .textContainer .termsAndCond {
    font-size: 9px !important;
    margin-bottom: -2px;
    line-height: .7rem;
  }

  #thirdRow h3 {
    font-size: 16px;
    font-weight: bold;
    max-width: 500px;
    margin: .25rem auto;
  }

  #thirdRow form,
  #thirdRow form select {
    font-size: 10px;
    max-width: 500px;
  }

  #thirdRow form #companyName,
  #thirdRow form #hrFirstName,
  #thirdRow form #hrLastName,
  #thirdRow form #hrEmail {
    height: 25px;
  }

  .form-switch .form-check-input {
    transform: scale(1.8);
  }

  .monthCheckInputs {
    transform: scale(1.4);
  }

  #thirdRow form select {
    height: 25px;
  }

  #thirdRow form #toggleContainer label {
    font-size: 10px;
  }

  #thirdRow form #toggleContainer {
    line-height: .6rem;
  }

  #thirdRow form #disclaimer {
    font-size: 8px;
    line-height: .6rem;
  }

  #nwLogo {
    width: 200px;
  }

  #fourthRow h2 {
    font-size: 20px;
  }

  #fourthRow p {
    font-size: 14px;
    line-height: 1.1rem;
  }

  /* Winner Redemption */
  #firstRowWinnerRed h1 {
    font-size: 48px;
  }

  #claimYourPrize {
    font-size: 20px;
  }

  #secondRowWinnerRed {
    border: 10px solid #8dc9ea;
  }

  #secondRowWinnerRed .textContainer h2 {
    font-size: 20px;
    font-weight: bold;
  }

  #secondRowWinnerRed .textContainer {
    font-size: 12px;
  }

  #thirdRowWinnerRed h3 {
    font-size: 16px;
    font-weight: bold;
    max-width: 500px;
    margin: .25rem auto;
  }

  #thirdRowWinnerRed form,
  #thirdRowWinnerRed form select {
    font-size: 10px;
    max-width: 500px;
  }

  #thirdRowWinnerRed form select,
  #thirdRowWinnerRed form input {
    height: 30px !important;
    border-radius: 2px;
  }

  #thirdRowWinnerRed form select {
    height: 25px;
  }

  #fourthRowWinnerRed h2 {
    font-size: 48px;
  }

  #fifthRowWinnerRed,
  #fifthRowWinnerRed h4 {
    font-size: 18px;
  }

  #fifthRowWinnerRed #disclaimer {
    font-size: 14px;
    line-height: .9rem;
  }

  #footerDisclaimer {
    font-size: 11px;
  }
}

@media screen and (min-width: 992px) {
  /* HR LP */
  #thirdRow h3 {
    font-size: 20px;
    font-weight: bold;
    max-width: 500px;
    margin: .25rem auto;
  }

  #thirdRow form,
  #thirdRow form select {
    font-size: 14px;
    max-width: 500px;
  }

  #thirdRow form #companyName,
  #thirdRow form #hrFirstName,
  #thirdRow form #hrLastName,
  #thirdRow form #hrEmail {
    height: 30px;
  }

  .form-switch .form-check-input {
    transform: scale(1.5);
  }

  .monthCheckInputs {
    transform: scale(1.4);
  }

  #thirdRow form #months {
    margin-top: -1px;
    margin-bottom: -5px;
  }

  #subLabelMonths {
    font-size: 12px;
  }

  #thirdRow form #toggleContainer label {
    font-size: 14px;
  }

  #thirdRow form #toggleContainer {
    line-height: .8rem;
  }

  #thirdRow form #disclaimer {
    font-size: 10px;
    line-height: .6rem;
  }

  #nwLogo {
    width: 250px;
  }

  #fourthRow h2 {
    font-size: 24px;
  }

  #fourthRow p {
    font-size: 16px;
  }

  /* Winner Redemption */
  #firstRowWinnerRed h1 {
    font-size: 56px;
  }

  #claimYourPrize {
    font-size: 22px;
  }

  #secondRowWinnerRed {
    border: 15px solid #8dc9ea;
  }

  #secondRowWinnerRed .textContainer h2 {
    font-size: 24px;
    font-weight: bold;
  }

  #secondRowWinnerRed .textContainer {
    font-size: 16px;
  }

  #thirdRow h3 {
    font-size: 20px;
    font-weight: bold;
    max-width: 500px;
    margin: .25rem auto;
  }

  #thirdRowWinnerRed form,
  #thirdRowWinnerRed form select {
    font-size: 14px;
    max-width: 500px;
  }

  #thirdRowWinnerRed form #months {
    margin-top: -1px;
    margin-bottom: -5px;
  }

  #fourthRowWinnerRed h2 {
    font-size: 56px;
  }

  #fifthRowWinnerRed,
  #fifthRowWinnerRed h4 {
    font-size: 20px;
  }

  #fifthRowWinnerRed #disclaimer {
    font-size: 16px;
    line-height: 1.2rem;
  }

  #footerDisclaimer {
    font-size: 13px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #firstRow h1 {
    font-size: 50px;
  }

  #secondRow .textContainer .containerLiner {
    border: 15px solid #8dc9ea;
  }

  #secondRow .textContainer h2 {
    font-size: 24px;
    font-weight: bold;
  }

  #secondRow .textContainer h3 {
    font-size: 16px;
    font-weight: bold;
  }

  #secondRow .textContainer {
    font-size: 14px;
  }

  #secondRow .blueCheck {
    width: 24px;
  }

  #secondRow .howTheProgramWorks {
    line-height: 1.15rem;
  }

  #secondRow .textContainer .termsAndCond {
    font-size: 10px !important;
    margin-bottom: -15px;
    line-height: .8rem;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1500px) {
  #firstRow h1 {
    font-size: 60px;
  }

  #secondRow .textContainer .containerLiner {
    border: 15px solid #8dc9ea;
  }

  #secondRow .textContainer h2 {
    font-size: 40px;
    font-weight: bold;
  }

  #secondRow .textContainer h3 {
    font-size: 18px;
    font-weight: bold;
  }

  #secondRow .textContainer {
    font-size: 16px;
  }

  #secondRow .blueCheck {
    width: 25px;
  }

  #secondRow .howTheProgramWorks {
    line-height: 1.8rem;
  }

  #secondRow .textContainer .termsAndCond {
    font-size: 10px !important;
    margin-bottom: -4px;
  }

  #thirdRow h3 {
    font-size: 25px;
  }

  #fourthRow h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1800px) {
  #firstRow h1 {
    font-size: 70px;
  }

  #secondRow .textContainer .containerLiner {
    border: 15px solid #8dc9ea;
  }

  #secondRow .textContainer h2 {
    font-size: 50px;
    font-weight: bold;
  }

  #secondRow .textContainer h3 {
    font-size: 22px;
    font-weight: bold;
  }

  #secondRow .textContainer {
    font-size: 20px;
  }

  #secondRow .blueCheck {
    width: 30px;
  }

  #secondRow .howTheProgramWorks {
    line-height: 1.8rem;
  }

  #secondRow .textContainer .termsAndCond {
    font-size: 12px !important;
    margin-bottom: -1px;
  }

  #thirdRow h3 {
    font-size: 30px;
  }

  #fourthRow h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1801px) {
  #firstRow h1 {
    font-size: 80px;
  }

  #secondRow .textContainer .containerLiner {
    border: 15px solid #8dc9ea;
  }

  #secondRow .textContainer h2 {
    font-size: 56px;
    font-weight: bold;
  }

  #secondRow .textContainer h3 {
    font-size: 28px;
    font-weight: bold;
  }

  #secondRow .textContainer {
    font-size: 22px;
  }

  #secondRow .blueCheck {
    width: 30px;
  }

  #secondRow .howTheProgramWorks {
    line-height: 2.2rem;
  }

  #secondRow .textContainer .termsAndCond {
    font-size: 14px !important;
    margin-bottom: -1px;
  }

  #thirdRow h3 {
    font-size: 35px;
  }

  #fourthRow h2 {
    font-size: 50px;
  }
}