.slrlp-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  height: 95px;
  min-height: 95px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #303542;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
}

.slrlp-navbrand {
  position: relative;
  bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slrlp-navbrand.thank-you {
  bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.slrlp-navbar-cta-text {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.slrlp-navbar-cta-text-container {
  position: relative;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 72px;
  float: right;
  -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;
  font-family: Montserrat, sans-serif;
  color: #353339;
  font-size: 16px;
}

.slrlp-navbar-cta-text-container.desktop {
  margin-top: -2px;
  text-align: right;
}

.slrlp-navbar-cta-text-container.mobile {
  display: none;
}

.slrlp-navbar-cta-text-large {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
}

.slrlp-navbar-cta-text-number {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.slrlp-hero-form {
  width: 300px;
  margin-bottom: 30px;
}

.slrlp-hero-form.desktop {
  width: 325px;
  margin-left: -12px;
}

.slrlp-hero-form.desktop.button-only {
  width: 300px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.slrlp-body {
  padding-top: 90px;
  padding-bottom: 160px;
  background-color: #fff;
}

.slrlp-body.adjust {
  padding-bottom: 140px;
}

.slrlp-insurance {
  display: block;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.slrlp-insurance-logo {
  display: inline-block;
  width: 110px;
  height: 70px;
  margin-right: 15px;
  margin-left: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slrlp-cta-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.slrlp-cta-no-text {
  display: inline-block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  background-color: #303542;
}

.slrlp-cta-phone-number {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #f2f2f2;
  font-size: 40px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.5px;
}

.slrlp-footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 260px;
  background-color: rgba(96, 96, 96, 0.2);
}

.slrlp-footer.mobile-cta {
  z-index: 1;
  height: 180px;
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}

.slrlp-footer.no-mobile-cta {
  height: 180px;
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #fff;
}

.slrlp-footer-image {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.slrlp-footer-image.logo {
  width: 150px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.slrlp-footer-image.legitscript {
  width: 140px;
  height: 100px;
}

.slrlp-footer-col {
  height: 100%;
}

.slrlp-footer-row {
  height: 150px;
  margin-bottom: 20px;
}

.slrlp-footer-row.mobile-adjust {
  position: relative;
  z-index: 10;
  height: 100px;
  margin-bottom: 0px;
}

.slrlp-footer-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
  font-size: 13px;
  text-align: center;
}

.slrlp-footer-content-wrapper.ls-mobile {
  font-family: Lato, sans-serif;
  color: #000;
}

.slrlp-page {
  position: relative;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
}

.slrlp-page.thank-you-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), -webkit-gradient(linear, left top, left bottom, from(rgba(48, 53, 66, 0.5)), to(rgba(48, 53, 66, 0.5))), url('../images/thanks.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), linear-gradient(180deg, rgba(48, 53, 66, 0.5), rgba(48, 53, 66, 0.5)), url('../images/thanks.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.slrlp-cta-button {
  display: none;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #303542;
  font-size: 23px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.slrlp-cta-button:hover {
  display: none;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #f2f2f2;
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #303542;
  font-size: 23px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.slrlp-cta-button.no-form {
  display: block;
}

.slrlp-utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.slrlp-utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.slrlp-utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slrlp-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 575px;
  -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;
  background-image: url('../images/hero.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
}

.slrlp-hero-message {
  width: 430px;
  float: right;
}

.slrlp-hero-message.adjust {
  width: 550px;
  float: left;
}

.slrlp-hero-message.adjust {
  width: 520px;
  float: left;
}

.slrlp-hero-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 57px;
  font-weight: 600;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}

.slrlp-hero-heading.hero-adjust {
  width: 580px;
  margin-bottom: 20px;
  color: #303542;
  font-size: 53px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  text-shadow: none;
}

.slrlp-hero-sub-heading {
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 0 3px 25px rgba(0, 0, 0, 0.75);
}

.slrlp-hero-sub-heading.hero-subtext-adjust {
  width: 350px;
  color: #303542;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  text-shadow: none;
}

.slrlp-icons {
  position: relative;
  top: 4px;
  font-family: RBMC, sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-transform: none;
}

.slrlp-icons.call-button {
  top: 4px;
  font-size: 20px;
  line-height: 20px;
}

.slrlp-icons.number-cta {
  position: relative;
  top: 6px;
  color: #f2f2f2;
  font-size: 35px;
}

.slrlp-icons.nav-number {
  color: #fff;
}

.slrlp-thanks-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #303542;
  font-size: 120px;
  line-height: 125px;
  font-weight: 800;
  text-align: center;
}

.slrlp-thank-you-page-container {
  display: block;
  margin: 50px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.slrlp-thanks-paragraph {
  display: block;
  font-family: Lato, sans-serif;
  color: #303542;
  font-size: 22px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.slrlp-para-span {
  display: inline-block;
  margin-bottom: 10px;
}

.slrlp-button {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 10px;
  background-color: #303542;
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.slrlp-button:hover {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.slrlp-insurance-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -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;
  background-color: #303542;
}

.slrlp-insurance-borderline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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;
  background-color: #303542;
  text-transform: uppercase;
}

.slrlp-insurance-borderline.alt {
  background-color: #f2f2f2;
}

.slrlp-borderline-cta-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #f2f2f2;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.slrlp-borderline-cta-text.adjust {
  color: #303542;
}

.slrlp-cta-part-wrapper {
  height: 90px;
}

.slrlp-cta-part-wrapper.no-form {
  height: 156px;
}

.slrlp-cta-part {
  display: inline-block;
  width: 400px;
}

.slrlp-cta-container {
  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;
}

.slrlp-container {
  width: 100%;
}

.slrlp-large-cta {
  height: 595px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))), url('../images/bottom-image.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url('../images/bottom-image.jpg');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slrlp-insurance-container {
  width: 890px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.slrlp-button-top-text {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

.slrlp-button-number {
  display: inline-block;
  font-size: 28px;
  line-height: 20px;
}

.slrlp-large-cta-heading {
  width: 600px;
  margin: 0px auto 45px;
  font-family: Montserrat, sans-serif;
  color: #303542;
  font-size: 33px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.slrlp-info-image {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
  -o-object-fit: cover;
  object-fit: cover;
}

.slrlp-info-image-wrapper {
  display: block;
  overflow: hidden;
  width: 250px;
  height: 280px;
  max-height: 100%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.slrlp-info-item {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slrlp-info-item-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.slrlp-info-item-heading.adjust {
  margin-bottom: 0px;
  color: #303542;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.slrlp-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slrlp-info {
  height: 320px;
  background-color: #fff;
}

.slrlp-info.adjust {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.slrlp-large-cta-reason {
  width: 550px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 10px 10px 12px;
  background-color: #303542;
  font-family: Lato, sans-serif;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.slrlp-bottom-bar {
  position: relative;
  bottom: -43px;
  display: block;
  width: 950px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  background-color: #303542;
  box-shadow: 1px 10px 20px 5px rgba(0, 0, 0, 0.2);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 23px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.slrlp-bottom-bar-number {
  color: #f2f2f2;
  text-decoration: none;
}

.slrlp-footer-mobile-cta-triggered {
  display: none;
  opacity: 0;
}

.slrlp-footer-content-wrapper-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
  font-size: 13px;
  text-align: center;
}

.slrlp-footer-content-wrapper-alt.ls-mobile {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
}

.slrlp-footer-content-wrapper-alt.ls-mobile._2up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.slrlp-footer-image-c {
  display: block;
  width: 75px;
  margin-right: auto;
  margin-left: auto;
}

.ambetter {
  width: 70px;
}

.slrlp-insurance-cta-text {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.slrlp-cta-link {
  color: #f2f2f2;
  text-decoration: none;
}

.slrlp-cta-link:hover {
  color: #f2f2f2;
}

.slrlp-bottom-bar-link {
  color: #fff;
  text-decoration: none;
}

.slrlp-bottom-bar-link:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .slrlp-navbar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 90px;
    min-height: 90px;
  }
  .slrlp-navbrand {
    bottom: -1px;
    width: 130px;
  }
  .slrlp-navbrand.thank-you {
    bottom: 7px;
  }
  .slrlp-navbar-cta-text-container.desktop {
    margin-top: -4px;
  }
  .slrlp-hero-form.desktop.button-only {
    width: 275px;
    margin-bottom: 0px;
  }
  .slrlp-body {
    padding-bottom: 170px;
  }
  .slrlp-insurance-logo {
    display: inline-block;
    width: 80px;
    height: 50px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .slrlp-insurance-logo.last {
    width: 110px;
  }
  .slrlp-cta-no-text {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/cta-image.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/cta-image.jpg');
    background-position: 0px 0px, 53% 50%;
  }
  .slrlp-cta-phone-number {
    font-size: 30px;
    line-height: 32px;
  }
  .slrlp-footer.mobile-cta {
    height: 150px;
    padding-top: 30px;
  }
  .slrlp-footer.no-mobile-cta {
    height: 150px;
    padding-top: 30px;
  }
  .slrlp-footer-image.logo {
    width: 100%;
  }
  .slrlp-footer-content-wrapper.ls-mobile {
    width: 130px;
    height: 100px;
  }
  .slrlp-page.thank-you-page {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/thanks.jpg');
    background-image: linear-gradient(180deg, null, null), linear-gradient(180deg, null, null), url('../images/thanks.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
  }
  .slrlp-hero {
    height: 375px;
  }
  .slrlp-hero-message.adjust {
    width: 100%;
    float: none;
  }
  .slrlp-hero-message.adjust {
    width: 100%;
    float: none;
  }
  .slrlp-hero-heading {
    font-size: 50px;
    line-height: 50px;
  }
  .slrlp-hero-heading.hero-adjust {
    width: 370px;
    font-size: 34px;
    line-height: 37px;
  }
  .slrlp-hero-sub-heading {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 25px;
  }
  .slrlp-hero-sub-heading.hero-subtext-adjust {
    width: 275px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 23px;
  }
  .slrlp-icons.number-cta {
    top: 2px;
    font-size: 23px;
  }
  .slrlp-icons.nav-number {
    top: 3px;
    font-size: 25px;
  }
  .slrlp-thank-you-page-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .slrlp-button {
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .slrlp-insurance-logos {
    height: 400px;
  }
  .slrlp-insurance-borderline {
    height: 50px;
  }
  .slrlp-borderline-cta-text {
    font-size: 16px;
    line-height: 20px;
  }
  .slrlp-cta-part-wrapper.no-form {
    height: 153px;
  }
  .slrlp-cta-part {
    width: 330px;
  }
  .slrlp-large-cta {
    height: 560px;
    background-position: 100% 50%;
  }
  .slrlp-insurance-container {
    width: 90%;
  }
  .slrlp-button-top-text {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 10px;
  }
  .slrlp-button-number {
    font-size: 25px;
  }
  .slrlp-large-cta-heading {
    width: 450px;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 30px;
    text-align: center;
  }
  .slrlp-info-image-wrapper {
    width: 200px;
    height: 220px;
  }
  .slrlp-info-item {
    width: 210px;
  }
  .slrlp-info {
    height: 300px;
  }
  .slrlp-large-cta-reason {
    width: 500px;
    font-size: 17px;
  }
  .slrlp-bottom-bar {
    bottom: -36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    box-shadow: 1px 10px 20px 3px rgba(0, 0, 0, 0.13);
  }
  .ambetter {
    width: 55px;
  }
  .slrlp-insurance-cta-text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .slrlp-navbar {
    height: 75px;
    min-height: 75px;
    padding: 10px 20px;
  }
  .slrlp-navbrand {
    bottom: 0px;
    width: 110px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .slrlp-navbrand.thank-you {
    bottom: 1px;
    width: 120px;
    padding-left: 0px;
  }
  .slrlp-navbar-cta-text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.4px;
  }
  .slrlp-navbar-cta-text-container.desktop {
    display: none;
  }
  .slrlp-navbar-cta-text-container.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 255px;
    height: 55px;
    margin-top: -3px;
    text-align: right;
  }
  .slrlp-navbar-cta-text-large {
    font-size: 20px;
    line-height: 22px;
  }
  .slrlp-navbar-cta-text-large:hover {
    color: #353339;
  }
  .slrlp-navbar-cta-text-number {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
  }
  .slrlp-navbar-cta-text-number:hover {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 22px;
  }
  .slrlp-hero-form {
    width: 225px;
    margin-bottom: 8px;
  }
  .slrlp-hero-form.desktop.button-only {
    width: 250px;
  }
  .slrlp-body {
    padding-top: 75px;
    padding-bottom: 410px;
  }
  .slrlp-body.adjust {
    padding-bottom: 380px;
  }
  .slrlp-insurance-logo {
    display: inline-block;
    width: 70px;
    height: 45px;
    margin-right: 8px;
    margin-left: 8px;
  }
  .slrlp-insurance-logo.last {
    width: 90px;
  }
  .slrlp-cta-heading {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .slrlp-cta-no-text {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/cta-image.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/cta-image.jpg');
    background-position: 0px 0px, 52% 50%;
  }
  .slrlp-cta-phone-number {
    font-size: 30px;
    line-height: 30px;
  }
  .slrlp-footer {
    height: 220px;
    padding-top: 0px;
  }
  .slrlp-footer.mobile-cta {
    height: auto;
    padding-top: 280px;
    padding-bottom: 20px;
  }
  .slrlp-footer.no-mobile-cta {
    height: auto;
    padding-top: 201px;
    padding-bottom: 20px;
  }
  .slrlp-footer-image {
    width: 90px;
  }
  .slrlp-footer-image.logo {
    position: relative;
    top: -4px;
    width: 130px;
  }
  .slrlp-footer-col.mobile-centered {
    position: static;
    display: block;
    width: 100%;
  }
  .slrlp-footer-row.mobile-adjust {
    height: 100%;
  }
  .slrlp-footer-content-wrapper.ls-mobile {
    height: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .slrlp-page.thank-you-page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slrlp-cta-button {
    display: block;
    width: 270px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    text-decoration: none;
  }
  .slrlp-cta-button.no-form {
    width: 250px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .slrlp-cta-button.no-form:hover {
    width: 250px;
  }
  .slrlp-navbar-cta-text-number-link {
    color: #2fbede;
    text-decoration: none;
    cursor: pointer;
  }
  .slrlp-navbar-cta-text-number-link:hover {
    text-decoration: none;
    cursor: pointer;
  }
  .slrlp-hero {
    height: 300px;
    background-position: 0% 50%, 50% 50%;
  }
  .slrlp-hero-message.adjust {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slrlp-hero-message.adjust {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slrlp-hero-heading {
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
  }
  .slrlp-hero-heading.hero-adjust {
    width: 330px;
    margin-bottom: 10px;
    font-size: 31px;
    line-height: 33px;
    font-weight: 700;
  }
  .slrlp-hero-sub-heading {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
  }
  .slrlp-hero-sub-heading.hero-subtext-adjust {
    width: 225px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }
  .slrlp-icons {
    position: relative;
    text-transform: none;
  }
  .slrlp-icons.call-button {
    top: 3px;
  }
  .slrlp-icons.nav-number {
    top: 3px;
    font-size: 18px;
    line-height: 22px;
  }
  .slrlp-thanks-title {
    margin-bottom: 25px;
    font-size: 75px;
    line-height: 75px;
  }
  .slrlp-thank-you-page-container {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .slrlp-thank-you-text {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .slrlp-thanks-paragraph {
    font-size: 17px;
    line-height: 15px;
  }
  .slrlp-para-span {
    margin-bottom: 10px;
  }
  .slrlp-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
  }
  .slrlp-insurance-logos {
    height: 370px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slrlp-insurance-borderline {
    height: 50px;
  }
  .slrlp-borderline-cta-text {
    font-size: 15px;
    line-height: 20px;
  }
  .slrlp-cta-part-wrapper {
    height: 145px;
  }
  .slrlp-cta-part-wrapper.no-form {
    height: 145px;
  }
  .slrlp-cta-part {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .slrlp-cta-container {
    display: block;
  }
  .slrlp-large-cta {
    height: 560px;
    padding: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bottom-image.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bottom-image.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .slrlp-insurance-container {
    width: 100%;
  }
  .slrlp-button-top-text {
    margin-bottom: 2px;
    font-weight: 500;
  }
  .slrlp-button-number {
    font-size: 23px;
  }
  .slrlp-large-cta-heading {
    width: 100%;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .slrlp-info-image-wrapper {
    width: 150px;
    height: 160px;
  }
  .slrlp-info-item {
    width: 160px;
  }
  .slrlp-info-item-heading {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
  }
  .slrlp-info {
    height: 275px;
  }
  .slrlp-large-cta-reason {
    width: 100%;
  }
  .slrlp-bottom-bar {
    bottom: -22px;
    width: 100vw;
    margin-left: -30px;
    box-shadow: 1px 10px 20px 5px rgba(0, 0, 0, 0.15);
    font-size: 17px;
  }
  .slrlp-bottom-bar-number {
    font-size: 18px;
  }
  .slrlp-footer-content-wrapper-alt.ls-mobile {
    height: auto;
    margin-bottom: 10px;
  }
  .slrlp-footer-content-wrapper-alt.ls-mobile._2up {
    width: 40%;
    margin: 20px auto 15px;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .slrlp-footer-image-c {
    width: 90px;
    margin-top: -15px;
  }
  .ambetter {
    width: 40px;
  }
  .slrlp-insurance-cta-text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .slrlp-navbar {
    height: 60px;
    min-height: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .slrlp-navbrand {
    bottom: 2px;
    width: 90px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .slrlp-navbrand.thank-you {
    bottom: 4px;
    width: 100px;
  }
  .slrlp-navbar-cta-text {
    font-size: 12.5px;
    line-height: 18px;
    letter-spacing: 0px;
  }
  .slrlp-navbar-cta-text-container {
    width: 192px;
    height: 40px;
    margin-top: 5px;
  }
  .slrlp-navbar-cta-text-container.mobile {
    width: 180px;
    height: 39px;
    margin-top: -1px;
  }
  .slrlp-navbar-cta-text-large {
    line-height: 18px;
  }
  .slrlp-navbar-cta-text-number {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .slrlp-navbar-cta-text-number:hover {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .slrlp-hero-form {
    display: block;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
  }
  .slrlp-hero-form.desktop.button-only {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .slrlp-body {
    padding-top: 60px;
    padding-bottom: 480px;
  }
  .slrlp-body.adjust {
    padding-bottom: 373px;
  }
  .slrlp-insurance {
    display: inline-block;
    width: 100%;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .slrlp-insurance-logo {
    display: inline-block;
    width: 100px;
    height: 60px;
    margin-right: 12px;
    margin-bottom: 5px;
    margin-left: 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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .slrlp-insurance-logo.mobile-left {
    height: auto;
    margin-bottom: 5px;
  }
  .slrlp-insurance-logo.last {
    width: 120px;
    margin-top: 10px;
  }
  .slrlp-cta-heading {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .slrlp-cta-no-text {
    padding-right: 15px;
    padding-left: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/cta-image.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/cta-image.jpg');
    background-position: 0px 0px, 51% 50%;
  }
  .slrlp-cta-phone-number {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 35px;
  }
  .slrlp-footer.mobile-cta {
    padding-bottom: 100px;
  }
  .slrlp-footer-image {
    width: 50px;
  }
  .slrlp-footer-image.logo {
    position: relative;
    width: 140px;
  }
  .slrlp-footer-row {
    height: 90px;
  }
  .slrlp-footer-content-wrapper.ls-mobile {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .slrlp-page.thank-you-page {
    height: 95vh;
    padding: 30px 15px 40px;
  }
  .slrlp-hero {
    width: 100%;
    height: 575px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-image: url('../images/mobile-hero.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
  }
  .slrlp-hero-message {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .slrlp-hero-message.adjust {
    top: 0px;
    display: inline-block;
    height: 550px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .slrlp-hero-message.adjust {
    top: 0px;
    display: inline-block;
    height: 550px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .slrlp-hero-heading {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 35px;
    text-align: center;
  }
  .slrlp-hero-heading.hero-adjust {
    width: 100%;
    margin-top: -18px;
    margin-bottom: 5px;
    font-size: 27px;
    line-height: 28px;
    letter-spacing: -1px;
  }
  .slrlp-hero-sub-heading {
    margin-bottom: 255px;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
  }
  .slrlp-hero-sub-heading.hero-subtext-adjust {
    width: 100%;
    margin-bottom: 246px;
    color: #000;
    font-size: 17px;
    line-height: 17px;
  }
  .slrlp-icons.number-cta {
    top: 3px;
    font-size: 25px;
    line-height: 25px;
  }
  .slrlp-icons.nav-number {
    top: 2px;
    font-size: 16px;
    line-height: 16px;
  }
  .slrlp-thanks-title {
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 55px;
    text-align: center;
  }
  .slrlp-thank-you-page-container {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .slrlp-thank-you-text {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .slrlp-thanks-paragraph {
    font-size: 16px;
    text-align: center;
  }
  .slrlp-para-span {
    margin-bottom: 20px;
  }
  .slrlp-insurance-logos {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px 30px 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .slrlp-insurance-borderline {
    width: 100%;
    height: 50px;
  }
  .slrlp-cta-part-wrapper {
    height: 145px;
  }
  .slrlp-cta-part-wrapper.no-form {
    height: 145px;
  }
  .slrlp-cta-part {
    display: block;
    width: 100%;
  }
  .slrlp-cta-container {
    display: block;
  }
  .slrlp-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .slrlp-large-cta {
    height: 500px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .slrlp-insurance-container {
    display: inline-block;
    -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;
    text-align: center;
  }
  .slrlp-button-top-text {
    margin-bottom: 3px;
  }
  .slrlp-button-number {
    font-size: 25px;
  }
  .slrlp-large-cta-heading {
    font-size: 25px;
    line-height: 25px;
  }
  .slrlp-info-image-wrapper {
    width: 200px;
    height: 220px;
  }
  .slrlp-info-item {
    width: 250px;
    margin-bottom: 25px;
  }
  .slrlp-info-item.last {
    margin-bottom: 0px;
  }
  .slrlp-info-item-heading {
    font-size: 20px;
    line-height: 20px;
  }
  .slrlp-info-container {
    -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;
  }
  .slrlp-info {
    height: auto;
  }
  .slrlp-info.adjust {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .slrlp-large-cta-reason {
    background-color: #303542;
    background-image: none;
    color: #f2f2f2;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0px;
  }
  .slrlp-bottom-bar {
    bottom: -21px;
    height: auto;
    margin-left: -15px;
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 1px 10px 20px 3px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 20px;
  }
  .slrlp-bottom-bar-number {
    display: inline-block;
    font-size: 18px;
  }
  .slrlp-footer-mobile-cta-triggered {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1500;
    display: none;
    width: 100%;
    height: 55px;
    background-color: #fff;
    box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
  }
  .slrlp-footer-mobile-cta-triggered:hover {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1500;
    display: block;
    width: 100%;
    height: 55px;
    background-color: #f2f2f2;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
  }
  .slrlp-footer-mobile-cta-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 11px 20px;
    -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;
    text-decoration: none;
  }
  .slrlp-footer-mobile-cta-text {
    width: 100%;
    height: 100%;
    float: right;
    color: #fff;
    text-align: center;
  }
  .slrlp-footer-mobile-cta-text-span {
    display: block;
    margin-bottom: 3px;
    font-family: Montserrat, sans-serif;
    color: #303542;
    font-size: 10px;
    line-height: 9.5px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .slrlp-footer-mobile-cta-phone {
    display: block;
    font-family: Montserrat, sans-serif;
    color: #303542;
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .slrlp-footer-content-wrapper-alt.ls-mobile {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .slrlp-footer-content-wrapper-alt.ls-mobile._2up {
    width: 50%;
  }
  .slrlp-footer-image-c {
    width: 80px;
    margin-top: -5px;
  }
  .ambetter {
    width: 60px;
  }
  .aetna {
    width: 90px;
  }
  .cigna {
    width: 90px;
  }
  .humana {
    width: 90px;
  }
  .healthnet {
    width: 80px;
  }
  .tricare {
    width: 80px;
  }
  .mhs {
    width: 80px;
  }
  .amerihealth {
    width: 80px;
  }
  .slrlp-insurance-cta-text {
    margin-top: 15px;
  }
}

@font-face {
  font-family: 'RBMC';
  src: url('../fonts/rbmc.eot') format('embedded-opentype'), url('../fonts/rbmc.woff') format('woff'), url('../fonts/rbmc.ttf') format('truetype'), url('../fonts/rbmc.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}