/* SCSS Document */
/* Globals */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'avenir-lite';
  src: url("../fonts/avenir-lite.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-lite.otf") format("opentype"), url("../fonts/avenir-lite.woff") format("woff"), url("../fonts/avenir-lite.ttf") format("truetype"), url("../fonts/avenir-lite.svg#avenir-lite") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  color: #808080;
  font-size: 10pt;
  line-height: 1.4em;
}

/* Text */
h1, h2, input[type='submit'], .title {
  font-family: 'avenir-lite', Helvetica, Arial, sans-serif;
}

h3, .question {
  font-weight: bold;
  color: #00677f;
}

h1 {
  font-size: 170%;
}

.light {
  color: #42c6b1;
}

p {
  margin-bottom: 2em;
}

p:last-child {
  margin-bottom: 0;
}

.super {
  vertical-align: super;
  font-size: 50%;
  line-height: 0;
}

#header {
  background: url(../images/bg-top.png) center 0 repeat-y;
  position: relative;
}
#header .title {
  padding-top: 20px;
}
@media screen and (min-width: 990px) {
  #header .title {
    padding: 40px 33% 80px 0;
  }
}
#header h1 {
  font-size: 160s%;
  line-height: 1.1em;
  font-weight: 600;
  color: #fff;
}
#header .logo-background {
  height: 140px;
  width: 100%;
  background: url(../images/mars-bg.png) right 0 no-repeat;
}
@media screen and (min-width: 990px) {
  #header .logo-background {
    background: url(../images/mars-bg.png) center 0 no-repeat;
    position: absolute;
    bottom: 0px;
  }
}
#header .logo-background .logo {
  text-align: right;
  padding-top: 60px;
}

#body {
  background: #fff;
  margin: 40px 0 20px 0;
}
#body .title {
  background: #42c6b1;
  padding: 8px;
  color: #fff;
  font-size: 105%;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
#body #form {
  margin-bottom: 3em;
}
#body form input[type='password'], #body form input[type='text'] {
  width: 100%;
  margin: 0px 0 8px 0;
}
#body form input[type='submit'] {
  font-size: 150%;
  background: #42c6b1 url(../images/arrow-white.png) right center no-repeat;
  border: 0;
  padding: 6px 54px 6px 20px;
  color: #fff;
  cursor: pointer;
}
#body form input[type='submit']:hover {
  background-color: #00677f;
}
#body form label {
  font-weight: bold;
  padding-right: 8px;
  margin: 6px 0  8px 0;
}
#body form .footer {
  padding: 16px 2% 0 0;
}
#body form .status {
  margin: 0.5em 0;
}
#body form .errors {
  color: #7e0c0c;
  font-weight: bold;
}

#aside {
  border: 1px solid #ccc;
  padding: 12px;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  #aside {
    margin-left: 48px;
  }
}

#faqs .faq {
  margin-bottom: 1em;
}
#faqs .question {
  cursor: pointer;
}
#faqs .active .question, #faqs .question:hover {
  color: #42c6b1;
}
#faqs a {
}

#footer {
  width: 100%;
}
#footer .logo-background {
  height: 140px;
  width: 100%;
  background: url(../images/moneris-bg.png) right 0 no-repeat;
}
@media screen and (min-width: 990px) {
  #footer .logo-background {
    background: url(../images/moneris-bg.png) center 0 no-repeat;
  }
}
#footer .logo {
  text-align: right;
  padding-top: 40px;
}
#footer .nav {
  background-color: #42c6b1;
  color: #fff;
  text-align: center;
  max-width: 1000px;
}
@media screen and (min-width: 990px) {
  #footer .nav {
    padding: 8px 0;
    margin: 0 auto;
  }
}
#footer .nav a {
  display: block;
  padding: 12px 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 990px) {
  #footer .nav a {
    display: inline-block;
    padding: 0px 12px;
    border-bottom: 0;
    border-right: 1px solid #fff;
  }
}
#footer .nav a.last {
  border: 0 !important;
}
#footer .terms {
  background-color: #eeeeee;
  padding: 2em 0;
  font-size: 90%;
}

/* Language Specific */
@media screen and (min-width: 990px) {
  body.fr #header .title {
    padding: 40px 25% 80px 0;
  }
}
body.fr #header h1 {
  font-size: 160%;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*# sourceMappingURL=main.css.map */
