/* Application-wide styles */
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes popIn {
  from {
    opacity: 0;
    -moz-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes popIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes popIn {
  from {
    opacity: 0;
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes fadeUp {
  from {
    opacity: 0;
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInGrow {
  from {
    opacity: 0;
    -moz-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes fadeInGrow {
  from {
    opacity: 0;
    -webkit-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes fadeInGrow {
  from {
    opacity: 0;
    -moz-transform: scale(0.98, 0.98);
    -ms-transform: scale(0.98, 0.98);
    -webkit-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes holdOpaque {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes holdOpaque {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes holdOpaque {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes holdHidden {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes holdHidden {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes holdHidden {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@font-face {
  font-family: 'Montserrat';
  src: url("Montserrat-Light.otf") format("opentype");
}
@font-face {
  font-family: 'Montserrat';
  font-weight: bold;
  src: url("Montserrat-Bold.otf") format("opentype");
}
/* line 3, ../../sass/_footer.scss */
footer {
  background-color: #232425;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url(/static/images/footer-background.png);
  color: white;
  padding: 110px 0px;
  font-weight: bold;
}
/* line 12, ../../sass/_footer.scss */
footer a {
  display: inline-block;
  margin-right: 30px;
  color: white;
}
/* line 17, ../../sass/_footer.scss */
footer a:hover {
  color: white;
}
/* line 21, ../../sass/_footer.scss */
footer a.footer_login {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 18px;
  border: 1px solid white;
  font-weight: normal;
  text-decoration: none;
}
/* line 29, ../../sass/_footer.scss */
footer a.footer_link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
/* line 35, ../../sass/_footer.scss */
footer a.footer_link .underline {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: white;
  -moz-transition: ease-in-out 0.18s;
  -o-transition: ease-in-out 0.18s;
  -webkit-transition: ease-in-out 0.18s;
  transition: ease-in-out 0.18s;
}
/* line 47, ../../sass/_footer.scss */
footer a.footer_link:hover .underline, footer a.footer_link.active .underline {
  bottom: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 54, ../../sass/_footer.scss */
footer a.footer_logo {
  margin-right: 0px;
}
/* line 59, ../../sass/_footer.scss */
footer .copyright-info {
  margin-top: 5px;
  text-align: right;
}
/* line 64, ../../sass/_footer.scss */
footer .sub-footer {
  color: #808080;
}
/* line 67, ../../sass/_footer.scss */
footer .sub-footer a {
  color: #808080;
  margin: 0 10px 0 0;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
}
/* line 74, ../../sass/_footer.scss */
footer .sub-footer a:hover {
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  /* line 83, ../../sass/_footer.scss */
  footer {
    text-align: center;
    padding: 60px 0px;
  }
  /* line 87, ../../sass/_footer.scss */
  footer a {
    display: inline-block;
    margin-left: 0px;
    margin: 10px;
  }
  /* line 92, ../../sass/_footer.scss */
  footer a.footer_logo {
    display: block;
    margin: 10px auto;
  }
  /* line 98, ../../sass/_footer.scss */
  footer .copyright-info {
    margin-top: 45px;
    text-align: center;
  }
}
@-moz-keyframes fromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 8, ../../sass/_navbar.scss */
.navbar {
  position: absolute;
  height: 70px;
  margin-bottom: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: transparent;
  padding-top: 10px;
  overflow: hidden;
  min-height: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.56s;
  -o-transition: ease-in-out 0.56s;
  -webkit-transition: ease-in-out 0.56s;
  transition: ease-in-out 0.56s;
  -moz-animation: fromTop 500ms ease-out;
  -webkit-animation: fromTop 500ms ease-out;
  animation: fromTop 500ms ease-out;
}
/* line 23, ../../sass/_navbar.scss */
.navbar.active {
  background-color: #29337B;
}
/* line 26, ../../sass/_navbar.scss */
.navbar.active img.logo {
  height: 32px;
}
/* line 31, ../../sass/_navbar.scss */
.navbar #navToggle {
  display: none;
}
/* line 35, ../../sass/_navbar.scss */
.navbar a.logo-wrapper {
  display: inline-block;
  position: absolute;
  margin-top: 5px;
}
/* line 41, ../../sass/_navbar.scss */
.navbar img.logo {
  height: 48px;
  -moz-transition: ease-in-out 0.26s;
  -o-transition: ease-in-out 0.26s;
  -webkit-transition: ease-in-out 0.26s;
  transition: ease-in-out 0.26s;
}

/* line 47, ../../sass/_navbar.scss */
.navbar_links {
  float: right;
}
/* line 51, ../../sass/_navbar.scss */
.navbar_links a {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  margin: 0px 12px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: white;
}
/* line 61, ../../sass/_navbar.scss */
.navbar_links a .underline {
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 100%;
  height: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: white;
  -moz-transition: ease-in-out 0.18s;
  -o-transition: ease-in-out 0.18s;
  -webkit-transition: ease-in-out 0.18s;
  transition: ease-in-out 0.18s;
}
/* line 73, ../../sass/_navbar.scss */
.navbar_links a:hover .underline, .navbar_links a.active .underline {
  bottom: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 79, ../../sass/_navbar.scss */
.navbar_links a.cta-button {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 18px;
  border: 1px solid white;
  font-weight: normal;
  margin-right: 0px;
  font-size: 15px;
  vertical-align: bottom;
  margin-bottom: 3px;
}

/* line 94, ../../sass/_navbar.scss */
.toggle-icon {
  position: absolute;
  right: 15px;
  top: 15px;
}
/* line 99, ../../sass/_navbar.scss */
.toggle-icon .toggle-icon_bar-one, .toggle-icon .toggle-icon_bar-two, .toggle-icon .toggle-icon_bar-three {
  position: absolute;
  left: -10px;
  top: -8px;
  height: 2px;
  width: 20px;
  background-color: white;
  -moz-transition: ease-in-out 0.12s;
  -o-transition: ease-in-out 0.12s;
  -webkit-transition: ease-in-out 0.12s;
  transition: ease-in-out 0.12s;
}
/* line 109, ../../sass/_navbar.scss */
.toggle-icon .toggle-icon_bar-two {
  top: 0px;
}
/* line 113, ../../sass/_navbar.scss */
.toggle-icon .toggle-icon_bar-three {
  top: 8px;
}
/* line 118, ../../sass/_navbar.scss */
.toggle-icon.active .toggle-icon_bar-one {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}
/* line 123, ../../sass/_navbar.scss */
.toggle-icon.active .toggle-icon_bar-two {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  left: -20px;
}
/* line 128, ../../sass/_navbar.scss */
.toggle-icon.active .toggle-icon_bar-three {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

@media only screen and (max-width: 991px) {
  /* line 140, ../../sass/_navbar.scss */
  .navbar .container {
    width: 100%;
  }

  /* line 144, ../../sass/_navbar.scss */
  .navbar_links a {
    margin-left: 5px;
    margin-right: 0px;
  }
  /* line 148, ../../sass/_navbar.scss */
  .navbar_links a.cta-button {
    padding: 10px 15px;
  }

  /* line 152, ../../sass/_navbar.scss */
  .navbar .navbar_links {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 159, ../../sass/_navbar.scss */
  .navbar {
    border: none;
    padding-right: 0px;
    height: 60px;
    padding-top: 10px;
    overflow: visible;
    background-color: #29337B;
  }
  /* line 167, ../../sass/_navbar.scss */
  .navbar #navToggle {
    display: inline-block;
    margin-top: 5px;
    position: relative;
    height: 30px;
    width: 30px;
  }
  /* line 175, ../../sass/_navbar.scss */
  .navbar img.logo {
    height: 32px;
  }
  /* line 179, ../../sass/_navbar.scss */
  .navbar .navbar_links {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    display: block;
    z-index: 1000;
    margin-top: 0px;
  }
  /* line 188, ../../sass/_navbar.scss */
  .navbar .navbar_links a {
    height: 0px;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0px 0px;
    text-align: center;
    margin: 0px;
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
    background-color: #232b68;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
  }
  /* line 206, ../../sass/_navbar.scss */
  .navbar .navbar_links a .underline {
    display: none;
  }
  /* line 210, ../../sass/_navbar.scss */
  .navbar .navbar_links a:hover {
    background-color: #1f265c;
  }
  /* line 214, ../../sass/_navbar.scss */
  .navbar .navbar_links a.cta-button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    font-weight: bold;
    margin: 0px;
    font-size: 14px;
  }
  /* line 224, ../../sass/_navbar.scss */
  .navbar .navbar_links.active a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    height: 50px;
    padding: 15px 0px 19px 0px;
  }
}
/* line 65, ../../sass/app.scss */
input:required {
  box-shadow: none;
}

/* line 66, ../../sass/app.scss */
input:focus, a:focus, button:focus {
  outline: none;
}

/* line 67, ../../sass/app.scss */
img {
  max-width: 100% !important;
}

/* line 68, ../../sass/app.scss */
button::-moz-focus-inner {
  border: 0;
}

/* line 69, ../../sass/app.scss */
textarea {
  resize: none;
}

/* line 71, ../../sass/app.scss */
html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: "Montserrat", "Helvetica-Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: #232425;
}

/* line 80, ../../sass/app.scss */
main {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

/* line 88, ../../sass/app.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* line 92, ../../sass/app.scss */
.mobile-only {
  display: none;
}

/* line 96, ../../sass/app.scss */
a, [ng-click] {
  cursor: pointer;
}

/* line 100, ../../sass/app.scss */
.pull-right {
  float: right;
}

/* line 104, ../../sass/app.scss */
.full-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-y: scroll;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
}

/* line 114, ../../sass/app.scss */
button {
  border: none;
  outline: none;
  text-align: center;
}

/* line 122, ../../sass/app.scss */
.masthead {
  background-color: #29337B;
  text-align: center;
  position: relative;
  color: white;
  padding: 120px 0px 0px 0px;
  margin: 0px;
}
/* line 130, ../../sass/app.scss */
.masthead .background-graphic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* line 138, ../../sass/app.scss */
.masthead .masthead_content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 142, ../../sass/app.scss */
.masthead h1 {
  font-size: 32px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  line-height: 1.2;
}
/* line 149, ../../sass/app.scss */
.masthead p {
  font-size: 16px;
}
/* line 153, ../../sass/app.scss */
.masthead .hero-holder {
  margin-top: 20px;
  padding-bottom: 60%;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
/* line 160, ../../sass/app.scss */
.masthead .hero-holder img.hero-image {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
/* line 167, ../../sass/app.scss */
.masthead .hero-holder img.hero-icon {
  position: absolute;
}
/* line 170, ../../sass/app.scss */
.masthead .hero-holder img.hero-icon.hero-icon--1 {
  top: 14%;
  right: 35%;
  width: 6%;
}
/* line 175, ../../sass/app.scss */
.masthead .hero-holder img.hero-icon.hero-icon--2 {
  top: 7%;
  right: 3.2%;
  width: 7%;
}
/* line 180, ../../sass/app.scss */
.masthead .hero-holder img.hero-icon.hero-icon--3 {
  width: 6.5%;
  top: 42%;
  right: 10%;
}
/* line 188, ../../sass/app.scss */
.masthead .bottom-gradient-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
/* line 200, ../../sass/app.scss */
.masthead.loading .background-graphic {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 204, ../../sass/app.scss */
.masthead.loading .masthead_content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 208, ../../sass/app.scss */
.masthead.loading .hero-holder img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 212, ../../sass/app.scss */
.masthead.loading .signup-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 217, ../../sass/app.scss */
.masthead .signup-wrapper {
  margin-top: 15px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* line 223, ../../sass/app.scss */
.masthead.loaded .background-graphic {
  -moz-animation: fadeIn 500ms ease-in-out;
  -webkit-animation: fadeIn 500ms ease-in-out;
  animation: fadeIn 500ms ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 227, ../../sass/app.scss */
.masthead.loaded h1 {
  -moz-animation: holdHidden 100ms, fadeInGrow 400ms ease-in-out 100ms;
  -webkit-animation: holdHidden 100ms, fadeInGrow 400ms ease-in-out 100ms;
  animation: holdHidden 100ms, fadeInGrow 400ms ease-in-out 100ms;
}
/* line 230, ../../sass/app.scss */
.masthead.loaded p {
  -moz-animation: holdHidden 400ms, fadeInGrow 400ms ease-in-out 400ms;
  -webkit-animation: holdHidden 400ms, fadeInGrow 400ms ease-in-out 400ms;
  animation: holdHidden 400ms, fadeInGrow 400ms ease-in-out 400ms;
}
/* line 233, ../../sass/app.scss */
.masthead.loaded .signup-wrapper {
  -moz-animation: holdHidden 750ms, fadeInGrow 400ms ease-in-out 750ms;
  -webkit-animation: holdHidden 750ms, fadeInGrow 400ms ease-in-out 750ms;
  animation: holdHidden 750ms, fadeInGrow 400ms ease-in-out 750ms;
}
/* line 236, ../../sass/app.scss */
.masthead.loaded .hero-holder img.hero-image {
  -moz-animation: holdHidden 1200ms, fadeUp 500ms ease-in-out 1200ms;
  -webkit-animation: holdHidden 1200ms, fadeUp 500ms ease-in-out 1200ms;
  animation: holdHidden 1200ms, fadeUp 500ms ease-in-out 1200ms;
}
/* line 239, ../../sass/app.scss */
.masthead.loaded .hero-holder img.hero-icon--1 {
  -moz-animation: holdHidden 1700ms, popIn 350ms ease-in-out 1700ms;
  -webkit-animation: holdHidden 1700ms, popIn 350ms ease-in-out 1700ms;
  animation: holdHidden 1700ms, popIn 350ms ease-in-out 1700ms;
}
/* line 242, ../../sass/app.scss */
.masthead.loaded .hero-holder img.hero-icon--2 {
  -moz-animation: holdHidden 1900ms, popIn 350ms ease-in-out 1900ms;
  -webkit-animation: holdHidden 1900ms, popIn 350ms ease-in-out 1900ms;
  animation: holdHidden 1900ms, popIn 350ms ease-in-out 1900ms;
}
/* line 245, ../../sass/app.scss */
.masthead.loaded .hero-holder img.hero-icon--3 {
  -moz-animation: holdHidden 2100ms, popIn 350ms ease-in-out 2100ms;
  -webkit-animation: holdHidden 2100ms, popIn 350ms ease-in-out 2100ms;
  animation: holdHidden 2100ms, popIn 350ms ease-in-out 2100ms;
}

/* line 251, ../../sass/app.scss */
.masthead-beta {
  background-image: url(/static/images/main-background.jpg);
}

/* line 257, ../../sass/app.scss */
.signup-wrapper {
  position: relative;
  height: 45px;
  display: inline-block;
}
/* line 262, ../../sass/app.scss */
.signup-wrapper input {
  float: left;
  height: 45px;
  padding: 0px 25px;
  width: 210px;
  color: #232425;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0px 0px 5px;
  border: 0;
  font-size: 14px;
  background-color: #f2f2f2;
}
/* line 274, ../../sass/app.scss */
.signup-wrapper a.signup-button {
  float: left;
  height: 45px;
  line-height: 45px;
  padding: 0px 60px;
  background-color: #39B272;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 5px 5px 0px;
  -moz-transition: ease-in-out 0.12s;
  -o-transition: ease-in-out 0.12s;
  -webkit-transition: ease-in-out 0.12s;
  transition: ease-in-out 0.12s;
}
/* line 287, ../../sass/app.scss */
.signup-wrapper a.signup-button:hover {
  background-color: #35a66b;
}

/* line 293, ../../sass/app.scss */
.subhead_content {
  padding: 35px 0 20px 0;
}

/* line 297, ../../sass/app.scss */
.callout-section {
  background-color: #64ABFF;
  text-align: center;
  color: white;
  padding: 30px 0px;
}
/* line 303, ../../sass/app.scss */
.callout-section h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
}

/* line 310, ../../sass/app.scss */
.page-section {
  padding: 60px 0px 75px 0px;
}
/* line 313, ../../sass/app.scss */
.page-section h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 45px;
}
/* line 319, ../../sass/app.scss */
.page-section p {
  font-size: 14px;
}

/* line 324, ../../sass/app.scss */
.page-section--about {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
/* line 328, ../../sass/app.scss */
.page-section--about h2 {
  display: inline-block;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 3px solid #64ABFF;
  margin-bottom: 20px;
  color: #29337B;
}
/* line 337, ../../sass/app.scss */
.page-section--about p {
  color: #808080;
}
/* line 341, ../../sass/app.scss */
.page-section--about img.about-icon {
  margin-top: 15px;
  height: 130px;
}
/* line 346, ../../sass/app.scss */
.page-section--about img.about-icon-fade {
  position: absolute;
  bottom: 0px;
  left: 10%;
  width: 260px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=8);
  opacity: 0.08;
}
/* line 353, ../../sass/app.scss */
.page-section--about img.about-icon-fade.right {
  left: auto;
  right: 10%;
}
/* line 359, ../../sass/app.scss */
.page-section--about img.mobile-only {
  display: none;
}
/* line 363, ../../sass/app.scss */
.page-section--about .bottom-gradient-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}

/* line 373, ../../sass/app.scss */
.page-section--testimonials {
  background-color: #29337B;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmM2I4ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5MzM3YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f3b8e), color-stop(100%, #29337b));
  background-image: -moz-linear-gradient(top, #2f3b8e, #29337b);
  background-image: -webkit-linear-gradient(top, #2f3b8e, #29337b);
  background-image: linear-gradient(to bottom, #2f3b8e, #29337b);
}
/* line 377, ../../sass/app.scss */
.page-section--testimonials h2 {
  color: white;
}
/* line 381, ../../sass/app.scss */
.page-section--testimonials .testimonial {
  background-color: white;
  text-align: center;
  padding: 0px 30px 15px 30px;
  margin-bottom: 15px;
  min-height: 425px;
  color: #4D4D4D;
  -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.5);
}
/* line 390, ../../sass/app.scss */
.page-section--testimonials .testimonial p {
  line-height: 1.54;
}
/* line 394, ../../sass/app.scss */
.page-section--testimonials .testimonial h5, .page-section--testimonials .testimonial .testimonee_title {
  font-size: 14px;
  color: #29337B;
}
/* line 399, ../../sass/app.scss */
.page-section--testimonials .testimonial h5 {
  margin-top: 30px;
  margin-bottom: 5px;
}
/* line 405, ../../sass/app.scss */
.page-section--testimonials img.testimonial_logo {
  margin-bottom: 0px;
}

/* line 410, ../../sass/app.scss */
.page-section--media {
  background-color: #64ABFF;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("/static/images/media-background.png");
}
/* line 416, ../../sass/app.scss */
.page-section--media h2 {
  color: white;
}
/* line 420, ../../sass/app.scss */
.page-section--media a.media-link {
  display: block;
  color: white;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  text-decoration: none;
  -moz-transition: ease-in-out 0.18s;
  -o-transition: ease-in-out 0.18s;
  -webkit-transition: ease-in-out 0.18s;
  transition: ease-in-out 0.18s;
}
/* line 431, ../../sass/app.scss */
.page-section--media a.media-link:hover {
  padding-left: 5px;
}
/* line 435, ../../sass/app.scss */
.page-section--media a.media-link .media-link_source {
  color: #232425;
}

/* line 442, ../../sass/app.scss */
.page-section--cta {
  text-align: center;
}
/* line 445, ../../sass/app.scss */
.page-section--cta .signup-wrapper {
  margin-bottom: 30px;
}

/* line 453, ../../sass/app.scss */
.masthead.masthead--team {
  padding: 200px 0px;
}

/* line 457, ../../sass/app.scss */
.page-section--team {
  text-align: center;
}

/* line 464, ../../sass/app.scss */
.team-member {
  display: inline-block;
  position: relative;
  height: 400px;
  background-color: #f2f2f2;
  padding: 15px 25px;
  text-align: center;
  width: 300px;
}
/* line 473, ../../sass/app.scss */
.team-member h3, .team-member h4 {
  text-transform: uppercase;
  font-size: 16px;
}
/* line 478, ../../sass/app.scss */
.team-member h4 {
  font-size: 12px;
}
/* line 482, ../../sass/app.scss */
.team-member p {
  font-size: 12px;
  color: #4D4D4D;
}

/* line 488, ../../sass/app.scss */
.team-member_image {
  background-color: #aaa;
  margin: 15px auto;
  height: 200px;
  width: 200px;
  -moz-border-radius: 400px;
  -webkit-border-radius: 400px;
  border-radius: 400px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

/* line 499, ../../sass/app.scss */
.team-member_links {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
}
/* line 505, ../../sass/app.scss */
.team-member_links > a {
  color: #808080;
  text-decoration: none;
  margin: 0px 8px;
  font-size: 18px;
}
/* line 511, ../../sass/app.scss */
.team-member_links > a:hover {
  color: #232425;
}

/* line 517, ../../sass/app.scss */
.arrow-bottom {
  position: relative;
  display: inline-block;
  width: 300px;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 30px solid #f2f2f2;
  margin-bottom: 30px;
}

/* line 527, ../../sass/app.scss */
.page-section--investors {
  background-color: #f2f2f2;
  text-align: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("/static/images/investors-background.png");
}

/* line 535, ../../sass/app.scss */
.page-section--angels {
  background-color: #f7f7f7;
}
/* line 538, ../../sass/app.scss */
.page-section--angels a.angel {
  font-weight: bold;
  font-size: 12px;
  color: #EC452D;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  -moz-transition: ease-in-out 0.18s;
  -o-transition: ease-in-out 0.18s;
  -webkit-transition: ease-in-out 0.18s;
  transition: ease-in-out 0.18s;
}
/* line 549, ../../sass/app.scss */
.page-section--angels a.angel:hover {
  padding-left: 5px;
}
/* line 553, ../../sass/app.scss */
.page-section--angels a.angel .angel_title {
  color: #232425;
  text-decoration: none;
}

/* line 563, ../../sass/app.scss */
.masthead.masthead--careers {
  padding: 200px 0px;
  background-color: #4483E0;
}

/* line 568, ../../sass/app.scss */
.page-section--mission {
  background-color: #F0F0F0;
  color: #232425;
}
/* line 572, ../../sass/app.scss */
.page-section--mission p {
  margin-top: 20px;
  font-size: 12px;
}

/* line 579, ../../sass/app.scss */
.page-section--careers {
  padding-top: 15px;
}
/* line 582, ../../sass/app.scss */
.page-section--careers h2 {
  text-align: left;
  font-size: 21px;
  margin-bottom: 10px;
  padding-top: 105px;
  margin-top: 0;
}
/* line 590, ../../sass/app.scss */
.page-section--careers h5 {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 15px;
}
/* line 596, ../../sass/app.scss */
.page-section--careers p, .page-section--careers li {
  font-size: 12px;
}
/* line 600, ../../sass/app.scss */
.page-section--careers .position-links {
  margin-top: 15px;
}
/* line 604, ../../sass/app.scss */
.page-section--careers a.position_link {
  display: inline-block;
  color: #808080;
  text-decoration: none;
}
/* line 609, ../../sass/app.scss */
.page-section--careers a.position_link:after {
  content: "|";
  color: #232425;
  margin: 0px 20px;
  display: inline-block;
}
/* line 617, ../../sass/app.scss */
.page-section--careers a.position_link:last-child:after {
  content: none;
}
/* line 622, ../../sass/app.scss */
.page-section--careers a.position_link:hover {
  color: #232425;
}
/* line 627, ../../sass/app.scss */
.page-section--careers .apply-button-wrapper {
  margin: 60px 0 30px 0;
  text-align: center;
}
/* line 632, ../../sass/app.scss */
.page-section--careers a.apply-button {
  display: inline-block;
  text-decoration: none;
  height: 45px;
  line-height: 45px;
  background-color: #4483E0;
  color: white;
  padding: 0px 90px;
  font-weight: bold;
  font-size: 14px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 646, ../../sass/app.scss */
a.page-section--careers-callout {
  display: block;
  text-decoration: none;
  background-color: #EC452D;
  text-align: center;
  padding: 30px 0px 10px 0px;
}
/* line 653, ../../sass/app.scss */
a.page-section--careers-callout h2 {
  color: white;
  font-size: 21px;
}
/* line 658, ../../sass/app.scss */
a.page-section--careers-callout:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNDUyZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QzMmIxMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ec452d), color-stop(100%, #d32b13));
  background-image: -moz-linear-gradient(top, #ec452d, #d32b13);
  background-image: -webkit-linear-gradient(top, #ec452d, #d32b13);
  background-image: linear-gradient(to bottom, #ec452d, #d32b13);
}

@media only screen and (max-width: 1199px) {
  /* line 667, ../../sass/app.scss */
  .page-section--testimonials .testimonial {
    padding: 0px 20px 30px 20px;
    min-height: 440px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 678, ../../sass/app.scss */
  .page-section--testimonials .testimonial {
    padding: 0px 30px 60px 30px;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 687, ../../sass/app.scss */
  .mobile-hidden {
    display: none !important;
  }

  /* line 691, ../../sass/app.scss */
  .signup-wrapper {
    position: relative;
    height: 45px;
    display: inline-block;
    width: 100%;
  }
  /* line 698, ../../sass/app.scss */
  .signup-wrapper input {
    padding: 0px 25px;
    width: 60%;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0px 0px 5px;
  }
  /* line 704, ../../sass/app.scss */
  .signup-wrapper a.signup-button {
    padding: 0px;
    width: 40%;
  }

  /* line 712, ../../sass/app.scss */
  .page-section--about img.mobile-only {
    display: inline-block;
  }
}
@media only screen and (max-width: 645px) {
  /* line 721, ../../sass/app.scss */
  .col-xxs-12 {
    width: 100%;
  }
}
/* line 728, ../../sass/app.scss */
.page-section--general ol {
  counter-reset: item;
}
/* line 729, ../../sass/app.scss */
.page-section--general li {
  display: block;
}
/* line 730, ../../sass/app.scss */
.page-section--general li:before {
  content: counters(item,".") " ";
  counter-increment: item;
}
/* line 735, ../../sass/app.scss */
.page-section--general h5 {
  display: inline;
}
