@charset "UTF-8";
/* 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, ../../../.rvm/gems/ruby-2.3.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, ../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../.rvm/gems/ruby-2.3.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, ../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../.rvm/gems/ruby-2.3.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, ../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../.rvm/gems/ruby-2.3.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;
}

/* Navigation */
/* line 2, ../sass/_layout.scss */
.header {
  text-align: left;
}
/* line 5, ../sass/_layout.scss */
.header .container {
  display: flex;
  font-size: 0.96rem;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 900px) {
  /* line 5, ../sass/_layout.scss */
  .header .container {
    display: inherit;
  }
}
@media screen and (max-width: 900px) {
  /* line 17, ../sass/_layout.scss */
  .header .container .flexgrid.left {
    display: block;
    width: 100%;
  }
}
/* line 24, ../sass/_layout.scss */
.header .container .flexgrid.center {
  text-align: center;
}
/* line 26, ../sass/_layout.scss */
.header .container .flexgrid.center a:hover {
  color: #FFFFFF;
  text-decoration: none;
  border-top: 2px solid #FFFFFF;
}
/* line 32, ../sass/_layout.scss */
.header .container .flexgrid.center.visible {
  display: block;
}
@media screen and (max-width: 900px) {
  /* line 24, ../sass/_layout.scss */
  .header .container .flexgrid.center {
    display: none;
    text-align: center;
    margin-top: 40px;
  }
  /* line 41, ../sass/_layout.scss */
  .header .container .flexgrid.center a {
    display: block;
  }
}
/* line 47, ../sass/_layout.scss */
.header .container .flexgrid.right {
  text-align: right;
}
/* line 49, ../sass/_layout.scss */
.header .container .flexgrid.right a {
  text-decoration: none;
}
/* line 51, ../sass/_layout.scss */
.header .container .flexgrid.right a:hover {
  color: #FFFFFF;
}
/* line 56, ../sass/_layout.scss */
.header .container .flexgrid.right.visible {
  display: block;
}
@media screen and (max-width: 900px) {
  /* line 47, ../sass/_layout.scss */
  .header .container .flexgrid.right {
    display: none;
    text-align: center;
  }
  /* line 64, ../sass/_layout.scss */
  .header .container .flexgrid.right a {
    display: block;
  }
}
/* line 70, ../sass/_layout.scss */
.header .container .flexgrid a {
  margin: 0 10px;
  color: #F4F4F4;
  font-weight: 500;
  border-top: solid 2px rgba(255, 255, 255, 0);
  padding-top: 5px;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.25, 0, 0, 1);
}
/* line 79, ../sass/_layout.scss */
.header .container .flexgrid a .fa {
  margin-right: 6px;
}
/* line 86, ../sass/_layout.scss */
.header img {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
/* line 92, ../sass/_layout.scss */
.header a.to-nav {
  position: absolute;
  top: 0;
  right: 20px;
  color: #F4F4F4;
  background: rgba(255, 255, 255, 0);
  text-decoration: none;
  display: none;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  /* line 92, ../sass/_layout.scss */
  .header a.to-nav {
    display: initial;
  }
}
/* line 106, ../sass/_layout.scss */
.header a.to-nav:hover, .header a.to-nav:focus {
  color: #FFFFFF;
}
@media screen and (max-width: 700px) {
  /* line 113, ../sass/_layout.scss */
  .header .navigation li {
    display: block;
    padding: 10px 30px;
    background: #154474;
  }
  /* line 122, ../sass/_layout.scss */
  .header .navigation li a:hover {
    opacity: 1;
    text-decoration: none;
    border-top: 2px solid rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 700px) {
  /* line 112, ../sass/_layout.scss */
  .header .navigation {
    display: none;
    float: none;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 2em;
  }
  /* line 138, ../sass/_layout.scss */
  .header .navigation.visible {
    display: block;
  }
}

/* Introdution */
/* line 146, ../sass/_layout.scss */
.header + .intro {
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 17rem;
  margin-bottom: 300px;
}
@media screen and (max-width: 1000px) {
  /* line 146, ../sass/_layout.scss */
  .header + .intro {
    padding-bottom: 4em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 700px) {
  /* line 146, ../sass/_layout.scss */
  .header + .intro {
    padding-top: 2rem;
  }
}

/* line 161, ../sass/_layout.scss */
.intro {
  margin-top: 4rem;
  color: #FFFFFF;
}
/* line 165, ../sass/_layout.scss */
.intro h1 {
  max-width: 54rem;
}
/* line 169, ../sass/_layout.scss */
.intro p {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  max-width: 45rem;
  line-height: 1.75rem;
  color: #F4F4F4;
}
/* line 177, ../sass/_layout.scss */
.intro .fa {
  margin-left: 8px;
  font-weight: 600;
  font-size: 1.2rem;
}
/* line 183, ../sass/_layout.scss */
.intro .featured-container {
  position: relative;
}
@media screen and (max-width: 1000px) {
  /* line 161, ../sass/_layout.scss */
  .intro {
    text-align: center;
  }
  /* line 190, ../sass/_layout.scss */
  .intro h1, .intro p {
    max-width: 100%;
  }
}
/* line 195, ../sass/_layout.scss */
.intro .featured {
  margin-top: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  /* line 195, ../sass/_layout.scss */
  .intro .featured {
    position: relative;
    display: block;
    max-width: 100%;
  }
}
/* line 207, ../sass/_layout.scss */
.intro .featured ul {
  text-align: center;
}
/* line 210, ../sass/_layout.scss */
.intro .featured ul li {
  display: inline-block;
  position: relative;
  width: calc(31.33% - 25px);
  border: 1px solid #EAEAEA;
  margin: 1%;
  vertical-align: top;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
}
/* line 220, ../sass/_layout.scss */
.intro .featured ul li .featured-header {
  margin-left: -1px;
  margin-top: -1px;
  background: #F4F4F4;
  width: calc(100% - 28px);
  padding: 15px;
  text-transform: lowercase;
  font-variant: small-caps;
  font-weight: 600;
  letter-spacing: 1px;
  color: #999999;
}
/* line 233, ../sass/_layout.scss */
.intro .featured ul li .featured-content {
  top: 40px;
  padding: 20px 25px 50px;
}
/* line 238, ../sass/_layout.scss */
.intro .featured ul li h4 {
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 15px 0 5px;
}
/* line 244, ../sass/_layout.scss */
.intro .featured ul li p {
  color: #1E2023;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.4rem;
}
/* line 251, ../sass/_layout.scss */
.intro .featured ul li img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto;
}
/* line 258, ../sass/_layout.scss */
.intro .featured ul li .button {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  /* line 210, ../sass/_layout.scss */
  .intro .featured ul li {
    display: block;
    margin: 1em auto;
    width: 100%;
    max-width: 600px;
  }
}

/* line 276, ../sass/_layout.scss */
#what-it-is h4 {
  font-size: 1.2rem;
  margin: 2em 0 0.5em 0;
  font-weight: 600;
  position: relative;
}

/* line 284, ../sass/_layout.scss */
pre {
  margin: 2em 0 1em;
  line-height: 0;
  white-space: normal;
  overflow: auto;
  background: #666666;
  padding: 2em;
  color: #FFFFFF;
  max-width: 52rem;
}
/* line 294, ../sass/_layout.scss */
pre code {
  display: block;
  line-height: 1.5;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0);
}

/* line 302, ../sass/_layout.scss */
.example-code {
  overflow: initial;
  padding: 4em 9rem;
  position: relative;
  z-index: 1;
  margin: 3rem 50px;
  max-width: 30rem;
}
@media screen and (max-width: 1000px) {
  /* line 302, ../sass/_layout.scss */
  .example-code {
    margin: 2em 0;
    overflow: auto;
    max-width: 100%;
    padding: 2em;
  }
}
/* line 317, ../sass/_layout.scss */
.example-code code {
  word-wrap: break-word;
  white-space: initial;
}
/* line 322, ../sass/_layout.scss */
.example-code:before, .example-code:after {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  /* line 322, ../sass/_layout.scss */
  .example-code:before, .example-code:after {
    display: none;
  }
}
/* line 332, ../sass/_layout.scss */
.example-code:before {
  content: url(../img/demo-tap.svg);
  left: -50px;
  top: 30px;
}
/* line 338, ../sass/_layout.scss */
.example-code:after {
  content: url(../img/demo-target.svg);
  right: -50px;
  bottom: 30px;
}

/* line 346, ../sass/_layout.scss */
.feature-list li {
  display: inline-block;
  position: relative;
  width: calc(31.33% - 25px);
  margin-right: 4%;
  vertical-align: top;
  background: #FFFFFF;
}
/* line 354, ../sass/_layout.scss */
.feature-list li h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
/* line 361, ../sass/_layout.scss */
.feature-list li h4:before {
  width: 10rem;
  height: 1.2rem;
  background: #DFF5FF;
  position: absolute;
  left: 5px;
  top: 8px;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  /* line 346, ../sass/_layout.scss */
  .feature-list li {
    display: block;
    margin: 1rem 0 2rem;
    width: calc(100% - 25px);
  }
}

/* Taps and Targets */
/* line 382, ../sass/_layout.scss */
.grid {
  margin: 3rem 0 0;
}
/* line 385, ../sass/_layout.scss */
.grid .repo-link {
  color: #3399CC;
}
/* line 388, ../sass/_layout.scss */
.grid .repo-link::after {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 401, ../sass/_layout.scss */
.grid li {
  display: inline-block;
  width: calc(31.33% - 25px);
  border: 1px solid #EAEAEA;
  padding: 10px;
  margin: 1%;
  min-height: 90px;
  vertical-align: top;
}
/* line 410, ../sass/_layout.scss */
.grid li .description {
  display: inline-block;
  vertical-align: middle;
}
/* line 415, ../sass/_layout.scss */
.grid li p {
  margin-bottom: 0;
  color: #999999;
}
/* line 420, ../sass/_layout.scss */
.grid li img {
  width: 90px;
  height: 90px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
/* line 428, ../sass/_layout.scss */
.grid li.develop {
  background: #F4F4F4;
}
/* line 431, ../sass/_layout.scss */
.grid li.develop img {
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-top: 5px;
}
/* line 439, ../sass/_layout.scss */
.grid li:hover {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
}
/* line 444, ../sass/_layout.scss */
.grid li:hover .repo-link::after {
  opacity: 1;
  margin-left: 5px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  /* line 401, ../sass/_layout.scss */
  .grid li {
    width: calc(48% - 25px);
  }
}
@media screen and (max-width: 700px) {
  /* line 401, ../sass/_layout.scss */
  .grid li {
    display: block;
    margin: 1em 0;
    width: calc(100% - 25px);
  }
}

/* Contribute */
/* line 466, ../sass/_layout.scss */
#contribute {
  padding: 2rem 0 4rem;
}
/* line 469, ../sass/_layout.scss */
#contribute hr {
  margin-bottom: 4rem;
}

/* line 475, ../sass/_layout.scss */
.mailing-list h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
/* line 481, ../sass/_layout.scss */
.mailing-list form {
  margin-bottom: 1rem;
}
/* line 485, ../sass/_layout.scss */
.mailing-list button {
  margin-left: 15px;
}
@media screen and (max-width: 500px) {
  /* line 490, ../sass/_layout.scss */
  .mailing-list button {
    width: 100%;
    margin-top: 2em;
    display: block;
    margin: 2em 0 0;
  }
  /* line 498, ../sass/_layout.scss */
  .mailing-list input {
    width: calc(100% - 20px);
    display: block;
  }
}

/* Stitch sponsor bar */
/* line 507, ../sass/_layout.scss */
#stitch-sponsored {
  margin: 2rem auto 0;
  padding: 3rem 0 0;
}
/* line 511, ../sass/_layout.scss */
#stitch-sponsored p {
  opacity: 0.75;
}
/* line 514, ../sass/_layout.scss */
#stitch-sponsored p a {
  font-weight: 600;
}
/* line 519, ../sass/_layout.scss */
#stitch-sponsored .smallcaps {
  color: #FFFFFF;
  opacity: 0.5;
}
/* line 524, ../sass/_layout.scss */
#stitch-sponsored .content {
  margin-bottom: 1em;
}
/* line 528, ../sass/_layout.scss */
#stitch-sponsored img, #stitch-sponsored .description {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  /* line 528, ../sass/_layout.scss */
  #stitch-sponsored img, #stitch-sponsored .description {
    vertical-align: top;
  }
}
/* line 537, ../sass/_layout.scss */
#stitch-sponsored img {
  max-width: 50px;
  margin-right: 15px;
}
/* line 542, ../sass/_layout.scss */
#stitch-sponsored .description {
  width: calc(100% - 100px);
}
/* line 544, ../sass/_layout.scss */
#stitch-sponsored .description p {
  margin-bottom: 0;
}
/* line 549, ../sass/_layout.scss */
#stitch-sponsored + section {
  margin: 0 auto;
}
/* line 553, ../sass/_layout.scss */
#stitch-sponsored .divided {
  color: #FFFFFF;
  border: 0;
  margin: 1rem 0;
}
/* line 558, ../sass/_layout.scss */
#stitch-sponsored .divided hr {
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  opacity: 0.2;
  margin: 1.5rem 0;
}
/* line 565, ../sass/_layout.scss */
#stitch-sponsored .divided p {
  margin: 0 1.5em;
}

/* line 571, ../sass/_layout.scss */
.footer {
  padding: 0rem 0 3rem 0;
  text-align: left;
  color: #FFFFFF;
  text-align: right;
}
@media screen and (max-width: 700px) {
  /* line 571, ../sass/_layout.scss */
  .footer {
    text-align: center;
    padding: 0 0 2rem;
  }
}
/* line 582, ../sass/_layout.scss */
.footer p {
  max-width: 100%;
  margin-bottom: 2rem;
}
/* line 588, ../sass/_layout.scss */
.footer ul li {
  display: inline-block;
  padding: 0 0 0 25px;
  vertical-align: top;
  font-size: 0.9rem;
}
/* line 594, ../sass/_layout.scss */
.footer ul li a {
  text-decoration: none;
  color: #FFFFFF;
  opacity: 0.75;
}
/* line 599, ../sass/_layout.scss */
.footer ul li a:hover {
  opacity: 1;
}
/* line 604, ../sass/_layout.scss */
.footer ul li img {
  height: 18px;
}
@media screen and (max-width: 700px) {
  /* line 588, ../sass/_layout.scss */
  .footer ul li {
    display: block;
    margin-bottom: 1rem;
    padding: 0;
  }
  /* line 613, ../sass/_layout.scss */
  .footer ul li.logo {
    margin-top: 2rem;
  }
}

/* line 621, ../sass/_layout.scss */
.thankyou {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
/* line 626, ../sass/_layout.scss */
.thankyou .intro {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 630, ../sass/_layout.scss */
.thankyou .intro a {
  color: #FFFFFF;
  opacity: 0.75;
}
/* line 634, ../sass/_layout.scss */
.thankyou .intro a:hover {
  text-decoration: none;
  opacity: 1;
}

/* line 1, ../sass/_type.scss */
html, body {
  font-size: 16px;
  font-family: "fira-sans", sans-serif;
  line-height: 1.5em;
  color: #1E2023;
  background: #FFFFFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 12, ../sass/_type.scss */
h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

/* line 19, ../sass/_type.scss */
h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}

/* line 25, ../sass/_type.scss */
h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 0.5rem;
}
/* line 31, ../sass/_type.scss */
h3.quote {
  line-height: 2.6rem;
  margin-bottom: 1.5rem;
  max-width: 45rem;
}

/* line 38, ../sass/_type.scss */
h4 {
  font-weight: 500;
  color: #1E2023;
}

/* line 43, ../sass/_type.scss */
h1, h2, h3, h4, p {
  max-width: 52rem;
}
@media screen and (max-width: 1000px) {
  /* line 43, ../sass/_type.scss */
  h1, h2, h3, h4, p {
    max-width: 100%;
  }
}

/* line 51, ../sass/_type.scss */
p {
  margin-bottom: 1rem;
}

/* line 55, ../sass/_type.scss */
strong {
  font-weight: 700;
}

/* line 59, ../sass/_type.scss */
a {
  color: #CC3399;
  text-decoration: none;
}
/* line 63, ../sass/_type.scss */
a:hover {
  text-decoration: underline;
}

/* line 68, ../sass/_type.scss */
.reverse a {
  color: #FFFFFF;
  text-decoration: underline;
}

/* line 73, ../sass/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}

/* line 84, ../sass/_type.scss */
.smallcaps {
  text-transform: lowercase;
  font-variant: small-caps;
  font-weight: 600;
  letter-spacing: 1px;
}

/* line 91, ../sass/_type.scss */
.span-taps {
  font-weight: 700;
}

/* line 95, ../sass/_type.scss */
.span-targets {
  font-weight: 700;
}

/* These elements and design patterns are repeatable */
/* line 3, ../sass/_components.scss */
section {
  padding: 2em 0;
}
/* line 6, ../sass/_components.scss */
section.gray {
  background: #F4F4F4;
  margin: 2em 0;
}
/* line 11, ../sass/_components.scss */
section hr {
  border: 0;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 3rem;
}

/* line 18, ../sass/_components.scss */
.reverse, .color-block {
  color: #FFFFFF;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a6aaa+1,23578c+100 */
  background: #2a6aaa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2a6aaa 1%, #23578c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2a6aaa 1%, #23578c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2a6aaa 1%, #23578c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6aaa', endColorstr='#23578c',GradientType=0 );
  /* IE6-9 */
}
/* line 27, ../sass/_components.scss */
.reverse section, .color-block section {
  background: transparent;
}

/* line 32, ../sass/_components.scss */
.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
}
/* line 37, ../sass/_components.scss */
.container.wide {
  max-width: calc(1000px + 3%);
}
/* line 41, ../sass/_components.scss */
.container.divider {
  margin: 2rem auto;
  border-top: 1px solid #EAEAEA;
}

/* line 47, ../sass/_components.scss */
.banner {
  text-align: center;
  background: #23578C;
  color: #F4F4F4;
  margin: 0;
  padding: 0.75rem;
  font-size: .85rem;
}
/* line 55, ../sass/_components.scss */
.banner p {
  margin: 0 auto;
  font-weight: 500;
}
/* line 60, ../sass/_components.scss */
.banner a {
  color: #FFFFFF;
  text-decoration: underline;
}

/* Forms and inputs */
/* line 71, ../sass/_components.scss */
button {
  padding: 10px 30px;
  font-size: 1rem;
  background: #CC3399;
  color: #FFFFFF;
  border: none;
  font-family: "fira-sans", sans-serif;
  font-weight: 500;
  border: 1px solid #CC3399;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.25, 0, 0, 1);
}
/* line 83, ../sass/_components.scss */
button:hover {
  background: #1E2023;
  cursor: pointer;
  border: 1px solid #1E2023;
}

/* line 90, ../sass/_components.scss */
.button {
  padding: 10px 30px;
  font-size: 1rem;
  background: #CC3399;
  font-weight: 500;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.25, 0, 0, 1);
}
/* line 100, ../sass/_components.scss */
.button:hover {
  background: #000000;
  cursor: pointer;
  text-decoration: none;
}
/* line 107, ../sass/_components.scss */
.button.reverse:hover {
  background: #F4F4F4;
  color: #1E2023;
}
/* line 110, ../sass/_components.scss */
.button.reverse:hover .caret {
  content: url(../img/caret-down-black.svg);
}
/* line 116, ../sass/_components.scss */
.button.large {
  padding: 12px 35px;
}
/* line 120, ../sass/_components.scss */
.button.blue {
  background: #3399CC;
  border: 1px solid #3399CC;
}
/* line 124, ../sass/_components.scss */
.button.blue:hover {
  background: #1E2023;
  border: 1px solid #1E2023;
}
/* line 130, ../sass/_components.scss */
.button.outline {
  background: rgba(255, 255, 255, 0);
  border: 2px solid #3399CC;
  color: #3399CC;
  font-weight: 400;
}
/* line 136, ../sass/_components.scss */
.button.outline:hover {
  border: 2px solid #1E2023;
  color: #1E2023;
  cursor: pointer;
}
/* line 143, ../sass/_components.scss */
.button.small {
  padding: 7px 15px;
}

/* line 148, ../sass/_components.scss */
form {
  font-family: "fira-sans", sans-serif;
}
/* line 151, ../sass/_components.scss */
form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
/* line 157, ../sass/_components.scss */
form input {
  font-size: 1em;
}

/* line 162, ../sass/_components.scss */
input {
  font-family: "fira-sans", sans-serif;
  font-size: 1em;
  min-width: 200px;
  padding: 10px;
  border: 1px solid #EAEAEA;
}
/* line 169, ../sass/_components.scss */
input:focus {
  border: 1px solid #3399CC;
  outline-width: 0;
}

/* Bulleted list with icons */
/* line 177, ../sass/_components.scss */
.icon-list .icon {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  margin: 10px 15px 10px;
}
/* line 185, ../sass/_components.scss */
.icon-list li {
  display: inline-block;
  vertical-align: middle;
}

/* Callouts */
/* line 193, ../sass/_components.scss */
.callout-content,
.callout {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

/* line 201, ../sass/_components.scss */
.callout-content {
  width: 49%;
}
@media screen and (max-width: 1000px) {
  /* line 201, ../sass/_components.scss */
  .callout-content {
    display: block;
    width: 100%;
  }
}

/* line 210, ../sass/_components.scss */
.callout {
  width: 43%;
  padding-left: 3%;
  margin-left: 2%;
  margin-top: 1.5rem;
}
/* line 216, ../sass/_components.scss */
.callout button {
  background: #3399CC;
  border: 1px solid #3399CC;
}
/* line 220, ../sass/_components.scss */
.callout button:hover {
  background: #1E2023;
  border: 1px solid #1E2023;
}
/* line 226, ../sass/_components.scss */
.callout::after {
  content: "";
  background: #DFF5FF;
  position: absolute;
  top: -30px;
  left: 0;
  width: calc(50vw - 3%);
  height: calc(100% + 60px);
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  /* line 210, ../sass/_components.scss */
  .callout {
    display: block;
    width: auto;
    margin: 6rem auto 2rem;
    padding: 30px;
  }
  /* line 243, ../sass/_components.scss */
  .callout::after {
    top: -30px;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
  }
}

/* line 252, ../sass/_components.scss */
.divided {
  padding: 1rem 0;
  margin: 3rem 0 0rem;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
/* line 258, ../sass/_components.scss */
.divided p {
  margin: 0;
}
@media screen and (max-width: 700px) {
  /* line 252, ../sass/_components.scss */
  .divided {
    text-align: center;
  }
}

/* line 267, ../sass/_components.scss */
.__slackin {
  z-index: 2;
}
