/* - + - + - + - + - + - + - + - + - + - + - + - +

  AUTHENTICATION & REFERRAL MODALS INTO PAGE - desktop down

  @media screen 480px
    @ globals & grouped classes

- + - + - + - + - + - + - + - + - + - + - + - + */

@media screen and/*!YUI */ /*!fix */(max-width: 480px) {
  /*
   * @ globals & class groups
   */

  #window_overlay,
  .uxp_imodal_heading_title .rwd_close,
  #registration_header_title .rwd_close,
  #close_button,
  #cancel_button,
  .uxp_imodal_heading_wrapper,
  #registration_header,
  .r_or_d_wrapper
  {
    display: none !important;
  }

  .uxp-flowContainer{
    position: relative !important;
  }

  #registration_footer #cancel_button{
    visibility: hidden;
  }

  #registration_footer{
    padding-top: 80px !important;
  }
  .uxp_imodal_container2 {
    background: #faf2e0 !important;
  }

  .uxp_imodal_content,
  div.social_login_box {
    background: #eed9ad !important;
  }

  .uxp_imodal_wrapper input.form_button,
  .uxp_imodal_wrapper .completeaccount form#fbregisterForm input.new_submit,
  .uxp_imodal_wrapper .completeaccount form#fbregisterForm .new_submit,
  .rf_button_bg2_1 #done_button_1{
    width: 25%;
    text-transform: none;
  }

  .uxp_imodal_wrapper .footer{
    height: 0px !important;
  }
}