/*
Theme Name: ASU GSV Summit 2016
*/
/* line 5, ../../../../../../../usr/local/lib/ruby/gems/2.4.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, ../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

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

/* line 116, ../../../../../../../usr/local/lib/ruby/gems/2.4.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 1, ../dev/sass/_base.scss */
html {
  font-family: "Lato", sans-serif;
}

/* line 5, ../dev/sass/_base.scss */
body {
  text-rendering: optimizeLegibility;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

/* line 11, ../dev/sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 16, ../dev/sass/_base.scss */
i,
em {
  font-style: italic;
}

/* line 21, ../dev/sass/_base.scss */
li {
  list-style: none;
}

/* line 25, ../dev/sass/_base.scss */
a {
  text-decoration: none;
}

/* line 1, ../dev/sass/_components.gravity.scss */
.c-primary-nav {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 900;
  width: 300px;
  padding-bottom: 7px;
  border-bottom: 1px solid #6581d5;
  display: none;
}
/* line 14, ../dev/sass/_components.gravity.scss */
.c-primary-nav li {
  display: inline-block;
  padding: 0 15px;
}
/* line 19, ../dev/sass/_components.gravity.scss */
.c-primary-nav a {
  color: #e1e12f;
  font-size: 14.5px;
}
@media screen and (min-width: 800px) {
  /* line 1, ../dev/sass/_components.gravity.scss */
  .c-primary-nav {
    display: block;
  }
}

/* line 29, ../dev/sass/_components.gravity.scss */
.c-gravity {
  text-align: center;
  background: url(i/handbook-landing/bg_bluetexture.jpg) no-repeat center center;
  background-size: cover;
  display: table;
  vertical-align: middle;
  overflow: hidden;
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
  position: relative;
}

/* line 45, ../dev/sass/_components.gravity.scss */
.c-gravity__footer__image {
  position: absolute;
  top: -45%;
  width: 150%;
  left: -25%;
  right: -25%;
  max-width: 1200px;
}
@media screen and (min-height: 800px) {
  /* line 45, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__image {
    top: -22%;
  }
}
@media screen and (min-width: 600px) {
  /* line 45, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__image {
    max-width: 3000px;
    width: 130%;
    left: -15%;
    right: -15%;
  }
}
@media screen and (min-width: 1100px) {
  /* line 45, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__image {
    width: 75%;
    left: 0;
    right: 0;
    max-width: 5000px;
    margin: auto;
  }
}
@media screen and (min-width: 1100px) and (min-height: 500px) {
  /* line 45, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__image {
    top: -25%;
  }
}

/* line 81, ../dev/sass/_components.gravity.scss */
.c-gravity__footer__image--placeholder {
  width: 90%;
  max-width: 1000px;
}

@media screen and (max-height: 650px) and (min-width: 470px) {
  /* line 86, ../dev/sass/_components.gravity.scss */
  .c-gravity__title {
    max-width: 65%;
  }
}
@media screen and (max-height: 650px) and (min-width: 768px) {
  /* line 86, ../dev/sass/_components.gravity.scss */
  .c-gravity__title {
    max-width: 80%;
  }
  /* line 95, ../dev/sass/_components.gravity.scss */
  .c-gravity__title--stacked {
    display: none;
  }
}
@media screen and (max-height: 650px) and (min-width: 1000px) {
  /* line 86, ../dev/sass/_components.gravity.scss */
  .c-gravity__title {
    max-width: 70%;
  }
}
@media screen and (min-height: 651px) and (min-width: 769px) {
  /* line 106, ../dev/sass/_components.gravity.scss */
  .c-gravity__title--stacked {
    display: none;
  }
}

/* line 112, ../dev/sass/_components.gravity.scss */
.c-gravity__title--wide {
  display: none;
}
@media screen and (max-height: 650px) and (min-width: 768px) {
  /* line 112, ../dev/sass/_components.gravity.scss */
  .c-gravity__title--wide {
    display: inline-block;
  }
}
@media screen and (min-height: 651px) and (min-width: 769px) {
  /* line 112, ../dev/sass/_components.gravity.scss */
  .c-gravity__title--wide {
    display: inline-block;
    max-width: 90%;
  }
}
@media screen and (min-width: 800px) and (min-height: 800px) {
  /* line 112, ../dev/sass/_components.gravity.scss */
  .c-gravity__title--wide {
    max-width: 100%;
  }
}
@media screen and (min-width: 1260px) and (min-height: 650px) {
  /* line 112, ../dev/sass/_components.gravity.scss */
  .c-gravity__title--wide {
    max-width: 80%;
  }
}
@media screen and (min-width: 1260px) and (min-height: 1000px) {
  /* line 112, ../dev/sass/_components.gravity.scss */
  .c-gravity__title--wide {
    max-width: 140%;
    width: 140%;
    margin-left: -20%;
  }
}
@media screen and (min-width: 1400px) and (min-height: 1000px) {
  /* line 112, ../dev/sass/_components.gravity.scss */
  .c-gravity__title--wide {
    max-width: 120%;
    width: 120%;
    margin-left: -10%;
  }
}

/* line 150, ../dev/sass/_components.gravity.scss */
.c-gravity__cloud--1 {
  left: 5%;
  top: 8%;
}
/* line 155, ../dev/sass/_components.gravity.scss */
.c-gravity__cloud--2 {
  right: -3%;
  top: 2%;
}
/* line 160, ../dev/sass/_components.gravity.scss */
.c-gravity__cloud--3 {
  left: -4%;
  top: 40%;
}
/* line 165, ../dev/sass/_components.gravity.scss */
.c-gravity__cloud--4 {
  right: 15%;
  top: 19%;
}
@media screen and (min-width: 800px) {
  /* line 148, ../dev/sass/_components.gravity.scss */
  .c-gravity__cloud {
    opacity: 1;
  }
}

/* line 176, ../dev/sass/_components.gravity.scss */
.c-gravity__inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 181, ../dev/sass/_components.gravity.scss */
.c-gravity__mm {
  padding-top: 25px;
  max-width: 250px;
  width: 40%;
  margin-bottom: 4.5%;
}
@media screen and (max-height: 650px) {
  /* line 181, ../dev/sass/_components.gravity.scss */
  .c-gravity__mm {
    width: 180px;
  }
}
@media screen and (max-height: 650px) and (min-width: 768px) {
  /* line 181, ../dev/sass/_components.gravity.scss */
  .c-gravity__mm {
    max-width: 180px;
    margin-bottom: 3.5%;
  }
}
@media screen and (min-width: 800px) {
  /* line 181, ../dev/sass/_components.gravity.scss */
  .c-gravity__mm {
    padding-top: 90px;
  }
}

/* line 201, ../dev/sass/_components.gravity.scss */
.c-gravity__heading {
  width: 65%;
  max-width: 800px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  font-size: 0;
}

/* line 210, ../dev/sass/_components.gravity.scss */
.c-gravity__heading__the-global {
  max-width: 220px;
  width: 140px;
  display: block;
  clear: both;
  margin: 0 auto 3%;
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  /* line 210, ../dev/sass/_components.gravity.scss */
  .c-gravity__heading__the-global {
    width: 180px;
  }
}
@media screen and (min-width: 620px) and (min-height: 700px) {
  /* line 210, ../dev/sass/_components.gravity.scss */
  .c-gravity__heading__the-global {
    width: 200px;
  }
}
@media screen and (min-width: 800px) and (min-height: 800px) {
  /* line 210, ../dev/sass/_components.gravity.scss */
  .c-gravity__heading__the-global {
    max-width: 360px;
    width: 220px;
    margin: 0 auto 4%;
  }
}

/* line 232, ../dev/sass/_components.gravity.scss */
.c-gravity__heading__silicon,
.c-gravity__heading__valley {
  height: 50px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 620px) and (min-height: 700px) {
  /* line 232, ../dev/sass/_components.gravity.scss */
  .c-gravity__heading__silicon,
  .c-gravity__heading__valley {
    height: 60px;
  }
}
@media screen and (min-width: 800px) and (min-height: 800px) {
  /* line 232, ../dev/sass/_components.gravity.scss */
  .c-gravity__heading__silicon,
  .c-gravity__heading__valley {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
}

/* line 251, ../dev/sass/_components.gravity.scss */
.c-gravity__heading__silicon {
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  /* line 251, ../dev/sass/_components.gravity.scss */
  .c-gravity__heading__silicon {
    margin-bottom: 0;
    width: auto;
    display: inline-block;
  }
}
@media screen and (min-width: 800px) and (min-height: 800px) {
  /* line 251, ../dev/sass/_components.gravity.scss */
  .c-gravity__heading__silicon {
    margin-bottom: 0;
    width: auto;
  }
}

@media screen and (min-width: 1000px) and (max-height: 700px) {
  /* line 268, ../dev/sass/_components.gravity.scss */
  .c-gravity__heading__valley {
    position: relative;
    top: 4px;
    margin-left: 5%;
    display: inline-block;
    height: 54px;
  }
}
@media screen and (min-width: 800px) and (min-height: 800px) {
  /* line 268, ../dev/sass/_components.gravity.scss */
  .c-gravity__heading__valley {
    position: relative;
    top: 4px;
    margin-left: 5%;
    height: 65px;
  }
}

/* line 287, ../dev/sass/_components.gravity.scss */
.c-gravity__heading__handbook {
  max-width: 342px;
  width: 140px;
  display: block;
  clear: both;
  margin: 10px auto 0;
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  /* line 287, ../dev/sass/_components.gravity.scss */
  .c-gravity__heading__handbook {
    width: 180px;
    margin-top: 22px;
  }
}
@media screen and (min-width: 620px) and (min-height: 700px) {
  /* line 287, ../dev/sass/_components.gravity.scss */
  .c-gravity__heading__handbook {
    width: 200px;
  }
}
@media screen and (min-width: 800px) and (min-height: 800px) {
  /* line 287, ../dev/sass/_components.gravity.scss */
  .c-gravity__heading__handbook {
    width: 220px;
    margin: 28px auto 0;
  }
}

/* line 311, ../dev/sass/_components.gravity.scss */
.c-gravity__footer {
  position: relative;
  z-index: 1;
}

/* line 316, ../dev/sass/_components.gravity.scss */
.c-gravity__footer__bridge,
.c-gravity__footer__bridge--placeholder {
  max-width: 980px;
  width: 140%;
  margin-left: -20%;
  margin-right: -20%;
}
@media screen and (min-width: 425px) and (max-height: 700px) {
  /* line 316, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__bridge,
  .c-gravity__footer__bridge--placeholder {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}
@media screen and (min-width: 625px) and (max-height: 700px) {
  /* line 316, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__bridge,
  .c-gravity__footer__bridge--placeholder {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) and (min-height: 700px) {
  /* line 316, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__bridge,
  .c-gravity__footer__bridge--placeholder {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) and (min-height: 800px) {
  /* line 316, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__bridge,
  .c-gravity__footer__bridge--placeholder {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 349, ../dev/sass/_components.gravity.scss */
.c-gravity__footer__bridge {
  position: absolute;
  top: -22%;
}
@media screen and (min-width: 625px) and (max-height: 700px) {
  /* line 349, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__bridge {
    top: -39%;
  }
}
@media screen and (min-width: 820px) and (min-height: 700px) {
  /* line 349, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__bridge {
    top: -50%;
  }
}
@media screen and (min-width: 800px) and (min-height: 800px) {
  /* line 349, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__bridge {
    margin: auto;
    right: 0;
    left: 0;
    top: -22%;
  }
}

@media screen and (min-width: 625px) and (max-height: 700px) {
  /* line 370, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__bridge--placeholder {
    margin-top: -3.5%;
  }
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
  /* line 370, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__bridge--placeholder {
    margin-top: -3%;
  }
}

/* line 384, ../dev/sass/_components.gravity.scss */
.c-gravity__footer__water {
  max-width: 1200px;
  margin-top: -10%;
  width: 180%;
  position: relative;
  margin-left: -40%;
  margin-right: -40%;
}
@media screen and (min-width: 425px) and (max-height: 700px) {
  /* line 384, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__water {
    width: 130%;
    margin-left: -15%;
    margin-right: -15%;
  }
}
@media screen and (min-width: 625px) and (max-height: 700px) {
  /* line 384, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__water {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 820px) and (min-height: 700px) {
  /* line 384, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__water {
    position: absolute;
    left: -40%;
    right: -40%;
    margin: auto;
    bottom: 16%;
    margin-top: 0;
  }
}
@media screen and (min-width: 800px) and (min-height: 800px) {
  /* line 384, ../dev/sass/_components.gravity.scss */
  .c-gravity__footer__water {
    width: 90%;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -11%;
    margin-top: 0;
  }
}

/* line 1, ../dev/sass/_components.features.scss */
.c-features {
  padding: 90px 0;
  position: relative;
  z-index: 5;
}
/* line 6, ../dev/sass/_components.features.scss */
.c-features:before {
  content: '';
  width: 100%;
  height: 37px;
  background: url(i/handbook-landing/waves1.png) repeat-x;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 9;
}

/* line 18, ../dev/sass/_components.features.scss */
.c-feature {
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
@media screen and (min-width: 800px) {
  /* line 18, ../dev/sass/_components.features.scss */
  .c-feature {
    display: block;
  }
}

/* line 33, ../dev/sass/_components.features.scss */
.c-feature__block {
  font: 300 15px/20px "Lato", sans-serif;
  color: #5c5c5c;
  margin-bottom: 50px;
  -ms-flex-order: 2;
      order: 2;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 800px) {
  /* line 33, ../dev/sass/_components.features.scss */
  .c-feature__block {
    font: 300 20px/26px "Lato", sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
    margin-bottom: 0;
    text-align: left;
  }
}

/* line 53, ../dev/sass/_components.features.scss */
.c-feature__block--graphic {
  -ms-flex-order: 1;
      order: 1;
}

/* line 57, ../dev/sass/_components.features.scss */
.c-feature__heading {
  font: 900 36px/39px "Lato", sans-serif;
  text-align: center;
  color: #333b85;
  margin-bottom: 12px;
}
@media screen and (min-width: 800px) {
  /* line 57, ../dev/sass/_components.features.scss */
  .c-feature__heading {
    text-align: left;
    font: 900 48px/52px "Lato", sans-serif;
  }
}

/* line 68, ../dev/sass/_components.features.scss */
.c-feature__graphic {
  position: absolute;
  left: 0;
}

/* line 73, ../dev/sass/_components.features.scss */
.c-feature__marketprofiles {
  right: 0;
  top: -10px;
  left: auto;
}

/* line 79, ../dev/sass/_components.features.scss */
.c-feature__block__content {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  /* line 85, ../dev/sass/_components.features.scss */
  .c-feature__block__content--one {
    max-width: 495px;
    margin-left: 8%;
  }
}

@media screen and (min-width: 800px) {
  /* line 92, ../dev/sass/_components.features.scss */
  .c-feature__block__content--two {
    max-width: 440px;
    margin-right: 8%;
  }
}

@media screen and (min-width: 800px) {
  /* line 99, ../dev/sass/_components.features.scss */
  .c-feature__block__content--three {
    max-width: 402px;
    margin-left: 8%;
  }
}

/* line 108, ../dev/sass/_components.features.scss */
.c-feature-one__cloud--one {
  width: 166px;
  top: 5%;
  left: 25%;
}
/* line 114, ../dev/sass/_components.features.scss */
.c-feature-one__cloud--two {
  width: 92px;
  right: 20%;
  top: 20%;
}
/* line 120, ../dev/sass/_components.features.scss */
.c-feature-one__cloud--three {
  width: 152px;
  right: 3%;
  top: 2%;
}

/* line 130, ../dev/sass/_components.features.scss */
.c-feature-two__cloud--one {
  width: 152px;
  top: 10%;
  left: -0.1%;
}
/* line 136, ../dev/sass/_components.features.scss */
.c-feature-two__cloud--two {
  width: 92px;
  left: 40%;
  top: 0;
}
/* line 142, ../dev/sass/_components.features.scss */
.c-feature-two__cloud--three {
  width: 166px;
  left: 30%;
  bottom: 0;
}

/* line 152, ../dev/sass/_components.features.scss */
.c-feature-three__cloud--one {
  width: 166px;
  top: 7%;
  right: -0.1%;
}
/* line 158, ../dev/sass/_components.features.scss */
.c-feature-three__cloud--two {
  width: 92px;
  left: 50%;
  bottom: 3%;
}

/* line 1, ../dev/sass/_components.book-info.scss */
.c-book-info {
  padding: 110px 0;
  background: url(i/handbook-landing/bg_bluetexture_light.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 5;
}
/* line 8, ../dev/sass/_components.book-info.scss */
.c-book-info:before {
  content: '';
  width: 100%;
  height: 37px;
  background: url(i/handbook-landing/waves2.png) repeat-x;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 9;
}

/* line 20, ../dev/sass/_components.book-info.scss */
.c-book-info__content {
  max-width: 960px;
  width: 85%;
  margin: 0 auto;
  font-size: 0;
  color: #fff;
}
/* line 27, ../dev/sass/_components.book-info.scss */
.c-book-info__content h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}
/* line 34, ../dev/sass/_components.book-info.scss */
.c-book-info__content img {
  max-width: 100%;
}
@media screen and (min-width: 800px) {
  /* line 39, ../dev/sass/_components.book-info.scss */
  .c-book-info__content h2 {
    font-size: 43px;
    line-height: 45px;
  }
}

/* line 48, ../dev/sass/_components.book-info.scss */
.c-book-info__container {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding: 0 1.5%;
  box-sizing: border-box;
}
/* line 56, ../dev/sass/_components.book-info.scss */
.c-book-info__container p {
  margin-bottom: 27px;
  color: #c1cdee;
}
/* line 61, ../dev/sass/_components.book-info.scss */
.c-book-info__container a {
  display: inline-block;
}
/* line 65, ../dev/sass/_components.book-info.scss */
.c-book-info__container:first-child {
  text-align: center;
}
@media screen and (min-width: 800px) {
  /* line 48, ../dev/sass/_components.book-info.scss */
  .c-book-info__container {
    display: inline-block;
    width: 41%;
    vertical-align: top;
    text-align: left;
  }
  /* line 75, ../dev/sass/_components.book-info.scss */
  .c-book-info__container:nth-child(2) {
    width: 59%;
  }
}

/* line 81, ../dev/sass/_components.book-info.scss */
.c-book-info__book-image {
  margin-bottom: 10px;
}

/* line 85, ../dev/sass/_components.book-info.scss */
.c-book-info__aside {
  font: 20px/27px "Lato", sans-serif;
}
/* line 88, ../dev/sass/_components.book-info.scss */
.c-book-info__aside h3 {
  font: 700 22px/25px "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  /* line 85, ../dev/sass/_components.book-info.scss */
  .c-book-info__aside {
    font: 24px/32px "Lato", sans-serif;
  }
  /* line 98, ../dev/sass/_components.book-info.scss */
  .c-book-info__aside h3 {
    font: 700 26px/30px "Lato", sans-serif;
  }
}

/* line 104, ../dev/sass/_components.book-info.scss */
.c-book-info__close {
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}

/* line 111, ../dev/sass/_components.book-info.scss */
.c-book-info__btns {
  font-size: 0;
}
/* line 114, ../dev/sass/_components.book-info.scss */
.c-book-info__btns a {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  margin-left: 2%;
  margin-bottom: 2%;
}
/* line 121, ../dev/sass/_components.book-info.scss */
.c-book-info__btns a:nth-child(odd) {
  margin-left: 0;
}
@media screen and (min-width: 500px) {
  /* line 111, ../dev/sass/_components.book-info.scss */
  .c-book-info__btns {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  /* line 130, ../dev/sass/_components.book-info.scss */
  .c-book-info__btns a {
    margin-bottom: 0;
    width: 157px;
  }
  /* line 134, ../dev/sass/_components.book-info.scss */
  .c-book-info__btns a:nth-child(odd) {
    margin-left: 2%;
  }
  /* line 138, ../dev/sass/_components.book-info.scss */
  .c-book-info__btns a:first-child {
    margin-left: 0;
  }
}

/* line 145, ../dev/sass/_components.book-info.scss */
.c-book-info__cloud {
  width: 166px;
  right: 1%;
  bottom: -2%;
}

/* line 1, ../dev/sass/_components.quotes.scss */
.c-quotes {
  background: url(i/handbook-landing/bg_bluetexture.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0;
  position: relative;
  z-index: 4;
}
/* line 9, ../dev/sass/_components.quotes.scss */
.c-quotes h2 {
  text-align: center;
  color: #fff;
  font: 700 26px/30px "Lato", sans-serif;
  max-width: 618px;
  width: 80%;
  margin: 0 auto 75px;
}
@media screen and (min-width: 800px) {
  /* line 20, ../dev/sass/_components.quotes.scss */
  .c-quotes h2 {
    font: 700 45px/54px "Lato", sans-serif;
  }
}

/* line 26, ../dev/sass/_components.quotes.scss */
.c-quote {
  max-width: 960px;
  width: 90%;
  margin: 0 auto 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
@media screen and (min-width: 800px) {
  /* line 26, ../dev/sass/_components.quotes.scss */
  .c-quote {
    width: 80%;
    display: block;
    font-size: 0;
  }
  /* line 41, ../dev/sass/_components.quotes.scss */
  .c-quote:nth-child(odd) .c-quote__speaker {
    text-align: right;
    padding-right: 4%;
  }
  /* line 46, ../dev/sass/_components.quotes.scss */
  .c-quote:nth-child(odd) .c-quote__text {
    margin-left: 11%;
    margin-right: 0;
  }
  /* line 50, ../dev/sass/_components.quotes.scss */
  .c-quote:nth-child(odd) .c-quote__text:before {
    border-right: 100px solid #fff;
    left: -66px;
    -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
  }
  /* line 60, ../dev/sass/_components.quotes.scss */
  .c-quote:nth-child(even) .c-quote__text:before {
    border-left: 100px solid #fff;
    right: -66px;
    -ms-transform: rotate(15deg);
        transform: rotate(15deg);
  }
}

/* line 72, ../dev/sass/_components.quotes.scss */
.c-quote__block {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 45px;
}
@media screen and (min-width: 800px) {
  /* line 72, ../dev/sass/_components.quotes.scss */
  .c-quote__block {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}

/* line 87, ../dev/sass/_components.quotes.scss */
.c-quote__speaker {
  -ms-flex-order: 2;
      order: 2;
}
@media screen and (min-width: 800px) {
  /* line 87, ../dev/sass/_components.quotes.scss */
  .c-quote__speaker {
    -ms-flex-order: 1;
        order: 1;
    text-align: left;
    padding-left: 5%;
  }
}

/* line 97, ../dev/sass/_components.quotes.scss */
.c-quote__speaker__info {
  color: #fff;
  display: inline-block;
  font-size: 0;
}
@media screen and (min-width: 800px) {
  /* line 97, ../dev/sass/_components.quotes.scss */
  .c-quote__speaker__info {
    text-align: center;
    max-width: 205px;
  }
}

/* line 110, ../dev/sass/_components.quotes.scss */
.c-quote__speaker__image {
  border-radius: 50%;
  width: 30%;
}
@media screen and (min-width: 800px) {
  /* line 110, ../dev/sass/_components.quotes.scss */
  .c-quote__speaker__image {
    width: auto;
    margin-bottom: 25px;
  }
}

/* line 121, ../dev/sass/_components.quotes.scss */
.c-quote__speaker__image,
.c-quote__speaker__meta {
  display: inline-block;
  vertical-align: middle;
}

/* line 127, ../dev/sass/_components.quotes.scss */
.c-quote__speaker__meta {
  width: 65%;
  padding-left: 5%;
  text-align: left;
}
@media screen and (min-width: 800px) {
  /* line 127, ../dev/sass/_components.quotes.scss */
  .c-quote__speaker__meta {
    text-align: center;
  }
}

/* line 136, ../dev/sass/_components.quotes.scss */
.c-quote__speaker__name {
  font: 700 22px/24px "Lato", sans-serif;
  margin-bottom: 4px;
}

/* line 141, ../dev/sass/_components.quotes.scss */
.c-quote__speaker__title {
  font: 13px/16px "Lato", sans-serif;
  color: #94a7e2;
  text-transform: uppercase;
}

/* line 147, ../dev/sass/_components.quotes.scss */
.c-quote__text {
  background: #fff;
  font: 300 17px/22px "Lato", sans-serif;
  border-radius: 4.75px;
  padding: 25px 31px;
  position: relative;
}
/* line 154, ../dev/sass/_components.quotes.scss */
.c-quote__text p {
  position: relative;
}
/* line 158, ../dev/sass/_components.quotes.scss */
.c-quote__text:after {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
  margin: auto;
  border-left: 70px solid #fff;
  -ms-transform: rotate(114deg);
      transform: rotate(114deg);
  border-bottom-width: 0;
  border-top-width: 40px;
}
@media screen and (min-width: 800px) {
  /* line 147, ../dev/sass/_components.quotes.scss */
  .c-quote__text {
    margin-right: 11%;
    margin-left: 0;
    font: 300 22px/28px "Lato", sans-serif;
  }
  /* line 181, ../dev/sass/_components.quotes.scss */
  .c-quote__text:after {
    display: none;
  }
  /* line 185, ../dev/sass/_components.quotes.scss */
  .c-quote__text:before {
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    position: absolute;
    top: -22px;
    bottom: 0;
    margin: auto;
    border-bottom-width: 0;
    border-top-width: 70px;
  }
}

/* line 201, ../dev/sass/_components.quotes.scss */
.c-quotes__cloud--1 {
  top: 13%;
  left: 3%;
}
/* line 206, ../dev/sass/_components.quotes.scss */
.c-quotes__cloud--2 {
  top: 42%;
  right: -.5%;
}
/* line 211, ../dev/sass/_components.quotes.scss */
.c-quotes__cloud--3 {
  bottom: 40%;
  left: -1%;
}
/* line 216, ../dev/sass/_components.quotes.scss */
.c-quotes__cloud--4 {
  bottom: 27%;
  right: 5%;
}
/* line 221, ../dev/sass/_components.quotes.scss */
.c-quotes__cloud--5 {
  bottom: -.5%;
  left: -1%;
}

/* line 227, ../dev/sass/_components.quotes.scss */
.c-quote__footer {
  padding-top: 30px;
  text-align: center;
  color: #94a7e2;
}
/* line 232, ../dev/sass/_components.quotes.scss */
.c-quote__footer h3 {
  font: 16px/20px "Lato", sans-serif;
  width: 70%;
  max-width: 396px;
  margin: 8px auto 0;
}

/* line 1, ../dev/sass/_components.news.scss */
.c-news {
  padding: 90px 0;
  background: url(i/handbook-landing/bg_bluetexture_light.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 3;
}
/* line 8, ../dev/sass/_components.news.scss */
.c-news h2 {
  color: #fff;
  text-align: center;
  font: 700 50px/57px "Lato", sans-serif;
  margin-bottom: 62px;
}

/* line 16, ../dev/sass/_components.news.scss */
.c-news-list {
  max-width: 960px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 16, ../dev/sass/_components.news.scss */
  .c-news-list {
    font-size: 0;
  }
}

/* line 27, ../dev/sass/_components.news.scss */
.c-news-item {
  font: 24px/28px "Lato", sans-serif;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 27, ../dev/sass/_components.news.scss */
  .c-news-item {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 33.3333333%;
    box-sizing: border-box;
    padding: 0 3%;
  }
}

/* line 43, ../dev/sass/_components.news.scss */
.c-news-item__image {
  display: inline-block;
  margin-bottom: 15px;
}

/* line 48, ../dev/sass/_components.news.scss */
.c-news-item__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  /* line 48, ../dev/sass/_components.news.scss */
  .c-news-item__title {
    margin-bottom: 35px;
  }
}

/* line 55, ../dev/sass/_components.news.scss */
.c-news-item__btn {
  background: #333a84;
  display: inline-block;
  color: #fff;
  font: 13px/35px "Lato", sans-serif;
  height: 35px;
  width: 115px;
  text-align: center;
  border-radius: 3px;
}

/* line 1, ../dev/sass/_components.footer.scss */
.c-site-footer {
  background: #000;
  padding: 40px 5% 60px;
  position: relative;
  z-index: 3;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 800px) {
  /* line 11, ../dev/sass/_components.footer.scss */
  .c-site-footer__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    clear: left;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

/* line 21, ../dev/sass/_components.footer.scss */
.c-site-footer__tagline {
  font-weight: 400;
  font: 300 12px/16px "Lato", sans-serif;
}
/* line 25, ../dev/sass/_components.footer.scss */
.c-site-footer__tagline a {
  color: #fff;
  margin-top: 15px;
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  /* line 21, ../dev/sass/_components.footer.scss */
  .c-site-footer__tagline {
    width: 350px;
    margin-bottom: 0;
  }
}

/* line 38, ../dev/sass/_components.footer.scss */
.c-footer-logo {
  display: block;
  margin-bottom: 20px;
}

/* line 43, ../dev/sass/_components.footer.scss */
.c-copyright {
  font: italic 300 11px/14px "Lato", sans-serif;
  margin-top: 20px;
}
@media screen and (min-width: 800px) {
  /* line 43, ../dev/sass/_components.footer.scss */
  .c-copyright {
    width: 350px;
    margin: 0;
  }
}

/* line 55, ../dev/sass/_components.footer.scss */
.section--landscape {
  color: #fff;
  position: relative;
  height: 500px;
}
@media screen and (min-width: 800px) {
  /* line 55, ../dev/sass/_components.footer.scss */
  .section--landscape {
    height: 800px;
  }
}

/* line 66, ../dev/sass/_components.footer.scss */
.section--landscape__wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}

/* line 75, ../dev/sass/_components.footer.scss */
.section--landscape__content {
  position: relative;
  padding-top: 20%;
}
/* line 79, ../dev/sass/_components.footer.scss */
.section--landscape__content .c-btn {
  display: inline-block;
  border-radius: 3px;
  height: 34px;
  font: 400 14px/34px "Lato", sans-serif;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  z-index: 100;
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease-out;
  background: #00c93b;
  border: 1px solid #00c93b;
  margin: 30px 0;
}
/* line 95, ../dev/sass/_components.footer.scss */
.section--landscape__content .c-btn:hover {
  background: #00b034;
  border-color: #00b034;
  transition: all 0.35s ease-out;
}
@media screen and (min-width: 700px) {
  /* line 75, ../dev/sass/_components.footer.scss */
  .section--landscape__content {
    padding-top: 15%;
  }
}
@media screen and (min-width: 800px) {
  /* line 75, ../dev/sass/_components.footer.scss */
  .section--landscape__content {
    padding-top: 8%;
  }
}

/* line 113, ../dev/sass/_components.footer.scss */
.section--landscape__sky {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 1;
  background: url(i/handbook-landing/sky2.jpg) no-repeat center top;
  background-size: 100% 108%;
}

/* line 132, ../dev/sass/_components.footer.scss */
.section--landscape__buildings {
  background: url(i/handbook-landing/landscape_buildings.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 542px;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  /* line 132, ../dev/sass/_components.footer.scss */
  .section--landscape__buildings {
    background-size: cover;
  }
}

/* line 148, ../dev/sass/_components.footer.scss */
.section--landscape__sub-heading {
  position: relative;
  z-index: 3;
  font: 300 14px/18px "Lato", sans-serif;
}
@media screen and (min-width: 650px) {
  /* line 148, ../dev/sass/_components.footer.scss */
  .section--landscape__sub-heading {
    font: 300 20px/24px "Lato", sans-serif;
  }
}
@media screen and (min-width: 800px) {
  /* line 148, ../dev/sass/_components.footer.scss */
  .section--landscape__sub-heading {
    font: 300 35px/55px "Lato", sans-serif;
  }
}

/* line 164, ../dev/sass/_components.footer.scss */
.section--landscape__connect {
  position: relative;
  z-index: 3;
  color: #fff;
  font: 900 36px/42px "Lato", sans-serif;
}
@media screen and (min-width: 800px) {
  /* line 164, ../dev/sass/_components.footer.scss */
  .section--landscape__connect {
    font: 900 65px/75px "Lato", sans-serif;
  }
}
/* line 174, ../dev/sass/_components.footer.scss */
.section--landscape__connect span {
  display: block;
  font: 300 18px/24px "Lato", sans-serif;
}
@media screen and (min-width: 800px) {
  /* line 174, ../dev/sass/_components.footer.scss */
  .section--landscape__connect span {
    font: 300 32px/45px "Lato", sans-serif;
  }
}

/* line 184, ../dev/sass/_components.footer.scss */
.section--landscape__social {
  padding-top: 12px;
  font-size: 0;
  position: relative;
  z-index: 3;
}
/* line 189, ../dev/sass/_components.footer.scss */
.section--landscape__social a {
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
  opacity: 1;
  transition: .1s linear;
  margin-left: 10px;
}
/* line 197, ../dev/sass/_components.footer.scss */
.section--landscape__social a:hover {
  opacity: .8;
}
/* line 201, ../dev/sass/_components.footer.scss */
.section--landscape__social a img {
  width: 35px;
}
/* line 205, ../dev/sass/_components.footer.scss */
.section--landscape__social a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 800px) {
  /* line 189, ../dev/sass/_components.footer.scss */
  .section--landscape__social a {
    margin-left: 35px;
    width: 55px;
  }
  /* line 213, ../dev/sass/_components.footer.scss */
  .section--landscape__social a img {
    width: 55px;
  }
}

/* line 221, ../dev/sass/_components.footer.scss */
.section--landscape__heading {
  font: 700 20px/24px "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (min-width: 650px) {
  /* line 221, ../dev/sass/_components.footer.scss */
  .section--landscape__heading {
    font: 700 28px/32px "Lato", sans-serif;
  }
}
@media screen and (min-width: 800px) {
  /* line 221, ../dev/sass/_components.footer.scss */
  .section--landscape__heading {
    font: 700 70px/82px "Lato", sans-serif;
    margin-bottom: 35px;
  }
}

/* line 238, ../dev/sass/_components.footer.scss */
.section--landscape__button {
  width: 150px;
  height: 40px;
  text-align: center;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
}
@media screen and (min-width: 800px) {
  /* line 238, ../dev/sass/_components.footer.scss */
  .section--landscape__button {
    width: 210px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

/* line 2, ../dev/sass/_sticky-header.scss */
.c-handbook-banner {
  z-index: 9000;
  height: 60px;
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  background: url(i/handbook-landing/bg_handbookpromo.jpg) no-repeat center center;
  padding: 0 2.5%;
  box-sizing: border-box;
  transition: .2s ease-out;
  box-shadow: 0px 4px 8px 0 rgba(50, 50, 50, 0.25);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  align-items: center;
}

/* line 37, ../dev/sass/_sticky-header.scss */
.c-handbook-banner.is-pinned {
  top: 0;
}

/* line 48, ../dev/sass/_sticky-header.scss */
.c-handbook-banner__title {
  width: 40%;
  max-width: 630px;
}
@media screen and (max-width: 960px) {
  /* line 48, ../dev/sass/_sticky-header.scss */
  .c-handbook-banner__title {
    display: none;
  }
}

/* line 59, ../dev/sass/_sticky-header.scss */
.c-handbook-banner__title--stacked {
  display: none;
  height: 46px;
}
@media screen and (max-width: 960px) {
  /* line 59, ../dev/sass/_sticky-header.scss */
  .c-handbook-banner__title--stacked {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  /* line 59, ../dev/sass/_sticky-header.scss */
  .c-handbook-banner__title--stacked {
    height: 40px;
  }
}

/* line 77, ../dev/sass/_sticky-header.scss */
.c-handbook-banner__date {
  text-align: center;
}
/* line 79, ../dev/sass/_sticky-header.scss */
.c-handbook-banner__date strong,
.c-handbook-banner__date span {
  display: block;
}
/* line 84, ../dev/sass/_sticky-header.scss */
.c-handbook-banner__date strong {
  text-transform: uppercase;
  color: #fff;
  font: 700 15px/18px "Lato", sans-serif;
}
/* line 90, ../dev/sass/_sticky-header.scss */
.c-handbook-banner__date span {
  color: #94a7e2;
  font: 15px/18px "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  /* line 96, ../dev/sass/_sticky-header.scss */
  .c-handbook-banner__date strong,
  .c-handbook-banner__date span {
    font-size: 13px;
  }
}

/* line 103, ../dev/sass/_sticky-header.scss */
.c-handbook-banner__links {
  font-size: 0;
  text-align: right;
}
/* line 107, ../dev/sass/_sticky-header.scss */
.c-handbook-banner__links a {
  color: #fff;
  font: 13px "Lato", sans-serif;
  position: relative;
  display: inline-block;
}
/* line 114, ../dev/sass/_sticky-header.scss */
.c-handbook-banner__links a:not(:first-child) {
  padding-left: 20px;
}
/* line 117, ../dev/sass/_sticky-header.scss */
.c-handbook-banner__links a:not(:first-child):before {
  content: '';
  background: #94a7e2;
  width: 1px;
  height: 80%;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 131, ../dev/sass/_sticky-header.scss */
.c-handbook-banner__links a:hover {
  color: #94a7e2;
}
@media screen and (max-width: 768px) {
  /* line 103, ../dev/sass/_sticky-header.scss */
  .c-handbook-banner__links {
    display: none;
  }
}

/* line 1, ../dev/sass/_utilities.scss */
.u-placeholder-graphic {
  opacity: 0;
  visibility: hidden;
}

/* line 6, ../dev/sass/_utilities.scss */
.u-cloud {
  position: absolute;
  opacity: .75;
}
@media screen and (max-width: 800px) {
  /* line 6, ../dev/sass/_utilities.scss */
  .u-cloud {
    width: 20%;
  }
}
@media screen and (min-width: 800px) {
  /* line 6, ../dev/sass/_utilities.scss */
  .u-cloud {
    opacity: 1;
  }
}

/* line 19, ../dev/sass/_utilities.scss */
.u-uppercase {
  text-transform: uppercase;
}

/* line 22, ../dev/sass/_utilities.scss */
.u-text-centered {
  text-align: center;
}
