a {
  text-decoration: none;
}

#join-page #account-page {
  max-width: 600px;
  margin: 0 auto;
  background: #FFF;
}

#no-referrer-match {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 5%;
  padding-top: 5%;
  margin-left: 20%;
}

#no-referrer-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 35px;
  font-weight: 700;
}

#no-referrer-text {
  margin-top: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-right: 20%;
}

#no-referrer-link {
  margin-top: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-right: 20%;
  color: black;
}

#no-referrer-link:hover {
  color: #F44945;
}

.truemed-blurb {
  padding-top:20px;
  padding-bottom:10px;
}


@media all and (min-width: 1389px) {
  #truemed-instructions-plan-sel {
    margin-top: -90px;
    margin-left: 0;
    margin-bottom: 10px;
  }

  #idme-product-message {
    max-width: 1500px !important;
    margin-left: 14vw;
  }

  .idme{
    font-family: "proxima-nova", sans-serif;
    font-size: 3vw;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .idme-block{
    text-align: center;
    max-width: 30vw;
    margin-left: 9vw;
  }

  .sale-image {
    max-height: 1000px;
    object-fit: contain;
  }

  .join-message-block {
    display: flex;
    max-height: 1000px;
    min-height: 770px;
    flex-direction: column;
    /*background-image: url(../images/2021signup.jpg);*/
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    /*background-color: #ffffff;*/
    width: 35%;
  }

  .join-message-container {
    margin-top: 89px;
    margin-left: 30px;
  }

  .choose-plan-block {
    display: flex;
    flex-direction: column;
    background-color: #f3f6f9;
    width: 65%;
  }

  .choose-plan {
    display: flex;
    flex-direction: column;
  }

  .plans {
    display: flex;
    flex-direction: row;
  }

  .subscription-container {
    display: flex;
    flex-direction: row;
  }

  #jillian-photo {
    background-image: url(../images/12_Jillian_Michaels_Rust_0901-r.jpg);
    width: 143px;
    height: 143px;
    border-radius: 71px;
    background-size: cover;
    background-repeat: no-repeat;

  }

  .Start-your-7-Days-FREE-trial {
    font-family: "proxima-nova", sans-serif;
    margin-right: 20px;
    font-size: 3vw;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .Start-your-7-Days-FREE-trial-1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 3vw;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .login-plan {
    display: flex;
    flex-direction: row;
    width: 653px;
    height: 160px;
    margin-top: 58px;
    margin-left: 89px;
    border-radius: 14px;
    background-color: #ffffff;
  }

  .user-login {
    display: flex;
    flex-direction: column;
    max-width: 620px
  }

  .edit-pencil {
    background-image: url(../images/edit.png);
    height: 20px;
    width: 20px;
    margin-top: 70px;
    margin-left: 32px;
    cursor: pointer;
  }

  .month {
    margin-top: 20px;
    margin-left: 23px;
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .sale-lbl {
    margin-top: 20px;
    margin-left: 23px;
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .price {
    margin-left: 20px;
    font-family: "proxima-nova", sans-serif;
    font-size: 2vw;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .start-my-trial-btn {
    margin-top: 23px;
    margin-left: 23px;
    width: 10vw;
    padding: 8px 33px;
    text-align: center;
    border-radius: 4px;
    background-color: #F44945;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #FFFFFF;
  }

  .no-promo {
    margin-top: 28px;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
  }

  .plan-options {
    margin-top: 92px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
  }

  .plan-block {
    width: 19vw;
    height: 16vw;
    margin: 38px .5vw 70px 0;
    border-radius: 14px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .have-a-promo-code {
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .promo-container {
    width: 618px;
    height: 56px;
    margin: 14px 0 0;
    border-radius: 9px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
  }

  .signed-in-as {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .email-direction {
    display: flex;
    flex-direction: column;
  }

  .user-email {
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .logout {
    font-family: BlinkMacSystemFont , -apple-system , "Segoe UI" , Roboto , Oxygen-Sans , Ubuntu , Cantarell , "Helvetica Neue" , sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    color: #F44945;
    cursor: pointer;
  }

  .login {
    margin-top: 50px;
    margin-left: 89px;
    margin-right: 44.5px;
    text-decoration: none;
  }

  .create-your-account {
    display: block;
    width: 436px;
    height: 56px;
    height: 56px;
    margin-bottom: 5px;
    font-family: "proxima-nova", sans-serif;
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .login-wrapper {
    margin-top: 50px;
  }

  .login-info {
    width: 139px;
    height: 27px;
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .Welcome-to-My-Fitness {
    font-family: "proxima-nova", sans-serif;
    font-size: 29px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
  }

  .sign-in {
    margin-left: 0px;
  }

  .form-button {
    margin-top: 23px;
    width: 149px;
    height: 39px;
    padding: 0px 3px;
    text-align: center;
    border-radius: 4px;
    background-color: #F44945;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: none;
  }

  .pay {
    display: flex;
    flex-direction: row;
  }

  .small-promo-container {
    /*width: 160px;*/
    /*height: 18px;*/
    /*margin: 4px 0 0;*/
    padding: 9px 12px;
    object-fit: contain;
    border-radius: 6px;
    background-color: #f3f6f9;
    display: flex;
    flex-direction: row;
  }

  .selected-promo {
    margin-top: 43px;
    margin-left: 100px;
  }

  .plan-replacement {
    display: flex;
    flex-direction: row;
  }

  .user-summary {
    display: flex;
    flex-direction: column;
    margin-left: 54px;
    margin-top: 59px;
  }

  .selected-plan {
    display: flex;
    flex-direction: row;
    width: 653px;
    height: 148px;
    margin: 58.4px 0px 0px 89px;
    border-radius: 14px;
    background-color: #ffffff;
  }

  .choose-plan-text {
    font-family: "proxima-nova", sans-serif;
    max-width: 500px;
    font-size: 24px;
    margin-top: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .payment-options {
    display: flex;
    flex-direction: row;
  }

  .credit-card {
    background-image: url(../images/credit-card-off.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 76px;
    margin: 26px 20px 31px 2px;
    object-fit: contain;
    cursor: pointer;
  }

  .apple-pay {
    background-image: url(../images/apple-pay-off.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 76px;
    margin: 26px 20px 31px 2px;
    object-fit: contain;
    cursor: pointer;
  }

  .paypal {
    background-image: url(../images/paypal-off.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 76px;
    margin: 26px 20px 31px 2px;
    object-fit: contain;
    cursor: pointer;
  }

  .form-container {
    max-width: 653px;
    margin: 0 5px 0 5px;
  }

  .pay-form {
    margin-left: 89px;
  }

  .no-apple {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .outer-container {
    display: flex;
    flex-direction: row;
  }
}


/* MID MOBILE */

@media all and (max-width: 1388px) and ( min-width: 841px){

  #idme-product-message {
    max-width: 1500px !important;
    text-align: center;
    margin: 0px 5px 0px 5px;
  }

  .idme{
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .idme-block{
    text-align: center;
  }

  .sale-image {
    max-height: 750px;
    object-fit: contain;
  }

  .join-message-block {
    display: flex;
    flex-direction: column;
    /*background-image: url(../images/2021signupmobile.jpg);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    max-height: 797px;
    /*margin-top: 72px;*/
    /*background-color: #ffffff;*/
  }

  .join-message-container {
    margin: 30px 0 10px 30px;
  }

  .choose-plan-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #f3f6f9;
  }

  .Start-your-7-Days-FREE-trial {
    font-family: "proxima-nova", sans-serif;
    font-size: 35px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .Start-your-7-Days-FREE-trial-1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 35px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .Welcome-to-My-Fitness {
    font-family: "proxima-nova", sans-serif;
    font-size: 29px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
  }

  .plans {
    display: flex;
    flex-direction: row;
  }

  .subscription-container {
    display: flex;
    flex-direction: column;
  }

  #jillian-photo {
    background-image: url(../images/12_Jillian_Michaels_Rust_0901-r.jpg);
    width: 143px;
    height: 143px;
    border-radius: 71px;
    margin-top: 20px;
    background-size: contain;

  }

  .selected-plan {
    display: flex;
    flex-direction: row;
    width: 640px;
    height: 148px;
    margin: 30px 0px 0px 30px;
    border-radius: 14px;
    background-color: #ffffff;
  }

  .user-login {
    display: flex;
    flex-direction: column;
    max-width: 620px
  }

  .edit-pencil {
    background-image: url(../images/edit.png);
    height: 20px;
    width: 20px;
    margin-top: 60px;
    margin-left: 15px;
    cursor: pointer;
  }

  .month {
    margin-top: 10px;
    margin-left: 23px;
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .sale-lbl {
    margin-top: 10px;
    margin-left: 23px;
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .price {
    margin-left: 23px;
    font-family: "proxima-nova", sans-serif;
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .start-my-trial-btn {
    margin-top: 23px;
    margin-left: 23px;
    width: 149px;
    padding: 8px 33px;
    text-align: center;
    border-radius: 4px;
    background-color: #F44945;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #FFFFFF;
  }

  .no-promo {
    margin-top: 10px;
    margin-left: 217px;
    display: flex;
    flex-direction: column;
  }

  .plan-options {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
  }

  .plan-block {
    width: 24vw;
    min-width: 269px;
    height: 220px;
    margin: 10px 2vw 23px auto;
    border-radius: 14px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .have-a-promo-code {
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .promo-container {
    width: 45vw;
    height: 56px;
    margin: 14px 0 0;
    border-radius: 9px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
  }

  .signed-in-as {
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .email-direction {
    display: flex;
    flex-direction: row;
  }

  .user-email {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .logout {
    font-family: BlinkMacSystemFont , -apple-system , "Segoe UI" , Roboto , Oxygen-Sans , Ubuntu , Cantarell , "Helvetica Neue" , sans-serif;
    font-size: 12px;
    position: absolute;
    margin-top: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    color: #F44945;
    cursor: pointer;
  }

  .login {
    margin-top: 50px;
    margin-right: 44.5px;
    text-decoration: none;
  }

  .create-your-account {
    display: block;
    width: 436px;
    height: 56px;
    height: 56px;
    margin-left: 3%;
    font-family: "proxima-nova", sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .login-wrapper {
    margin-top: 50px;
  }

  .login-info {
    width: 139px;
    margin-left: 3%;
    height: 27px;
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .sign-in {
    margin-left: 3%;
  }

  .form-button {
    margin-left: 0px;
    width: 149px;
    height: 39px;
    padding: 0px 3px;
    text-align: center;
    border-radius: 4px;
    background-color: #F44945;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: none;
  }

  .mid-sized-button{
    margin-left: 20px;
  }

  .pay {
    display: flex;
    flex-direction: row;
  }

  .small-promo-container {
    padding: 9px 12px;
    object-fit: contain;
    border-radius: 6px;
    background-color: #f3f6f9;
    display: flex;
    flex-direction: row;
    width: min-content;
  }

  .selected-promo {
    margin: 50px 20px 10px 10px;
  }

  .plan-replacement {
    display: flex;
    flex-direction: column;
  }

  .user-summary {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 38px;
  }

  .choose-plan-text {
    font-family: "proxima-nova", sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .sandwich {
  }




  .choose-plan {
    margin: 20px 0 0 5px;
    display: flex;
  }

  .payment-options {
    display: flex;
    flex-direction: row;
  }

  .credit-card {
    background-image: url(../images/credit-card-off.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 76px;
    margin: 26px 20px 31px 2px;
    object-fit: contain;
    cursor: pointer;
  }

  .apple-pay {
    background-image: url(../images/apple-pay-off.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 76px;
    margin: 26px 20px 31px 2px;
    object-fit: contain;
    cursor: pointer;
  }

  .paypal {
    background-image: url(../images/paypal-off.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 76px;
    margin: 26px 20px 31px 2px;
    object-fit: contain;
    cursor: pointer;
  }

  .form-container {
    max-width: 653px;
    margin: 0 5px 0 5px;
  }

  .pay-form {
    margin-left: 30px;
    max-width: 653px;
  }

  .no-apple {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .outer-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

}

/* MOBILE */
@media all and (max-width: 840px) {

  #idme-product-message {
    max-width: 1500px !important;
    text-align: center;
    margin: 0px 5px 0px 5px;
  }

  .idme{
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .idme-block{
    text-align: center;
  }

  .join-message-block {
    display: flex;
    flex-direction: column;
    /*background-image: url(../images/2021signupmobile.jpg);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    /*background-color: #ffffff;*/
  }

  .join-message-container {
    margin: 30px 0 10px 10px;
  }

  .choose-plan-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #f3f6f9;
  }

  .Start-your-7-Days-FREE-trial {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #F44945;
  }

  .Start-your-7-Days-FREE-trial-1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
  }

  .mobile-greeting{
    margin: 0 auto;
    text-align: center;
    max-width: 340px;
  }

  .center-greeting{
    margin-left: 10px;
  }

  .Welcome-to-My-Fitness {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    max-width: 346px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #898989;
  }

  .plans {
    display: flex;
    flex-direction: column;
  }

  .subscription-container {
    display: flex;
    flex-direction: column;
  }

  #jillian-photo {
    background-image: url(../images/12_Jillian_Michaels_Rust_0901-r.jpg);
    width: 143px;
    height: 143px;
    margin: 0 auto;
    border-radius: 71px;
    background-size: contain;

  }

  .selected-plan {
    display: flex;
    flex-direction: column;
    height: 250px;
    margin: 20px auto;
    border-radius: 14px;
    background-color: #ffffff;
    max-width: 442px;
    width: 95%;
  }

  .user-login {
    display: flex;
    flex-direction: column;
    max-width: 442px;
    margin: 0 auto;
  }

  .edit-pencil {
    background-image: url(../images/edit.png);
    height: 20px;
    width: 20px;
    margin-top: 6px;
    margin-left: 90%;
    cursor: pointer;
  }

  .month {
    margin-left: 23px;
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .sale-lbl {
    margin-left: 23px;
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .price {
    margin-left: 23px;
    font-family: "proxima-nova", sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .start-my-trial-btn {
    margin-top: 23px;
    margin-left: 23px;
    width: 149px;
    padding: 8px 33px;
    text-align: center;
    border-radius: 4px;
    background-color: #F44945;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #FFFFFF;
  }

  .no-promo {
    margin-top: 28px;
    margin-left: 23px;
    display: flex;
    flex-direction: column;
  }

  .plan-options {
    margin-left: 8px;
    display: flex;
    flex-direction: column;
  }

  .plan-block {
    width: 89%;
    max-width: 442px;
    height: 220px;
    margin: 10px auto 23px auto;
    border-radius: 14px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .have-a-promo-code {
    font-family: "proxima-nova", sans-serif;
    margin-left: 19px;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .promo-container {
    width: 95%;
    max-width: 400px;
    text-align: left;
    height: 56px;
    margin: 14px auto 0 auto;
    border-radius: 9px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
  }

  .promo-div {
    margin: 0 auto;
    max-width: 400px;
  }

  .signed-in-as {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .email-direction {
    display: flex;
    flex-direction: row;
  }

  .user-email {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .logout {
    font-family: BlinkMacSystemFont , -apple-system , "Segoe UI" , Roboto , Oxygen-Sans , Ubuntu , Cantarell , "Helvetica Neue" , sans-serif;
    font-size: 15px;
    position: absolute;
    margin-top: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    color: #F44945;
    cursor: pointer;
  }

  .login {
    margin-top: 50px;
    margin-right: 44.5px;
    text-decoration: none;
  }

  .create-your-account {
    display: block;
    width: 436px;
    margin-left: 3%;
    font-family: "proxima-nova", sans-serif;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .login-wrapper {
    margin-top: 15px;
    width: 100vw;
  }

  .login-info {
    width: 139px;
    margin-left: 3%;
    height: 27px;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .sign-in {
    margin-left: 3%;
  }

  .form-button {
    margin-left: 3%;
    width: 149px;
    height: 39px;
    padding: 0px 3px;
    text-align: center;
    border-radius: 4px;
    background-color: #F44945;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: none;
  }

  .pay {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 442px;
  }

  .small-promo-container {
    padding: 9px 12px;
    object-fit: contain;
    border-radius: 6px;
    background-color: #f3f6f9;
    display: flex;
    flex-direction: row;
    width: min-content;
  }

  .selected-promo {
    margin: 5px 0px 20px 22px;
  }

  .plan-replacement {
    display: flex;
    flex-direction: column;
  }

  .user-summary {
    display: flex;
    flex-direction: column;
    margin: 20px 10px;
  }

  .choose-plan-text {
    font-family: "proxima-nova", sans-serif;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .sandwich {
    margin-left: 3%;
  }

  .choose-plan {
    margin: 10px;
    display: flex;
  }

  .payment-options {
    display: flex;
    max-width: 500px;
    margin: 10px 5px 10px 0;
    flex-direction: row;
  }

  .credit-card {
    display: block;
    background-image: url(../images/credit-card-off.png);
    background-repeat: no-repeat;
    width: 31%;
    height: 47px;
    margin: 10px auto 10px auto;
    object-fit: scale-down;
    cursor: pointer;
    background-size: contain;
  }

  .apple-pay {
    display: block;
    background-image: url(../images/apple-pay-off.png);
    background-repeat: no-repeat;
    width: 31%;
    height: 47px;
    margin: 10px auto 10px auto;
    object-fit: scale-down;
    cursor: pointer;
    background-size: contain;
  }

  .paypal {
    display: block;
    background-image: url(../images/paypal-off.png);
    background-repeat: no-repeat;
    width: 31%;
    height: 47px;
    margin: 10px auto 10px auto;
    object-fit: scale-down;
    cursor: pointer;
    background-size: contain;
  }

  .pay-form {
    margin: 20px auto ;
    max-width: 442px;
  }

  .form-container {
    max-width: 95%;
    margin: 0 5px 0 5px;
  }

  .no-apple {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }


  .outer-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.join-title {
  margin-top: 35px;
}

.contact-info {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

.no-white-space{
  font-size: 0;
}

/*Start Payment Form*/

.recurring-subscription {
  margin-left: 23px;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.price-container {
  margin-top: 8px;
  text-align: left;
}

.per-month {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #F44945;
}

.after-trial {
  margin-top: 6px;
  margin-left: 23px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.promo-code {
  margin-top: 12px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a0a0a0;
}

.apply {
  margin-top: 12px;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #F44945;
  border: none transparent;
  outline: none;

}
#subscription input[name="subscription"] {
  display: none;
}

.plan-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.plan-block input:checked ~ .checkmark {
  background-color: #2196F3;
}

.plan-block login {
  height: 250px;
}

.promos {
  display: flex;
  flex-direction: column;
}

.login-block {
  display: none;
  flex-direction: column;
  background-color: #f3f6f9;
}

.inside-block {
  display: flex;
  flex-direction: column;
}

#outer-container {
  background-color: #f3f6f9;
}

.almost-done-btn {
  margin-top: 23px;
  /*margin-left: 23px;*/
  width: 149px;
  padding: 8px 33px;
  text-align: center;
  border-radius: 19.5px;
  background-color: #F44945;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  color: #FFFFFF;
}

.form-section {
  /*padding: 0 18px;*/
  /*border-bottom: 1px solid #E6E6E6;*/
}
.form-section .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-section .title h2 {
  padding-left: 0;
}
.form-section p {
  padding: 18px 0;
  margin: 0;
}
.form-section *[id$='-edit'] {
  cursor: pointer;
  color: #F44945;
}


.form-button-b {
  margin-top: 12px;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #F44945;
  border: none transparent;
  outline: none;
  text-transform: none;
  text-decoration: none;
}
.form-button-b.disabled {
  cursor: default;
}
.form-button-b:hover,
.form-button-b:focus {
  color: #F44945;
  border: solid 1px #F44945;
}


.small-promo-text {
  width: 78px;
  height: 17px;
  margin: 0 82px 4px 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.promo-x {
  margin-left: 10px;
  background-image: url(../images/path.png);
  height: 8px;
  width: 8px;
  object-fit: initial;
  cursor: pointer;
}

.small-promo-text-pink {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #F44945;
}

.Click-Here {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  cursor: pointer;
}


.Have-a-Promo-Code {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.switch-user-form {
  text-align: center;
  padding: 4px 0 0 6px;
  color: #F44945;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.05px;
  cursor: pointer;
}


/*                    */
/* Start Payment Form */
/*                    */

.small-inputs {
  display: flex;
  flex-direction: row;
}

.cvv {
  position: relative;
  width: 50% ;
  margin-right: 8px
}
.cvv input {
  border:none;
  background-color:#fff;
  display:block;
  width: 100%;
  box-sizing: border-box;
}
.cvv img {
  position: absolute;
  top: 10px;
  right: 5px
}

.half {
  width: 50%;
  flex: 1;
}

.password {
  position: relative;
}

.password input {
  border:none;
  background-color:#fff;
  display:block;
  width: 100%;
  box-sizing: border-box;
}
.password img {
  position: absolute;
  top: 38px;
  right: 10px
}

#no-postal {
  color: #F44945;
  font-weight: bold;
  margin-left: 8px;
  cursor: pointer;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: flex;
    -webkit-appearance: -apple-pay-button;
  }
  .apple-pay-button-black {
    -apple-pay-button-style: black;
    width: 95%;
    height: 55px
  }
  .apple-pay-button-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
  }
}

/*  */

a {
  text-decoration: none;
}

#join-page,
#account-page {
  max-width: 600px;
  margin: 0 auto;
  background: #FFF;
}

#account-page label.form-required:after {
  content: none;
}

.form-section {
  /*padding: 0 18px;*/
  /*border-bottom: 1px solid #E6E6E6;*/
}
.form-section .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-section .title h2 {
  padding-left: 0;
}
.form-section p {
  padding: 18px 0;
  margin: 0;
}
.form-section *[id$='-edit'] {
  cursor: pointer;
  color: #F44945;
}
.form-section #user,
.form-section #subscription,
.form-section #payment,
.form-section #subscription-summary,
.form-section #user-summary {
  /*border-top: 1px solid #E6E6E6;*/
}

.form-button.disabled {
  background-image: linear-gradient(-180deg, #E2E2E2 0%, #E2E2E2 100%) !important;
  cursor: default;
}
.form-button:hover,
.form-button:focus {
  color: #FFF;
}

.form-button-b {
  background-color: white;
  border-radius: 3px;
  font-size: 17px;
  color: #F44945;
  letter-spacing: -0.04px;
  font-weight: normal;
  border: solid 1px #F44945;
  width: 100%;
  margin-bottom: 19px;
  text-transform: none;
}
.form-button-b.disabled {
  cursor: default;
}
.form-button-b:hover,
.form-button-b:focus {
  color: #F44945;
  border: solid 1px #F44945;
}

.switch-user-form {
  text-transform: uppercase;
  text-align: center;
  padding: 4px 0 0 6px;
  color: #000;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.05px;
  cursor: pointer;
}

#join-page #payment {
  display: block !important;
}

#join-page #payment {
  text-align: right;
}

#join-page #payment #edit-cc {
  text-align: left;
}

#join-page #pay_form_inputs #no-postal {
  color: #F44945;
  font-weight: bold;
  margin-left: 8px;
}

#join-page #pay_form_inputs .small-inputs {
  display: flex;
}

#join-page #pay_form_inputs .ccv {
  margin-right: 8px;
}

#join-page #pay_form_inputs .half {
  flex: 1;
}

#address_form_inputs {
  display: none;
  border-color: transparent;
}

#address_form_inputs .small-inputs {
  display: flex;
  border-color: transparent;
}

#address_form_inputs .small-inputs .half {
  flex: 1;
  border-color: transparent;
}

#address_form_inputs .small-inputs .left {
  margin-right: 8px;
  border-color: transparent;
}

#join-page #address_form_inputs .txt-input {
  background: #f6f6f6;
  height: 38px;
  width: 100%;
  display: block;
  border-color: transparent;
}

#join-page #address_form_inputs #addressState {
  flex: 1;
  border-color: transparent;
}

#join-page .sign-in {
  display: flex;
  justify-content: flex-end;
}

#join-page .extra-bold {
  font-weight: 900;
}

#join-page #user-create, #join-page #user-login {
  text-align: right;
}

#join-page #user-create input, #join-page #user-login input, #join-page #payment input, #join-page #payment select {
  background: #f6f6f6;
  border: none;
  outline: none;
}

#join-page #user-create .form-button, #join-page #user-login .form-button, #join-page #payment #payment-form-submit {
  margin-top: 32px;
  width: 230px;
  border-radius: 64px;
  font-weight: 600;
  background: #F44945;
  text-transform: uppercase;
}

#join-page #payment #payment-form-submit {
  margin-top: 16px;
}

@media all and (min-width: 1389px) {
  #subscriptions {
    display: flex;
    margin-top: 0px;
  }

  #subscriptions .subscription-container {
    flex: 1;
  }

  #subscriptions .subscription-container:first-child {
    margin-right: 8px;
  }

  #subscriptions .subscription-container:last-child {
    margin-left: 8px;
  }

}



@media all and (min-width: 841px) and (max-width: 1388px){
  #subscriptions {
    display: flex;
    margin-top: 0px;
  }
  #truemed-instructions-join {
    margin-left: 18px;
    margin-bottom: 10px;
  }
  #truemed-instructions-plan-sel {
    margin-top: -50px;
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 700px;
  }

  #subscriptions .subscription-container {
    flex: 1;
  }

  #subscriptions .subscription-container:first-child {
    margin-right: 8px;
  }

  #subscriptions .subscription-container:last-child {
    margin-left: 8px;
  }
}

@media all and (min-width: 500px) and (max-width: 840px) {
  #truemed-instructions-plan-sel {
    margin: -30px auto 10px;
    max-width: 400px;
  }
}

@media all and (max-width: 499px) {
  #truemed-instructions-plan-sel {
    margin: -30px auto 10px;
    max-width: 280px;
  }
}

@media all and (max-width: 840px) {
  #subscriptions {
    display: block;
    margin-top: 0px;
  }
  #truemed-instructions-join {
    margin-left: 12px;
    margin-bottom: 10px;
  }

  #subscriptions .subscription-container {

  }

  #subscriptions .subscription-container:first-child {
    margin-right: 0;
  }

  #subscriptions .subscription-container:last-child {
    margin-left: 0;
  }
  .sandwich {
    padding-bottom: 2vh;
  }
}

#subscription input[name="subscription"] {
  display: none;
}

#subscription label {
  /*border: 1px solid #D5D5D5;*/
  color: #000;
  border-radius: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
}

#subscription label.active {
  /*color: #FB0690;*/
  /*border: 3px solid #F44945;*/
}

#subscription label > h4 {
  font-size: 40px;
  line-height: 32px;
}

#subscription label > h4 > span {
  font-size: 20px;
  text-transform: uppercase;
}

#subscription label > h6 {
  font-size: 13px;
  line-height: 16px;
}

#no-postal {
  cursor: pointer;
}

/* Spinner */
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0.0)
  }
  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/************
  ACCT PAGE
************/
#account-summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}

#account-page .img-box > img {
  border-radius: 8px;
}

#account-page .img-box {
  height: 75px;
  width: 75px;
  padding: 20px;
}

.account-section {
  padding: 0 18px;
  border-bottom: 1px solid #E6E6E6;
}

.account-section .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.account-section .title h2 {
  padding-left: 0;
}

.account-section p {
  padding: 18px 0;
  margin: 0;
}

.account-section .title i {
  cursor: pointer;
  font-size: 25px;
}

.account-section #profile,
.account-section #payment {
  border-top: 1px solid #E6E6E6;
}

/*Copy from regular-19*/
#account-page label[for^="edit-file-upload"] {
  font-size: 19px;
  color: var(--mine-shaft);
  letter-spacing: 0.12px;
  font-weight: 400;
}

.js-form-managed-file div[role="contentinfo"] {
  display: none;
}

#account-page #profile .text-box,
#account-page #subscription .text-box {
  /*border-top: 1px solid #E6E6E6;*/
  padding: 12px 0;
}

#account-page #subscription p.regular-15 {
  padding: 0;
  line-height: 17px;
}

#account-page #subscription p.regular-19 {
  padding: 0 0 9px 0;
  line-height: 22px;
}

.account-section .title h2 {
  font-size: 21px;
  padding: 19px 0;
  line-height: 21px;
}

#account-page #profile a#open-password-fields {
  cursor: pointer;
}

#account-page #billing-success,
#account-page #billing-error {
  border-top: 1px solid #E6E6E6;
  padding: 12px 0;
  color: #fff;
}

#account-page #billing-success p,
#account-page #billing-error p {
  padding: 0 12px;
}

#account-page #billing-success {
  background-color: #6ACE55;
}

#account-page #billing-error {
  background-color: #F44945;
}


#account-page #account-image-upload {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#account-page #account-image-upload .img-box {
  padding-left: 0;
}

#account-page #account-image-upload .text-box {
  border-top: none;
  padding: 0;
}

#account-page #account-image-upload .text-box input[type="file"],
#account-page #account-image-upload .text-box p {
  margin-bottom: 0;
  padding: 0;
}

#promo-message {
  color: #F44945;
}

.round-corners {
  border-radius: 6px;
}

/* File links come with this icon image thing . . . bye bye */
.file--image {
  background-image: none !important;
}

#idme-product-message{
  display: none;
}

/**********
  SUCCESS
**********/
.success-block {
  padding-top: 104px;
  text-align: left;
  max-width: 680px;
  margin: auto;
}

.download-tray {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.download-item {
  max-width: 300px;
}



