﻿@charset "utf-8";
/*--- Responsive Styles --- */
@media (min-width:1200px) {
 
}

@media (max-width: 979px) {
 
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {   
  .fundraisingSignupTextDiv {
    float:none;
    clear:both;
    max-width: 100%;
  }

  .fundraisingSignupImageDiv {
    float:none;
    clear:both;
    max-width: 100%;
    margin-right: 0;
  }

   
} /* end @media (min-width: 768px) and (max-width: 979px) */

@media only screen and (max-width: 767px) {

} /* end @media only screen and (max-width: 767px) */


@media (max-width: 979px) {

    
} /*end @media (max-width: 979px)*/


/* Use Media Query to handle extreme table collapse behavior with the reg-table, survey questions, etc. fields */

@media (max-width: 440px) {

    
} /*end @media (max-width: 440px)*/
