html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  color: #121212;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  visibility: visible;
}
*:focus {
  outline: none;
}
a:focus, a:hover {
  color: #fff;
}
.right-section .hero_txt .register_btn:hover {
  color: #ffffff;
}
.right-section .mem_txt .alr_txt a:hover {
  color: #04618c;
}
.aarp-c-gamesFooter-lp {
  max-width: 100%;
}
section {
  display: block;
}
a {
  text-decoration: none;
  color: #fff;
}
a:active,
a:hover {
  outline: 0;
}
.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}
.header {
  background: #EC1300;
  position: static;
  width: 100%;
  padding: 0;
  height: 70px;
}
.logo {
  max-width: 1300px;
  margin: 0 auto;
  height: 70px;
  box-shadow: 0 8px 6px -6px #d2d3d3;
  position: relative;
  z-index: 1;
}
.logo img {
  width: 123px;
  height: auto;
  padding-top: 18px;
  margin-left: 0;
}
.aarpLogo {
  width: 123px;
  display: block;
  margin-left: 94px;
}
.Buttons {
  background: #e51f10;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 14px 45px 12px;
  border-radius: 5px;
  line-height: 1.2;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  margin-right: 40px;
  margin-bottom: 5px;
}
.Buttons:hover {
  background: #cb1a10;
}
.hero {
  height: 534px;
  position: relative;
}
sup {
  position: relative;
  top: 3px;
}
.register_bar {
  margin: 0 auto;
  padding-top: 60px;
  width: 1000px;
  display: block;
}
.hero_sec_txt {
  width: 390px;
  background: #fff;
  position: absolute;
  float: right;
  right: 80px;
  height: 285px;
  margin-top: 0;
  text-align: center;
  padding-top: 20px;
  line-height: 24px;
  box-shadow: 0 0 5px 0 #acb0b1;
}
.hero_sec_txt p {
  font-size: 20px;
  color: #121212;
  line-height: 24px;
  width: 330px;
  margin: 0 auto;
}
.hero_sec_txt p span {
  font-style: italic;
  font-weight: 700;
}
.register_btn {
    padding: 16px 13px;
    background: #EC1300;
    width: 280px;
    font-size: 16px;
    display: block;
    font-family: 'Lato', sans-serif;
    margin: 25px auto 10px;
    text-align: center;
    border-radius: 1.5625em;
    font-weight: 700;
}
.alr_txt {
  font-size: 16px !important;
  color: #121212;
}
.alr_txt a {
  color: #04618c;
  text-decoration: underline;
}
.benefits {
  background: #fff;
  padding: 35px 0 0;
}
.register_section {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 53px 72px 50px;
}
.cards {
  text-align: center;
  padding: 0 15px;
  width: 150px;
}
.cards img {
  height: 56px;
}
.register_section .cards:nth-child(1) {
  padding-left: 0;
}
.register_section .cards:nth-child(4) {
  padding-right: 0;
}
.cards p {
  font-size: 17px;
  line-height: 1.3;
  margin: 12px 0 0;
  color: #121212;
  font-weight: 600;
}
.btm_register_btn {
  padding: 23px 0;
  background: #fbc743;
  width: 420px;
  font-size: 24px;
  display: block;
  border-radius: 2px;
  font-weight: 700;
  margin: 80px auto 35px;
  text-transform: uppercase;
  color: #121212;
}
.btm_register {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
.footer {
  padding: 30px 145px 30px;
  text-align: center;
}
.footer p {
  font-size: 16px;
  color: #fff;
}
.reg_txt {
  text-align: center;
  font-size: 30px;
  width: 1144px;
  margin: 0 auto;
  font-style: italic;
  color: #121212;
}
.reg_txt::after {
  margin-right: -22%;
  left: 10px;
}
.reg_txt::before,
.reg_txt::after {
  background-color: #d1d1d1;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 36%;
  margin-bottom: -3px;
}
.reg_txt::before {
  margin-left: -22%;
  right: 10px;
}
.register_btn:hover,
.btm_register_btn:hover {
  background: #EC1300;
}
.image_sec {
  display: flex;
  width: 1142px;
  margin: 0 auto;
  padding-top: 50px;
}
.body-content {
  width: 100%;
  display: flex;
}
.right-section {
  width: 58%;
  padding-bottom: 0;
}
.left-section {
  width: 51%;
}
.left-section-img {
  width: 100%;
  height: 100%;
}
.hero_txt {
  font-size: 24px;
  text-align: center;
  padding-top: 70px;
}
.hero_txt h1 {
  width: 535px;
  color: #121212;
  margin: 0 auto 28px;
  font-size: 1.5em;
  font-weight: bold;
}
.hero_txt p {
  padding: 10px;
  margin: 25px auto 35px;
  width: 553px;
  text-align: center;
}
.hero_txt span {
  font-weight: 600;
}
.reg_free {
  font-size: 28px;
  color: #121212;
  font-weight: 600;
  text-align: center;
}
.des-dis {
  display: block;
}
.mob-dis {
  display: none;
}

@media screen and (max-width: 767px) {
  .des-dis,
  .register_btn.des-dis {
    display: none;
  }
  .mob-dis {
    display: block;
  }
  .header {
    background: #fff;
    position: static;
    width: 100%;
    padding: 0;
    z-index: 99;
    height: 50px;
    margin: 0 auto;
    display: block;
  }
  .logo {
    height: 50px;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 10px;
    max-width: 320px;
    box-shadow: 0 -6px 16px 0 rgba(0, 0, 0, 0.4);
    position: relative;
  }
  .logo::before {
    content: "";
    position: absolute;
    content: "";
    width: 120%;
    height: 100%;
    background: #fff;
    left: -21px;
    top: 0;
  }
  .logo img {
    width: 110px;
    height: auto;
    padding-top: 2px;
    position: absolute;
    margin-left: 0px;
}
.aarpLogo {
    width: 110px;
    display: block;
}
  .wrapper {
    overflow: hidden;
    max-width: 320px;
    margin: 0 auto;
  }
  .body-content {
    width: 100%;
    display: block;
  }
  .right-section {
    width: 100%;
  }
  .hero_txt {
    padding-top: 0;
    order: 1;
  }
  .hero_txt h1 {
    width: 100%;
    font-size: 23px;
    text-align: center;
    color: #121212;
    margin: 24px auto;
    font-weight: 700;
  }
  .hero_txt h1 br {
    display: none;
  }
  .mob-dis span {
    font-style: italic;
  }
  .hero_img {
    background: no-repeat 0 0;
    height: 110px;
    position: relative;
    background-size: 100%;
    background-position: top center;
  }
  .hero_txt p {
    padding: 35px 0 0;
    text-align: center;
    color: #121212;
    font-size: 16px;
    line-height: 22px;
    width: 270px;
    margin: 0 auto;
  }
  .register_btn {
       display: flex;
        justify-content: center;
        align-items: center;        
        color: #fff;
        background: #EC1300;
        width: 280px;
        font-size: 16px;
        height: 50px;
        border-radius: 1.5625em;
        font-family: 'Lato', sans-serif;
        margin: 25px auto 10px;
        text-align: center;
        font-weight: 700;
  }
  .alr_txt {
    padding: 0 !important;
  }
  .benefits {
    padding-top: 50px;
  }
  .reg_free {
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    width: 100%;
    margin: 0 auto;
    color: #121212;
  }
  .register_section {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 40px;
    position: relative;
  }
  .cards {
    text-align: center;
    margin: 0 auto;
    width: 33.3%;
    padding: 0;
  }
    .cards img {
        height: auto;
        width: 30px;
    }
  .trophy_img {
        width: 36px !important;
  }
  .cards p {
    font-size: 10px;
    font-weight: 600;
    color: #121212;
    padding-top: 10px;
    margin: 0;
  }
      .cards_iconimg {
        width: 66px;
        height: 66px;
        margin-left: 5px;
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 2px solid #EC1300;
    }
    .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
     overflow: hidden;
    }
}

@media only screen and (min-width: 1194px) and (orientation: landscape) {
  .ipad_fixed .left-section-img {
    width: 533px;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .body-content {
    width: 100%;
    display: flex;
  }
  .benefits {
    background: #fff;
    padding: 13px 0 0;
  }
  .hero_txt {
    font-size: calc(14px + (24 - 14) * ((100vw - 700px) / (1200 - 700)));
    text-align: center;
    padding-top: 4.416vw;
  }
  .hero_txt h1 {
    margin: 0 auto 2.33vw;
    width: 45.16vw;
    color: #121212;
  }
  .hero_txt p {
    padding: 0.833vw;
    margin: 1.8vw auto 2.2vw;
    width: 46.9vw;
    text-align: center;
  }
  footer {
    margin-top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .left-section-img {
    width: 44vw;
    height: 100%;
  }
  .reg_free {
    font-size: calc(18px + (28 - 18) * ((100vw - 700px) / (1200 - 700)));
    color: #121212;
    font-weight: 600;
    text-align: center;
  }
  .logo {
    height: 5.833vw;
  }
  .wrapper {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .register_bar {
    width: 80%;
  }
  .reg_txt {
    width: 92.833vw;
  }
  .reg_txt::before,
  .reg_txt::after {
    background-color: #d1d1d1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 28%;
    margin-bottom: -3px;
  }
  .hero_sec_txt {
    width: 32.5vw;
    right: 2.667vw;
    height: 25.75vw;
    margin-top: 0px;
    padding-top: 1.667vw;
    line-height: 2vw;
  }
  .hero_sec_txt p {
    font-size: calc(13px + (20 - 13) * ((100vw - 700px) / (1200 - 700)));
    line-height: 2vw;
    width: 27.5vw;
    margin: 0 auto;
  }
  .reg_txt {
    font-size: calc(19px + (30 - 19) * ((100vw - 700px) / (1200 - 700)));
  }
  .cards p {
    font-size: calc(13px + (20 - 13) * ((100vw - 700px) / (1200 - 700)));
    line-height: 1.3;
  }
  .cards img {
    height: 5.417vw;
  }
  .cards {
    text-align: center;
    padding: 0;
    width: 13vw;
  }
  .btm_register_btn {
    padding: 1.917vw 0;
    background: #fbc743;
    width: 35vw;
    font-size: calc(15px + (24 - 15) * ((100vw - 700px) / (1200 - 700)));
    display: block;
    border-radius: 2px;
    font-weight: 700;
    margin: 6.667vw auto 2.917vw;
    text-transform: uppercase;
    color: #121212;
  }
  .alr_txt,
  .footer p,
  .alr_txt {
    font-size: calc(
      12px + (16 - 12) * ((100vw - 700px) / (1200 - 700))
    ) !important;
  }
  .footer {
    padding: 2.5vw 12.083vw 2.5vw;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .register_bar {
    width: 83.333vw;
    padding-top: 5vw;
  }
  .btm_register {
    padding-bottom: 15.333vw;
  }
  .register_section {
    padding: 4.417vw 2.3vw 6.667vw;
  }
  .image_sec {
    width: 95.167vw;
    padding-top: 4.167vw;
  }
  .hero_img img {
    width: 67.5vw;
  }
  .register_btn {
    padding: 0.833vw;
    width: 23.333vw;
    font-size: calc(12px + (16 - 12) * ((100vw - 700px) / (1200 - 700)));
    margin: 2.083vw auto 0.833vw;
  }
  .hero {
    height: 44.5vw;
    position: relative;
  }
  .logo img {
    width: 12.500vw;
    height: auto;
    padding-top: 1.250vw;
    margin-left: 0;
}
.aarpLogo {
    width: 12.500vw;
    display: block;
    margin-left: 6.667vw;
}
  .header {
    height: 5.833vw;
  }
}
@media only screen and (min-width : 768px) {
    .cards_iconimg {
    border-radius: 50%;
    border: 0.2vw solid #EC1300;
    width: 6.2vw;
    height: 6.2vw;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .cards p {
    font-size: calc(10px + (18 - 10) * ((100vw - 768px) / (1520 - 768)));
    line-height: 1.579vw;
  }
  .cards {
    max-width: 9.868vw;
    padding: 0;
  }
   .cards img{
    width: 3vw;
    height: auto;
  }
   .trophy_img {
        width: 3.5vw !important;
  }
}
@media only screen and (min-width : 1520px) {
.cards img{
    width: 36px;
    height: auto;
  }
  .trophy_img {
        width: 49px !important;
  }
 .cards_iconimg {
        padding: 15px;
        width: 85px;
        height: 85px;
        margin-left: 30px;
        border: 2.5px solid #EC1300;
    }
   .cards p {
        font-size: 18px;
        line-height: 24px;
        padding: 12px 10px;
  }
}
