/* File: roadScholarModal.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.aarp-c-lp-roadScholar_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  box-shadow: 0px 4px 75px 0px #00000026;
}
.aarp-c-lp-roadScholar_underlay {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
.aarp-c-lp-roadScholar_modal-container {
  background-color: #ffffff;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  font-weight: 400;
  color: #121212;
  font-family: Lato, sans-serif;
}
.aarp-c-lp-roadScholar_modal-close {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 17px;
  top: 17px;
  cursor: pointer;
}
.aarp-c-lp-roadScholar_modal-contents {
  max-width: 654px;
  margin: 30px 30px 30px 60px;
}
.aarp-c-lp-roadScholar_modal-heading,
.aarp-c-lp-roadScholar_modal-texts b {
  font-weight: 800;
}
.aarp-c-lp-roadScholar_modal-heading-span {
  color: #dd1200;
}
.aarp-c-lp-roadScholar_modalBtnSec {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  height: 92px;
  position: absolute;
  bottom: 0;
text-align:center;
padding:20px 0;
}
.aarp-c-lp-roadScholar_modal-btn {
  font-size: 16px;
  line-height: 24px;
  margin: 0px auto;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #ec1300;
  max-width: 258px;
  border-radius: 26px;
}
.aarp-c-lp-roadScholar_modal .aarp-c-lp-roadScholar_modal-btn:hover,
.aarp-c-lp-roadScholar_modal .aarp-c-lp-roadScholar_modal-btn:focus {
  background: #ab2125;
  color: #fff;
}



@media (min-width: 768px) {
  .aarp-c-lp-roadScholar_modal-container {
    width: 600px;
    height: 490px;
  }
  .aarp-c-lp-roadScholar_modal-contents {
    max-width: 454px;
    margin: 30px 30px 30px 60px;
  }
  .aarp-c-lp-roadScholar_modal-heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .aarp-c-lp-roadScholar_modal-texts {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  .aarp-c-lp-roadScholar_modal-btn {
    margin: 0px auto;
  }
}

@media (min-width: 987px) {
  .aarp-c-lp-roadScholar_modal-container {
    width: 800px;
    height: 475px;
  }
  .aarp-c-lp-roadScholar_modal-contents {
    max-width: 654px;
  }
  .aarp-c-lp-roadScholar_modal-heading {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {

  .aarp-c-lp-roadScholar_modal-container {
    width: 100%;
    height: 546px;
    max-width: 335px;
  }
  .aarp-c-lp-roadScholar_modal-close {
    right: 15px;
    top: 15px;
  }
  .aarp-c-lp-roadScholar_modal-contents {
    max-width: 246px;
    margin: 30px;
  }
  .aarp-c-lp-roadScholar_modal-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .aarp-c-lp-roadScholar_modal-texts {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .aarp-c-lp-roadScholar_modal-btn {
    max-width: 275px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .aarp-c-lp-roadScholar_modal-contents{
    max-width:unset;
    height: 250px;
    overflow-y: scroll;
  }
  .aarp-c-lp-roadScholar_modal-container{
    height: auto;
  }
}
