/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.on-off-campus {
  display: block;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #f2f2f2;
  font-size: 0.9em; }

button.on-campus-toggle {
  display: inline;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  white-space: normal;
  color: #cc0000;
  text-decoration: underline;
  font-size: inherit; }
  button.on-campus-toggle:hover, button.on-campus-toggle:focus, button.on-campus-toggle:active {
    display: inline;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    border-radius: none;
    text-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: normal;
    white-space: normal;
    color: #990000;
    text-decoration: none;
    font-size: inherit; }

.on-campus-hidden, .off-campus-hidden {
  display: none; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
