@import url("https://use.typekit.net/dov7fmn.css");

.nl-container {
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  align-items:top;
  background-color:#4bc6ec;
  padding:24px;
  max-width:1152px;
  margin: 0 auto;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
  box-sizing:border-box;
}
.email-signup {
  display: inline-block;
  width:100%;
}
.email-options {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  float: right;
  width: 544px;
  width:100%;
}

.email-options-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.nl-box {
  max-width: 240px;
  max-height: 110px;
  min-width:240px;
  min-height: 80px;
  background-color: #78d3ee;
  padding: 16px;
  margin:8px;
  border-radius: 2px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
  box-sizing:border-box;
  display:flex;
  justify-content:flex-start;
  align-items:center;
}
.email-signup h1 {
  font-family:Rift, ibm-plex-sans, sans-serif;
  font-weight:700;
  font-size: 52px;
  line-height: 52px;
  color:#ffffff;
  margin:0 12px 8px 0;
  text-align:left;
}
.email-signup h2 {
  font-family:IBM Plex Sans, ibm-plex-sans, sans-serif;
  font-weight:400;
  font-size: 20px;
  line-height:28px;
  color:#ffffff;
  margin:0 12px 16px 0;
  text-align:left;
}
.nl-box h3 {
  font-family:Rift, ibm-plex-sans, sans-serif;
  font-weight:700;
  font-size: 24px;
  color:#ffffff;
  margin:0 12px 8px 0;
  text-align:left;
  line-height: 22px;
}
.nl-button {
  padding: 12px 32px;
  background-color: #00374b;
  border:1px solid #00374b;
  display: inline-block;
  text-decoration: none;
  font-family: IBM Plex Sans, ibm-plex-sans, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.nl-button:hover {
  background-color: #004f6c;
  border: 1px solid #004f6c;
}
@media only screen and (min-width:870px) and (max-width: 1040px) {
  .nl-container {
    flex-direction:column;
    justify-content: flex-start;
    padding:24px;
  }
  .email-signup {
    max-width:100%;
  }
  .email-options {
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    flex-wrap: nowrap;
    display: flex;
    margin: 16px -8px;
    float:left;
  }
  .email-options-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }
  .nl-box {
    margin: 8px;
    min-width: auto;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    align-items: center;
    align-content: center;
    display: block;
  }
}
@media only screen and (min-width: 600px) and (max-width: 869px) {
  .nl-container {
    flex-direction:column;
    justify-content: flex-start;
    padding:24px;
  }
  .email-signup {
    max-width: 100%;
  }
  .email-options {
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    flex-wrap: nowrap;
    display: flex;
    margin: 16px -8px;
  }
  .email-options-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }
  .nl-box {
    margin: 8px;
    padding: 12px;
    min-width: auto;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    display: block;
    box-sizing:border-box;
  }
  .nl-box img {
    padding-bottom: 8px;
  }
  .nl-box h3 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .nl-container {
    flex-direction:column;
    justify-content: flex-start;
    padding:24px;
  }
  .email-options {
    align-self: flex-start;
    justify-content: flex-start;
    align-content: stretch;
    flex-wrap: wrap;
    display: flex;
    margin: 16px auto;
  }
  .email-options-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 600px;
    max-width: 100%;
  }
  .nl-box {
    margin: 8px;
    min-width: auto;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    display: block;
    text-align: center;

  }
  .nl-box div {
    max-width: 100%;
  }
  .nl-box h3 {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    }
  .nl-box img {
    padding-bottom: 8px;
  }
   .email-signup h1 {
    font-size: 36px;
     line-height: 36px;
  }
   .email-signup h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
