.container {
  height: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 190px;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-section {
  height: 600px;
  background-image: linear-gradient(177deg, #002d5b, #0071aa);
}

.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-text {
  max-width: 500px;
  margin-top: 100px;
}

.header-img {
  width: 560px;
  height: 480px;
  margin-top: 40px;
  text-align: right;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-price {
  max-width: 220px;
  margin-left: 16px;
  font-family: Lato, sans-serif;
  color: #ebebeb;
  font-size: 16px;
  line-height: 23px;
}

.header-title {
  color: #fff;
}

.heading {
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 42px;
}

.header-description {
  margin-top: 24px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.text-span {
  color: #fff;
}

.secondary-btn {
  margin-left: 16px;
  padding: 10px 24px 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.primary-btn {
  padding: 14px 32px 13px;
  border-radius: 4px;
  background-color: #ffbe00;
  font-family: Lato, sans-serif;
  color: #002d58;
  font-size: 16px;
  font-weight: 700;
}

.image {
  max-height: 100%;
}

.content-section {
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.header-basic {
  height: auto;
  background-image: linear-gradient(132deg, #002d5b, #0071aa);
}

.basic-header-text {
  max-width: 600px;
  margin-top: 80px;
  margin-bottom: 56px;
}

.dashboard-body {
  margin-top: -90px;
  padding-bottom: 72px;
}

.stat-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.stat-card {
  width: 48%;
  height: auto;
  margin-bottom: 40px;
  padding: 40px 32px 16px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
}

.stat-heading {
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  color: #0078b2;
  font-size: 24px;
  font-weight: 700;
}

.stat-description {
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #5f5f5f;
  font-size: 14px;
}

.old-price {
  color: hsla(0, 0%, 92%, 0.81);
  text-decoration: line-through;
}

.content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-column {
  display: block;
  width: 46%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-heading {
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  color: #002e5c;
  font-size: 32px;
}

.content-paragraph {
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.content-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-list-check {
  width: 20px;
  height: 20px;
  background-image: url('../images/check.png');
  background-position: 0px 0px;
  background-size: contain;
}

.content-list-text {
  height: 20px;
  margin-bottom: 0px;
  margin-left: 16px;
  font-family: Lato, sans-serif;
  color: #0071a9;
  font-size: 16px;
  font-weight: 700;
}

.quotes-section {
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5fafd;
}

.quotes-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.quote-card {
  width: 32%;
  height: auto;
  padding: 32px 32px 16px;
  border-radius: 8px;
  background-color: #fff;
}

.quote-text-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote-text {
  margin-left: 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.quote-name {
  color: #0071a9;
  line-height: 40px;
  text-align: left;
}

.quote-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: Rubik, sans-serif;
  color: #002e5c;
  font-size: 32px;
  text-align: center;
}

.cta-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 48px;
  padding: 48px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, right top, left top, from(#002d5b), to(#0071aa));
  background-image: linear-gradient(270deg, #002d5b, #0071aa);
}

.cta-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.footer-section {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 24px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-icon {
  width: 40px;
}

.footer-logo {
  width: 190px;
  max-width: 100%;
}

.footer-link {
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #004566;
  font-size: 14px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-dashboard {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 44px;
}

.change-state-link {
  font-size: 16px;
  text-decoration: underline;
}

.bold-text-3 {
  color: #6ed5ff;
  text-decoration: underline;
}

.primary-btn-copy {
  padding: 14px 32px 13px;
  border-radius: 4px;
  background-color: #ffbe00;
  color: #002d58;
  font-size: 16px;
  font-weight: 700;
}

.primary-btn-copy.nav-cta {
  margin-left: 16px;
  padding: 11px 24px 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.states-section {
  margin-top: 0px;
  padding-top: 90px;
  padding-bottom: 72px;
  background-color: #f5fafd;
}

.header-dashboard {
  height: 420px;
  background-image: linear-gradient(132deg, #002d5b, #0071aa);
}

.state-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: auto;
  margin-bottom: 12px;
  margin-left: 1%;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #0078b2;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  text-decoration: none;
}

.state-card.w--current {
  background-color: #0078b2;
}

.states-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: -1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.state-name {
  margin-left: 16px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.state-name.powerball {
  color: #0078b2;
}

.state-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.state-icon-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.state-flag {
  height: 28px;
}

.state-arrow {
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tableimg {
  width: 100%;
  height: auto;
}

.footer-disclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.disclaimer {
  margin-top: 24px;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 12px;
  text-align: center;
}

.map-section {
  height: auto;
  padding-top: 0px;
  padding-bottom: 90px;
}

.social-icons {
  width: 24px;
  height: 24px;
  margin-left: 16px;
}

.cta {
  height: auto;
  padding-top: 42px;
  padding-bottom: 90px;
  background-color: #f5fafd;
}

.accountlink {
  margin-left: 16px;
  padding: 10px 8px 9px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.dashboard-card {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 40px 32px 16px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
}

.dashboard-description {
  width: 54%;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #5f5f5f;
  font-size: 14px;
}

.dashboard-slot {
  height: 627px;
  padding-top: 16px;
  background-color: #dee9f0;
}

.warning-bar {
  display: none;
  height: 56px;
  background-color: #ffbe00;
}

.warning-text {
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-align: center;
}

.header-coupon {
  margin-top: 24px;
  font-family: Lato, sans-serif;
  color: #e0e8f0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bold-text-5 {
  color: #fff;
}

.powerball-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: auto;
  margin-bottom: 12px;
  margin-left: 1%;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  text-decoration: none;
}

.powerball-teaser.w--current {
  background-color: #fff;
}

.dashboard-disclaimer {
  width: 85%;
  margin: 16px auto 8px;
  font-family: Lato, sans-serif;
  color: #5f5f5f;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.secondary-button {
  padding: 14px 32px 13px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffbe00;
  border-radius: 4px;
  background-color: rgba(56, 152, 236, 0);
  font-family: Lato, sans-serif;
  color: #002d58;
  font-size: 16px;
  font-weight: 700;
}

.michigan-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 32px 64px 32px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
}

.michigan-teaser-img {
  width: 220px;
  border-radius: 8px;
}

.teaser-column {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.teaser-text {
  width: 90%;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #5f5f5f;
  font-size: 14px;
}

.mobile-teaser-row {
  display: none;
}

.mobile-teaser-title {
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  color: #0078b2;
  font-size: 24px;
  font-weight: 700;
}

.michigan-teaser-img-mob {
  width: 220px;
  border-radius: 8px;
}

.teaser-title {
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  color: #0078b2;
  font-size: 24px;
  font-weight: 700;
}

.c-faq-icon {
  position: relative;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.faq-a-text {
  padding-right: 5%;
  padding-bottom: 24px;
  padding-left: 5%;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}

.c-faq-q-text {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-q-text {
  padding-left: 5%;
  font-family: Rubik, sans-serif;
  color: #002e5c;
  font-size: 20px;
  font-weight: 700;
}

.c-faq-divider {
  padding-right: 20px;
  padding-left: 20px;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #000;
}

._w-faq-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-faq-a-text {
  padding: 20px;
  background-color: #fff;
}

.c-faq-a-text:active {
  background-color: #fff;
}

.faq-divider {
  height: 0px;
  border-top: 1px dashed hsla(0, 0%, 100%, 0.25);
}

.c-faq-a {
  overflow: hidden;
  background-color: #fff;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.c-faq {
  max-width: 100%;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5fafd;
}

.c-faq-item {
  margin-bottom: 16px;
  border-left: 3px none #2ea07c;
  background-color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
  cursor: pointer;
}

.faq-stripe-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.affiliate-header-text {
  max-width: 640px;
  margin-top: 80px;
  margin-bottom: 56px;
}

.affiliate-button-teaser {
  max-width: 179px;
  margin-left: 0px;
  padding-right: 0px;
  font-family: Lato, sans-serif;
  color: #ebebeb;
  font-size: 16px;
  line-height: 23px;
}

.affiliate-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 57px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.affiliate-section {
  height: auto;
  padding-top: 90px;
  padding-bottom: 50px;
}

.content-paragraph-copy {
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.affiliate-disclaimer {
  margin-bottom: 0px;
  padding: 24px 48px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f5fafd;
  font-family: Lato, sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 20px;
}

.affiliate-content-row-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 57px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link {
  font-weight: 700;
}

.did-you-win-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 24px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.did-you-win-text {
  padding: 12px 32px;
  border-radius: 8px;
  background-color: #f5fafd;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 88%;
  }

  .header-section {
    height: auto;
  }

  .header-row {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header-text {
    margin-top: auto;
    margin-bottom: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .header-img {
    width: 360px;
    height: auto;
    margin-top: 100px;
  }

  .button-row {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .heading {
    font-size: 32px;
    line-height: 34px;
  }

  .header-description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 21px;
  }

  .primary-btn {
    padding-right: 24px;
    padding-left: 24px;
  }

  .image {
    margin-top: 0px;
  }

  .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .basic-header-text {
    max-width: 540px;
  }

  .stat-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .stat-card {
    width: 48%;
    margin-bottom: 32px;
    padding-bottom: 8px;
  }

  .stat-heading {
    line-height: 24px;
  }

  .content-paragraph {
    line-height: 24px;
  }

  .content-list-text {
    width: 290px;
    height: auto;
  }

  .quotes-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .quote-card {
    width: 48%;
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .quote-heading {
    margin-bottom: 24px;
  }

  .footer-row {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-copy {
    margin-top: 0px;
  }

  .footer-links {
    margin-top: 16px;
  }

  .heading-dashboard {
    font-size: 32px;
    line-height: 34px;
  }

  .primary-btn-copy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .header-dashboard {
    height: 380px;
  }

  .state-card {
    width: 32%;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .state-name {
    margin-left: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .state-flag {
    height: 24px;
  }

  .state-arrow {
    height: 20px;
  }

  .footer-disclaimer {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map-section {
    padding-top: 0px;
    padding-bottom: 72px;
  }

  .dashboard-card {
    width: 100%;
    padding-bottom: 24px;
  }

  .dashboard-description {
    width: 100%;
  }

  .dashboard-slot {
    height: 395px;
  }

  .warning-bar {
    height: 100%;
  }

  .warning-text {
    padding-bottom: 20px;
  }

  .header-coupon {
    margin-top: 16px;
    font-size: 16px;
    line-height: 21px;
  }

  .powerball-teaser {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dashboard-disclaimer {
    width: 100%;
  }

  .secondary-button {
    padding-right: 24px;
    padding-left: 24px;
  }

  .michigan-teaser {
    width: 100%;
  }

  .michigan-teaser-img {
    height: 140px;
  }

  .teaser-column {
    width: 100%;
  }

  .teaser-text {
    width: 89%;
  }

  .mobile-teaser-title {
    line-height: 24px;
  }

  .michigan-teaser-img-mob {
    height: 140px;
  }

  .teaser-title {
    line-height: 24px;
  }

  .affiliate-header-text {
    max-width: 540px;
  }

  .affiliate-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-paragraph-copy {
    line-height: 24px;
  }

  .affiliate-disclaimer {
    line-height: 24px;
  }

  .did-you-win-row {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 90%;
  }

  .logo {
    width: 140px;
  }

  .header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-img {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-row {
    margin-top: 24px;
  }

  .header-title {
    margin-top: 24px;
  }

  .header-description {
    margin-top: 16px;
  }

  .content-section {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .header-basic {
    height: auto;
  }

  .basic-header-text {
    max-width: 480px;
    margin-bottom: 32px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 32px;
  }

  .stat-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .stat-card {
    width: 100%;
    margin-bottom: 32px;
  }

  .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-row.map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content-column {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .content-heading {
    margin-top: 0px;
  }

  .content-list-text {
    width: 480px;
  }

  .quotes-section {
    padding-top: 72px;
  }

  .quote-card {
    width: 100%;
  }

  .quote-heading {
    margin-bottom: 24px;
  }

  .footer-section {
    padding-bottom: 32px;
  }

  .footer-row {
    height: auto;
  }

  .footer-link {
    width: 48%;
    padding-top: 16px;
    padding-left: 0px;
  }

  .footer-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .primary-btn-copy.nav-cta.mobile-hide {
    display: none;
  }

  .states-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .state-card {
    width: 48%;
    margin-bottom: 16px;
    margin-left: 2%;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .states-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tableimg {
    width: 100%;
    height: auto;
  }

  .footer-disclaimer {
    height: auto;
  }

  .map-section {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .cta {
    padding-top: 72px;
  }

  .dashboard-card {
    width: 100%;
    margin-bottom: 32px;
  }

  .dashboard-slot {
    width: 100%;
    height: 310px;
    padding-top: 8px;
  }

  .header-coupon {
    margin-top: 16px;
  }

  .powerball-teaser {
    margin-bottom: 16px;
    margin-left: 2%;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .dashboard-disclaimer {
    width: 100%;
  }

  .michigan-teaser {
    width: 100%;
    margin-bottom: 32px;
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .michigan-teaser-img {
    display: none;
    width: 160px;
    height: auto;
  }

  .teaser-column {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .teaser-text {
    width: 100%;
  }

  .mobile-teaser-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-teaser-title {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 23px;
  }

  .michigan-teaser-img-mob {
    width: 120px;
    height: auto;
  }

  .teaser-title {
    display: none;
  }

  .faq-q-text {
    font-size: 18px;
    line-height: 1.3em;
  }

  .affiliate-header-text {
    max-width: 480px;
    margin-bottom: 32px;
  }

  .affiliate-content-row {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .affiliate-content-row.map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .affiliate-section {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .affiliate-content-row-mid {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .affiliate-content-row-mid.map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .did-you-win-row {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 90%;
  }

  .navbar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .logo {
    width: 120px;
  }

  .header-img {
    width: 280px;
  }

  .button-row {
    margin-top: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-price {
    width: 100%;
    margin-left: 0px;
    padding-top: 16px;
    text-align: center;
  }

  .heading {
    font-size: 28px;
    line-height: 28px;
  }

  .header-description {
    width: 100%;
    margin-top: 16px;
    font-size: 15px;
  }

  .secondary-btn {
    margin-left: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .primary-btn {
    width: 100%;
    text-align: center;
  }

  .content-section {
    padding-top: 56px;
  }

  .header-basic {
    height: auto;
  }

  .basic-header-text {
    margin-top: 32px;
  }

  .dashboard-body {
    margin-top: -56px;
    padding-bottom: 48px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 32px;
  }

  .stat-row {
    margin-top: 0px;
  }

  .stat-card {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 32px;
    padding: 32px 16px;
  }

  .stat-heading {
    width: 230px;
    font-size: 20px;
    line-height: 22px;
  }

  .stat-description {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 21px;
  }

  .content-column {
    margin-bottom: 24px;
  }

  .content-heading {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .content-paragraph {
    line-height: 24px;
  }

  .content-list-text {
    width: 240px;
    margin-left: 12px;
  }

  .quotes-section {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .quote-card {
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 24px;
  }

  .quote-text-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quote-text {
    margin-left: 0px;
    padding-top: 12px;
  }

  .quote-name {
    text-align: left;
  }

  .quote-heading {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .cta-bar {
    padding-right: 32px;
    padding-left: 32px;
  }

  .cta-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .footer-logo {
    margin-bottom: 16px;
  }

  .footer-link {
    width: 100%;
    padding-top: 24px;
    text-align: center;
  }

  .footer-links {
    margin-top: 0px;
  }

  .heading-dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 26px;
    line-height: 28px;
  }

  .change-state-link {
    text-align: left;
  }

  .bold-text-3 {
    text-align: left;
  }

  .primary-btn-copy {
    width: 100%;
    text-align: center;
  }

  .bold-text-4 {
    text-align: left;
  }

  .body {
    background-color: #fefefe;
  }

  .states-section {
    margin-top: 0px;
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .header-dashboard {
    height: 290px;
  }

  .state-card {
    width: 48%;
    margin-top: 0px;
    margin-bottom: 8px;
    padding: 10px 8px 8px;
    text-decoration: none;
  }

  .states-grid {
    margin-top: 0px;
  }

  .state-name {
    margin-top: 8px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .state-card-content {
    padding-right: 8px;
    padding-left: 8px;
  }

  .state-icon-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .state-flag {
    height: 20px;
  }

  .state-arrow {
    display: none;
    height: 16px;
  }

  .footer-disclaimer {
    margin-top: 30px;
  }

  .map-section {
    padding-top: 0px;
  }

  .cta {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .accountlink {
    padding-right: 0px;
  }

  .dashboard-card {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 32px;
    padding: 32px 16px 0px;
  }

  .dashboard-description {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 21px;
  }

  .dashboard-slot {
    height: 192px;
  }

  .warning-text {
    font-size: 13px;
    line-height: 16px;
  }

  .header-coupon {
    margin-top: 16px;
  }

  .powerball-teaser {
    margin-top: 0px;
    margin-bottom: 8px;
    padding: 10px 8px 8px;
    text-decoration: none;
  }

  .dashboard-disclaimer {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }

  .secondary-button {
    width: 100%;
    text-align: center;
  }

  .michigan-teaser {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 32px;
    padding: 24px 24px 0px 16px;
  }

  .michigan-teaser-img {
    width: 100px;
  }

  .teaser-column {
    margin-bottom: 24px;
  }

  .teaser-text {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 21px;
  }

  .mobile-teaser-title {
    width: 230px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .michigan-teaser-img-mob {
    width: 90px;
  }

  .teaser-title {
    width: 230px;
    font-size: 20px;
    line-height: 22px;
  }

  .c-faq-q {
    padding-right: 0px;
  }

  .faq-a-text {
    padding-right: 0%;
    padding-left: 0%;
  }

  .faq-q-text {
    padding-left: 0%;
    font-size: 16px;
  }

  .c-faq {
    margin-right: 0px;
    margin-left: 0px;
  }

  .affiliate-header-text {
    margin-top: 32px;
  }

  .affiliate-button-teaser {
    width: 100%;
    margin-left: 0px;
    padding-top: 16px;
    text-align: center;
  }

  .affiliate-section {
    padding-top: 56px;
  }

  .content-paragraph-copy {
    line-height: 24px;
  }

  .affiliate-disclaimer {
    line-height: 24px;
  }

  .did-you-win-text {
    font-size: 16px;
    text-align: center;
  }
}

