/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../sass/project/_utils.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 7, ../sass/project/_utils.scss */
.clearfix:after {
  clear: both;
}

/* line 21, ../sass/project/_utils.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 24, ../sass/project/_utils.scss */
.pull-right {
  float: right !important;
}

/* line 27, ../sass/project/_utils.scss */
.pull-left {
  float: left !important;
}

/* line 30, ../sass/project/_utils.scss */
.clear-left {
  clear: left;
}

/* line 34, ../sass/project/_utils.scss */
.pull-right {
  float: right;
}

/* line 38, ../sass/project/_utils.scss */
.pull-left {
  float: left;
}

/* line 42, ../sass/project/_utils.scss */
.text-center {
  text-align: center;
}

/* line 47, ../sass/project/_utils.scss */
.center * {
  margin: 0 auto;
}

/* line 52, ../sass/project/_utils.scss */
.round {
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 480px) {
  /* line 60, ../sass/project/_utils.scss */
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 480px) {
  /* line 66, ../sass/project/_utils.scss */
  .visible-xs {
    display: none;
  }
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 17, 2017 */
@font-face {
  font-family: 'helveticaneuebold';
  src: url("../../../fonts/helvetica_neu_bold-webfont.woff2") format("woff2"), url("../../../fonts/helvetica_neu_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuelight';
  src: url("../../../fonts/helveticaneue_light-webfont.woff2") format("woff2"), url("../../../fonts/helveticaneue_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuemedium';
  src: url("../../../fonts/helveticaneue_medium-webfont.woff2") format("woff2"), url("../../../fonts/helveticaneue_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../sass/project/_base.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../sass/project/_base.scss */
html, body {
  padding: 0;
  margin: 0;
  color: #fff;
}

/* line 11, ../sass/project/_base.scss */
a {
  color: #fff;
  text-decoration: none;
}

/* line 16, ../sass/project/_base.scss */
.full-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../sass/project/_buttons.scss */
button {
  display: block;
  background: #fff;
  box-shadow: #fff 0 0 20px 0;
  border: none;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 1.75rem;
  font-weight: bold;
}

.email {
  display: block;
  background: #fff;
  box-shadow: #fff 0 0 20px 0;
  border-color: lightgrey;
  margin-top: 10px;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 1.75rem;
  font-weight: bold;
}


/* line 13, ../sass/project/_buttons.scss */
.hero button {
  background: #fff;
  box-shadow: #fff 0 0 20px 0;
  border: none;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 1.75rem;
  font-weight: bold;
}

/* line 1, ../sass/project/_header.scss */
header {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 1;
}
/* line 10, ../sass/project/_header.scss */
header .brand {
  height: 100%;
}
/* line 14, ../sass/project/_header.scss */
header a {
  padding: 20px;
}

/* line 1, ../sass/project/_footer.scss */
footer {
  background: #644ea4;
  color: #fff;
  padding: 30px;
  height: 200px;
}
/* line 7, ../sass/project/_footer.scss */
footer .brand {
  height: 60px;
}

/* line 2, ../sass/project/_panel.scss */
.panel.white {
  background: #fff;
  color: #7a7890;
}
/* line 6, ../sass/project/_panel.scss */
.panel.white h3 {
  color: #bab5d1;
}
/* line 9, ../sass/project/_panel.scss */
.panel.white h3.cta {
  color: #525252;
  margin-bottom: 20px;
}
/* line 16, ../sass/project/_panel.scss */
.panel.grey {
  background: #f0f0f0;
  color: #525252;
}
/* line 20, ../sass/project/_panel.scss */
.panel.grey h3 {
  color: #525252;
}
/* line 25, ../sass/project/_panel.scss */
.panel p {
  font-size: 1.45em;
}
/* line 29, ../sass/project/_panel.scss */
.panel h3 {
  margin: 50px auto;
  font-size: 2em;
}
/* line 34, ../sass/project/_panel.scss */
.panel h5 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
/* line 39, ../sass/project/_panel.scss */
.panel h6 {
  font-size: 20px;
  color: #525252;
  margin-bottom: 20px;
}
/* line 45, ../sass/project/_panel.scss */
.panel button {
  background: #ed4159;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* line 53, ../sass/project/_panel.scss */
.panel-col {
  float: left;
  width: calc(100% / 3);
}
/* line 57, ../sass/project/_panel.scss */
.panel-col.narrow {
  width: calc(100% / 8) !important;
}
/* line 60, ../sass/project/_panel.scss */
.panel-col.narrow img {
  margin-top: 30px;
}
/* line 65, ../sass/project/_panel.scss */
.panel-col > img {
  height: 150px;
}
/* line 69, ../sass/project/_panel.scss */
.panel-col p {
  width: 50%;
  font-size: 1.25em;
  line-height: 1.25em;
}
/* line 75, ../sass/project/_panel.scss */
.panel-col .image-list {
  margin-bottom: 30px;
}
/* line 77, ../sass/project/_panel.scss */
.panel-col .image-list img {
  float: left;
  width: calc(25% - 15px);
  margin-right: 15px;
}
/* line 83, ../sass/project/_panel.scss */
.panel-col .image-list > div {
  float: left;
  width: 75%;
}
/* line 87, ../sass/project/_panel.scss */
.panel-col .image-list > div h5 {
  margin-bottom: 5px;
}

/* line 95, ../sass/project/_panel.scss */
.how .panel-col {
  width: calc(100% / 4);
}

/* line 100, ../sass/project/_panel.scss */
.padded-bottom {
  padding-bottom: 40px;
}

/* line 104, ../sass/project/_panel.scss */
.centered-cards {
  margin: 0 auto 40px;
}
/* line 107, ../sass/project/_panel.scss */
.centered-cards .panel-col {
  width: calc(100% / 4);
  margin: 0 10px;
  float: none;
  display: inline-block;
}

/* line 115, ../sass/project/_panel.scss */
.panel-card {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}
/* line 120, ../sass/project/_panel.scss */
.panel-card .brand-header {
  height: 100px;
  text-align: center;
  padding: 20px 0;
}
/* line 124, ../sass/project/_panel.scss */
.panel-card .brand-header img {
  height: 100%;
}
/* line 129, ../sass/project/_panel.scss */
.panel-card .brand-avatar {
  height: 75px;
  width: 75px;
  border: 5px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
}
/* line 136, ../sass/project/_panel.scss */
.panel-card .brand-avatar img {
  height: 100%;
  width: 100%;
}
/* line 142, ../sass/project/_panel.scss */
.panel-card .brand-feature {
  height: 150px;
  width: 100%;
  overflow: hidden;
}
/* line 147, ../sass/project/_panel.scss */
.panel-card .brand-feature.do {
  background: url("../../img/do-tm-ads.png") center center no-repeat;
  background-size: cover;
}
/* line 152, ../sass/project/_panel.scss */
.panel-card .brand-feature.aa {
  background: url("../../img/aa-3-screen-demo.jpg") center center no-repeat;
  background-size: cover;
}
/* line 158, ../sass/project/_panel.scss */
.panel-card h6, .panel-card p {
  color: #17253b;
}
/* line 162, ../sass/project/_panel.scss */
.panel-card h6 {
  margin-bottom: 0;
}
/* line 166, ../sass/project/_panel.scss */
.panel-card p {
  font-size: 1.25em;
  width: 85%;
  margin-bottom: 20px;
  font-style: italic;
}

@media (max-width: 480px) {
  /* line 176, ../sass/project/_panel.scss */
  .panel h3 {
    margin: 20px auto 10px;
  }

  /* line 180, ../sass/project/_panel.scss */
  .panel-col {
    width: 100%;
  }
  /* line 183, ../sass/project/_panel.scss */
  .panel-col h6 {
    font-weight: bold;
  }

  /* line 188, ../sass/project/_panel.scss */
  .centered-cards {
    padding: 10px 20px;
  }
  /* line 191, ../sass/project/_panel.scss */
  .centered-cards .panel-col {
    width: 100%;
    margin: 0;
  }
  /* line 196, ../sass/project/_panel.scss */
  .centered-cards .panel-col:first-of-type {
    margin-bottom: 20px;
  }
  /* line 201, ../sass/project/_panel.scss */
  .centered-cards p {
    width: 90%;
  }

  /* line 206, ../sass/project/_panel.scss */
  .p-centered {
    padding: 0 10px;
  }
}
/* line 1, ../sass/project/_hero.scss */
.hero {
  height: 100vh;
  overflow: hidden;
}
/* line 5, ../sass/project/_hero.scss */
.hero h1, .hero .h1, .hero > h2 {
  position: absolute;
  width: 500px;
  left: calc(50% - (500px / 2));
  text-align: center;
  top: 100px;
  z-index: 1;
}
/* line 14, ../sass/project/_hero.scss */
.hero > h2 {
  opacity: 0.5;
  top: 250px !important;
}

/* line 21, ../sass/project/_hero.scss */
.hero-col {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 250px;
  position: relative;
}
/* line 28, ../sass/project/_hero.scss */
.hero-col h2 {
  font-size: 5em;
}
/* line 32, ../sass/project/_hero.scss */
.hero-col p {
  width: 250px;
  font-size: 1.3rem;
  text-align: center;
  margin: 40px auto 30px;
}

/* line 40, ../sass/project/_hero.scss */
.hero-left {
  background: linear-gradient(#fddb7d, #ff583d, #ca3595, #7e33e2);
}
/* line 43, ../sass/project/_hero.scss */
.hero-left:after {
  transform: translate3d(0px, 0px, 1px) rotate(-15deg);
}
/* line 47, ../sass/project/_hero.scss */
.hero-left button {
  color: #ed4159;
}
/* line 50, ../sass/project/_hero.scss */
.hero-left .full-overlay {
  background: url("../../img/brand-decor.png") center -100px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 57, ../sass/project/_hero.scss */
.hero-right {
  background: linear-gradient(#6450a5, #258cec);
}
/* line 59, ../sass/project/_hero.scss */
.hero-right button {
  color: #3076e0;
}
/* line 62, ../sass/project/_hero.scss */
.hero-right .full-overlay {
  background: url("../../img/inf-decor.png") center -100px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
}

@media (max-width: 480px) {
  /* line 72, ../sass/project/_hero.scss */
  .hero.mobile {
    background: linear-gradient(#fddb7d, #ff583d, #ca3595, #7e33e2, #6450a5, #258cec);
    height: 100vh;
    padding-top: 100px;
    text-align: center;
  }
  /* line 78, ../sass/project/_hero.scss */
  .hero.mobile h1 {
    width: 95%;
    left: initial;
    font-size: 2.75em;
    position: relative;
    top: 0;
    margin: 0 auto 50px;
  }
  /* line 87, ../sass/project/_hero.scss */
  .hero.mobile p {
    font-size: 1.25em;
    margin: 0 auto;
    width: 90%;
  }
  /* line 93, ../sass/project/_hero.scss */
  .hero.mobile button {
    color: #ed4159;
    margin: 30px auto;
  }
  /* line 97, ../sass/project/_hero.scss */
  .hero.mobile button.blue {
    color: #3076e0;
  }

  /* line 105, ../sass/project/_hero.scss */
  .how .panel-col {
    width: 100%;
  }
  /* line 108, ../sass/project/_hero.scss */
  .how .panel-col.narrow {
    display: none;
  }
  /* line 112, ../sass/project/_hero.scss */
  .how .panel-col .image-list {
    width: 50%;
    float: left;
    text-align: center;
  }
  /* line 117, ../sass/project/_hero.scss */
  .how .panel-col .image-list > div {
    float: none;
    width: 100%;
  }
  /* line 122, ../sass/project/_hero.scss */
  .how .panel-col .image-list img {
    float: none;
    width: 50%;
    margin-right: 0;
  }
  /* line 128, ../sass/project/_hero.scss */
  .how .panel-col .image-list h5 {
    font-size: 2em;
  }
  /* line 132, ../sass/project/_hero.scss */
  .how .panel-col .image-list p {
    width: 100%;
  }
}
/* line 1, ../sass/project/_type.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6, ../sass/project/_type.scss */
html {
  font-size: 12px;
  font-family: 'helveticaneuebold', sans-serif;
}

/* line 11, ../sass/project/_type.scss */
a {
  font-weight: bold;
  font-size: 16px;
}

/* line 16, ../sass/project/_type.scss */
h1, h2, h3, h4, h5 {
  font-weight: bold;
}

/* line 20, ../sass/project/_type.scss */
h1, .h1, .hero > h2 {
  font-size: 3em;
}

/* line 24, ../sass/project/_type.scss */
h2 {
  font-size: 2em;
}

/* line 28, ../sass/project/_type.scss */
.handwriting {
  font-family: 'Satisfy', cursive;
}
/* line 30, ../sass/project/_type.scss */
.handwriting.red {
  color: #f64849;
}

/* line 35, ../sass/project/_type.scss */
.futura {
  font-family: futura, cursive;
}
/* line 37, ../sass/project/_type.scss */
.futura.blue {
  color: #5a53b0 !important;
}

/* line 42, ../sass/project/_type.scss */
strong, .bold {
  font-weight: bold;
}

/* line 46, ../sass/project/_type.scss */
.text-muted {
  opacity: 0.5;
}
