*, *:before, *:after {
  box-sizing: border-box; }

.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

/* === Global === */
html, body {
  width: 100%; }

body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "museo-sans", sans-serif; }

img {
  max-width: 100%; }

.center {
  display: block;
  margin: 2em auto;
  text-align: center; }

/* === Fonts === */
strong {
  font-weight: 700;
  color: #1093FE; }

h1 {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -9999px;
  margin: 0; }

h2 {
  color: #E8332F; }

/* === Main Wrappers === */
.fullSiteWrapper, .sectionWrapper {
  position: relative;
  width: 100%;
  max-width: 1600px;
  min-width: 420px;
  margin: 0 auto;
  clear: both; }

/* === Sections === */
section {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
  border-bottom: solid 2px #1093FE; }
  section:last-of-type {
    border-bottom: none; }

/* === Custom Elements === */
.donate {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  padding: .25em 1em;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-size: 2.5em;
  text-decoration: none;
  background: #E8332F;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.9);
  z-index: 1000; }

.box__text {
  margin: 1em 0;
  padding: 1em;
  font-size: 1.2em;
  text-align: center;
  background: #F1F2F2; }

.box__fund {
  position: relative;
  width: 80%;
  margin: 4em 10%;
  padding: 2em 1em 1em 1em;
  border: solid 1px #CCC;
  background-image: linear-gradient(to bottom right, #FFF, #F7F7F7);
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.7);
  z-index: 2; }

.box__fund--money {
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  padding: .5em 1em;
  color: #FFF;
  font-weight: 700;
  font-size: 2em;
  background: #33AAFF;
  z-index: 3; }

header {
  display: block;
  width: 100%;
  margin: 2em 0 0 0; }
  header .header__logo img {
    display: block;
    margin: 0 auto;
    text-align: center; }

footer {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  padding: 3em 1em;
  color: #FFF;
  background: #252525;
  text-align: center; }
  footer a {
    color: #FFF;
    text-decoration: none; }

/* === Fills === */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* === Medium Devices === */
@media screen and (min-width: 48.75em) {
  .image__float--right {
    display: block;
    float: right;
    margin: 0 0 1em 1em; }

  header {
    height: 350px;
    margin: 0;
    background-image: url("images/graduate_blur.jpg");
    background-repeat: no-repeat;
    background-position: 0 33%;
    background-size: cover; }
    header .header__logo {
      padding: 20px 20px; }
      header .header__logo img {
        margin: 0;
        text-align: left; }

  footer {
    position: relative;
    margin-bottom: 0; }

  .logo__wiu {
    position: absolute;
    top: 5em;
    right: 100px; } }
/* === Large Devices === */
@media screen and (min-width: 62.5em) {
  .donate {
    top: 0;
    bottom: auto;
    right: 1em;
    width: auto;
    padding: .25em 1em;
    font-size: 2em;
    border-radius: 0 0 10px 10px; }

  header {
    height: 475px; }
    header .header__logo {
      padding: 100px 100px; } }
/* === Super Wide Devices === */

/*# sourceMappingURL=style.css.map */
