/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin.  */
}

#mc_embed_signup { background:#fff; width:600px; }
#mc_embed_signup .mc-field-group.input-group input { width:100% !important; }
#mc_embed_signup div.mce_inline_error {
    margin: 0 0 0 0 !important;
    padding: 0px 0px !important;
    z-index: 0 !important;
    font-weight: normal !important;
}

.my-container {
  position: relative;
  z-index: 1;
}

.my-container:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -11;
    opacity: 0.03;
/*    background-image: url('/assets/uspsa_mapleleaf1.png'); */
    background-repeat: no-repeat;
    background-position: center top;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}