@font-face {
    font-family: 'ProximaNova';
    font-weight: 500;
    src: url(../../../fonts/ProximaNovaSemibold.otf);
}
@font-face {
    font-family: 'ProximaNova';
    font-weight: 400;
    src: url(../../../fonts/ProximaNovaRegular.otf);
}

@font-face {
    font-family: 'ProximaNovaCondensed';
    font-weight: 500;
    src: url(../../../fonts/ProximaNovaCondensedSemi.otf);
}
@font-face {
    font-family: 'ProximaNova';
    font-weight: 400;
    src: url(../../../fonts/ProximaNovaThin.otf);
}

.oauth-links{
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.oauth-links a{
  color: #428bca;
  text-decoration: none;
}

.oauth-links a:hover{
  text-decoration: underline;;
}

.athlinks-line {
    font-size: 14px!important;
    margin: 16px auto!important;
}

.upsell .upsell-cont {
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
    font-family: Roboto, sans-serif;
}

.upsell button {
    width: 100%;
    margin:0 auto 16px auto;
    padding: 12px 0;

    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    font-family: ProximaNova, Arial, sans-serif;
    font-size: 24px;
    line-height: 1em;

    background-color: #16A9E1;
    border: none;
    border-radius: 30px;
    box-shadow: 1px 1px 15px -2px #777;
    cursor: pointer;
    text-shadow: none;
    transition: all 0.3s;
}
.upsell button .flame-img {
    display: inline-block;
    height: 21px;
    margin-right: 3px;
    margin-bottom: 5px;
}
.upsell button b {
    font-family: 'ProximaNovaCondensed';
    font-weight: 700;
    font-size: 1.1em;
}
.upsell button:hover {
    background-color: #26B9F1;
}

.upsell h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 400;
}

.upsell .value-props p {
    font-size: 18px;
    line-height: 1.2em;
    margin: 0 0 8px;
}

.upsell a.button-link {
    color: #16A9E1;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
}
.upsell a.button-link:hover {
    text-decoration: underline;
}

.login-button-container {
  max-width: 425px;
  padding-top: 50px;
  margin: 0 auto;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-weight: 200;
}

.button {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  padding: 15px 20px;
  font-size: 24px;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  background-color: #9B9B9B;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 2px 5px -2px #323232;
  cursor: pointer;
  transition: all 0.3s;  
}
.button:hover {
  background-color: #777;
}

a.asAthlinks{
  color: #fff;
}
a.asAthlinks:hover { text-decoration: none; }
a.asGuest{
  color: #fff;
}

.ath-logo{
  display: inline-block;
  position: absolute;
  top: 11px;            
  left: 35px;
  height: 35px;
  width: 30px;
  border-radius: 50%;
}

.button-athlinks {
  position: relative !important;
  margin-bottom: 15px !important;
  padding-left: 100px !important;
  text-align: center !important;
  background-color: #16A9E1 !important;
}

.button-athlinks:hover {
  background-color: #0092C9 !important;
}
  
.button-athlinks.logo {
  display: inline-block;
  margin-left: 2px;
  font-family: 'Proxima Nova Extra Condensed', 'Proxima Nova Condensed', 'Proxima Nova';
  font-weight: 500;
  font-size: 28px;
}

a.button-athlinks {
  display: block;
}

.fine-print {
  text-align: center;
  font-size: 14px;
  color: #9B9B9B;
}

.chrono-prompt {
  text-align: center;
  font-size: 20px;
}  
.chrono-prompt.pseudo-link {
    color: #0092C9;
    cursor: pointer;
}

.chrono-prompt.pseudo-link:hover {
  text-decoration: underline;
}

.modal-footer{
    max-width: 465px;
    margin: 0 auto;
    font-family: ProximaNova, arial, sans-serif;
    text-align: center;
}

.modal-footer-title{
    text-transform: uppercase;
    text-align: center;
    margin: 48px 16px 16px 16px;
    font-family: ProximaNova;
    font-weight: 500;
    font-size: 22px;
    color: #5C748E;
    letter-spacing: 5.92px;
}

.modal-footer-text{
    font-family: ProximaNova, arial, sans-serif;
    text-align: center;
    font-size: 16px;
    margin-bottom: 16px;
}

.button-blue{
    background-color: #16A9E1;
    background: #16A9E1;
    background: rgba(22, 169, 225, 1);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-family: ProximaNovaSemibold, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    border: none;
    padding: 19px 0px 15px;
    font-weight: 400;
    opacity: 1;
    cursor: pointer;
    text-shadow: none;
}

.button-blue:hover{
    background-color: #32A8DB ;
    color: #FFFFFF ;
}
