@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/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, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'PNB';
  src: url("../fonts/PNB/PNB.eot");
  src: url("../fonts/PNB/PNB.eot") format("embedded-opentype"), url("../fonts/PNB/PNB.woff2") format("woff2"), url("../fonts/PNB/PNB.woff") format("woff"), url("../fonts/PNB/PNB.ttf") format("truetype"), url("../fonts/PNB/PNB.svg#PNB") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PNR';
  src: url("../fonts/PNR/PNR.eot");
  src: url("../fonts/PNR/PNR.eot") format("embedded-opentype"), url("../fonts/PNR/PNR.woff2") format("woff2"), url("../fonts/PNR/PNR.woff") format("woff"), url("../fonts/PNR/PNR.ttf") format("truetype"), url("../fonts/PNR/PNR.svg#PNR") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "foundation-icons";
  src: url("../fonts/foundation/foundation-icons.eot");
  src: url("../fonts/foundation/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundation/foundation-icons.woff") format("woff"), url("../fonts/foundation/foundation-icons.ttf") format("truetype"), url("../fonts/foundation/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 2, ../sass/_site_typography_reset.scss */
html {
  box-sizing: border-box; }

/* line 7, ../sass/_site_typography_reset.scss */
*, *:before, *:after {
  box-sizing: inherit; }

/* line 12, ../sass/_site_typography_reset.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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 24, ../sass/_site_typography_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 28, ../sass/_site_typography_reset.scss */
body {
  line-height: 1; }

/* line 32, ../sass/_site_typography_reset.scss */
blockquote, q {
  quotes: none; }

/* line 36, ../sass/_site_typography_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

/* line 40, ../sass/_site_typography_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 45, ../sass/_site_typography_reset.scss */
body {
  font-family: "Source-Sans-Pro", Helvetica, Arial, sans-serif;
  color: #243040;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #fff; }

/* line 53, ../sass/_site_typography_reset.scss */
p {
  font-family: "Source-Sans-Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444444;
  padding-bottom: 20px; }

/* line 60, ../sass/_site_typography_reset.scss */
p:last-child {
  padding-bottom: 0; }

/* line 64, ../sass/_site_typography_reset.scss */
img {
  max-width: 100%; }

/* - rucksack should be here-  i hope */
/* line 71, ../sass/_site_typography_reset.scss */
html {
  font-size: responsive 14px 24px;
  font-range: 420px 1280px; }

/* line 106, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 112.5%;
  line-height: 1.33333em; }

/* line 78, ../sass/_site_typography_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "PNR", Helvetica, Arial, sans-serif;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  color: #1B2432; }

/* line 85, ../sass/_site_typography_reset.scss */
h1 {
  font-size: 2em;
  line-height: 1.33333em;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: .5px;
  margin: 1.5em 0 1.7 0; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 85, ../sass/_site_typography_reset.scss */
    h1 {
      font-size: 1.66667em;
      line-height: 1.6em;
      font-weight: 600;
      line-height: 130%;
      letter-spacing: .5px;
      margin: 1.2em 0 1.5em 0; } }
  @media only screen and (max-width: 500px) {
    /* line 85, ../sass/_site_typography_reset.scss */
    h1 {
      font-size: 1.33333em;
      line-height: 2em;
      font-weight: 600;
      line-height: 120%;
      letter-spacing: .7px;
      margin: 1em 0 1.2em 0; } }

/* line 111, ../sass/_site_typography_reset.scss */
h2 {
  font-size: 1.66667em;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 1.8em 0; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 111, ../sass/_site_typography_reset.scss */
    h2 {
      font-size: 1.38889em;
      line-height: 1.92em;
      font-weight: 600;
      line-height: 130%;
      letter-spacing: .5px;
      margin: 1.2em 0 1.5em 0; } }
  @media only screen and (max-width: 500px) {
    /* line 111, ../sass/_site_typography_reset.scss */
    h2 {
      font-size: 1.22222em;
      line-height: 2.18182em;
      font-weight: 600;
      line-height: 120%;
      letter-spacing: .7px;
      margin: 1em 0 1.2em 0; } }

/* line 137, ../sass/_site_typography_reset.scss */
h3 {
  font-size: 1.33333em;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 1.6em 0; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 137, ../sass/_site_typography_reset.scss */
    h3 {
      font-size: 1.11111em;
      line-height: 1.2em;
      font-weight: 600;
      line-height: 130%;
      letter-spacing: .5px;
      margin: 1.2em 0 1.5em 0; } }
  @media only screen and (max-width: 500px) {
    /* line 137, ../sass/_site_typography_reset.scss */
    h3 {
      font-size: 1em;
      line-height: 1.33333em;
      line-height: 120%;
      letter-spacing: .7px;
      margin: 1em 0 1.2em 0; } }

/* line 162, ../sass/_site_typography_reset.scss */
h4 {
  font-size: 1.11111em;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 1.5em 0; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 162, ../sass/_site_typography_reset.scss */
    h4 {
      font-size: 1em;
      line-height: 1.33333em;
      line-height: 130%;
      letter-spacing: .7px;
      margin: 1.2em 0 1.5em 0; } }
  @media only screen and (max-width: 500px) {
    /* line 162, ../sass/_site_typography_reset.scss */
    h4 {
      font-size: 0.88889em;
      line-height: 1.5em;
      line-height: 120%;
      letter-spacing: 1px;
      margin: 1em 0 1.2em 0; } }

/* line 186, ../sass/_site_typography_reset.scss */
h5 {
  font-size: 1em;
  line-height: 1.33333em;
  font-weight: 600;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin: 1.5em 0; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 186, ../sass/_site_typography_reset.scss */
    h5 {
      font-size: 0.94444em;
      line-height: 1.41176em;
      line-height: 130%;
      letter-spacing: .7px;
      margin: 1.2em 0 1.5em 0; } }
  @media only screen and (max-width: 500px) {
    /* line 186, ../sass/_site_typography_reset.scss */
    h5 {
      font-size: 0.88889em;
      line-height: 1.5em;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 1px;
      margin: 1em 0 1.2em 0; } }

/* line 213, ../sass/_site_typography_reset.scss */
h6 {
  font-size: 0.88889em;
  line-height: 1.5em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 1.5em 0; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 213, ../sass/_site_typography_reset.scss */
    h6 {
      font-size: 0.83333em;
      line-height: 1.6em;
      font-weight: 600;
      line-height: 140%;
      letter-spacing: .7px;
      margin: 1.2em 0 1.5em 0; } }
  @media only screen and (max-width: 500px) {
    /* line 213, ../sass/_site_typography_reset.scss */
    h6 {
      font-size: 0.77778em;
      line-height: 1.71429em;
      font-weight: 600;
      line-height: 130%;
      letter-spacing: 1px;
      margin: 1em 0 1.2em 0; } }

/* line 242, ../sass/_site_typography_reset.scss */
p, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased; }

/* line 246, ../sass/_site_typography_reset.scss */
p, li {
  font-size: 1em;
  line-height: 1.33333em;
  line-height: 1.5em;
  font-weight: 400;
  padding: 0;
  margin: 0 0 1em 0; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 246, ../sass/_site_typography_reset.scss */
    p, li {
      font-weight: 400;
      line-height: 130%;
      letter-spacing: .7px;
      margin: 1.2em 0 1.5em 0; } }
  @media only screen and (max-width: 500px) {
    /* line 246, ../sass/_site_typography_reset.scss */
    p, li {
      font-size: 0.88889em;
      line-height: 1.5em;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 1px;
      margin: 1em 0 1.2em 0; } }

/* line 270, ../sass/_site_typography_reset.scss */
a {
  text-decoration: none; }

/* line 274, ../sass/_site_typography_reset.scss */
b, strong {
  font-weight: 600; }

/* line 278, ../sass/_site_typography_reset.scss */
ul {
  margin: 0;
  padding: 0; }

/* line 283, ../sass/_site_typography_reset.scss */
li {
  list-style-type: circle;
  list-style-position: inside; }

/* line 289, ../sass/_site_typography_reset.scss */
hr {
  margin: 2em 0 3em 0;
  color: #ccc; }

/* line 295, ../sass/_site_typography_reset.scss */
a {
  color: #5d96ee;
  -webkit-transition: opacity .1s linear;
          transition: opacity .1s linear; }

/* line 304, ../sass/_site_typography_reset.scss */
p a {
  color: #5d96ee; }

/* line 308, ../sass/_site_typography_reset.scss */
a:hover {
  opacity: 0.8; }

/* line 312, ../sass/_site_typography_reset.scss */
a:active {
  opacity: 1; }

/* line 318, ../sass/_site_typography_reset.scss */
p a, a a, li a, code a {
  color: #2B6991;
  border-bottom: 2px solid #eee;
  padding-bottom: 2px; }

/* line 325, ../sass/_site_typography_reset.scss */
::-moz-selection {
  background: #F43C00;
  color: #fff; }
::selection {
  background: #F43C00;
  color: #fff; }

/* line 330, ../sass/_site_typography_reset.scss */
::-moz-selection {
  background: #F43C00;
  color: #fff; }

/* line 2, ../sass/_class-logic.scss */
*[id*='-wrapper'] {
  width: 100%;
  position: relative; }

/* line 8, ../sass/_class-logic.scss */
*[class*='-container'] {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  min-height: 300px;
  padding: 2%; }
  /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
  *[class*='-container']:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 8, ../sass/_class-logic.scss */
    *[class*='-container'] {
      padding: 2%; } }
  @media only screen and (max-width: 500px) {
    /* line 8, ../sass/_class-logic.scss */
    *[class*='-container'] {
      padding: 4%; } }

/* line 25, ../sass/_class-logic.scss */
*[id*='feature-wrapper'] {
  background-size: cover!important;
  width: 100%;
  min-height: 600px;
  max-height: 640px;
  margin: 2em 0 0 0;
  padding: 0 0 0 0; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 25, ../sass/_class-logic.scss */
    *[id*='feature-wrapper'] {
      min-height: 500px;
      max-height: 600px; } }
  @media only screen and (max-width: 500px) {
    /* line 25, ../sass/_class-logic.scss */
    *[id*='feature-wrapper'] {
      min-height: 500px;
      max-height: 600px; } }

/* line 45, ../sass/_class-logic.scss */
*[class*='-inner-1'] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65); }

/* line 55, ../sass/_class-logic.scss */
*[class*='-inner-2'] {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  padding: 2%; }
  /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
  *[class*='-inner-2']:after {
    content: " ";
    display: block;
    clear: both; }
  /* line 61, ../sass/_class-logic.scss */
  *[class*='-inner-2'] h2 {
    color: #fff;
    font-size: 2.75em;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.33em; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 61, ../sass/_class-logic.scss */
      *[class*='-inner-2'] h2 {
        font-size: 2.2em; } }
    @media only screen and (max-width: 500px) {
      /* line 61, ../sass/_class-logic.scss */
      *[class*='-inner-2'] h2 {
        font-size: 2em; } }
  /* line 80, ../sass/_class-logic.scss */
  *[class*='-inner-2'] a[class*='js-btn'] {
    display: inline-block;
    position: relative; }
    /* line 83, ../sass/_class-logic.scss */
    *[class*='-inner-2'] a[class*='js-btn'] figure {
      position: absolute;
      display: inline-block;
      top: 8px;
      left: 1.25em;
      height: 32px;
      margin: 0 1em 0 0;
      padding: 0; }
      /* line 92, ../sass/_class-logic.scss */
      *[class*='-inner-2'] a[class*='js-btn'] figure img {
        margin: 0;
        padding: 0; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 80, ../sass/_class-logic.scss */
      *[class*='-inner-2'] a[class*='js-btn'] {
        width: 70%;
        margin-bottom: 1.5em;
        float: left; } }

/* line 112, ../sass/_class-logic.scss */
*[id$='-wrapper-blue'] {
  background-color: #edf1fa;
  border-top: 3px solid #507dd3;
  border-bottom: 3px solid #5984d6;
  min-height: 40em; }

/* line 119, ../sass/_class-logic.scss */
*[id$='-wrapper-orange'] {
  background-color: #fdf5e8;
  border-top: 3px solid #e7a221;
  border-bottom: 3px solid #e9a72c;
  min-height: 40em; }

/* line 127, ../sass/_class-logic.scss */
*[id$='-wrapper-green'] {
  background-color: #f2f9e7;
  border-top: 3px solid #7fca1e;
  border-bottom: 3px solid #86cd2a;
  min-height: 40em; }

/* line 135, ../sass/_class-logic.scss */
*[id$='-wrapper-gray'] {
  background-color: #e9eaeb;
  border-top: 3px solid #323b3f;
  border-bottom: 3px solid #3d4649;
  min-height: 40em; }

/* line 143, ../sass/_class-logic.scss */
*[id$='-wrapper-lt-gray'] {
  background-color: #f9f9f9;
  border-top: 3px solid #e9eaeb;
  border-bottom: 3px solid #d4d6d7;
  min-height: 40em; }

/* line 151, ../sass/_class-logic.scss */
*[id$='-wrapper-logo-orange'] {
  background-color: #fbeee9;
  border-top: 3px solid #d66130;
  border-bottom: 3px solid #d86a3b;
  min-height: 40em; }

/* line 159, ../sass/_class-logic.scss */
*[id$='-wrapper-logo-blue'] {
  background-color: #eaf0f4;
  border-top: 3px solid #357492;
  border-bottom: 3px solid #3f7c98;
  min-height: 40em; }

/* line 168, ../sass/_class-logic.scss */
p[class$='lede-blue'] {
  color: #15233f;
  font-size: 1.66667em;
  line-height: 1.6em;
  font-weight: 300;
  line-height: 1.5em;
  padding: 0;
  margin: 1em 0 1em 0; }
  /* line 42, ../sass/_mixins.scss */
  p[class$='lede-blue']:first-of-type {
    font-weight: 500 !important;
    letter-spacing: .5px; }
  /* line 46, ../sass/_mixins.scss */
  p[class$='lede-blue']:last-of-type {
    margin-bottom: 3em; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-blue']:last-of-type {
        margin-bottom: 4%; } }
    @media only screen and (max-width: 500px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-blue']:last-of-type {
        margin-bottom: 4%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em; } }

/* line 172, ../sass/_class-logic.scss */
p[class$='lede-orange'] {
  color: #452f06;
  font-size: 1.66667em;
  line-height: 1.6em;
  font-weight: 300;
  line-height: 1.5em;
  padding: 0;
  margin: 1em 0 1em 0; }
  /* line 42, ../sass/_mixins.scss */
  p[class$='lede-orange']:first-of-type {
    font-weight: 500 !important;
    letter-spacing: .5px; }
  /* line 46, ../sass/_mixins.scss */
  p[class$='lede-orange']:last-of-type {
    margin-bottom: 3em; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-orange']:last-of-type {
        margin-bottom: 4%; } }
    @media only screen and (max-width: 500px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-orange']:last-of-type {
        margin-bottom: 4%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em; } }

/* line 176, ../sass/_class-logic.scss */
p[class$='lede-green'] {
  color: #243c05;
  font-size: 1.66667em;
  line-height: 1.6em;
  font-weight: 300;
  line-height: 1.5em;
  padding: 0;
  margin: 1em 0 1em 0; }
  /* line 42, ../sass/_mixins.scss */
  p[class$='lede-green']:first-of-type {
    font-weight: 500 !important;
    letter-spacing: .5px; }
  /* line 46, ../sass/_mixins.scss */
  p[class$='lede-green']:last-of-type {
    margin-bottom: 3em; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-green']:last-of-type {
        margin-bottom: 4%; } }
    @media only screen and (max-width: 500px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-green']:last-of-type {
        margin-bottom: 4%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em; } }

/* line 180, ../sass/_class-logic.scss */
p[class$='lede-gray'] {
  color: #0c0f10;
  font-size: 1.66667em;
  line-height: 1.6em;
  font-weight: 300;
  line-height: 1.5em;
  padding: 0;
  margin: 1em 0 1em 0; }
  /* line 42, ../sass/_mixins.scss */
  p[class$='lede-gray']:first-of-type {
    font-weight: 500 !important;
    letter-spacing: .5px; }
  /* line 46, ../sass/_mixins.scss */
  p[class$='lede-gray']:last-of-type {
    margin-bottom: 3em; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-gray']:last-of-type {
        margin-bottom: 4%; } }
    @media only screen and (max-width: 500px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-gray']:last-of-type {
        margin-bottom: 4%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em; } }

/* line 184, ../sass/_class-logic.scss */
p[class$='lede-white'] {
  margin: 0 0 1em 1em;
  color: #fff;
  font-size: 1.66667em;
  line-height: 1.6em; }

/* line 190, ../sass/_class-logic.scss */
*[class*='hd-orange'] {
  margin: 1.6em 0 2em 0;
  padding-bottom: 2em;
  color: #b87e11;
  position: relative; }
  /* line 195, ../sass/_class-logic.scss */
  *[class*='hd-orange']:after {
    content: url("../img/header-underlines/underline-orange.svg");
    position: absolute;
    top: .75em;
    left: 0;
    font-weight: 800;
    font-size: 2em; }

/* line 205, ../sass/_class-logic.scss */
*[class$='hd-blue'] {
  margin: 1.6em 0 2em 0;
  padding-bottom: 2em;
  color: #395ea7;
  position: relative; }
  /* line 210, ../sass/_class-logic.scss */
  *[class$='hd-blue']:after {
    content: url("../img/header-underlines/underline-mid-blue.svg");
    position: absolute;
    top: .75em;
    left: 0;
    font-weight: 800;
    font-size: 2em; }

/* line 220, ../sass/_class-logic.scss */
*[class$='hd-blue-dk'] {
  margin: 1.6em 0 2em 0;
  padding-bottom: 2em;
  color: #1c2f54;
  position: relative; }
  /* line 225, ../sass/_class-logic.scss */
  *[class$='hd-blue-dk']:after {
    content: url("../img/header-underlines/underline-dk-blue.svg");
    position: absolute;
    top: .75em;
    left: 0;
    font-weight: 800;
    font-size: 2em; }

/* line 253, ../sass/_class-logic.scss */
*[class$='hd-gray'] {
  margin: 1.6em 0 2em 0;
  padding-bottom: 2em;
  color: #171d20;
  position: relative; }
  /* line 258, ../sass/_class-logic.scss */
  *[class$='hd-gray']:after {
    content: url("../img/header-underlines/underline-mid-blue.svg");
    position: absolute;
    top: .75em;
    left: 0;
    font-weight: 800;
    font-size: 2em; }

/* line 268, ../sass/_class-logic.scss */
*[class$='hd-gray-dk'] {
  margin: 1.6em 0 2em 0;
  padding-bottom: 2em;
  color: #0c0f10;
  position: relative; }
  /* line 273, ../sass/_class-logic.scss */
  *[class$='hd-gray-dk']:after {
    content: url("../img/header-underlines/underline-dk-blue.svg");
    position: absolute;
    top: .75em;
    left: 0;
    font-weight: 800;
    font-size: 2em; }

/* line 284, ../sass/_class-logic.scss */
*[class$='hd-gray-lt'] {
  margin: 1.6em 0 2em 0;
  padding-bottom: 2em;
  color: #686f72;
  position: relative; }
  /* line 289, ../sass/_class-logic.scss */
  *[class$='hd-gray-lt']:after {
    content: url("../img/header-underlines/underline-light-blue.svg");
    position: absolute;
    top: .75em;
    left: 0;
    font-weight: 800;
    font-size: 2em; }

@media screen and (max-width: 500px) {
  /* line 306, ../sass/_class-logic.scss */
  *[id*='-wrapper'] {
    width: 100%;
    position: relative; }

  /* line 313, ../sass/_class-logic.scss */
  *[id$='-wrapper-blue'] {
    min-height: 30em; }

  /* line 317, ../sass/_class-logic.scss */
  *[id$='-wrapper-orange'] {
    min-height: 30em; }

  /* line 321, ../sass/_class-logic.scss */
  *[id$='-wrapper-green'] {
    min-height: 30em; }

  /* line 325, ../sass/_class-logic.scss */
  *[id$='-wrapper-gray'] {
    min-height: 30em; }

  /* line 329, ../sass/_class-logic.scss */
  *[id$='-wrapper-lt-gray'] {
    min-height: 30em; }

  /* line 333, ../sass/_class-logic.scss */
  *[id$='-wrapper-logo-orange'] {
    min-height: 30em; }

  /* line 337, ../sass/_class-logic.scss */
  *[id$='-wrapper-logo-blue'] {
    min-height: 30em; }

  /* line 342, ../sass/_class-logic.scss */
  *[class$='-container'] {
    overflow: visible; }

  /* line 347, ../sass/_class-logic.scss */
  *[class*='inner-1'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }

  /* line 356, ../sass/_class-logic.scss */
  *[class*='inner-2'] {
    overflow: visible; }
    /* line 360, ../sass/_class-logic.scss */
    *[class*='inner-2'] h2 {
      color: #fff;
      font-size: 1.75em;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 1.2em; }
    /* line 367, ../sass/_class-logic.scss */
    *[class*='inner-2'] a[class*='js-btn'] {
      display: block;
      position: relative;
      width: 100%; }
      /* line 372, ../sass/_class-logic.scss */
      *[class*='inner-2'] a[class*='js-btn'] figure {
        display: none; }
        /* line 374, ../sass/_class-logic.scss */
        *[class*='inner-2'] a[class*='js-btn'] figure img {
          display: none; }

  /* line 381, ../sass/_class-logic.scss */
  p[class$='lede-blue'] {
    color: #15233f;
    font-size: 1.22222em;
    line-height: 2.18182em;
    font-weight: 300;
    line-height: 1.5em;
    padding: 0;
    margin: 1em 0 1em 0; }
    /* line 42, ../sass/_mixins.scss */
    p[class$='lede-blue']:first-of-type {
      font-weight: 500 !important;
      letter-spacing: .5px; }
    /* line 46, ../sass/_mixins.scss */
    p[class$='lede-blue']:last-of-type {
      margin-bottom: 3em; } }
    @media screen and (max-width: 500px) and (min-width: 501px) and (max-width: 1140px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-blue']:last-of-type {
        margin-bottom: 4%; } }
    @media only screen and (max-width: 500px) and (max-width: 500px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-blue']:last-of-type {
        margin-bottom: 4%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em; } }

@media screen and (max-width: 500px) {
  /* line 385, ../sass/_class-logic.scss */
  p[class$='lede-orange'] {
    color: #452f06;
    font-size: 1.22222em;
    line-height: 2.18182em;
    font-weight: 300;
    line-height: 1.5em;
    padding: 0;
    margin: 1em 0 1em 0; }
    /* line 42, ../sass/_mixins.scss */
    p[class$='lede-orange']:first-of-type {
      font-weight: 500 !important;
      letter-spacing: .5px; }
    /* line 46, ../sass/_mixins.scss */
    p[class$='lede-orange']:last-of-type {
      margin-bottom: 3em; } }
    @media screen and (max-width: 500px) and (min-width: 501px) and (max-width: 1140px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-orange']:last-of-type {
        margin-bottom: 4%; } }
    @media only screen and (max-width: 500px) and (max-width: 500px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-orange']:last-of-type {
        margin-bottom: 4%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em; } }

@media screen and (max-width: 500px) {
  /* line 389, ../sass/_class-logic.scss */
  p[class$='lede-green'] {
    color: #243c05;
    font-size: 1.22222em;
    line-height: 2.18182em;
    font-weight: 300;
    line-height: 1.5em;
    padding: 0;
    margin: 1em 0 1em 0; }
    /* line 42, ../sass/_mixins.scss */
    p[class$='lede-green']:first-of-type {
      font-weight: 500 !important;
      letter-spacing: .5px; }
    /* line 46, ../sass/_mixins.scss */
    p[class$='lede-green']:last-of-type {
      margin-bottom: 3em; } }
    @media screen and (max-width: 500px) and (min-width: 501px) and (max-width: 1140px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-green']:last-of-type {
        margin-bottom: 4%; } }
    @media only screen and (max-width: 500px) and (max-width: 500px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-green']:last-of-type {
        margin-bottom: 4%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em; } }

@media screen and (max-width: 500px) {
  /* line 393, ../sass/_class-logic.scss */
  p[class$='lede-gray'] {
    color: #0c0f10;
    font-size: 1.22222em;
    line-height: 2.18182em;
    font-weight: 300;
    line-height: 1.5em;
    padding: 0;
    margin: 1em 0 1em 0; }
    /* line 42, ../sass/_mixins.scss */
    p[class$='lede-gray']:first-of-type {
      font-weight: 500 !important;
      letter-spacing: .5px; }
    /* line 46, ../sass/_mixins.scss */
    p[class$='lede-gray']:last-of-type {
      margin-bottom: 3em; } }
    @media screen and (max-width: 500px) and (min-width: 501px) and (max-width: 1140px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-gray']:last-of-type {
        margin-bottom: 4%; } }
    @media only screen and (max-width: 500px) and (max-width: 500px) {
      /* line 46, ../sass/_mixins.scss */
      p[class$='lede-gray']:last-of-type {
        margin-bottom: 4%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em; } }

@media screen and (max-width: 500px) {
  /* line 397, ../sass/_class-logic.scss */
  p[class$='lede-white'] {
    font-size: 1.22222em;
    line-height: 2.18182em; }

  /* line 401, ../sass/_class-logic.scss */
  *[class*='hd-orange'] {
    margin: 1.2em 0 1em 0;
    padding-bottom: 1em; }
    /* line 404, ../sass/_class-logic.scss */
    *[class*='hd-orange']:after {
      content: ""; }

  /* line 410, ../sass/_class-logic.scss */
  *[class$='hd-blue'] {
    margin: 1.2em 0 1em 0;
    padding-bottom: 1em; }
    /* line 413, ../sass/_class-logic.scss */
    *[class$='hd-blue']:after {
      content: ""; }

  /* line 418, ../sass/_class-logic.scss */
  *[class$='hd-blue-dk'] {
    margin: 1.2em 0 1em 0;
    padding-bottom: 1em; }
    /* line 421, ../sass/_class-logic.scss */
    *[class$='hd-blue-dk']:after {
      content: ""; }

  /* line 426, ../sass/_class-logic.scss */
  *[class$='hd-green'] {
    margin: 1.2em 0 1em 0;
    padding-bottom: 1em; }
    /* line 429, ../sass/_class-logic.scss */
    *[class$='hd-green']:after {
      content: ""; }

  /* line 434, ../sass/_class-logic.scss */
  *[class$='hd-green-dk'] {
    margin: 1.2em 0 1em 0;
    padding-bottom: 1em; }
    /* line 437, ../sass/_class-logic.scss */
    *[class$='hd-green-dk']:after {
      content: ""; }

  /* line 443, ../sass/_class-logic.scss */
  *[class$='hd-gray'] {
    margin: 1.2em 0 1em 0;
    padding-bottom: 1em; }
    /* line 446, ../sass/_class-logic.scss */
    *[class$='hd-gray']:after {
      content: ""; }

  /* line 451, ../sass/_class-logic.scss */
  *[class$='hd-gray-dk'] {
    margin: 1.2em 0 1em 0;
    padding-bottom: 1em; }
    /* line 454, ../sass/_class-logic.scss */
    *[class$='hd-gray-dk']:after {
      content: ""; }

  /* line 460, ../sass/_class-logic.scss */
  *[class$='hd-gray-lt'] {
    margin: 1.2em 0 1em 0;
    padding-bottom: 1em; }
    /* line 463, ../sass/_class-logic.scss */
    *[class$='hd-gray-lt']:after {
      content: ""; } }
/* line 2, ../sass/_helpers.scss */
.group:before,
.group:after {
  content: "";
  display: table; }

/* line 8, ../sass/_helpers.scss */
.group:after {
  clear: both; }

/* line 12, ../sass/_helpers.scss */
.group {
  zoom: 1; }

/* line 16, ../sass/_helpers.scss */
.stroke-3 {
  height: 3px;
  width: 100%;
  background-image: -webkit-linear-gradient(left, #ff4300 0%, #1e6686 100%);
  background-image: linear-gradient(to right, #ff4300 0%, #1e6686 100%);
  z-index: 999; }

/* line 28, ../sass/_helpers.scss */
.stroke-1 {
  height: 1px;
  width: 100%;
  background-image: -webkit-linear-gradient(left, #ff4300 0%, #1e6686 100%);
  background-image: linear-gradient(to right, #ff4300 0%, #1e6686 100%);
  z-index: 999; }

/* line 43, ../sass/_helpers.scss */
.orange {
  color: #D74721; }

/* line 47, ../sass/_helpers.scss */
.blue {
  color: #2B6991; }

/* line 51, ../sass/_helpers.scss */
.white {
  color: #fff; }

/* line 57, ../sass/_helpers.scss */
.regular-text {
  font-weight: 400; }

/* line 60, ../sass/_helpers.scss */
.bold-text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 1em; }

/* line 69, ../sass/_helpers.scss */
.right {
  margin-right: 0px;
  float: right; }

/* line 74, ../sass/_helpers.scss */
.left {
  margin-left: 0px;
  float: left; }

/* line 79, ../sass/_helpers.scss */
.centre {
  margin: 0 auto; }

/* line 84, ../sass/_helpers.scss */
.image-right {
  float: right;
  margin: 0 2em 2em 2em; }

/* line 2, ../sass/_buttons.scss */
a[class*='js-btn'] {
  display: inline-block;
  position: relative;
  min-width: 110px;
  text-align: center;
  font-family: "PNR", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 20px 40px; }

/* line 20, ../sass/_buttons.scss */
a[class*='v-js-btn'] {
  display: inline-block;
  position: relative;
  min-width: 33%;
  text-align: center;
  font-family: "PNR", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 20px 40px;
  margin-bottom: 1em; }
  /* line 37, ../sass/_buttons.scss */
  a[class*='v-js-btn'] figure {
    position: absolute;
    display: inline-block;
    top: 1em;
    left: 1.25em;
    height: 32px;
    width: 32px;
    margin: 0 0 0 0;
    padding: 0; }
    /* line 47, ../sass/_buttons.scss */
    a[class*='v-js-btn'] figure img {
      margin: 0;
      padding: 0; }

/* line 56, ../sass/_buttons.scss */
.js-btn.margin-v {
  margin: 1em 0;
  width: 100%; }

/* line 63, ../sass/_buttons.scss */
.js-btn-blue {
  background: #28bbf8;
  border-color: #28bbf8;
  color: #fff; }

/* line 70, ../sass/_buttons.scss */
.js-btn-r-blue {
  background: 0 0;
  border-color: #28BBF8;
  color: #28BBF8;
  border: 2px solid; }
  /* line 75, ../sass/_buttons.scss */
  .js-btn-r-blue:hover {
    background: #28BBF8;
    border-color: #28BBF8;
    color: #fff; }

/* line 82, ../sass/_buttons.scss */
.js-btn-tomato {
  background: tomato;
  border-color: tomato;
  color: #fff; }

/* line 89, ../sass/_buttons.scss */
.js-btn-green {
  background: #75D218;
  border-color: #75D218;
  color: #fff; }

/* line 96, ../sass/_buttons.scss */
.js-btn-green {
  background: #75D218;
  border-color: #75D218;
  color: #fff; }

/* line 102, ../sass/_buttons.scss */
.js-btn-r-green {
  background: 0 0;
  border-color: #75D218;
  color: #75D218;
  border: 2px solid; }
  /* line 107, ../sass/_buttons.scss */
  .js-btn-r-green:hover {
    background: #75d218;
    border-color: #75D218;
    color: #fff; }

/* line 114, ../sass/_buttons.scss */
.js-btn-charcoal {
  background: #4C4F53;
  border-color: #4C4F53;
  color: #fff; }

/* line 120, ../sass/_buttons.scss */
.js-btn-r-charcoal {
  background: 0 0;
  border-color: #4C4F53;
  color: #4C4F53;
  border: 2px solid; }
  /* line 125, ../sass/_buttons.scss */
  .js-btn-r-charcoal:hover {
    background: #4C4F53;
    border-color: #4C4F53;
    color: #fff; }

/* line 132, ../sass/_buttons.scss */
.js-btn-white {
  background: #fff;
  border-color: #fff;
  color: #444; }

/* line 138, ../sass/_buttons.scss */
.js-btn-r-white, .v-js-btn-r-white {
  background: 0 0;
  border-color: #fff;
  color: #fff;
  border: 2px solid; }
  /* line 143, ../sass/_buttons.scss */
  .js-btn-r-white:hover, .v-js-btn-r-white:hover {
    background: #fff;
    border-color: #fff;
    color: #263238; }

/*

  JV jQuery Mobile Menu
  Author: Julius van der Vaart (http://juliusvaart.com)
  Version: 2

*/
/* line 13, ../sass/_nav_and_header.scss */
.scrollwrap {
  display: none; }

@media only screen and (max-width: 500px) {
  /* line 16, ../sass/_nav_and_header.scss */
  .scrollwrap {
    display: block; }

  /* line 17, ../sass/_nav_and_header.scss */
  .scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
    text-indent: -9999px;
    background: url("../img/arrowup.png") no-repeat;
    border: 3px solid #507DD3;
    z-index: 9;
    border-radius: 0px;
    background-size: 84%;
    background-position: center 6px; } }
/* line 33, ../sass/_nav_and_header.scss */
.page {
  width: 100%;
  min-height: 100%;
  background: #fff;
  overflow: auto;
  z-index: 1;
  position: relative; }

/* line 45, ../sass/_nav_and_header.scss */
.mobile-nav ul {
  margin: 0 0 25px;
  padding: 0; }
  /* line 48, ../sass/_nav_and_header.scss */
  .mobile-nav ul li {
    list-style: none; }

/* line 56, ../sass/_nav_and_header.scss */
.hamburger {
  position: fixed;
  top: .5em;
  margin-right: 2em;
  float: right;
  padding: 10px 10px 9px;
  cursor: pointer;
  z-index: 999;
  display: block; }
  /* line 66, ../sass/_nav_and_header.scss */
  .hamburger .hamburger-inner {
    position: relative;
    height: 21px;
    width: 30px;
    display: block;
    margin: 0;
    padding: 0; }
    /* line 73, ../sass/_nav_and_header.scss */
    .hamburger .hamburger-inner:before {
      content: "MENU";
      position: absolute;
      top: 50%;
      left: -75px;
      font-family: "PNR", Helvetica, Arial, sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: #15233f !important;
      line-height: 0px;
      color: #000000; }
  /* line 89, ../sass/_nav_and_header.scss */
  .hamburger .bar {
    width: 30px;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0px; }
    /* line 95, ../sass/_nav_and_header.scss */
    .hamburger .bar.bar1 {
      background-color: #4780D4;
      width: 30px; }
    /* line 96, ../sass/_nav_and_header.scss */
    .hamburger .bar.bar2, .hamburger .bar.bar3 {
      top: 9px;
      background-color: #eea21c;
      width: 30px; }
    /* line 102, ../sass/_nav_and_header.scss */
    .hamburger .bar.bar4 {
      background-color: tomato;
      top: 18px; }
  /* line 109, ../sass/_nav_and_header.scss */
  .hamburger.open .bar1,
  .hamburger.open .bar4 {
    display: none; }
  /* line 113, ../sass/_nav_and_header.scss */
  .hamburger.open .bar2,
  .hamburger.open .bar3 {
    height: 3px; }

@media only screen and (max-width: 500px) {
  /* line 121, ../sass/_nav_and_header.scss */
  .hamburger {
    margin-right: 2%;
    float: right;
    padding: 3.5% 2%; } }
/*/// style the nav*/
/* line 129, ../sass/_nav_and_header.scss */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 240px;
  height: 100%;
  color: #444;
  background-color: #f4f7fc;
  border-left: solid 2px #f9fbfe;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/* line 144, ../sass/_nav_and_header.scss */
.mobile-menu .mobile-menu-inner {
  width: 340px;
  padding: 20px 20px 60px;
  z-index: 999; }

/* line 150, ../sass/_nav_and_header.scss */
.mobile-menu ul {
  width: 100%;
  margin: 0 0 25px;
  padding: 0; }

/* line 156, ../sass/_nav_and_header.scss */
.mobile-menu ul li {
  list-style: none;
  margin: 0 0 0 0; }

/* line 161, ../sass/_nav_and_header.scss */
.mobile-menu ul li a {
  padding: 1.3em 0 1.3em 2em;
  padding-right: 3.3em;
  opacity: 1;
  display: block;
  box-sizing: content-box; }

/* line 172, ../sass/_nav_and_header.scss */
header.fixed {
  z-index: 900;
  position: fixed;
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  left: 0; }
  /* line 181, ../sass/_nav_and_header.scss */
  header.fixed figure.stroke-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 950; }
  /* line 187, ../sass/_nav_and_header.scss */
  header.fixed nav {
    width: 100%;
    margin-left: 2em;
    margin-right: 0;
    min-height: 4em; }
    /* line 193, ../sass/_nav_and_header.scss */
    header.fixed nav a.logo img {
      margin: 1em 0 0 0; }
    /* line 197, ../sass/_nav_and_header.scss */
    header.fixed nav ul {
      padding-top: 4em !important;
      text-align: right;
      color: #2e4d88 !important; }
      /* line 202, ../sass/_nav_and_header.scss */
      header.fixed nav ul li {
        display: block;
        width: 100%;
        border-bottom: 2px solid #fff;
        -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out; }
        /* line 208, ../sass/_nav_and_header.scss */
        header.fixed nav ul li:hover {
          color: #fff !important;
          background: #eaf0fa;
          border-bottom: 2px solid #6c91da; }
        /* line 213, ../sass/_nav_and_header.scss */
        header.fixed nav ul li:first-child {
          border-top: 2px solid #99e2fd;
          margin-top: -2px; }
        /* line 217, ../sass/_nav_and_header.scss */
        header.fixed nav ul li a {
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 1px;
          text-transform: uppercase;
          text-decoration: none;
          border: none; }

/* line 230, ../sass/_nav_and_header.scss */
.page {
  margin-top: 2em; }

/* line 235, ../sass/_nav_and_header.scss */
#global-footer {
  text-align: center;
  background-color: #121e34;
  padding: 10px 0 40px 0;
  position: relative;
  max-height: none;
  min-height: none; }
  /* line 243, ../sass/_nav_and_header.scss */
  #global-footer .global-footer-container {
    max-height: none;
    min-height: 0; }
    /* line 246, ../sass/_nav_and_header.scss */
    #global-footer .global-footer-container a, #global-footer .global-footer-container p, #global-footer .global-footer-container ul, #global-footer .global-footer-container li, #global-footer .global-footer-container img {
      font-size: 14px;
      font-weight: normal;
      letter-spacing: .2px;
      color: #fff !important;
      margin: 2em 2em 0 0; }
    /* line 253, ../sass/_nav_and_header.scss */
    #global-footer .global-footer-container img {
      float: left;
      display: inline-block;
      margin-right: 5%; }
    /* line 258, ../sass/_nav_and_header.scss */
    #global-footer .global-footer-container p {
      text-align: right; }
    /* line 261, ../sass/_nav_and_header.scss */
    #global-footer .global-footer-container a {
      border-bottom: none;
      padding-bottom: 4px; }
      /* line 264, ../sass/_nav_and_header.scss */
      #global-footer .global-footer-container a:hover {
        border-bottom: 1px solid #A0ACEA; }
      /* line 266, ../sass/_nav_and_header.scss */
      #global-footer .global-footer-container a:last-of-type {
        margin-right: 0; }

@media screen and (max-width: 500px) {
  /* line 280, ../sass/_nav_and_header.scss */
  .hamburger .hamburger-inner:before {
    content: " "; }

  /* line 287, ../sass/_nav_and_header.scss */
  header.fixed nav {
    margin-left: 1em; }
    /* line 289, ../sass/_nav_and_header.scss */
    header.fixed nav ul {
      padding-top: 4em !important;
      text-align: right;
      color: #2e4d88 !important; }
      /* line 294, ../sass/_nav_and_header.scss */
      header.fixed nav ul li:hover {
        background: white;
        border-bottom: 2px solid #91ade3; }
      /* line 297, ../sass/_nav_and_header.scss */
      header.fixed nav ul li:first-child {
        border-top: 2px solid #eaf0fa;
        margin-top: -2px;
        padding-top: 1em; }
      /* line 301, ../sass/_nav_and_header.scss */
      header.fixed nav ul li a {
        font-size: 16px;
        font-weight: 400; }

  /* line 309, ../sass/_nav_and_header.scss */
  #global-footer {
    text-align: center;
    background-color: #121e34;
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative; }
    /* line 317, ../sass/_nav_and_header.scss */
    #global-footer .global-footer-container a, #global-footer .global-footer-container p, #global-footer .global-footer-container ul, #global-footer .global-footer-container li, #global-footer .global-footer-container img {
      font-size: 16px;
      font-weight: 400;
      letter-spacing: .2px;
      color: #fff !important;
      margin: 0; }
    /* line 323, ../sass/_nav_and_header.scss */
    #global-footer .global-footer-container img {
      float: none;
      display: inline-block; }
    /* line 326, ../sass/_nav_and_header.scss */
    #global-footer .global-footer-container p {
      margin-top: 2em;
      border-top: 1px solid #20305C;
      font-size: 12px; }
      /* line 330, ../sass/_nav_and_header.scss */
      #global-footer .global-footer-container p:last-of-type {
        border-top: none;
        margin-top: 1em;
        text-align: center; }
      /* line 335, ../sass/_nav_and_header.scss */
      #global-footer .global-footer-container p a {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding: 5%; }
        /* line 340, ../sass/_nav_and_header.scss */
        #global-footer .global-footer-container p a:hover {
          margin-bottom: -1px;
          background-color: #1D2854; } }
/* -- Home page --*/
/* line 6, ../sass/_home.scss */
#home-feature-wrapper {
  background: #444 url(../img/header-img/1x-cpu_header.jpg) top left no-repeat;
  background-size: cover; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* line 6, ../sass/_home.scss */
    #home-feature-wrapper {
      background: #444 url(../img/header-img/2x-cpu_header.jpg) top left no-repeat;
      background-size: cover; } }
  /* line 21, ../sass/_home.scss */
  #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 h2 {
    padding: 0 0 0 0;
    color: #fff;
    font-size: 2.75em;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.33em; }
  /* line 30, ../sass/_home.scss */
  #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 a[class*='js-btn']
  {
    display: inline-block;
    position: relative;
    width: 33%;
    margin: 0; }
    
    #home-opensource-stripe .movie {
    display: inline-block;
    position: relative;
  	margin-left:1em!important;
    margin: 0; }
    
   #html5-watermark { display:none!important; }
    
    /* line 35, ../sass/_home.scss */
    #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 a[class*='js-btn'] figure,
    #home-opensource-stripe .movie figure {
      position: absolute;
      display: inline-block;
      top: 11px;
      left: 16px;
      height: 32px !important;
      width: 32px !important;
      margin: 0 0 0 0;
      padding: 0; }
      /* line 45, ../sass/_home.scss */
      #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 a[class*='js-btn'] figure img,
	#home-opensource-stripe .movie figure img {
        margin: 0;
        padding: 0; }
  /* line 51, ../sass/_home.scss */
  #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 a.js-btn-r-blue {
    margin-left: 1em; }

/* line 72, ../sass/_home.scss */
#home-opensource-stripe {
  background-color: #e9a72c;
  min-height: 4em;
  padding: 2em 0;
  border-top: 3px solid #b87e11;
  border-bottom: 3px solid #b87e11; }
  /* line 78, ../sass/_home.scss */
  #home-opensource-stripe .home-opensource-container {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    padding: 2% 0 2% 2%; }
    /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
    #home-opensource-stripe .home-opensource-container:after {
      content: " ";
      display: block;
      clear: both; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 78, ../sass/_home.scss */
      #home-opensource-stripe .home-opensource-container {
        padding: 2% 0 2% 0; } }
    /* line 90, ../sass/_home.scss */
    #home-opensource-stripe .home-opensource-container h6 {
      margin: 0px;
      padding-bottom: 2em;
      color: #5c3f08;
      position: relative; }
    /* line 106, ../sass/_home.scss */
    #home-opensource-stripe .home-opensource-container p {
      color: #5c3f08;
      font-size: 1.66667em;
      line-height: 1.6em;
      font-weight: 300;
      width: 90%;
      line-height: 1.5em;
      padding: 0; }
      /* line 114, ../sass/_home.scss */
      #home-opensource-stripe .home-opensource-container p:first-of-type {
        color: #734f0b;
        font-weight: 500 !important;
        letter-spacing: .25px; }

/* line 126, ../sass/_home.scss */
#home-talk-points {
  background-color: #edf1fa;
  padding: 2em 0;
  border-bottom: 3px solid #5984d6; }
  /* line 130, ../sass/_home.scss */
  #home-talk-points .home-talk-points-intro-container {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    position: relative; }
    /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
    #home-talk-points .home-talk-points-intro-container:after {
      content: " ";
      display: block;
      clear: both; }
    /* line 134, ../sass/_home.scss */
    #home-talk-points .home-talk-points-intro-container h6 {
      margin: 0px;
      padding-bottom: 2em;
      color: #15233f;
      position: relative; }
    /* line 149, ../sass/_home.scss */
    #home-talk-points .home-talk-points-intro-container p {
      color: #395ea7;
      font-size: 1.66667em;
      line-height: 1.6em;
      font-weight: 300;
      width: 90%;
      line-height: 1.5em;
      padding: 0; }
      /* line 158, ../sass/_home.scss */
      #home-talk-points .home-talk-points-intro-container p:first-of-type {
        color: #2b477d;
        font-weight: 500 !important;
        letter-spacing: .5px; }

/* line 166, ../sass/_home.scss */
.home-withApps-container {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 3em; }
  /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
  .home-withApps-container:after {
    content: " ";
    display: block;
    clear: both; }
  /* line 171, ../sass/_home.scss */
  .home-withApps-container .home-withApp-item {
    width: 14.89362%;
    float: left;
    background-color: #e3eaf8;
    border-radius: 2px;
    min-height: 100px;
    margin-bottom: 1.5em;
    position: relative; }
    /* line 66, ../bower_components/susy/sass/susy/language/susy/_gallery.scss */
    .home-withApps-container .home-withApp-item:nth-child(6n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    /* line 66, ../bower_components/susy/sass/susy/language/susy/_gallery.scss */
    .home-withApps-container .home-withApp-item:nth-child(6n + 2) {
      margin-left: 17.02128%;
      margin-right: -100%;
      clear: none; }
    /* line 66, ../bower_components/susy/sass/susy/language/susy/_gallery.scss */
    .home-withApps-container .home-withApp-item:nth-child(6n + 3) {
      margin-left: 34.04255%;
      margin-right: -100%;
      clear: none; }
    /* line 66, ../bower_components/susy/sass/susy/language/susy/_gallery.scss */
    .home-withApps-container .home-withApp-item:nth-child(6n + 4) {
      margin-left: 51.06383%;
      margin-right: -100%;
      clear: none; }
    /* line 66, ../bower_components/susy/sass/susy/language/susy/_gallery.scss */
    .home-withApps-container .home-withApp-item:nth-child(6n + 5) {
      margin-left: 68.08511%;
      margin-right: -100%;
      clear: none; }
    /* line 66, ../bower_components/susy/sass/susy/language/susy/_gallery.scss */
    .home-withApps-container .home-withApp-item:nth-child(6n + 6) {
      margin-left: 85.10638%;
      margin-right: -100%;
      clear: none; }
    /* line 178, ../sass/_home.scss */
    .home-withApps-container .home-withApp-item:last-child {
      background-color: #d1ddf4; }
      /* line 180, ../sass/_home.scss */
      .home-withApps-container .home-withApp-item:last-child p.and-more {
        padding: 1em 1em 0 1em !important;
        color: #525a5d;
        font-size: 0.77778em;
        line-height: 1.71429em;
        font-weight: 400 !important;
        letter-spacing: .75px;
        text-transform: uppercase;
        line-height: 1.3;
        margin: 0; }
        /* line 189, ../sass/_home.scss */
        .home-withApps-container .home-withApp-item:last-child p.and-more:first-of-type {
          font-weight: 500 !important;
          letter-spacing: .5px; }
    /* line 195, ../sass/_home.scss */
    .home-withApps-container .home-withApp-item img {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      padding: 10%; }

/* line 206, ../sass/_home.scss */
#global-get-started {
  background: #02CEFF;
  background: -webkit-linear-gradient(45deg, #3e68a4 0%, #02ceff 100%);
  background: linear-gradient(45deg, #3e68a4 0%, #02ceff 100%);
  background-size: 120%;
  background-position: bottom right; }
  /* line 208, ../sass/_home.scss */
  #global-get-started .global-get-started-text-container {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    padding: 2% 2% 2% 2%;
    text-align: center; }
    /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
    #global-get-started .global-get-started-text-container:after {
      content: " ";
      display: block;
      clear: both; }
    /* line 213, ../sass/_home.scss */
    #global-get-started .global-get-started-text-container h6 {
      margin: 0px;
      padding-bottom: 2em;
      color: #273135;
      position: relative; }
    /* line 228, ../sass/_home.scss */
    #global-get-started .global-get-started-text-container p {
      color: #15233f;
      font-size: 1.66667em;
      line-height: 1.6em;
      font-weight: 300;
      width: 100%;
      line-height: 1.5em;
      padding: 0; }
      /* line 235, ../sass/_home.scss */
      #global-get-started .global-get-started-text-container p:first-of-type {
        font-weight: 500 !important;
        letter-spacing: .5px; }
  /* line 241, ../sass/_home.scss */
  #global-get-started .global-get-started-image-container {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    text-align: center;
    padding-bottom: 5%;
    padding-top: 0; }
    /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
    #global-get-started .global-get-started-image-container:after {
      content: " ";
      display: block;
      clear: both; }
    /* line 247, ../sass/_home.scss */
    #global-get-started .global-get-started-image-container img {
      margin-bottom: 5%; }
    /* line 254, ../sass/_home.scss */
    #global-get-started .global-get-started-image-container a[class*='js-btn'] {
      width: 40%;
      margin: 0 5% 0 5%;
      float: left; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 254, ../sass/_home.scss */
        #global-get-started .global-get-started-image-container a[class*='js-btn'] {
          width: 100%;
          float: none;
          margin: 0 0 2% 0; } }
      @media only screen and (max-width: 500px) {
        /* line 254, ../sass/_home.scss */
        #global-get-started .global-get-started-image-container a[class*='js-btn'] {
          width: 90%;
          float: none;
          margin: 0 5% 4% 5%; }
          /* line 267, ../sass/_home.scss */
          #global-get-started .global-get-started-image-container a[class*='js-btn']:last-of-type {
            margin-bottom: 2%; } }

@media screen and (max-width: 1040px) {
  /* line 286, ../sass/_home.scss */
  #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.3em;
    margin-bottom: 1.5em; }
  /* line 294, ../sass/_home.scss */
  #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 a[class*='js-btn'] {
    display: inline-block;
    position: relative;
    width: 60%;
    margin-bottom: 1em;
    float: left; }
    /* line 300, ../sass/_home.scss */
    #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 a[class*='js-btn'] figure {
      display: none; }
  /* line 304, ../sass/_home.scss */
  #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 a.js-btn-r-blue {
    margin-top: 1.5em;
    margin-left: 0; }

  /* line 312, ../sass/_home.scss */
  #home-opensource-stripe {
    min-height: 3em;
    padding: 1em; }
    /* line 317, ../sass/_home.scss */
    #home-opensource-stripe .home-opensource-container h6 {
      margin: 0px;
      padding-bottom: 2em; }
    /* line 324, ../sass/_home.scss */
    #home-opensource-stripe .home-opensource-container p {
      font-size: 1.44444em;
      line-height: 1.84615em;
      font-weight: 300;
      width: 90%;
      line-height: 1.2em;
      padding: 0;
      margin: 1em 0; }
      /* line 331, ../sass/_home.scss */
      #home-opensource-stripe .home-opensource-container p:first-of-type {
        letter-spacing: .5px; }
    /* line 335, ../sass/_home.scss */
    #home-opensource-stripe .home-opensource-container a[class*='js-btn'] {
      display: inline-block;
      position: relative; }

  /* line 342, ../sass/_home.scss */
  #home-talk-points {
    padding: 2em 0; }
    /* line 345, ../sass/_home.scss */
    #home-talk-points .home-talk-points-intro-container h6 {
      margin: 0px;
      padding-bottom: 2em;
      position: relative; }
      /* line 352, ../sass/_home.scss */
      #home-talk-points .home-talk-points-intro-container h6 p {
        font-size: 1.44444em;
        line-height: 1.84615em;
        font-weight: 300;
        width: 100%;
        line-height: 1.2em;
        padding: 0; }
        /* line 359, ../sass/_home.scss */
        #home-talk-points .home-talk-points-intro-container h6 p:first-of-type {
          font-weight: 400 !important;
          letter-spacing: .5px; }
    /* line 367, ../sass/_home.scss */
    #home-talk-points .home-withApps-container .home-withApp-item {
      width: 31.91489%;
      float: left;
      min-height: 100px;
      margin-bottom: .5em; }
      /* line 66, ../bower_components/susy/sass/susy/language/susy/_gallery.scss */
      #home-talk-points .home-withApps-container .home-withApp-item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      /* line 66, ../bower_components/susy/sass/susy/language/susy/_gallery.scss */
      #home-talk-points .home-withApps-container .home-withApp-item:nth-child(3n + 2) {
        margin-left: 34.04255%;
        margin-right: -100%;
        clear: none; }
      /* line 66, ../bower_components/susy/sass/susy/language/susy/_gallery.scss */
      #home-talk-points .home-withApps-container .home-withApp-item:nth-child(3n + 3) {
        margin-left: 68.08511%;
        margin-right: -100%;
        clear: none; }
      /* line 371, ../sass/_home.scss */
      #home-talk-points .home-withApps-container .home-withApp-item:last-child {
        padding: 1em; }
    /* line 376, ../sass/_home.scss */
    #home-talk-points #global-get-started {
      background: #02CEFF;
      background: -webkit-linear-gradient(45deg, #3e68a4 0%, #02ceff 100%);
      background: linear-gradient(45deg, #3e68a4 0%, #02ceff 100%);
      background-size: 120%;
      background-position: bottom right; }
      /* line 379, ../sass/_home.scss */
      #home-talk-points #global-get-started .global-get-started-text-container {
        padding-bottom: 2em; }
        /* line 381, ../sass/_home.scss */
        #home-talk-points #global-get-started .global-get-started-text-container h6 {
          margin: 0px;
          padding-bottom: 2em;
          position: relative; }
        /* line 388, ../sass/_home.scss */
        #home-talk-points #global-get-started .global-get-started-text-container p {
          font-size: 1.22222em;
          line-height: 2.18182em;
          font-weight: 300;
          width: 100%;
          line-height: 1.6em;
          padding: 0; }
          /* line 394, ../sass/_home.scss */
          #home-talk-points #global-get-started .global-get-started-text-container p:first-of-type {
            font-weight: 500 !important;
            letter-spacing: .5px; }
      /* line 399, ../sass/_home.scss */
      #home-talk-points #global-get-started .global-get-started-image-container {
        max-width: 75em;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        *zoom: 1; }
        /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
        #home-talk-points #global-get-started .global-get-started-image-container:after {
          content: " ";
          display: block;
          clear: both; }
        /* line 402, ../sass/_home.scss */
        #home-talk-points #global-get-started .global-get-started-image-container img {
          margin: 1em 0 3em 0; }
        /* line 405, ../sass/_home.scss */
        #home-talk-points #global-get-started .global-get-started-image-container .js-btn-r-white {
          border-position: inside;
          width: 90%;
          margin: 5%; } }
@media screen and (max-width: 1040px) and (max-width: 500px) {
  /* line 420, ../sass/_home.scss */
  #home-feature-wrapper {
    padding: 0 1em 0 1em; }
    /* line 424, ../sass/_home.scss */
    #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 {
      padding: 0 1em; }
      /* line 426, ../sass/_home.scss */
      #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 h2 {
        color: #fff;
        font-size: 1.5em;
        font-weight: 300;
        letter-spacing: none;
        line-height: 1.2em; }
      /* line 434, ../sass/_home.scss */
      #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 a[class*='js-btn'] {
        margin: 0 1em 1em 1em;
        display: inline-block;
        position: relative;
        width: 100%;
        margin: 1.5em 0 1.5em 0; }
        /* line 440, ../sass/_home.scss */
        #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 a[class*='js-btn'] figure {
          display: none; }
      /* line 444, ../sass/_home.scss */
      #home-feature-wrapper .home-feature-inner-1 .home-feature-inner-2 a.js-btn-r-blue {
        margin: 1.5em 0 1.5em 0; }

  /* line 451, ../sass/_home.scss */
  #home-opensource-stripe {
    background-color: #e9a72c;
    min-height: 3em;
    padding: 1em;
    border-top: 3px solid #b87e11;
    border-bottom: 3px solid #b87e11; }
    /* line 459, ../sass/_home.scss */
    #home-opensource-stripe .home-opensource-container h6 {
      margin: 0px;
      padding-bottom: 1em;
      color: #5c3f08;
      position: relative; }
    /* line 468, ../sass/_home.scss */
    #home-opensource-stripe .home-opensource-container p {
      color: #5c3f08;
      font-size: 1.22222em;
      line-height: 2.18182em;
      font-weight: 300;
      width: 100%;
      line-height: 1.2em;
      padding: 0; }
      /* line 476, ../sass/_home.scss */
      #home-opensource-stripe .home-opensource-container p:first-of-type {
        color: #734f0b;
        font-weight: 400 !important;
        letter-spacing: .5px; }

  /* line 485, ../sass/_home.scss */
  #home-talk-points {
    background-color: #edf1fa;
    padding: 2em 0;
    border-bottom: 3px solid #5984d6; }
    /* line 489, ../sass/_home.scss */
    #home-talk-points .home-talk-points-intro-container {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      *zoom: 1;
      position: relative; }
      /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
      #home-talk-points .home-talk-points-intro-container:after {
        content: " ";
        display: block;
        clear: both; }
      /* line 493, ../sass/_home.scss */
      #home-talk-points .home-talk-points-intro-container h6 {
        margin: 0 0 0 1em;
        padding-bottom: 2em;
        color: #15233f;
        position: relative; }
      /* line 502, ../sass/_home.scss */
      #home-talk-points .home-talk-points-intro-container p {
        color: #395ea7;
        font-size: 1.22222em;
        line-height: 2.18182em;
        font-weight: 300;
        width: 100%;
        line-height: 1.2em; }
        /* line 509, ../sass/_home.scss */
        #home-talk-points .home-talk-points-intro-container p:first-of-type {
          color: #2b477d;
          font-weight: 400 !important;
          letter-spacing: .5px; }

  /* line 517, ../sass/_home.scss */
  .home-withApps-container {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 3em; }
    /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
    .home-withApps-container:after {
      content: " ";
      display: block;
      clear: both; }
    /* line 521, ../sass/_home.scss */
    .home-withApps-container .home-withApp-item {
      width: 48.93617%;
      float: left;
      background-color: #e3eaf8;
      border-radius: 2px;
      min-height: 100px;
      margin-bottom: .5em;
      position: relative; }
      /* line 66, ../bower_components/susy/sass/susy/language/susy/_gallery.scss */
      .home-withApps-container .home-withApp-item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      /* line 66, ../bower_components/susy/sass/susy/language/susy/_gallery.scss */
      .home-withApps-container .home-withApp-item:nth-child(2n + 2) {
        margin-left: 51.06383%;
        margin-right: -100%;
        clear: none; }
      /* line 528, ../sass/_home.scss */
      .home-withApps-container .home-withApp-item:last-child {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        background-color: #d1ddf4;
        padding: 1em; }
    /* line 533, ../sass/_home.scss */
    .home-withApps-container img {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }

  /* line 542, ../sass/_home.scss */
  #global-get-started {
    background: #02CEFF;
    background: -webkit-linear-gradient(45deg, #3e68a4 0%, #02ceff 100%);
    background: linear-gradient(45deg, #3e68a4 0%, #02ceff 100%);
    background-size: 120%;
    background-position: bottom right;
    padding: 4% 0 6% 0; }
    /* line 545, ../sass/_home.scss */
    #global-get-started .global-get-started-text-container {
      padding-top: 2em;
      padding-bottom: 2em;
      max-width: 75em;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      *zoom: 1; }
      /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
      #global-get-started .global-get-started-text-container:after {
        content: " ";
        display: block;
        clear: both; }
      /* line 550, ../sass/_home.scss */
      #global-get-started .global-get-started-text-container h6 {
        margin: 0px;
        padding-bottom: 2em;
        color: #273135;
        position: relative; }
      /* line 559, ../sass/_home.scss */
      #global-get-started .global-get-started-text-container p {
        color: #15233f;
        font-size: 1.22222em;
        line-height: 2.18182em;
        font-weight: 300;
        width: 100%;
        line-height: 1.6em; }
        /* line 565, ../sass/_home.scss */
        #global-get-started .global-get-started-text-container p:first-of-type {
          font-weight: 500 !important;
          letter-spacing: .5px; }
    /* line 570, ../sass/_home.scss */
    #global-get-started .global-get-started-image-container {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      *zoom: 1;
      padding: 0; }
      /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
      #global-get-started .global-get-started-image-container:after {
        content: " ";
        display: block;
        clear: both; }
      /* line 574, ../sass/_home.scss */
      #global-get-started .global-get-started-image-container img {
        margin: 1em 0 3em 0; } }
/* -- Why JumpSeat page --*/
/* line 7, ../sass/_why_JS.scss */
#why-feature-wrapper {
  margin: 2em 0 0 0;
  background: #444 url(../img/header-img/1x-grand-central.jpg) top left no-repeat;
  background-size: cover;
  background-size: cover;
  min-height: 500px;
  max-height: 636px;
  padding: 0 2% 5% 2%; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* line 7, ../sass/_why_JS.scss */
    #why-feature-wrapper {
      background: #444 url(../img/header-img/2x-grand-central.jpg) top left no-repeat;
      background-size: cover; } }
  /* line 22, ../sass/_why_JS.scss */
  #why-feature-wrapper .why-feature-inner-1 {
    min-height: 400px;
    max-height: 636px;
    width: 100%;
    padding-bottom: 5%;
    background: rgba(0, 0, 0, 0.65); }
    /* line 28, ../sass/_why_JS.scss */
    #why-feature-wrapper .why-feature-inner-1 .why-feature-inner-2 {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto;
      padding: 0 2% 5% 2%; }
      /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
      #why-feature-wrapper .why-feature-inner-1 .why-feature-inner-2:after {
        content: " ";
        display: block;
        clear: both; }
      /* line 31, ../sass/_why_JS.scss */
      #why-feature-wrapper .why-feature-inner-1 .why-feature-inner-2 h2 {
        margin: 1em 0 1em 0; }
      /* line 32, ../sass/_why_JS.scss */
      #why-feature-wrapper .why-feature-inner-1 .why-feature-inner-2 p.lede-white {
        font-weight: 400;
        margin-left: 0;
        padding-right: 0;
        clear: left;
        line-height: 1.5em !important; }

/* line 45, ../sass/_why_JS.scss */
#why-content-wrapper-blue .why-intro-container {
  padding: 2% 2% 0 2%; }

/* line 50, ../sass/_why_JS.scss */
#why-main-features-wrapper-lt-blue {
  padding: 1em; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 50, ../sass/_why_JS.scss */
    #why-main-features-wrapper-lt-blue {
      padding: 1em 0 1em 0; } }
  @media only screen and (max-width: 500px) {
    /* line 56, ../sass/_why_JS.scss */
    #why-main-features-wrapper-lt-blue .stroke-1 {
      display: none; } }
  /* line 61, ../sass/_why_JS.scss */
  #why-main-features-wrapper-lt-blue .why-main-features-container {
    padding-top: 2%;
    padding-bottom: 2%; }
    /* line 65, ../sass/_why_JS.scss */
    #why-main-features-wrapper-lt-blue .why-main-features-container .about-item {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%;
      margin-bottom: 2%;
      background: #fff;
      color: #263238;
      border-radius: 4px;
      padding: 2%;
      min-height: 600px;
      position: relative; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 65, ../sass/_why_JS.scss */
        #why-main-features-wrapper-lt-blue .why-main-features-container .about-item {
          min-height: 700px; } }
      @media only screen and (max-width: 500px) {
        /* line 65, ../sass/_why_JS.scss */
        #why-main-features-wrapper-lt-blue .why-main-features-container .about-item {
          min-height: 550px;
          padding: 5%; }
          /* line 81, ../sass/_why_JS.scss */
          #why-main-features-wrapper-lt-blue .why-main-features-container .about-item p {
            padding: 0; } }
      /* line 85, ../sass/_why_JS.scss */
      #why-main-features-wrapper-lt-blue .why-main-features-container .about-item h6 {
        margin: 0; }
      /* line 88, ../sass/_why_JS.scss */
      #why-main-features-wrapper-lt-blue .why-main-features-container .about-item .videoWrapper {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        padding-left: 2%;
        padding-right: 2%;
        bottom: 4%;
        right: 2%;
        left: 4%; }
        /* line 98, ../sass/_why_JS.scss */
        #why-main-features-wrapper-lt-blue .why-main-features-container .about-item .videoWrapper iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 92%;
          height: 100%; }
      /* line 105, ../sass/_why_JS.scss */
      #why-main-features-wrapper-lt-blue .why-main-features-container .about-item:nth-child(even) {
        margin-right: 0; }
        /* line 107, ../sass/_why_JS.scss */
        #why-main-features-wrapper-lt-blue .why-main-features-container .about-item:nth-child(even) h6.hd-blue {
          margin-right: 2%; }
          /* line 110, ../sass/_why_JS.scss */
          #why-main-features-wrapper-lt-blue .why-main-features-container .about-item:nth-child(even) h6.hd-blue:after {
            color: #b5c8ed;
            text-outline: .73emm; }
        /* line 114, ../sass/_why_JS.scss */
        #why-main-features-wrapper-lt-blue .why-main-features-container .about-item:nth-child(even) .a-item-c {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          margin-right: 0; }

@media screen and (max-width: 1040px) {
  /* line 129, ../sass/_why_JS.scss */
  #why-feature-wrapper {
    margin: 2em 0 0 0;
    padding: 0 0 0 0;
    background: #444 url(../img/header-bg-5.jpg) top left no-repeat;
    background-size: cover; }
    /* line 134, ../sass/_why_JS.scss */
    #why-feature-wrapper .why-feature-inner-1 {
      width: 100%;
      background: rgba(0, 0, 0, 0.65); }
      /* line 137, ../sass/_why_JS.scss */
      #why-feature-wrapper .why-feature-inner-1 .why-feature-inner-2 {
        max-width: 75em;
        margin-left: auto;
        margin-right: auto; }
        /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
        #why-feature-wrapper .why-feature-inner-1 .why-feature-inner-2:after {
          content: " ";
          display: block;
          clear: both; }
        /* line 139, ../sass/_why_JS.scss */
        #why-feature-wrapper .why-feature-inner-1 .why-feature-inner-2 h2 {
          margin: 1em 0 1em 0; }
        /* line 140, ../sass/_why_JS.scss */
        #why-feature-wrapper .why-feature-inner-1 .why-feature-inner-2 p.lede-white {
          font-size: 1.33333em;
          line-height: 2em;
          font-weight: 400;
          margin-left: 0;
          padding-right: 0;
          clear: left; }

  /* line 152, ../sass/_why_JS.scss */
  #why-content-wrapper-blue .why-intro-container {
    padding: 3% 3% 5% 3%; }

  /* line 159, ../sass/_why_JS.scss */
  #why-main-features-wrapper-lt-blue .why-main-features-container .about-item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    /* line 163, ../sass/_why_JS.scss */
    #why-main-features-wrapper-lt-blue .why-main-features-container .about-item h6.hd-blue:after {
      top: 1.43em; }
    /* line 166, ../sass/_why_JS.scss */
    #why-main-features-wrapper-lt-blue .why-main-features-container .about-item .a-item-c {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    /* line 169, ../sass/_why_JS.scss */
    #why-main-features-wrapper-lt-blue .why-main-features-container .about-item .videoWrapper {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
@media screen and (max-width: 500px) {
  /* line 186, ../sass/_why_JS.scss */
  #why-content-wrapper-blue .why-intro-container {
    padding: 5%; }

  /* line 192, ../sass/_why_JS.scss */
  #why-main-features-wrapper-lt-blue .why-main-features-container {
    padding: 5% 0 0 0; }
    /* line 195, ../sass/_why_JS.scss */
    #why-main-features-wrapper-lt-blue .why-main-features-container .about-item {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 5%; }
      /* line 198, ../sass/_why_JS.scss */
      #why-main-features-wrapper-lt-blue .why-main-features-container .about-item h6.hd-blue {
        padding: 0;
        margin-left: 5%;
        margin-top: 4%; }
        /* line 202, ../sass/_why_JS.scss */
        #why-main-features-wrapper-lt-blue .why-main-features-container .about-item h6.hd-blue:after {
          content: ""; }
      /* line 205, ../sass/_why_JS.scss */
      #why-main-features-wrapper-lt-blue .why-main-features-container .about-item .a-item-c {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 2%;
        border-right: none;
        border-bottom: 1px solid #ccc; } }
/* line 6, ../sass/_pricing.scss */
#pricing-feature-wrapper {
  background: #444 url("../img/header-img/1x-woman-hands.jpg") top left no-repeat;
  background-size: cover; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* line 6, ../sass/_pricing.scss */
    #pricing-feature-wrapper {
      background: #444 url("../img/header-img/2x-woman-hands.jpg") top left no-repeat;
      background-size: cover; } }
  /* line 15, ../sass/_pricing.scss */
  #pricing-feature-wrapper .pricing-feature-inner-1 {
    width: 100%;
    background: rgba(0, 0, 0, 0.65); }
    /* line 18, ../sass/_pricing.scss */
    #pricing-feature-wrapper .pricing-feature-inner-1 .pricing-feature-inner-2 {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto; }
      /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
      #pricing-feature-wrapper .pricing-feature-inner-1 .pricing-feature-inner-2:after {
        content: " ";
        display: block;
        clear: both; }
      /* line 20, ../sass/_pricing.scss */
      #pricing-feature-wrapper .pricing-feature-inner-1 .pricing-feature-inner-2 a {
        margin-bottom: 2em; }

/* line 26, ../sass/_pricing.scss */
#pricing-wrapper-blue {
  background-color: #fbfcfe; }
  /* line 28, ../sass/_pricing.scss */
  #pricing-wrapper-blue .pricing-container {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1; }
    /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
    #pricing-wrapper-blue .pricing-container:after {
      content: " ";
      display: block;
      clear: both; }
    /* line 32, ../sass/_pricing.scss */
    #pricing-wrapper-blue .pricing-container .price-1, #pricing-wrapper-blue .pricing-container .price-2, #pricing-wrapper-blue .pricing-container .price-3 {
      position: relative;
      border-radius: 3px;
      margin-bottom: 0;
      background-color: #edf1fa;
      -webkit-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out; }
      /* line 38, ../sass/_pricing.scss */
      #pricing-wrapper-blue .pricing-container .price-1:hover, #pricing-wrapper-blue .pricing-container .price-2:hover, #pricing-wrapper-blue .pricing-container .price-3:hover {
        box-shadow: 0 0px 17px rgba(0, 0, 0, 0.2);
        background-color: #e3eaf8; }
    /* line 45, ../sass/_pricing.scss */
    #pricing-wrapper-blue .pricing-container .price-1 {
      width: 31.91489%;
      float: left;
      margin-right: 2.12766%;
      min-height: 700px; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 45, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .price-1 {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          margin: 0 0 5% 0;
          min-height: initial; } }
      @media only screen and (max-width: 500px) {
        /* line 45, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .price-1 {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          margin: 0 0 5% 0; } }
    /* line 61, ../sass/_pricing.scss */
    #pricing-wrapper-blue .pricing-container .price-2 {
      width: 31.91489%;
      float: left;
      margin-right: 2.12766%;
      min-height: 700px; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 61, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .price-2 {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          margin: 0 0 5% 0;
          min-height: initial; } }
      @media only screen and (max-width: 500px) {
        /* line 61, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .price-2 {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          margin: 0 0 5% 0; } }
    /* line 77, ../sass/_pricing.scss */
    #pricing-wrapper-blue .pricing-container .price-3 {
      width: 31.91489%;
      float: right;
      margin-right: 0;
      min-height: 700px; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 77, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .price-3 {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          min-height: initial; } }
      @media only screen and (max-width: 500px) {
        /* line 77, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .price-3 {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
    /* line 94, ../sass/_pricing.scss */
    #pricing-wrapper-blue .pricing-container .pricing-header {
      height: 490px;
      border-bottom: 1px solid #444;
      padding: 2em 2em 4em 2em; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 94, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .pricing-header {
          width: 48.93617%;
          float: left;
          margin-right: 2.12766%;
          padding: 0;
          border-bottom: none; }
          /* line 102, ../sass/_pricing.scss */
          #pricing-wrapper-blue .pricing-container .pricing-header p {
            margin: 2em; } }
      /* line 108, ../sass/_pricing.scss */
      #pricing-wrapper-blue .pricing-container .pricing-header .price-title-on-prem {
        overflow: hidden;
        *zoom: 1;
        text-align: left;
        color: #555;
        position: relative;
        width: 100%;
        padding: 0 0 4em 0;
        border-bottom: 1px solid #555;
        margin: 0 0 2em 0; }
        @media screen and (min-width: 501px) and (max-width: 1140px) {
          /* line 108, ../sass/_pricing.scss */
          #pricing-wrapper-blue .pricing-container .pricing-header .price-title-on-prem {
            margin: 2em;
            width: 185%; } }
        /* line 122, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .pricing-header .price-title-on-prem figure.plan-num {
          position: relative;
          height: 36px;
          width: 36px;
          float: left; }
          /* line 127, ../sass/_pricing.scss */
          #pricing-wrapper-blue .pricing-container .pricing-header .price-title-on-prem figure.plan-num img {
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%); }
        /* line 135, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .pricing-header .price-title-on-prem h6.plan-audience {
          display: block;
          float: left;
          position: absolute;
          top: 4px;
          left: 44px;
          font-size: 14px;
          color: #D0451D;
          line-height: 0px;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 800;
          margin: .25em 0 .5em 0;
          padding: 0; }
        /* line 150, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .pricing-header .price-title-on-prem h4.plan-title {
          display: block;
          float: left;
          position: absolute;
          top: 26px;
          left: 44px;
          font-size: 20px;
          color: #555;
          line-height: 0px;
          text-transform: uppercase;
          letter-spacing: 1.25px;
          font-weight: 600;
          margin: 0;
          padding: 0; }
          @media screen and (min-width: 501px) and (max-width: 1140px) {
            /* line 150, ../sass/_pricing.scss */
            #pricing-wrapper-blue .pricing-container .pricing-header .price-title-on-prem h4.plan-title {
              line-height: 1.2; } }
          @media only screen and (max-width: 500px) {
            /* line 150, ../sass/_pricing.scss */
            #pricing-wrapper-blue .pricing-container .pricing-header .price-title-on-prem h4.plan-title {
              line-height: 1.2; } }
    /* line 179, ../sass/_pricing.scss */
    #pricing-wrapper-blue .pricing-container .plan-price {
      overflow: hidden;
      *zoom: 1;
      text-align: left;
      color: #555;
      position: relative;
      width: 100%;
      padding: 0 0 2em 0;
      margin: 0 0 1em 0; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 179, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .plan-price {
          margin: 2em;
          margin-bottom: 1em; } }
      /* line 195, ../sass/_pricing.scss */
      #pricing-wrapper-blue .pricing-container .plan-price h4.price-type {
        font-size: 12px;
        color: #D0451D;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 800;
        margin: 0 0 .5em 0;
        padding: 0; }
        @media only screen and (max-width: 500px) {
          /* line 195, ../sass/_pricing.scss */
          #pricing-wrapper-blue .pricing-container .plan-price h4.price-type {
            line-height: 18px; } }
      /* line 214, ../sass/_pricing.scss */
      #pricing-wrapper-blue .pricing-container .plan-price h5.price-value-prem {
        display: inline-block;
        position: relative;
        line-height: 0px;
        text-transform: uppercase;
        font-size: 48px;
        color: #555;
        line-height: 0px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 600;
        margin: .25em 0 .5em 0;
        padding: 10px 0 0 18px; }
        /* line 228, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .plan-price h5.price-value-prem::before {
          content: "$";
          position: absolute;
          top: 4px;
          left: 0;
          font-size: 28px;
          color: #777;
          line-height: 0px; }
      /* line 240, ../sass/_pricing.scss */
      #pricing-wrapper-blue .pricing-container .plan-price h6.price-condition {
        display: inline-block;
        position: relative;
        color: #777;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 0 0 0 14px;
        margin: 0;
        line-height: 110%; }
        /* line 251, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .plan-price h6.price-condition::before {
          content: url("../img/dividing-line.svg");
          position: absolute;
          left: 0;
          top: 2px; }
    /* line 266, ../sass/_pricing.scss */
    #pricing-wrapper-blue .pricing-container .pricing-body {
      text-align: left;
      min-height: 540px;
      padding: 2em 2em 2em 2em; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 266, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .pricing-body {
          width: 48.93617%;
          float: right;
          margin-right: 0;
          margin-top: 10em;
          padding: 0 0 2em 0;
          min-height: initial; }
          /* line 276, ../sass/_pricing.scss */
          #pricing-wrapper-blue .pricing-container .pricing-body figure.stroke-1 {
            display: none; } }
      @media only screen and (max-width: 500px) {
        /* line 266, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .pricing-body {
          min-height: initial; } }
      /* line 283, ../sass/_pricing.scss */
      #pricing-wrapper-blue .pricing-container .pricing-body a.price {
        font-family: "PNB", Helvetica, Arial, sans-serif;
        margin: 0 0 0 0;
        bottom: 5%;
        position: absolute;
        bottom: 2em; }
        @media screen and (min-width: 501px) and (max-width: 1140px) {
          /* line 283, ../sass/_pricing.scss */
          #pricing-wrapper-blue .pricing-container .pricing-body a.price {
            margin: 1em 0 0 0;
            position: static; } }
        @media only screen and (max-width: 500px) {
          /* line 283, ../sass/_pricing.scss */
          #pricing-wrapper-blue .pricing-container .pricing-body a.price {
            position: static; } }
      /* line 302, ../sass/_pricing.scss */
      #pricing-wrapper-blue .pricing-container .pricing-body h6 {
        color: #395ea7;
        font-weight: 600;
        margin: 0 0 1em 0; }
      /* line 306, ../sass/_pricing.scss */
      #pricing-wrapper-blue .pricing-container .pricing-body ul {
        text-align: left;
        list-style-position: none;
        margin: 1em 0 2em 0; }
        /* line 310, ../sass/_pricing.scss */
        #pricing-wrapper-blue .pricing-container .pricing-body ul li {
          list-style-type: none;
          background-image: url("../img/feature-check.png");
          background-repeat: no-repeat;
          background-position: 0 4px;
          padding: 0 0 0 1.6em;
          margin: .5em  .5em 0; }

/* line 326, ../sass/_pricing.scss */
#pricing-faq-wrapper-blue .pricing-faq-container .pricing-questions {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1; }
  /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
  #pricing-faq-wrapper-blue .pricing-faq-container .pricing-questions:after {
    content: " ";
    display: block;
    clear: both; }
  /* line 330, ../sass/_pricing.scss */
  #pricing-faq-wrapper-blue .pricing-faq-container .pricing-questions .pricing-question {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    background: #fff;
    color: #263238;
    border-radius: 4px;
    margin: 2% 0 0 0;
    position: relative;
    padding: 2%;
    min-height: 450px; }
    /* line 343, ../sass/_pricing.scss */
    #pricing-faq-wrapper-blue .pricing-faq-container .pricing-questions .pricing-question:nth-child(odd) {
      margin-left: 0%;
      margin-right: 2%; }
    /* line 347, ../sass/_pricing.scss */
    #pricing-faq-wrapper-blue .pricing-faq-container .pricing-questions .pricing-question:nth-child(even) {
      margin-right: 0; }
    /* line 351, ../sass/_pricing.scss */
    #pricing-faq-wrapper-blue .pricing-faq-container .pricing-questions .pricing-question p {
      line-height: 150%; }
    /* line 353, ../sass/_pricing.scss */
    #pricing-faq-wrapper-blue .pricing-faq-container .pricing-questions .pricing-question h4 {
      font-size: 1em;
      line-height: 1.33333em; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 330, ../sass/_pricing.scss */
      #pricing-faq-wrapper-blue .pricing-faq-container .pricing-questions .pricing-question {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 3%;
        margin: 5% 0 0 0;
        min-height: initial; } }
    @media only screen and (max-width: 500px) {
      /* line 330, ../sass/_pricing.scss */
      #pricing-faq-wrapper-blue .pricing-faq-container .pricing-questions .pricing-question {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 5%;
        margin: 5% 0 0 0;
        min-height: initial; } }

/*-- Features styles --*/
/* line 3, ../sass/_features.scss */
#features-feature-wrapper {
  background: #444 url(../img/header-img/1x-nyc-flatiron.jpg) top left no-repeat;
  background-size: cover; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* line 3, ../sass/_features.scss */
    #features-feature-wrapper {
      background: #444 url(../img/header-img/2x-nyc-flatiron.jpg) top left no-repeat;
      background-size: cover; } }
  /* line 12, ../sass/_features.scss */
  #features-feature-wrapper .features-feature-inner-1 {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    padding: 0 2% 0 2%; }
    /* line 17, ../sass/_features.scss */
    #features-feature-wrapper .features-feature-inner-1 .features-feature-inner-2 {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      *zoom: 1; }
      /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
      #features-feature-wrapper .features-feature-inner-1 .features-feature-inner-2:after {
        content: " ";
        display: block;
        clear: both; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 17, ../sass/_features.scss */
        #features-feature-wrapper .features-feature-inner-1 .features-feature-inner-2 {
          padding: 0; } }
      @media only screen and (max-width: 500px) {
        /* line 17, ../sass/_features.scss */
        #features-feature-wrapper .features-feature-inner-1 .features-feature-inner-2 {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
      /* line 26, ../sass/_features.scss */
      #features-feature-wrapper .features-feature-inner-1 .features-feature-inner-2 h2 {
        color: #fff;
        font-size: 2.75em;
        font-weight: 300;
        letter-spacing: .5px;
        line-height: 1.33em;
        margin-left: 0; }
        @media screen and (min-width: 501px) and (max-width: 1140px) {
          /* line 26, ../sass/_features.scss */
          #features-feature-wrapper .features-feature-inner-1 .features-feature-inner-2 h2 {
            font-size: 2.2em; } }
        @media only screen and (max-width: 500px) {
          /* line 26, ../sass/_features.scss */
          #features-feature-wrapper .features-feature-inner-1 .features-feature-inner-2 h2 {
            font-size: 2em; } }
      /* line 43, ../sass/_features.scss */
      #features-feature-wrapper .features-feature-inner-1 .features-feature-inner-2 a[class*='js-btn'] {
        margin: 0 0 0 0;
        min-width: 30%; }
        @media only screen and (max-width: 500px) {
          /* line 53, ../sass/_features.scss */
          #features-feature-wrapper .features-feature-inner-1 .features-feature-inner-2 a[class*='js-btn'] img {
            display: none; } }

/* line 65, ../sass/_features.scss */
#features-content-wrapper-blue {
  background-color: #edf1fa;
  padding: 0;
  border-top: 3px solid #507dd3;
  border-bottom: 3px solid #5984d6;
  min-height: 40em; }
  /* line 71, ../sass/_features.scss */
  #features-content-wrapper-blue .features-audience-container {
    padding: 0 2% 0 2%; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 71, ../sass/_features.scss */
      #features-content-wrapper-blue .features-audience-container {
        padding: 2% 2% 5% 2%; } }
    @media only screen and (max-width: 500px) {
      /* line 71, ../sass/_features.scss */
      #features-content-wrapper-blue .features-audience-container {
        text-align: center;
        padding: 5% 5% 0 5%; } }
    /* line 80, ../sass/_features.scss */
    #features-content-wrapper-blue .features-audience-container p {
      text-align: left; }
    /* line 83, ../sass/_features.scss */
    #features-content-wrapper-blue .features-audience-container h3 {
      color: #cf8d13;
      text-align: left; }
    /* line 88, ../sass/_features.scss */
    #features-content-wrapper-blue .features-audience-container [class*="features-audience"] p {
      text-align: left;
      color: #686f72;
      width: 48.93617%;
      float: right;
      padding: 0 1em 0 0; }
      @media only screen and (max-width: 500px) {
        /* line 88, ../sass/_features.scss */
        #features-content-wrapper-blue .features-audience-container [class*="features-audience"] p {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          float: none; } }
    /* line 99, ../sass/_features.scss */
    #features-content-wrapper-blue .features-audience-container [class*="features-audience"] img {
      width: 48.93617%;
      display: inline-block;
      padding: 0 1em 0 0;
      margin-bottom: 6.38298%; }
      @media only screen and (max-width: 500px) {
        /* line 99, ../sass/_features.scss */
        #features-content-wrapper-blue .features-audience-container [class*="features-audience"] img {
          width: 65.95745%;
          margin-left: 14.89362%;
          margin-right: 14.89362%;
          margin-bottom: 6.38298%; } }
    /* line 115, ../sass/_features.scss */
    #features-content-wrapper-blue .features-audience-container .features-audience-learners {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%;
      padding: 0; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 115, ../sass/_features.scss */
        #features-content-wrapper-blue .features-audience-container .features-audience-learners {
          margin-top: 1em;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
      @media only screen and (max-width: 500px) {
        /* line 115, ../sass/_features.scss */
        #features-content-wrapper-blue .features-audience-container .features-audience-learners {
          margin-top: 1em;
          border-top: 1 px solid #ccc;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
    /* line 130, ../sass/_features.scss */
    #features-content-wrapper-blue .features-audience-container .features-audience-business {
      width: 48.93617%;
      float: right;
      margin-right: 0;
      padding: 0; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 130, ../sass/_features.scss */
        #features-content-wrapper-blue .features-audience-container .features-audience-business {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
      @media only screen and (max-width: 500px) {
        /* line 130, ../sass/_features.scss */
        #features-content-wrapper-blue .features-audience-container .features-audience-business {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }

/* line 150, ../sass/_features.scss */
#features-features-wrapper {
  background-color: #f6f8fd;
  padding: 0;
  border-top: 3px solid #638bd8;
  border-bottom: 3px solid #5984d6; }
  /* line 155, ../sass/_features.scss */
  #features-features-wrapper .features-features-upper-content {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    padding: 0 2% 0 2%;
    min-height: 20em; }
    /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
    #features-features-wrapper .features-features-upper-content:after {
      content: " ";
      display: block;
      clear: both; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 155, ../sass/_features.scss */
      #features-features-wrapper .features-features-upper-content {
        padding: 0 2% 0 2%; } }
    /* line 165, ../sass/_features.scss */
    #features-features-wrapper .features-features-upper-content h5 {
      margin: 2em 0 3em 0;
      padding-bottom: 2em;
      color: #0e182a;
      position: relative; }
      /* line 170, ../sass/_features.scss */
      #features-features-wrapper .features-features-upper-content h5:after {
        content: "–--–--";
        color: white;
        position: absolute;
        top: .75em;
        left: 0;
        font-weight: 800;
        font-size: 2em;
        letter-spacing: -2px; }
    /* line 180, ../sass/_features.scss */
    #features-features-wrapper .features-features-upper-content h3 {
      color: #1c2f54; }
    /* line 183, ../sass/_features.scss */
    #features-features-wrapper .features-features-upper-content p {
      color: #15233f;
      font-size: 1.22222em;
      line-height: 2.18182em;
      font-weight: 300;
      line-height: 1.5em;
      padding: 0;
      margin: 1em 0 1em 0; }
      /* line 42, ../sass/_mixins.scss */
      #features-features-wrapper .features-features-upper-content p:first-of-type {
        font-weight: 500 !important;
        letter-spacing: .5px; }
      /* line 46, ../sass/_mixins.scss */
      #features-features-wrapper .features-features-upper-content p:last-of-type {
        margin-bottom: 3em; }
        @media screen and (min-width: 501px) and (max-width: 1140px) {
          /* line 46, ../sass/_mixins.scss */
          #features-features-wrapper .features-features-upper-content p:last-of-type {
            margin-bottom: 4%; } }
        @media only screen and (max-width: 500px) {
          /* line 46, ../sass/_mixins.scss */
          #features-features-wrapper .features-features-upper-content p:last-of-type {
            margin-bottom: 4%;
            border-bottom: 1px solid #ccc;
            padding-bottom: 1em; } }
    @media only screen and (max-width: 500px) {
      /* line 155, ../sass/_features.scss */
      #features-features-wrapper .features-features-upper-content {
        padding: 5% 5% 0 5%; } }
  /* line 190, ../sass/_features.scss */
  #features-features-wrapper .features-features-container {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    padding: 2% 0 3em 2%; }
    /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
    #features-features-wrapper .features-features-container:after {
      content: " ";
      display: block;
      clear: both; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 190, ../sass/_features.scss */
      #features-features-wrapper .features-features-container {
        padding: 0 2% 3em 2%; } }
    @media only screen and (max-width: 500px) {
      /* line 190, ../sass/_features.scss */
      #features-features-wrapper .features-features-container {
        padding: 0 2% 3em 2%; } }
    /* line 200, ../sass/_features.scss */
    #features-features-wrapper .features-features-container .features-features-item {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%;
      background: #fff;
      color: #263238;
      border-radius: 4px;
      margin: 2% 0 0 0;
      position: relative;
      padding: 2%;
      min-height: 600px; }
      /* line 213, ../sass/_features.scss */
      #features-features-wrapper .features-features-container .features-features-item:nth-child(odd) {
        margin-left: 0%;
        margin-right: 2%; }
      /* line 218, ../sass/_features.scss */
      #features-features-wrapper .features-features-container .features-features-item:nth-child(even) {
        margin-right: 0; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 200, ../sass/_features.scss */
        #features-features-wrapper .features-features-container .features-features-item {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          padding: 2%;
          margin: 5% 0 0 0;
          min-height: 400px; } }
      @media only screen and (max-width: 500px) {
        /* line 200, ../sass/_features.scss */
        #features-features-wrapper .features-features-container .features-features-item {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          padding: 2%;
          margin: 5% 0 0 0; } }
      /* line 236, ../sass/_features.scss */
      #features-features-wrapper .features-features-container .features-features-item figure.stroke-1 {
        positon: absolute;
        height: 1px;
        width: 100%;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0; }
      /* line 246, ../sass/_features.scss */
      #features-features-wrapper .features-features-container .features-features-item p {
        color: #1B2432;
        text-align: justify;
        line-height: 1.5em;
        font-weight: 400;
        margin: 0 0 1.5em 0;
        padding: 0 0 0 0; }
        /* line 253, ../sass/_features.scss */
        #features-features-wrapper .features-features-container .features-features-item p:last-of-type {
          margin: 0; }
      /* line 257, ../sass/_features.scss */
      #features-features-wrapper .features-features-container .features-features-item figure {
        position: relative;
        margin: 0 auto;
        height: 60px;
        width: 60px;
        text-align: center; }
        @media screen and (min-width: 501px) and (max-width: 1140px) {
          /* line 257, ../sass/_features.scss */
          #features-features-wrapper .features-features-container .features-features-item figure {
            margin-top: 1em; } }
        @media only screen and (max-width: 500px) {
          /* line 257, ../sass/_features.scss */
          #features-features-wrapper .features-features-container .features-features-item figure {
            margin-top: 1em; } }
        /* line 272, ../sass/_features.scss */
        #features-features-wrapper .features-features-container .features-features-item figure img {
          position: absolute;
          display: block;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); }
      /* line 281, ../sass/_features.scss */
      #features-features-wrapper .features-features-container .features-features-item h5 {
        font-size: 0.77778em;
        line-height: 1.71429em;
        color: #1B2432;
        font-weight: 600;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center; }
      /* line 290, ../sass/_features.scss */
      #features-features-wrapper .features-features-container .features-features-item figure.divider {
        height: 1px;
        width: 95%;
        background-color: #ccc;
        margin: 1em 0 1em 0; }
      /* line 296, ../sass/_features.scss */
      #features-features-wrapper .features-features-container .features-features-item .featureLists {
        position: absolute;
        bottom: 1em;
        left: 1em;
        width: 100%; }
        @media screen and (min-width: 501px) and (max-width: 1140px) {
          /* line 296, ../sass/_features.scss */
          #features-features-wrapper .features-features-container .features-features-item .featureLists {
            position: static; } }
        @media only screen and (max-width: 500px) {
          /* line 296, ../sass/_features.scss */
          #features-features-wrapper .features-features-container .features-features-item .featureLists {
            position: static; } }
        /* line 310, ../sass/_features.scss */
        #features-features-wrapper .features-features-container .features-features-item .featureLists ul {
          margin: 1em 0 0 0; }
          /* line 312, ../sass/_features.scss */
          #features-features-wrapper .features-features-container .features-features-item .featureLists ul.list-left {
            float: left;
            width: 45%;
            display: block;
            margin-right: 5%; }
          /* line 318, ../sass/_features.scss */
          #features-features-wrapper .features-features-container .features-features-item .featureLists ul.list-right {
            float: left;
            width: 45%;
            display: block; }
          /* line 323, ../sass/_features.scss */
          #features-features-wrapper .features-features-container .features-features-item .featureLists ul li {
            font-size: 0.77778em;
            line-height: 1.71429em;
            font-family: "PNR", Helvetica, Arial, sans-serif;
            background: url(../img/bullet-arrow-4.png) 0px 6px no-repeat;
            padding: 0 0 0 1.5em;
            list-style-type: none;
            color: #1C355A;
            font-weight: 600;
            -webkit-font-smoothing: antialiased;
            letter-spacing: 1px;
            text-transform: uppercase; }

/* --- contact page styles --*/
/* line 3, ../sass/_contact.scss */
#contact-feature-wrapper {
  background: #444 url(../img/header-img/2x-london-bus.jpg) top left no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* line 3, ../sass/_contact.scss */
    #contact-feature-wrapper {
      background: #444 url(../img/header-img/2x-london-bus.jpg) top left no-repeat; } }

/* line 16, ../sass/_contact.scss */
#contact-content-wrapper-gray {
  padding-top: 0; }
  /* line 18, ../sass/_contact.scss */
  #contact-content-wrapper-gray .contact-content-container {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1; }
    /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
    #contact-content-wrapper-gray .contact-content-container:after {
      content: " ";
      display: block;
      clear: both; }
    /* line 22, ../sass/_contact.scss */
    #contact-content-wrapper-gray .contact-content-container .contact-info-top {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto; }
      /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
      #contact-content-wrapper-gray .contact-content-container .contact-info-top:after {
        content: " ";
        display: block;
        clear: both; }
      /* line 24, ../sass/_contact.scss */
      #contact-content-wrapper-gray .contact-content-container .contact-info-top .top-contact-message {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%; }
        /* line 26, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-content-container .contact-info-top .top-contact-message p {
          margin-top: 0; }
        @media screen and (min-width: 501px) and (max-width: 1140px) {
          /* line 24, ../sass/_contact.scss */
          #contact-content-wrapper-gray .contact-content-container .contact-info-top .top-contact-message {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0; } }
        @media only screen and (max-width: 500px) {
          /* line 24, ../sass/_contact.scss */
          #contact-content-wrapper-gray .contact-content-container .contact-info-top .top-contact-message {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0; } }
    /* line 38, ../sass/_contact.scss */
    #contact-content-wrapper-gray .contact-content-container .contact-form-gray {
      width: 48.93617%;
      float: right;
      margin-right: 0;
      padding: 0 0 1.6em 1em;
      border-left: 1px solid #bec1c2;
      margin: 0 0 2em 0; }
      /* line 45, ../sass/_contact.scss */
      #contact-content-wrapper-gray .contact-content-container .contact-form-gray input, #contact-content-wrapper-gray .contact-content-container .contact-form-gray textarea {
        background-color: #f4f5f5;
        font-size: 0.77778em;
        line-height: 1.71429em;
        border: none;
        border-radius: 2px;
        padding: .5em 40px;
        display: inline-block;
        position: relative;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 3px #ddd;
        vertical-align: middle;
        box-sizing: border-box; }
      /* line 58, ../sass/_contact.scss */
      #contact-content-wrapper-gray .contact-content-container .contact-form-gray span {
        font-size: 0.77778em;
        line-height: 1.71429em;
        text-transform: uppercase;
        display: block;
        font-family: "PNR", Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0.5em 0 1em 0; }
      /* line 67, ../sass/_contact.scss */
      #contact-content-wrapper-gray .contact-content-container .contact-form-gray span:first-child {
        margin-top: 0; }
      /* line 71, ../sass/_contact.scss */
      #contact-content-wrapper-gray .contact-content-container .contact-form-gray #username, #contact-content-wrapper-gray .contact-content-container .contact-form-gray #email {
        margin: 0 0 .5em 0;
        height: 4em;
        width: 100%; }
      /* line 76, ../sass/_contact.scss */
      #contact-content-wrapper-gray .contact-content-container .contact-form-gray #message {
        cursor: auto;
        background-image: url(..img/form-reqire-asterix.png);
        background-attachment: scroll;
        background-position: 100% 50%;
        background-repeat: no-repeat;
        height: 20em;
        width: 100%; }
      /* line 85, ../sass/_contact.scss */
      #contact-content-wrapper-gray .contact-content-container .contact-form-gray a.js-btn-blue {
        margin: 1em 0 0 0; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 38, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-content-container .contact-form-gray {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          padding: 2em 0 1.6em 0;
          border-left: none; } }
      @media only screen and (max-width: 500px) {
        /* line 38, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-content-container .contact-form-gray {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          padding: 1em 0 1.1em 0;
          border-left: none; } }
    /* line 104, ../sass/_contact.scss */
    #contact-content-wrapper-gray .contact-content-container .contact-content {
      margin-top: 1.6em;
      margin-bottom: 3em;
      clear: both;
      width: 65.95745%;
      float: left;
      margin-right: 2.12766%;
      color: #4776D1;
      padding-top: 0;
      padding-left: 1em;
      padding-right: 1em; }
      @media only screen and (max-width: 500px) {
        /* line 104, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-content-container .contact-content {
          padding-left: 0;
          padding-right: 0; } }
      /* line 123, ../sass/_contact.scss */
      #contact-content-wrapper-gray .contact-content-container .contact-content h4 {
        margin-top: 0; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 104, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-content-container .contact-content {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 2em;
          border-bottom: 1px solid #ccc;
          margin-bottom: 1em; } }
      @media only screen and (max-width: 500px) {
        /* line 104, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-content-container .contact-content {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
  /* line 142, ../sass/_contact.scss */
  #contact-content-wrapper-gray .contact-address {
    width: 31.91489%;
    float: right;
    margin-right: 0;
    margin-top: 1.6em; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 142, ../sass/_contact.scss */
      #contact-content-wrapper-gray .contact-address {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        *zoom: 1; }
        /* line 148, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-address figure.stroke-1 {
          display: none; }
        /* line 151, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-address h6 {
          margin-top: 0; }
        /* line 154, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-address .address-1 {
          width: 48.93617%;
          float: left;
          margin-right: 2.12766%; }
        /* line 157, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-address .address-2 {
          width: 48.93617%;
          float: right;
          margin-right: 0; }
        /* line 160, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-address .google-map {
          margin-top: 0; } }
    @media only screen and (max-width: 500px) {
      /* line 142, ../sass/_contact.scss */
      #contact-content-wrapper-gray .contact-address {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        /* line 167, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-address .address-1 {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; }
        /* line 170, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-address .address-2 {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
    /* line 174, ../sass/_contact.scss */
    #contact-content-wrapper-gray .contact-address .hd-blue {
      margin-top: 0; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 177, ../sass/_contact.scss */
      #contact-content-wrapper-gray .contact-address .contact-info {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%; } }
    @media only screen and (max-width: 500px) {
      /* line 177, ../sass/_contact.scss */
      #contact-content-wrapper-gray .contact-address .contact-info {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    /* line 189, ../sass/_contact.scss */
    #contact-content-wrapper-gray .contact-address .google-map {
      height: 300px; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 189, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-address .google-map {
          width: 48.93617%;
          float: right;
          margin-right: 0; } }
      @media only screen and (max-width: 500px) {
        /* line 189, ../sass/_contact.scss */
        #contact-content-wrapper-gray .contact-address .google-map {
          display: none; } }

/* line 4, ../sass/_partners.scss */
#partners-feature-wrapper {
  background: #444 url(../img/header-img/1x-office-interior.jpg) top left no-repeat;
  background-size: cover; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* line 4, ../sass/_partners.scss */
    #partners-feature-wrapper {
      background: #444 url(../img/header-img/2x-office-interior.jpg) top left no-repeat;
      background-size: cover; } }

/* line 22, ../sass/_partners.scss */
#partners-content-wrapper-blue .partners-intro-container h2 {
  margin: 1em 0 2em 0; }
/* line 26, ../sass/_partners.scss */
#partners-content-wrapper-blue .partnership-types-container {
  padding-top: 0; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 26, ../sass/_partners.scss */
    #partners-content-wrapper-blue .partnership-types-container {
      padding-bottom: 5%; } }
  /* line 37, ../sass/_partners.scss */
  #partners-content-wrapper-blue .partnership-types-container .referral-partner, #partners-content-wrapper-blue .partnership-types-container .strategic-partner {
    position: relative;
    min-height: 550px;
    background: #fff;
    color: #263238;
    border-radius: 4px;
    margin: 2% 0 0 0;
    padding: 2%; }
    /* line 45, ../sass/_partners.scss */
    #partners-content-wrapper-blue .partnership-types-container .referral-partner h4, #partners-content-wrapper-blue .partnership-types-container .referral-partner h5, #partners-content-wrapper-blue .partnership-types-container .strategic-partner h4, #partners-content-wrapper-blue .partnership-types-container .strategic-partner h5 {
      margin-top: 0; }
    /* line 48, ../sass/_partners.scss */
    #partners-content-wrapper-blue .partnership-types-container .referral-partner p, #partners-content-wrapper-blue .partnership-types-container .strategic-partner p {
      margin-bottom: 2%; }
    /* line 51, ../sass/_partners.scss */
    #partners-content-wrapper-blue .partnership-types-container .referral-partner .js-btn-blue, #partners-content-wrapper-blue .partnership-types-container .strategic-partner .js-btn-blue {
      position: absolute;
      width: 70%;
      bottom: 1.5em;
      left: 1.5em; }
      @media screen and (min-width: 501px) and (max-width: 1140px) {
        /* line 51, ../sass/_partners.scss */
        #partners-content-wrapper-blue .partnership-types-container .referral-partner .js-btn-blue, #partners-content-wrapper-blue .partnership-types-container .strategic-partner .js-btn-blue {
          width: 100%;
          margin-top: 2%;
          margin-bottom: 0;
          position: relative;
          bottom: 0;
          left: 0; } }
      @media only screen and (max-width: 500px) {
        /* line 51, ../sass/_partners.scss */
        #partners-content-wrapper-blue .partnership-types-container .referral-partner .js-btn-blue, #partners-content-wrapper-blue .partnership-types-container .strategic-partner .js-btn-blue {
          width: 100%;
          margin-top: 4%;
          margin-bottom: 2%;
          position: relative;
          bottom: 0;
          left: 0; } }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 37, ../sass/_partners.scss */
      #partners-content-wrapper-blue .partnership-types-container .referral-partner, #partners-content-wrapper-blue .partnership-types-container .strategic-partner {
        min-height: initial; } }
    @media only screen and (max-width: 500px) {
      /* line 37, ../sass/_partners.scss */
      #partners-content-wrapper-blue .partnership-types-container .referral-partner, #partners-content-wrapper-blue .partnership-types-container .strategic-partner {
        min-height: initial; } }
  /* line 84, ../sass/_partners.scss */
  #partners-content-wrapper-blue .partnership-types-container .referral-partner {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 84, ../sass/_partners.scss */
      #partners-content-wrapper-blue .partnership-types-container .referral-partner {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0px; } }
    @media only screen and (max-width: 500px) {
      /* line 84, ../sass/_partners.scss */
      #partners-content-wrapper-blue .partnership-types-container .referral-partner {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 4%; } }
  /* line 99, ../sass/_partners.scss */
  #partners-content-wrapper-blue .partnership-types-container .strategic-partner {
    width: 48.93617%;
    float: right;
    margin-right: 0; }
    @media screen and (min-width: 501px) and (max-width: 1140px) {
      /* line 99, ../sass/_partners.scss */
      #partners-content-wrapper-blue .partnership-types-container .strategic-partner {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0px; } }
    @media only screen and (max-width: 500px) {
      /* line 99, ../sass/_partners.scss */
      #partners-content-wrapper-blue .partnership-types-container .strategic-partner {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 4%; } }

/* Form Validation */
/* line 3, ../sass/_modal-forms.scss */
form .js-box {
  padding: 2% 3%;
  margin-bottom: 3%;
  border-radius: 2px;
  color: #fff; }
/* line 9, ../sass/_modal-forms.scss */
form .form-error-box {
  border: 2px solid #EC4D4D;
  background: #FF5B5B; }
/* line 13, ../sass/_modal-forms.scss */
form .form-success-box {
  border: 2px solid #6EC715;
  background: #75d218; }
/* line 17, ../sass/_modal-forms.scss */
form .form-pending-box {
  border: 2px solid #25B8F5;
  background: #28bbf8; }
/* line 23, ../sass/_modal-forms.scss */
form label input.field-error, form label textarea.field-error, form label select.field-error {
  border: 2px solid #EC4D4D !important; }

/* line 30, ../sass/_modal-forms.scss */
div.os-modal form {
  padding: 0 !important; }
  /* line 32, ../sass/_modal-forms.scss */
  div.os-modal form .form-pending-box {
    margin-bottom: 0; }

/* -- modal styles begin here --*/
/* line 39, ../sass/_modal-forms.scss */
input[type=text], input[type=email], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD; }

/* line 50, ../sass/_modal-forms.scss */
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px #51cbee;
  border: 1px solid #51cbee; }

/* line 56, ../sass/_modal-forms.scss */
input::-webkit-input-placeholder {
  font-family: "PNR", Helvetica, Arial, sans-serif; }
  /* line 58, ../sass/_modal-forms.scss */
  input::-webkit-input-placeholder::-webkit-input-placeholder::after {
    display: block;
    content: "Your message"; }

/* line 64, ../sass/_modal-forms.scss */
select {
  margin: 0;
  border: 1px solid #111;
  background: #f4f5f5 url(../img/select_down.png) 96% 55% no-repeat;
  box-shadow: inset 0 1px 3px #ddd;
  width: 100%;
  display: block;
  padding: 15px 40px;
  font-size: 11px;
  border: 1px solid #ccc;
  height: 4em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.77778em;
  line-height: 1.71429em;
  color: #A7A7A7; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 64, ../sass/_modal-forms.scss */
    select {
      width: 100%; } }
  @media only screen and (max-width: 500px) {
    /* line 64, ../sass/_modal-forms.scss */
    select {
      width: 100%; } }

@media screen and (min-width: 0\0) {
  /* line 92, ../sass/_modal-forms.scss */
  select {
    background: none;
    padding: 5px; } }
/* line 98, ../sass/_modal-forms.scss */
.contact-modal, .community-modal, .enterprise-modal, .os-modal {
  overflow: hidden;
  *zoom: 1;
  width: 50%;
  position: relative;
  background: #FFF;
  border-radius: 4px;
  padding: 20px 20px 25px 20px;
  margin: 20px auto; }
  @media screen and (min-width: 501px) and (max-width: 1140px) {
    /* line 98, ../sass/_modal-forms.scss */
    .contact-modal, .community-modal, .enterprise-modal, .os-modal {
      width: 90%;
      padding: 10px 10px 12px 10px; } }
  @media only screen and (max-width: 500px) {
    /* line 98, ../sass/_modal-forms.scss */
    .contact-modal, .community-modal, .enterprise-modal, .os-modal {
      width: 90%;
      padding: 10px 10px 12px 10px; } }
  /* line 115, ../sass/_modal-forms.scss */
  .contact-modal p, .community-modal p, .enterprise-modal p, .os-modal p {
    line-height: 1.5em;
    padding: .5em;
    margin-bottom: 1em; }
    /* line 119, ../sass/_modal-forms.scss */
    .contact-modal p:last-of-type, .community-modal p:last-of-type, .enterprise-modal p:last-of-type, .os-modal p:last-of-type {
      border-bottom: 1px solid #d4d6d7;
      padding: .5em .5em 2em .5em; }
  /* line 124, ../sass/_modal-forms.scss */
  .contact-modal h5, .community-modal h5, .enterprise-modal h5, .os-modal h5 {
    margin-bottom: 0; }
  /* line 127, ../sass/_modal-forms.scss */
  .contact-modal .contact-form-gray, .community-modal .contact-form-gray, .enterprise-modal .contact-form-gray, .os-modal .contact-form-gray {
    padding: 0 0 1.6em 0;
    margin: 0; }
    /* line 130, ../sass/_modal-forms.scss */
    .contact-modal .contact-form-gray input, .community-modal .contact-form-gray input, .enterprise-modal .contact-form-gray input, .os-modal .contact-form-gray input {
      background-color: #f4f5f5;
      font-size: 0.77778em;
      line-height: 1.71429em;
      border: none;
      border-radius: 2px;
      padding: .5em 40px;
      display: inline-block;
      position: relative;
      border: 1px solid #ccc;
      margin: 0;
      box-shadow: inset 0 1px 3px #ddd;
      vertical-align: middle;
      box-sizing: border-box; }
    /* line 145, ../sass/_modal-forms.scss */
    .contact-modal .contact-form-gray span, .community-modal .contact-form-gray span, .enterprise-modal .contact-form-gray span, .os-modal .contact-form-gray span {
      font-size: 0.77778em;
      line-height: 1.71429em;
      text-transform: uppercase;
      display: block;
      font-family: "PNR", Helvetica, Arial, sans-serif;
      font-weight: 600;
      letter-spacing: 1px;
      margin: 0 0 1em 0; }
    /* line 157, ../sass/_modal-forms.scss */
    .contact-modal .contact-form-gray .name, .contact-modal .contact-form-gray .email, .contact-modal .contact-form-gray .company, .contact-modal .contact-form-gray .message, .contact-modal .contact-form-gray .size, .community-modal .contact-form-gray .name, .community-modal .contact-form-gray .email, .community-modal .contact-form-gray .company, .community-modal .contact-form-gray .message, .community-modal .contact-form-gray .size, .enterprise-modal .contact-form-gray .name, .enterprise-modal .contact-form-gray .email, .enterprise-modal .contact-form-gray .company, .enterprise-modal .contact-form-gray .message, .enterprise-modal .contact-form-gray .size, .os-modal .contact-form-gray .name, .os-modal .contact-form-gray .email, .os-modal .contact-form-gray .company, .os-modal .contact-form-gray .message, .os-modal .contact-form-gray .size {
      margin: 1em 0 .5em 0; }
    /* line 160, ../sass/_modal-forms.scss */
    .contact-modal .contact-form-gray #username, .contact-modal .contact-form-gray #email, .contact-modal .contact-form-gray #company, .contact-modal .contact-form-gray #message, .community-modal .contact-form-gray #username, .community-modal .contact-form-gray #email, .community-modal .contact-form-gray #company, .community-modal .contact-form-gray #message, .enterprise-modal .contact-form-gray #username, .enterprise-modal .contact-form-gray #email, .enterprise-modal .contact-form-gray #company, .enterprise-modal .contact-form-gray #message, .os-modal .contact-form-gray #username, .os-modal .contact-form-gray #email, .os-modal .contact-form-gray #company, .os-modal .contact-form-gray #message {
      cursor: auto; }
      /* line 162, ../sass/_modal-forms.scss */
      .contact-modal .contact-form-gray #username:focus, .contact-modal .contact-form-gray #email:focus, .contact-modal .contact-form-gray #company:focus, .contact-modal .contact-form-gray #message:focus, .community-modal .contact-form-gray #username:focus, .community-modal .contact-form-gray #email:focus, .community-modal .contact-form-gray #company:focus, .community-modal .contact-form-gray #message:focus, .enterprise-modal .contact-form-gray #username:focus, .enterprise-modal .contact-form-gray #email:focus, .enterprise-modal .contact-form-gray #company:focus, .enterprise-modal .contact-form-gray #message:focus, .os-modal .contact-form-gray #username:focus, .os-modal .contact-form-gray #email:focus, .os-modal .contact-form-gray #company:focus, .os-modal .contact-form-gray #message:focus {
        background-color: #F4F1D0; }
      /* line 165, ../sass/_modal-forms.scss */
      .contact-modal .contact-form-gray #username .required, .contact-modal .contact-form-gray #email .required, .contact-modal .contact-form-gray #company .required, .contact-modal .contact-form-gray #message .required, .community-modal .contact-form-gray #username .required, .community-modal .contact-form-gray #email .required, .community-modal .contact-form-gray #company .required, .community-modal .contact-form-gray #message .required, .enterprise-modal .contact-form-gray #username .required, .enterprise-modal .contact-form-gray #email .required, .enterprise-modal .contact-form-gray #company .required, .enterprise-modal .contact-form-gray #message .required, .os-modal .contact-form-gray #username .required, .os-modal .contact-form-gray #email .required, .os-modal .contact-form-gray #company .required, .os-modal .contact-form-gray #message .required {
        background-image: url(../img/form-reqire-asterix.png);
        background-repeat: no-repeat;
        background-position-x: 5px;
        background-position-y: 50%; }
    /* line 172, ../sass/_modal-forms.scss */
    .contact-modal .contact-form-gray #username, .contact-modal .contact-form-gray #email, .contact-modal .contact-form-gray #company, .community-modal .contact-form-gray #username, .community-modal .contact-form-gray #email, .community-modal .contact-form-gray #company, .enterprise-modal .contact-form-gray #username, .enterprise-modal .contact-form-gray #email, .enterprise-modal .contact-form-gray #company, .os-modal .contact-form-gray #username, .os-modal .contact-form-gray #email, .os-modal .contact-form-gray #company {
      margin: 0;
      height: 4em;
      width: 100%; }
    /* line 177, ../sass/_modal-forms.scss */
    .contact-modal .contact-form-gray #message, .community-modal .contact-form-gray #message, .enterprise-modal .contact-form-gray #message, .os-modal .contact-form-gray #message {
      height: 20em;
      width: 100%; }
    /* line 181, ../sass/_modal-forms.scss */
    .contact-modal .contact-form-gray a.js-btn-blue, .community-modal .contact-form-gray a.js-btn-blue, .enterprise-modal .contact-form-gray a.js-btn-blue, .os-modal .contact-form-gray a.js-btn-blue {
      margin: 1em 0 0 0; }
      @media only screen and (max-width: 500px) {
        /* line 181, ../sass/_modal-forms.scss */
        .contact-modal .contact-form-gray a.js-btn-blue, .community-modal .contact-form-gray a.js-btn-blue, .enterprise-modal .contact-form-gray a.js-btn-blue, .os-modal .contact-form-gray a.js-btn-blue {
          width: 100%; } }

@media screen and (max-width: 1049px) {
  /* line 199, ../sass/_modal-forms.scss */
  div[id*='form-popup'] {
    width: 80%; } }
@media screen and (max-width: 500px) {
  /* line 206, ../sass/_modal-forms.scss */
  .contact-modal .contact-form-gray, .community-modal .contact-form-gray, .enterprise-modal .contact-form-gray {
    width: 90%;
    padding: 10px;
    margin: 10px auto; }
    /* line 210, ../sass/_modal-forms.scss */
    .contact-modal .contact-form-gray p, .community-modal .contact-form-gray p, .enterprise-modal .contact-form-gray p {
      display: none; }
    /* line 213, ../sass/_modal-forms.scss */
    .contact-modal .contact-form-gray a.js-btn-blue, .community-modal .contact-form-gray a.js-btn-blue, .enterprise-modal .contact-form-gray a.js-btn-blue {
      width: 100%;
      margin: 1em 0 0 0; } }
/* -- Privacy page --*/
/* line 14, ../sass/_testStyles.scss */
#tos-feature-wrapper {
  background: #444 url(../img/header-img/1x-street-bubble.jpg) top left no-repeat;
  background-size: cover;
  max-height: 300px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* line 14, ../sass/_testStyles.scss */
    #tos-feature-wrapper {
      background: #444 url(../img/header-img/2x-street-bubble.jpg) top left no-repeat;
      background-size: cover; } }

/* line 26, ../sass/_testStyles.scss */
#privacy-feature-wrapper {
  background: #444 url(../img/header-bg-6.jpg) top left no-repeat;
  background-size: cover;
  max-height: 300px; }


.leap {
  position:fixed;
  top:100px;
  right:20px;
  width:300px;
  background:#333;
  z-index:9;
  color:#fff;
  padding:1em;
}
.leap div a {  width:100%; }
.leap p {
  color: #fff;
  font-family: "PNR", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.1em;
}
.leap-close {
  position:absolute;
  top:10px;
  right:10px;
  color:#6D6C6C;
}
