/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  font-size: 62.5%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 28, sass/_normalize.scss */
body {
  margin: 0;
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 36, sass/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 50, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 63, sass/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 73, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 82, sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 93, sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 106, sass/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  /* -webkit-text-decoration-skip: objects;  2 */
  color: inherit;
  /* custom reset for news page to disable default style of link */
  text-decoration: none;
  /* custom reset for news page to disable default style of link */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 118, sass/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 128, sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 138, sass/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 147, sass/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 157, sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 168, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 176, sass/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 185, sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 194, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 202, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 206, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 217, sass/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 226, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 235, sass/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 243, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 255, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 271, sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 281, sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 292, sass/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 303, sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 315, sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 326, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 339, sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 353, sass/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 362, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 371, sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 381, sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 391, sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 400, sass/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 410, sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 423, sass/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 432, sass/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 443, sass/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 451, sass/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 462, sass/_normalize.scss */
[hidden] {
  display: none;
}

/* line 466, sass/_normalize.scss */
ul, ol {
  padding-left: 2rem;
}

/* line 27, sass/_colors.scss */
.c-color--jumsoft-blue {
  color: #3af !important;
}

/* line 27, sass/_colors.scss */
.c-color--tonys-pink {
  color: #e6998a !important;
}

/* line 27, sass/_colors.scss */
.c-color--persimmon {
  color: #ff6a4c !important;
}

/* line 27, sass/_colors.scss */
.c-color--solid-white {
  color: #fff !important;
}

/* line 27, sass/_colors.scss */
.c-color--alabaster {
  color: #f7f7f7 !important;
}

/* line 27, sass/_colors.scss */
.c-color--base-silver {
  color: #ccc !important;
}

/* line 27, sass/_colors.scss */
.c-color--dusty-gray {
  color: #999 !important;
}

/* line 27, sass/_colors.scss */
.c-color--dove-gray {
  color: #737373 !important;
}

/* line 27, sass/_colors.scss */
.c-color--mine-shaft {
  color: #333 !important;
}

/* line 27, sass/_colors.scss */
.c-color--solid-black {
  color: #000 !important;
}

@-webkit-keyframes NavIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes NavIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes NavOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
}
@keyframes NavOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
}
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes BunTopIn {
  0% {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
            transform: translateY(0.8rem) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes BunTopIn {
  0% {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
            transform: translateY(0.8rem) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes BunTopOut {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
            transform: translateY(0.8rem) rotate(45deg);
  }
}
@keyframes BunTopOut {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
            transform: translateY(0.8rem) rotate(45deg);
  }
}
@-webkit-keyframes BunBottomIn {
  0% {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
            transform: translateY(-0.8rem) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes BunBottomIn {
  0% {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
            transform: translateY(-0.8rem) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes BunBottomOut {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
            transform: translateY(-0.8rem) rotate(-45deg);
  }
}
@keyframes BunBottomOut {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
            transform: translateY(-0.8rem) rotate(-45deg);
  }
}
@-webkit-keyframes PassSubscribeIn {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@keyframes PassSubscribeIn {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@-webkit-keyframes PassSubscribeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@keyframes PassSubscribeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@-webkit-keyframes Arrow {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  10% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  17% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  25% {
    -webkit-transform: rotate(100deg);
            transform: rotate(100deg);
  }
  50% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
  55% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
  65% {
    -webkit-transform: rotate(170deg);
            transform: rotate(170deg);
  }
  75% {
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
  100% {
    -webkit-transform: rotate(380deg);
            transform: rotate(380deg);
  }
}
@keyframes Arrow {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  10% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  17% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  25% {
    -webkit-transform: rotate(100deg);
            transform: rotate(100deg);
  }
  50% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
  55% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
  65% {
    -webkit-transform: rotate(170deg);
            transform: rotate(170deg);
  }
  75% {
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
  100% {
    -webkit-transform: rotate(380deg);
            transform: rotate(380deg);
  }
}
@-webkit-keyframes ResponseIn {
  0% {
    padding-top: 4rem;
  }
  100% {
    padding-top: 10rem;
  }
}
@keyframes ResponseIn {
  0% {
    padding-top: 4rem;
  }
  100% {
    padding-top: 10rem;
  }
}
@-webkit-keyframes MorphInSmall {
  0% {
    background-position: center bottom -2.3rem;
  }
  100% {
    background-position: center bottom 1.7rem;
  }
}
@keyframes MorphInSmall {
  0% {
    background-position: center bottom -2.3rem;
  }
  100% {
    background-position: center bottom 1.7rem;
  }
}
@-webkit-keyframes MorphOutSmall {
  0% {
    background-position: center bottom 1.7rem;
  }
  100% {
    background-position: center bottom -2.3rem;
  }
}
@keyframes MorphOutSmall {
  0% {
    background-position: center bottom 1.7rem;
  }
  100% {
    background-position: center bottom -2.3rem;
  }
}
@-webkit-keyframes MorphIn {
  0% {
    background-position: center bottom -1.4rem;
  }
  100% {
    background-position: center bottom 2.6rem;
  }
}
@keyframes MorphIn {
  0% {
    background-position: center bottom -1.4rem;
  }
  100% {
    background-position: center bottom 2.6rem;
  }
}
@-webkit-keyframes MorphOut {
  0% {
    background-position: center bottom 2.6rem;
  }
  100% {
    background-position: center bottom -1.4rem;
  }
}
@keyframes MorphOut {
  0% {
    background-position: center bottom 2.6rem;
  }
  100% {
    background-position: center bottom -1.4rem;
  }
}
@-webkit-keyframes ImageFade {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ImageFade {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes AppScrollSmall {
  0% {
    background-position: center 20rem;
    opacity: 0;
  }
  100% {
    background-position: center 117%;
    opacity: 1;
  }
}
@keyframes AppScrollSmall {
  0% {
    background-position: center 20rem;
    opacity: 0;
  }
  100% {
    background-position: center 117%;
    opacity: 1;
  }
}
@-webkit-keyframes AppScrollLarge {
  0% {
    background-position: center 20rem;
    opacity: 0;
  }
  100% {
    background-position: center 114%;
    opacity: 1;
  }
}
@keyframes AppScrollLarge {
  0% {
    background-position: center 20rem;
    opacity: 0;
  }
  100% {
    background-position: center 114%;
    opacity: 1;
  }
}
@-webkit-keyframes Fix {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes Fix {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.cookie-notice-container a{
  text-decoration: underline;
}
/* line 64, sass/_flexbox.scss */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 91, sass/_flexbox.scss */
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 112, sass/_flexbox.scss */
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 163, sass/_flexbox.scss */
.flex-grow-one {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 182, sass/_flexbox.scss */
.flex-shrink-none {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 201, sass/_flexbox.scss */
.flex-basis-whole {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/* line 227, sass/_flexbox.scss */
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 233, sass/_flexbox.scss */
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 237, sass/_flexbox.scss */
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 267, sass/_flexbox.scss */
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 20, sass/_layout.scss */
.master-wrapper {
  background: -webkit-linear-gradient(top, #f7f7f7 50px, #fff 300px);
  background: linear-gradient(to bottom, #f7f7f7 50px, #fff 300px);
  position: relative;
}
/* line 24, sass/_layout.scss */
.master-wrapper--landing {
  background-image: url("images/landing/landing-bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 32, sass/_layout.scss */
.master-section {
  box-sizing: border-box;
}
@media only screen and (max-width: 735px) {
  /* line 32, sass/_layout.s.u-m-12css */
  .master-section {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 736px) {
  /* line 32, sass/_layout.scss */
  .master-section {
    padding: 0 4rem;
  }
}
/* line 43, sass/_layout.scss */
.master-section::before, .master-section::after {
  content: '';
  display: block;
  height: 10vh;
  /*max-height: 12rem;*/
  max-height: 10rem;
  /*min-height: 6rem;*/
  min-height: 4rem;
  width: 100%;
}
/* line 53, sass/_layout.scss */
.master-group:first-of-type .master-section:first-of-type::before {
  content: '';
  display: block;
  height: 15vh;
  max-height: 18rem;
  min-height: 9rem;
  width: 100%;
}
/* line 62, sass/_layout.scss */
.master-section--hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
}
/* line 72, sass/_layout.scss */
.master-section--narrow {
  box-sizing: content-box;
  margin: 0 auto;
}
/* line 78, sass/_layout.scss */
.master-section--wide {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 120rem;
}

@media only screen and (max-width: 619px) {
  /* line 5, sass/_utils.scss */
  .is-hidden--small {
    display: none !important;
  }
}
@media only screen and (min-width: 620px) {
  /* line 11, sass/_utils.scss */
  .is-hidden--wide {
    display: none !important;
  }
}

@media only screen and (min-width: 736px) {
  /* line 19, sass/_utils.scss */
  .width-large-60 {
    width: 60%;
  }
}

@media only screen and (min-width: 736px) {
  /* line 25, sass/_utils.scss */
  .width-large-40 {
    width: 40%;
  }
}

@media only screen and (max-width: 735px) {
  /* line 33, sass/_utils.scss */
  .justify-center-small {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 736px) {
  /* line 39, sass/_utils.scss */
  .justify-end-large {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (min-width: 736px) {
  /* line 46, sass/_utils.scss */
  .justify-start-large {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 735px) {
  /* line 53, sass/_utils.scss */
  .flex-direction-column--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 735px) {
  /* line 59, sass/_utils.scss */
  .flex-direction-column-reverse--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 70, sass/_utils.scss */
/*.basis-17 {
  -ms-flex-preferred-size: 10rem;
      flex-basis: 10rem;
}*/

@media only screen and (min-width: 736px) {
  /* line 76, sass/_utils.scss */
  .icloud-txt {
    position: relative;
    z-index: 100;
    top: -100px;
  }

  /* line 81, sass/_utils.scss */
  .icloud-img {
    position: relative;
    left: -25%;
  }
}
/* line 94, sass/_utils.scss */
.u-overflow-hidden {
  overflow: hidden;
}

/* line 98, sass/_utils.scss */
.u-display-inline-block {
  display: inline-block;
}

/* line 123, sass/_utils.scss */
.u-m-0 {
  margin: 0px !important;
}

/* line 123, sass/_utils.scss */
.u-mt-0 {
  margin-top: 0px !important;
}

/* line 123, sass/_utils.scss */
.u-mr-0 {
  margin-right: 0px !important;
}

/* line 123, sass/_utils.scss */
.u-mb-0 {
  margin-bottom: 0px !important;
}

/* line 123, sass/_utils.scss */
.u-ml-0 {
  margin-left: 0px !important;
}

/* line 123, sass/_utils.scss */
.u-p-0 {
  padding: 0px !important;
}

/* line 123, sass/_utils.scss */
.u-pt-0 {
  padding-top: 0px !important;
}

/* line 123, sass/_utils.scss */
.u-pr-0 {
  padding-right: 0px !important;
}

/* line 123, sass/_utils.scss */
.u-pb-0 {
  padding-bottom: 0px !important;
}

/* line 123, sass/_utils.scss */
.u-pl-0 {
  padding-left: 0px !important;
}

/* line 123, sass/_utils.scss */
.u-m-4 {
  margin: 4px !important;
}

/* line 123, sass/_utils.scss */
.u-mt-4 {
  margin-top: 4px !important;
}

/* line 123, sass/_utils.scss */
.u-mr-4 {
  margin-right: 4px !important;
}

/* line 123, sass/_utils.scss */
.u-mb-4 {
  margin-bottom: 4px !important;
}

/* line 123, sass/_utils.scss */
.u-ml-4 {
  margin-left: 4px !important;
}

/* line 123, sass/_utils.scss */
.u-p-4 {
  padding: 4px !important;
}

/* line 123, sass/_utils.scss */
.u-pt-4 {
  padding-top: 4px !important;
}

/* line 123, sass/_utils.scss */
.u-pr-4 {
  padding-right: 4px !important;
}

/* line 123, sass/_utils.scss */
.u-pb-4 {
  padding-bottom: 4px !important;
}

/* line 123, sass/_utils.scss */
.u-pl-4 {
  padding-left: 4px !important;
}

/* line 123, sass/_utils.scss */
.u-m-8 {
  margin: 8px !important;
}

/* line 123, sass/_utils.scss */
.u-mt-8 {
  margin-top: 8px !important;
}

/* line 123, sass/_utils.scss */
.u-mr-8 {
  margin-right: 8px !important;
}

/* line 123, sass/_utils.scss */
.u-mb-8 {
  margin-bottom: 8px !important;
}

/* line 123, sass/_utils.scss */
.u-ml-8 {
  margin-left: 8px !important;
}

/* line 123, sass/_utils.scss */
.u-p-8 {
  padding: 8px !important;
}

/* line 123, sass/_utils.scss */
.u-pt-8 {
  padding-top: 8px !important;
}

/* line 123, sass/_utils.scss */
.u-pr-8 {
  padding-right: 8px !important;
}

/* line 123, sass/_utils.scss */
.u-pb-8 {
  padding-bottom: 8px !important;
}

/* line 123, sass/_utils.scss */
.u-pl-8 {
  padding-left: 8px !important;
}

/* line 123, sass/_utils.scss */
.u-m-12 {
  margin: 12px !important;
  display: inline-block;
}
@media only screen and (max-width: 400px) {
  .u-m-12 {
  margin: 12px 3px !important;
  display: inline-block;
}
}

/* line 123, sass/_utils.scss */
.u-mt-12 {
  margin-top: 12px !important;
}

/* line 123, sass/_utils.scss */
.u-mr-12 {
  margin-right: 12px !important;
}

/* line 123, sass/_utils.scss */
.u-mb-12 {
  margin-bottom: 12px !important;
}

/* line 123, sass/_utils.scss */
.u-ml-12 {
  margin-left: 12px !important;
}

/* line 123, sass/_utils.scss */
.u-p-12 {
  padding: 12px !important;
}

/* line 123, sass/_utils.scss */
.u-pt-12 {
  padding-top: 12px !important;
}

/* line 123, sass/_utils.scss */
.u-pr-12 {
  padding-right: 12px !important;
}

/* line 123, sass/_utils.scss */
.u-pb-12 {
  padding-bottom: 12px !important;
}

/* line 123, sass/_utils.scss */
.u-pl-12 {
  padding-left: 12px !important;
}

/* line 123, sass/_utils.scss */
.u-m-16 {
  margin: 9px !important;
}

/* line 123, sass/_utils.scss */
.u-mt-16 {
  margin-top: 16px !important;
}

/* line 123, sass/_utils.scss */
.u-mr-16 {
  margin-right: 16px !important;
}

/* line 123, sass/_utils.scss */
.u-mb-16 {
  margin-bottom: 16px !important;
}

/* line 123, sass/_utils.scss */
.u-ml-16 {
  margin-left: 16px !important;
}

/* line 123, sass/_utils.scss */
.u-p-16 {
  padding: 16px !important;
}

/* line 123, sass/_utils.scss */
.u-pt-16 {
  padding-top: 16px !important;
}

/* line 123, sass/_utils.scss */
.u-pr-16 {
  padding-right: 16px !important;
}

/* line 123, sass/_utils.scss */
.u-pb-16 {
  padding-bottom: 16px !important;
}

/* line 123, sass/_utils.scss */
.u-pl-16 {
  padding-left: 16px !important;
}

/* line 123, sass/_utils.scss */
.u-m-24 {
  margin: 24px !important;
}

/* line 123, sass/_utils.scss */
.u-mt-24 {
  margin-top: 24px !important;
}

/* line 123, sass/_utils.scss */
.u-mr-24 {
  margin-right: 24px !important;
}

/* line 123, sass/_utils.scss */
.u-mb-24 {
  margin-bottom: 24px !important;
}

/* line 123, sass/_utils.scss */
.u-ml-24 {
  margin-left: 24px !important;
}

/* line 123, sass/_utils.scss */
.u-p-24 {
  padding: 24px !important;
}

/* line 123, sass/_utils.scss */
.u-pt-24 {
  padding-top: 24px !important;
}

/* line 123, sass/_utils.scss */
.u-pr-24 {
  padding-right: 24px !important;
}

/* line 123, sass/_utils.scss */
.u-pb-24 {
  padding-bottom: 24px !important;
}

/* line 123, sass/_utils.scss */
.u-pl-24 {
  padding-left: 24px !important;
}

/* line 123, sass/_utils.scss */
.u-m-32 {
  margin: 32px !important;
}

/* line 123, sass/_utils.scss */
.u-mt-32 {
  margin-top: 32px !important;
}

/* line 123, sass/_utils.scss */
.u-mr-32 {
  margin-right: 32px !important;
}

/* line 123, sass/_utils.scss */
.u-mb-32 {
  margin-bottom: 32px !important;
}

/* line 123, sass/_utils.scss */
.u-ml-32 {
  margin-left: 32px !important;
}

/* line 123, sass/_utils.scss */
.u-p-32 {
  padding: 32px !important;
}

/* line 123, sass/_utils.scss */
.u-pt-32 {
  padding-top: 32px !important;
}

/* line 123, sass/_utils.scss */
.u-pr-32 {
  padding-right: 32px !important;
}

/* line 123, sass/_utils.scss */
.u-pb-32 {
  padding-bottom: 32px !important;
}

/* line 123, sass/_utils.scss */
.u-pl-32 {
  padding-left: 32px !important;
}

/* line 123, sass/_utils.scss */
.u-m-48 {
  margin: 48px !important;
}

/* line 123, sass/_utils.scss */
.u-mt-48 {
  margin-top: 48px !important;
}

/* line 123, sass/_utils.scss */
.u-mr-48 {
  margin-right: 48px !important;
}

/* line 123, sass/_utils.scss */
.u-mb-48 {
  margin-bottom: 48px !important;
}

/* line 123, sass/_utils.scss */
.u-ml-48 {
  margin-left: 48px !important;
}

/* line 123, sass/_utils.scss */
.u-p-48 {
  padding: 48px !important;
}

/* line 123, sass/_utils.scss */
.u-pt-48 {
  padding-top: 48px !important;
}

/* line 123, sass/_utils.scss */
.u-pr-48 {
  padding-right: 48px !important;
}

/* line 123, sass/_utils.scss */
.u-pb-48 {
  padding-bottom: 48px !important;
}

/* line 123, sass/_utils.scss */
.u-pl-48 {
  padding-left: 48px !important;
}

/* line 1, sass/_typography.scss */
html {
  font-family: 'Roboto', sans-serif;
}

@font-face {
  font-family: 'Social';
  src: url("fonts/Social.eot?-4ngxqs");
  src: url("fonts/Social.eot?#iefix-4ngxqs") format("embedded-opentype"), url("fonts/Social.woff?-4ngxqs") format("woff"), url("fonts/Social.ttf?-4ngxqs") format("truetype"), url("fonts/Social.svg?-4ngxqs#Social") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 18, sass/_typography.scss */
.menu-footer--social > a, .menu-primary--social > a {
  font-family: "Social" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  font-size: 1.3rem !important;
  line-height: 2.2rem !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 60, sass/_typography.scss */
.c-body {
  color: #737373;
  line-height: 1.8;
  margin: 0;
  text-align: left;
}
/* line 66, sass/_typography.scss */
.c-body--s1 {
  font-weight: 300;
}
@media only screen and (max-width: 735px) {
  /* line 66, sass/_typography.scss */
  .c-body--s1 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 736px) {
  /* line 66, sass/_typography.scss */
  .c-body--s1 {
    font-size: 1.8rem;
  }
}
/* line 78, sass/_typography.scss */
.c-body--s2 {
  font-weight: 400;
}
@media only screen and (max-width: 619px) {
  /* line 78, sass/_typography.scss */
  .c-body--s2 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 620px) {
  /* line 78, sass/_typography.scss */
  .c-body--s2 {
    font-size: 1.4rem;
  }
}
/* line 90, sass/_typography.scss */
.c-body + .c-body {
  margin-top: 32px;
}

/* line 97, sass/_typography.scss */
.c-header {
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 619px) {
  /* line 104, sass/_typography.scss */
  .c-header--s1 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 620px) {
  /* line 104, sass/_typography.scss */
  .c-header--s1 {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 735px) {
  /* line 115, sass/_typography.scss */
  .c-header--s2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 400px) {
  /* line 115, sass/_typography.scss */
  .c-header--s2 {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 736px) {
  /* line 115, sass/_typography.scss */
  .c-header--s2 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 619px) {
  /* line 125, sass/_typography.scss */
  .c-header--s3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 620px) {
  /* line 125, sass/_typography.scss */
  .c-header--s3 {
    font-size: 2.4rem;
  }
}

/* line 138, sass/_typography.scss */
.c-link {
  color: #3af;
  text-decoration: none;
}
/* line 142, sass/_typography.scss */
.c-link:hover {
  text-decoration: underline;
}

/* line 149, sass/_typography.scss */
.c-center {
  text-align: center;
}
@media only screen and (max-width: 735px) {
  /* line 153, sass/_typography.scss */
  .c-center--mobile {
    text-align: center;
  }
}

/* line 164, sass/_typography.scss */
.c-right {
  text-align: right;
}

/* line 168, sass/_typography.scss */
.c-light {
  font-weight: 300;
}

/* line 172, sass/_typography.scss */
.c-regular {
  font-weight: 400;
}

/* line 176, sass/_typography.scss */
.c-medium {
  font-weight: 500;
}

/* line 3, sass/_buttons.scss */
.button {
  background-color: #fff;
  border-radius: 1rem;
  display: inline-block;
  padding: 1.5rem;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
/* line 11, sass/_buttons.scss */
.button svg {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
/* line 18, sass/_buttons.scss */
.button p {
  float: right;
  line-height: 3.1rem;
  height: 3.1rem;
}
/* line 24, sass/_buttons.scss */
.button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* line 7, sass/_icons.scss */
.icon--128 {
  height: 128px;
  width: 128px;
}
/* line 7, sass/_icons.scss */
.icon--156 {
  height: 156px;
  width: 156px;
}
/* line 7, sass/_icons.scss */
.icon--50 {
  height: 50px;
  width: 50px;
}
/* line 7, sass/_icons.scss */
.icon--70 {
  height: 70px;
  width: 70px;
}

/* line 3, sass/_images.scss */
.image--article {
  margin-bottom: 48px;
  margin-top: 48px;
  position: relative;
}
@media only screen and (max-width: 619px) {
  /* line 3, sass/_images.scss */
  .image--article {
    left: -2rem;
    width: 100vw;
  }
}
@media only screen and (min-width: 620px) {
  /* line 3, sass/_images.scss */
  .image--article {
    left: 50%;
    max-width: 90rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
  }
}

/* line 21, sass/_images.scss */
.image--money {
  position: relative;
}
@media only screen and (max-width: 619px) {
  /* line 21, sass/_images.scss */
  .image--money {
    left: -2rem;
    width: 100vw;
  }
}
@media only screen and (min-width: 620px) {
  /* line 21, sass/_images.scss */
  .image--money {
    left: 50%;
    max-width: 120rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 120vw;
  }
}

/* line 3, sass/_loader.scss */
#infscr-loading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10vh !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 12rem;
  min-height: 6rem;
  position: absolute;
  width: 100% !important;
}

/* line 15, sass/_loader.scss */
#infscr-loading img {
  display: block;
  height: 20px;
  width: 20px;
}

/* line 21, sass/_loader.scss */
div#infinite-scroll-twenty-fifteen, nav.navigation {
  display: none !important;
}

/* line 3, sass/_header.scss */
.header {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  z-index: 500;
}
@media only screen and (max-width: 619px) {
  /* line 3, sass/_header.scss */
  .header {
    padding: 2rem 2rem 0;
  }
}
@media only screen and (min-width: 620px) {
  /* line 3, sass/_header.scss */
  .header {
    padding: 3rem 4rem 0;
  }
}

/* line 21, sass/_header.scss */
.jumsoft-logo {
  z-index: 1000;
}
/* line 24, sass/_header.scss */
.jumsoft-logo-symbol {
  fill: rgba(0, 0, 0, 0.3);
  -webkit-transition: fill .2s ease;
  transition: fill .2s ease;
}
/* line 28, sass/_header.scss */
.jumsoft-logo-symbol--invert {
  fill: #999;
}
/* line 33, sass/_header.scss */
.jumsoft-logo:hover .jumsoft-logo-symbol {
  fill: #000;
}
/* line 36, sass/_header.scss */
.jumsoft-logo:hover .jumsoft-logo-symbol--invert {
  fill: #fff;
}

/* line 44, sass/_header.scss */
.page-template-money6-main-page .jumsoft-logo-symbol, .page-template-home-main-page .jumsoft-logo-symbol {
  fill: #999;
}

/* line 49, sass/_header.scss */
.page-template-newmoney-main-page .jumsoft-logo:hover .jumsoft-logo-symbol, .page-template-home-main-page .jumsoft-logo:hover .jumsoft-logo-symbol {
  fill: #fff;
}

/* line 60, sass/_header.scss */
.burger-top, .burger-patty, .burger-bottom {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: .2rem;
  height: .4rem;
  margin: 0;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  width: 2.4rem;
}

/* line 69, sass/_header.scss */
.burger {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 2rem;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  width: 2.4rem;
  z-index: 2000;
}
/* line 84, sass/_header.scss */
.is-active .burger-top {
  -webkit-animation: BunTopOut .4s forwards;
          animation: BunTopOut .4s forwards;
  background-color: #fff;
}
/* line 89, sass/_header.scss */
.is-inactive .burger-top {
  -webkit-animation: BunTopIn .4s forwards;
          animation: BunTopIn .4s forwards;
}
/* line 94, sass/_header.scss */
.burger-patty {
  margin: .4rem 0;
}
/* line 98, sass/_header.scss */
.is-active .burger-patty {
  -webkit-animation: FadeOut .4s forwards;
          animation: FadeOut .4s forwards;
}
/* line 102, sass/_header.scss */
.is-inactive .burger-patty {
  -webkit-animation: FadeIn .4s forwards;
          animation: FadeIn .4s forwards;
}
/* line 110, sass/_header.scss */
.is-active .burger-bottom {
  -webkit-animation: BunBottomOut .4s forwards;
          animation: BunBottomOut .4s forwards;
  background-color: #fff;
}
/* line 115, sass/_header.scss */
.is-inactive .burger-bottom {
  -webkit-animation: BunBottomIn .4s forwards;
          animation: BunBottomIn .4s forwards;
}

/* line 123, sass/_header.scss */
.page-template-newmoney-main-page .burger-top,
.page-template-newmoney-main-page .burger-patty,
.page-template-newmoney-main-page .burger-bottom,
.page-template-home-main-page .burger-top,
.page-template-home-main-page .burger-patty,
.page-template-home-main-page .burger-bottom {
  background-color: #999;
}
/* line 130, sass/_header.scss */
.page-template-newmoney-main-page .burger.is-active .burger-top,
.page-template-newmoney-main-page .burger.is-active .burger-patty,
.page-template-newmoney-main-page .burger.is-active .burger-bottom,
.page-template-home-main-page .burger.is-active .burger-top,
.page-template-home-main-page .burger.is-active .burger-patty,
.page-template-home-main-page .burger.is-active .burger-bottom {
  background-color: #fff;
}

@media only screen and (max-width: 619px) {
  /* line 143, sass/_header.scss */
  .navigation-header {
    background: #000;
    box-sizing: border-box;
    display: none;
    font-size: 0;
    height: 100vh;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 2rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1500;
  }
  /* line 158, sass/_header.scss */
  .navigation-header.is-active {
    -webkit-animation: NavIn .4s;
            animation: NavIn .4s;
    display: block;
  }
  /* line 163, sass/_header.scss */
  .navigation-header.is-inactive {
    -webkit-animation: NavOut .4s;
            animation: NavOut .4s;
    display: block;
  }

  /* line 169, sass/_header.scss */
  .menu-primary {
    margin: 0;
    padding: 0;
  }
  /* line 173, sass/_header.scss */
  .menu-primary--item {
    display: block;
    margin: 0 0 1.2rem;
    padding: 0;
  }
  /* line 178, sass/_header.scss */
  .menu-primary--item > a {
    color: #999;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
  }
  /* line 187, sass/_header.scss */
  .menu-primary--item > a:hover {
    color: #fff;
  }
  /* line 193, sass/_header.scss */
  .menu-primary--sub > a {
    cursor: default;
    color: #999;
  }
  /* line 197, sass/_header.scss */
  .menu-primary--sub > a:hover {
    color: #999;
  }
  /* line 201, sass/_header.scss */
  .menu-primary--sub > a svg {
    display: none;
  }

  /* line 207, sass/_header.scss */
  .sub-menu {
    margin: 0;
    padding: 0 0 2.4rem 2.4rem;
    box-sizing: border-box;
  }
  /* line 212, sass/_header.scss */
  .sub-menu--item {
    height: 2.2rem;
    margin: 1.2rem 0 0;
  }
  /* line 216, sass/_header.scss */
  .sub-menu--item > a {
    color: #999;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
  }
  /* line 222, sass/_header.scss */
  .sub-menu--item > a figure {
    display: none;
  }
  /* line 226, sass/_header.scss */
  .sub-menu--item > a p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    margin: 0;
  }
  /* line 233, sass/_header.scss */
  .sub-menu--item > a:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 620px) {
  /* line 242, sass/_header.scss */
  .menu-primary {
    font-size: 0;
    margin: 0;
    padding: 0;
  }
  /* line 247, sass/_header.scss */
  .menu-primary--item {
    display: inline-block;
    margin: 0 0 0 2.4rem;
  }
  /* line 251, sass/_header.scss */
  .menu-primary--item:first-of-type {
    margin: 0;
  }
  /* line 255, sass/_header.scss */
  .menu-primary--item > a {
    color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1000;
  }
  /* line 270, sass/_header.scss */
  .menu-primary--item > a .menu-arrow {
    fill: rgba(0, 0, 0, 0.3);
    -webkit-transition: fill .2s ease;
    transition: fill .2s ease;
  }
  /* line 276, sass/_header.scss */
  .menu-primary--item:hover > a, .menu-primary--item.is-active > a {
    color: #000;
  }
  /* line 280, sass/_header.scss */
  .menu-primary--item:hover > a .menu-arrow, .menu-primary--item.is-active > a .menu-arrow {
    fill: #000;
  }

  /* line 288, sass/_header.scss */
  .page-template-money6-main-page .menu-primary--item > a, .page-template-home-main-page .menu-primary--item > a{
    color: #999;
  }
  /* line 291, sass/_header.scss */
  .page-template-newmoney-main-page .menu-primary--item > a .menu-arrow, .page-template-home-main-page .menu-primary--item > a .menu-arrow{
    fill: #999;
  }
  /* line 295, sass/_header.scss */
  .page-template-newmoney-main-page .menu-primary--item:hover > a, .page-template-newmoney-main-page .menu-primary--item.is-active > a, .page-template-home-main-page .menu-primary--item:hover > a, .page-template-home-main-page .menu-primary--item.is-active > a {
    color: #fff;
  }

  /* line 302, sass/_header.scss */
  .page-template-newmoney-main-page .menu-primary--sub:hover > a, .page-template-newmoney-main-page .menu-primary--sub.is-active > a, .page-template-home-main-page .menu-primary--sub:hover > a, .page-template-home-main-page .menu-primary--sub.is-active > a {
    color: #000;
  }
  /* line 306, sass/_header.scss */
  .page-template-newmoney-main-page .menu-primary--sub:hover > a .menu-arrow, .page-template-newmoney-main-page .menu-primary--sub.is-active > a .menu-arrow, .page-template-home-main-page .menu-primary--sub:hover > a .menu-arrow, .page-template-home-main-page .menu-primary--sub.is-active > a .menu-arrow {
    fill: #000;
  }

  /* line 313, sass/_header.scss */
  .sub-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    box-sizing: border-box;
    display: none;
    left: 0;
    margin: 0;
    padding: 8.2rem 0 3rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 500;
  }
  /* line 327, sass/_header.scss */
  .sub-menu-active .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: NavIn .4s;
            animation: NavIn .4s;
  }
  /* line 332, sass/_header.scss */
  .sub-menu--item {
    margin: 0;
    /*padding: 0 3vw;*/
  }
  /* line 336, sass/_header.scss */
  .sub-menu--item > a {
    display: block;
    margin: 0;
    text-decoration: none;
    padding: 0;
    width: 15vw;
    min-width: 11rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  /* line 345, sass/_header.scss */
  .sub-menu--item > a p {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    height: 2.2rem;
    line-height: 2.2rem;
    margin: 0.8rem 0 0;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    width: 100%;
  }
  /* line 357, sass/_header.scss */
  .sub-menu--item > a:hover p {
    color: #000;
  }
}
/* line 382, sass/_header.scss */
.menu-icon {
  background-position: center center;
  background-size: 32px 32px;
  height: 32px;
  margin: 0 auto;
  padding: 0;
  width: 32px;
}
/* line 403, sass/_header.scss */
.menu-icon--toolbox-for-google-docs {
  background-image: url("images/icons/toolbox-for-google-docs-32.png");
}
.menu-icon--toolbox-for-google-slides {
  background-image: url("images/icons/toolbox-for-google-slides-32.png");
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 620px) and (min-resolution: 1.5dppx), only screen and (min-width: 620px) and (min-resolution: 144dpi) {
  /* line 403, sass/_header.scss */
  .menu-icon--toolbox-for-google-docs {
    background-image: url("images/icons/toolbox-for-google-docs-32@2x.png");
  }

  .menu-icon--toolbox-for-google-slides {
    background-image: url("images/icons/toolbox-for-google-slides-32@2x.png");
  }
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 620px) and (min-resolution: 2.5dppx), only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-width: 620px) and (min-resolution: 216dpi) {
  /* line 403, sass/_header.scss */
  .menu-icon--toolbox-for-google-docs {
    background-image: url("images/icons/toolbox-for-google-docs-32@3x.png");
  }

  .menu-icon--toolbox-for-google-slides {
    background-image: url("images/icons/toolbox-for-google-slides-32@3x.png");
  }
}

/* line 403, sass/_header.scss */
.menu-icon--toolbox-for-ms-powerpoint {
  background-image: url("images/icons/toolbox-for-ms-powerpoint-32.png");
}
.menu-icon--toolbox-for-ms-word {
  background-image: url("images/icons/toolbox-for-ms-word-32.png");
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 620px) and (min-resolution: 1.5dppx), only screen and (min-width: 620px) and (min-resolution: 144dpi) {
  /* line 403, sass/_header.scss */
  .menu-icon--toolbox-for-ms-powerpoint {
    background-image: url("images/icons/toolbox-for-ms-powerpoint-32@2x.png");
  }

  .menu-icon--toolbox-for-ms-word {
    background-image: url("images/icons/toolbox-for-ms-word-32@2x.png");
  }
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 620px) and (min-resolution: 2.5dppx), only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-width: 620px) and (min-resolution: 216dpi) {
  /* line 403, sass/_header.scss */
  .menu-icon--toolbox-for-ms-powerpoint {
    background-image: url("images/icons/toolbox-for-ms-powerpoint-32@3x.png");
  }

  .menu-icon--toolbox-for-ms-word {
    background-image: url("images/icons/toolbox-for-ms-word-32@3x.png");
  }
}

/* line 403, sass/_header.scss */
.menu-icon--toolbox-for-ms-office {
  background-image: url("images/icons/toolbox-for-ms-office-32.png");
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 620px) and (min-resolution: 1.5dppx), only screen and (min-width: 620px) and (min-resolution: 144dpi) {
  /* line 403, sass/_header.scss */
  .menu-icon--toolbox-for-ms-office {
    background-image: url("images/icons/toolbox-for-ms-office-32@2x.png");
  }
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 620px) and (min-resolution: 2.5dppx), only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-width: 620px) and (min-resolution: 216dpi) {
  /* line 403, sass/_header.scss */
  .menu-icon--toolbox-for-ms-office {
    background-image: url("images/icons/toolbox-for-ms-office-32@3x.png");
  }
}

/* line 403, sass/_header.scss */
.menu-icon--all-products {
  background-image: url("images/icons/all-products-32.png");
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 620px) and (min-resolution: 1.5dppx), only screen and (min-width: 620px) and (min-resolution: 144dpi) {
  /* line 403, sass/_header.scss */
  .menu-icon--all-products {
    background-image: url("images/icons/all-products-32@2x.png");
  }
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 620px) and (min-resolution: 2.5dppx), only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-width: 620px) and (min-resolution: 216dpi) {
  /* line 403, sass/_header.scss */
  .menu-icon--all-products {
    background-image: url("images/icons/all-products-32@3x.png");
  }
}

/* line 403, sass/_header.scss */
.osx .menu-icon--toolbox-for-keynote {
  background-image: url("images/icons/toolbox-for-keynote-32.png");
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 620px) and (min-resolution: 1.5dppx), only screen and (min-width: 620px) and (min-resolution: 144dpi) {
  /* line 403, sass/_header.scss */
  .osx .menu-icon--toolbox-for-keynote {
    background-image: url("images/icons/toolbox-for-keynote-32@2x.png");
  }
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 620px) and (min-resolution: 2.5dppx), only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-width: 620px) and (min-resolution: 216dpi) {
  /* line 403, sass/_header.scss */
  .osx .menu-icon--toolbox-for-keynote {
    background-image: url("images/icons/toolbox-for-keynote-32@3x.png");
  }
}

/* line 403, sass/_header.scss */
.ios .menu-icon--toolbox-for-keynote {
  background-image: url("images/icons/toolbox-for-keynote-ios-32.png");
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 620px) and (min-resolution: 1.5dppx), only screen and (min-width: 620px) and (min-resolution: 144dpi) {
  /* line 403, sass/_header.scss */
  .ios .menu-icon--toolbox-for-keynote {
    background-image: url("images/icons/toolbox-for-keynote-ios-32@2x.png");
  }
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 620px) and (min-resolution: 2.5dppx), only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-width: 620px) and (min-resolution: 216dpi) {
  /* line 403, sass/_header.scss */
  .ios .menu-icon--toolbox-for-keynote {
    background-image: url("images/icons/toolbox-for-keynote-ios-32@3x.png");
  }
}

/* line 403, sass/_header.scss */
.osx .menu-icon--toolbox-for-pages {
  background-image: url("images/icons/toolbox-for-pages-32.png");
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 620px) and (min-resolution: 1.5dppx), only screen and (min-width: 620px) and (min-resolution: 144dpi) {
  /* line 403, sass/_header.scss */
  .osx .menu-icon--toolbox-for-pages {
    background-image: url("images/icons/toolbox-for-pages-32@2x.png");
  }
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 620px) and (min-resolution: 2.5dppx), only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-width: 620px) and (min-resolution: 216dpi) {
  /* line 403, sass/_header.scss */
  .osx .menu-icon--toolbox-for-pages {
    background-image: url("images/icons/toolbox-for-pages-32@3x.png");
  }
}

/* line 403, sass/_header.scss */
.ios .menu-icon--toolbox-for-pages {
  background-image: url("images/icons/toolbox-for-pages-ios-32.png");
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 620px) and (min-resolution: 1.5dppx), only screen and (min-width: 620px) and (min-resolution: 144dpi) {
  /* line 403, sass/_header.scss */
  .ios .menu-icon--toolbox-for-pages {
    background-image: url("images/icons/toolbox-for-pages-ios-32@2x.png");
  }
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 620px) and (min-resolution: 2.5dppx), only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-width: 620px) and (min-resolution: 216dpi) {
  /* line 403, sass/_header.scss */
  .ios .menu-icon--toolbox-for-pages {
    background-image: url("images/icons/toolbox-for-pages-ios-32@3x.png");
  }
}

/* line 1, sass/_footer.scss */
.footer {
  background: #000;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 619px) {
  /* line 1, sass/_footer.scss */
  .footer {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 620px) {
  /* line 1, sass/_footer.scss */
  .footer {
    padding: 0 4rem;
  }
}
/* line 14, sass/_footer.scss */
.footer-contacts {
  margin: 0 auto;
  max-width: 102rem;
}
/* line 18, sass/_footer.scss */
.footer-contacts:after, .footer-contacts:before {
  clear: both;
  content: '';
  display: table;
}
@media only screen and (max-width: 619px) {
  /* line 25, sass/_footer.scss */
  .footer-contacts-column {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
  }
  /* line 31, sass/_footer.scss */
  .footer-contacts-column--left {
    padding: 2rem 0;
  }
  /* line 35, sass/_footer.scss */
  .footer-contacts-column--right {
    padding: 2rem 0 4rem;
  }
}
@media only screen and (min-width: 620px) {
  /* line 41, sass/_footer.scss */
  .footer-contacts-column {
    box-sizing: border-box;
    margin: 0;
    width: 50%;
  }
  /* line 47, sass/_footer.scss */
  .footer-contacts-column--left {
    float: left;
    padding: 6rem 2rem 6rem 0;
  }
  /* line 52, sass/_footer.scss */
  .footer-contacts-column--right {
    float: right;
    padding: 6rem 0 6rem 2rem;
  }
}
/* line 60, sass/_footer.scss */
.footer-navigation {
  border-top: solid 1px #333;
  padding: 2rem 0;
  width: 100%;
}

/* line 70, sass/_footer.scss */
.subscribe {
  border: 1px solid #333;
  border-radius: .4rem;
  box-sizing: border-box;
  height: 4.2rem;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 620px) {
  /* line 70, sass/_footer.scss */
  .subscribe {
    max-width: 30rem;
  }
}
/* line 84, sass/_footer.scss */
.subscribe-form {
  box-sizing: border-box;
  display: block;
  height: 4rem;
  padding: 0;
  position: relative;
  width: 100%;
}
/* line 92, sass/_footer.scss */
.form-pass .subscribe-form, .form-fail .subscribe-form {
  -webkit-animation: PassSubscribeOut .4s ease forwards;
          animation: PassSubscribeOut .4s ease forwards;
}
/* line 97, sass/_footer.scss */
.form-hidden .subscribe-form {
  visibility: hidden;
}

/* line 106, sass/_footer.scss */
.subscribe-response-pass, .subscribe-response-fail {
  box-sizing: border-box;
  color: #fff;
  display: none;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 4rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -8rem;
}

/* line 119, sass/_footer.scss */
.subscribe-response-pass {
  background: left center no-repeat url("images/subscribe-pass.svg");
  padding: 0 0 0 2.5rem;
}
/* line 124, sass/_footer.scss */
.form-pass .subscribe-response-pass {
  -webkit-animation: PassSubscribeIn .4s ease forwards;
          animation: PassSubscribeIn .4s ease forwards;
  display: inline-block;
}

/* line 130, sass/_footer.scss */
.subscribe-response-fail {
  background: left center no-repeat url("images/subscribe-fail.svg");
  color: #ff6a4c;
  padding: 0 0 0 2.1rem;
}
/* line 136, sass/_footer.scss */
.form-fail .subscribe-response-fail {
  -webkit-animation: PassSubscribeIn .4s ease forwards;
          animation: PassSubscribeIn .4s ease forwards;
  display: inline-block;
}

/* line 163, sass/_footer.scss */
.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  height: 4rem;
  line-height: initial;
  margin: 0;
  outline: none;
  padding: 0 4rem 0 1rem;
  width: 100%;
}
/* line 146, sass/_footer.scss */
.form-input::-webkit-input-placeholder {
  color: #999;
}
/* line 150, sass/_footer.scss */
.form-input:-moz-placeholder {
  color: #999;
}
/* line 154, sass/_footer.scss */
.form-input::-moz-placeholder {
  color: #999;
}
/* line 158, sass/_footer.scss */
.form-input:-ms-input-placeholder {
  color: #999;
}
/* line 181, sass/_footer.scss */
.form-input:focus, .form-input:active {
  color: #fff;
  outline: 0;
}
/* line 146, sass/_footer.scss */
.form-input:focus::-webkit-input-placeholder, .form-input:active::-webkit-input-placeholder {
  color: #fff;
}
/* line 150, sass/_footer.scss */
.form-input:focus:-moz-placeholder, .form-input:active:-moz-placeholder {
  color: #fff;
}
/* line 154, sass/_footer.scss */
.form-input:focus::-moz-placeholder, .form-input:active::-moz-placeholder {
  color: #fff;
}
/* line 158, sass/_footer.scss */
.form-input:focus:-ms-input-placeholder, .form-input:active:-ms-input-placeholder {
  color: #fff;
}
/* line 188, sass/_footer.scss */
.form-input-error {
  color: #ff6a4c;
}
/* line 146, sass/_footer.scss */
.form-input-error::-webkit-input-placeholder {
  color: #e6998a;
}
/* line 150, sass/_footer.scss */
.form-input-error:-moz-placeholder {
  color: #e6998a;
}
/* line 154, sass/_footer.scss */
.form-input-error::-moz-placeholder {
  color: #e6998a;
}
/* line 158, sass/_footer.scss */
.form-input-error:-ms-input-placeholder {
  color: #e6998a;
}
/* line 192, sass/_footer.scss */
.form-input-error:focus, .form-input-error:active {
  color: #ff6a4c;
  outline: 0;
}
/* line 146, sass/_footer.scss */
.form-input-error:focus::-webkit-input-placeholder, .form-input-error:active::-webkit-input-placeholder {
  color: #ff6a4c;
}
/* line 150, sass/_footer.scss */
.form-input-error:focus:-moz-placeholder, .form-input-error:active:-moz-placeholder {
  color: #ff6a4c;
}
/* line 154, sass/_footer.scss */
.form-input-error:focus::-moz-placeholder, .form-input-error:active::-moz-placeholder {
  color: #ff6a4c;
}
/* line 158, sass/_footer.scss */
.form-input-error:focus:-ms-input-placeholder, .form-input-error:active:-ms-input-placeholder {
  color: #ff6a4c;
}

/* line 204, sass/_footer.scss */
.form-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 4rem;
  margin: 0;
  outline: 0;
  padding: 1.4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
}
/* line 217, sass/_footer.scss */
.form-button-symbol {
  fill: #999;
  -webkit-transition: fill .2s ease;
  transition: fill .2s ease;
}
/* line 222, sass/_footer.scss */
.form-button:hover .form-button-symbol {
  fill: #fff;
}

/* line 230, sass/_footer.scss */
.suggestion-question {
  color: #999;
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  height: 4.2rem;
  line-height: 4.2rem;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
/* line 241, sass/_footer.scss */
.suggestion-question a {
  border-bottom: solid 1px #000;
  color: #fff;
  padding: 0 .2rem;
  text-decoration: none;
  -webkit-transition: border-color .2s ease, color .2s ease;
  transition: border-color .2s ease, color .2s ease;
}
/* line 248, sass/_footer.scss */
.suggestion-question a:hover {
  border-bottom: solid 1px #fff;
  color: #fff;
}

/* line 258, sass/_footer.scss */
.copyright {
  color: #333;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  margin: 0 0 0 1.2rem;
  vertical-align: top;
  width: auto;
}
@media only screen and (max-width: 619px) {
  /* line 258, sass/_footer.scss */
  .copyright {
    margin: 0;
  }
}

/* line 276, sass/_footer.scss */
.menu-footer {
  font-size: 0;
  margin: 0;
  padding: 0;
}
/* line 281, sass/_footer.scss */
.menu-footer--item {
  display: inline-block;
  margin: 0 0 0 1.6rem;
}
/* line 285, sass/_footer.scss */
.menu-footer--item:first-of-type {
  margin: 0;
}
/* line 289, sass/_footer.scss */
.menu-footer--item > a {
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 304, sass/_footer.scss */
.menu-footer--item:hover > a {
  color: #fff;
}
#call-to-action > *{
    display: table;
    margin: 0 auto;
}

/*.news csss */

.master-section.master-section--narrow.news-page p {
  color: #808080;
  max-width: 80rem;
  text-align: left;
}
.master-section.master-section--narrow.news-page .table-wrapper {
  max-width: 80rem;
}
.master-section.master-section--narrow.news-page .table-container {
  overflow-x: scroll;
}
.master-section.master-section--narrow.news-page table {
  width: 100%;
}
.master-section.master-section--narrow.news-page table th {
  font-weight: 300;
  font-size: 1.6rem;
  color: #333;
  line-height: 6rem;
  text-align: center;
  padding: 1.5rem 0.5rem;
  line-height: 2rem;

}
.master-section.master-section--narrow.news-page table td {
  font-weight: 400;
  font-size: 1.2rem;
  color: #808080;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  text-align: center;
  padding: 1.5rem 0.5rem;
  line-height: 1.5rem;
}
.master-section.master-section--narrow.news-page table td:first-child, .master-section.master-section--narrow.news-page table th:first-child {
  text-align: left;
  padding: 1.5rem 0.5rem 1.5rem 0;
}
.master-section.master-section--narrow.news-page table td:last-child, .master-section.master-section--narrow.news-page table th:last-child {
  padding: 1.5rem 0 1.5rem 0.5rem;
}
.master-section.master-section--narrow.news-page img {
  display: block;
  max-width: 80rem;
  width: 100%;
  height: auto;
  padding: 0;
}
.master-section.master-section--narrow.news-page p a, .master-section.master-section--narrow.news-page li a {
  color: #3AF;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  transition: border-color 0.2s ease;
}
.master-section.master-section--narrow.news-page p a:hover, .master-section.master-section--narrow.news-page li a:hover {
  border-color: #CCEAFF;
}
.master-section.master-section--narrow.news-page ul {
  color: #808080;
  max-width: 80rem;
  text-align: left;
}
.master-section.master-section--narrow.news-page ul.number-list {
  list-style-type: decimal;
  list-style-position: inside;
}
.master-section.master-section--narrow.news-page ul.bullet-list {
  list-style-image: url('../images/bullet.png');
  list-style-position: inside;
}
.master-section.master-section--narrow.news-page ul.bullet-list li {
  text-indent: -1.2rem;
  padding: 0 0 0 1.2rem;
}

@media all and (min-width: 320px) and (max-width: 619px) {
  .master-section.master-section--narrow.news-page p {
    font-size: 1.2rem;
    box-sizing: border-box;
    padding: 0 2rem;
    margin: 2.8rem auto 2.8rem auto;
    line-height: 2.8rem;
  }
  .master-section.master-section--narrow.news-page .table-wrapper {
    box-sizing: border-box;
    padding: 0 2rem;
    margin: 0 auto 3.3rem auto;
  }
  .master-section.master-section--narrow.news-page img {
    margin: 0 auto 3.8rem auto;
  }
  .master-section.master-section--narrow.news-page ul {
    line-height: 2.8rem;
    box-sizing: border-box;
    padding: 0 2rem;
    margin: 2.8rem auto 2.8rem auto;
    font-size: 1.2rem;
  }
  .master-section.master-section--narrow.news-page ul.number-list li {
    text-indent: -1.3rem;
    padding: 0 0 0 1.3rem;
  }
}

@media all and (min-width: 620px) {
  .master-section.master-section--narrow.news-page p {
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0 4rem;
    margin: 0 auto 3rem auto;
    line-height: 3rem;
  }
  .master-section.master-section--narrow.news-page .table-wrapper {
    padding: 0 4rem;
    margin: 0 auto 3.1rem auto;
  }
  .master-section.master-section--narrow.news-page img {
    margin: 0 auto 3.9rem auto;
  }
  .master-section.master-section--narrow.news-page ul {
    margin: 0 auto 3rem auto;
    padding: 0 4rem;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 3rem;
  }
  .master-section.master-section--narrow.news-page ul.number-list li {
    text-indent: -1.7rem;
    padding: 0 0 0 1.7rem;
  }
}