* {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  box-sizing: border-box; }

body.outlook {
  font-family: "Rubik";
  font-size: 1rem;
  color: #162638;
  text-align: center;
  background-image: url("2017.09.09/top-of-the-mountain.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  /* SPECIAL LP VERSION */
  /* CATEGORIES */
  /* DEPARTMENTS */
  /* TESTIMONIALS */ }
  body.outlook .header {
    display: flex;
    padding: 2rem;
    justify-content: space-between; }
  body.outlook .header a {
    text-decoration: none;
    font-size: .6875rem;
    color: #162638 !important; }
  body.outlook .header__logo {
    display: flex;
    align-items: center; }
  body.outlook .header__actions {
    display: flex;
    align-items: center; }
    body.outlook .header__actions > * {
      margin: 0 .5rem; }
    body.outlook .header__actions > *:first-child {
      margin-left: 0; }
    body.outlook .header__actions > *:last-child {
      margin-right: 0; }
  body.outlook .footer {
    padding: 15rem 0 3rem;
    display: flex;
    flex-direction: column; }
  body.outlook .footer a {
    font-size: .6825rem;
    text-decoration: none;
    color: #646363;
    margin: 0 2rem; }
  body.outlook .footer__actions {
    margin-top: 3rem; }
  body.outlook .footer__action-buy {
    margin: 3rem 0 0 !important;
    color: #162638 !important; }
  body.outlook hgroup > * {
    margin-left: auto;
    margin-right: auto; }
  body.outlook h1 {
    color: #003da6;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 3.5rem; }
  body.outlook h2 {
    font-size: 2.5rem;
    color: #003da6;
    font-family: "Montserrat";
    font-weight: 700; }
  body.outlook h3 {
    font-size: 1.5625rem;
    font-weight: 400; }
  body.outlook .readable {
    max-width: 65rem;
    margin-left: auto !important;
    margin-right: auto !important; }
  body.outlook hr {
    height: 14px;
    background-image: url("2017.09.09/divider--black.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    margin: 2.5rem 0; }
  body.outlook .hero__headline {
    margin: 5vw 0; }
  body.outlook section {
    padding: 8vw 0;
    background-color: #FFFFFF; }
  body.outlook section.hero {
    display: flex;
    flex-direction: column;
    background-position: center;
    padding-top: 0;
    background-color: transparent; }
  body.outlook section.get-things-done {
    z-index: 3; }
  body.outlook section.stay-on-top {
    padding-top: 20rem !important;
    position: relative; }
  body.outlook section.any-office-suite svg {
    width: 80%;
    max-width: 1200px;
    margin: 6rem 0; }
  body.outlook section.discover {
    padding-bottom: 0; }
  body.outlook section.next-level {
    padding-bottom: 10rem; }
  body.outlook section.lower-cta {
    padding: 5vw 0 4rem; }
    body.outlook section.lower-cta h1 {
      text-transform: none; }
  body.outlook .hero__landing-page {
    padding: 0; }
    body.outlook .hero__landing-page .hero__headline {
      display: flex;
      flex-direction: column;
      margin-top: 2vw; }
    body.outlook .hero__landing-page h1 {
      text-transform: none;
      font-size: 3rem; }
    body.outlook .hero__landing-page h2 {
      font-size: 2rem;
      color: #162638;
      font-weight: 400;
      margin-top: 2rem; }
    body.outlook .hero__landing-page h2 b {
      font-weight: 700; }
    body.outlook .hero__landing-page h3 {
      color: #FFFFFF; }
    body.outlook .hero__landing-page .hero__action {
      margin: 3rem 0; }
  body.outlook .categories hgroup span {
    margin: 0 2vw; }
  body.outlook .categories--list {
    margin: 5rem 0;
    display: flex;
    font-size: 1.25rem;
    justify-content: center; }
  body.outlook .categories--column {
    width: 25vw;
    min-width: 22rem;
    margin: 0 3rem; }
  body.outlook .categories--column:first-child {
    margin-left: 0; }
  body.outlook .categories--column:last-child {
    margin-right: 0; }
  body.outlook .categories--column li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .5rem 0; }
  body.outlook .categories--name {
    position: relative;
    margin-left: 2em;
    text-align: left; }
  body.outlook .categories--name:before {
    width: 1em;
    height: 1.35em;
    content: "";
    position: absolute;
    top: 0;
    left: -1.7em;
    background-image: url("2017.09.09/folder.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; }
  body.outlook .categories--divider {
    background-image: none;
    background-color: #babfcc;
    margin: 0 1rem;
    height: 1px;
    content: "";
    flex: 1; }
  body.outlook .department--list {
    width: 80%;
    display: flex;
    margin: 3rem auto 0;
    justify-content: center;
    flex-wrap: wrap; }
  body.outlook .department--element {
    width: 20%;
    margin: 2rem 1vw;
    color: inherit;
    text-decoration: none; }
  body.outlook .department--element svg {
    width: 80%;
    margin-bottom: 1rem;
    transition: all 0.2s ease; }
  body.outlook .testimonials {
    padding: 20rem 0 12rem; }
  body.outlook .testimonials--list {
    width: 80%;
    margin: 0 auto;
    display: flex; }
  body.outlook .testimonial--quote {
    flex: 1;
    padding: 0 4vw;
    border-left: 1px solid #FFFFFF; }
  body.outlook .testimonial--quote:first-child {
    border: none; }
  body.outlook .testimonial--quote blockquote {
    font-family: "Tinos";
    font-size: 1.25rem;
    color: #003da6;
    margin: 2rem 0; }
  body.outlook .testimonial--quote aside {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    margin: 0 auto;
    content: "";
    background-image: url("//cdn.biztree.com/_Assets/_Global/Images/Misc/endorsers.png");
    background-repeat: no-repeat;
    background-size: 300% auto; }
    body.outlook .testimonial--quote aside.robert {
      background-position: 0 0; }
    body.outlook .testimonial--quote aside.neal {
      background-position: 50% 0; }
    body.outlook .testimonial--quote aside.david {
      background-position: 100% 0; }
  body.outlook .get-things-done__business-plans {
    margin: 3rem 0 -23rem;
    position: relative;
    z-index: 10; }
  body.outlook .stay-on-top__infographic {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("2017.09.09/infographic.svg");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1 !important;
    opacity: .04; }
  body.outlook .stay-on-top__sales-marketing {
    box-shadow: 0 0 153px 0 rgba(0, 0, 0, 0.2);
    margin: 3rem 0 8rem; }
  body.outlook .next-level__business-tasks {
    margin: 3rem 0 -10rem;
    position: relative;
    z-index: 10; }
  body.outlook section {
    position: relative;
    z-index: 2; }
    body.outlook section.has-divider--up--concave {
      padding-top: 12vw; }
  body.outlook .actions {
    margin-top: 3rem; }
    body.outlook .actions .button {
      display: flex;
      align-items: center;
      justify-content: center; }
    body.outlook .actions .button svg {
      margin-right: 1rem; }
    body.outlook .actions p, body.outlook .actions h3 {
      color: #003da6;
      text-transform: uppercase; }
    body.outlook .actions p {
      line-height: 5; }
    body.outlook .actions .actions__buttons {
      display: flex;
      justify-content: center;
      margin-top: 1rem; }
    body.outlook .actions .actions__buttons > * {
      margin: 0 1rem; }
    body.outlook .actions .button {
      flex: 0 0 20rem;
      position: relative; }
    body.outlook .actions .legend {
      position: absolute;
      width: 100%;
      bottom: -3.5rem;
      left: 0;
      font-family: "Rubik";
      text-transform: none;
      font-size: 1rem; }
  body.outlook .gradient {
    background-image: linear-gradient(-180deg, #F6F6FA 0%, #E9E9F2 100%); }
  body.outlook .has-divider {
    position: relative;
    overflow: hidden; }
    body.outlook .has-divider > * {
      position: relative;
      z-index: 3; }
    body.outlook .has-divider:before, body.outlook .has-divider:after {
      content: "";
      width: 100%;
      height: 160px;
      position: absolute;
      z-index: 2;
      background-size: auto 100%; }
    body.outlook .has-divider[class*="ascending"]:before, body.outlook .has-divider[class*="ascending"]:after {
      height: 13vw; }
  body.outlook .has-divider--ascending {
    padding: 20rem 0;
    margin-top: -10rem; }
  body.outlook .has-divider--up--concave:before {
    top: 0;
    left: 0;
    background-image: url("2017.09.09/divider--up--concave.svg");
    background-position: center; }
  body.outlook .has-divider--down--concave:after {
    bottom: 0;
    left: 0;
    background-image: url("2017.09.09/divider--down--concave.svg");
    background-position: center; }
  body.outlook .has-divider--up--convex:after {
    bottom: 0;
    left: 0;
    background-image: url("2017.09.09/divider--up--convex.svg");
    background-position: center; }
  body.outlook .has-divider--down--convex:before {
    top: 0;
    left: 0;
    background-image: url("2017.09.09/divider--down--convex.svg");
    background-position: center; }
  body.outlook .has-divider--up-ascending:before {
    top: 0;
    right: 0;
    background-image: url("2017.09.09/divider--up-ascending.svg");
    background-position: top right; }
  body.outlook .has-divider--down-ascending:after {
    bottom: 0;
    left: 0;
    background-image: url("2017.09.09/divider--down-ascending.svg");
    background-position: bottom left; }
  body.outlook .button {
    background-image: linear-gradient(-180deg, #FFE9AD 0%, #FFD65E 9%, #FCA400 98%);
    border: 1px solid #FEAC0F;
    border-radius: 4px;
    text-decoration: none;
    color: #162638;
    padding: 1.3em 1.7em;
    align-self: center;
    transition: all 0.2s ease;
    cursor: pointer; }
  body.outlook .button--tiny {
    font-size: 1rem !important;
    padding: .5em 1em; }
  body.outlook .button--medium {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 1.1875rem; }
  body.outlook .button--enhanced {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    padding-right: 5em;
    position: relative; }
    body.outlook .button--enhanced i {
      text-transform: none;
      font-style: normal;
      font-size: .75em; }
    body.outlook .button--enhanced svg {
      width: 2em;
      position: absolute;
      top: 50%;
      right: 1.5em;
      transform: translateY(-50%); }
  body.outlook .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2); }
  body.outlook .parallax-image-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url("2017.09.09/top-of-the-mountain-parallax-1.png");
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1; }
  body.outlook .parallax-image-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url("2017.09.09/top-of-the-mountain-parallax-2.png");
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1; }
  body.outlook #debugger {
    position: fixed;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #f15f74;
    z-index: 100;
    padding: 3rem; }

@media screen and (min-width: 0px) and (max-width: 1500px) {
  body.outlook.outlook__light {
    background-size: 180% auto; }
    body.outlook.outlook__light [class*="parallax-image"] {
      background-size: 180% auto; } }

body.outlook.outlook__dark {
  background-image: url("2017.09.09/reach-the-stars.jpg");
  background-color: #000000;
  color: #eee; }
  body.outlook.outlook__dark .header a {
    color: #FFFFFF !important; }
  body.outlook.outlook__dark h1 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 4.6875rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.89); }
  body.outlook.outlook__dark h2 {
    font-family: "Rubik";
    font-weight: 400;
    color: #3080f9;
    font-size: 3.5rem; }
  body.outlook.outlook__dark h3 {
    font-family: Rubik;
    font-size: 1.25rem;
    color: #EBD4EA;
    font-weight: 400;
    margin: 3rem 0; }
  body.outlook.outlook__dark hgroup.next-level {
    margin-top: 6rem; }
  body.outlook.outlook__dark .hero__headline {
    margin-bottom: 3vw; }
  body.outlook.outlook__dark .hero__action {
    margin-bottom: 2vw; }
  body.outlook.outlook__dark .next-level__business-tasks {
    margin: 3rem 0 3rem; }
  body.outlook.outlook__dark .access-anywhere {
    display: flex;
    align-items: center;
    justify-content: center; }
  body.outlook.outlook__dark .access-anywhere__container {
    padding: 5rem;
    border-radius: 1rem;
    border: 2px solid #646363;
    background: url("2017.09.09/blurred-card.jpg") no-repeat;
    background-size: cover; }
  body.outlook.outlook__dark section {
    background-color: #000000;
    padding: 5vw 0; }
  body.outlook.outlook__dark section.hero {
    padding: 0 0 10rem;
    background-color: transparent; }
    body.outlook.outlook__dark section.hero h3 {
      font-size: 2rem;
      text-shadow: 1px 1px 4px #000000; }
  body.outlook.outlook__dark section.discover {
    background-image: url("2017.09.09/skyline-background.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  body.outlook.outlook__dark .button {
    background-image: linear-gradient(-180deg, #4F95FF 0%, #2364C4 100%);
    border: none;
    color: #FFFFFF; }
  body.outlook.outlook__dark .button:hover {
    box-shadow: 0 0 3rem 0 rgba(79, 149, 255, 0.8); }
  body.outlook.outlook__dark .gradient {
    background-image: linear-gradient(-180deg, #020305 0%, #1E3457 53%, #010202 100%); }
  body.outlook.outlook__dark .actions p, body.outlook.outlook__dark h3 {
    color: #FFFFFF; }
  body.outlook.outlook__dark .stay-on-top__infographic {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("2017.09.09/infographic__light.svg");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1 !important;
    opacity: .05; }
  body.outlook.outlook__dark .get-things-done__business-plans {
    margin: 3rem 0 -15rem;
    position: relative;
    z-index: 10; }
  body.outlook.outlook__dark .stay-on-top__sales-marketing {
    margin: 3rem 0; }
  body.outlook.outlook__dark .footer {
    padding-top: 10vw; }
  body.outlook.outlook__dark .parallax-image-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url("2017.09.09/reach-the-stars-parallax-1.png");
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1; }
  body.outlook.outlook__dark .parallax-image-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url("2017.09.09/reach-the-stars-parallax-2.png");
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1; }
  body.outlook.outlook__dark .departments {
    margin: 10rem 0; }
  body.outlook.outlook__dark .benefits {
    margin: 10rem 0; }
  body.outlook.outlook__dark .benefits h3 {
    margin: 1rem 0 10rem; }
  body.outlook.outlook__dark .testimonials {
    padding: 10rem 0 0; }
  body.outlook.outlook__dark .testimonials blockquote {
    color: inherit; }
  body.outlook.outlook__dark .testimonials p {
    color: #3080f9; }
  body.outlook.outlook__dark .testimonial--quote {
    border-color: #222; }

/*# sourceMappingURL=2017.09.09.css.map */