/* Colours */
/* Animations */
@keyframes quote-fade {
  0% {
    opacity: 0; }
  2% {
    opacity: 1; }
  11% {
    opacity: 1; }
  16% {
    opacity: 0; } }

@keyframes logo-fade {
  0% {
    opacity: 0.1; }
  2% {
    opacity: 0.8; }
  11% {
    opacity: 0.8; }
  16% {
    opacity: 0.1; } }

@keyframes text-fade {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  20% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Set CentraNo2-Book as default font */
div#siteWrapper {
  font-family: CentraNo2-Book; }

main#page {
  padding: 0;
  max-width: unset;
  color: #47436E; }

.enable-nav-button #sidecarNav nav a {
  font-family: CentraNo2-Book;
  font-size: 17px;
  color: #EF496F; }

.enable-nav-button #sidecarNav nav div:not(.folder):last-child a {
  font-family: CentraNo2-Book;
  background-color: #EF496F;
  font-size: 17px;
  font-weight: 500; }

h1, h2 {
  font-size: 48px;
  font-family: SharpSansDisplayNo2-Bold;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 56px;
  color: #47436E; }

h3, h4 {
  font-family: CentraNo2-Bold;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42px;
  color: #47436E; }

p {
  font-size: 22px;
  line-height: 30px; }

hr {
  width: 80%;
  height: 1px;
  border: none;
  background-color: #D7D7D7; }

#content {
  background: #fff; }

#content > div {
  padding: 48px 24px 56px 24px; }
  @media (min-width: 857px) {
    #content > div {
      padding: 80px 0 88px; } }

a.button, .sqs-block-button a.sqs-block-button-element,
.sqs-block-button a.sqs-block-button-element--large,
.sqs-block-button a.sqs-block-button-element--medium,
.sqs-block-button a.sqs-block-button-element--small, .large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--large,
.large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--medium,
.large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--small,
.large-button-style-raised .sqs-block-button a.sqs-block-button-element--large,
.large-button-style-raised .sqs-block-button a.sqs-block-button-element--medium,
.large-button-style-raised .sqs-block-button a.sqs-block-button-element--small {
  margin: 32px auto 0 auto;
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  display: block;
  height: 65px;
  text-align: center;
  border-radius: 50px;
  line-height: 68px;
  width: 272px; }
  a.pink-button.button, .sqs-block-button a.pink-button.sqs-block-button-element,
  .sqs-block-button a.pink-button.sqs-block-button-element--large,
  .sqs-block-button a.pink-button.sqs-block-button-element--medium,
  .sqs-block-button a.pink-button.sqs-block-button-element--small {
    color: white;
    background-color: #EF496F; }
  a.white-button.button, .sqs-block-button a.white-button.sqs-block-button-element,
  .sqs-block-button a.white-button.sqs-block-button-element--large,
  .sqs-block-button a.white-button.sqs-block-button-element--medium,
  .sqs-block-button a.white-button.sqs-block-button-element--small {
    color: #EF496F;
    background-color: white; }
  a.yellow-button.button, .sqs-block-button a.yellow-button.sqs-block-button-element,
  .sqs-block-button a.yellow-button.sqs-block-button-element--large,
  .sqs-block-button a.yellow-button.sqs-block-button-element--medium,
  .sqs-block-button a.yellow-button.sqs-block-button-element--small {
    color: #47436E;
    background-color: #FFF7AF;
    transition: background-color 0.5s ease-in; }
    a.yellow-button.button:hover, .sqs-block-button a.yellow-button.sqs-block-button-element:hover,
    .sqs-block-button a.yellow-button.sqs-block-button-element--large:hover,
    .sqs-block-button a.yellow-button.sqs-block-button-element--medium:hover,
    .sqs-block-button a.yellow-button.sqs-block-button-element--small:hover {
      background-color: #FEF09E; }

.sqs-block-button a.sqs-block-button-element,
.sqs-block-button a.sqs-block-button-element--large,
.sqs-block-button a.sqs-block-button-element--medium,
.sqs-block-button a.sqs-block-button-element--small {
  padding: 0;
  color: white;
  background-color: #EF496F; }

.large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--large,
.large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--medium,
.large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--small,
.large-button-style-raised .sqs-block-button a.sqs-block-button-element--large,
.large-button-style-raised .sqs-block-button a.sqs-block-button-element--medium,
.large-button-style-raised .sqs-block-button a.sqs-block-button-element--small {
  box-shadow: none;
  margin-top: 0; }
  .large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--large:hover,
  .large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--medium:hover,
  .large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--small:hover,
  .large-button-style-raised .sqs-block-button a.sqs-block-button-element--large:hover,
  .large-button-style-raised .sqs-block-button a.sqs-block-button-element--medium:hover,
  .large-button-style-raised .sqs-block-button a.sqs-block-button-element--small:hover {
    color: white;
    background-color: #EF496F; }

.container {
  margin: auto; }

ol li a {
  color: #EF496F; }

b {
  font-family: CentraNo2-Bold; }

#content > div.about {
  padding: 0; }

.sharesies-team {
  background-image: url(../../assets/images/about/team.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 138px; }

.why {
  margin: auto;
  padding: 54px 24px;
  background: #EF496F;
  color: white;
  text-align: center; }
  @media (min-width: 875px) {
    .why {
      padding-top: 80px;
      padding-bottom: 88px; } }
  .why h1 {
    color: white; }
  .why .container p {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    text-align: center; }
  .why .container a {
    width: 189px; }
  .why a:not(.button) {
    color: white;
    text-decoration: underline; }
    .why a:not(.button) .button {
      width: 160px; }

.meet {
  max-width: 1060px;
  margin: auto;
  padding-top: 54px; }
  .meet .container {
    padding: 0; }
  .meet h1 {
    color: #47436E;
    margin: auto 63px 56px 63px;
    margin-bottom: 32px; }
  .meet img {
    display: block;
    margin: auto;
    margin-bottom: 8px;
    width: 120px;
    height: 120px;
    border-radius: 50%; }
  @media (min-width: 875px) {
    .meet h1 {
      margin: 76px 63px 80px 63px; } }
  .meet .team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
    .meet .team-container .team-member.member-2018 img {
      border-radius: 50%; }
    .meet .team-container .team-member {
      text-align: center;
      width: 120px;
      padding: 20px;
      padding-bottom: 36px; }
      .meet .team-container .team-member .name {
        color: #47436E;
        font-size: 18px;
        font-family: CentraNo2-Bold;
        margin-bottom: 4px; }
      .meet .team-container .team-member .title {
        color: #EF496F;
        font-size: 12px;
        font-family: CentraNo2-Book;
        line-height: 16px; }
      @media (min-width: 875px) {
        .meet .team-container .team-member {
          width: 220px;
          padding-bottom: 90px; }
          .meet .team-container .team-member img {
            width: 180px;
            height: 180px; }
          .meet .team-container .team-member .name {
            font-size: 28px;
            line-height: 32px; }
          .meet .team-container .team-member .title {
            font-size: 20px;
            line-height: 26px; } }
  .meet .b-corp {
    padding: 48px 24px 56px; }
    .meet .b-corp .container .img {
      padding-bottom: 24px; }
      .meet .b-corp .container .img img {
        max-width: 80px;
        max-height: 135px;
        margin: auto;
        border-radius: 0; }
    .meet .b-corp .container h4 {
      margin: 0 auto;
      font-family: CentraNo2-Bold;
      font-size: 28px;
      font-weight: bold;
      line-height: 32px; }
    .meet .b-corp .container p {
      font-family: CentraNo2-Book;
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 0px;
      line-height: 24px;
      text-align: center;
      margin: 12px 0 0; }
      .meet .b-corp .container p a {
        text-decoration: underline;
        color: #413e63; }
    @media (min-width: 875px) {
      .meet .b-corp .container {
        display: flex; }
        .meet .b-corp .container h4, .meet .b-corp .container p {
          text-align: left; }
        .meet .b-corp .container .img {
          padding-right: 64px; } }

@media (min-width: 400px) {
  .sharesies-team {
    height: 300px; } }

@media (min-width: 500px) {
  .sharesies-team {
    height: 400px; } }

@media (min-width: 600px) {
  .meet .team-container {
    margin: auto;
    padding-bottom: 56px; } }

@media (min-width: 800px) {
  .sharesies-team {
    height: 500px; }
  .about .container {
    max-width: unset; } }

@media (min-width: 1000px) {
  .sharesies-team {
    height: 600px; } }

@media (min-width: 1200px) {
  .sharesies-team {
    height: 700px; } }

@media (min-width: 1400px) {
  .sharesies-team {
    height: 800px; } }

@media (min-width: 1600px) {
  .sharesies-team {
    height: 900px; } }

@media (min-width: 1800px) {
  .sharesies-team {
    height: 1000px; } }

@media (min-width: 2000px) {
  .sharesies-team {
    height: 1100px; } }

@media (min-width: 2000px) {
  .sharesies-team {
    height: 1200px; } }

#content > div.sqs-layout {
  padding-top: 0; }

#collection-5a5c1415e4966b7d9bfa0572 main#page {
  margin: auto;
  max-width: 990px;
  padding: 40px 20px; }

.sqs-layout .row.sqs-row {
  margin: auto; }

.sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title a {
  font-size: 48px !important;
  line-height: 56px !important;
  text-align: center;
  height: 596px; }

.sqs-block.summary-v2-block.sqs-block-summary-v2 {
  font-size: 24px !important;
  line-height: 30px !important; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-metadata .summary-metadata-item {
    font-size: 13px; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 p {
    text-align: center;
    margin: auto;
    font-size: 16px;
    line-height: 28px;
    color: #555555; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto; }
    .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
      font-family: SharpSansDisplayNo2-Bold;
      color: white;
      text-transform: none;
      text-align: center;
      height: 182px;
      padding: 0 24px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-thumbnail.img-wrapper::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.35); }
    .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-thumbnail.img-wrapper::after .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
      margin-top: 250px; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-excerpt {
    margin-top: 24px; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 p {
    font-size: 22px; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 a {
    color: #EF496F; }

@media (min-width: 320px) {
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title a {
    height: 168px;
    font-size: 22px !important;
    line-height: 28px !important; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
    height: 172.33px; } }

@media (min-width: 400px) {
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title a {
    height: 222px;
    font-size: 28px !important;
    line-height: 32px !important; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
    height: 230.33px; } }

@media (min-width: 500px) {
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title a {
    height: 309px;
    font-size: 32px !important;
    line-height: 38px !important; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
    height: 275.33px; } }

@media (min-width: 700px) {
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title a {
    height: 457px;
    font-size: 40px !important;
    line-height: 48px !important; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
    height: 193.33px; } }

@media (min-width: 900px) {
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title a {
    height: 536px; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
    height: 157.33px; } }

@media (min-width: 1000px) {
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
    height: 181.33px; } }

header.entry-header .entry-byline, header.entry-header .entry-dateline, header.entry-header h1 {
  display: none; }

.blog-item-wrapper .title-desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }
  .blog-item-wrapper .title-desc-wrapper time {
    font-family: CentraNo2-Book;
    text-transform: none;
    letter-spacing: 0px;
    color: white; }
  .blog-item-wrapper .title-desc-wrapper .post-title {
    font-family: SharpSansDisplayNo2-Bold !important;
    font-size: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px; }

.collection-type-blog.view-item .banner-thumbnail-wrapper {
  padding: 0; }

.blog-item-wrapper {
  height: 100%; }

.banner-thumbnail-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  background: none; }
  .banner-thumbnail-wrapper img {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-items: center;
    object-fit: cover; }

.blog-item {
  max-width: 580px;
  margin: auto; }
  .blog-item p {
    color: #555555;
    font-size: 18px; }
    .blog-item p a {
      color: #EF496F !important; }
  .blog-item h3 {
    white-space: normal !important;
    text-align: left;
    font-size: 24px;
    line-height: 36px; }

.blog-item .entry-category a, .blog-list .entry-category a {
  display: inline-block;
  padding: 8px 16px;
  color: #555;
  border: 1px solid #555;
  border-radius: 16px;
  line-height: 16px; }

.entry-header {
  margin: 36px auto; }
  .entry-header .meta-below-title {
    max-width: 580px;
    margin: auto;
    padding: 17px; }
    .entry-header .meta-below-title.no-categories {
      display: none; }

.entry-content p {
  white-space: normal !important; }

.blog-item-promo {
  background: #EF496F; }

#siteWrapper nav.pagination {
  padding: 24px; }
  #siteWrapper nav.pagination div {
    width: 50%;
    font-size: 18px;
    line-height: 24px; }
    #siteWrapper nav.pagination div a {
      color: #EF496F; }

.blog-cta {
  background: #ef496f;
  padding: 25px;
  margin: 40px 0 0;
  border: 0;
  border-radius: 8px;
  font-family: CentraNo2-Book, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .blog-cta p {
    color: white;
    font-size: 30px;
    line-height: 35px;
    max-width: 440px;
    margin: 20px 0 40px; }
  .blog-cta a {
    display: inline-block;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed3172;
    cursor: pointer;
    background: #fff;
    text-decoration: none; }

.noHeaderImage {
  background-image: url(https://www.sharesies.nz/assets/images/pattern-bg-melon-double.svg); }

@media (min-width: 800px) {
  .banner-thumbnail-wrapper {
    height: 600px; } }

/* Fonts */
@font-face {
  font-family: "SharpSansDisplayNo2-Bold";
  src: url(https://www.sharesies.nz/assets/fonts/SharpSansDispNo2-Bold.woff2) format("woff2"), url(https://www.sharesies.nz/assets/fonts/SharpSansDispNo2-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

@font-face {
  font-family: "CentraNo2-Book";
  src: url(https://www.sharesies.nz/assets/fonts/CentraNo2-Book.woff2) format("woff2"), url(https://www.sharesies.nz/assets/fonts/CentraNo2-Book.woff) format("woff");
  font-style: normal;
  font-weight: normal;
  font-stretch: normal; }

@font-face {
  font-family: "CentraNo2-Book";
  src: url(https://www.sharesies.nz/assets/fonts/CentraNo2-BookItalic.woff2) format("woff2"), url(https://www.sharesies.nz/assets/fonts/CentraNo2-BookItalic.woff) format("woff");
  font-style: normal;
  font-style: italic;
  font-weight: normal;
  font-stretch: normal; }

@font-face {
  font-family: "CentraNo2-Book";
  src: url(https://www.sharesies.nz/assets/fonts/CentraNo2-Medium.woff2) format("woff2"), url(https://www.sharesies.nz/assets/fonts/CentraNo2-Medium.woff) format("woff");
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal; }

@font-face {
  font-family: "CentraNo2-Bold";
  src: url(https://www.sharesies.nz/assets/fonts/CentraNo2-Bold.woff2) format("woff2"), url(https://www.sharesies.nz/assets/fonts/CentraNo2-Bold.woff) format("woff");
  font-style: normal;
  font-weight: bold;
  font-stretch: normal; }

@font-face {
  font-family: "Tiki-Magic";
  src: url(https://www.sharesies.nz/assets/fonts/Tiki-Magic.AH.woff2) format("woff2"), url(https://www.sharesies.nz/assets/fonts/Tiki-Magic.AH.woff) format("woff");
  font-style: normal;
  font-weight: 100;
  font-stretch: normal; }

@media (min-width: 884px) {
  footer#footer > .footer-inner > .sqs-layout > .sqs-row > .col > .sqs-block.html-block.sqs-block-html {
    padding-left: 0;
    padding-right: 0; } }

footer#footer > .footer-inner > .sqs-layout > .sqs-row > .col > .sqs-block.html-block.sqs-block-html p {
  font-size: 16px;
  margin-bottom: 24px;
  color: green; }

footer#footer {
  background: #47436E; }
  footer#footer p {
    font-size: 14px; }
  footer#footer hr {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.38); }
  footer#footer .footer-inner {
    text-align: center; }
    footer#footer .footer-inner > p a {
      color: #fff;
      text-decoration: underline; }
  footer#footer .socialaccountlinks-v2-block {
    width: 200px;
    margin: auto; }
    @media (min-width: 884px) {
      footer#footer .socialaccountlinks-v2-block {
        padding-left: 0; } }
    footer#footer .socialaccountlinks-v2-block a {
      margin: 0; }
  @media (min-width: 884px) {
    footer#footer .html-block {
      padding-left: 0; } }
  footer#footer .html-block p {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22px; }
    footer#footer .html-block p a {
      border-bottom: 0;
      color: white; }
  footer#footer .image-block-wrapper {
    padding-bottom: 28px !important;
    margin: auto;
    width: 154px !important;
    overflow: visible !important;
    margin-bottom: 24px; }
    footer#footer .image-block-wrapper .thumb-image.loaded {
      content: url("/assets/logos/sharesies-white.png");
      width: 154px !important;
      height: 43px !important;
      position: relative;
      margin: auto; }
  footer#footer .sqs-svg-icon--list {
    text-align: center; }
    footer#footer .sqs-svg-icon--list a {
      display: inline-block;
      width: 24px;
      height: 24px; }
  footer#footer .sqs-layout > .sqs-row > .col > .sqs-block.html-block.sqs-block-html p {
    text-align: center !important; }
  footer#footer nav.sqs-svg-icon--list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center; }
  footer#footer .footer-sharesies-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px; }
    footer#footer .footer-sharesies-text p {
      margin: 0;
      color: #b0acd5;
      line-height: 20px; }
  footer#footer .footer-sharesies-text-disclaimer {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer#footer .footer-sharesies-text-disclaimer p:last-child {
      margin: 25px 0 40px; }
  footer#footer .footer-text-b-corp {
    min-width: 124px;
    text-align: center; }
    footer#footer .footer-text-b-corp p {
      color: #ffffff;
      text-align: center;
      letter-spacing: 0px; }
  footer#footer .footer-market-logos {
    margin-top: 40px;
    display: flex;
    flex-direction: column; }
    footer#footer .footer-market-logos p {
      margin-top: 0;
      line-height: 20px; }
  footer#footer .footer-market-logos-nsx {
    margin-bottom: 24px; }
    footer#footer .footer-market-logos-nsx p {
      max-width: 220px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0; }
  footer#footer .footer-market-logos-funds {
    margin-bottom: 24px; }
  footer#footer .footer-market-logos-funds-logos {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 160px; }

@media (min-width: 884px) {
  footer#footer .footer-inner {
    text-align: left; }
    footer#footer .footer-inner > p {
      margin: 0; }
  footer#footer .socialaccountlinks-v2-block {
    padding-top: 12px;
    padding-left: 0;
    width: 200px;
    margin: unset;
    float: right; }
    footer#footer .socialaccountlinks-v2-block nav.sqs-svg-icon--list {
      justify-items: left; }
  footer#footer .sqs-block.image-block.sqs-block-image.sqs-text-ready {
    padding: 0; }
    footer#footer .sqs-block.image-block.sqs-block-image.sqs-text-ready .image-block-outer-wrapper .instrinsic > .image-block-wrapper {
      margin: 0 !important;
      margin-left: 10px !important; }
  footer#footer .image-block-wrapper {
    margin: 0 !important;
    margin-left: 10px !important;
    left: -22px; }
  footer#footer .sqs-layout > .sqs-row > .col > .sqs-block.html-block.sqs-block-html p {
    text-align: right !important; }
  footer#footer .footer-sharesies-text,
  footer#footer .footer-market-logos,
  footer#footer .footer-market-logos-funds-logos {
    flex-direction: row; }
  footer#footer .footer-sharesies-text-disclaimer p:last-child {
    margin: 0; }
  footer#footer .footer-text-b-corp {
    margin-left: 182px; }
  footer#footer .footer-market-logos {
    justify-content: space-between;
    margin-top: 24px; }
  footer#footer .footer-market-logos-funds {
    width: 620px;
    display: flex;
    flex-direction: column;
    margin-bottom: 33px; }
    footer#footer .footer-market-logos-funds p {
      margin-bottom: 20px; }
  footer#footer .footer-market-logos-funds-logos {
    min-height: 0; } }

#content > div.how-much {
  display: block; }

#content > div.making-investing-easy {
  padding-bottom: 0; }

#content > div.yellow {
  background-color: #FFF7AF; }

#content > .making-investing-easy, #content > .gifts {
  background: #EF496F;
  display: grid;
  color: white;
  margin-top: -1px;
  padding: 0; }
  #content > .making-investing-easy .intro, #content > .gifts .intro {
    padding: 24px;
    padding-bottom: 48px; }
    @media (min-width: 875px) {
      #content > .making-investing-easy .intro, #content > .gifts .intro {
        padding-top: 80px; } }
    #content > .making-investing-easy .intro h1, #content > .making-investing-easy .intro p, #content > .making-investing-easy .intro a, #content > .gifts .intro h1, #content > .gifts .intro p, #content > .gifts .intro a {
      animation: text-fade 1s ease-in-out; }
    #content > .making-investing-easy .intro h1, #content > .gifts .intro h1 {
      color: white;
      text-align: center;
      margin: 0 0 54px 0;
      font-size: 60px;
      line-height: 65px; }
      #content > .making-investing-easy .intro h1 span, #content > .gifts .intro h1 span {
        color: #FFF7AF; }
    #content > .making-investing-easy .intro p, #content > .gifts .intro p {
      color: white;
      font-weight: 300;
      line-height: 28px;
      text-align: center;
      margin: auto;
      margin-bottom: 24px; }
  #content > .making-investing-easy .phone, #content > .gifts .phone {
    position: relative;
    animation: text-fade 1s ease-in-out; }
    #content > .making-investing-easy .phone .phone-container, #content > .gifts .phone .phone-container {
      background: url("https://www.sharesies.nz/assets/images/home_screen_frame.png");
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto 8px;
      animation: text-fade 1s ease-in-out;
      height: 550px;
      width: 312px;
      background-size: 374px; }
      @media (min-width: 875px) {
        #content > .making-investing-easy .phone .phone-container, #content > .gifts .phone .phone-container {
          background-size: 443px;
          height: 663px;
          margin-top: 27px;
          width: 372px; } }
    #content > .making-investing-easy .phone iframe, #content > .gifts .phone iframe {
      display: block;
      height: 488px;
      margin: auto;
      padding-top: 17px;
      padding-left: 3px; }
      @media (min-width: 875px) {
        #content > .making-investing-easy .phone iframe, #content > .gifts .phone iframe {
          width: 267px;
          height: 683px;
          padding-left: 10px;
          padding-top: 0; } }
    #content > .making-investing-easy .phone .disclaimer, #content > .gifts .phone .disclaimer {
      width: 272px;
      margin: auto;
      margin-top: 32px;
      font-size: 16px;
      line-height: 24px; }
      @media (min-width: 875px) {
        #content > .making-investing-easy .phone .disclaimer, #content > .gifts .phone .disclaimer {
          margin-top: -16px; } }
  #content > .making-investing-easy .media, #content > .gifts .media {
    padding-top: 88px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding-top: 56px; }
    @media (min-width: 875px) {
      #content > .making-investing-easy .media, #content > .gifts .media {
        padding-top: 80px; } }
    #content > .making-investing-easy .media .quote-wrapper, #content > .gifts .media .quote-wrapper {
      width: 272px;
      margin: auto;
      height: 360px; }
      #content > .making-investing-easy .media .quote-wrapper .quote, #content > .gifts .media .quote-wrapper .quote {
        position: absolute;
        text-align: center;
        font-size: 22px;
        opacity: 0;
        width: 272px;
        display: table-cell;
        vertical-align: middle;
        height: 360px; }
        #content > .making-investing-easy .media .quote-wrapper .quote p, #content > .gifts .media .quote-wrapper .quote p {
          margin-top: 0; }
        #content > .making-investing-easy .media .quote-wrapper .quote.one, #content > .gifts .media .quote-wrapper .quote.one {
          animation: quote-fade 30s infinite none; }
        #content > .making-investing-easy .media .quote-wrapper .quote.two, #content > .gifts .media .quote-wrapper .quote.two {
          animation: quote-fade 30s 5s infinite none; }
        #content > .making-investing-easy .media .quote-wrapper .quote.three, #content > .gifts .media .quote-wrapper .quote.three {
          animation: quote-fade 30s 10s infinite none; }
        #content > .making-investing-easy .media .quote-wrapper .quote.four, #content > .gifts .media .quote-wrapper .quote.four {
          animation: quote-fade 30s 15s infinite none; }
        #content > .making-investing-easy .media .quote-wrapper .quote.five, #content > .gifts .media .quote-wrapper .quote.five {
          animation: quote-fade 30s 20s infinite none; }
        #content > .making-investing-easy .media .quote-wrapper .quote.six, #content > .gifts .media .quote-wrapper .quote.six {
          animation: quote-fade 30s 25s infinite none; }
      @media (min-width: 400px) {
        #content > .making-investing-easy .media .quote-wrapper, #content > .gifts .media .quote-wrapper {
          position: relative;
          height: 280px;
          width: unset; }
          #content > .making-investing-easy .media .quote-wrapper .quote, #content > .gifts .media .quote-wrapper .quote {
            width: unset;
            padding-left: 16px;
            padding-right: 16px; } }
      @media (min-width: 500px) {
        #content > .making-investing-easy .media .quote-wrapper, #content > .gifts .media .quote-wrapper {
          height: 240px; } }
      @media (min-width: 600px) {
        #content > .making-investing-easy .media .quote-wrapper, #content > .gifts .media .quote-wrapper {
          height: 200px; } }
      @media (min-width: 800px) {
        #content > .making-investing-easy .media .quote-wrapper, #content > .gifts .media .quote-wrapper {
          width: 600px; }
          #content > .making-investing-easy .media .quote-wrapper .quote, #content > .gifts .media .quote-wrapper .quote {
            width: 600px;
            height: 188px;
            margin: auto; }
            #content > .making-investing-easy .media .quote-wrapper .quote .media-name, #content > .gifts .media .quote-wrapper .quote .media-name {
              margin-top: 24px;
              display: block; } }
    #content > .making-investing-easy .media .media-logos, #content > .gifts .media .media-logos {
      margin: 24px auto 54px auto;
      width: 100%;
      clear: both;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      #content > .making-investing-easy .media .media-logos img, #content > .gifts .media .media-logos img {
        display: inline-block;
        margin: 24px; }
        #content > .making-investing-easy .media .media-logos img.now-to-love, #content > .gifts .media .media-logos img.now-to-love {
          width: 127px; }
        #content > .making-investing-easy .media .media-logos img.news-hub, #content > .gifts .media .media-logos img.news-hub {
          width: 88px; }
        #content > .making-investing-easy .media .media-logos img.stuff, #content > .gifts .media .media-logos img.stuff {
          width: 57px; }
        #content > .making-investing-easy .media .media-logos img.nzherald, #content > .gifts .media .media-logos img.nzherald {
          width: 104px; }
        #content > .making-investing-easy .media .media-logos img.the-spinoff, #content > .gifts .media .media-logos img.the-spinoff {
          width: 101px; }
        #content > .making-investing-easy .media .media-logos img.tvnz, #content > .gifts .media .media-logos img.tvnz {
          width: 73px; }

.how-much {
  background: url("https://www.sharesies.nz/assets/images/choice-pattern.svg");
  background-color: #FFF7AF;
  padding: 88px 0;
  /* displays in non-mobile */ }
  .how-much .copy h2 {
    height: 108px;
    color: #47436E;
    line-height: 54px;
    margin: auto;
    margin-bottom: 24px; }
  .how-much .copy p {
    color: #47436E;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    line-height: 28px;
    margin: auto;
    margin-bottom: 24px; }
  .how-much .copy .info {
    display: none; }
  .how-much .info {
    color: #47436E;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    margin: auto;
    margin-top: 24px;
    line-height: 24px; }
  .how-much .amounts-left {
    display: none; }
  .how-much .return-estimate {
    color: #47436E;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    line-height: 22px;
    margin: auto; }
    .how-much .return-estimate #values {
      height: 90px;
      overflow: hidden; }
      .how-much .return-estimate #values .inner {
        transition: margin 0.6s ease-in-out;
        position: relative;
        color: #EF496F;
        font-size: 110px;
        font-family: Tiki-Magic;
        text-align: center;
        letter-spacing: 0;
        line-height: 110px;
        margin: auto;
        overflow: hidden; }
        .how-much .return-estimate #values .inner div {
          height: 90px;
          line-height: 90px; }
    .how-much .return-estimate #messages {
      height: 80px;
      font-size: 22px;
      display: flex;
      flex-direction: column;
      line-height: 28px;
      position: relative; }
      .how-much .return-estimate #messages div {
        left: 0;
        position: absolute;
        margin-top: 8px;
        opacity: 0;
        transition: opacity 0.6s ease-in-out; }
        .how-much .return-estimate #messages div span {
          color: #EF496F; }
    .how-much .return-estimate .choose-amount {
      margin: 24px auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr); }
      .how-much .return-estimate .choose-amount .week {
        width: 85px;
        height: 43px;
        background: white;
        border: 2px solid #EF496F;
        border-radius: 100px 100px 100px 100px;
        color: #EF496F;
        font-size: 20px;
        text-align: center;
        display: inline-block;
        line-height: 43px;
        cursor: pointer;
        margin-right: 5px; }
        .how-much .return-estimate .choose-amount .week span {
          font-size: 16px; }
        .how-much .return-estimate .choose-amount .week.selected {
          background: #EF496F;
          font-family: CentraNo2-Bold;
          color: white; }
    .how-much .return-estimate .date-range {
      height: 24px;
      font-size: 16px;
      font-weight: 300;
      text-align: center;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 8px; }
  .how-much .amounts {
    margin-top: 24px; }
    .how-much .amounts label::after {
      content: ' +'; }
    .how-much .amounts label.expanded::after {
      content: ' -'; }
    .how-much .amounts input {
      display: none; }
    .how-much .amounts .the-amounts {
      display: block;
      color: #47436E;
      font-size: 18px;
      font-family: CentraNo2-Bold;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0;
      cursor: pointer; }
    .how-much .amounts .the-amounts-info {
      margin-top: 0;
      color: #47436E;
      font-size: 18px;
      font-weight: normal;
      text-align: center;
      letter-spacing: 0;
      padding-left: 0;
      transition: opacity 0.5s;
      visibility: hidden;
      position: absolute;
      opacity: 0; }
      .how-much .amounts .the-amounts-info.expanded {
        visibility: visible;
        opacity: 1;
        position: relative; }
      .how-much .amounts .the-amounts-info li {
        list-style-position: inside;
        /* TODO: look at reducing space between bullet and text */ }

.sign-up-today {
  color: white;
  background: #32BCAD;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "copy" "phone"; }
  .sign-up-today .container {
    grid-area: copy; }
  .sign-up-today h2 {
    color: white; }
  .sign-up-today .sign-up-device {
    margin-bottom: 24px;
    grid-area: phone;
    margin: auto; }
    .sign-up-today .sign-up-device img {
      display: block;
      width: 272px;
      margin: auto;
      margin-top: 48px; }
  .sign-up-today .sign-up-text h2 {
    color: white;
    line-height: 58px; }
  .sign-up-today .sign-up-text ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .sign-up-today .sign-up-text ul li {
      font-size: 22px;
      font-weight: 300;
      text-align: center;
      letter-spacing: 0;
      line-height: 28px; }
  .sign-up-today .sign-up-text hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #1cd1b3;
    margin: 24px auto; }

.what-cost {
  padding: 80px 24px 88px;
  font-size: 22px;
  text-align: center;
  background: #fff; }
  .what-cost .management-fees h3 {
    font-size: 28px;
    line-height: 34px;
    color: #413e63;
    margin-top: 54px; }
  .what-cost .subs-container .subs-annually {
    margin-top: 48px; }
    .what-cost .subs-container .subs-annually p.any-portfolio {
      margin-top: 0;
      margin-bottom: 54px; }
  .what-cost a {
    text-decoration: underline;
    color: #47436E; }
    .what-cost a:hover {
      color: #413e63; }
  .what-cost h2 {
    color: #47436E;
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 58px; }
  .what-cost .choose {
    margin-bottom: 48px; }
    .what-cost .choose p {
      padding: 0;
      margin-bottom: 24px;
      margin-top: 0;
      line-height: 24px;
      font-size: 22px; }
  .what-cost > p:last-of-type {
    margin-bottom: 54px; }
  .what-cost h3 {
    color: #413e63;
    font-size: 36px; }
  .what-cost table {
    margin: 24px auto;
    text-align: left;
    width: 272px; }
    .what-cost table tr {
      border-bottom: 1px solid #D7D7D7;
      padding: 24px 0; }
    .what-cost table tbody tr:last-child {
      border-bottom: none; }
    .what-cost table th {
      width: 160px;
      height: 28px;
      font-size: 16px;
      font-weight: 300;
      line-height: 24px;
      color: #47436E; }
    .what-cost table td {
      font-weight: bold;
      font-size: 20px;
      padding: 24px 1px;
      width: 50%; }
  .what-cost .hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #D7D7D7;
    margin: 24px; }
  .what-cost .or-wrapper {
    width: 272px;
    display: grid;
    grid-template-columns: 111px 50px 111px;
    margin: auto; }
    .what-cost .or-wrapper .line {
      height: 1px;
      margin-top: 48px;
      margin-bottom: 24px;
      background: #D7D7D7;
      width: 100%; }
    .what-cost .or-wrapper .or {
      height: 48px;
      width: 48px;
      color: #EF496F;
      border: 1px solid #D7D7D7;
      border-radius: 48px;
      vertical-align: middle;
      margin: 0;
      margin-top: 24px;
      line-height: 43px; }
  .what-cost .price {
    font-size: 140px;
    font-family: Tiki-Magic;
    text-align: center;
    letter-spacing: 0;
    line-height: 90px;
    margin-top: 48px; }
    .what-cost .price .small {
      text-transform: uppercase;
      font-size: 70px; }
  .what-cost .management-fees {
    font-size: 18px; }
    .what-cost .management-fees label {
      cursor: pointer;
      font-size: 18px;
      font-weight: bold; }
      .what-cost .management-fees label::after {
        content: ' +'; }
      .what-cost .management-fees label.expanded::after {
        content: ' -'; }
    .what-cost .management-fees input {
      display: none; }
    .what-cost .management-fees #fees-show {
      position: absolute;
      visibility: hidden;
      margin-top: 24px;
      transition: opacity 0.5s;
      opacity: 0; }
      .what-cost .management-fees #fees-show.expanded {
        position: relative;
        opacity: 1;
        visibility: visible; }
      .what-cost .management-fees #fees-show p {
        font-size: 18px; }
  .what-cost .pink-button {
    text-decoration: none; }

.how-do-i-start {
  padding: 24px;
  color: #47436E;
  padding: 0 24px;
  background: white;
  margin: auto; }
  .how-do-i-start h1 {
    color: #47436E; }
  .how-do-i-start .steps {
    display: grid;
    grid-gap: 24px; }
  .how-do-i-start p.requirements, .how-do-i-start p.info {
    text-align: center;
    margin: 24px auto;
    line-height: 24px;
    font-size: 16px; }
  .how-do-i-start p.requirements {
    font-size: 18px;
    line-height: 24px; }
  .how-do-i-start li {
    font-size: 22px;
    margin-bottom: 24px; }
  .how-do-i-start .step {
    margin-top: 24px;
    text-align: center; }
    .how-do-i-start .step h3 {
      color: #EF496F;
      width: 272px;
      line-height: 42px;
      margin: auto; }
      .how-do-i-start .step h3 span {
        display: block;
        width: 271px;
        color: #47436E;
        font-size: 180px;
        font-family: Tiki-Magic;
        font-weight: normal;
        text-align: center;
        letter-spacing: 0;
        line-height: 180px; }
    .how-do-i-start .step p {
      font-size: 18px;
      line-height: 24px; }

.kids {
  background: #EF496F;
  color: white;
  text-align: center; }
  .kids h1, .kids a {
    color: white; }
  .kids img {
    margin-top: 24px;
    width: 272px; }
    @media (min-width: 857px) {
      .kids img {
        width: 552px; } }
  .kids a.button {
    width: 160px; }
  .kids .small {
    font-size: 18px; }
    .kids .small a {
      text-decoration: underline; }

#content > .what-you-can-invest-in {
  background: #FFF7AF;
  color: #47436E;
  text-align: center;
  padding-top: 94px; }
  #content > .what-you-can-invest-in h1 {
    color: #47436E; }
  #content > .what-you-can-invest-in p {
    line-height: 28px;
    letter-spacing: 0; }
    #content > .what-you-can-invest-in p a {
      color: #47436e;
      text-decoration: underline; }
  #content > .what-you-can-invest-in .funds-image {
    height: 224px;
    background: url("https://www.sharesies.nz/assets/images/funds.png") no-repeat;
    background-position: center;
    background-size: 2350px; }
  #content > .what-you-can-invest-in .autoinvest-homepage .autoinvest-orders {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between; }
    #content > .what-you-can-invest-in .autoinvest-homepage .autoinvest-orders img {
      display: block;
      margin-bottom: 16px; }
    #content > .what-you-can-invest-in .autoinvest-homepage .autoinvest-orders .order {
      font-weight: 500;
      font-size: 22px;
      line-height: 28px;
      width: 144px;
      margin: auto;
      margin-bottom: 48px;
      padding-left: 12px;
      padding-right: 12px; }
      #content > .what-you-can-invest-in .autoinvest-homepage .autoinvest-orders .order a {
        color: #47436e; }
  #content > .what-you-can-invest-in .autoinvest-homepage hr {
    background-color: #ffce71;
    margin-top: 56px;
    margin-bottom: 56px; }
  #content > .what-you-can-invest-in .autoinvest-homepage .button.pink-button {
    width: 272px;
    margin-top: 0; }
    @media (min-width: 400px) {
      #content > .what-you-can-invest-in .autoinvest-homepage .button.pink-button {
        width: 301px; } }
  #content > .what-you-can-invest-in .button.pink-button {
    width: 347px; }

#content > .what-our-customers-say {
  padding-bottom: 0; }
  #content > .what-our-customers-say h2 {
    color: #47436E;
    padding: 24px; }
  #content > .what-our-customers-say p, #content > .what-our-customers-say blockquote {
    color: #47436E;
    font-size: 22px;
    text-align: center;
    width: 273px;
    margin: auto;
    font-style: normal; }
  #content > .what-our-customers-say img {
    display: block;
    margin-bottom: 24px;
    width: 100%; }
  #content > .what-our-customers-say blockquote {
    padding: 0;
    padding-bottom: 24px; }
  #content > .what-our-customers-say p.attribution {
    margin-top: 0;
    margin-bottom: 48px;
    font-size: 18px; }
  #content > .what-our-customers-say .testimonial-container .testimonial {
    margin-top: 24px; }
    #content > .what-our-customers-say .testimonial-container .testimonial .quote {
      font-family: CentraNo2-Book;
      line-height: 28px;
      margin: auto;
      font-style: normal; }
  #content > .what-our-customers-say .button {
    margin-top: 0; }

.got-more-questions {
  background: #EF496F;
  color: white; }
  .got-more-questions h1 {
    color: white; }

@media (min-width: 400px) {
  #content > .making-investing-easy .media {
    padding-top: 54px; }
  .how-much .container {
    width: unset; }
    .how-much .container .return-estimate {
      width: unset; }
      .how-much .container .return-estimate .choose-amount {
        width: 340px; }
        .how-much .container .return-estimate .choose-amount button {
          width: 96px;
          justify-self: center; }
      .how-much .container .return-estimate #messages div {
        width: 100%; }
  .what-our-customers-say blockquote {
    padding-left: 24px;
    padding-right: 24px;
    width: unset; } }

@media (min-width: 800px) {
  hr {
    width: unset;
    margin-left: 48px;
    margin-right: 48px; }
  .container {
    width: auto;
    max-width: 873px;
    margin: auto; }
  .making-investing-easy {
    width: 100%; }
    .making-investing-easy .mie-container {
      width: 800px;
      display: grid;
      grid-template-columns: 54% 46%;
      margin: auto; }
      .making-investing-easy .mie-container h1, .making-investing-easy .mie-container p, .making-investing-easy .mie-container a {
        animation: text-fade 1s ease-in-out; }
    .making-investing-easy .intro {
      padding: 0 0 0 24px;
      margin-top: 0;
      margin-right: 0;
      margin-left: 0; }
      .making-investing-easy .intro h1, .making-investing-easy .intro p {
        text-align: left; }
      .making-investing-easy .intro h1 {
        margin-top: 0;
        text-align: left;
        color: white;
        font-size: 80px;
        font-family: SharpSansDisplayNo2-Bold;
        font-weight: 400;
        line-height: 85px;
        margin-bottom: 56px; }
      .making-investing-easy .intro p {
        width: auto; }
    .making-investing-easy .phone-container {
      background-position-x: left;
      background-size: 474px; }
      .making-investing-easy .phone-container .mobile {
        width: 100%;
        height: 472px;
        margin-top: 60px;
        margin-left: 30px; }
  #content > .sign-up-today {
    padding-top: 104px;
    padding-bottom: 93px;
    grid-template-areas: "phone copy";
    grid-template-columns: repeat(2, 1fr); }
    #content > .sign-up-today .container {
      margin-left: 24px;
      max-width: 412px;
      padding-top: 0; }
    #content > .sign-up-today h2 {
      text-align: left; }
    #content > .sign-up-today .sign-up-device {
      height: 637px;
      background-position-x: right;
      margin-top: 0; }
      #content > .sign-up-today .sign-up-device img {
        width: 458px;
        margin-top: 0; }
    #content > .sign-up-today .sign-up-text ul li {
      text-align: left;
      padding: 0;
      max-width: 412px; }
  .what-cost {
    padding-top: 88px; }
    .what-cost .subs-container {
      display: grid;
      grid-template-columns: 43% 4% 43%;
      max-width: 753px;
      justify-content: center;
      margin: auto;
      margin-bottom: 32px; }
      .what-cost .subs-container .subs-monthly, .what-cost .subs-container .subs-annually {
        max-width: 350px;
        margin-top: 0; }
        .what-cost .subs-container .subs-monthly p, .what-cost .subs-container .subs-annually p {
          margin-left: 0;
          margin-right: 0; }
        .what-cost .subs-container .subs-monthly table, .what-cost .subs-container .subs-annually table {
          width: 100%; }
          .what-cost .subs-container .subs-monthly table td, .what-cost .subs-container .subs-annually table td {
            font-family: CentraNo2-Bold; }
      .what-cost .subs-container .subs-annually {
        margin-left: 24px; }
      .what-cost .subs-container .or-wrapper {
        display: block;
        margin-top: 0;
        margin-bottom: 0; }
        .what-cost .subs-container .or-wrapper .line {
          height: 232px;
          width: 1px;
          margin: 0 24px; }
          .what-cost .subs-container .or-wrapper .line.top-line {
            height: 184px; }
        .what-cost .subs-container .or-wrapper .or {
          margin-top: 0; }
      .what-cost .subs-container p {
        font-size: 18px;
        line-height: 24px; }
    .what-cost p {
      margin-left: 24px;
      margin-right: 24px;
      max-width: 873px;
      font-size: 16px; }
  .how-do-i-start {
    padding: 24px; }
    .how-do-i-start .steps {
      grid-template-columns: repeat(3, 1fr);
      width: unset;
      padding: 0 24px; }
      .how-do-i-start .steps .step {
        width: unset; }
        .how-do-i-start .steps .step h3 {
          width: unset; }
          .how-do-i-start .steps .step h3 span {
            width: unset; }
        .how-do-i-start .steps .step p {
          width: unset; }
    .how-do-i-start .info {
      width: 696px; }
  .kids p {
    width: 720px;
    margin: auto;
    margin-top: 24px; }
  .what-you-can-invest-in p {
    width: 720px;
    margin: auto;
    margin-bottom: 48px; }
  #content .what-our-customers-say .testimonial-container {
    width: 684px;
    margin: auto; }
    #content .what-our-customers-say .testimonial-container blockquote {
      margin: 0;
      width: unset; }
    #content .what-our-customers-say .testimonial-container a:nth-child(even) .testimonial {
      direction: rtl; }
    #content .what-our-customers-say .testimonial-container .testimonial {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      width: 684px;
      margin: auto;
      column-gap: 50px;
      margin-bottom: 48px; }
      #content .what-our-customers-say .testimonial-container .testimonial .quote {
        margin: auto;
        vertical-align: middle;
        direction: ltr;
        width: 317px; }
      #content .what-our-customers-say .testimonial-container .testimonial img {
        margin: 0; } }

@media (min-width: 1024px) {
  #content > .making-investing-easy {
    width: unset;
    padding-top: 0; }
    #content > .making-investing-easy .intro h1 {
      font-size: 80px;
      line-height: 85px;
      text-align: left; }
    #content > .making-investing-easy .intro p {
      text-align: left; }
    #content > .making-investing-easy .intro a.button {
      margin: 0; }
    #content > .making-investing-easy .mie-container {
      width: 1024px;
      display: grid;
      grid-template-columns: 50% 50%;
      margin: auto; }
    #content > .making-investing-easy .phone .phone-container {
      background-repeat: no-repeat;
      height: 699px;
      width: 516px;
      margin-top: 11px; }
      #content > .making-investing-easy .phone .phone-container iframe.mobile {
        width: 100%;
        height: 510px;
        margin-top: 40px;
        margin-left: -16px; }
  .how-much .container {
    margin: auto; }
  .how-much .how-much-wrapper {
    display: grid;
    grid-template-columns: 411px 413px;
    grid-gap: 0 48px; }
    .how-much .how-much-wrapper h1, .how-much .how-much-wrapper p, .how-much .how-much-wrapper label, .how-much .how-much-wrapper ul {
      text-align: left;
      width: unset; }
    .how-much .how-much-wrapper .amounts {
      margin-top: 48px; }
      .how-much .how-much-wrapper .amounts .the-amounts {
        text-align: left;
        width: unset; }
      .how-much .how-much-wrapper .amounts .the-amounts-info {
        text-align: left; }
    .how-much .how-much-wrapper .return-estimate {
      width: 411px; }
      .how-much .how-much-wrapper .return-estimate #messages {
        margin-bottom: 0; }
        .how-much .how-much-wrapper .return-estimate #messages div {
          width: 411px; }
  .how-much p.info {
    text-align: left; }
  .how-much .amounts .the-amounts, .how-much .amounts li {
    text-align: left; }
  .sign-up-today .container {
    margin-left: 24px; }
  .sign-up-today .sign-up-device {
    background-position-x: left;
    margin-right: 0; }
  .what-our-customers-say .testimonial-container .testimonial {
    width: 877px; }
    .what-our-customers-say .testimonial-container .testimonial .quote {
      width: 413px; }
    .what-our-customers-say .testimonial-container .testimonial img {
      width: 413px; }
  .how-do-i-start {
    width: 837px; }
    .how-do-i-start .steps {
      grid-template-columns: repeat(3, 1fr); }
      .how-do-i-start .steps .step {
        text-align: left; }
  .what-you-can-invest-in .autoinvest-homepage .autoinvest-orders {
    display: flex;
    flex-direction: row;
    width: 872px;
    align-content: space-between;
    margin-bottom: 0; } }

.from-the-blog .posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 48px;
  color: #47436E; }
  .from-the-blog .posts > a {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: #47436E; }
    .from-the-blog .posts > a img {
      height: 274px;
      object-fit: cover; }

@media (max-width: 800px) {
  .from-the-blog .posts {
    grid-template-columns: 1fr; } }

.from-the-blog p {
  text-align: center;
  color: #47436E; }
  .from-the-blog p.date {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0; }

#content .what-cost table td {
  font-family: CentraNo2-Bold; }

.investor-survey-2019 p {
  text-align: center; }

.investor-survey-2019 img {
  display: block;
  width: 266px;
  margin: 24px auto 48px; }
  @media (min-width: 600px) {
    .investor-survey-2019 img {
      width: 484px;
      margin: 56px auto; } }

#content > div.gifts {
  padding: 0; }

.gifts {
  padding: 0;
  text-align: center; }
  .gifts > div {
    padding: 48px 0 54px; }
    @media (min-width: 857px) {
      .gifts > div {
        padding: 88px 0 96px; } }
  .gifts h1 {
    margin-top: 24px;
    font-size: 60px;
    line-height: 65px;
    color: white; }
  .gifts .terms-conditions {
    margin-top: 24px;
    font-size: 16px; }
    .gifts .terms-conditions a {
      color: white;
      text-decoration: underline; }
  .gifts .give {
    background: #EF496F; }
    .gifts .give .gift-intro {
      padding-top: 0;
      width: 273px;
      margin: auto; }
      .gifts .give .gift-intro h2 {
        color: white; }
      .gifts .give .gift-intro .button {
        width: 200px; }
    .gifts .give .gifts-hero {
      height: 160px;
      width: 272px;
      display: block;
      margin: auto;
      margin-top: 24px;
      background-image: url("https://www.sharesies.nz/assets/images/gifts-mobile.png");
      background-repeat: no-repeat;
      background-size: contain; }
  .gifts .how-it-works {
    background: white;
    color: #47436E; }
    .gifts .how-it-works > .container > p {
      padding: 0 24px; }
    .gifts .how-it-works .step {
      margin: auto;
      width: 273px; }
      .gifts .how-it-works .step .step-left {
        display: block;
        color: #32BCAD;
        font-family: Tiki-Magic;
        font-weight: 100;
        font-size: 148px;
        height: 135px;
        line-height: 148px; }
      .gifts .how-it-works .step h3 {
        font-family: CentraNo2-Bold;
        font-size: 28px; }
      .gifts .how-it-works .step p {
        text-align: center; }
      .gifts .how-it-works .step a {
        text-decoration: underline;
        color: inherit; }
  .gifts .how-to-redeem {
    background: #32BCAD;
    color: white;
    padding: 48px 24px 54px; }
    @media (min-width: 857px) {
      .gifts .how-to-redeem {
        padding: 80px 0 88px; } }
    .gifts .how-to-redeem h2 {
      font-family: CentraNo2-Bold;
      font-size: 48px;
      line-height: 58px;
      color: white;
      margin-bottom: 48px; }
    .gifts .how-to-redeem h3 {
      font-size: 28px;
      color: white;
      line-height: 36px; }
  .gifts .create {
    background: url("https://www.sharesies.nz/assets/images/choice-pattern.svg");
    background-color: #FEEF92; }
    .gifts .create .terms-conditions {
      color: #47436E; }
      .gifts .create .terms-conditions a {
        color: #47436E; }
    .gifts .create .button {
      width: 290px; }

@media (min-width: 700px) {
  .gifts .give .gift-intro {
    width: 689px; }
  .gifts .redeem-step {
    width: 411px;
    margin: auto; } }

@media (min-width: 900px) {
  .gifts h1 {
    margin-top: 0;
    font-size: 80px;
    line-height: 85px; }
  .gifts .how-it-works .step {
    width: unset;
    display: grid;
    grid-template-columns: 182px 642px;
    grid-gap: 48px; }
    .gifts .how-it-works .step h3, .gifts .how-it-works .step p {
      text-align: left; }
    .gifts .how-it-works .step h3 {
      margin-top: 13px;
      margin-bottom: 8px; }
    .gifts .how-it-works .step p {
      margin-top: 0; }
  .gifts hr {
    width: 872px; }
  .gifts .redeem-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 24px; }
    .gifts .redeem-wrapper .redeem-step {
      margin: 0; } }

@media (min-width: 1000px) {
  .gifts .give {
    display: grid;
    grid-template-columns: 411px 402px;
    grid-gap: 110px;
    margin: auto; }
    .gifts .give .gift-intro {
      width: unset;
      text-align: left; }
      .gifts .give .gift-intro h1 {
        text-align: left; }
      .gifts .give .gift-intro .button {
        margin-left: 0; }
    .gifts .give .gifts-hero {
      margin: auto;
      background-image: url("https://www.sharesies.nz/assets/images/gifts.svg");
      height: 400px;
      width: 411px;
      margin-top: 0; } }

#content > div.were-hiring {
  padding: 0; }
  #content > div.were-hiring > div {
    padding: 48px 24px 54px; }
    @media (min-width: 857px) {
      #content > div.were-hiring > div {
        padding: 88px 24px 96px; } }
  #content > div.were-hiring > .come-work-with-us {
    padding: 0; }
  #content > div.were-hiring > .sharesies-team {
    padding-left: 0;
    padding-right: 0; }

.were-hiring {
  margin-top: 0; }
  .were-hiring p {
    text-align: center;
    line-height: 30px; }
  .were-hiring hr {
    display: none; }
  .were-hiring > .come-work-with-us {
    background-image: url("https://www.sharesies.nz/assets/images/gold-awards.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 119px;
    display: table;
    position: relative;
    padding: 0; }
    .were-hiring > .come-work-with-us h1 {
      color: white;
      font-size: 28px;
      vertical-align: middle;
      display: table-cell;
      z-index: 1;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      line-height: 32px; }
  .were-hiring .come-work-with-us::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.35); }
  .were-hiring .kia-ora .button {
    width: 160px; }
  .were-hiring .kia-ora > .container p:first-child {
    margin-top: 0; }
  .were-hiring .what-its-like {
    padding: 54px 0;
    background: #EF496F;
    color: white; }
    .were-hiring .what-its-like h2 {
      color: white; }
    .were-hiring .what-its-like .value {
      margin-top: 54px; }
      .were-hiring .what-its-like .value h3 {
        width: 258px;
        line-height: 48px;
        font-family: CentraNo2-Bold;
        color: #FEEF92;
        font-size: 48px;
        font-weight: 100;
        text-align: center;
        margin: auto; }
  .were-hiring .what-we-offer {
    padding: 54px 0; }
    .were-hiring .what-we-offer h4 {
      margin-top: 54px;
      font-size: 28px; }
  .were-hiring .sharesies-team {
    position: relative; }
    .were-hiring .sharesies-team::after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 0;
      background-color: rgba(0, 0, 0, 0.35); }
    .were-hiring .sharesies-team a.button {
      width: 260px;
      /* Need a specific value to work */
      position: absolute;
      left: 50%;
      margin-bottom: 48px;
      transform: translate(-50%, 0);
      bottom: 0;
      z-index: 1; }

@media (min-width: 400px) {
  .kia-ora p {
    width: unset; } }

@media (min-width: 800px) {
  .container .value-container {
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    .container .value-container .value {
      width: 258px;
      margin-top: 0; }
  .were-hiring .come-work-with-us {
    height: 537px; }
    .were-hiring .come-work-with-us h1 {
      font-size: 48px; }
  .were-hiring .kia-ora .container {
    width: 689px; }
  .were-hiring .what-its-like {
    padding: 88px 0; }
  .were-hiring p:not:first-child {
    text-align: left;
    margin-bottom: 54px; }
  .were-hiring .what-we-offer {
    padding-top: 88px;
    padding-bottom: 0; }
  .were-hiring hr {
    display: block;
    margin-bottom: 54px; } }

@media (min-width: 1000px) {
  .offer-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px; }
    .offer-container .offering:not:last-child {
      margin-bottom: 54px; }
    .offer-container .offering h3, .offer-container .offering p {
      text-align: left; }
    .offer-container .offering h3 {
      margin-top: 0; } }

header#header, body.homepage header#header.fixed {
  padding-top: 16px;
  padding-right: 24px; }
  header#header .header-inner, body.homepage header#header.fixed .header-inner {
    padding-top: 0;
    margin: auto; }
  header#header #logoImage a, body.homepage header#header.fixed #logoImage a {
    display: block;
    background-image: url("https://www.sharesies.nz/assets/logos/sharesies-pineapple-pink.svg");
    height: 43px;
    width: 30px; }
    header#header #logoImage a img, body.homepage header#header.fixed #logoImage a img {
      visibility: hidden; }
  header#header .mobile-nav-toggle, body.homepage header#header.fixed .mobile-nav-toggle {
    margin-top: -16px; }
    header#header .mobile-nav-toggle div, body.homepage header#header.fixed .mobile-nav-toggle div {
      background-color: #EF496F;
      width: 16px; }
  header#header #headerNav nav, body.homepage header#header.fixed #headerNav nav {
    font-size: 18px; }
    header#header #headerNav nav a, body.homepage header#header.fixed #headerNav nav a {
      color: #EF496F;
      transition: color 0.5s ease;
      font-family: CentraNo2-Book; }
      header#header #headerNav nav a:hover, body.homepage header#header.fixed #headerNav nav a:hover {
        color: #FC6F83; }
    header#header #headerNav nav div:last-child a, body.homepage header#header.fixed #headerNav nav div:last-child a {
      font-size: 17px;
      border: 2px solid #EF496F;
      background: white;
      transition: border-color 0.5s ease;
      width: 120px;
      height: 61px;
      line-height: 61px;
      padding: 0px !important;
      text-align: center; }
      header#header #headerNav nav div:last-child a:hover, body.homepage header#header.fixed #headerNav nav div:last-child a:hover {
        border-color: #FC6F83; }
    header#header #headerNav nav .active a, body.homepage header#header.fixed #headerNav nav .active a {
      color: #323232; }

body.homepage header#header:not(.fixed) {
  color: white;
  background-color: #EF496F; }
  body.homepage header#header:not(.fixed) #logoImage a {
    background-image: url("https://www.sharesies.nz/assets/logos/sharesies-pineapple-white.svg"); }
  body.homepage header#header:not(.fixed) .mobile-nav-toggle div {
    background-color: white; }
  body.homepage header#header:not(.fixed) #headerNav nav a {
    color: white; }
  body.homepage header#header:not(.fixed) #headerNav nav div:last-child a {
    background: #EF496F;
    border: 2px solid white; }

header#header {
  transition: opacity .14s ease-in-out, visibility 0s 0s linear, top .14s ease-in-out; }
  header#header.hide {
    visibility: hidden;
    opacity: 0; }
  header#header.fixed {
    position: fixed;
    visibility: visible;
    opacity: 1;
    top: 0; }

@media (min-width: 1000px) {
  header#header #logoImage {
    width: 160px; }
    header#header #logoImage a {
      display: block;
      background-image: url("https://www.sharesies.nz/assets/images/sharesies-pink.svg");
      height: 43px;
      width: 154px;
      max-width: 154px; }
      header#header #logoImage a img {
        visibility: hidden; }
  body.homepage header#header:not(.fixed) #logoImage a {
    background-image: url("https://www.sharesies.nz/assets/images/sharesies-white.svg");
    width: 154px; }
  body.homepage header#header.fixed #logoImage a {
    background-image: url("https://www.sharesies.nz/assets/images/sharesies-pink.svg");
    width: 154px; } }

.terms-and-conditions {
  max-width: 58%;
  margin: auto; }
  .terms-and-conditions h1 {
    margin-top: 54px; }
  .terms-and-conditions p {
    color: #555555;
    font-size: 18px; }
    .terms-and-conditions p a {
      color: #EF496F;
      cursor: pointer; }
  .terms-and-conditions h2, .terms-and-conditions h3 {
    text-align: left; }
  .terms-and-conditions h2 {
    font-size: 24px;
    line-height: 150%; }
  .terms-and-conditions h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px; }
  .terms-and-conditions h4 {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0; }
  .terms-and-conditions li {
    color: #555555;
    font-size: 18px; }

@media (max-width: 640px) {
  .terms-and-conditions {
    max-width: unset;
    margin: 0;
    margin-left: 24px;
    margin-right: 24px; } }

#content > div.blog-item {
  padding-top: 0; }
  #content > div.blog-item article footer {
    margin: 24px; }

#content > div.blog-list {
  padding-top: 0; }

.sqs-featured-posts-gallery .title-desc-wrapper time.post-date {
  display: none; }

.sqs-featured-posts-gallery .title-desc-wrapper .post-title a {
  font-family: SharpSansDisplayNo2-Bold;
  color: white;
  text-transform: none;
  display: block;
  padding: 0 24px; }

.banner-slideshow-controls-arrows .sqs-featured-posts-gallery .arrow.previous-slide, .banner-slideshow-controls-arrows .sqs-featured-posts-gallery .arrow.next-slide {
  color: white !important; }

body.hide-blog-sidebar.collection-type-blog.view-list .sqs-featured-posts-gallery .gallery-wrapper .posts .post a.view-post {
  display: none; }

body.hide-blog-sidebar.collection-type-blog.view-list p.filter-heading {
  max-width: 651px;
  margin-bottom: 24px; }
  body.hide-blog-sidebar.collection-type-blog.view-list p.filter-heading a {
    color: #EF496F;
    border: 1px solid #EF496F;
    border-radius: 16px;
    font-family: CentraNo2-Book;
    line-height: 16px;
    padding: 8px 16px; }
    body.hide-blog-sidebar.collection-type-blog.view-list p.filter-heading a span {
      padding-left: 8px; }

body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article {
  padding: 24px; }
  body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article.entry {
    margin-top: 0; }
  body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-header {
    margin: 0 auto; }
    body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-header h1.entry-title {
      text-align: left;
      display: block; }
      body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-header h1.entry-title a {
        font-family: CentraNo2-Bold;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        color: #47436E; }
    body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-header .meta-below-title {
      margin-left: 0;
      padding-left: 0; }
  body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-content div.p-summary p {
    color: #555;
    font-size: 16px;
    line-height: 24px; }
  body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-content p.entry-more-link a {
    font-size: 16px;
    line-height: 24px;
    color: #EF496F;
    text-decoration: underline; }
    body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-content p.entry-more-link a::after {
      content: ' '; }

#content .autoinvest {
  padding: 0; }
  #content .autoinvest a {
    text-decoration: underline;
    font-weight: 500; }
  #content .autoinvest p {
    text-align: center; }
  #content .autoinvest .autoinvest-header {
    margin: 0;
    padding: 78px 24px 93px;
    background-color: #32BCAD;
    color: white; }
    @media (min-width: 800px) {
      #content .autoinvest .autoinvest-header {
        padding-top: 115px; } }
    #content .autoinvest .autoinvest-header h1 {
      color: white;
      font-size: 60px;
      line-height: 65px;
      max-width: 871px; }
    #content .autoinvest .autoinvest-header p {
      max-width: 791px; }
    #content .autoinvest .autoinvest-header h1, #content .autoinvest .autoinvest-header p {
      margin-left: auto;
      margin-right: auto; }
  #content .autoinvest .autoinvest-details {
    padding: 48px 24px 133px;
    background: white; }
    @media (min-width: 800px) {
      #content .autoinvest .autoinvest-details {
        padding-top: 108px; } }
    #content .autoinvest .autoinvest-details hr {
      margin: 80px auto;
      max-width: 871px; }
      #content .autoinvest .autoinvest-details hr.hide-mobile {
        display: none;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 32px; }
        @media (min-width: 900px) {
          #content .autoinvest .autoinvest-details hr.hide-mobile {
            display: block; } }
    #content .autoinvest .autoinvest-details > p {
      margin: 0 auto 32px auto;
      max-width: 661px; }
    #content .autoinvest .autoinvest-details .premade-orders {
      text-align: center;
      margin: auto;
      max-width: 661px; }
      @media (min-width: 800px) {
        #content .autoinvest .autoinvest-details .premade-orders {
          display: flex;
          flex-direction: row;
          margin-bottom: 37px; } }
      #content .autoinvest .autoinvest-details .premade-orders p {
        text-align: center; }
      #content .autoinvest .autoinvest-details .premade-orders .order-list {
        list-style-type: none;
        padding: 0;
        width: 251px;
        margin: auto; }
        @media (min-width: 800px) {
          #content .autoinvest .autoinvest-details .premade-orders .order-list {
            width: 324px; } }
        #content .autoinvest .autoinvest-details .premade-orders .order-list .order {
          padding-bottom: 24px; }
          #content .autoinvest .autoinvest-details .premade-orders .order-list .order img {
            width: 40px;
            height: 40px;
            display: block; }
          #content .autoinvest .autoinvest-details .premade-orders .order-list .order a {
            color: #4e4b74;
            letter-spacing: 0px;
            font-size: 22px;
            line-height: 36px;
            display: flex;
            flex-direction: row;
            text-align: left;
            text-decoration: none; }
            #content .autoinvest .autoinvest-details .premade-orders .order-list .order a > div {
              margin-left: 18px;
              text-align: left; }
              #content .autoinvest .autoinvest-details .premade-orders .order-list .order a > div span {
                font-family: CentraNo2-Book;
                font-weight: 500;
                text-decoration: underline; }
              #content .autoinvest .autoinvest-details .premade-orders .order-list .order a > div div {
                font-weight: 300;
                font-size: 16px;
                line-height: 22px; }
      #content .autoinvest .autoinvest-details .premade-orders .right-side {
        margin: auto;
        margin-bottom: 37px;
        width: 305px; }
        @media (min-width: 800px) {
          #content .autoinvest .autoinvest-details .premade-orders .right-side {
            padding-bottom: 0;
            margin-bottom: 12px; } }
    #content .autoinvest .autoinvest-details .diy-orders {
      margin: auto;
      max-width: 661px; }
      #content .autoinvest .autoinvest-details .diy-orders a {
        color: #4e4b74;
        font-size: 22px;
        line-height: 36px; }
      #content .autoinvest .autoinvest-details .diy-orders p.small {
        font-size: 16px;
        line-height: 26px; }
    #content .autoinvest .autoinvest-details .autoinvest-columns {
      margin: auto; }
      #content .autoinvest .autoinvest-details .autoinvest-columns .column {
        margin-bottom: 64px; }
        #content .autoinvest .autoinvest-details .autoinvest-columns .column h2 {
          font-size: 36px;
          line-height: 42px; }
        #content .autoinvest .autoinvest-details .autoinvest-columns .column p {
          margin: 0 auto; }
        #content .autoinvest .autoinvest-details .autoinvest-columns .column a {
          width: 272px;
          height: 56px;
          color: #ef496f;
          font-size: 22px;
          font-weight: 300;
          letter-spacing: 0px;
          line-height: 28px;
          text-decoration: none; }
        #content .autoinvest .autoinvest-details .autoinvest-columns .column hr {
          margin-top: 25px;
          margin-bottom: 28px; }
        #content .autoinvest .autoinvest-details .autoinvest-columns .column.column2 p {
          margin-bottom: 24px; }
      @media (min-width: 900px) {
        #content .autoinvest .autoinvest-details .autoinvest-columns {
          display: flex;
          flex-direction: row;
          max-width: 871px; }
          #content .autoinvest .autoinvest-details .autoinvest-columns .column {
            width: 380px;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: 50px; }
          #content .autoinvest .autoinvest-details .autoinvest-columns .column2 {
            margin-left: 50px;
            margin-right: auto; } }
  #content .autoinvest .start-investing {
    background-color: #EF496F;
    color: white;
    padding: 56px 24px 64px 24px; }
    #content .autoinvest .start-investing h2 {
      color: white; }
    #content .autoinvest .start-investing p {
      width: 228px;
      margin: auto; }
      @media (min-width: 400px) {
        #content .autoinvest .start-investing p {
          width: auto; } }
    #content .autoinvest .start-investing a {
      text-decoration: none;
      font-weight: 300; }
  #content .autoinvest .order-details.padded-top {
    padding-top: 48px; }
  #content .autoinvest .order-details img {
    height: 80px;
    width: 80px;
    display: block;
    margin: auto; }
  #content .autoinvest .order-details p {
    text-align: left; }
  #content .autoinvest .order-details h2 {
    margin: 32px -8px 48px -8px; }
  #content .autoinvest .order-details h3 {
    line-height: 34px;
    font-size: 18px;
    font-weight: bold;
    text-align: left; }
  #content .autoinvest .order-details .order-wrapper {
    max-width: 871px;
    margin: auto; }
    #content .autoinvest .order-details .order-wrapper .order-left p {
      font-size: 20px; }
      #content .autoinvest .order-details .order-wrapper .order-left p.who-for {
        font-size: 16px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 48px; }
    #content .autoinvest .order-details .order-wrapper .order-right {
      background-color: #f9f8f6;
      margin-left: -32px;
      margin-right: -32px;
      padding: 32px 24px 40px 24px; }
      #content .autoinvest .order-details .order-wrapper .order-right.order-right-diy {
        background-color: #ffffff;
        padding-top: 0; }
        #content .autoinvest .order-details .order-wrapper .order-right.order-right-diy img {
          width: 288px;
          height: auto; }
    @media (min-width: 900px) {
      #content .autoinvest .order-details .order-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        #content .autoinvest .order-details .order-wrapper .order-left {
          width: 459px; }
          #content .autoinvest .order-details .order-wrapper .order-left p {
            margin-top: 0; }
        #content .autoinvest .order-details .order-wrapper .order-right {
          margin-left: 0;
          margin-right: 0; } }
  #content .autoinvest .funds {
    background: #f9f8f6;
    margin: 0 -24px 32px;
    padding: 28px 24px 40px; }
  #content .autoinvest .fund {
    display: grid;
    grid-template-areas: "image title allocation";
    grid-template-columns: auto 1fr 44px;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 8px; }
    @media (min-width: 900px) {
      #content .autoinvest .fund {
        width: 304px; } }
    #content .autoinvest .fund .fundImage {
      width: 60px;
      height: 60px;
      margin: 10px 0 10px 10px;
      border-radius: 2px;
      background-size: cover;
      background-position: center; }
    #content .autoinvest .fund .title {
      grid-area: title;
      margin: 8px; }
      #content .autoinvest .fund .title h4 {
        font-weight: 400;
        font-family: CentraNo2-Book, sans-serif;
        font-size: 16px;
        line-height: 24px;
        line-height: 20px;
        margin-bottom: 4px;
        color: #323232;
        text-align: left;
        margin-top: 0; }
      #content .autoinvest .fund .title svg {
        width: 12px;
        height: 12px;
        fill: currentColor; }
      #content .autoinvest .fund .title div {
        font-weight: 400;
        font-family: CentraNo2-Book, sans-serif;
        font-size: 12px;
        line-height: 16px;
        display: flex;
        align-items: center;
        color: #555555; }
        #content .autoinvest .fund .title div svg {
          margin-right: 4px; }
    #content .autoinvest .fund .allocation {
      grid-area: allocation;
      text-align: center;
      font-weight: 400;
      font-family: CentraNo2-Book, sans-serif;
      font-size: 12px;
      line-height: 16px;
      color: #555555;
      padding: 16px 0 0;
      box-sizing: border-box;
      border-left: 1px solid #f9f8f6; }
      #content .autoinvest .fund .allocation svg {
        display: inline-block;
        margin-bottom: 8px;
        width: 24px;
        height: 24px; }

#content .companies > div, #content .funds > div {
  padding: 48px 24px 56px; }
  @media (min-width: 875px) {
    #content .companies > div, #content .funds > div {
      padding: 80px 0 96px; } }

#content > .companies {
  padding: 0;
  background-color: #fff; }
  #content > .companies hr {
    max-width: 873px;
    margin: auto; }
  #content > .companies h3, #content > .companies h4, #content > .companies h2 {
    margin: 56px 0 24px; }
  #content > .companies h2 {
    font-size: 36px;
    line-height: 42px;
    font-family: CentraNo2-Bold; }
  #content > .companies > .intro {
    background-color: #47436E;
    color: white;
    text-align: center; }
    #content > .companies > .intro .container {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: stretch;
      padding: 0; }
      #content > .companies > .intro .container h1 {
        color: white;
        font-family: SharpSansDisplayNo2-Bold;
        margin: 0 24px 9px 24px; }
      #content > .companies > .intro .container p {
        margin: 0 24px 0 24px; }
      #content > .companies > .intro .container a {
        max-width: 208px; }
      #content > .companies > .intro .container div:nth-child(2) {
        text-align: center;
        margin: 40px auto 0 auto; }
        #content > .companies > .intro .container div:nth-child(2) img {
          max-width: 131px; }
  @media (min-width: 875px) {
    #content > .companies > .intro {
      text-align: left;
      padding-top: 63px; }
      #content > .companies > .intro .container {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: 50% 50%;
        align-items: start; }
        #content > .companies > .intro .container h1 {
          text-align: left;
          margin: 25px 0 24px 0; }
        #content > .companies > .intro .container p {
          text-align: left;
          margin: 0 0 24px 0; }
        #content > .companies > .intro .container a {
          margin: 0; }
        #content > .companies > .intro .container div:nth-of-type(2) {
          margin: 0 0 0 auto; }
          #content > .companies > .intro .container div:nth-of-type(2) img {
            max-width: 218px; } }
  #content > .companies .placement {
    padding: 48px 24px 56px;
    background-color: #fff; }
    #content > .companies .placement .container {
      font-size: 22px;
      line-height: 30px;
      text-align: center; }
    @media (min-width: 875px) {
      #content > .companies .placement {
        padding: 0; }
        #content > .companies .placement .container {
          margin: 80px auto;
          width: 719px;
          padding: 0; } }
  #content > .companies .fees {
    padding: 48px 24px 56px;
    background-color: #fff; }
    @media (min-width: 875px) {
      #content > .companies .fees {
        padding: 80px 0 88px; } }
    #content > .companies .fees h2 {
      font-family: CentraNo2-Bold;
      margin-top: 0; }
    #content > .companies .fees h3 {
      font-family: CentraNo2-Bold;
      font-size: 28px;
      font-weight: bold; }
    #content > .companies .fees p {
      text-align: center;
      font-size: 18px;
      font-family: CentraNo2-Book;
      font-weight: 300;
      line-height: 24px;
      max-width: 664px;
      margin: auto; }
    #content > .companies .fees .container p:nth-child(3) {
      padding: 30px 0px 0px 0px; }
    #content > .companies .fees .container p:last-child {
      padding: 0; }
    #content > .companies .fees .fees-list {
      list-style-type: none;
      padding: 0;
      margin: 28px auto 62px;
      max-width: 508px; }
      #content > .companies .fees .fees-list li {
        margin: auto;
        text-align: center; }
      #content > .companies .fees .fees-list .grey {
        height: 200px;
        width: 200px;
        background-color: #eae3ef; }
        #content > .companies .fees .fees-list .grey .value {
          font-family: Tiki-Magic;
          font-size: 110px;
          line-height: 110px;
          padding-top: 14px; }
          #content > .companies .fees .fees-list .grey .value .percentage {
            font-size: 55px;
            line-height: 55px; }
      #content > .companies .fees .fees-list .plus {
        font-size: 48px;
        font-weight: bold;
        line-height: 58px;
        font-family: SharpSansDisplayNo2-Bold;
        padding: 0; }
      @media (min-width: 600px) {
        #content > .companies .fees .fees-list .grey .plus {
          margin-top: 14px; } }
      @media (min-width: 875px) {
        #content > .companies .fees .fees-list {
          display: flex;
          flex-direction: row; } }
    #content > .companies .fees table#fees-desktop {
      display: none; }
    #content > .companies .fees .fees-mobile-nav {
      text-align: center;
      margin: 22px auto 48px;
      color: #ded8cf; }
      #content > .companies .fees .fees-mobile-nav span {
        display: inline-block;
        width: 20px;
        cursor: pointer; }
        #content > .companies .fees .fees-mobile-nav span.tns-nav-active {
          color: #323232;
          cursor: initial; }
    #content > .companies .fees .arithmetic {
      color: #cabfd2;
      font-family: SharpSansDisplayNo2-Bold;
      font-size: 36px; }
    #content > .companies .fees div.slider {
      margin: 32px auto 0;
      text-align: center; }
      #content > .companies .fees div.slider div.col {
        border-bottom: 4px solid #fff; }
        #content > .companies .fees div.slider div.col div:first-child, #content > .companies .fees div.slider div.col div:last-child {
          font-weight: normal;
          font-size: 16px;
          line-height: 20px;
          background-color: #47436E;
          color: white;
          padding: 26px 0; }
          #content > .companies .fees div.slider div.col div:first-child b, #content > .companies .fees div.slider div.col div:last-child b {
            font-family: CentraNo2-Bold;
            font-size: 18px; }
        #content > .companies .fees div.slider div.col div:first-child {
          font-family: CentraNo2-Book; }
        #content > .companies .fees div.slider div.col div:last-child {
          font-family: CentraNo2-Bold; }
        #content > .companies .fees div.slider div.col div:nth-of-type(2):before,
        #content > .companies .fees div.slider div.col div:nth-of-type(4):before,
        #content > .companies .fees div.slider div.col div:nth-of-type(6):before,
        #content > .companies .fees div.slider div.col div:nth-of-type(7):before {
          display: block;
          font-weight: normal;
          padding: 20px 0 15px;
          font-family: CentraNo2-Book;
          font-size: 16px; }
        #content > .companies .fees div.slider div.col div:nth-of-type(2):before {
          content: "Fee (0.5%)\A Up to $3,000";
          white-space: pre; }
        #content > .companies .fees div.slider div.col div:nth-of-type(3) {
          padding: 22px 0 13PX; }
        #content > .companies .fees div.slider div.col div:nth-of-type(4):before {
          content: "Fee (0.1%)\A For amounts over $3,000";
          white-space: pre; }
        #content > .companies .fees div.slider div.col div:nth-of-type(5) {
          padding: 22px 0 13px; }
        #content > .companies .fees div.slider div.col div:nth-of-type(6) {
          padding-bottom: 20px; }
          #content > .companies .fees div.slider div.col div:nth-of-type(6):before {
            content: "Total fee per order"; }
        #content > .companies .fees div.slider div.col div:nth-of-type(7):before {
          content: "$ amount invested after fees";
          line-height: 20px;
          padding: 0 0 12px; }
        #content > .companies .fees div.slider div.col div.arithmetic {
          height: 42px;
          line-height: 42px;
          font-size: 36px; }
        #content > .companies .fees div.slider div.col div {
          background-color: #eae3ef;
          font-size: 24px;
          line-height: 24px;
          font-weight: bold;
          font-family: CentraNo2-Bold; }
    #content > .companies .fees table#fees-desktop {
      margin: 48px auto; }
      #content > .companies .fees table#fees-desktop th, #content > .companies .fees table#fees-desktop td {
        text-align: center;
        font-weight: normal; }
      #content > .companies .fees table#fees-desktop th {
        font-family: CentraNo2-Bold; }
      #content > .companies .fees table#fees-desktop tbody tr {
        border-bottom: 4px solid #fff; }
        #content > .companies .fees table#fees-desktop tbody tr td:first-child, #content > .companies .fees table#fees-desktop tbody tr td:last-child {
          font-weight: normal;
          font-size: 16px;
          line-height: 20px;
          background-color: #47436E;
          color: white;
          padding: 26px 0; }
          #content > .companies .fees table#fees-desktop tbody tr td:first-child b, #content > .companies .fees table#fees-desktop tbody tr td:last-child b {
            font-family: CentraNo2-Bold;
            font-size: 18px; }
        #content > .companies .fees table#fees-desktop tbody tr td:first-child {
          font-family: CentraNo2-Book; }
        #content > .companies .fees table#fees-desktop tbody tr td:last-child {
          font-family: CentraNo2-Bold; }
        #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(2):before,
        #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(4):before,
        #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(6):before,
        #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(7):before {
          display: block;
          font-weight: normal;
          padding: 20px 0 15px;
          font-family: CentraNo2-Book;
          font-size: 16px; }
        #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(2):before {
          content: "Fee (0.5%)\A Up to $3,000";
          white-space: pre; }
        #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(3) {
          padding: 22px 0 13PX; }
        #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(4):before {
          content: "Fee (0.1%)\A For amounts over $3,000";
          white-space: pre; }
        #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(5) {
          padding: 22px 0 13px; }
        #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(6) {
          padding-bottom: 20px; }
          #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(6):before {
            content: "Total fee per order"; }
        #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(7):before {
          content: "$ amount invested after fees";
          line-height: 20px;
          padding: 0 0 12px; }
        #content > .companies .fees table#fees-desktop tbody tr td.arithmetic {
          height: 42px;
          line-height: 42px; }
        #content > .companies .fees table#fees-desktop tbody tr td {
          background-color: #eae3ef;
          font-size: 24px;
          line-height: 24px;
          font-weight: bold;
          font-family: CentraNo2-Bold; }
    @media (min-width: 875px) {
      #content > .companies .fees div#fees-mobile {
        display: none; }
      #content > .companies .fees table#fees-desktop {
        width: 872px;
        display: table; }
        #content > .companies .fees table#fees-desktop thead {
          display: table-header-group; }
          #content > .companies .fees table#fees-desktop thead th.arithmetic {
            color: #cabfd2;
            font-family: SharpSansDisplayNo2-Bold;
            font-size: 36px; }
        #content > .companies .fees table#fees-desktop tbody {
          display: table-row-group; }
          #content > .companies .fees table#fees-desktop tbody tr td:before {
            padding: 0; }
          #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(2):before,
          #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(4):before,
          #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(6):before,
          #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(7):before {
            content: '';
            padding: 0; }
          #content > .companies .fees table#fees-desktop tbody tr td {
            font-size: 18px;
            color: #47436e;
            font-family: CentraNo2-Bold;
            font-size: 18px;
            font-weight: 500; }
            #content > .companies .fees table#fees-desktop tbody tr td.arithmetic {
              color: #cabfd2;
              font-family: SharpSansDisplayNo2-Bold;
              font-size: 36px; }
          #content > .companies .fees table#fees-desktop tbody tr td:first-child {
            font-family: CentraNo2-Bold; }
          #content > .companies .fees table#fees-desktop tbody tr td:nth-of-type(6) {
            padding-bottom: 0; }
        #content > .companies .fees table#fees-desktop tr {
          display: table-row; }
          #content > .companies .fees table#fees-desktop tr td, #content > .companies .fees table#fees-desktop tr th {
            display: table-cell; }
        #content > .companies .fees table#fees-desktop thead tr {
          border-top: 1px solid #eae3ef;
          display: table-row; }
          #content > .companies .fees table#fees-desktop thead tr th {
            font-size: 16px;
            line-height: 20px;
            font-weight: bold;
            height: 100px; }
        #content > .companies .fees table#fees-desktop .arithmetic {
          width: 38px; } }

@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

#content .funds-available {
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 56px; }
  @media (min-width: 875px) {
    #content .funds-available {
      padding-top: 80px;
      padding-bottom: 88px; } }
  #content .funds-available #etf-list {
    padding-bottom: 56px; }
    @media (min-width: 875px) {
      #content .funds-available #etf-list {
        padding-bottom: 88px; } }
  #content .funds-available .container {
    padding-bottom: 0; }
    @media (min-width: 400px) {
      #content .funds-available .container {
        width: 297px; } }
    @media (min-width: 920px) {
      #content .funds-available .container {
        width: unset; } }
    #content .funds-available .container h2 {
      font-size: 36px;
      font-weight: bold;
      margin: 0 auto 42px auto; }
  #content .funds-available div.loading {
    font-size: 22px;
    margin: auto;
    width: 100px;
    text-align: center; }
    #content .funds-available div.loading .spinner {
      width: 48px;
      height: 48px;
      margin: 24px auto 0 auto; }
    #content .funds-available div.loading svg {
      fill: #ef496f;
      animation: rotating 1s linear infinite; }
  #content .funds-available #company-list, #content .funds-available #etf-list, #content .funds-available #mutual-list {
    display: block; }
    #content .funds-available #company-list table.mobile, #content .funds-available #etf-list table.mobile, #content .funds-available #mutual-list table.mobile {
      margin: auto auto 0; }
      @media (min-width: 875px) {
        #content .funds-available #company-list table.mobile, #content .funds-available #etf-list table.mobile, #content .funds-available #mutual-list table.mobile {
          margin-bottom: 80px; } }
    #content .funds-available #company-list table.desktop1, #content .funds-available #company-list table.desktop2, #content .funds-available #etf-list table.desktop1, #content .funds-available #etf-list table.desktop2, #content .funds-available #mutual-list table.desktop1, #content .funds-available #mutual-list table.desktop2 {
      display: none; }
    #content .funds-available #company-list table td, #content .funds-available #company-list table th, #content .funds-available #etf-list table td, #content .funds-available #etf-list table th, #content .funds-available #mutual-list table td, #content .funds-available #mutual-list table th {
      text-align: left; }
    #content .funds-available #company-list table th, #content .funds-available #etf-list table th, #content .funds-available #mutual-list table th {
      font-weight: 300;
      font-size: 14px;
      border-top: 1px solid #f9f8f6;
      padding: 18px 8px 13px 9px;
      color: #9997b4; }
    #content .funds-available #company-list table tbody tr, #content .funds-available #etf-list table tbody tr, #content .funds-available #mutual-list table tbody tr {
      background-color: #f9f8f6; }
      #content .funds-available #company-list table tbody tr:nth-child(2n), #content .funds-available #etf-list table tbody tr:nth-child(2n), #content .funds-available #mutual-list table tbody tr:nth-child(2n) {
        background-color: #fff; }
      #content .funds-available #company-list table tbody tr td, #content .funds-available #etf-list table tbody tr td, #content .funds-available #mutual-list table tbody tr td {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        padding: 11px 8px 13px 9px;
        vertical-align: top; }
    @media (min-width: 920px) {
      #content .funds-available #company-list, #content .funds-available #etf-list, #content .funds-available #mutual-list {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: 411px 411px;
        grid-column-gap: 50px; }
        #content .funds-available #company-list table, #content .funds-available #etf-list table, #content .funds-available #mutual-list table {
          width: 411px; }
          #content .funds-available #company-list table.mobile, #content .funds-available #etf-list table.mobile, #content .funds-available #mutual-list table.mobile {
            display: none; }
          #content .funds-available #company-list table.desktop1, #content .funds-available #company-list table.desktop2, #content .funds-available #etf-list table.desktop1, #content .funds-available #etf-list table.desktop2, #content .funds-available #mutual-list table.desktop1, #content .funds-available #mutual-list table.desktop2 {
            display: table; } }
  #content .funds-available #mutual-list table.mobile {
    margin-bottom: 0; }

#content > .funds {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  margin: auto; }
  #content > .funds h3 {
    margin: 0 auto 42px auto; }
  #content > .funds .header {
    color: #fff;
    background: #ef496f;
    padding-top: 72px; }
    #content > .funds .header .container {
      margin: auto; }
      #content > .funds .header .container a {
        height: 65px;
        width: 208px; }
      #content > .funds .header .container h1 {
        margin-top: 0;
        padding-top: 0; }
      @media (min-width: 875px) {
        #content > .funds .header .container {
          display: flex;
          flex-direction: row; }
          #content > .funds .header .container div:first-child {
            width: calc(100% / 2);
            display: inline-block; }
            #content > .funds .header .container div:first-child h1 {
              margin-top: 16px;
              text-align: left; }
            #content > .funds .header .container div:first-child p {
              margin: 30px 0 24px 0;
              text-align: left; }
            #content > .funds .header .container div:first-child a {
              margin: 24px 0 auto 0;
              width: 218px; }
          #content > .funds .header .container div:last-child {
            width: calc(100% / 2);
            display: inline-block;
            text-align: right;
            margin: auto 0 0 auto; }
            #content > .funds .header .container div:last-child img {
              margin: 0;
              width: 240px; } }
    #content > .funds .header h1 {
      padding-top: 22px;
      color: #fff; }
    #content > .funds .header p {
      text-align: center; }
    #content > .funds .header .bowl-big {
      text-align: center;
      margin: 40px auto auto auto; }
      #content > .funds .header .bowl-big img {
        width: 163px; }
  #content > .funds .white {
    margin: 0;
    background-color: #fff; }
    #content > .funds .white .container {
      text-align: center;
      margin: auto; }
      #content > .funds .white .container p:nth-of-type(1) {
        margin: 0 auto 56px auto; }
      #content > .funds .white .container p:nth-of-type(2) {
        margin: auto; }
      #content > .funds .white .container p:nth-of-type(3) {
        margin: 0 0 56px 0; }
      #content > .funds .white .container > #etf {
        margin: 0 auto 56px auto; }
      #content > .funds .white .container a {
        color: #47436e;
        font-family: CentraNo2-Book;
        text-decoration: underline; }
      #content > .funds .white .container .bowl-small {
        margin: 48px auto 32px auto; }
        @media (min-width: 875px) {
          #content > .funds .white .container .bowl-small {
            margin: 80px auto 54px auto; } }
        #content > .funds .white .container .bowl-small img {
          width: 82px; }
      #content > .funds .white .container h2 {
        margin: 32px auto 24px auto;
        font-family: CentraNo2-Bold;
        font-size: 48px;
        font-weight: bold;
        letter-spacing: 0px;
        line-height: 58px; }
      #content > .funds .white .container h4 {
        margin: 0 auto 24px auto; }
      #content > .funds .white .container .vase {
        padding-top: 48px; }
      #content > .funds .white .container hr {
        width: 100%;
        margin: 0; }
      @media (min-width: 875px) {
        #content > .funds .white .container {
          padding: 0; }
          #content > .funds .white .container p:nth-of-type(1) {
            margin: 0 auto 84px auto; }
          #content > .funds .white .container p:nth-of-type(2) {
            margin: 0 80px; }
          #content > .funds .white .container p:nth-of-type(3) {
            margin: 36px 80px 56px 80px; }
          #content > .funds .white .container h4 {
            margin: 0 auto 16px auto; }
          #content > .funds .white .container h2 {
            margin: 0 auto 24px auto; }
          #content > .funds .white .container h3 {
            margin-top: 0; }
          #content > .funds .white .container hr {
            margin: 0 auto 0 auto;
            width: 873px; }
          #content > .funds .white .container .vase {
            padding: 80px 0 32px; }
            #content > .funds .white .container .vase img {
              height: 162px; }
          #content > .funds .white .container .available-funds {
            margin: 60px auto 60px auto; }
          #content > .funds .white .container #etf {
            margin: 0 auto 88px auto; }
          #content > .funds .white .container #managed-funds {
            margin: 22px auto 66px auto;
            max-width: 655px; } }

#content .funds .benefits, #content .companies .benefits {
  background: #f9f8f6;
  padding: 48px 24px 56px; }
  #content .funds .benefits h2, #content .companies .benefits h2 {
    margin-top: 0; }
  #content .funds .benefits h3, #content .companies .benefits h3 {
    margin: 0 auto 24px;
    font-size: 36px;
    line-height: 42px; }
  @media (min-width: 875px) {
    #content .funds .benefits, #content .companies .benefits {
      padding: 80px 0 88px; } }
  #content .funds .benefits .benefits-list, #content .companies .benefits .benefits-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #content .funds .benefits .benefits-list ul, #content .companies .benefits .benefits-list ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #content .funds .benefits .benefits-list ul li, #content .companies .benefits .benefits-list ul li {
        margin-bottom: 22px; }
        #content .funds .benefits .benefits-list ul li:last-child, #content .companies .benefits .benefits-list ul li:last-child {
          margin-bottom: 0; }
    #content .funds .benefits .benefits-list ul:first-child, #content .companies .benefits .benefits-list ul:first-child {
      margin-bottom: 24px; }
    @media (min-width: 875px) {
      #content .funds .benefits .benefits-list, #content .companies .benefits .benefits-list {
        display: grid;
        grid-auto-flow: column;
        grid-gap: 63px;
        align-items: stretch;
        padding: 0; }
        #content .funds .benefits .benefits-list ul:first-child, #content .companies .benefits .benefits-list ul:first-child {
          margin-bottom: 0; }
        #content .funds .benefits .benefits-list ul, #content .companies .benefits .benefits-list ul {
          list-style-type: none;
          padding: 0;
          margin: 0;
          max-width: 436px; }
        #content .funds .benefits .benefits-list > ul:nth-of-type(2) li:nth-of-type(2), #content .companies .benefits .benefits-list > ul:nth-of-type(2) li:nth-of-type(2) {
          margin-bottom: 22px; } }

.start-investing {
  color: #fff;
  background-color: #ef496f;
  margin-bottom: 0; }
  .start-investing h2 {
    color: #fff; }

.start-investing {
  padding: 74px 0 104px; }
  .start-investing a {
    margin-top: 0;
    display: block; }

#content > .how-it-works > div {
  padding: 48px 24px 56px; }
  @media (min-width: 857px) {
    #content > .how-it-works > div {
      padding: 80px 24px 88px; } }

#content > .how-it-works {
  padding: 0; }
  #content > .how-it-works > hr {
    margin: auto; }
  #content > .how-it-works .intro {
    padding-top: 70px;
    background: #ef496f; }
    @media (min-width: 857px) {
      #content > .how-it-works .intro {
        padding-bottom: 96px; } }
    #content > .how-it-works .intro .container {
      display: flex;
      flex-direction: column; }
      #content > .how-it-works .intro .container div.spiel {
        margin: 0 auto; }
        #content > .how-it-works .intro .container div.spiel h1 {
          color: white;
          font-size: 48px;
          font-weight: bold;
          letter-spacing: 0px;
          line-height: 58px;
          margin: 18px auto 24px; }
          @media (min-width: 876px) {
            #content > .how-it-works .intro .container div.spiel h1 {
              width: unset; } }
        #content > .how-it-works .intro .container div.spiel p {
          margin: 0 auto;
          color: white;
          font-size: 22px;
          font-family: CentraNo2-Book;
          font-weight: 300;
          text-align: center;
          line-height: 30px; }
          #content > .how-it-works .intro .container div.spiel p a {
            color: white;
            text-decoration: underline; }
      #content > .how-it-works .intro .container .start-investing-now {
        margin: 32px auto 0 auto;
        width: 237px; }
        #content > .how-it-works .intro .container .start-investing-now a {
          width: 237px;
          margin: 0; }
      #content > .how-it-works .intro .container .images {
        width: 277px;
        margin: auto;
        padding-top: 32px; }
        #content > .how-it-works .intro .container .images img {
          width: 277px; }
      @media (min-width: 875px) {
        #content > .how-it-works .intro .container {
          display: grid;
          grid-template-columns: auto auto;
          grid-template-rows: auto auto;
          grid-template-areas: "intro img" "button img";
          column-gap: 56px;
          padding-bottom: 0; }
          #content > .how-it-works .intro .container div.spiel {
            width: 100%;
            grid-area: intro;
            padding-bottom: 24px; }
            #content > .how-it-works .intro .container div.spiel h1 {
              text-align: left; }
            #content > .how-it-works .intro .container div.spiel p {
              text-align: left;
              margin: 0;
              width: 417px; }
              #content > .how-it-works .intro .container div.spiel p a {
                text-decoration: underline; }
          #content > .how-it-works .intro .container .start-investing-now {
            grid-area: button;
            margin: 0; }
          #content > .how-it-works .intro .container .images {
            width: 410px;
            padding-top: 0;
            margin: 0;
            text-align: right;
            grid-area: img; }
            #content > .how-it-works .intro .container .images img {
              width: 410px; } }
  #content > .how-it-works .invest-what {
    padding: 0;
    background: #ffffff; }
    #content > .how-it-works .invest-what .container {
      margin: 0 auto 0 auto;
      width: 100%;
      padding: 0;
      max-width: 100%;
      position: relative; }
      #content > .how-it-works .invest-what .container p {
        text-align: center; }
      #content > .how-it-works .invest-what .container .yellow-background {
        top: 0;
        background: #fff7af;
        padding-top: 48px; }
        @media (min-width: 875px) {
          #content > .how-it-works .invest-what .container .yellow-background {
            padding-top: 88px; } }
        #content > .how-it-works .invest-what .container .yellow-background h2 {
          color: #555179;
          font-family: SharpSansDisplayNo2-Bold;
          font-weight: bold;
          font-size: 48px;
          line-height: 58px;
          letter-spacing: 0px;
          text-align: center;
          margin: 0 24px 0 24px; }
        #content > .how-it-works .invest-what .container .yellow-background p {
          font-family: CentraNo2-Book;
          font-size: 22px;
          font-weight: 300;
          letter-spacing: 0px;
          line-height: 28px;
          text-align: center;
          margin: 24px 24px 80px 24px; }
          @media (min-width: 875px) {
            #content > .how-it-works .invest-what .container .yellow-background p {
              margin: 24px 24px 150px 24px; } }
        #content > .how-it-works .invest-what .container .yellow-background .curve {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          width: 100%;
          margin: 0; }
          #content > .how-it-works .invest-what .container .yellow-background .curve img {
            max-width: 100%;
            width: 100%; }
      #content > .how-it-works .invest-what .container .fund-options {
        position: relative;
        margin-top: -96px;
        margin-bottom: 56px;
        padding: 0 24px; }
        @media (min-width: 875px) {
          #content > .how-it-works .invest-what .container .fund-options {
            margin-top: -186px; } }
        #content > .how-it-works .invest-what .container .fund-options .fund-option {
          margin: 24px auto 30px auto; }
          #content > .how-it-works .invest-what .container .fund-options .fund-option img {
            display: block;
            margin: auto; }
          #content > .how-it-works .invest-what .container .fund-options .fund-option .vase {
            margin: auto; }
            #content > .how-it-works .invest-what .container .fund-options .fund-option .vase img {
              width: 65px; }
          #content > .how-it-works .invest-what .container .fund-options .fund-option .bowl {
            margin: auto; }
            #content > .how-it-works .invest-what .container .fund-options .fund-option .bowl img {
              width: 96.8px; }
          #content > .how-it-works .invest-what .container .fund-options .fund-option .fruit {
            margin: auto; }
            #content > .how-it-works .invest-what .container .fund-options .fund-option .fruit img {
              width: 61px; }
        #content > .how-it-works .invest-what .container .fund-options a {
          color: #47436e;
          font-family: CentraNo2-Bold;
          font-size: 22px;
          font-weight: bold;
          letter-spacing: 0px;
          line-height: 28px;
          text-align: center;
          text-decoration: underline;
          margin: 20px 16px 10px 16px;
          display: block; }
        #content > .how-it-works .invest-what .container .fund-options p:nth-of-type(1) {
          margin: 24px auto 10px auto;
          color: #47436e;
          font-family: CentraNo2-Book;
          font-size: 18px;
          font-weight: 300;
          letter-spacing: 0px;
          line-height: 26px;
          text-align: center;
          padding-bottom: 0; }
        #content > .how-it-works .invest-what .container .fund-options p:nth-of-type(2) {
          margin-top: 48px; }
          #content > .how-it-works .invest-what .container .fund-options p:nth-of-type(2) span {
            display: block;
            margin: 20px auto 0 auto;
            color: #47436e;
            font-family: Tiki-Magic;
            font-size: 140px;
            text-align: center;
            line-height: 110px; }
      #content > .how-it-works .invest-what .container .theres-no-minimum-investment {
        padding: 0px 0 56px 0;
        background: #f9f8f6; }
        #content > .how-it-works .invest-what .container .theres-no-minimum-investment h3 {
          padding-top: 54px;
          margin: 0 20px 0 20px; }
        #content > .how-it-works .invest-what .container .theres-no-minimum-investment div p {
          width: auto; }
        #content > .how-it-works .invest-what .container .theres-no-minimum-investment div p:nth-of-type(1) {
          margin: 20px 16px auto 16px; }
        #content > .how-it-works .invest-what .container .theres-no-minimum-investment div p:nth-of-type(2) {
          margin: 34px;
          text-align: center; }
        #content > .how-it-works .invest-what .container .theres-no-minimum-investment a {
          color: #47436E;
          text-decoration: underline; }
    @media (min-width: 875px) {
      #content > .how-it-works .invest-what .container .fund-options {
        margin-bottom: 88px; }
        #content > .how-it-works .invest-what .container .fund-options .fund-option .vase img, #content > .how-it-works .invest-what .container .fund-options .fund-option .bowl img, #content > .how-it-works .invest-what .container .fund-options .fund-option .fruit img {
          width: unset; }
        #content > .how-it-works .invest-what .container .fund-options .instruments {
          width: 817px;
          margin: auto;
          display: flex;
          flex-direction: row; }
          #content > .how-it-works .invest-what .container .fund-options .instruments .fund-option {
            margin: auto auto 0px auto; }
            #content > .how-it-works .invest-what .container .fund-options .instruments .fund-option a {
              width: 100%;
              margin: auto;
              margin-top: 19px;
              display: block; }
        #content > .how-it-works .invest-what .container .fund-options p:nth-of-type(1) {
          display: block;
          margin: auto;
          margin-top: 24px;
          width: 660px; }
        #content > .how-it-works .invest-what .container .fund-options p:nth-of-type(2) {
          display: block;
          margin: auto;
          padding-top: 60px; }
      #content > .how-it-works .invest-what .container .theres-no-minimum-investment {
        padding-bottom: 88px; }
        #content > .how-it-works .invest-what .container .theres-no-minimum-investment h3 {
          padding-top: 80px; }
        #content > .how-it-works .invest-what .container .theres-no-minimum-investment div {
          display: grid;
          grid-template-columns: 407px 407px;
          grid-gap: 53px;
          width: 875px;
          margin: 32px auto 72px; }
          #content > .how-it-works .invest-what .container .theres-no-minimum-investment div p {
            margin: 0;
            width: unset; }
            #content > .how-it-works .invest-what .container .theres-no-minimum-investment div p:nth-of-type(1), #content > .how-it-works .invest-what .container .theres-no-minimum-investment div p:nth-of-type(2) {
              margin: 0;
              text-align: left; }
        #content > .how-it-works .invest-what .container .theres-no-minimum-investment > p {
          text-align: center;
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 0; } }
  #content > .how-it-works .how-to-invest {
    background: #fff7af; }
    #content > .how-it-works .how-to-invest .container {
      margin: auto; }
      #content > .how-it-works .how-to-invest .container h2 {
        margin: 0 32px 0 32px;
        color: #47436e;
        font-family: SharpSansDisplayNo2-Bold;
        font-size: 48px;
        font-weight: bold;
        letter-spacing: 0px;
        line-height: 58px; }
      #content > .how-it-works .how-to-invest .container ol {
        list-style: none;
        counter-reset: item;
        padding: 0;
        margin: 0;
        text-align: center; }
        #content > .how-it-works .how-to-invest .container ol > li {
          counter-increment: item;
          list-style-position: outside;
          margin: 0; }
          #content > .how-it-works .how-to-invest .container ol > li a {
            color: #413e63;
            text-decoration: underline; }
          #content > .how-it-works .how-to-invest .container ol > li h3 {
            margin: 10px 14px 0 14px;
            color: #47436e;
            font-family: CentraNo2-Bold;
            font-size: 28px;
            line-height: 30px;
            text-align: center; }
          #content > .how-it-works .how-to-invest .container ol > li p {
            margin: 10px 10px 0 10px;
            text-align: center; }
          #content > .how-it-works .how-to-invest .container ol > li:before {
            content: counter(item);
            padding-top: 30px;
            padding-bottom: 15px;
            color: #32bcad;
            font-family: Tiki-Magic;
            font-size: 140px;
            letter-spacing: 0px;
            line-height: 90px;
            text-align: center;
            display: block; }
        #content > .how-it-works .how-to-invest .container ol ul {
          list-style: none;
          padding: 12px 0 0 0; }
          #content > .how-it-works .how-to-invest .container ol ul li {
            margin: 32px 24px 0 24px; }
            #content > .how-it-works .how-to-invest .container ol ul li h4 {
              display: block;
              color: #47436e;
              font-family: CentraNo2-Bold;
              font-size: 18px;
              font-weight: bold;
              letter-spacing: 0px;
              line-height: 26px;
              text-align: center;
              margin-bottom: 0; }
            #content > .how-it-works .how-to-invest .container ol ul li p {
              font-size: 18px;
              line-height: 26px; }
      @media (min-width: 875px) {
        #content > .how-it-works .how-to-invest .container {
          width: 717px;
          margin: auto;
          padding-bottom: 0; }
          #content > .how-it-works .how-to-invest .container ol {
            display: inline-block;
            margin-top: 56px; }
            #content > .how-it-works .how-to-invest .container ol > li {
              display: grid;
              grid-template-columns: 55px auto;
              column-gap: 52px;
              grid-template-areas: "numbers title" "numbers paragraph" ". description";
              margin-bottom: 64px; }
              #content > .how-it-works .how-to-invest .container ol > li::before {
                display: block;
                grid-area: numbers;
                padding-top: 0;
                text-align: left; }
              #content > .how-it-works .how-to-invest .container ol > li:last-child {
                margin-bottom: 0; }
              #content > .how-it-works .how-to-invest .container ol > li h3 {
                text-align: left;
                grid-area: title;
                margin: 0; }
              #content > .how-it-works .how-to-invest .container ol > li > p {
                text-align: left;
                grid-area: paragraph;
                margin-left: 0; }
              #content > .how-it-works .how-to-invest .container ol > li ul {
                text-align: left;
                grid-area: description;
                padding-top: 0; }
                #content > .how-it-works .how-to-invest .container ol > li ul li {
                  margin-left: 0; }
                  #content > .how-it-works .how-to-invest .container ol > li ul li h4 {
                    text-align: left;
                    margin-top: 35px; }
                  #content > .how-it-works .how-to-invest .container ol > li ul li p {
                    margin: 0;
                    text-align: left; } }
  #content > .how-it-works .autoinvest {
    padding-bottom: 0; }
    #content > .how-it-works .autoinvest .container .skater-mobile {
      width: 237px;
      margin: auto;
      text-align: center; }
      #content > .how-it-works .autoinvest .container .skater-mobile img {
        width: 237px; }
    #content > .how-it-works .autoinvest .container .skater-desktop {
      display: none; }
    #content > .how-it-works .autoinvest .container p a {
      color: #47436e; }
    @media (min-width: 875px) {
      #content > .how-it-works .autoinvest .container .container h2 {
        margin-top: 91px; }
      #content > .how-it-works .autoinvest .container .skater-mobile {
        display: none; }
      #content > .how-it-works .autoinvest .container > div {
        display: flex; }
        #content > .how-it-works .autoinvest .container > div .skater-desktop {
          display: block;
          margin-top: 34px;
          margin-left: 29px; }
        #content > .how-it-works .autoinvest .container > div p {
          text-align: left; }
      #content > .how-it-works .autoinvest .container p.small {
        width: 565px;
        font-size: 18px;
        line-height: 30px;
        margin: auto;
        margin-top: 48px; } }
  #content > .how-it-works .how-we-protect {
    max-width: 720px;
    margin: auto;
    padding-bottom: 56px; }
    @media (min-width: 875px) {
      #content > .how-it-works .how-we-protect {
        padding-bottom: 88px; } }
    #content > .how-it-works .how-we-protect .container {
      text-align: center; }
      #content > .how-it-works .how-we-protect .container h2 {
        border-top: 1px solid #d7d7d7;
        padding-top: 48px;
        font-family: CentraNo2-Bold;
        font-size: 48px;
        font-weight: bold;
        line-height: 58px; }
        @media (min-width: 875px) {
          #content > .how-it-works .how-we-protect .container h2 {
            padding-top: 80px; } }
      #content > .how-it-works .how-we-protect .container h3 {
        font-family: CentraNo2-Bold;
        font-size: 24px;
        font-weight: bold;
        line-height: 42px;
        margin-top: 56px;
        margin-bottom: 0; }
      #content > .how-it-works .how-we-protect .container p a {
        color: #47436e;
        text-decoration: underline; }
      #content > .how-it-works .how-we-protect .container p:last-child {
        margin-bottom: 0; }
      @media (min-width: 875px) {
        #content > .how-it-works .how-we-protect .container {
          padding: 0; } }
  #content > .how-it-works .how-sharesies-makes-money {
    max-width: 720px;
    margin: auto;
    padding-bottom: 96px; }
    #content > .how-it-works .how-sharesies-makes-money .container {
      text-align: center; }
      #content > .how-it-works .how-sharesies-makes-money .container h2 {
        font-family: CentraNo2-Bold;
        font-size: 36px;
        font-weight: bold;
        letter-spacing: 0px;
        line-height: 42px;
        padding-top: 0; }
      #content > .how-it-works .how-sharesies-makes-money .container p {
        margin: auto 20px auto 20px;
        color: #47436e;
        font-family: CentraNo2-Book;
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 0px;
        line-height: 28px; }
      #content > .how-it-works .how-sharesies-makes-money .container ul {
        list-style: none;
        padding: 0;
        margin: 32px 12px 0; }
        #content > .how-it-works .how-sharesies-makes-money .container ul li {
          border-top: 1px solid #d7d7d7;
          padding: 20px;
          color: #47436e;
          font-family: CentraNo2-Book;
          font-size: 18px;
          font-weight: 300;
          letter-spacing: 0px;
          line-height: 28px; }
        #content > .how-it-works .how-sharesies-makes-money .container ul li:nth-of-type(4) {
          border-bottom: 1px solid #d7d7d7; }
    #content > .how-it-works .how-sharesies-makes-money .start-investing-now-2 {
      background: #ef496f;
      background-size: cover;
      display: flex;
      height: 185px; }
      #content > .how-it-works .how-sharesies-makes-money .start-investing-now-2 > a {
        margin: auto; }

div#content div.lunch-money {
  padding: 0; }
  div#content div.lunch-money .subscribe {
    padding: 80px 20px 0; }
    div#content div.lunch-money .subscribe h1 {
      margin-bottom: 66px; }
  div#content div.lunch-money .cols {
    padding-bottom: 88px; }
    @media (min-width: 884px) {
      div#content div.lunch-money .cols {
        display: flex; } }
    @media (min-width: 884px) {
      div#content div.lunch-money .cols > div:first-child {
        text-align: left;
        width: 413px; }
        div#content div.lunch-money .cols > div:first-child h1 {
          text-align: left; }
        div#content div.lunch-money .cols > div:first-child p:first-child {
          margin-top: 0; }
        div#content div.lunch-money .cols > div:first-child p:last-child {
          margin-bottom: 0; } }
    div#content div.lunch-money .cols > div:last-child h2 {
      font-size: 28px;
      line-height: 30px; }
    @media (min-width: 884px) {
      div#content div.lunch-money .cols > div:last-child {
        margin-left: 40px;
        width: 413px; }
        div#content div.lunch-money .cols > div:last-child h2 {
          text-align: left; } }
    div#content div.lunch-money .cols > div:last-child .formkit-form {
      display: block !important;
      background-color: #f9f8f6 !important;
      border: 0 !important;
      padding: 0 !important; }
      div#content div.lunch-money .cols > div:last-child .formkit-form > div {
        padding: 20px !important; }
        div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-header, div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-subheader {
          display: none; }
        div#content div.lunch-money .cols > div:last-child .formkit-form > div input {
          background-color: #f9f8f6 !important;
          border: 0 !important; }
        div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-fields {
          margin-top: 32px; }
          div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-fields .formkit-field {
            border-bottom: 1px solid #ded8cf !important;
            margin-bottom: 60px; }
            div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-fields .formkit-field .formkit-input {
              padding: 16px;
              height: 26px; }
          div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-fields .formkit-submit {
            border-radius: 50px !important;
            height: 65px;
            margin-bottom: 56px;
            width: 290px !important; }
            div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-fields .formkit-submit span {
              font-size: 20px;
              font-weight: 300; }
        div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-guarantee {
          margin-bottom: 0; }
          div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-guarantee p {
            text-align: left;
            line-height: 21px !important;
            margin-bottom: 0;
            font-size: 14px; }
            div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-guarantee p > span {
              color: #47436e !important; }
            div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-guarantee p a span {
              color: #686868 !important; }
  div#content div.lunch-money .whats-in-each-email {
    background-color: #fdddce;
    margin: auto; }
    div#content div.lunch-money .whats-in-each-email .container {
      padding: 84px 20px 88px; }
      @media (min-width: 884px) {
        div#content div.lunch-money .whats-in-each-email .container {
          padding-left: 0;
          padding-right: 0; } }
      div#content div.lunch-money .whats-in-each-email .container .sandwich {
        background-image: url(/assets/images/lunchmoney.png);
        background-repeat: no-repeat;
        background-position: center;
        margin: auto; }
        @media (min-width: 884px) {
          div#content div.lunch-money .whats-in-each-email .container .sandwich {
            height: 252px;
            width: 783px; } }
      div#content div.lunch-money .whats-in-each-email .container h2 {
        font-size: 36px;
        line-height: 42px;
        margin: 14px 0 24px; }
      @media (min-width: 884px) {
        div#content div.lunch-money .whats-in-each-email .container .days {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          grid-gap: 41px; }
          div#content div.lunch-money .whats-in-each-email .container .days div h3 {
            font-size: 28px;
            line-height: 30px; }
          div#content div.lunch-money .whats-in-each-email .container .days div p {
            margin: 0; } }

@media (min-width: 400px) {
  .container {
    width: unset;
    margin: auto;
    padding: 0 24px; } }

/*# sourceMappingURL=layout-sharesies1.css.map */
