/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.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, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.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, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.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, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.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;
}

@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url("../fonts/2D7603_0_0.eot");
  src: url("../fonts/2D7603_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2D7603_0_0.woff2") format("woff2"), url("../fonts/2D7603_0_0.woff") format("woff"), url("../fonts/2D7603_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url("../fonts/2D7603_1_0.eot");
  src: url("../fonts/2D7603_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2D7603_1_0.woff2") format("woff2"), url("../fonts/2D7603_1_0.woff") format("woff"), url("../fonts/2D7603_1_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FreightSansProBook-Regular';
  src: url("../fonts/2DC0B6_0_0.eot");
  src: url("../fonts/2DC0B6_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2DC0B6_0_0.woff2") format("woff2"), url("../fonts/2DC0B6_0_0.woff") format("woff"), url("../fonts/2DC0B6_0_0.ttf") format("truetype");
}
/* line 1, ../../sass/partials/_typography.scss */
html {
  font-size: 112.5%;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
}

/* line 10, ../../sass/partials/_typography.scss */
body {
  font-family: "AvenirLTStd-Roman";
  background: white;
  color: #4e4e4e;
  text-rendering: optimizeLegibility;
}

/* line 20, ../../sass/partials/_typography.scss */
h1 {
  font-family: "AvenirLTStd-Black";
  color: #e2e9f4;
  font-size: 30px;
  line-height: 32px;
}
@media (min-width: 740px) {
  /* line 20, ../../sass/partials/_typography.scss */
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 990px) {
  /* line 20, ../../sass/partials/_typography.scss */
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

/* line 37, ../../sass/partials/_typography.scss */
h3 {
  font-family: "AvenirLTStd-Black";
  font-size: 14px;
  line-height: 30px;
}
@media (min-width: 990px) {
  /* line 37, ../../sass/partials/_typography.scss */
  h3 {
    font-size: 18px;
    line-height: 40px;
  }
}

/* line 50, ../../sass/partials/_typography.scss */
p {
  font-family: "AvenirLTStd-Roman";
  color: #4e4e4e;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px 0 20px;
}
@media (min-width: 740px) {
  /* line 50, ../../sass/partials/_typography.scss */
  p {
    text-align: center;
  }
}
@media (min-width: 990px) {
  /* line 50, ../../sass/partials/_typography.scss */
  p {
    font-size: 18px;
    line-height: 30px;
    padding: 0px;
  }
}

/* line 70, ../../sass/partials/_typography.scss */
a {
  color: #2e9bc9;
  text-decoration: none;
}
/* line 74, ../../sass/partials/_typography.scss */
a:visited {
  color: #2e9bc9;
}
/* line 79, ../../sass/partials/_typography.scss */
a svg.video-small-icon path, a svg.video-small-icon circle, a svg.video-small-icon polygon {
  fill: #2e9bc9;
  stroke: #2e9bc9;
}

/* line 86, ../../sass/partials/_typography.scss */
b {
  font-family: "AvenirLTStd-Black";
}

/* line 5, ../../sass/sections/_header.scss */
.header-container {
  width: 100%;
  height: 110vh;
  background: url(../images/header/header-bg.jpg) center center;
  background-size: cover;
  position: relative;
  min-height: 400px;
  /*
  @include bp(xl) {
      background-attachment: fixed;
  }
  */
}
@media (min-width: 740px) {
  /* line 5, ../../sass/sections/_header.scss */
  .header-container {
    height: 100vh;
  }
}

/* line 23, ../../sass/sections/_header.scss */
.header-container-color-bg {
  position: absolute;
  width: 100%;
  height: 110vh;
  background-color: rgba(0, 0, 0, 0.3);
  min-height: 400px;
}
@media (min-width: 740px) {
  /* line 23, ../../sass/sections/_header.scss */
  .header-container-color-bg {
    display: none;
    height: 100vh;
  }
}

/* line 36, ../../sass/sections/_header.scss */
.header-info-container {
  max-width: 560px;
  height: 400px;
  position: absolute;
  display: block;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 7%;
}
@media (min-width: 480px) {
  /* line 36, ../../sass/sections/_header.scss */
  .header-info-container {
    top: 10%;
  }
}
@media (min-width: 740px) {
  /* line 36, ../../sass/sections/_header.scss */
  .header-info-container {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 40%;
  }
}

/* line 52, ../../sass/sections/_header.scss */
.header-title {
  line-height: 1em;
  font-family: "FreightSansProBook-Regular";
  color: white;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  font-size: 3.3em;
}
@media (min-width: 480px) {
  /* line 52, ../../sass/sections/_header.scss */
  .header-title {
    font-size: 3.8em;
  }
}
@media (min-width: 740px) {
  /* line 52, ../../sass/sections/_header.scss */
  .header-title {
    font-size: 5.5em;
  }
}
@media (min-width: 990px) {
  /* line 52, ../../sass/sections/_header.scss */
  .header-title {
    font-size: 6.5em;
  }
}

/* line 71, ../../sass/sections/_header.scss */
.header-tagline {
  line-height: 1.5em;
  /*color: rgba(255,255,255,0.5);*/
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
  font-family: "FreightSansProBook-Regular";
  position: relative;
  top: -0.2em;
  padding: 0px;
  margin-bottom: 1em;
  margin-right: 8px;
  text-shadow: 0 0 20px black;
  font-size: 0.9em;
}
@media (min-width: 740px) {
  /* line 71, ../../sass/sections/_header.scss */
  .header-tagline {
    font-size: 1.0em;
  }
}
@media (min-width: 990px) {
  /* line 71, ../../sass/sections/_header.scss */
  .header-tagline {
    font-size: 1.7em;
  }
}

/* line 97, ../../sass/sections/_header.scss */
.header-icon-links-container a {
  outline: none;
}
@media (min-width: 480px) {
  /* line 95, ../../sass/sections/_header.scss */
  .header-icon-links-container {
    position: relative;
    right: -70px;
  }
}
@media (min-width: 740px) {
  /* line 95, ../../sass/sections/_header.scss */
  .header-icon-links-container {
    position: relative;
    right: inherit;
  }
}

/* line 113, ../../sass/sections/_header.scss */
.header-icon {
  text-align: center;
  display: block;
}
/* line 117, ../../sass/sections/_header.scss */
.header-icon img {
  max-width: 150px;
  height: auto;
  margin-bottom: 40px;
}
@media (min-width: 480px) {
  /* line 113, ../../sass/sections/_header.scss */
  .header-icon {
    float: left;
    margin-left: -100px;
    margin-top: 5px;
    margin-right: 30px;
  }
}
@media (min-width: 740px) {
  /* line 113, ../../sass/sections/_header.scss */
  .header-icon {
    float: left;
    margin: 0px;
    margin-right: 1.5em;
  }
  /* line 135, ../../sass/sections/_header.scss */
  .header-icon img {
    max-width: 200px;
  }
}
@media (min-width: 990px) {
  /* line 141, ../../sass/sections/_header.scss */
  .header-icon img {
    max-width: none;
  }
}

/* line 147, ../../sass/sections/_header.scss */
.header-icon-top {
  display: none;
  padding-top: 0em;
}
@media (min-width: 480px) {
  /* line 147, ../../sass/sections/_header.scss */
  .header-icon-top {
    display: block;
    padding-bottom: 2em;
  }
}
@media (min-width: 990px) {
  /* line 147, ../../sass/sections/_header.scss */
  .header-icon-top {
    margin-top: -20px;
  }
}

/* line 167, ../../sass/sections/_header.scss */
.header-icon-bottom {
  margin-top: 2em;
}
@media (min-width: 480px) {
  /* line 167, ../../sass/sections/_header.scss */
  .header-icon-bottom {
    display: none;
  }
}

/* line 174, ../../sass/sections/_header.scss */
.header-video-link, .header-download-link, .header-apple-link {
  color: white;
  font-family: "FreightSansProBook-Regular";
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 0 0 30px black;
  font-size: 1.0em;
  transition: color 0.4s;
  padding-right: 0px;
}
/* line 185, ../../sass/sections/_header.scss */
.header-video-link img, .header-download-link img, .header-apple-link img {
  display: inline-block;
  position: relative;
  margin-right: 0.7em;
  max-width: 35px;
  height: auto;
  top: 12px;
}
/* line 194, ../../sass/sections/_header.scss */
.header-video-link:hover, .header-download-link:hover, .header-apple-link:hover {
  color: #ffca00;
}
@media (min-width: 990px) {
  /* line 174, ../../sass/sections/_header.scss */
  .header-video-link, .header-download-link, .header-apple-link {
    font-size: 1.1em;
  }
  /* line 200, ../../sass/sections/_header.scss */
  .header-video-link img, .header-download-link img, .header-apple-link img {
    max-width: none;
    top: 18px;
  }
}

/* line 207, ../../sass/sections/_header.scss */
.header-video-link {
  padding-top: 0.5em;
}

/* line 211, ../../sass/sections/_header.scss */
.header-apple-link {
  padding-top: 1.0em;
}
@media (min-width: 990px) {
  /* line 211, ../../sass/sections/_header.scss */
  .header-apple-link {
    padding-top: 1.3em;
  }
}
/* line 219, ../../sass/sections/_header.scss */
.header-apple-link img {
  float: left;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 1.1em;
}
@media (min-width: 990px) {
  /* line 219, ../../sass/sections/_header.scss */
  .header-apple-link img {
    margin-top: -8px;
  }
}

/* line 231, ../../sass/sections/_header.scss */
.header-download-link {
  margin-top: 0.8em;
  position: relative;
  height: 100px;
}
/* line 237, ../../sass/sections/_header.scss */
.header-download-link img {
  top: 20px;
}
@media (min-width: 990px) {
  /* line 237, ../../sass/sections/_header.scss */
  .header-download-link img {
    top: 30px;
  }
}

/* line 246, ../../sass/sections/_header.scss */
.header-download-label {
  position: absolute;
  top: 20px;
  right: 73px;
}
@media (min-width: 480px) {
  /* line 246, ../../sass/sections/_header.scss */
  .header-download-label {
    right: 55px;
  }
}
@media (min-width: 740px) {
  /* line 246, ../../sass/sections/_header.scss */
  .header-download-label {
    right: 47px;
  }
}
@media (min-width: 990px) {
  /* line 246, ../../sass/sections/_header.scss */
  .header-download-label {
    right: 30px;
  }
}

/* line 265, ../../sass/sections/_header.scss */
.header-download-link-specs {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
  /*
  margin-left: 3.6em;
  @include bp(m) {
      margin-left: 3.6em;
  }
  @include bp(l) {
      margin-left: 4.25em;
  }
  */
}

/* line 280, ../../sass/sections/_header.scss */
.header-store-available {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
}

/* line 286, ../../sass/sections/_header.scss */
.header-feedback-info {
  width: 200px;
  position: absolute;
  display: block;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 11%;
  text-align: center;
  display: none;
  font-size: 16px;
}
@media (min-height: 700px) {
  /* line 286, ../../sass/sections/_header.scss */
  .header-feedback-info {
    display: block;
  }
}
/* line 299, ../../sass/sections/_header.scss */
.header-feedback-info .header-feedback-stars {
  display: block;
}
/* line 303, ../../sass/sections/_header.scss */
.header-feedback-info .header-feedback-text {
  color: #35323d;
}

/* line 308, ../../sass/sections/_header.scss */
.header-more-info {
  width: 54px;
  height: 33px;
  position: absolute;
  display: block;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 4%;
  cursor: pointer;
  display: none;
}
/* line 315, ../../sass/sections/_header.scss */
.header-more-info img {
  /*
  @include animation(bounce 2s 2);
  @include animation-delay(5s);
  */
}
@media (min-width: 740px) {
  /* line 308, ../../sass/sections/_header.scss */
  .header-more-info {
    display: block;
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* line 346, ../../sass/sections/_header.scss */
.header-navigation-table {
  display: table;
  max-width: 900px;
  margin: 0px auto;
  position: relative;
  top: -8px;
  left: 0px;
}
/* line 354, ../../sass/sections/_header.scss */
.header-navigation-table .short_sf {
  display: inline-block;
}
/* line 358, ../../sass/sections/_header.scss */
.header-navigation-table .long_sf {
  display: none;
}
@media (min-width: 1100px) {
  /* line 346, ../../sass/sections/_header.scss */
  .header-navigation-table {
    left: 30px;
  }
  /* line 365, ../../sass/sections/_header.scss */
  .header-navigation-table .short_sf {
    display: none;
  }
  /* line 369, ../../sass/sections/_header.scss */
  .header-navigation-table .long_sf {
    display: inline-block;
  }
}

/* line 376, ../../sass/sections/_header.scss */
.header-navigation-item {
  display: table-cell;
  vertical-align: bottom;
  text-transform: uppercase;
  font-family: "FreightSansProBook-Regular";
  font-size: 0.9em;
  padding: 1em;
  text-align: center;
}
@media (min-width: 990px) {
  /* line 376, ../../sass/sections/_header.scss */
  .header-navigation-item {
    font-size: 1.1em;
    padding: 1em;
  }
}
/* line 392, ../../sass/sections/_header.scss */
.header-navigation-item a {
  color: rgba(78, 78, 78, 0.64);
}
/* line 396, ../../sass/sections/_header.scss */
.header-navigation-item img {
  display: block;
  margin: 0px auto;
  position: relative;
  margin-bottom: 0.4em;
}

/* Christmas */
/* line 414, ../../sass/sections/_header.scss */
.header-container-christmas {
  width: 306px;
  height: 291px;
  position: absolute;
  left: 15px;
  top: 15px;
  display: none;
}
@media (min-width: 990px) {
  /* line 414, ../../sass/sections/_header.scss */
  .header-container-christmas {
    display: block;
  }
}

@media (min-width: 740px) {
  /* line 1, ../../sass/sections/_layout.scss */
  .wrapper {
    padding: 0px 25px;
  }
}
@media (min-width: 990px) {
  /* line 1, ../../sass/sections/_layout.scss */
  .wrapper {
    width: 940px;
    margin: 0 auto;
  }
}

/* line 11, ../../sass/sections/_layout.scss */
header {
  padding-top: 32px;
  width: 100%;
  height: 508px;
  background-image: url(../images/header.jpg);
  background-repeat: repeat;
}

/* line 22, ../../sass/sections/_layout.scss */
.header-bottom {
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  padding: 150px 0 30px 0;
}
@media (min-width: 740px) {
  /* line 22, ../../sass/sections/_layout.scss */
  .header-bottom {
    padding: 350px 0 30px 0;
  }
}
@media (min-width: 990px) {
  /* line 22, ../../sass/sections/_layout.scss */
  .header-bottom {
    padding: 25px 0 25px 0;
    height: auto;
  }
}

/* line 39, ../../sass/sections/_layout.scss */
.main-interface {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 740px) {
  /* line 39, ../../sass/sections/_layout.scss */
  .main-interface {
    margin-bottom: 100px;
    margin-top: 60px;
  }
}
@media (min-width: 990px) {
  /* line 39, ../../sass/sections/_layout.scss */
  .main-interface {
    margin-bottom: 130px;
    margin-top: 180px;
    height: 540px;
  }
}

/* line 54, ../../sass/sections/_layout.scss */
.templates {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 990px) {
  /* line 54, ../../sass/sections/_layout.scss */
  .templates {
    margin-bottom: 0px;
    height: 550px;
  }
}

/* line 65, ../../sass/sections/_layout.scss */
.wash-background {
  margin-bottom: 60px;
}
@media (min-width: 740px) {
  /* line 65, ../../sass/sections/_layout.scss */
  .wash-background {
    margin-bottom: 130px;
  }
}
@media (min-width: 990px) {
  /* line 65, ../../sass/sections/_layout.scss */
  .wash-background {
    margin-bottom: 160px;
  }
}

/* line 77, ../../sass/sections/_layout.scss */
.final-button {
  margin-bottom: 80px;
}

/* line 81, ../../sass/sections/_layout.scss */
footer {
  width: 100%;
  background-color: #fafafa;
  border-top: 1px solid #f3f3f3;
}

/* line 1, ../../sass/sections/_elements.scss */
.yellow {
  color: #ffca00;
}

/* line 7, ../../sass/sections/_elements.scss */
.osx-version {
  width: 232px;
  height: 60px;
  margin: 0 auto;
}
@media (min-width: 990px) {
  /* line 7, ../../sass/sections/_elements.scss */
  .osx-version {
    width: 258px;
    margin: 0px;
  }
}

/* line 18, ../../sass/sections/_elements.scss */
.osx-version-line {
  display: block;
  line-height: 30px;
  text-align: left;
  color: #a1a1a1;
  font-size: 13px;
  width: 198px;
}
@media (min-width: 990px) {
  /* line 18, ../../sass/sections/_elements.scss */
  .osx-version-line {
    font-size: 15px;
  }
}

/* line 33, ../../sass/sections/_elements.scss */
.osx-version-icon {
  float: right;
}

/* line 37, ../../sass/sections/_elements.scss */
.store-button {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-family: "AvenirLTStd-Roman";
  width: 232px;
  height: 60px;
  background-color: #7bd466;
  margin: 0 auto;
  color: white;
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
}
/* line 49, ../../sass/sections/_elements.scss */
.store-button:visited {
  color: white;
}
@media (min-width: 990px) {
  /* line 37, ../../sass/sections/_elements.scss */
  .store-button {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
/* line 61, ../../sass/sections/_elements.scss */
.store-button svg path {
  fill: white;
  stroke: #7bd466;
}
/* line 67, ../../sass/sections/_elements.scss */
.store-button.bottom-button {
  float: none;
  margin: 0 auto;
}
/* line 72, ../../sass/sections/_elements.scss */
.store-button.store-button-inactive {
  background-color: #d4d4d4;
  border: 0px;
}

/* line 79, ../../sass/sections/_elements.scss */
.store-button-apple {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
  margin-left: 20px;
}

/* line 86, ../../sass/sections/_elements.scss */
.store-button-line {
  font-size: 20px;
  line-height: 20px;
  float: left;
}
/* line 91, ../../sass/sections/_elements.scss */
.store-button-line.store-button-line-small {
  margin-top: 8px;
  line-height: 20px;
  font-size: 14px;
}

/* line 98, ../../sass/sections/_elements.scss */
.intro-wrapper {
  max-width: 320px;
  margin: 2em auto;
}
@media (min-width: 740px) {
  /* line 98, ../../sass/sections/_elements.scss */
  .intro-wrapper {
    max-width: none;
    margin-top: 0em;
    padding-top: 3em;
    margin-bottom: 1em;
  }
}
/* line 108, ../../sass/sections/_elements.scss */
.intro-wrapper hr {
  clear: both;
}

/* line 113, ../../sass/sections/_elements.scss */
.big-quote {
  margin-bottom: 1.5em;
  padding: 0px 0px;
}
@media (min-width: 740px) {
  /* line 113, ../../sass/sections/_elements.scss */
  .big-quote {
    border-right: solid 1px rgba(212, 212, 212, 0.9);
    max-width: 50%;
    float: left;
    padding-bottom: 2em;
    margin-bottom: 0em;
  }
}
@media (min-width: 990px) {
  /* line 113, ../../sass/sections/_elements.scss */
  .big-quote {
    padding-bottom: 4em;
  }
}
/* line 130, ../../sass/sections/_elements.scss */
.big-quote h1 {
  line-height: 1.3em;
  font-family: "FreightSansProBook-Regular";
  color: #4e4e4e;
  font-size: 1.0em;
}
@media (min-width: 480px) {
  /* line 130, ../../sass/sections/_elements.scss */
  .big-quote h1 {
    padding: 0px;
    font-size: 1.3em;
  }
}
@media (min-width: 740px) {
  /* line 130, ../../sass/sections/_elements.scss */
  .big-quote h1 {
    text-align: left;
    padding-right: 4%;
  }
}
@media (min-width: 990px) {
  /* line 130, ../../sass/sections/_elements.scss */
  .big-quote h1 {
    font-size: 1.7em;
  }
}

/* line 156, ../../sass/sections/_elements.scss */
.big-quote-icon {
  float: left;
  margin-right: 0.9em;
  max-width: 55px;
}
@media (min-width: 480px) {
  /* line 156, ../../sass/sections/_elements.scss */
  .big-quote-icon {
    max-width: 65px;
  }
}
@media (min-width: 990px) {
  /* line 156, ../../sass/sections/_elements.scss */
  .big-quote-icon {
    max-width: none;
  }
}

/* line 171, ../../sass/sections/_elements.scss */
.purchase-navigation {
  vertical-align: bottom;
  font-family: "FreightSansProBook-Regular";
  color: rgba(78, 78, 78, 0.64);
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
@media (min-width: 740px) {
  /* line 171, ../../sass/sections/_elements.scss */
  .purchase-navigation {
    margin-top: 30px;
    margin-left: -10px;
    text-align: left;
  }
}
@media (min-width: 990px) {
  /* line 171, ../../sass/sections/_elements.scss */
  .purchase-navigation {
    text-align: left;
    margin-top: 30px;
    margin-left: 10px;
    font-size: 18px;
  }
}
/* line 193, ../../sass/sections/_elements.scss */
.purchase-navigation .purchase-buy-icon {
  margin: 0 6px 0 0;
}
/* line 197, ../../sass/sections/_elements.scss */
.purchase-navigation .purchase-download-icon {
  margin: 0 2px;
}

/* line 203, ../../sass/sections/_elements.scss */
.paragraph-main-title {
  font-size: 1.3em;
  font-family: "FreightSansProBook-Regular";
  text-transform: uppercase;
  color: #2e9bc9;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (min-width: 740px) {
  /* line 203, ../../sass/sections/_elements.scss */
  .paragraph-main-title {
    text-align: center;
  }
}
@media (min-width: 990px) {
  /* line 203, ../../sass/sections/_elements.scss */
  .paragraph-main-title {
    padding: 0;
    font-size: 1.7em;
    position: absolute;
    top: -90px;
  }
  /* line 223, ../../sass/sections/_elements.scss */
  .paragraph-main-title.template-paragraph-main-title {
    left: 535px;
  }
}

/* line 231, ../../sass/sections/_elements.scss */
.paragraph-secondary-title {
  font-size: 1.1em;
  font-family: "FreightSansProBook-Regular";
  color: #2e9bc9;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 740px) {
  /* line 231, ../../sass/sections/_elements.scss */
  .paragraph-secondary-title {
    text-align: center;
    padding: 0 20px;
  }
}
@media (min-width: 990px) {
  /* line 231, ../../sass/sections/_elements.scss */
  .paragraph-secondary-title {
    padding: 0;
    font-size: 1.1em;
  }
}

/* line 253, ../../sass/sections/_elements.scss */
.main-screenshot {
  position: absolute;
  display: block;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -moz-transition: opacity 0.3s 0;
  -o-transition: opacity 0.3s 0;
  -webkit-transition: opacity 0.3s 0;
  transition: opacity 0.3s 0;
  top: 308px;
  width: 320px;
  height: 394px;
  background-image: url(../images/main-screenshot.png);
  background-size: cover;
  display: block;
  opacity: 1;
}
@media (min-width: 740px) {
  /* line 253, ../../sass/sections/_elements.scss */
  .main-screenshot {
    top: 323px;
    width: 480px;
    height: 591px;
  }
}
@media (min-width: 990px) {
  /* line 253, ../../sass/sections/_elements.scss */
  .main-screenshot {
    top: 343px;
    width: 517px;
    height: 637px;
  }
}
/* line 276, ../../sass/sections/_elements.scss */
.main-screenshot.main-screenshot-hidden {
  opacity: 0;
}
/* line 280, ../../sass/sections/_elements.scss */
.main-screenshot.main-screenshot-highlight {
  background-image: url(../images/main-screenshot-highlight.png);
}
/* line 284, ../../sass/sections/_elements.scss */
.main-screenshot .main-screenshot-caption {
  font-size: 16px;
  line-height: 30px;
  color: white;
  margin: 0 auto;
  width: 200px;
  text-shadow: 0px 0px 20px #000000;
  text-shadow: 0px 0px 20px 20px #000000;
}
@media (min-width: 740px) {
  /* line 284, ../../sass/sections/_elements.scss */
  .main-screenshot .main-screenshot-caption {
    width: 250px;
    margin-top: 40px;
    font-size: 22px;
    line-height: 40px;
  }
}
/* line 301, ../../sass/sections/_elements.scss */
.main-screenshot .main-screenshot-play {
  display: block;
  margin: 0 auto;
  margin-top: 65px;
  width: 50%;
  height: 50%;
}
@media (min-width: 740px) {
  /* line 301, ../../sass/sections/_elements.scss */
  .main-screenshot .main-screenshot-play {
    margin-top: 152px;
    width: 227px;
    height: 229px;
  }
}
/* line 314, ../../sass/sections/_elements.scss */
.main-screenshot .main-screenshot-play circle, .main-screenshot .main-screenshot-play path {
  fill: white;
  stroke: white;
}

/* line 322, ../../sass/sections/_elements.scss */
.first-paragraph {
  margin-top: 30px;
  margin-bottom: 35px;
}
@media (min-width: 990px) {
  /* line 322, ../../sass/sections/_elements.scss */
  .first-paragraph {
    margin-top: 330px;
    margin-bottom: 160px;
  }
}

/* line 332, ../../sass/sections/_elements.scss */
.second-paragraph {
  margin-top: 35px;
  margin-bottom: 60px;
}
@media (min-width: 990px) {
  /* line 332, ../../sass/sections/_elements.scss */
  .second-paragraph {
    margin-top: 0px;
    margin-bottom: 80px;
  }
}

/* line 343, ../../sass/sections/_elements.scss */
.popup-video-container {
  text-align: center;
  display: block;
}

/* line 348, ../../sass/sections/_elements.scss */
.popup-video {
  margin-top: 1em;
  margin-bottom: 2em;
  display: inline-block;
  padding: 0.1em 0.9em 0em 0.7em;
  border: solid 1px #2e9bc9;
  border-radius: 3px;
  font-size: 1.05em;
  line-height: 3em;
  font-family: "FreightSansProBook-Regular";
}
@media (min-width: 990px) {
  /* line 348, ../../sass/sections/_elements.scss */
  .popup-video {
    padding-bottom: 0.6em;
    line-height: 1em;
    margin-bottom: 0em;
  }
}
/* line 365, ../../sass/sections/_elements.scss */
.popup-video img {
  display: inline-block !important;
  position: relative;
  margin-right: 0.3em !important;
  margin-bottom: -7px !important;
}
@media (min-width: 990px) {
  /* line 365, ../../sass/sections/_elements.scss */
  .popup-video img {
    top: 0.3em;
    margin-bottom: 0px !important;
  }
}

/* Main interface */
/* line 385, ../../sass/sections/_elements.scss */
.main-interface-screenshot {
  width: 320px;
  margin: 0 auto;
}
@media (min-width: 990px) {
  /* line 385, ../../sass/sections/_elements.scss */
  .main-interface-screenshot {
    margin: auto;
    position: absolute;
    width: auto;
    top: -180px;
    right: 0px;
  }
}
@media (min-width: 1100px) {
  /* line 385, ../../sass/sections/_elements.scss */
  .main-interface-screenshot {
    right: -26px;
  }
}
/* line 401, ../../sass/sections/_elements.scss */
.main-interface-screenshot img {
  width: 100%;
}

/* line 406, ../../sass/sections/_elements.scss */
.main-interface-paragraph {
  padding-bottom: 20px;
}
/* line 410, ../../sass/sections/_elements.scss */
.main-interface-paragraph .popup-video {
  margin-top: 0em;
  margin-bottom: 0.6em;
}
@media (min-width: 990px) {
  /* line 406, ../../sass/sections/_elements.scss */
  .main-interface-paragraph {
    padding-right: 30px;
    text-align: left;
    clear: both;
    width: 470px;
    float: left;
  }
}

/* line 424, ../../sass/sections/_elements.scss */
.main-interface-grey-bar {
  background-color: #fafafa;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding-top: 20px;
}

/* Templates */
/* line 434, ../../sass/sections/_elements.scss */
.templates .paragraph-connector {
  position: absolute;
  top: -75px;
  height: 3em;
}
@media (min-width: 990px) {
  /* line 434, ../../sass/sections/_elements.scss */
  .templates .paragraph-connector {
    top: -320px;
    height: 9em;
  }
}

/* line 446, ../../sass/sections/_elements.scss */
.templates-grey-bar {
  background-color: #fafafa;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding-top: 20px;
}

/* line 453, ../../sass/sections/_elements.scss */
.templates-wrapper {
  position: relative;
}
/* line 27, ../../sass/partials/_mixins.scss */
.templates-wrapper:before, .templates-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 32, ../../sass/partials/_mixins.scss */
.templates-wrapper:after {
  clear: both;
}

/* line 458, ../../sass/sections/_elements.scss */
.templates-paragraph {
  padding-bottom: 20px;
}
@media (min-width: 990px) {
  /* line 458, ../../sass/sections/_elements.scss */
  .templates-paragraph {
    padding-right: 30px;
    text-align: left;
    clear: both;
    width: 400px;
    float: right;
  }
}

/* line 471, ../../sass/sections/_elements.scss */
.export-screenshot {
  width: 320px;
  margin: 0 auto;
}
@media (min-width: 990px) {
  /* line 471, ../../sass/sections/_elements.scss */
  .export-screenshot {
    margin: auto;
    position: absolute;
    width: auto;
    top: -160px;
    left: -100px;
    z-index: 10;
  }
}
/* line 484, ../../sass/sections/_elements.scss */
.export-screenshot img {
  width: 100%;
}

/* line 490, ../../sass/sections/_elements.scss */
.templates-examples-top {
  width: 100%;
  height: 120px;
  background-repeat: repeat-x;
  background-image: url(../images/templates_top.jpg);
  display: none;
}
@media (min-width: 990px) {
  /* line 490, ../../sass/sections/_elements.scss */
  .templates-examples-top {
    display: block;
    position: absolute;
    top: -130px;
    left: 0px;
    z-index: 2;
    opacity: 0.5;
  }
}

/* line 508, ../../sass/sections/_elements.scss */
.templates-examples-bottom {
  width: 100%;
  height: 120px;
  background-repeat: repeat-x;
  background-image: url(../images/templates_bottom.jpg);
  display: none;
}
@media (min-width: 990px) {
  /* line 508, ../../sass/sections/_elements.scss */
  .templates-examples-bottom {
    display: block;
    position: absolute;
    bottom: 165px;
    left: 0px;
    z-index: 2;
    opacity: 0.5;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 529, ../../sass/sections/_elements.scss */
  .templates-examples-top {
    background-image: url(../images/templates_top@2x.jpg);
    background-size: 786px 120px;
  }

  /* line 534, ../../sass/sections/_elements.scss */
  .templates-examples-bottom {
    background-image: url(../images/templates_bottom@2x.jpg);
    background-size: 786px 120px;
  }
}
/* Wash - Background */
/* line 546, ../../sass/sections/_elements.scss */
.split-boxes-wrapper {
  position: relative;
  margin-bottom: 60px;
}
/* line 27, ../../sass/partials/_mixins.scss */
.split-boxes-wrapper:before, .split-boxes-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 32, ../../sass/partials/_mixins.scss */
.split-boxes-wrapper:after {
  clear: both;
}
@media (min-width: 740px) {
  /* line 546, ../../sass/sections/_elements.scss */
  .split-boxes-wrapper {
    margin: 0 auto;
    width: 650px;
    margin-bottom: 150px;
  }
}
@media (min-width: 990px) {
  /* line 546, ../../sass/sections/_elements.scss */
  .split-boxes-wrapper {
    width: 800px;
  }
}
/* line 561, ../../sass/sections/_elements.scss */
.split-boxes-wrapper img {
  margin-bottom: 30px;
}

/* line 566, ../../sass/sections/_elements.scss */
.split-box-wrapper {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (min-width: 740px) {
  /* line 566, ../../sass/sections/_elements.scss */
  .split-box-wrapper {
    width: 280px;
    padding-top: 30px;
    margin: 0px;
    float: left;
  }
}

@media (min-width: 740px) {
  /* line 580, ../../sass/sections/_elements.scss */
  .wash-wrapper {
    float: right;
  }
}

/* line 587, ../../sass/sections/_elements.scss */
.batch-wrapper .batch-image {
  max-width: 100%;
}
@media (min-width: 740px) {
  /* line 586, ../../sass/sections/_elements.scss */
  .batch-wrapper {
    padding-top: 100px;
  }
  /* line 594, ../../sass/sections/_elements.scss */
  .batch-wrapper .batch-image {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 83px;
    margin-left: -25px;
  }
}

@media (min-width: 740px) {
  /* line 603, ../../sass/sections/_elements.scss */
  .settings-wrapper {
    padding-top: 100px;
    float: right;
  }
}

/* line 610, ../../sass/sections/_elements.scss */
.split-boxes-separator {
  width: 1px;
  border-right: 1px solid rgba(212, 212, 212, 0.9);
  position: absolute;
  display: block;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: none;
}
@media (min-width: 740px) {
  /* line 610, ../../sass/sections/_elements.scss */
  .split-boxes-separator {
    height: 1050px;
    display: block;
  }
}
@media (min-width: 990px) {
  /* line 610, ../../sass/sections/_elements.scss */
  .split-boxes-separator {
    height: 1050px;
  }
}

/* line 628, ../../sass/sections/_elements.scss */
.third-paragraph {
  margin-top: 0px;
  margin-bottom: 60px;
}
/* line 632, ../../sass/sections/_elements.scss */
.third-paragraph img {
  max-width: 280px;
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
}
@media (min-width: 740px) {
  /* line 632, ../../sass/sections/_elements.scss */
  .third-paragraph img {
    max-width: 600px;
  }
}
@media (min-width: 990px) {
  /* line 632, ../../sass/sections/_elements.scss */
  .third-paragraph img {
    max-width: none;
  }
}
@media (min-width: 990px) {
  /* line 628, ../../sass/sections/_elements.scss */
  .third-paragraph {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}

/* line 655, ../../sass/sections/_elements.scss */
.paragraph-connector {
  display: none;
}
@media (min-width: 740px) {
  /* line 655, ../../sass/sections/_elements.scss */
  .paragraph-connector {
    clear: both;
    display: block;
    width: 50%;
    border-right: 1px solid rgba(212, 212, 212, 0.9);
    height: 50px;
    margin-bottom: 60px;
  }
}

/* Citation */
/* line 671, ../../sass/sections/_elements.scss */
.citation {
  font-style: italic;
}

/* line 675, ../../sass/sections/_elements.scss */
.citation-authors {
  font-style: italic;
  font-size: 13px;
}

/* final button */
/* line 682, ../../sass/sections/_elements.scss */
.final-button {
  text-align: center;
}

/* footer */
/* line 688, ../../sass/sections/_elements.scss */
.footer-content {
  padding-bottom: 80px;
}
/* line 27, ../../sass/partials/_mixins.scss */
.footer-content:before, .footer-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 32, ../../sass/partials/_mixins.scss */
.footer-content:after {
  clear: both;
}
@media (min-width: 990px) {
  /* line 688, ../../sass/sections/_elements.scss */
  .footer-content {
    display: table;
  }
}

/* line 699, ../../sass/sections/_elements.scss */
.footer-column {
  padding: 0px 20px 0 20px;
}
/* line 702, ../../sass/sections/_elements.scss */
.footer-column p {
  text-align: left;
  padding: 0 10px 0 10px;
  line-height: 24px;
}
@media (min-width: 740px) {
  /* line 709, ../../sass/sections/_elements.scss */
  .footer-column p {
    padding: 0px;
    text-align: center;
  }
  /* line 713, ../../sass/sections/_elements.scss */
  .footer-column h3 {
    text-align: center;
  }
}
@media (min-width: 990px) {
  /* line 699, ../../sass/sections/_elements.scss */
  .footer-column {
    width: 33%;
    display: table-cell;
    padding: 30px 0% 0 12%;
  }
  /* line 723, ../../sass/sections/_elements.scss */
  .footer-column p {
    text-align: left;
    line-height: 30px;
  }
  /* line 728, ../../sass/sections/_elements.scss */
  .footer-column h3 {
    text-align: left;
  }
}
/* line 734, ../../sass/sections/_elements.scss */
.footer-column h3 {
  margin-top: 20px;
}

/* line 739, ../../sass/sections/_elements.scss */
.beta-download {
  margin-top: 4em;
  padding-bottom: 3em;
  text-align: center;
  font-family: "FreightSansProBook-Regular";
  text-transform: uppercase;
}
/* line 746, ../../sass/sections/_elements.scss */
.beta-download p {
  text-align: center;
}
/* line 750, ../../sass/sections/_elements.scss */
.beta-download img {
  margin-bottom: 1em;
}
/* line 754, ../../sass/sections/_elements.scss */
.beta-download .download-link-specs {
  text-transform: none;
  font-size: 0.8em;
  color: rgba(55, 55, 55, 0.5);
}

/* Shares */
/* line 763, ../../sass/sections/_elements.scss */
.share-button {
  cursor: pointer;
}

/* line 770, ../../sass/sections/_elements.scss */
.share-button-fb svg:hover circle {
  fill: #3C5A99;
}
/* line 774, ../../sass/sections/_elements.scss */
.share-button-fb svg:hover path {
  fill: white;
}

/* line 784, ../../sass/sections/_elements.scss */
.share-button-tw svg:hover circle {
  fill: #2AA9E0;
}
/* line 788, ../../sass/sections/_elements.scss */
.share-button-tw svg:hover path {
  fill: white;
}

/* line 798, ../../sass/sections/_elements.scss */
.share-button-gp svg:hover circle {
  fill: #DC4A38;
}
/* line 802, ../../sass/sections/_elements.scss */
.share-button-gp svg:hover path {
  fill: white;
}

/* line 809, ../../sass/sections/_elements.scss */
.share-bottom {
  margin: 0 auto;
  width: 250px;
  text-align: center;
  padding-bottom: 4em;
}
/* line 815, ../../sass/sections/_elements.scss */
.share-bottom p {
  margin-bottom: 1.4em;
}
/* line 819, ../../sass/sections/_elements.scss */
.share-bottom img, .share-bottom svg {
  display: inline-block;
  margin: 0 6px;
}

/* line 827, ../../sass/sections/_elements.scss */
.share-popup {
  padding-top: 20px;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
}
/* line 833, ../../sass/sections/_elements.scss */
.share-popup span {
  display: block;
  margin-bottom: 10px;
}
/* line 838, ../../sass/sections/_elements.scss */
.share-popup .share-button-gp, .share-popup .share-button-tw {
  margin-left: 12px;
}
@media (min-width: 740px) {
  /* line 827, ../../sass/sections/_elements.scss */
  .share-popup {
    line-height: 46px;
    width: 462px;
    height: 46px;
    padding-top: 40px;
    font-size: 18px;
  }
  /* line 850, ../../sass/sections/_elements.scss */
  .share-popup span {
    float: left;
    margin-bottom: 0px;
  }
  /* line 855, ../../sass/sections/_elements.scss */
  .share-popup .share-bottom-buttons {
    float: right;
  }
}

/* Magnific Popup CSS */
/* line 2, ../../sass/sections/_lightbox.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 14, ../../sass/sections/_lightbox.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, ../../sass/sections/_lightbox.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, ../../sass/sections/_lightbox.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, ../../sass/sections/_lightbox.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, ../../sass/sections/_lightbox.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 53, ../../sass/sections/_lightbox.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 57, ../../sass/sections/_lightbox.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 60, ../../sass/sections/_lightbox.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 65, ../../sass/sections/_lightbox.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 71, ../../sass/sections/_lightbox.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 74, ../../sass/sections/_lightbox.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 79, ../../sass/sections/_lightbox.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 82, ../../sass/sections/_lightbox.scss */
.mfp-hide {
  display: none !important;
}

/* line 85, ../../sass/sections/_lightbox.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 95, ../../sass/sections/_lightbox.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 97, ../../sass/sections/_lightbox.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 100, ../../sass/sections/_lightbox.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 103, ../../sass/sections/_lightbox.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 106, ../../sass/sections/_lightbox.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 118, ../../sass/sections/_lightbox.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 122, ../../sass/sections/_lightbox.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 138, ../../sass/sections/_lightbox.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 141, ../../sass/sections/_lightbox.scss */
.mfp-close:active {
  top: 1px;
}

/* line 144, ../../sass/sections/_lightbox.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 147, ../../sass/sections/_lightbox.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 154, ../../sass/sections/_lightbox.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 163, ../../sass/sections/_lightbox.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 174, ../../sass/sections/_lightbox.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 176, ../../sass/sections/_lightbox.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 179, ../../sass/sections/_lightbox.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 190, ../../sass/sections/_lightbox.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 194, ../../sass/sections/_lightbox.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 199, ../../sass/sections/_lightbox.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 201, ../../sass/sections/_lightbox.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 204, ../../sass/sections/_lightbox.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 208, ../../sass/sections/_lightbox.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 210, ../../sass/sections/_lightbox.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 213, ../../sass/sections/_lightbox.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 216, ../../sass/sections/_lightbox.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 219, ../../sass/sections/_lightbox.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1200px;
}

/* line 223, ../../sass/sections/_lightbox.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 226, ../../sass/sections/_lightbox.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 231, ../../sass/sections/_lightbox.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 242, ../../sass/sections/_lightbox.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 255, ../../sass/sections/_lightbox.scss */
.mfp-figure {
  line-height: 0;
}

/* line 257, ../../sass/sections/_lightbox.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 270, ../../sass/sections/_lightbox.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 275, ../../sass/sections/_lightbox.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 278, ../../sass/sections/_lightbox.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 286, ../../sass/sections/_lightbox.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 293, ../../sass/sections/_lightbox.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 296, ../../sass/sections/_lightbox.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 303, ../../sass/sections/_lightbox.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 306, ../../sass/sections/_lightbox.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 308, ../../sass/sections/_lightbox.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 311, ../../sass/sections/_lightbox.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 314, ../../sass/sections/_lightbox.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 324, ../../sass/sections/_lightbox.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 326, ../../sass/sections/_lightbox.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 329, ../../sass/sections/_lightbox.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 342, ../../sass/sections/_lightbox.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 346, ../../sass/sections/_lightbox.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 350, ../../sass/sections/_lightbox.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 354, ../../sass/sections/_lightbox.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 359, ../../sass/sections/_lightbox.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 361, ../../sass/sections/_lightbox.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 367, ../../sass/sections/_lightbox.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 369, ../../sass/sections/_lightbox.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 371, ../../sass/sections/_lightbox.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Simple fade transition,
 */
/* line 380, ../../sass/sections/_lightbox.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 386, ../../sass/sections/_lightbox.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* line 389, ../../sass/sections/_lightbox.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* line 393, ../../sass/sections/_lightbox.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 399, ../../sass/sections/_lightbox.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* line 402, ../../sass/sections/_lightbox.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* line 1, ../../sass/sections/_beta.scss */
.header-beta {
  height: auto;
}
/* line 4, ../../sass/sections/_beta.scss */
.header-beta .header-gradient {
  padding-bottom: 40px;
}
@media (min-width: 740px) {
  /* line 1, ../../sass/sections/_beta.scss */
  .header-beta {
    height: 360px;
  }
  /* line 11, ../../sass/sections/_beta.scss */
  .header-beta .header-gradient {
    padding-bottom: 0px;
  }
}

/* line 19, ../../sass/sections/_beta.scss */
.beta-badge {
  width: 232px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* line 27, ../../sass/partials/_mixins.scss */
.beta-badge:before, .beta-badge:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 32, ../../sass/partials/_mixins.scss */
.beta-badge:after {
  clear: both;
}
@media (min-width: 990px) {
  /* line 19, ../../sass/sections/_beta.scss */
  .beta-badge {
    float: right;
    margin: 0px;
    height: 60px;
    width: 258px;
  }
}

/* line 34, ../../sass/sections/_beta.scss */
.beta-badge-icon {
  float: left;
}

/* line 38, ../../sass/sections/_beta.scss */
.beta-badge-line {
  display: block;
  line-height: 30px;
  text-align: left;
  color: #a1a1a1;
  font-size: 13px;
  float: right;
  width: 158px;
}
@media (min-width: 990px) {
  /* line 38, ../../sass/sections/_beta.scss */
  .beta-badge-line {
    font-size: 15px;
    width: 178px;
  }
}

/* line 54, ../../sass/sections/_beta.scss */
.beta-thanks {
  width: auto;
  margin: 0 20px;
  font-size: 14px;
  margin-bottom: 55px;
  color: #7bd466;
  display: none;
}
@media (min-width: 740px) {
  /* line 54, ../../sass/sections/_beta.scss */
  .beta-thanks {
    width: 560px;
    margin: 0 auto;
    margin-bottom: 55px;
    text-align: center;
  }
}
@media (min-width: 990px) {
  /* line 54, ../../sass/sections/_beta.scss */
  .beta-thanks {
    font-size: 16px;
  }
}

/* line 74, ../../sass/sections/_beta.scss */
.beta-form {
  width: auto;
  margin: 0 20px;
  font-size: 14px;
  margin-bottom: 55px;
}
@media (min-width: 480px) {
  /* line 74, ../../sass/sections/_beta.scss */
  .beta-form {
    margin: 0 auto;
    width: 320px;
    margin-bottom: 55px;
  }
}
@media (min-width: 740px) {
  /* line 74, ../../sass/sections/_beta.scss */
  .beta-form {
    width: 431px;
    margin: 0 auto;
    margin-bottom: 55px;
  }
}
@media (min-width: 990px) {
  /* line 74, ../../sass/sections/_beta.scss */
  .beta-form {
    width: 560px;
  }
}
@media (min-width: 990px) {
  /* line 74, ../../sass/sections/_beta.scss */
  .beta-form {
    font-size: 16px;
  }
}
/* line 102, ../../sass/sections/_beta.scss */
.beta-form label {
  width: 100%;
  float: left;
}
@media (min-width: 740px) {
  /* line 102, ../../sass/sections/_beta.scss */
  .beta-form label {
    width: 90px;
    margin-right: 0px;
  }
  /* line 110, ../../sass/sections/_beta.scss */
  .beta-form label .extra {
    display: none;
  }
}
@media (min-width: 990px) {
  /* line 102, ../../sass/sections/_beta.scss */
  .beta-form label {
    width: 120px;
    margin-right: 20px;
  }
  /* line 119, ../../sass/sections/_beta.scss */
  .beta-form label .extra {
    display: inline;
  }
}
/* line 125, ../../sass/sections/_beta.scss */
.beta-form input[type=email] {
  height: 25px;
  line-height: 25px;
  width: 100%;
  font-size: 16px;
  max-width: 270px;
  outline: none;
}
@media (min-width: 480px) {
  /* line 125, ../../sass/sections/_beta.scss */
  .beta-form input[type=email] {
    width: 320px;
    max-width: none;
  }
}
@media (min-width: 740px) {
  /* line 125, ../../sass/sections/_beta.scss */
  .beta-form input[type=email] {
    margin-top: 8px;
    float: left;
    width: 335px;
  }
}
@media (min-width: 990px) {
  /* line 125, ../../sass/sections/_beta.scss */
  .beta-form input[type=email] {
    width: 400px;
  }
}
/* line 150, ../../sass/sections/_beta.scss */
.beta-form input[type=checkbox] {
  width: auto;
  outline: none;
}
@media (min-width: 740px) {
  /* line 150, ../../sass/sections/_beta.scss */
  .beta-form input[type=checkbox] {
    margin-top: 18px;
  }
}
/* line 160, ../../sass/sections/_beta.scss */
.beta-form select {
  outline: none;
  height: 25px;
  line-height: 25px;
  width: 100%;
  max-width: 280px;
}
@media (min-width: 480px) {
  /* line 160, ../../sass/sections/_beta.scss */
  .beta-form select {
    max-width: none;
    width: 320px;
  }
}
@media (min-width: 740px) {
  /* line 160, ../../sass/sections/_beta.scss */
  .beta-form select {
    width: auto;
  }
}

/* line 178, ../../sass/sections/_beta.scss */
.beta-form-line {
  line-height: 35px;
}
/* line 27, ../../sass/partials/_mixins.scss */
.beta-form-line:before, .beta-form-line:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 32, ../../sass/partials/_mixins.scss */
.beta-form-line:after {
  clear: both;
}
@media (min-width: 740px) {
  /* line 178, ../../sass/sections/_beta.scss */
  .beta-form-line {
    margin-top: 0px;
    height: 50px;
    line-height: 50px;
  }
}
/* line 188, ../../sass/sections/_beta.scss */
.beta-form-line.beta-form-line-center {
  margin-top: 50px;
  text-align: left;
}
@media (min-width: 740px) {
  /* line 188, ../../sass/sections/_beta.scss */
  .beta-form-line.beta-form-line-center {
    text-align: center;
  }
}

/* line 198, ../../sass/sections/_beta.scss */
.beta-form-column {
  margin-top: 10px;
  width: 100%;
}
/* line 202, ../../sass/sections/_beta.scss */
.beta-form-column label {
  float: left;
  margin-right: 20px;
}
@media (min-width: 740px) {
  /* line 202, ../../sass/sections/_beta.scss */
  .beta-form-column label {
    /*width: 130px;*/
    margin-right: 0px;
  }
}
@media (min-width: 990px) {
  /* line 202, ../../sass/sections/_beta.scss */
  .beta-form-column label {
    margin-right: 20px;
  }
}
/* line 215, ../../sass/sections/_beta.scss */
.beta-form-column label.mailing-label {
  width: 243px;
}
@media (min-width: 480px) {
  /* line 215, ../../sass/sections/_beta.scss */
  .beta-form-column label.mailing-label {
    width: 280px;
  }
}
@media (min-width: 740px) {
  /* line 215, ../../sass/sections/_beta.scss */
  .beta-form-column label.mailing-label {
    width: 175px;
    margin-left: 22px;
  }
}
@media (min-width: 990px) {
  /* line 215, ../../sass/sections/_beta.scss */
  .beta-form-column label.mailing-label {
    width: auto;
    margin-left: 0px;
  }
}
@media (min-width: 740px) {
  /* line 198, ../../sass/sections/_beta.scss */
  .beta-form-column {
    float: left;
    width: 50%;
  }
  /* line 27, ../../sass/partials/_mixins.scss */
  .beta-form-column:before, .beta-form-column:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  /* line 32, ../../sass/partials/_mixins.scss */
  .beta-form-column:after {
    clear: both;
  }
}

/* line 243, ../../sass/sections/_beta.scss */
.beta-paragraph {
  text-align: left;
}
@media (min-width: 480px) {
  /* line 243, ../../sass/sections/_beta.scss */
  .beta-paragraph {
    width: 320px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 45px;
  }
}
@media (min-width: 740px) {
  /* line 243, ../../sass/sections/_beta.scss */
  .beta-paragraph {
    width: 431px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 45px;
  }
}
@media (min-width: 990px) {
  /* line 243, ../../sass/sections/_beta.scss */
  .beta-paragraph {
    width: 560px;
  }
}

/* line 266, ../../sass/sections/_beta.scss */
.beta-submit-button {
  display: inline-block;
  height: 40px;
  float: none;
  margin: 0px;
  width: 180px;
  border: 2px solid #6dc05a;
}
/* line 274, ../../sass/sections/_beta.scss */
.beta-submit-button .beta-submit-button-line {
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  display: block;
}

/* line 1, ../../sass/sections/_mailform.scss */
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
  text-align: center;
}
/* line 11, ../../sass/sections/_mailform.scss */
.white-popup-block .paragraph-main-title {
  position: relative;
  top: 0;
}
/* line 16, ../../sass/sections/_mailform.scss */
.white-popup-block p {
  text-align: center;
}
/* line 20, ../../sass/sections/_mailform.scss */
.white-popup-block ol {
  margin-top: 1.5em;
}
/* line 24, ../../sass/sections/_mailform.scss */
.white-popup-block input[type=email] {
  text-align: left;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 310px;
  font-size: 18px;
  outline: none;
  color: #4e4e4e;
  padding: 0 10px 0 10px;
  margin: 0 auto;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
@media (min-width: 740px) {
  /* line 24, ../../sass/sections/_mailform.scss */
  .white-popup-block input[type=email] {
    display: inline-block;
    width: 280px;
    margin-right: 10px;
  }
}
/* line 50, ../../sass/sections/_mailform.scss */
.white-popup-block .submit-link {
  cursor: pointer;
  display: inline-block;
  width: 120px;
  padding: 0.4em 0.7em 0.6em 0.7em;
  border: solid 1px #2e9bc9;
  border-radius: 3px;
  line-height: 1em;
  font-size: 1.05em;
  margin-top: 1.5em;
  font-family: "FreightSansProBook-Regular";
}
@media (min-width: 740px) {
  /* line 50, ../../sass/sections/_mailform.scss */
  .white-popup-block .submit-link {
    margin-top: 0px;
  }
}
/* line 69, ../../sass/sections/_mailform.scss */
.white-popup-block .submit-link:hover {
  background-color: #2e9bc9;
  color: white;
}
