@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Layout */
body {
  color: #555;
  background: #e6e6e6; }

.light {
  color: #BCBEC0; }

body {
  background: #eceded; }

body {
  background: white; }

#container {
  background: white; }

.mobile-hidden {
  display: none; }

.desktop-hidden {
  display: block; }

.block {
  display: block; }

.u-floatleft {
  float: left; }

.u-floatright {
  float: right; }

.table-cell {
  display: table-cell; }

.va-top {
  vertical-align: top; }

.va-bottom {
  vertical-align: bottom; }

.va-middle {
  vertical-align: middle; }

.ul {
  border-width: 0 0 1px;
  border-style: solid; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.cf:after, .container:after, footer.story-element:after, .loading:after, .top-story .byline:after, .stories-list-element .byline:after, .stories-cards:after, .card-timestamps:after, .lb-card-header:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

.cf, .container, footer.story-element, .loading, .top-story .byline, .stories-list-element .byline, .stories-cards, .card-timestamps, .lb-card-header {
  display: inline-block; }

* html .cf, * html .container, * html footer.story-element, * html .loading, * html .top-story .byline, .top-story * html .byline, * html .stories-list-element .byline, .stories-list-element * html .byline, * html .stories-cards, * html .card-timestamps, * html .lb-card-header {
  height: 1%; }

.cf, .container, footer.story-element, .loading, .top-story .byline, .stories-list-element .byline, .stories-cards, .card-timestamps, .lb-card-header {
  display: block; }

img {
  max-width: 100%;
  display: block; }

.hide {
  display: none !important; }

.inline-list li {
  display: inline-block; }

.inline-list a {
  display: block; }

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  left: 0;
  position: absolute; }

.color-white {
  color: white; }

.color-lighter {
  color: #BCBEC0; }

.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.initial-load {
  opacity: 0.01; }
  .initial-load img {
    display: none; }

.circular {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px; }

.circular-small {
  width: 3.75em;
  height: 3.75em;
  border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  margin-right: 0.625em; }

a {
  text-decoration: none;
  color: inherit; }

html {
  font-size: 100%; }

body {
  font-family: "helvetica neue", "roboto", "calibri", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  text-rendering: auto; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  font-weight: normal;
  margin: 0; }

h1 {
  font-size: 4.25em;
  line-height: 1.05882em;
  font-weight: 300; }

h2 {
  font-size: 1.8125em;
  line-height: 1.37931em;
  padding: 0.82759em 0 0.55172em;
  font-family: "helvetica neue", "roboto", "calibri", sans-serif; }

h3 {
  font-size: 1.8125em;
  line-height: 1.24138em;
  word-break: normal; }

h4 {
  font-size: 1.5em;
  line-height: 1.33333em;
  font-weight: bold; }

h5 {
  font-size: 1.125em;
  line-height: 1.33333em;
  font-weight: bold; }

h6 {
  font-size: 0.8125em;
  line-height: 1.23077em; }

p {
  font-family: "helvetica neue", "roboto", "calibri", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400; }

ul, ol {
  list-style: none; }

body {
  font-family: "freight-text-pro", serif; }

p {
  font-family: "freight-text-pro", serif;
  font-size: 1.125em;
  line-height: 1.5em;
  color: #333333;
  font-weight: 400; }

h2 {
  font-size: 1.3125em;
  font-family: "freight-text-pro", serif; }

h3 {
  font-size: 1.125em;
  font-family: "freight-text-pro", serif; }

.wf-loading {
  visibility: hidden; }

.wf-active, .wf-inactive {
  visibility: visible; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  width: 100%;
  max-width: 86em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 0.625em; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

#container {
  margin: 0 auto;
  max-width: 86em; }

html {
  height: 100%; }

body {
  min-height: 100%; }

.inner {
  padding-left: 1em;
  padding-right: 1em; }

figure {
  margin: 0;
  padding: 0; }

.empty-state {
  padding: 4.5em 0;
  min-height: 40em;
  text-align: center; }

textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.9375em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  border-radius: 0.5em;
  font-size: 1em;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  display: block; }

button {
  display: block;
  float: right;
  margin-top: 0.375em;
  padding: 0.5em 1em;
  background: white;
  border: solid 1px #999999;
  border-radius: 0.1875em;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.25em; }

textarea {
  padding: 0.4375em 0.75em;
  line-height: 1.5em;
  border-width: 1px;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }

button,
input[type="submit"] {
  border: none;
  background: #9B72C9;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  font-size: 0.875em;
  line-height: 1.875em;
  padding: 0.25em 0.75em 0 0.75em; }

.hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.section {
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 1px;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }

.top-story .section {
  display: inline-block;
  padding: 0 1.125em; }

.social-links div {
  display: inline !important; }

.social-links a {
  display: inline-block; }

.social-links a.comments {
  margin: 0;
  float: left;
  font-size: 0.8125em;
  padding-left: 32px;
  height: 35px;
  margin-right: 2px;
  line-height: 35px;
  text-align: center;
  background: url("icons/social/comments-green-14981e9026.svg") no-repeat left center;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  background-size: 32px; }
  .social-links a.comments span {
    background: #00966B;
    font-size: 12px;
    height: 28px;
    margin: 2px 2px 0 -4px;
    line-height: 28px;
    padding: 0 16px;
    display: inline-block;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: white; }
    .social-links a.comments span::after {
      content: "";
      border: 4px solid #00966B;
      border-color: transparent #00966B transparent transparent;
      position: absolute;
      top: 8px;
      left: -8px; }

.social-links .show-all {
  text-indent: -1000em;
  overflow: hidden;
  display: block;
  float: right;
  width: 52px;
  height: 27px;
  margin-top: 4px;
  line-height: 27px;
  text-align: center;
  margin-left: 2px;
  background: url("icons/social/show-all-icon-10c0748e2f.svg") no-repeat center center;
  font-size: 32px;
  font-weight: 300;
  color: white;
  position: relative;
  cursor: pointer;
  background-size: contain; }

.social-links.is-expanded .show-all {
  display: none; }

.addthis_sharing_toolbox a.at-share-btn.at-svc-whatsapp, .addthis_sharing_toolbox a.at-share-btn.at-svc-linkedin, .addthis_sharing_toolbox a.at-share-btn.at-svc-google_plusone_share {
  display: none; }

.addthis_sharing_toolbox a.at-share-btn.at-svc-whatsapp + .at_flat_counter,
.addthis_sharing_toolbox a.at-share-btn.at-svc-linkedin + .at_flat_counter,
.addthis_sharing_toolbox a.at-share-btn.at-svc-google_plusone_share + .at_flat_counter {
  display: none; }

.is-expanded .addthis_sharing_toolbox a.at-share-btn.at-svc-whatsapp, .is-expanded .addthis_sharing_toolbox a.at-share-btn.at-svc-linkedin, .is-expanded .addthis_sharing_toolbox a.at-share-btn.at-svc-google_plusone_share {
  display: inline-block; }

.is-expanded .addthis_sharing_toolbox a.at-share-btn.at-svc-whatsapp + .at_flat_counter,
.is-expanded .addthis_sharing_toolbox a.at-share-btn.at-svc-linkedin + .at_flat_counter,
.is-expanded .addthis_sharing_toolbox a.at-share-btn.at-svc-google_plusone_share + .at_flat_counter {
  display: inline-block; }

.story-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px; }

.story-element {
  display: inline;
  position: relative;
  z-index: 1;
  color: #333333; }

.story-element-text p {
  line-height: 1.55556em;
  padding-bottom: 0.88889em; }

.story-element-text a {
  color: #9B72C9; }

.story-element-text h2,
.story-element-text h3 {
  padding: 0.625em 0 0.3125em 0; }

.story-element-text ul {
  list-style: disc;
  margin-bottom: 20px; }

.story-element-blockquote {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.88889em; }
  .story-element-blockquote blockquote {
    border: none !important;
    margin: 0 !important; }
  .story-element-blockquote .attribution {
    position: relative;
    display: block;
    font-size: 1em;
    text-align: center;
    padding-bottom: 0.625em; }
    .story-element-blockquote .attribution:empty {
      display: none; }

.story-element-text blockquote {
  font-size: 1.25em;
  padding: 0.625em;
  margin: 1.125em 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  .story-element-text blockquote,
  .story-element-text blockquote p {
    font-family: "freight-text-pro", serif;
    font-weight: 100; }
  .story-element-text blockquote b {
    text-align: right;
    font-weight: 700;
    font-style: italic; }

.story-element-image {
  padding: 1%; }
  .story-element-image img {
    margin: 0 auto; }
  .story-element-image figure {
    padding: 0 0 1% 0; }
  .story-element-image figcaption {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    padding: 0.25em 0.75em;
    color: #999999;
    font-size: 0.8125em; }

.story-element-media {
  padding: 1%;
  display: block;
  position: relative; }
  @media (min-width: 600px) {
    .story-element-media {
      padding: 1% 8%; } }
  .story-element-media .story-element-media-content {
    padding: 56.2% 0 0 0;
    display: block;
    position: relative;
    height: 0; }
  .story-element-media iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

footer.story-element {
  padding: 0.75em 2.25em; }
  footer.story-element .tags {
    float: left;
    margin: 0.25em; }
  footer.story-element .social-links {
    float: right; }
  footer.story-element.story-element-comments {
    margin-bottom: 0.75em; }

.loading {
  clear: both; }
  .loading:before, .loading:after, .loading {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out; }
  .loading {
    margin: 4em auto;
    font-size: 0.625em;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }
  .loading:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .loading:after {
    left: 3.5em; }
  .loading:before, .loading:after {
    content: '';
    position: absolute;
    top: 0; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #333333; }
  40% {
    box-shadow: 0 2.5em 0 0 #333333; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #333333; }
  40% {
    box-shadow: 0 2.5em 0 0 #333333; } }

.story-element-jsembed {
  padding: 10% 2% 10% 2%;
  text-align: center;
  margin: 0 auto; }
  .story-element-jsembed iframe {
    margin: 0 auto !important; }

.story-element-tweet {
  padding: 10% 2% 10% 2%; }
  .story-element-tweet blockquote {
    margin: 0 auto; }
    .story-element-tweet blockquote:before {
      display: none; }

.snapshot-card {
  display: block;
  margin: 0 auto;
  padding: 1% 8%; }
  .snapshot-card ol, .snapshot-card ul {
    list-style: disc; }
  .snapshot-card ol, .snapshot-card ul > li {
    padding-bottom: 0.625em; }

.snapshot-header {
  background: #1FBEC7;
  height: 3em;
  display: block; }
  .snapshot-header:hover, .snapshot-header:focus, .snapshot-header:active {
    background: #1FBEC7; }
  .snapshot-header h5 {
    padding-left: 1.5em;
    font-weight: 400;
    float: left;
    color: white;
    font-size: 1.25em;
    line-height: 2.4em; }
    @media (min-width: 600px) {
      .snapshot-header h5 {
        font-size: 1.5em;
        line-height: 2em; } }
  .snapshot-header .snapshot-icon {
    float: right;
    position: relative;
    height: 3em;
    padding: 25px 2em;
    background-image: url("icons/minus-1-a9527d69e5.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-color: transparent;
    -webkit-background-size: auto 2em;
    -moz-background-size: auto 2em;
    -ms-background-size: auto 2em;
    background-size: auto 2em;
    color: white;
    text-align: left;
    line-height: 0;
    text-indent: -99999em;
    font-size: 0.625em;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: "freight-text-pro", serif;
    font-style: italic; }
    @media (min-width: 600px) {
      .snapshot-header .snapshot-icon {
        padding: 25px 5em;
        text-indent: 0; } }

.snapshot-text {
  background: white;
  font-size: 1em;
  padding: 0.625em;
  border: 1px solid #1FBEC7; }
  @media (min-width: 600px) {
    .snapshot-text {
      font-size: 1.0625em;
      padding: 1.5em; } }
  @media (min-width: 800px) {
    .snapshot-text {
      font-size: 1.125em;
      padding: 1.5em; } }
  .snapshot-text p {
    max-width: 100%; }

.snapshot-collapsed {
  overflow: hidden; }
  .snapshot-collapsed .snapshot-text {
    display: none;
    height: 0;
    padding: 0; }
  .snapshot-collapsed .snapshot-icon {
    background-image: url("icons/plus-1-be369681c3.svg");
    background-color: transparent; }

.story-element-blurb blockquote {
  margin: 0;
  border: none;
  margin-bottom: 0.88889em;
  border-left: 2px solid #9B72C9;
  padding: 0;
  padding-left: 1em;
  font-size: 1.125em; }

.story-element-quote {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.88889em; }
  .story-element-quote blockquote {
    border: none !important;
    margin: 0 !important; }
  .story-element-quote .attribution {
    position: relative;
    display: block;
    font-size: 1em;
    text-align: center;
    padding-bottom: 0.625em; }
    .story-element-quote .attribution:empty {
      display: none; }

.qsection-myjourney:before {
  background: url("motherly/sections/my-journey-2e20755772.svg") no-repeat center center; }

.qsection-life:before {
  background: url("motherly/sections/life-20e39f892e.svg") no-repeat center center; }

.qsection-work:before {
  background: url("motherly/sections/work-999b4e9498.svg") no-repeat center center; }

.qsection-classes:before {
  background: url("motherly/icons/video-class-696456344b.svg") no-repeat center center; }

.qsection-news:before {
  background: url("motherly/sections/news-fe46f64e09.svg") no-repeat center center; }

.qsection-child:before {
  background: url("motherly/sections/child-d0dfe96069.svg") no-repeat center center; }

.qsection-shop:before {
  background: url("motherly/sections/shop-c7ac42ef4a.svg") no-repeat center center; }

.qsection-love:before {
  background: url("motherly/sections/love-2fa50b554a.svg") no-repeat center center; }

.social-links {
  margin: 1em 0;
  text-align: center; }
  .social-links div {
    display: inline !important; }
  .social-links a {
    display: inline-block;
    border-radius: 4px;
    margin: 0 6px !important; }

.stories-list .social-links {
  text-align: left;
  padding-top: 16px; }
  @media (min-width: 600px) {
    .stories-list .social-links {
      padding-top: 0;
      position: absolute;
      bottom: 0; } }

.story-element-q-and-a h5,
.story-element-q-and-a .question p {
  font-size: 1.125em;
  font-weight: 600;
  font-family: "freight-text-pro", serif; }

.story-element-q-and-a h5::before,
.story-element-q-and-a .question::before {
  content: "Q:";
  display: block;
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0.625em;
  line-height: 30px; }

.story-element-q-and-a .answer:before {
  content: "A:";
  display: block;
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  margin: 0.625em 0; }

.social-nav ul {
  padding: 0; }

.social-nav li {
  display: inline-block;
  padding-left: 0.3125em;
  width: 1em;
  height: 1em;
  margin-right: 0.625em; }

.social-nav a {
  padding: 0;
  color: #999999;
  display: inline-block !important;
  line-height: 0 !important; }

.social-nav .twitter {
  background: url("motherly/social/twitter-icon-fb1ffa68e9.svg") no-repeat center center;
  background-size: contain; }

.social-nav .facebook {
  background: url("motherly/social/facebook-icon-dafaa6301e.svg") no-repeat center center;
  background-size: contain; }

.social-nav .instagram {
  background: url("motherly/social/instagram-icon-ba53c03d6b.svg") no-repeat center center;
  background-size: contain; }

.social-nav .mail {
  background: url("motherly/social/envelope-icon-376df2817e.svg") no-repeat center center;
  background-size: contain; }

.social-nav .pinterest {
  background: url("motherly/social/pinterest-icon-cdb915305a.svg") no-repeat center center;
  background-size: contain; }

.social-nav .rss {
  background: url("motherly/social/rss-icon-9aba8fecb2.svg") no-repeat center center;
  background-size: contain; }

#pubexchange_below_content .pe-editorial {
  padding: 10px 0 !important;
  border-width: 0px !important;
  min-height: 100px !important; }
  @media only screen and (max-width: 420px) {
    #pubexchange_below_content .pe-editorial {
      padding-top: 0 !important; }
      #pubexchange_below_content .pe-editorial .pe-headline {
        font-size: 15px !important; } }

.pe-title {
  margin-bottom: 25px !important; }

.pe-headline, .pe-partner-name {
  text-align: left; }

a.author-name:hover {
  color: #00BEC8; }

.top-story {
  display: block;
  position: relative;
  background: #333333;
  width: 100%;
  height: 0;
  padding-top: 132%;
  overflow: hidden; }
  @media (min-width: 600px) {
    .top-story {
      padding-top: 100%; } }
  @media (min-width: 800px) {
    .top-story {
      padding-top: 56%; } }
  .top-story .content {
    display: block;
    position: absolute;
    right: 0;
    bottom: 1.375em;
    left: 0; }
    @media (min-width: 600px) {
      .top-story .content {
        bottom: 2.5em; } }
    @media (min-width: 800px) {
      .top-story .content {
        bottom: 3.75em; } }
  .top-story h5 {
    font-size: 0.625em; }
    @media (min-width: 600px) {
      .top-story h5 {
        font-size: 0.75em; } }
    @media (min-width: 800px) {
      .top-story h5 {
        font-size: 0.875em; } }
  .top-story h1 {
    font-weight: 700;
    font-size: 2em;
    color: white;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.65);
    display: block;
    margin: 0.25em 0;
    padding: 0 0.25em; }
    @media (min-width: 600px) {
      .top-story h1 {
        font-size: 2.25em; } }
    @media (min-width: 800px) {
      .top-story h1 {
        font-size: 3em; } }
  .top-story .byline {
    display: block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
    color: #999999;
    font-size: 0.875em;
    padding: 0.28571em 0.85714em; }
    @media (min-width: 800px) {
      .top-story .byline {
        float: left; } }
  .top-story .author {
    display: block; }
  .top-story .timestamp {
    display: block;
    font-style: italic; }

#stories .stories-list-header {
  border: none; }

.stories-list {
  padding: 0;
  text-align: center; }

.stories-list-header {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding: 1.5625em 0;
  border-top: 2px solid #cccccc; }
  @media (min-width: 600px) {
    .stories-list-header {
      font-size: 0.875em; } }

.stories-list-element {
  position: relative;
  text-align: left;
  list-style: none;
  overflow: hidden;
  clear: both;
  margin-top: 0.75em;
  max-width: 30em;
  margin: 0 auto 20px auto; }
  @media (min-width: 600px) {
    .stories-list-element {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      clear: none; } }
  @media (min-width: 1000px) {
    .stories-list-element {
      width: 25%; } }
  .stories-list-element figure {
    position: relative;
    display: block;
    margin-bottom: 0.625em;
    padding: 50% 0 0 0;
    overflow: hidden;
    border: 1px solid #ddd; }
    @media (min-width: 600px) {
      .stories-list-element figure {
        margin-left: 15px;
        margin-right: 15px; } }
  .stories-list-element img {
    display: block;
    position: absolute;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0; }
  .stories-list-element .content {
    position: relative;
    margin-top: -10px;
    padding: 15px 0;
    box-sizing: border-box;
    z-index: 2; }
    @media (min-width: 600px) {
      .stories-list-element .content {
        margin-left: 15px;
        margin-right: 15px; } }
    .stories-list-element .content .byline {
      margin-top: 6px;
      line-height: 120%;
      margin-bottom: 3px; }
    .stories-list-element .content p {
      margin-top: 10px; }
    @media (min-width: 600px) {
      .stories-list-element .content {
        height: 230px; } }
    @media (min-width: 650px) {
      .stories-list-element .content {
        height: 200px; } }
    @media (min-width: 880px) {
      .stories-list-element .content {
        height: 180px; } }
    @media (min-width: 1000px) {
      .stories-list-element .content {
        height: 250px; } }
  .stories-list-element h5.section {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    margin: -8px 0 9px;
    font-size: 0.875em;
    font-weight: 600; }
    .stories-list-element h5.section:before {
      content: "";
      position: relative;
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      top: 5px;
      background-size: contain;
      margin-right: 2px; }
  .stories-list-element h3 {
    font-size: 1.25em;
    line-height: 1.35em;
    font-weight: 300;
    padding: 0;
    color: #333;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .stories-list-element p {
    font-size: 0.875em;
    line-height: 1.42857em;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-weight: 300;
    margin: 1.25em 0; }
  .stories-list-element .byline {
    font-size: 0.875em;
    font-weight: 500;
    line-height: 2.72727em;
    margin-top: 0.90909em;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
    .stories-list-element .byline .author {
      color: #aaa;
      display: inline; }
    .stories-list-element .byline .timestamp {
      color: #999999;
      display: inline; }
  .stories-list-element .sharing_toolbox ul {
    margin: 1.875em 0 0 0;
    padding: 0; }
  .stories-list-element .sharing_toolbox li {
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-right: 1.25em; }
  .stories-list-element .sharing_toolbox .twitter {
    background: url("motherly/icons/twitter-2898b6d428.svg") no-repeat center center; }
  .stories-list-element .sharing_toolbox .facebook {
    background: url("motherly/icons/facebook-99a201459e.svg") no-repeat center center; }
  .stories-list-element .sharing_toolbox .pinterest {
    background: url("motherly/icons/pinterest-54211bcc5d.svg") no-repeat center center; }
  .stories-list-element .sharing_toolbox .envelope {
    background: url("motherly/icons/envelope-ca320e2330.svg") no-repeat center center; }

.load-more {
  display: none;
  float: none;
  margin: 1.25em auto; }

.personalised {
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  letter-spacing: 2px;
  font-weight: 600; }

.at-share-tbx-element .at4-visually-hidden {
  display: none !important; }

aside.featured {
  margin-top: 0.75em; }
  @media (min-width: 600px) {
    aside.featured {
      width: 33.33333%;
      float: right;
      padding-left: 0.69444%;
      padding-right: 0.69444%; } }
  aside.featured ol,
  aside.featured ul {
    margin: 0;
    padding: 0; }
  aside.featured li {
    list-style: none;
    display: block;
    background: white;
    height: 4.5625em;
    margin-bottom: 0.0625em;
    overflow: hidden; }
  aside.featured h2 {
    font-size: 1.125em;
    color: white;
    line-height: 1.11111em;
    margin: 0;
    padding: 0.875em;
    text-transform: uppercase; }
  aside.featured figure {
    width: 7.5em;
    height: 100%;
    overflow: hidden;
    float: left;
    margin-right: 0.75em; }
  aside.featured img {
    width: 100%;
    height: 100%;
    max-width: none;
    position: relative; }
  aside.featured h3 {
    font-size: 0.875em;
    line-height: 1.125em;
    margin: 0;
    padding: 0.625em; }

aside.recommended-stories div {
  background: #44d394; }

aside.recommended-stories h2 {
  color: white; }

aside.featured-stories div {
  background: #F00064; }

aside.featured-stories h2 {
  color: white; }

aside.quint-essential div {
  background: #FFC100; }

aside.quint-essential h2 {
  color: #9B72C9; }

.stories-cards {
  margin: 0;
  padding: 0; }
  .stories-cards li {
    padding: 0;
    clear: none;
    background: transparent;
    height: auto; }
    @media (min-width: 600px) {
      .stories-cards li {
        width: 25%;
        float: left;
        padding-left: 0.69444%;
        padding-right: 0.69444%; } }
    .stories-cards li > a {
      display: block;
      position: relative;
      background: white; }
      @media (min-width: 600px) {
        .stories-cards li > a {
          padding: 60% 0 0 0; } }
    .stories-cards li .content {
      padding: 0.75em; }
    .stories-cards li .byline {
      display: block;
      overflow: hidden;
      border-top: none;
      line-height: 1.36364em; }
      .stories-cards li .byline .timestamp {
        float: left;
        width: 100%; }
  .stories-cards figure {
    position: inherit !important;
    padding: 0 0 0; }
    @media (min-width: 600px) {
      .stories-cards figure {
        display: block;
        position: absolute !important;
        top: 0;
        bottom: auto;
        left: 0;
        margin: 0;
        width: 100%;
        height: 0;
        padding-top: 60%; } }
  .stories-cards img {
    position: inherit !important;
    max-width: none; }
    @media (min-width: 600px) {
      .stories-cards img {
        position: absolute !important; } }
  .stories-cards h3 {
    font-size: 1.125em;
    height: 3.66667em;
    overflow: hidden; }

.hero-image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat; }

.hero-image-container {
  display: block;
  position: relative;
  background: #333333;
  width: 100%;
  height: 0;
  padding-top: 56%;
  margin-top: 47px; }
  @media (min-width: 600px) {
    .hero-image-container {
      margin-top: 100px; } }
  .hero-image-container figure {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .hero-image-container figure img {
      display: block;
      margin-left: -1000em; }
  .hero-image-container figcaption {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    text-align: left;
    font-style: italic;
    font-size: 1em;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.77); }
    .hero-image-container figcaption:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 600px) {
      .hero-image-container figcaption {
        padding: 0 1em; } }
    @media (min-width: 800px) {
      .hero-image-container figcaption {
        padding: 0 1.5em; } }

.hero-image-credit {
  position: absolute;
  left: 0;
  bottom: -22px;
  padding: 2px 5px;
  z-index: 1;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  font-size: 11px;
  background-color: #fff;
  color: #333;
  opacity: 0.7; }
  .hero-image-credit a {
    opacity: 0.7;
    color: #333;
    text-decoration: none; }
    .hero-image-credit a:hover {
      opacity: 1; }

ul.tags {
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  margin: 0 auto;
  width: 96%;
  padding: 0.625em;
  display: block;
  border: 1px solid #cccccc;
  min-height: 2.8125em;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    ul.tags {
      max-width: 900px; } }
  ul.tags:before {
    content: "TAGS :";
    font-size: 0.75em;
    font-weight: 300;
    color: #AAAAAA; }
  ul.tags li {
    display: inline-block;
    list-style: none;
    font-size: 0.75em;
    padding: 0 0.25em;
    line-height: 1.6em;
    font-weight: 300; }
    ul.tags li:after {
      content: ",";
      color: #333333; }
    ul.tags li a {
      color: #9B72C9; }

.addthis_sharing_toolbox .at4-hide {
  opacity: 1 !important;
  display: inline-block !important; }

.story-element-comments {
  display: block;
  padding: 0;
  margin-top: 1.875em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 952px !important;
  padding: 1.5em; }
  .story-element-comments h5 {
    font-size: 0.75em;
    font-weight: 600;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    text-transform: uppercase;
    color: #555555;
    text-align: center; }
  .story-element-comments form {
    font-size: 0.75em;
    font-weight: 300;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
    .story-element-comments form textarea {
      height: 8.125em;
      border: 1px solid #cccccc;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      padding: 0.625em;
      -webkit-transition: ease-in-out 0.5s;
      -moz-transition: ease-in-out 0.5s;
      -o-transition: ease-in-out 0.5s;
      transition: ease-in-out 0.5s;
      -webkit-appearance: none; }
  .story-element-comments button, .story-element-comments input[type="submit"] {
    text-align: center;
    background: #9B72C9;
    float: none;
    margin: 0 auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 0.5em 1.125em; }

.comments li {
  clear: both;
  margin: 0.75em 0; }
  .comments li ul {
    margin-left: 1.875em;
    border-left: solid 6px #9B72C9; }

.comments .avatar {
  float: left;
  height: 2.5em;
  width: 2.5em;
  border-radius: 1.25em;
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-right: 0.625em;
  overflow: hidden; }

.comments .author {
  color: #000;
  font-size: 1em;
  line-height: 3.33333em;
  text-transform: none; }

.comments .timestamp {
  color: #999999;
  font-size: 0.875em;
  line-height: 2.85714em;
  font-weight: normal; }

.comments .comment-text {
  font-weight: 300;
  font-family: "freight-text-pro", serif; }

.comments {
  margin: 0;
  padding: 0; }
  .comments li {
    margin: 1em 0;
    padding: 1em 0;
    border-bottom: solid 1px #eee; }
  .comments header {
    display: block;
    overflow: hidden; }
    .comments header h5 {
      display: block;
      float: left;
      font-size: 0.875em;
      line-height: 2.14286em; }
    .comments header span {
      display: block;
      float: right;
      font-size: 0.875em;
      line-height: 2.14286em; }

.comment-form textarea {
  border: 2px solid rgba(0, 0, 0, 0.05);
  margin: 2em 0 1em;
  resize: none;
  outline: none;
  border-radius: 0; }

a.at-share-btn {
  background: transparent !important; }
  a.at-share-btn svg {
    display: none; }

.at-icon-wrapper {
  display: inline-block; }

.at-svc-facebook > .at-icon-wrapper {
  background: transparent url("motherly/social/facebook-cb81414137.svg") no-repeat center center !important; }

.at-svc-twitter > .at-icon-wrapper {
  background: transparent url("motherly/social/twitter-338770e036.svg") no-repeat center center !important; }

.at-svc-pinterest_share > .at-icon-wrapper {
  background: transparent url("motherly/social/pinterest-aa16adb1ac.svg") no-repeat center center !important; }

.at-svc-google_plusone_share > .at-icon-wrapper {
  display: none;
  background: transparent url("icons/social/gplus-356df25848.svg") no-repeat center center !important; }

.at-svc-linkedin > .at-icon-wrapper {
  display: none;
  background: transparent url("icons/social/linkedin_small-943c3ca059.svg") no-repeat center center !important; }

.at-svc-email > .at-icon-wrapper {
  background: transparent url("motherly/social/email-87e785bc93.svg") no-repeat center center !important; }

.at-svc-whatsapp > .at-icon-wrapper {
  display: none;
  background: transparent url("icons/social/whatsapp-4c91b3e197.svg") no-repeat center center !important; }
  @media (min-width: 800px) {
    .at-svc-whatsapp > .at-icon-wrapper {
      display: none;
      visibility: hidden; } }

.addthis_32x32_style .at4-icon, .addthis_32x32_white_style .at4-icon, .at-32x32 {
  -webkit-background-size: 28px !important;
  -moz-background-size: 28px !important;
  background-size: 28px !important; }

.addthis_32x32_style .at_flat_counter, .addthis_32x32_white_style .at_flat_counter {
  font-size: 12px !important;
  height: 24px !important;
  margin: 4px 2px 0 0px !important;
  line-height: 24px !important;
  padding: 0 4px !important;
  left: -8px !important;
  font-weight: normal !important;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif !important;
  letter-spacing: -1px;
  border-radius: 3px;
  color: #555555 !important; }

.at_flat_counter {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: white !important;
  border: 1px solid #e6e6e6; }

a.at-svc-facebook + .at_flat_counter {
  left: -12px !important; }

.at_flat_counter:after {
  border-color: transparent white transparent transparent !important; }

.addthis_32x32_style .at_flat_counter:after, .addthis_32x32_white_style .at_flat_counter:after {
  top: 8px !important;
  left: -4px !important; }

.floating-social {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  padding: 0.3125em 0 0.3125em 0;
  border-top: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.8); }
  .floating-social .social-links {
    margin: 0.75em 0 0.125em 0 !important; }
    .floating-social .social-links .at-share-btn {
      margin-right: 1.75em !important; }

.stories-list .social-links {
  margin: -0.75em 0 0.5em 0; }
  .stories-list .social-links .at-share-btn {
    margin-right: 0.875em !important; }

.listicle .social-links {
  margin: 0.4375em 0 0 0; }
  .listicle .social-links .at-share-btn {
    margin-right: 1.6875em !important; }
    .listicle .social-links .at-share-btn:last-child {
      margin-right: 0 !important; }

.live-blog header.story h1:after {
  content: "LIVE";
  display: inline-block;
  background: #00BE46;
  color: white;
  font-size: .5em;
  padding: 4px 6px 3px;
  line-height: 1;
  text-align: center;
  margin-left: .5em;
  vertical-align: middle;
  letter-spacing: 2px;
  border-radius: 6px;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }

/*
.cardify {


  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 1px 0px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(250, 250, 250);
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-left-radius: 5.984375px;
  border-bottom-right-radius: 5.984375px;
  border-top-left-radius: 5.984375px;
  border-top-right-radius: 5.984375px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 1px 0px;
  box-sizing: border-box;
  border:1px solid rgb(250,250,250);
  display: block;
  margin-bottom: em(36);
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 18px;
  padding-left: 2.5em;
  padding-right: 2.5em;
  padding-top: 36px;
  position: relative;
  max-width: 54em;
  top:-3em;
  z-index: 30;

}


.cardify
{
  .nudge
  {
    opacity:0;
  }
}

.cardify:hover
{
  border: 1px solid #999;
  .nudge{
    opacity:1;
  }
}
*/
/*


.bq {
  font-weight: 300;
  font-size: 1.33333333em;
  padding: 0 0 em(40, 24);
  line-height: em(36, 24);
  margin: em(16) 0;
  max-width: em(672, 24);
  position: relative;
  color: $purple;
  .bq-content {
    font-family: $serif;
    font-size: 1em !important;
    margin-bottom: 0 !important;
    font-weight:bold;
    font-style:italic;
    position: relative;
    padding-left: em(72, 24);
    padding-bottom: 0 !important;
    &::after {
        width: em(3, 24);
      content: "";
      position: absolute;
      left: 6%;
      top: 32px;
      bottom: 8px;
      background: $yellow-l3;
      margin-top:0.6em;

    }
    &::before {
      color: $yellow-l2;
      content: "\201C";
      position: absolute;
      top: -24px;
      left: -6px;
      font-size: 6em;
      line-height: em(48, 56);
    }
  }
  &::after {
    content: "";
    border: 24px solid $hotpink;
    border-width: 0 24px 32px 0;
    border-color: transparent $hotpink transparent transparent;
    position: absolute;
    bottom: -32px;
    right: 48px;
    z-index: 9;
  }
  &::before {
    content: "";
    border: 18px solid $white;
    border-width: 0 16px 24px 0;
    border-color: transparent $white transparent transparent;
    position: absolute;
    bottom: -24px;
    right: 51px;
    z-index: 10;
  }
  &:first-letter {
    float: left;
    margin-top: .25em;
    font-size: 3em;
    line-height: 1;
    font-family: $sans;
    font-weight: bold;
    margin-right: .25em;
  }
}




.bg-liveblog
{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 9;
  &::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: fade-out($black, .7);
    z-index: 10;
     background: -webkit-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1));
  background: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1));
  background: -moz-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1));
  background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));
  }
}

*/
/*.live-icon::before
{

content: "LIVE";
display: inline-block;
background: #00BE87 no-repeat center;
color: white;
font-size: 20px;
height: 30px;
width: 66px;
 padding-left: 13px;
line-height: 1.5em;
text-align: center;
margin-right: 16px;
vertical-align: middle;

}*/
.card-timestamps {
  padding: 4px 4% 12px; }
  @media (min-width: 600px) {
    .card-timestamps {
      padding-left: 8%;
      padding-right: 8%; } }

.lb-timestamp {
  font-size: 0.6875em;
  line-height: 1.45455em;
  display: block;
  font-style: italic;
  color: #555555;
  float: left;
  margin-right: 0.72727em; }
  .lb-timestamp.card-added-timestamp {
    float: right;
    margin-right: 0;
    margin-left: 8px; }
    .lb-timestamp.card-added-timestamp span:before {
      opacity: .6;
      content: "Posted: "; }
    @media (min-width: 600px) {
      .lb-timestamp.card-added-timestamp {
        float: left; } }
  .lb-timestamp.card-updated-timestamp span:before {
    opacity: .6;
    content: "Updated: "; }

.lb-header-content {
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
  color: #e6e6e6;
  position: relative;
  margin-bottom: 4.5em; }
  .lb-header-content figure {
    margin-bottom: 1.5em; }
  .lb-header-content .byline {
    font-size: 1.125em; }
    .lb-header-content .byline .author-name {
      display: block;
      font-weight: bold;
      margin-bottom: 0.44444em; }
    .lb-header-content .byline .timestamp {
      display: block; }
  .lb-header-content.full-width {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%; }
    .lb-header-content.full-width img {
      margin-left: auto;
      margin-right: auto; }
    .lb-header-content.full-width figcaption {
      padding-left: 1.84615em;
      padding-right: 1.84615em; }

.lb-card-content {
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: auto;
  margin-right: auto; }
  .lb-card-content figure {
    margin-bottom: 1.5em; }
  .lb-card-content .byline {
    font-size: 1.125em; }
    .lb-card-content .byline .author-name {
      display: block;
      font-weight: bold;
      margin-bottom: 0.44444em; }
    .lb-card-content .byline .timestamp {
      display: block; }

/*
.lb-comments-card
{
    margin-top: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 3em;
  //background: rgba(255, 255, 255, 0.97);
}

.lb-add-comment {
  margin-bottom: em(24);
  textarea {
    //  border: none;
    border: 1px solid rgba(0,0,0,0.2);
    margin: em(32) 0 em(16);
    resize: none;
    outline: none;
  }
}
*/
.lb-card-header {
  margin-bottom: 1.5em;
  max-width: 54em;
  margin-left: auto;
  margin-right: auto; }
  .lb-card-header.inv {
    color: white; }
  .lb-card-header h6 {
    float: left; }

/*
.comment-cardify
{

  -webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 1px 0px;
//-webkit-transition-delay: 0s;
//-webkit-transition-duration: 0.3s;
//-webkit-transition-property: box-shadow;
//-webkit-transition-timing-function: ease-in;
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(250, 250, 250);
background-image: none;
background-origin: padding-box;
background-size: auto;
border-bottom-left-radius: 5.984375px;
border-bottom-right-radius: 5.984375px;
border-top-left-radius: 5.984375px;
border-top-right-radius: 5.984375px;
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 1px 0px;
box-sizing: border-box;
border:1px solid rgb(250,250,250);
display: block;

margin-bottom: em(36);
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 18px;
padding-left: 2.5em;
padding-right: 2.5em;
padding-top: 1em;
position: relative;
//transition-delay: 0s;
//transition-duration: 0.3s;
//transition-property: box-shadow;
//transition-timing-function: ease-in;
max-width: 54em;
z-index: 30;
}
*/
#lb-comment {
  max-width: 42em;
  margin-left: auto;
  margin-right: auto; }

#lb-comment-last {
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
  border: none; }

#lb-author {
  font-size: 1em;
  line-height: 1.23076923em;
  opacity: .9;
  font-weight: bold; }

#lb-timestamp {
  font-size: 1em;
  line-height: 1.23076923em;
  opacity: .6;
  float: left;
  font-style: italic; }
  #lb-timestamp a {
    color: #333; }

#lb-actions {
  font-size: 1em;
  float: right; }

#lb-text {
  font-size: 1.1em;
  padding-top: 0.2em;
  padding-bottom: 1em; }

.lb-strong {
  font-size: 1.125em;
  line-height: 1.33333333em;
  font-weight: bold;
  padding: 0.88888889em 0 0.44444444em; }

.lb-ul {
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding: 0.88888889em 0 0.44444444em;
  color: #FFC100; }
  .lb-ul:hover {
    text-decoration: underline; }

.carousel-container {
  overflow: hidden;
  padding-bottom: 6px; }

.topstory-carousel {
  width: 100%;
  position: relative;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  margin: 45px auto 0;
  max-width: 900px;
  scroll-snap-points-x: repeat(100%);
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-x: repeat(100%);
  -webkit-scroll-snap-type: mandatory; }
  .topstory-carousel::-webkit-scrollbar {
    display: none; }
  @media (min-width: 600px) {
    .topstory-carousel {
      margin-top: 56px; }
      .topstory-carousel.personalized-story h5:before {
        position: relative;
        float: none;
        display: inline-block; }
      .topstory-carousel.personalized-story .content p {
        font-size: 24px; } }
  .feeds .topstory-carousel {
    margin-top: 0; }
  .topstory-carousel.personalized-story {
    overflow-x: hidden;
    margin: 80px auto 20px; }
    .topstory-carousel.personalized-story figure:after {
      display: none; }
    .topstory-carousel.personalized-story .content {
      position: relative;
      margin-top: -50px;
      overflow: hidden; }
    .topstory-carousel.personalized-story .content__inner {
      width: 100%;
      background: #ffffff;
      margin: 0 auto;
      padding: 20px;
      color: #333333;
      border: 1px solid #dddddd;
      text-align: center; }
      @media (min-width: 600px) {
        .topstory-carousel.personalized-story .content__inner {
          width: 90%; } }
      .topstory-carousel.personalized-story .content__inner .section {
        margin-bottom: 0.25em; }
        .topstory-carousel.personalized-story .content__inner .section span {
          color: #333333; }
        .topstory-carousel.personalized-story .content__inner .section::before {
          display: none; }
      .topstory-carousel.personalized-story .content__inner h3 {
        font-size: 1.5em;
        margin-bottom: 0.2em; }
      .topstory-carousel.personalized-story .content__inner p {
        color: #333333 !important;
        font-size: 1em;
        margin-bottom: 0.2em; }
  .topstory-carousel .top-stories {
    padding: 0;
    margin: 0;
    width: 400%; }
  .topstory-carousel .top-stories > li {
    width: 25%;
    display: inline-block; }
  .topstory-carousel figure {
    padding-top: 56.25%;
    display: block;
    position: relative;
    overflow: hidden;
    background: transparent no-repeat center center;
    background-size: cover; }
    .topstory-carousel figure:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 1;
      background: rgba(74, 74, 74, 0.4); }
    .topstory-carousel figure img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%; }
  .topstory-carousel .content {
    position: absolute;
    bottom: 10%;
    left: 0;
    padding: 0 1.875em;
    white-space: normal;
    color: white;
    z-index: 10; }
    @media (min-width: 600px) {
      .topstory-carousel .content {
        bottom: 20%;
        width: 100%; }
        .topstory-carousel .content .section, .topstory-carousel .content h3, .topstory-carousel .content .byline, .topstory-carousel .content p {
          display: block;
          max-width: 600px;
          margin: 0 auto; }
        .topstory-carousel .content .section {
          padding-bottom: 10px;
          font-size: 0.8em; }
        .topstory-carousel .content .byline {
          padding-top: 6px;
          font-size: 0.9em; }
        .topstory-carousel .content h3 {
          font-size: 1.8em; } }
    .topstory-carousel .content p {
      font-weight: 300;
      font-size: 1em;
      margin-bottom: 0.9375em;
      color: white;
      font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .topstory-carousel .section {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-size: 0.875em;
    font-weight: 600;
    margin-bottom: 1.25em;
    color: white; }
    .topstory-carousel .section:before {
      content: '';
      position: relative;
      float: left;
      width: 2em;
      height: 1.25em;
      background: url("motherly/icons/journey-white-5c382e0549.svg") no-repeat center center;
      background-size: contain;
      margin-right: 0.3125em;
      margin-top: -0.3125em; }
  .topstory-carousel .section-life:before {
    background: url("motherly/icons/life-white-974a64f95e.svg") no-repeat center center;
    background-size: contain; }
  .topstory-carousel .section-work:before {
    background: url("motherly/icons/work-white-306ab78630.svg") no-repeat center center;
    background-size: contain; }
  .topstory-carousel .section-child:before {
    background: url("motherly/icons/child-white-82e38b31d1.svg") no-repeat center center;
    background-size: contain; }
  .topstory-carousel .section-love:before {
    background: url("motherly/icons/love-white-15e9f24d19.svg") no-repeat center center;
    background-size: contain; }
  .topstory-carousel h3 {
    font-weight: 300;
    font-size: 1.25em;
    margin-bottom: 0.9375em;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .topstory-carousel .byline {
    font-size: 0.75em;
    font-weight: 300;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }

.nav-buttons {
  display: block;
  position: relative;
  margin: 0 auto 10px;
  width: 50%;
  left: 10%;
  padding: 0;
  z-index: 10;
  margin-top: -2.5em;
  overflow: hidden; }
  @media (min-width: 600px) {
    .nav-buttons {
      width: 30%; } }

.nav-btn {
  float: left;
  width: 0.9375em;
  height: 0.9375em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.9375em;
  border: 1px solid white;
  background-color: transparent;
  text-indent: -9999em; }

.is-active {
  background-color: white; }

.ages-stages {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 20px; }
  .ages-stages .hero-image-container {
    max-width: 900px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: 0; }
    .ages-stages .hero-image-container .hero-image {
      position: relative;
      padding-top: 56.25%; }
    .ages-stages .hero-image-container img {
      margin-left: 0; }
  .ages-stages ul {
    display: block;
    padding: 0;
    overflow: hidden;
    margin: 10px -10px;
    text-align: center; }
  .ages-stages li {
    width: 50%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box; }
    @media (min-width: 900px) {
      .ages-stages li {
        width: 25%; } }

header[role="banner"] {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 3em;
  z-index: 100;
  width: 100%;
  /* my children's bundle*/ }
  @media (min-width: 600px) {
    header[role="banner"] {
      height: 3.625em; } }
  header[role="banner"]:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3em;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s; }
    @media (min-width: 600px) {
      header[role="banner"]:before {
        height: 3.625em; } }
  header[role="banner"] #menu-open-link {
    display: block;
    position: relative;
    float: left;
    margin: 15px 1em;
    width: 1.375em;
    height: 1em;
    background: url("motherly/icons/menu-89e06e66b1.svg") no-repeat center center;
    background-size: 100%;
    text-indent: -100em;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: ease-in-out 0.35s;
    -moz-transition: ease-in-out 0.35s;
    -o-transition: ease-in-out 0.35s;
    transition: ease-in-out 0.35s; }
    @media (min-width: 600px) {
      header[role="banner"] #menu-open-link {
        margin: 19px 0 0 26px;
        padding: 10px; } }
  header[role="banner"] h1#site-logo {
    display: block;
    position: relative;
    width: 116px;
    height: 44px;
    transform: scale(1.2, 1.2);
    margin: 0 auto;
    padding: 0;
    background: transparent url("motherly/logo-4013e7438e.svg") no-repeat center left;
    background-size: contain;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s; }
    @media (min-width: 600px) {
      header[role="banner"] h1#site-logo {
        transform: scale(1.5, 1.5);
        margin-top: 7px; } }
    header[role="banner"] h1#site-logo a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-indent: -100em;
      overflow: hidden; }
  header[role="banner"] .secondary-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    margin: 15px 1em;
    z-index: 10;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s; }
    @media (min-width: 600px) {
      header[role="banner"] .secondary-nav {
        margin: 21px 1.25em; } }
    header[role="banner"] .secondary-nav .profile,
    header[role="banner"] .secondary-nav .search,
    header[role="banner"] .secondary-nav .login {
      float: left;
      overflow: hidden;
      width: 1.25em;
      height: 1.25em;
      margin-left: 0.625em;
      color: white;
      text-indent: -100em;
      background: url("motherly/icons/user-72aae9e869.svg") no-repeat center center;
      background-size: contain; }
      @media (min-width: 600px) {
        header[role="banner"] .secondary-nav .profile,
        header[role="banner"] .secondary-nav .search,
        header[role="banner"] .secondary-nav .login {
          margin-left: 1.125em; } }
    header[role="banner"] .secondary-nav .login {
      background: none;
      text-indent: 0;
      color: #555555;
      width: 41px;
      height: 25px;
      font-size: 14px;
      line-height: 18px;
      text-transform: capitalize;
      font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
      font-weight: 500; }
    header[role="banner"] .secondary-nav .search {
      background-image: url("motherly/icons/search_icon-69f187dc26.svg");
      background-size: contain; }
    header[role="banner"] .secondary-nav .fb-like {
      display: none; }
  header[role="banner"] .child-bundle-nav {
    z-index: 10;
    font-size: 0.8125em;
    text-transform: uppercase;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    overflow: visible;
    background-color: white; }
    header[role="banner"] .child-bundle-nav:after {
      content: " ";
      display: block;
      border-bottom: 1px solid red; }
    header[role="banner"] .child-bundle-nav ul {
      padding: 0; }
    header[role="banner"] .child-bundle-nav li {
      display: inline-block; }
    header[role="banner"] .child-bundle-nav .child-bundle-navigation {
      margin: 0 0 0.625em 0.9375em;
      padding-top: 0.9375em; }
    header[role="banner"] .child-bundle-nav .child-bundle-dropdown {
      width: 135px;
      margin-left: 1.875em;
      padding-left: 0.625em;
      position: relative;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      header[role="banner"] .child-bundle-nav .child-bundle-dropdown.active {
        color: #9B72C9; }
      header[role="banner"] .child-bundle-nav .child-bundle-dropdown li {
        display: block;
        padding-left: 0.625em; }
      header[role="banner"] .child-bundle-nav .child-bundle-dropdown .dropdown-arrow {
        height: 25px;
        width: 25px;
        display: inline-block;
        background-color: white;
        float: right;
        position: relative;
        border: 1px solid #999999; }
        header[role="banner"] .child-bundle-nav .child-bundle-dropdown .dropdown-arrow.active {
          background-color: #9B72C9;
          border: 1px solid #9B72C9; }
        header[role="banner"] .child-bundle-nav .child-bundle-dropdown .dropdown-arrow .down-arrow {
          height: 10px;
          width: 10px;
          position: absolute;
          margin-top: 4px;
          margin-left: 7px;
          border-right: 1px solid #999999;
          border-bottom: 1px solid #999999;
          transform: rotate(45deg); }
          header[role="banner"] .child-bundle-nav .child-bundle-dropdown .dropdown-arrow .down-arrow.active {
            border-right: 0.0625em solid white;
            border-bottom: 0.0625em solid white; }
      header[role="banner"] .child-bundle-nav .child-bundle-dropdown .child-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        border-top: none;
        border-bottom: none;
        list-style: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        max-height: 0;
        overflow: hidden; }
        header[role="banner"] .child-bundle-nav .child-bundle-dropdown .child-dropdown.active {
          max-height: 400px;
          margin-top: 0.625em;
          padding: 0; }
        header[role="banner"] .child-bundle-nav .child-bundle-dropdown .child-dropdown li a {
          display: block;
          text-decoration: none;
          color: #000;
          padding: 0.3125em 0;
          transition: all 0.3s ease-out; }

.section-header {
  display: block;
  font-size: 1em;
  text-align: left;
  background: white;
  text-indent: 0.75em; }
  .section-header h5 {
    line-height: 2.22222em; }

#login,
#search-dialog,
#profile {
  display: block;
  position: fixed;
  background: #fff;
  border: 1px solid #ddd;
  top: -10em;
  right: 0.5em;
  z-index: 110; }

#profile {
  padding: 1em;
  right: 46px; }
  #profile ul {
    margin: 0;
    padding: 0; }
  #profile li {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    padding: 0;
    margin: 0; }
  #profile.show {
    top: 3.125em; }

#login {
  padding: 1em; }
  #login.show {
    top: 3.75em; }
  #login h5 {
    font-size: 0.875em;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0.5em; }
  #login ul {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0; }
  #login li {
    display: inline-block;
    padding: 0.5em; }
  #login a {
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 1.25em;
    background: transparent url("icons/social/facebook-d7b4b893a3.svg") no-repeat center center;
    background-size: auto 60%; }
    #login a.facebook {
      background-color: #3672ba; }
    #login a.twitter {
      background-color: #47a7df;
      background-image: url("icons/social/twitter-ad257399a8.svg");
      background-size: auto 45%; }
    #login a.google {
      background-color: #e85932;
      background-image: url("icons/social/google-93ab9c0d73.svg");
      background-size: auto 50%; }
    #login a.linkedin {
      background-color: #74cbec;
      background-image: url("icons/social/linkedin-eb0d40dc7f.svg");
      background-size: auto 50%; }

.search-open #search-dialog {
  top: 3.75em; }
  @media (min-width: 600px) {
    .search-open #search-dialog {
      top: 5.625em;
      border: 1px solid #ddd;
      right: 1.5em; } }

#search-dialog:before {
  right: 3.75em; }
  @media (min-width: 600px) {
    #search-dialog:before {
      right: 1.5em; } }

#search-dialog form {
  margin: 0;
  padding: 0 0 0 3em;
  background: rgba(255, 255, 255, 0.95) url("icons/search-a89249f7e5.svg") no-repeat 1em center;
  background-size: 1.25em auto; }

#search-dialog label {
  display: none; }

#search-dialog input {
  width: 90%;
  outline: none;
  line-height: 3em;
  border: none;
  padding: 0 0.5em; }

.drawer-open {
  overflow: hidden; }
  .drawer-open h1#site-logo {
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    opacity: 0; }
    @media (min-width: 600px) {
      .drawer-open h1#site-logo {
        opacity: 1; } }
  .drawer-open a.drawer-close {
    display: block; }

a.drawer-close {
  display: none;
  position: fixed;
  top: 17px;
  left: 10.75em;
  width: 16px;
  height: 16px;
  text-indent: -100em;
  overflow: hidden;
  padding: 0;
  z-index: 201;
  cursor: pointer;
  background: transparent url("motherly/icons/close-925dd942f5.svg") no-repeat center center;
  background-size: contain; }
  @media (min-width: 600px) {
    a.drawer-close {
      left: 14.0625em;
      top: 21px;
      width: 20px;
      height: 20px; } }

.drawer {
  display: block;
  position: fixed;
  left: -31.25em;
  width: 13.125em;
  height: 100%;
  z-index: 200;
  background: white;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  padding-top: 1em;
  top: 0;
  bottom: 0;
  border-right: 1px solid #E6E6E6;
  font-size: 0.75em; }
  @media (min-width: 600px) {
    .drawer {
      font-size: 1em; } }
  .drawer-open .drawer {
    left: 0;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s; }
  .drawer > a.drawer-close {
    display: block;
    position: absolute;
    top: 12px;
    right: -50px;
    width: 32px;
    height: 32px;
    text-indent: -100em;
    overflow: hidden;
    padding: 0;
    z-index: 201;
    cursor: pointer;
    background: url("motherly/icons/close-925dd942f5.svg") no-repeat center center; }
  .drawer a {
    line-height: 3em;
    display: block;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .drawer h1#site-logo {
    display: block;
    position: relative;
    width: 0.70588em;
    height: 0.58824em;
    margin: 0 auto;
    padding: 0;
    background: transparent url("motherly/logo-4013e7438e.svg") no-repeat center left;
    background-size: contain;
    margin-bottom: 1em; }
    .drawer h1#site-logo a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-indent: -100em;
      overflow: hidden; }

.main-nav ul {
  padding: 0 0 1.5em; }

.main-nav .section:before {
  content: "";
  margin-top: 0.625em;
  margin-left: 0.625em;
  display: block;
  position: absolute;
  width: 1.5625em;
  height: 1.875em;
  background-size: contain; }

.main-nav li {
  font-size: 0.875em;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.125em;
  width: 100%;
  padding-left: 1.25em;
  line-height: 2em; }
  .main-nav li a {
    padding-left: 3em; }
  .main-nav li.qsection-aboutUs {
    margin-top: 1.875em;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
    border-right: none; }
    .main-nav li.qsection-aboutUs a {
      line-height: 3em; }
    .main-nav li.qsection-aboutUs:before {
      background: url("motherly/icons/user-72aae9e869.svg") no-repeat center center;
      background-size: contain;
      margin-top: 8px; }
  .main-nav li.myjourney-pregnant:before {
    background: url("motherly/onboarding/pregnant-195a97592d.svg") no-repeat center center;
    background-size: contain; }
  .main-nav li.myjourney-mama:before {
    background: url("motherly/onboarding/new-mama-21834b3dc3.svg") no-repeat center center;
    background-size: contain; }
  .main-nav li.myjourney-planning:before {
    background: url("motherly/onboarding/planning-b084b61cfe.svg") no-repeat center center;
    background-size: contain; }
  .main-nav li.qsection-myjourney {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 14px; }
  .main-nav li.qsection-askmotherly {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    margin-top: 14px; }
    .main-nav li.qsection-askmotherly:before {
      background: url("motherly/icons/video-class-696456344b.svg") no-repeat center center;
      background-size: contain; }
  .main-nav li.qsection-aboutUs {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }
    .main-nav li.qsection-aboutUs:before {
      background: url("motherly/icons/about-604058d329.svg") no-repeat center center;
      background-size: contain; }

.secondary-nav {
  margin-bottom: 2em; }
  .secondary-nav ul {
    padding: 0; }
  .secondary-nav li {
    font-size: 0.9375em;
    line-height: 2em;
    font-weight: 300;
    padding-left: 2em;
    width: 100%; }
  .secondary-nav a {
    padding: 0;
    line-height: 2em;
    color: #999999; }
  .secondary-nav a:hover {
    color: #555555; }

.menu-social {
  margin-top: 1em;
  margin-left: 24px;
  position: relative; }

.quintype {
  font-size: 0.625em;
  font-weight: 300;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  padding: 0;
  margin-top: 1em;
  position: relative;
  margin-left: 24px; }
  .quintype a {
    display: inline;
    text-decoration: none;
    color: #9B72C9; }

[role="contentinfo"] {
  margin: 0 auto 2.5em auto;
  padding: 1em;
  color: #333;
  text-align: center;
  padding-bottom: 3.75em;
  max-width: 600px; }
  @media (min-width: 600px) {
    [role="contentinfo"] {
      font-size: 1.2em; } }
  [role="contentinfo"] p {
    display: block;
    font-size: 0.75em;
    font-weight: 300;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  [role="contentinfo"] a {
    color: #9B72C9;
    text-decoration: none; }

.share_motherly {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #f1f1f1;
  margin: 0 auto;
  text-align: center;
  padding: 0.625em 0 0.625em 0; }
  .share_motherly a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.75em;
    border: 1px solid #9B72C9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    width: 40%;
    margin: 0 10px;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    line-height: 30px;
    border: 1px solid #9B72C9;
    color: #333; }
    .share_motherly a .xs-hide {
      display: none; }
    @media (min-width: 600px) {
      .share_motherly a {
        width: 34%; }
        .share_motherly a .xs-hide {
          display: inline; } }
    .share_motherly a:hover {
      background: #fff; }
    .share_motherly a.follow-facebook::before {
      content: "";
      width: 16px;
      height: 16px;
      margin-bottom: -3px;
      display: inline-block;
      background-image: url("motherly/social/facebook-icon-dafaa6301e.svg");
      background-size: contain;
      background-repeat: no-repeat; }

#story {
  margin-top: 3em; }

.read-more-stories .card-content {
  max-width: 86em;
  margin-left: auto;
  margin-right: auto; }
  .read-more-stories .card-content:after {
    content: " ";
    display: block;
    clear: both; }

.related-stories {
  padding-top: 0;
  background-color: rgba(241, 241, 241, 0.4); }
  .related-stories h5 {
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    text-align: center;
    margin: 0.625em 0;
    letter-spacing: 2px; }
  .related-stories .load-more {
    display: block;
    text-align: center;
    font-size: 0.875em;
    font-weight: 500;
    text-transform: uppercase;
    color: #999999;
    margin: 1.5em 0; }

header.story {
  max-width: 1466px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  @media screen and (min-width: 720px) {
    header.story {
      padding: 25px 25px 0; } }
  header.story .hero-image-container {
    margin-bottom: 1.875em;
    margin-top: 40px; }
    @media screen and (min-width: 720px) {
      header.story .hero-image-container {
        width: 55%;
        padding-top: 35%;
        float: left; } }
  header.story .hero-image {
    background-size: cover; }
  header.story .story-headline {
    padding: 30px 25px 0;
    text-align: center;
    box-sizing: border-box; }
    @media screen and (min-width: 600px) {
      header.story .story-headline {
        padding: 40px 25px 0; } }
    @media screen and (min-width: 720px) {
      header.story .story-headline {
        text-align: left;
        padding: 40px 0 0;
        float: right;
        width: 42%; } }
  header.story .social-links {
    float: right;
    margin-top: 0;
    margin-bottom: 0; }
    header.story .social-links .at-icon-wrapper {
      margin-left: 0px !important;
      margin-right: 0px !important; }
    header.story .social-links .at-share-tbx-element .at-share-btn:hover {
      transform: translateY(0px); }
    @media screen and (min-width: 720px) {
      header.story .social-links {
        text-align: left;
        margin-left: -10px;
        position: absolute;
        bottom: 30px;
        left: 58%;
        bottom: 30px; }
        header.story .social-links .at-icon-wrapper {
          margin-left: 3px !important;
          margin-right: 3px !important; }
        header.story .social-links .at-share-tbx-element .at-share-btn:hover {
          transform: translateY(-4px); } }
    @media screen and (min-width: 940px) {
      header.story .social-links {
        bottom: 40px; } }
  @media screen and (min-width: 720px) {
    header.story .byline-container {
      margin: 0;
      padding: 0;
      border: 0; } }
  header.story .byline--desktop {
    display: none; }
  header.story .byline--mobile {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 20px;
    padding: 5px 0;
    overflow: hidden; }
  @media screen and (min-width: 720px) {
    header.story .byline--desktop {
      display: block; }
    header.story .byline--mobile {
      border: 0;
      margin: 0;
      padding: 0; }
      header.story .byline--mobile .byline {
        display: none; } }
  header.story h1 {
    line-height: 1.125em;
    color: #333333;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0.3125em 0;
    font-family: "freight-text-pro", serif;
    font-size: 1.875em; }
    @media screen and (min-width: 900px) {
      header.story h1 {
        font-size: 2.375em; } }
    @media screen and (min-width: 1200px) {
      header.story h1 {
        font-size: 3.125em; } }
    @media screen and (min-width: 1300px) {
      header.story h1 {
        font-size: 3.75em; } }
  header.story .byline {
    float: left;
    margin-top: 5px;
    font-size: 0.875em;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
    @media screen and (min-width: 720px) {
      header.story .byline {
        float: none;
        font-size: 1em; } }
    header.story .byline .author,
    header.story .byline .timestamp {
      display: inline-block;
      font-weight: 300;
      color: #333333; }
    header.story .byline .timestamp {
      margin-left: 1em;
      color: #999999; }
  header.story .container {
    max-width: 800px; }
    @media (min-width: 600px) {
      header.story .container {
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px; } }

@media (min-width: 600px) {
  .story-element {
    max-width: 800px;
    font-size: 1.1em; } }

.story-element-jsembed img {
  margin: 0 auto; }

.card-title {
  padding: 0 0.625em;
  font-weight: bold; }

header.video-story {
  padding-top: 4em; }

.require-subscription {
  position: fixed;
  z-index: 1000;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), white);
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .require-subscription h2 {
    font-family: "freight-text-pro", serif;
    padding-top: 0; }
  @media (min-width: 600px) {
    .require-subscription {
      top: 70px; } }
  .require-subscription .call-to-action-btn {
    width: 100%; }
    @media (min-width: 600px) {
      .require-subscription .call-to-action-btn {
        width: 50%; } }
  .require-subscription__inner {
    width: 100%;
    top: 50%;
    position: absolute;
    padding: 0 30px; }
  .require-subscription__content {
    text-align: center;
    background: white;
    padding: 40px;
    max-width: 500px;
    margin: -160px auto 0;
    border: 1px solid #eee; }
  .require-subscription__sign-in {
    color: #9B72C9; }
    .require-subscription__sign-in:hover {
      border-bottom: 1px solid #9B72C9; }

.make-payment {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), white);
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .make-payment h2 {
    font-family: "freight-text-pro", serif;
    padding-top: 0; }
  @media (min-width: 600px) {
    .make-payment {
      top: 70px; } }
  .make-payment .call-to-action-btn {
    width: 100%; }
    @media (min-width: 600px) {
      .make-payment .call-to-action-btn {
        width: 50%; } }
  .make-payment__inner {
    width: 100%;
    top: 50%;
    position: absolute;
    padding: 0 30px; }
  .make-payment__content {
    text-align: center;
    background: white;
    padding: 40px;
    max-width: 500px;
    margin: -160px auto 0;
    border: 1px solid #eee;
    position: relative; }
  .make-payment .close-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    right: 5px;
    z-index: 10;
    top: 5px;
    color: #c8c8c8;
    background: url("motherly/icons/close-925dd942f5.svg") no-repeat center center;
    background-size: contain; }

.disqus-comments {
  max-width: 900px;
  margin: 0.625em; }
  @media (min-width: 800px) {
    .disqus-comments {
      margin: 1.25em auto; } }

.author-bio {
  max-width: 900px;
  margin: 0 auto;
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 50px;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  font-size: 13px;
  overflow: hidden; }
  .author-bio__bio {
    margin-left: 80px;
    width: auto; }
    .author-bio__bio div, .author-bio__bio p {
      font-size: 1em;
      display: inline;
      font-style: italic; }
    .author-bio__bio a {
      color: #9B72C9; }
  .author-bio strong {
    padding-right: 10px;
    border-right: 1px solid #ddd;
    margin-right: 10px; }
    .author-bio strong a {
      border: 0;
      color: #9B72C9;
      font-size: 1.2em; }
  .author-bio p {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-size: 1.2em; }
  .author-bio__image {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    float: left; }
    .author-bio__image img {
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }

body #pubexchange_below_content .pe-wrapper {
  padding-bottom: 50px; }

.static-page {
  margin-top: 5em;
  margin-bottom: 1.5em;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px; }
  .static-page a {
    text-decoration: none;
    color: #9B72C9; }
  .static-page header {
    padding-top: 1.5em; }
  .static-page h2 {
    font-size: 1.125em;
    font-weight: 600;
    margin: 0;
    padding: 1em 0; }
  .static-page h3 {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 42, 18;
    margin: 0;
    padding: 0.75em 0; }
  .static-page p {
    padding-bottom: 1em; }
  .static-page blockquote {
    margin: 0.625em;
    padding: 0.625em 0 0.625em 0;
    font-size: 1.25em;
    font-family: "freight-text-pro", serif;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }

.about-us-page {
  padding: 0 1em; }
  .about-us-page input[type=radio] {
    display: none; }
  .about-us-page label {
    display: block;
    position: relative;
    width: 100%;
    height: 5em;
    background: red;
    cursor: pointer;
    margin-bottom: 0.3125em;
    line-height: 5em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125em;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    z-index: 1; }
    .about-us-page label:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.3);
      z-index: -1; }
    .about-us-page label:after {
      content: '';
      position: absolute;
      top: 37px;
      margin-left: 8px;
      width: 0.75em;
      height: 0.75em;
      background: url("motherly/icons/expand-dcf95ba473.svg") no-repeat center center;
      background-size: contain; }
  .about-us-page #our-story-label {
    background: url("motherly/our-story-fef708099c.jpg") no-repeat center center;
    background-size: 100%; }
  .about-us-page #we-believe-label {
    background: url("motherly/we-believe-f2cdd25d6a.jpg") no-repeat center center;
    background-size: 100%; }
  .about-us-page #we-are-label {
    background: url("motherly/we-are-e8877340c1.jpg") no-repeat center center;
    background-size: 100%; }
  .about-us-page #your-story-label {
    background: url("motherly/share-your-story-b359427529.jpg") no-repeat center center;
    background-size: 100%; }
  .about-us-page #our-contributors-label {
    background: url("motherly/about-contributors-9873b169dc.jpg") no-repeat center center;
    background-size: 100%; }
  .about-us-page article#about-us-details {
    display: block; }
  .about-us-page article {
    display: none; }
  .about-us-page #our-story-details,
  .about-us-page #we-believe-details,
  .about-us-page #we-are-details,
  .about-us-page #your-story-details,
  .about-us-page #our-contributors-details {
    display: none; }
  .about-us-page #our-story:checked ~ #our-story-details,
  .about-us-page #we-believe:checked ~ #we-believe-details,
  .about-us-page #we-are:checked ~ #we-are-details,
  .about-us-page #your-story:checked ~ #your-story-details,
  .about-us-page #our-contributors:checked ~ #our-contributors-details {
    display: block; }

.contact-us .is-active {
  display: block; }

.contact-us a.close {
  top: 60px !important; }

.contact-us-form {
  display: none;
  background: url("motherly/masthead_logo-cc9f911669.svg") no-repeat;
  background-position: center 1.125em;
  padding-top: 3em;
  background-size: 60px; }
  @media (min-width: 600px) {
    .contact-us-form {
      background-position: center 1.875em;
      padding-top: 4.25em; } }
  .contact-us-form header {
    padding-bottom: 0; }
  .contact-us-form h3 {
    font-size: 1.5625em;
    font-weight: 300;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    text-align: center; }
  .contact-us-form .contact-form {
    width: 80%;
    margin: 0 auto; }
  .contact-us-form input[type=text] {
    display: block;
    margin-bottom: 0.625em;
    font-size: 0.875em;
    font-weight: 300;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    -webkit-appearance: none; }
  .contact-us-form textarea {
    display: block;
    margin-top: 1.875em;
    height: 8.125em;
    resize: none;
    border: 1px solid #cccccc;
    font-size: 0.875em;
    font-weight: 300;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    -webkit-appearance: none; }
  .contact-us-form input[type=submit] {
    min-width: 5em;
    width: 40%;
    margin: 2.1875em auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-weight: 600;
    font-size: 0.75em; }

.contribute-page {
  margin-top: 3.125em; }
  .contribute-page ul li {
    list-style: disc; }
  .contribute-page img {
    max-width: auto;
    width: 100%; }
  .contribute-page h2 {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-weight: 300;
    font-size: 1.875em;
    text-align: center; }
  .contribute-page h5 {
    font-family: "freight-text-pro", serif;
    font-weight: 600;
    font-size: 1.125em;
    margin-bottom: 10px; }
  .contribute-page p {
    font-size: 1.125em;
    line-height: 1.71429em;
    padding-bottom: 0px; }
  .contribute-page a {
    font-size: 1.125em; }
  .contribute-page .call-to-action-btn {
    font-size: 1.125em !important;
    width: 100%; }
  @media (min-width: 600px) {
    .contribute-page p, .contribute-page h5, .contribute-page a {
      font-size: 1.375em; }
    .contribute-page .call-to-action-btn {
      width: 50%; } }

.experts-page {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 2.5em; }
  @media (min-width: 600px) {
    .experts-page {
      padding-top: 5em; } }
  .experts-page h5 {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-weight: 300;
    font-size: 1.125em;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.625em 0; }
  .experts-page h2 {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-weight: 300;
    font-size: 1.875em;
    text-align: center; }
  .experts-page .profile-image {
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0.625em;
    float: left;
    width: 6.25em;
    height: 6.25em; }
    .experts-page .profile-image img {
      width: 100%; }
  .experts-page ul {
    margin: 0 0.625em;
    padding: 0;
    width: 100%; }
  .experts-page li {
    margin: 1.25em 1.25em 2.5em;
    display: block;
    overflow: hidden;
    clear: both; }
    .experts-page li:last-child {
      height: 12.5em; }
  .experts-page .expert-details {
    float: right;
    width: 50%;
    text-align: left; }
    @media (min-width: 550px) {
      .experts-page .expert-details {
        width: 75%; } }
  .experts-page h3,
  .experts-page h4 {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .experts-page h3 {
    font-weight: 600;
    font-size: 1em;
    margin-top: 0.625em; }
  .experts-page h4 {
    font-size: 0.875em;
    font-weight: 300;
    margin-top: 0.3125em;
    margin-bottom: 0.625em;
    color: #555555; }
  .experts-page a.read-more {
    font-size: 0.75em;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-weight: 300; }

.privacy-policy ol.numbers {
  list-style: decimal; }

.privacy-policy ol.alpha {
  list-style: lower-alpha; }

.privacy-policy ol.roman {
  list-style: lower-roman; }

.unsubscribe {
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .unsubscribe header {
    margin-top: 8%; }
  .unsubscribe .sub-heading {
    text-align: center;
    font-size: 1.25em;
    font-weight: 200; }
  .unsubscribe .contact-us-form {
    display: none;
    background: url("motherly/masthead_logo-cc9f911669.svg") no-repeat;
    background-position: center 3em;
    padding-top: 3.5em;
    background-size: 15%; }
    @media (min-height: 460px) and (orientation: portrait) {
      .unsubscribe .contact-us-form {
        background-position: center 5em;
        padding-top: 8em; } }
    .unsubscribe .contact-us-form header {
      padding-bottom: 0; }
    .unsubscribe .contact-us-form h3 {
      font-size: 1.5625em;
      font-weight: 300;
      font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
      text-align: center; }
  .unsubscribe .contact-form {
    width: 100%;
    margin: 0 auto; }
    .unsubscribe .contact-form input[type=checkbox] {
      visibility: hidden;
      display: none; }
    .unsubscribe .contact-form input {
      display: block;
      width: 80%;
      margin: 0 auto;
      font-size: 0.875em;
      font-weight: 300;
      font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
      color: #999999;
      height: 2.5em;
      margin-bottom: 0.625em;
      border: 1px solid #999999;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      -webkit-apperance: none; }
      @media (min-width: 370px) {
        .unsubscribe .contact-form input {
          margin-bottom: 0.9375em; } }
    .unsubscribe .contact-form #office-work:checked + #office-work-label:before,
    .unsubscribe .contact-form #work-home:checked + #work-home-label:before,
    .unsubscribe .contact-form #stay-home:checked + #stay-home-label:before,
    .unsubscribe .contact-form #maternity-leave:checked + #maternity-leave-label:before,
    .unsubscribe .contact-form #time-off:checked + #time-off-label:before {
      background: url("motherly/onboarding/selected-birthdetails-4d344711e8.svg") no-repeat center center;
      background-size: 100%;
      border: none; }
    .unsubscribe .contact-form label {
      display: block;
      position: relative;
      width: 100%;
      border: 1px solid #777;
      padding-top: 0.625em;
      font-size: 1em;
      font-weight: 300;
      text-align: left;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      margin: 0.3125em auto;
      padding-left: 3.125em;
      height: 3.125em;
      line-height: 1.5625em;
      font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
      .unsubscribe .contact-form label:before {
        content: '';
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        width: 1.5em;
        height: 1.5em;
        position: absolute;
        left: 10px;
        border: 1px solid #999999; }
      @media (min-width: 370px) {
        .unsubscribe .contact-form label {
          font-size: 1.25em; } }
    .unsubscribe .contact-form label:last-child {
      height: 3.75em; }
    .unsubscribe .contact-form input[type=text] {
      display: block;
      margin-bottom: 0.625em;
      font-size: 0.875em;
      font-weight: 300;
      font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
      -webkit-appearance: none; }
    .unsubscribe .contact-form textarea {
      display: block;
      margin-top: 1.875em;
      height: 8.125em;
      resize: none;
      border: 1px solid #cccccc;
      font-size: 0.875em;
      font-weight: 300;
      font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
      -webkit-appearance: none; }
    .unsubscribe .contact-form input[type=submit] {
      min-width: 5em;
      width: 40%;
      margin: 2.1875em auto;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
      font-weight: 600;
      font-size: 0.75em;
      color: #fff; }

.team-page {
  padding: 0 1em; }
  .team-page input[type=radio] {
    display: none; }
  @media (min-width: 600px) {
    .team-page {
      max-width: 800px; } }
  .team-page label {
    display: block;
    position: relative;
    width: 100%;
    height: 5em;
    background: red;
    cursor: pointer;
    margin-bottom: 0.3125em;
    line-height: 5em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125em;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    z-index: 1; }
    .team-page label:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.3);
      z-index: -1; }
    .team-page label:after {
      content: '';
      position: absolute;
      top: 37px;
      margin-left: 8px;
      width: 0.75em;
      height: 0.75em;
      background: url("motherly/icons/expand-dcf95ba473.svg") no-repeat center center;
      background-size: contain; }
  .team-page #founders-label {
    background: url("motherly/our-story-fef708099c.jpg") no-repeat center center;
    background-size: 100%; }
  .team-page #experts-label {
    background: url("motherly/we-believe-f2cdd25d6a.jpg") no-repeat center center;
    background-size: 100%; }
  .team-page #partners-label {
    background: url("motherly/we-are-e8877340c1.jpg") no-repeat center center;
    background-size: 100%; }
  .team-page #contributors-label {
    background: url("motherly/share-your-story-b359427529.jpg") no-repeat center center;
    background-size: 100%; }
  .team-page #contribute-label {
    background: url("motherly/about-contributors-9873b169dc.jpg") no-repeat center center;
    background-size: 100%; }
  .team-page article#about-us-details {
    display: block; }
  .team-page article {
    display: none; }
  .team-page #founders-details,
  .team-page #experts-details,
  .team-page #partners-details,
  .team-page #contributors-details,
  .team-page #contribute-details {
    display: none; }
  .team-page #founders:checked ~ #founders-details,
  .team-page #experts:checked ~ #experts-details,
  .team-page #partners:checked ~ #partners-details,
  .team-page #contributors:checked ~ #contributors-details,
  .team-page #contribute:checked ~ #contribute-details {
    display: block; }
  .team-page .our-partners {
    background-color: #cdb7e5;
    margin: 10px; }
    .team-page .our-partners h2 {
      font-family: "freight-text-pro", serif;
      text-transform: uppercase;
      color: white;
      letter-spacing: 5px;
      font-size: 1.25em;
      text-align: center;
      margin-bottom: 1.25em;
      border-bottom: 1px solid white; }
    .team-page .our-partners ul {
      padding: 0;
      width: 80%;
      margin: 0 auto; }
    .team-page .our-partners li {
      font-family: "freight-text-pro", serif;
      text-transform: uppercase;
      color: white;
      font-size: 0.875em;
      text-align: center;
      padding-bottom: 1.25em;
      min-height: 0;
      margin: 0; }
      .team-page .our-partners li:last-child {
        height: 3.125em; }
  .team-page .founder-image {
    padding: 5% 0;
    width: 50%;
    display: inline-block; }
    .team-page .founder-image p {
      text-align: center;
      padding-top: 2%;
      padding-bottom: 0; }
      .team-page .founder-image p .founder-link {
        color: #000;
        font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
        font-weight: 600; }
    .team-page .founder-image img {
      border-radius: 50%;
      max-width: 50%;
      margin: 0 auto; }
    .team-page .founder-image .linkedin-logo {
      width: 12%;
      display: inline;
      padding-left: 4%; }
      .team-page .founder-image .linkedin-logo:before {
        content: "";
        width: 26px;
        height: 26px;
        display: inline-block;
        border-radius: 50%;
        position: relative;
        top: 5px;
        background: url("motherly/icons/linkedin-da79ee44d4.svg") no-repeat center center; }

.ask {
  text-align: center; }
  .ask p {
    font-weight: 300;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-size: 0.75em; }
  .ask .call-to-action-btn {
    margin: 0.625em auto; }

div.section {
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  padding-top: 3.75em; }
  @media (min-width: 600px) {
    div.section {
      padding-top: 5em; } }

.filtered-stories {
  padding: 1.25em; }
  .filtered-stories .section {
    font-size: 2.5em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    margin-bottom: 0.625em; }
  .filtered-stories figure {
    position: relative;
    padding-top: 54%;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 600px) {
      .filtered-stories figure {
        margin: 0;
        width: 100%;
        padding-top: 54%; } }
  .filtered-stories img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%); }
  .filtered-stories h3,
  .filtered-stories .author {
    font-weight: 300;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .filtered-stories h3 {
    font-size: 1.0625em;
    line-height: 1.46667em; }
  .filtered-stories .author {
    font-size: 0.75em;
    line-height: 1.16667em;
    margin-top: 0.625em; }
  .filtered-stories .content {
    clear: both;
    padding-left: 0;
    padding: 15px 0 0 0;
    box-sizing: border-box;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .filtered-stories .content {
        height: 130px; } }

.filtered-story {
  width: 100%;
  padding: 0.75em 0;
  overflow: hidden;
  display: inline-block; }
  @media (min-width: 600px) {
    .filtered-story {
      width: 50%;
      padding: 0.75em; } }
  @media (min-width: 850px) {
    .filtered-story {
      width: 33.3333%; } }
  @media (min-width: 1100px) {
    .filtered-story {
      width: 25%; } }

.filtered-story:last-child {
  border-bottom: none; }

.user-profile {
  margin-top: 6.25em;
  width: 100%; }
  .user-profile input {
    -webkit-appearance: none; }
  .user-profile label,
  .user-profile h3 {
    display: block;
    font-weight: 300;
    font-size: 0.875em;
    margin-bottom: 0.625em;
    letter-spacing: 1.1px; }
  .user-profile select {
    display: block;
    width: 100%;
    font-size: 0.75em;
    font-weight: 300;
    padding: 0.625em 1.25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("motherly/icons/select-arrow-6379c7e4c7.svg") no-repeat right 5px center;
    background-size: 1.5em;
    border: 1px solid #cccccc; }
    .user-profile select:focus {
      outline: none; }
    .user-profile select::-ms-expand {
      display: none; }
  .user-profile .row {
    margin: 1.25em 0; }
    .user-profile .row {
      *zoom: 1; }
    .user-profile .row:before, .user-profile .row:after {
      content: "";
      display: table; }
    .user-profile .row:after {
      clear: both; }
  .user-profile .gender-switch {
    width: 41.66667%;
    float: left;
    padding-left: 0.69444%;
    padding-right: 0.69444%; }

input {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 0.625em 1.25em;
  height: 33px;
  font-weight: 300;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  font-size: 0.75em; }

.profile-image {
  margin: 0 auto; }
  .profile-image input[type=file] {
    display: none; }
  .profile-image label {
    margin: 0 auto;
    width: 7.5em;
    height: 7.5em;
    display: block;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: rgba(204, 204, 204, 0.25) no-repeat center center;
    background-size: cover;
    line-height: 1.25em;
    border: 1px solid #555555;
    padding: 30px; }

.profile-name {
  font-size: 1.25em;
  font-weight: 300;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  text-align: center; }

.relationship,
.child-name,
.add-more {
  width: 41.66667%;
  float: left;
  padding-left: 0.69444%;
  padding-right: 0.69444%; }

.birthday-details {
  width: 58.33333%;
  float: left;
  padding-left: 0.69444%;
  padding-right: 0.69444%; }

.zipcode,
.work {
  width: 41.66667%;
  float: right;
  padding-left: 0.69444%;
  padding-right: 0.69444%; }

.child-details {
  border-top: 1px solid #cccccc;
  margin-top: 1.875em;
  padding-top: 1.875em; }
  .child-details .gender-switch {
    margin: 1.875em;
    position: relative;
    width: 82px;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 33px;
    line-height: 33px;
    display: inline-block; }
    .child-details .gender-switch input[type=radio] {
      display: none; }
    .child-details .gender-switch label {
      color: #555555;
      display: block;
      width: 50px;
      height: 100%;
      margin: 3px 3px;
      cursor: pointer;
      z-index: 1;
      text-align: center;
      display: inline;
      padding: 0.625em; }
    .child-details .gender-switch .male:checked ~ .gender-switch-slider {
      left: 0; }
    .child-details .gender-switch .female:checked ~ .gender-switch-slider {
      left: 40px; }
    .child-details .gender-switch .gender-switch-slider {
      width: 40px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      background: rgba(155, 114, 201, 0.5); }

.add-more {
  display: block;
  width: 45%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  background: #E2E2E2; }

.add-btn {
  font-size: 0.9375em;
  font-weight: 300;
  position: relative; }

.news-and-updates,
.style-advice,
.fitness-tips,
.recipes {
  width: 50%;
  float: left;
  padding-left: 0.69444%;
  padding-right: 0.69444%; }

.home-and-diy,
.motherly-stories,
.motherly-makers {
  width: 50%;
  float: right;
  padding-left: 0.69444%;
  padding-right: 0.69444%; }

.show-me-more,
.my-journey-details,
.work-info,
.childs-diet-details {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */ }
  .show-me-more [type="checkbox"]:not(:checked),
  .show-me-more [type="checkbox"]:checked,
  .my-journey-details [type="checkbox"]:not(:checked),
  .my-journey-details [type="checkbox"]:checked,
  .work-info [type="checkbox"]:not(:checked),
  .work-info [type="checkbox"]:checked,
  .childs-diet-details [type="checkbox"]:not(:checked),
  .childs-diet-details [type="checkbox"]:checked {
    position: absolute;
    width: 1.25em;
    height: 15px;
    left: -9999px; }
  .show-me-more [type="checkbox"]:not(:checked) + label,
  .show-me-more [type="checkbox"]:checked + label,
  .my-journey-details [type="checkbox"]:not(:checked) + label,
  .my-journey-details [type="checkbox"]:checked + label,
  .work-info [type="checkbox"]:not(:checked) + label,
  .work-info [type="checkbox"]:checked + label,
  .childs-diet-details [type="checkbox"]:not(:checked) + label,
  .childs-diet-details [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer; }
  .show-me-more [type="checkbox"]:not(:checked) + label:before,
  .show-me-more [type="checkbox"]:checked + label:before,
  .my-journey-details [type="checkbox"]:not(:checked) + label:before,
  .my-journey-details [type="checkbox"]:checked + label:before,
  .work-info [type="checkbox"]:not(:checked) + label:before,
  .work-info [type="checkbox"]:checked + label:before,
  .childs-diet-details [type="checkbox"]:not(:checked) + label:before,
  .childs-diet-details [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #cccccc;
    border-radius: 4px; }
  .show-me-more [type="checkbox"]:not(:checked) + label:after,
  .show-me-more [type="checkbox"]:checked + label:after,
  .my-journey-details [type="checkbox"]:not(:checked) + label:after,
  .my-journey-details [type="checkbox"]:checked + label:after,
  .work-info [type="checkbox"]:not(:checked) + label:after,
  .work-info [type="checkbox"]:checked + label:after,
  .childs-diet-details [type="checkbox"]:not(:checked) + label:after,
  .childs-diet-details [type="checkbox"]:checked + label:after {
    content: '✓';
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    line-height: 0.8;
    color: #9B72C9;
    transition: all .2s; }
  .show-me-more [type="checkbox"]:not(:checked) + label:after,
  .my-journey-details [type="checkbox"]:not(:checked) + label:after,
  .work-info [type="checkbox"]:not(:checked) + label:after,
  .childs-diet-details [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .show-me-more [type="checkbox"]:checked + label:after,
  .my-journey-details [type="checkbox"]:checked + label:after,
  .work-info [type="checkbox"]:checked + label:after,
  .childs-diet-details [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }

.show-me-more {
  border-top: 1px solid #cccccc;
  margin-top: 0.625em;
  padding-top: 0.625em; }
  .show-me-more .row {
    margin: 0.625em 0; }
  .show-me-more h2 {
    font-size: 1.25em;
    font-weight: 300;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    text-align: center; }
  .show-me-more .news-and-updates,
  .show-me-more .home-and-diy,
  .show-me-more .style-advice,
  .show-me-more .motherly-stories,
  .show-me-more .fitness-tips,
  .show-me-more .motherly-makers,
  .show-me-more .recipes {
    height: 33px; }

.my-journey-planning,
.my-journey-pregnant,
.my-journey-mama {
  display: inline-block;
  padding-right: 30px; }

.work-status {
  padding: 0;
  margin: 0; }
  .work-status li {
    display: inline-block;
    width: 46%; }

.childs-diet-details ul,
.my-journey-details ul {
  padding: 0;
  margin: 0; }

.childs-diet-details li,
.my-journey-details li {
  display: inline-block; }

.due-date-pregnant {
  width: 100%;
  float: left;
  padding-left: 0.69444%;
  padding-right: 0.69444%;
  transition: all .2s;
  height: 0;
  transform: scale(0); }
  .due-date-pregnant.is-active {
    height: auto;
    transform: scale(1); }
  .due-date-pregnant .datepick {
    width: 66.66667%;
    float: left;
    padding-left: 0.69444%;
    padding-right: 0.69444%;
    margin: 0 auto;
    float: none; }
  .due-date-pregnant input {
    width: 50%;
    float: left;
    padding-left: 0.69444%;
    padding-right: 0.69444%; }

.childs-diet-details li {
  width: 46%; }

.my-journey-details li {
  width: 33%; }

.remove {
  padding-left: 20px;
  background: url("motherly/icons/waste-icon-f09ea57293.svg") no-repeat 0px;
  background-size: 16px; }
  @media (min-width: 600px) {
    .remove {
      padding-left: 11%; } }

.public-home h2,
.public-home h3 {
  display: block;
  font-weight: 300;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  color: #555555;
  width: 80%;
  margin: 0 auto;
  text-align: center; }

.public-home h2 {
  font-size: 1.375em; }

.public-home h3 {
  font-size: 1em; }

.public-home .pull-quote {
  color: white;
  background-color: #cdb7e5;
  padding: 5.3125em 0;
  height: 16.875em; }

.public-home blockquote {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-family: "freight-text-pro", serif;
  padding: 1.25em 0;
  margin: 0 1.25em;
  text-align: center; }

.public-home a {
  text-decoration: none;
  color: #9B72C9; }

.public-home section {
  max-width: 900px;
  margin: 1.875em auto; }
  .public-home section .container {
    max-width: 800px;
    padding-bottom: 1.25em; }
  @media (min-width: 600px) {
    .public-home section {
      margin: 3.125em auto;
      position: relative; }
      .public-home section figure {
        padding-top: 45%;
        overflow: hidden;
        margin-top: 0.625em;
        position: relative;
        z-index: 1; }
      .public-home section img {
        position: absolute;
        top: 0;
        width: 100%;
        max-width: none; } }

section.home-banner {
  height: 28.75em;
  width: 100%;
  max-width: 100%;
  background: url("motherly/home-hero-image-e652cd3c15.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  margin-top: 3em;
  position: relative;
  z-index: 10; }
  section.home-banner h1,
  section.home-banner h3 {
    display: block;
    font-weight: 300;
    font-family: "freight-text-pro", serif;
    color: white;
    width: 90%;
    margin: 0 auto; }
  section.home-banner h1 {
    font-size: 1.75em;
    padding-top: 250px;
    font-weight: 400; }
    @media (min-width: 600px) {
      section.home-banner h1 {
        font-size: 2.5em; } }
  section.home-banner h3 {
    font-size: 1.1875em;
    margin-top: 0.625em; }
    @media (min-width: 600px) {
      section.home-banner h3 {
        font-size: 1.625em; } }

.our-partners {
  background-color: #cdb7e5; }
  .our-partners h2 {
    font-family: "freight-text-pro", serif;
    text-transform: uppercase;
    color: white;
    letter-spacing: 5px;
    font-size: 1.25em;
    margin-bottom: 1.25em;
    border-bottom: 1px solid white; }
  .our-partners ul {
    padding: 0;
    width: 80%;
    margin: 0 auto; }
  .our-partners li {
    font-family: "freight-text-pro", serif;
    text-transform: uppercase;
    color: white;
    font-size: 0.875em;
    text-align: center;
    padding-bottom: 1.25em;
    min-height: 0;
    margin: 0; }
    .our-partners li:last-child {
      height: 3.125em; }

.home-social {
  margin: 3.125em auto 1.25em auto;
  text-align: center; }

.channels {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 1.25em;
  margin: 0 auto; }
  .channels h2,
  .channels h3 {
    text-align: left;
    width: 95%; }
    @media (min-width: 600px) {
      .channels h2,
      .channels h3 {
        text-align: center; }
        .channels h2:before,
        .channels h3:before {
          display: block;
          width: 100%;
          margin-bottom: 10px; } }

.love h2:before,
.child h2:before,
.work-home h2:before,
.life h2:before {
  content: '';
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  margin: 0.1875em;
  position: relative;
  background: url("motherly/sections/love-2fa50b554a.svg") no-repeat center center;
  background-size: contain; }

@media (min-width: 600px) {
  .love h2,
  .child h2,
  .work-home h2,
  .life h2 {
    text-align: center; }
    .love h2:before,
    .child h2:before,
    .work-home h2:before,
    .life h2:before {
      display: inline-block;
      width: 1em;
      float: none;
      margin-bottom: -6px;
      margin-right: 6px; } }

.love {
  border-top: 2px solid #cccccc;
  padding-top: 1.25em; }

.child {
  border-bottom: none; }
  .child h2:before {
    background: url("motherly/sections/child-d0dfe96069.svg") no-repeat center center;
    background-size: contain; }

.work-home h2:before {
  background: url("motherly/sections/work-999b4e9498.svg") no-repeat center center;
  background-size: contain;
  margin: 0 0.1875em; }

.life h2:before {
  background: url("motherly/sections/life-20e39f892e.svg") no-repeat center center;
  background-size: contain; }

.author-profile,
.all-author-profiles {
  margin-top: 3.125em; }
  @media (min-width: 600px) {
    .author-profile,
    .all-author-profiles {
      margin-top: 6.25em; } }
  .author-profile .profile-image,
  .all-author-profiles .profile-image {
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("motherly/monogram.jpg");
    margin-bottom: 20px; }

.author-profile .profile-image {
  width: 7.5em;
  height: 7.5em; }

.author-profile .author-details {
  width: 90%;
  margin: 0 auto; }
  .author-profile .author-details h3,
  .author-profile .author-details p {
    font-weight: 300;
    text-align: center;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .author-profile .author-details h3 {
    font-size: 1.875em; }
  .author-profile .author-details a {
    text-decoration: underline; }
  .author-profile .author-details .bio {
    margin: 1.25em auto 1.25em;
    font-size: 0.75em;
    font-style: italic;
    max-width: 800px;
    text-align: center; }
    @media (min-width: 600px) {
      .author-profile .author-details .bio {
        margin-bottom: 2.5em;
        font-size: 0.9375em; } }

.all-author-profiles h2 {
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  font-weight: 300;
  font-size: 1.875em;
  text-align: center; }

.all-author-profiles .profile-image {
  width: 6.25em;
  height: 6.25em; }

.all-author-profiles ul {
  margin: 0 0.625em;
  padding: 0;
  width: 100%; }

.all-author-profiles li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 17px;
  padding-bottom: 23px; }
  @media (min-width: 600px) {
    .all-author-profiles li {
      width: 33.33333%; } }
  @media (min-width: 800px) {
    .all-author-profiles li {
      width: 25%; } }
  .all-author-profiles li:nth-child(2n) {
    margin-bottom: 1.875em; }
    .all-author-profiles li:nth-child(2n) {
      *zoom: 1; }
    .all-author-profiles li:nth-child(2n):before, .all-author-profiles li:nth-child(2n):after {
      content: "";
      display: table; }
    .all-author-profiles li:nth-child(2n):after {
      clear: both; }

.all-author-profiles h3,
.all-author-profiles h4 {
  font-weight: 300;
  font-size: 0.75em;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }

.all-author-profiles h3 {
  margin-top: 0.625em;
  color: #9B72C9; }

.all-author-profiles h4 {
  margin-top: 0.3125em;
  margin-bottom: 0.625em;
  color: #cccccc; }

.join-team-motherly h5 {
  font-weight: 300;
  font-size: 0.875em;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  text-align: center;
  margin-top: 1.25em; }

.call-to-action-btn {
  display: block;
  position: relative;
  width: 50%;
  margin: 1.875em auto;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  font-size: 0.75em;
  letter-spacing: 2px;
  background: #9B72C9;
  padding: 1.25em;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none !important; }

.share-motherly {
  position: relative;
  padding-top: 12.5em;
  background: #9B72C9 url("motherly/motherly-white-logo-c194c23659.svg") no-repeat center 50px;
  margin: 3em auto 0 auto;
  max-width: 30em;
  display: none; }
  .share-motherly.is-active {
    display: block; }

.share-motherly a.close,
.thankyou a.close,
.timeline-view a.close,
.contact-us a.close,
.ask-motherly-form a.close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  text-indent: -100em;
  overflow: hidden;
  padding: 0;
  z-index: 201;
  cursor: pointer;
  background: url("motherly/icons/close-925dd942f5.svg") no-repeat center center;
  background-size: contain; }

.send-motherly-love {
  background: white; }
  .send-motherly-love h2,
  .send-motherly-love h5 {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-weight: 300;
    text-align: center;
    width: 80%;
    margin: 0 auto; }
  .send-motherly-love h2 {
    font-size: 1.4375em; }
  .send-motherly-love h5 {
    font-size: 0.875em; }
  .send-motherly-love form {
    margin-top: 1.25em; }
  .send-motherly-love input[type=email] {
    width: 60%;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 0.625em;
    font-size: 0.9375em;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-weight: 300;
    border: 1px solid #cccccc;
    webkit-appearance: none; }
  .send-motherly-love input[type=submit] {
    width: 30%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }

.hide-share-motherly .share_motherly {
  display: none; }

.ask-motherly-form {
  display: none;
  position: relative;
  padding-top: 1.875em;
  background: url("motherly/icons/ask_motherly-41454c75c1.svg") no-repeat;
  background-position: center 10px;
  background-size: 45px; }
  @media (min-height: 460px) and (orientation: portrait) {
    .ask-motherly-form {
      background-position: center 80px;
      padding-top: 6.25em; } }
  @media (min-height: 559px) and (orientation: portrait) {
    .ask-motherly-form {
      background-position: center  100px;
      padding-top: 9.375em; } }
  @media (min-width: 800px) {
    .ask-motherly-form {
      background-position: center 110px;
      padding-top: 7.5em;
      font-size: 1.2em; } }
  .ask-motherly-form h2,
  .ask-motherly-form h3,
  .ask-motherly-form h6 {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-weight: 300;
    text-align: center; }
  .ask-motherly-form h2 {
    font-size: 1.5625em; }
  .ask-motherly-form h3 {
    font-size: 0.875em;
    margin-bottom: 0.625em; }
    .ask-motherly-form h3.strong {
      font-weight: 600; }
  .ask-motherly-form h6 {
    font-size: 0.625em; }
  .ask-motherly-form form {
    width: 90%;
    margin: 1.25em auto;
    font-size: 0.875em;
    font-weight: 300;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .ask-motherly-form input {
    display: block;
    margin-bottom: 0.625em;
    border: 1px solid #cccccc;
    -webkit-appearance: none;
    font-size: 1em; }
  .ask-motherly-form textarea {
    display: block;
    position: relative;
    resize: none;
    height: 10em;
    border: 1px solid #cccccc;
    margin-bottom: 0.3125em;
    -webkit-appearance: none; }
  .ask-motherly-form input[type=submit] {
    max-width: 160px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
  .ask-motherly-form.is-active {
    display: block; }

.ask-motherly {
  max-width: 50em;
  margin: 0 auto; }
  .ask-motherly a.close {
    top: 60px !important; }

.thankyou {
  display: none;
  background: url("motherly/thankyou-34a739bdf9.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
  padding-top: 6.25em;
  position: relative; }
  .thankyou h1.motherly-logo {
    background: url("motherly/motherly-white-logo-c194c23659.svg") no-repeat center center;
    background-size: contain;
    width: 75px;
    height: 50px;
    margin: 0 auto; }
  .thankyou h2,
  .thankyou h5 {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0.625em; }
  .thankyou h2 {
    font-size: 1.75em; }
  .thankyou h5 {
    font-size: 0.875em; }
  .thankyou.is-active {
    display: block; }
  .thankyou .call-to-action-btn {
    width: 60%; }

.errors {
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  color: #D0021B;
  font-size: 0.875em;
  margin: 1.25em 0; }

.error {
  border: 1px solid #D0021B; }

.timeline-view {
  background-color: #F1F1F1;
  padding-top: 1.25em;
  position: relative;
  min-height: 6.25em; }
  .timeline-view:before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    z-index: 101;
    top: 0;
    left: 30px;
    height: 100%;
    width: 1px;
    background: #cccccc; }
  .timeline-view a.close {
    background: url("motherly/icons/close-darker-c23393d061.svg") no-repeat center center;
    background-size: contain; }
  @media (min-width: 600px) {
    .timeline-view {
      max-width: 700px; } }

.timeline-block {
  position: relative;
  padding: 2em 0;
  margin: 0; }

.timeline-date {
  position: relative;
  padding: 0 0 3em 3em; }
  .timeline-date:before {
    content: '';
    position: absolute;
    width: 16px;
    top: -3px;
    left: 13px;
    height: 15px;
    border-radius: 50%;
    background: #999999;
    z-index: 201; }
  .timeline-date:after {
    content: '';
    position: absolute;
    left: 17px;
    top: 20px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #999999;
    box-shadow: 0 0 0 1px #999999, 0 13px 0 1px #999999, 0 26px 0 1px #999999;
    z-index: 201; }
  .timeline-date h5 {
    font-size: 0.75em;
    font-weight: 600;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }

.timeline-content {
  position: relative;
  padding: 0em 1em 1em 3em;
  background: white; }
  .timeline-content:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 13px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #9B72C9;
    z-index: 201; }
  .timeline-content .story-element {
    padding: 0; }
  .timeline-content h2 {
    font-size: 1.4375em;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-weight: 600; }
  .timeline-content p {
    font-weight: 300;
    font-family: "freight-text-pro", serif;
    font-size: 0.9375em;
    line-height: 1.4em;
    margin-bottom: 0.625em; }
  .timeline-content figure {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative; }
    .timeline-content figure img {
      width: 100%; }

.onboarding-wrapper {
  background-color: white;
  margin: 0 auto;
  display: none;
  position: relative; }
  .onboarding-wrapper h1.site-logo {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    width: 16px;
    height: 8px;
    margin: 10px auto;
    padding: 0;
    background: transparent url("motherly/masthead_logo-cc9f911669.svg") no-repeat center center;
    background-size: contain; }
    .onboarding-wrapper h1.site-logo a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-indent: -100em;
      overflow: hidden; }
    @media (min-width: 370px) {
      .onboarding-wrapper h1.site-logo {
        width: 0.5em;
        height: 0.5em;
        margin: 0 auto; } }
  .onboarding-wrapper h3,
  .onboarding-wrapper h4,
  .onboarding-wrapper h5,
  .onboarding-wrapper h6 {
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .onboarding-wrapper.is-current {
    display: block;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s; }
  .onboarding-wrapper input {
    -webkit-appearance: none;
    z-index: 1; }
  .onboarding-wrapper input[type=checkbox] {
    -webkit-appearance: checkbox; }
  .onboarding-wrapper input[type=date][placeholder] {
    display: block;
    width: 100%;
    padding-left: 70px; }
    .onboarding-wrapper input[type=date][placeholder]:before {
      content: attr(placeholder);
      color: #aaa;
      position: absolute;
      left: 10px; }

.is-horizontal {
  display: none;
  position: relative;
  width: 100%;
  margin: 30% auto;
  text-align: center;
  max-width: 30em;
  font-size: 1.5625em;
  font-weight: 600;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  text-transform: uppercase;
  color: #9B72C9; }
  @media (max-width: 690px) and (orientation: landscape) {
    .is-horizontal {
      display: block; } }

.start-page .onboarding-content {
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
  height: 100%; }
  @media (min-width: 800px) {
    .start-page .onboarding-content {
      height: 100vh; } }
  @media (min-width: 600px) {
    .start-page .onboarding-content {
      height: 100vh; } }
  @media (min-height: 559px) and (orientation: portrait) {
    .start-page .onboarding-content {
      height: 100vh; } }
  .start-page .onboarding-content h3 {
    margin-top: 1.875em; }
    @media (min-height: 559px) and (orientation: portrait) {
      .start-page .onboarding-content h3 {
        margin-top: 2.5em; } }
  .start-page .onboarding-content .login, .start-page .onboarding-content .forgot-password {
    color: #999; }
    .start-page .onboarding-content .login a, .start-page .onboarding-content .forgot-password a {
      text-decoration: none;
      color: #9B72C9; }

.start-page .onboarding-buttons {
  margin: 1.875em auto; }

.start-page .sign-in a {
  text-decoration: underline;
  color: #9B72C9; }

.onboarding-content {
  display: block;
  text-align: center;
  position: relative;
  max-width: 40em;
  margin: 0 auto;
  z-index: 1; }
  .onboarding-content h3,
  .onboarding-content h5 {
    font-weight: 300; }
  .onboarding-content h3 {
    font-size: 1em; }
    @media (min-width: 370px) {
      .onboarding-content h3 {
        font-size: 1.25em; } }
  .onboarding-content h5 {
    font-size: 0.875em; }
    @media (min-width: 370px) {
      .onboarding-content h5 {
        font-size: 1em; } }
  .onboarding-content .input-fields {
    margin: 0.5em auto;
    overflow: auto; }
    @media (min-height: 460px) and (orientation: portrait) {
      .onboarding-content .input-fields {
        margin: 0.625em auto; } }
    @media (min-height: 559px) and (orientation: portrait) {
      .onboarding-content .input-fields {
        margin: 1.25em auto; } }
  .onboarding-content input {
    display: block;
    width: 94%;
    margin: 0 auto;
    font-size: 0.875em;
    font-weight: 300;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    color: #999999;
    height: 2.5em;
    margin-bottom: 0.625em;
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-apperance: none; }
    @media (min-width: 600px) {
      .onboarding-content input {
        width: 80%; } }
    @media (min-width: 370px) {
      .onboarding-content input {
        margin-bottom: 0.9375em; } }
    .onboarding-content input:focus .progress {
      display: none; }
  .onboarding-content .bucket-fields .other {
    display: block;
    font-size: 0.5em;
    color: #9B72C9;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    letter-spacing: 1px;
    margin: 0.3125em auto 0 auto; }
    @media (min-height: 460px) and (orientation: portrait) {
      .onboarding-content .bucket-fields .other {
        font-size: 0.6875em;
        letter-spacing: 2px;
        margin: 0.625em auto 0 auto; } }
    @media (min-height: 559px) and (orientation: portrait) {
      .onboarding-content .bucket-fields .other {
        font-size: 0.75em; } }
  .onboarding-content .buckets {
    display: block;
    position: relative;
    padding: 0;
    margin: 0.625em auto 0 auto;
    width: 60%; }
    @media (min-height: 460px) and (orientation: portrait) {
      .onboarding-content .buckets {
        width: 75%; } }
    .onboarding-content .buckets input[type=radio] {
      display: none; }
    .onboarding-content .buckets label {
      display: inline-block;
      margin: 0 0.3125em;
      padding: 1em;
      width: 7.5em;
      height: 7.5em;
      border: 1px solid #cccccc;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: white;
      font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
      font-size: 0.5em;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }
      .onboarding-content .buckets label:before {
        content: "";
        display: block;
        width: 2em;
        height: 2em;
        background-size: contain;
        margin: auto;
        margin-bottom: 1.25em; }
      @media (min-height: 460px) and (orientation: portrait) {
        .onboarding-content .buckets label {
          margin: 0.375em;
          font-size: 0.6875em;
          width: 7.5em;
          height: 7.5em; } }
      @media (min-height: 559px) and (orientation: portrait) {
        .onboarding-content .buckets label {
          font-size: 0.875em;
          padding: 0.875em; } }
    .onboarding-content .buckets #planning-label:before {
      background: url("motherly/onboarding/planning-b084b61cfe.svg") no-repeat center center;
      background-size: contain; }
    .onboarding-content .buckets #pregnant-label:before {
      background: url("motherly/onboarding/pregnant-195a97592d.svg") no-repeat center center;
      background-size: contain; }
    .onboarding-content .buckets #mama-label {
      margin-bottom: 0; }
      .onboarding-content .buckets #mama-label:before {
        background: url("motherly/onboarding/new-mama-21834b3dc3.svg") no-repeat center center;
        background-size: contain; }
    .onboarding-content .buckets input[type=radio]:checked + label {
      border-color: #9B72C9;
      background-color: #9B72C9;
      color: white; }
    .onboarding-content .buckets input[type=radio]:checked + #planning-label:before {
      background: url("motherly/onboarding/planning-white-05dd5e9e05.svg") no-repeat center center;
      background-size: contain; }
    .onboarding-content .buckets input[type=radio]:checked + #pregnant-label:before {
      background: url("motherly/onboarding/pregnant-white-838163789d.svg") no-repeat center center;
      background-size: contain; }
    .onboarding-content .buckets input[type=radio]:checked + #mama-label:before {
      background: url("motherly/onboarding/new-mama-white-1b9754990c.svg") no-repeat center center;
      background-size: contain; }
  .onboarding-content .onboarding-buttons {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    font-size: 0.75em;
    font-weight: 600;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    text-transform: uppercase;
    width: 100%;
    max-width: 18em;
    margin: 0.625em auto; }
    .onboarding-content .onboarding-buttons {
      *zoom: 1; }
    .onboarding-content .onboarding-buttons:before, .onboarding-content .onboarding-buttons:after {
      content: "";
      display: table; }
    .onboarding-content .onboarding-buttons:after {
      clear: both; }
    @media (min-height: 460px) and (orientation: portrait) {
      .onboarding-content .onboarding-buttons {
        margin: 1.875em auto; } }
    .onboarding-content .onboarding-buttons .skip,
    .onboarding-content .onboarding-buttons .next-btn {
      font-size: 0.875em;
      letter-spacing: 2px;
      width: 60px;
      height: 28px;
      line-height: 28px; }
      @media (min-height: 460px) and (orientation: portrait) {
        .onboarding-content .onboarding-buttons .skip,
        .onboarding-content .onboarding-buttons .next-btn {
          font-size: 1em;
          width: 80px;
          height: 33px;
          line-height: 36px; } }
    .onboarding-content .onboarding-buttons .the-real-next-btn {
      /* Because Ashmita Vishwanathan "Ash Austin" said so and this is the bottom line */
      margin-top: 0;
      line-height: 24px; }
      @media (min-height: 460px) and (orientation: portrait) {
        .onboarding-content .onboarding-buttons .the-real-next-btn {
          line-height: 28px; } }
    .onboarding-content .onboarding-buttons .skip {
      color: #999999;
      float: left; }
    .onboarding-content .onboarding-buttons .next-btn {
      display: inline-block;
      background: rgba(155, 114, 201, 0.5);
      color: rgba(255, 255, 255, 0.5);
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
    .onboarding-content .onboarding-buttons .is-active {
      background: #9b72c9;
      color: white; }
  .onboarding-content .due-date {
    margin: 0.3125em auto;
    position: relative;
    width: 94%; }
    @media (min-width: 600px) {
      .onboarding-content .due-date {
        width: 80%; } }
    @media (min-height: 460px) and (orientation: portrait) {
      .onboarding-content .due-date {
        margin: 1.875em auto; } }
    .onboarding-content .due-date input[type=date] {
      font-size: 0.875em;
      font-weight: 300;
      color: #555555;
      -webkit-appearance: none;
      height: 2.0625em;
      line-height: 0.30303em; }

.progress {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 30em;
  margin: 0 auto;
  height: 15px;
  background-color: rgba(155, 114, 201, 0.5); }
  .progress .activity {
    height: 15px;
    background-color: #9B72C9;
    width: 10%;
    text-indent: -999em; }

.mama-page .onboarding-content {
  background: url("motherly/onboarding/congo-28070769bb.svg") no-repeat;
  background-position: 51% 80px;
  padding-top: 11.25em;
  background-size: 40px; }
  @media (min-height: 460px) and (orientation: portrait) {
    .mama-page .onboarding-content {
      background-position: 51% 50px;
      padding-top: 11.25em;
      background-size: 40px; } }
  @media (min-height: 559px) and (orientation: portrait) {
    .mama-page .onboarding-content {
      background-position: center 100px;
      padding-top: 15.625em; } }
  @media (min-width: 800px) {
    .mama-page .onboarding-content {
      background-position: center 100px;
      padding-top: 15.625em; } }

.mama-page h3 {
  font-size: 1.25em; }
  @media (min-width: 370px) {
    .mama-page h3 {
      font-size: 1.875em; } }

.mama-page h5,
.mama-page h6 {
  font-size: 0.875em;
  margin-top: 0.625em;
  font-weight: 600; }
  @media (min-height: 559px) and (orientation: portrait) {
    .mama-page h5,
    .mama-page h6 {
      font-size: 1em;
      margin-top: 0.9375em; } }

.mama-page .input-fields {
  width: 90%;
  overflow: auto; }

.mama-page .add-more {
  border: none;
  background: transparent; }

.mama-page input {
  width: 60%;
  float: left; }

.mama-page .onboarding-buttons {
  margin: 1.875em auto; }

.mama-page .progress > .activity {
  width: 20%; }

.planning-page .onboarding-content {
  background: url("motherly/onboarding/anticipation-2563c4076d.svg") no-repeat;
  background-position: 51% 80px;
  padding-top: 11.25em;
  background-size: 40px; }
  @media (min-height: 460px) and (orientation: portrait) {
    .planning-page .onboarding-content {
      background-position: 51% 50px;
      padding-top: 11.25em;
      background-size: 40px; } }
  @media (min-height: 559px) and (orientation: portrait) {
    .planning-page .onboarding-content {
      background-position: center 100px;
      padding-top: 15.625em; } }
  @media (min-width: 800px) {
    .planning-page .onboarding-content {
      background-position: center 100px;
      padding-top: 15.625em; } }

.planning-page .progress > .activity {
  width: 20%; }

.pregnant-page .onboarding-content {
  background: url("motherly/onboarding/my-journey-purple-38dc0d99af.svg") no-repeat;
  background-position: 51% 80px;
  padding-top: 11.25em;
  background-size: 40px; }
  @media (min-height: 460px) and (orientation: portrait) {
    .pregnant-page .onboarding-content {
      background-position: 51% 50px;
      padding-top: 11.25em;
      background-size: 40px; } }
  @media (min-height: 559px) and (orientation: portrait) {
    .pregnant-page .onboarding-content {
      background-position: center 100px;
      padding-top: 15.625em; } }
  @media (min-width: 800px) {
    .pregnant-page .onboarding-content {
      background-position: center 100px;
      padding-top: 15.625em; } }

.pregnant-page .progress > .activity {
  width: 20%; }

.planning-page h3,
.pregnant-page h3 {
  font-size: 1.25em; }
  @media (min-height: 559px) and (orientation: portrait) {
    .planning-page h3,
    .pregnant-page h3 {
      font-size: 1.875em; } }

.planning-page h5,
.planning-page h6,
.pregnant-page h5,
.pregnant-page h6 {
  font-size: 0.875em;
  margin-top: 0.625em; }
  @media (min-height: 559px) and (orientation: portrait) {
    .planning-page h5,
    .planning-page h6,
    .pregnant-page h5,
    .pregnant-page h6 {
      font-size: 1em;
      margin-top: 1.25em; } }

.planning-page h6,
.pregnant-page h6 {
  font-weight: 600; }

.family-page-1 .children-details {
  margin-top: 3.125em;
  margin-bottom: 3.125em; }

.family-page-1 #more-children[data-selected=true] + #more-children-label:before,
.family-page-1 #no-children[data-selected=true] + #no-children-label:before {
  background: url("motherly/onboarding/selected-birthdetails-4d344711e8.svg") no-repeat center center;
  background-size: 100%;
  border: none; }

.family-page-1 .progress > .activity {
  width: 30%; }

.family-page-1 h5,
.food-page h5,
.work-page h5,
.other-page h5,
.unsubscribe-page h5,
.sign-up-page h5 {
  font-size: 1.25em;
  padding-top: 1.875em; }
  @media (min-height: 559px) and (orientation: portrait) {
    .family-page-1 h5,
    .food-page h5,
    .work-page h5,
    .other-page h5,
    .unsubscribe-page h5,
    .sign-up-page h5 {
      padding-top: 3.125em; } }

.family-page-1 h6,
.food-page h6,
.work-page h6,
.other-page h6,
.unsubscribe-page h6,
.sign-up-page h6 {
  font-size: 1em; }

.family-page-1 input[type=radio],
.food-page input[type=radio],
.work-page input[type=radio],
.other-page input[type=radio],
.unsubscribe-page input[type=radio],
.sign-up-page input[type=radio] {
  display: none; }

.family-page-1 label,
.food-page label,
.work-page label,
.other-page label,
.unsubscribe-page label,
.sign-up-page label {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #777;
  padding-top: 0.625em;
  font-size: 1em;
  font-weight: 300;
  text-align: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0.3125em auto;
  padding-left: 3.125em;
  height: 3.125em;
  line-height: 1.5625em;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .family-page-1 label:before,
  .food-page label:before,
  .work-page label:before,
  .other-page label:before,
  .unsubscribe-page label:before,
  .sign-up-page label:before {
    content: '';
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    left: 10px;
    border: 1px solid #999999; }
  @media (min-width: 370px) {
    .family-page-1 label,
    .food-page label,
    .work-page label,
    .other-page label,
    .unsubscribe-page label,
    .sign-up-page label {
      font-size: 1.25em; } }

.family-page-2 input {
  width: 60%;
  float: left; }

.family-page-2 .onboarding-content {
  height: 100vh; }
  .family-page-2 .onboarding-content h5 {
    padding-top: 3.125em; }
    @media (min-height: 460px) and (orientation: portrait) {
      .family-page-2 .onboarding-content h5 {
        font-size: 1em;
        padding-bottom: 1.875em; } }
    @media (min-height: 559px) and (orientation: portrait) {
      .family-page-2 .onboarding-content h5 {
        padding-top: 3.75em;
        font-size: 1.25em;
        padding-bottom: 1.25em; } }

.family-page-2 .add-more {
  border: none;
  background: transparent; }

.family-page-2 .progress > .activity {
  width: 40%; }

.family-page-2 .children-fields > .input-fields {
  width: 90%;
  overflow: hidden; }

.mama-page .gender-switch,
.family-page-2 .gender-switch {
  width: 80px;
  float: right;
  border: 1px solid #777;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 33px;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .mama-page .gender-switch .switch-gender,
  .family-page-2 .gender-switch .switch-gender {
    background-color: #f3f3f3;
    width: 39px;
    height: 100%;
    margin: 0;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    display: inline-block;
    padding: 0.625em;
    font-size: 0.75em; }
    .mama-page .gender-switch .switch-gender.selected,
    .family-page-2 .gender-switch .switch-gender.selected {
      background-color: rgba(155, 114, 201, 0.5); }

.mama-page input,
.family-page-2 input {
  font-size: 0.75em;
  display: inline-block;
  -webkit-appearance: none; }

.mama-page input[type=date],
.family-page-2 input[type=date] {
  padding: 10px; }
  .mama-page input[type=date]:before,
  .family-page-2 input[type=date]:before {
    content: attr(placeholder);
    color: #aaa;
    position: absolute;
    left: 0;
    padding-right: 40px; }

.mama-page .birth-date,
.family-page-2 .birth-date {
  clear: both;
  position: relative;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  .mama-page .birth-date label,
  .family-page-2 .birth-date label {
    font-size: 0.75em;
    color: #555555;
    margin-right: 1.25em;
    line-height: 2.5em;
    float: left; }

.mama-page .add-more,
.family-page-2 .add-more {
  margin: 0 0.75em; }
  @media (min-width: 600px) {
    .mama-page .add-more,
    .family-page-2 .add-more {
      margin: 0 1.25em; } }

.mama-page .add-btn,
.family-page-2 .add-btn {
  font-size: 0.75em;
  font-weight: 300;
  line-height: 32px;
  background: #f3f3f3;
  float: left;
  margin-top: 0.625em;
  border: 1px solid #777;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 90%;
  height: 32px;
  display: block;
  text-align: center;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }
  @media (min-width: 600px) {
    .mama-page .add-btn,
    .family-page-2 .add-btn {
      width: 65%; } }

.food-page .baby-details {
  margin-top: 1.25em; }

.food-page input[type=checkbox] {
  visibility: hidden;
  display: none; }

.food-page #breastmilk:checked + #breastmilk-label:before,
.food-page #formula:checked + #formula-label:before,
.food-page #purees:checked + #purees-label:before,
.food-page #solids:checked + #solids-label:before {
  background: url("motherly/onboarding/selected-birthdetails-4d344711e8.svg") no-repeat center center;
  background-size: 100%;
  border: none; }

.food-page .onboarding-buttons {
  margin: 3.125em auto; }

.food-page .progress > .activity {
  width: 50%; }

.work-page .work-details {
  margin-top: 1.25em; }

.work-page .onboarding-buttons {
  margin-bottom: 1.875em; }

.work-page input[type=checkbox] {
  visibility: hidden;
  display: none; }

.work-page #office-work:checked + #office-work-label:before,
.work-page #work-home:checked + #work-home-label:before,
.work-page #stay-home:checked + #stay-home-label:before,
.work-page #maternity-leave:checked + #maternity-leave-label:before,
.work-page #time-off:checked + #time-off-label:before {
  background: url("motherly/onboarding/selected-birthdetails-4d344711e8.svg") no-repeat center center;
  background-size: 100%;
  border: none; }

.work-page .progress > .activity {
  width: 60%; }

.location-page .onboarding-content {
  width: 94%;
  margin: 0 auto; }
  @media (min-width: 600px) {
    .location-page .onboarding-content {
      width: 80%; } }

.location-page h5,
.location-page h6 {
  margin-bottom: 1.875em; }

.location-page h5 {
  font-size: 1.25em;
  padding-top: 3.125em; }
  @media (min-width: 370px) {
    .location-page h5 {
      padding-top: 6.25em; } }

.location-page h6 {
  font-size: 1em; }

.location-page input {
  width: 50%;
  margin: 0 auto; }

.location-page .onboarding-buttons {
  margin: 3.125em auto; }

.location-page .progress > .activity {
  width: 70%; }

.signup-page input,
.signin-page input {
  padding: 0 5px; }

.signup-page .create-account,
.signin-page .create-account {
  margin: 0 auto; }
  .signup-page .create-account .sign-up,
  .signin-page .create-account .sign-up {
    font-size: 0.875em;
    max-width: 200px;
    letter-spacing: 1px; }

.signup-page h5,
.signin-page h5 {
  font-size: 1.25em;
  padding-top: 1.875em; }

.signup-page h6,
.signin-page h6 {
  font-size: 1em; }

.signup-page .signup-details,
.signin-page .signup-details {
  margin-top: 1.875em; }

.signup-page .sign-up,
.signin-page .sign-up {
  display: block;
  width: 60%;
  margin: 1.25em auto;
  background: rgba(155, 114, 201, 0.5);
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  font-size: 1em;
  font-weight: 600;
  padding: 0.625em 0.9375em;
  letter-spacing: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1em;
  border: none; }

.signup-page .is-active,
.signin-page .is-active {
  background: #9b72c9;
  color: white; }

.signup-page .facebook-signup,
.signup-page .create-account,
.signin-page .facebook-signup,
.signin-page .create-account {
  position: relative;
  display: block; }
  .signup-page .facebook-signup .or,
  .signup-page .create-account .or,
  .signin-page .facebook-signup .or,
  .signin-page .create-account .or {
    font-size: 0.75em;
    font-weight: 600;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    line-height: 0;
    color: #cccccc;
    text-transform: uppercase; }
    .signup-page .facebook-signup .or:before,
    .signup-page .create-account .or:before,
    .signin-page .facebook-signup .or:before,
    .signin-page .create-account .or:before {
      content: " ";
      display: block;
      float: left;
      width: 40%;
      height: 1px;
      position: relative;
      border-bottom: 1px solid #cccccc;
      margin-top: 10px; }
    .signup-page .facebook-signup .or:after,
    .signup-page .create-account .or:after,
    .signin-page .facebook-signup .or:after,
    .signin-page .create-account .or:after {
      content: " ";
      display: block;
      float: right;
      width: 40%;
      height: 1px;
      position: relative;
      border-bottom: 1px solid #cccccc;
      margin-top: 10px; }
  .signup-page .facebook-signup .facebook-signup-button,
  .signup-page .create-account .facebook-signup-button,
  .signin-page .facebook-signup .facebook-signup-button,
  .signin-page .create-account .facebook-signup-button {
    display: block;
    position: relative;
    width: 94%;
    margin: 1.25em auto;
    background: #e2e2e2;
    color: #555555;
    text-transform: uppercase;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    font-size: 0.75em;
    font-weight: 300;
    padding: 0.625em 1.25em;
    letter-spacing: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    @media (min-width: 600px) {
      .signup-page .facebook-signup .facebook-signup-button,
      .signup-page .create-account .facebook-signup-button,
      .signin-page .facebook-signup .facebook-signup-button,
      .signin-page .create-account .facebook-signup-button {
        width: 80%; } }
    .signup-page .facebook-signup .facebook-signup-button:before,
    .signup-page .create-account .facebook-signup-button:before,
    .signin-page .facebook-signup .facebook-signup-button:before,
    .signin-page .create-account .facebook-signup-button:before {
      content: '';
      display: block;
      position: absolute;
      background: url("motherly/onboarding/signup-facebook-a277a00648.svg") no-repeat center center;
      background-size: contain;
      width: 1em;
      height: 1em;
      left: 10px;
      top: 10px; }

.signup-page .progress > .activity,
.signin-page .progress > .activity {
  width: 90%; }

.signin-page {
  margin-top: 3em; }
  .signin-page ul {
    padding: 0; }
  .signin-page .not-a-member {
    padding: 1.25em 0;
    margin-top: 1.875em;
    border-top: 1px solid #cccccc; }
  .signin-page .join {
    display: block;
    margin: 0.625em auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #9B72C9;
    padding: 0.625em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
    width: 90%; }
  .signin-page .progress > .activity {
    width: 90%; }

.login-page .login {
  visibility: hidden; }

.login-page [role="contentinfo"] {
  display: none; }

.forgot-password h3 {
  width: 94%;
  margin: 5em auto 1.875em auto; }
  @media (min-width: 600px) {
    .forgot-password h3 {
      width: 80%; } }

.forgot-password .onboarding-buttons {
  margin-top: 6.25em; }

.thankyou-password h1.site-logo {
  width: 3em;
  height: 3em;
  position: relative; }

.thankyou-password h2 {
  margin-top: 1.25em;
  font-size: 1.5em;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }

.thankyou-password h3 {
  width: 94%;
  margin: 0.625em auto; }
  @media (min-width: 600px) {
    .thankyou-password h3 {
      width: 80%; } }

.thankyou-password a.close {
  margin: 1em 1em 0 0; }

.other-page .onboarding-content {
  background: url("motherly/onboarding/umbrella-7047a6cfb1.svg") no-repeat;
  background-position: 51% 80px;
  padding-top: 11.25em;
  background-size: 40px; }
  @media (min-height: 460px) and (orientation: portrait) {
    .other-page .onboarding-content {
      background-position: 51% 50px;
      padding-top: 11.25em;
      background-size: 40px; } }
  @media (min-height: 559px) and (orientation: portrait) {
    .other-page .onboarding-content {
      background-position: center 100px;
      padding-top: 15.625em; } }
  @media (min-width: 800px) {
    .other-page .onboarding-content {
      background-position: center 100px;
      padding-top: 15.625em; } }

.other-page h2 {
  font-size: 1.875em;
  font-weight: 300;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  padding: 0.3125em 0; }

.other-page h6 {
  margin: 0 auto;
  width: 94%;
  font-weight: 300; }
  @media (min-width: 600px) {
    .other-page h6 {
      width: 80%; } }
  .other-page h6.semibold {
    font-weight: 600; }

.other-page .other-details {
  margin: 0.3125em 0; }

.other-page h5 {
  padding: 0.3125em 0;
  font-size: 1.125em;
  font-weight: 300; }
  @media (min-width: 370px) {
    .other-page h5 {
      font-size: 1.25em;
      padding: 0.9375em 0; } }

.other-page #grandparent:checked + .grandparent-label:before,
.other-page #significant-other:checked + .significant-other-label:before {
  background: url("motherly/onboarding/selected-birthdetails-4d344711e8.svg") no-repeat center center;
  background-size: 100%;
  border: none; }

.other-page .progress > .activity {
  width: 30%; }

.other-buckets h5 {
  font-size: 1.125em; }

.other-buckets .bucket-fields {
  margin-top: 2.5em;
  height: 16.875em; }
  @media (min-height: 460px) and (orientation: portrait) {
    .other-buckets .bucket-fields {
      margin-top: 3.75em;
      height: 18.125em; } }
  @media (min-width: 800px) {
    .other-buckets .bucket-fields {
      height: 25em; } }
  .other-buckets .bucket-fields .buckets {
    width: 94%; }
    @media (min-width: 600px) {
      .other-buckets .bucket-fields .buckets {
        width: 80%; } }
    @media (min-height: 460px) and (orientation: portrait) {
      .other-buckets .bucket-fields .buckets {
        margin-top: 2.5em; } }
    @media (min-width: 370px) {
      .other-buckets .bucket-fields .buckets {
        width: 60%; } }
  .other-buckets .bucket-fields .buckets > label {
    margin: 0.375em;
    font-size: 0.6875em;
    width: 7.5em;
    height: 7.5em; }
  .other-buckets .bucket-fields .due-date {
    margin: 1.25em auto; }

.other-buckets .progress > .activity {
  width: 50%; }

.datepick h3 {
  margin: 2% 0; }

.add-more.remove-child {
  padding-left: 0;
  margin-left: 0; }
  .add-more.remove-child a {
    width: 100%; }
    @media (min-width: 600px) {
      .add-more.remove-child a {
        width: 70%; } }
    .add-more.remove-child a:before {
      content: '';
      background: url("motherly/icons/waste-icon-f09ea57293.svg") no-repeat 0px;
      position: absolute;
      background-size: 100%;
      height: 20px;
      width: 15px;
      display: inline-block;
      background-position: 0 0;
      left: 8px;
      top: 8px; }

.sign-up-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("motherly/onboarding/on-boarding-background-8beec71f05.png") no-repeat center center;
  background-size: cover;
  opacity: 0.2; }

.sign-up-page.onboarding-wrapper .onboarding-buttons {
  display: inline-block;
  width: 53%;
  float: right;
  clear: none;
  margin: 0; }
  .sign-up-page.onboarding-wrapper .onboarding-buttons .signup-btn {
    width: 100%;
    height: 2.8125em; }
    @media (min-width: 800px) {
      .sign-up-page.onboarding-wrapper .onboarding-buttons .signup-btn {
        font-size: 1em;
        line-height: 36px; } }
    @media (min-width: 370px) {
      .sign-up-page.onboarding-wrapper .onboarding-buttons .signup-btn {
        font-size: 1em;
        line-height: 36px; } }

.sign-up-page.onboarding-wrapper .error-message {
  color: #D00018;
  margin-bottom: 0; }

.sign-up-page.onboarding-wrapper .error-field {
  border-color: #D00018; }

.sign-up-page.onboarding-wrapper .input-fields {
  overflow: auto;
  margin: 0 auto; }

.sign-up-page.onboarding-wrapper h1.site-logo {
  min-height: 30px;
  min-width: 30px;
  position: relative;
  margin: 20px auto;
  background-size: 25px; }

.sign-up-page.onboarding-wrapper h2 {
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: 500; }
  @media (min-width: 600px) {
    .sign-up-page.onboarding-wrapper h2 {
      font-size: 1.0625em; } }

.sign-up-page.onboarding-wrapper h4 {
  font-size: 1.25em;
  font-weight: normal; }
  @media (min-width: 600px) {
    .sign-up-page.onboarding-wrapper h4 {
      font-size: 1.5em; } }

.sign-up-page.onboarding-wrapper p {
  font-size: 0.875em;
  line-height: 1.42857em;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  font-weight: 300;
  margin: 1.25em 0; }
  @media (min-width: 600px) {
    .sign-up-page.onboarding-wrapper p {
      font-size: 1.0625em; } }

.sign-up-page.onboarding-wrapper h1,
.sign-up-page.onboarding-wrapper h2,
.sign-up-page.onboarding-wrapper h4 {
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  color: #000; }

.sign-up-page.onboarding-wrapper .due-date-wrapper {
  width: 94%; }
  @media (min-width: 600px) {
    .sign-up-page.onboarding-wrapper .due-date-wrapper {
      width: 80%; } }

.sign-up-page.onboarding-wrapper .date-picker-dialog {
  margin-bottom: 0.625em; }

.sign-up-page.onboarding-wrapper label.hidden.hidden-label {
  height: 0;
  padding: 0; }

.sign-up-page.onboarding-wrapper .due-date-or-childs-birthday-date-picker {
  display: inline-block;
  width: 48%;
  float: left;
  position: relative; }
  .sign-up-page.onboarding-wrapper .due-date-or-childs-birthday-date-picker input {
    width: 100%;
    height: 3.5em; }
  .sign-up-page.onboarding-wrapper .due-date-or-childs-birthday-date-picker label.due-date-childs-or-birthday-label {
    width: 105px;
    position: absolute;
    padding-left: 0;
    top: 4px;
    bottom: 0;
    left: 10px;
    right: 0;
    height: 30px;
    z-index: 2;
    padding-top: 0;
    margin: 5px;
    font-size: 0.875em;
    color: #999999;
    background: white;
    line-height: 110%;
    border: 0; }
    .sign-up-page.onboarding-wrapper .due-date-or-childs-birthday-date-picker label.due-date-childs-or-birthday-label:before {
      border: 0; }
  .sign-up-page.onboarding-wrapper .due-date-or-childs-birthday-date-picker:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    height: 25px;
    width: 25px;
    background: url("motherly/onboarding/calendar-icon-e2d5f1f70b.svg") no-repeat center center;
    background-size: contain;
    z-index: 4; }

.sign-up-page.onboarding-wrapper .trying-to-conceive {
  display: inline-block;
  width: 48%;
  float: right; }
  .sign-up-page.onboarding-wrapper .trying-to-conceive input[type=checkbox] {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    display: none;
    -webkit-appearance: none; }
  .sign-up-page.onboarding-wrapper .trying-to-conceive label {
    height: 3.5em;
    line-height: 140%;
    padding-right: 40px;
    border: 1px solid #999;
    font-size: 0.875em;
    margin: 0 auto;
    padding-left: 3.4375em;
    padding-top: 0.3125em;
    background-color: white;
    color: #999999; }
    @media (min-width: 600px) {
      .sign-up-page.onboarding-wrapper .trying-to-conceive label {
        line-height: 2.875em; } }
    .sign-up-page.onboarding-wrapper .trying-to-conceive label.error-field {
      border-color: #D00018; }
    @media (min-width: 370px) {
      .sign-up-page.onboarding-wrapper .trying-to-conceive label {
        padding-left: 4.0625em; } }
    .sign-up-page.onboarding-wrapper .trying-to-conceive label:before {
      top: 5px;
      width: 2.5em;
      height: 2.5em; }

.sign-up-page.onboarding-wrapper #trying-to-conceive:checked + #trying-to-conceive-label:before {
  background: url("motherly/onboarding/selected-birthdetails-4d344711e8.svg") no-repeat center center;
  background-size: 100%;
  border: none; }

.sign-up-page.onboarding-wrapper .signup-details {
  width: 94%;
  margin: 0 auto;
  display: block;
  border-top: 1px solid #999999;
  padding-top: 1.25em;
  overflow: auto; }
  @media (min-width: 600px) {
    .sign-up-page.onboarding-wrapper .signup-details {
      width: 80%; } }

.sign-up-page.onboarding-wrapper .signup-password {
  display: inline-block;
  float: left;
  width: 45%; }
  .sign-up-page.onboarding-wrapper .signup-password input[type=password] {
    width: 100%; }

.sign-up-page.onboarding-wrapper .facebook-signup .or {
  font-size: 0.75em;
  font-weight: 600;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  line-height: 0;
  color: #999999;
  text-transform: uppercase; }

.sign-up-page.onboarding-wrapper .facebook-signup .facebook-signup-button {
  display: block;
  position: relative;
  width: 245px;
  margin: 1.5625em auto;
  margin-top: 0.625em;
  background: #8b9dc3;
  color: white;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  font-size: 0.75em;
  font-weight: 300;
  padding: 1.25em;
  letter-spacing: 2px;
  background-color: rgba(59, 89, 152, 0.5);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .sign-up-page.onboarding-wrapper .facebook-signup .facebook-signup-button.is-active {
    background-color: #3b5998; }
  .sign-up-page.onboarding-wrapper .facebook-signup .facebook-signup-button:before {
    content: '';
    display: block;
    position: absolute;
    background: url("motherly/icons/facebook-e278490b34.png") no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 13px; }

/* my children's bundle*/
.child-bundle-nav {
  position: fixed;
  top: 3em;
  width: 100%;
  z-index: 101;
  font-size: 0.8125em;
  text-transform: uppercase;
  font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif;
  overflow: visible;
  background-color: #f5f5f5;
  margin-bottom: 0.5em;
  text-align: center; }
  @media (min-width: 600px) {
    .child-bundle-nav {
      top: 3.5em;
      left: 0;
      max-width: none; } }
  .child-bundle-nav:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #ddd;
    padding-top: 0.4375em; }
  .child-bundle-nav ul {
    padding: 0; }
  .child-bundle-nav li {
    display: inline-block;
    margin-right: 1.875em;
    text-align: left; }
  .child-bundle-nav .child-bundle-navigation {
    width: 29.6875em;
    margin: 0 auto;
    padding: 0.9375em 0 0.3125em 0; }
  .child-bundle-nav .selected {
    color: #9B72C9;
    padding-bottom: 0.8125em;
    border-bottom: 0.1875em solid #9B72C9; }
  .child-bundle-nav .selected-tab {
    color: #9B72C9;
    padding-bottom: 0.9375em; }
  .child-bundle-nav .child-bundle-dropdown {
    width: 135px;
    margin-right: 0em;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .child-bundle-nav .child-bundle-dropdown.active {
      color: #9B72C9; }
      .child-bundle-nav .child-bundle-dropdown.active ul {
        max-height: 400px;
        margin-top: 0.625em;
        padding: 0; }
    .child-bundle-nav .child-bundle-dropdown li {
      display: block;
      padding-left: 0.625em; }
    .child-bundle-nav .child-bundle-dropdown .dropdown-arrow {
      height: 25px;
      width: 25px;
      display: inline-block;
      background-color: white;
      float: right;
      position: absolute;
      border: 1px solid #999999;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      margin-left: 1.5625em;
      margin-top: -0.25em; }
      .child-bundle-nav .child-bundle-dropdown .dropdown-arrow.active {
        background-color: #9B72C9;
        border: 1px solid #9B72C9; }
        .child-bundle-nav .child-bundle-dropdown .dropdown-arrow.active span {
          border-right: 0.0625em solid white;
          border-bottom: 0.0625em solid white; }
      .child-bundle-nav .child-bundle-dropdown .dropdown-arrow .down-arrow {
        height: 10px;
        width: 10px;
        position: absolute;
        margin-top: 4px;
        margin-left: 7px;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        transform: rotate(45deg); }
    .child-bundle-nav .child-bundle-dropdown .child-dropdown {
      position: absolute;
      top: 2.25em;
      left: 0;
      right: -0.4375em;
      z-index: 10;
      background: white;
      border-top: none;
      border-bottom: none;
      list-style: none;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      display: none;
      overflow: hidden; }
      .child-bundle-nav .child-bundle-dropdown .child-dropdown li a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 0.3125em 0;
        transition: all 0.3s ease-out; }
      .child-bundle-nav .child-bundle-dropdown .child-dropdown.active {
        display: block;
        border-top: 0.1875em solid #9B72C9; }

.feeds {
  margin-top: 5em; }

.selected-child-bundle {
  margin-top: 5.5em;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px; }
  @media (min-width: 600px) {
    .selected-child-bundle {
      margin-top: 8.2em; } }
  .selected-child-bundle h3 {
    font-size: 1em;
    font-family: "proxima-nova", "Proxima Nova", "helvetica neue", "roboto", "calibri", sans-serif; }

/*

 This file is part of the ZippyUI Framework

 Copyright (c) 2011 ZippyUI.com

 All rights reserved to zippyui.com
 This software cannot be used/copied/distributed without the express permission from staff at zippyui.com
 
 */
.date-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.date-picker,
.date-picker * {
  box-sizing: border-box; }

.date-picker .dp-footer {
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.date-picker .dp-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.date-picker .dp-table {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.date-picker .dp-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.date-picker .dp-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.date-picker .dp-nav-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%; }

.date-picker .dp-nav-table .dp-cell {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
  -ms-flex: 7;
  flex: 7; }

.date-picker .dp-nav-table .dp-nav-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.date-picker {
  font-family: sans-serif;
  overflow: hidden;
  background: #fff;
  font-size: 14px;
  width: 100%;
  height: 100%;
  border: 1px solid #a8a8a8; }

.date-picker .dp-table {
  border-color: #a8a8a8; }

.date-picker .dp-table .dp-row {
  border-top: 1px solid #a8a8a8; }

.date-picker .dp-table .dp-row:last-child {
  border-bottom: 1px solid #a8a8a8; }

.date-picker .dp-table .dp-cell {
  cursor: pointer;
  padding: 5px;
  background: inherit; }

.date-picker .dp-table .dp-cell:not(:first-child) {
  border-left: 1px solid #a8a8a8; }

.date-picker .dp-table .dp-cell.dp-prev,
.date-picker .dp-table .dp-cell.dp-next {
  color: #5c5c5c;
  background: inherit; }

.date-picker .dp-table .dp-cell.dp-in-range {
  background: #e2f0ff; }

.date-picker .dp-table .dp-cell:hover {
  color: inherit;
  font-weight: inherit;
  background: #eee; }

.date-picker .dp-table .dp-cell.dp-disabled {
  cursor: default;
  color: #adadad;
  background: inherit; }

.date-picker .dp-table .dp-cell.dp-value {
  color: #000;
  font-weight: bold;
  background: #eee; }

.date-picker .dp-table .dp-cell.dp-current {
  color: #9B72C9;
  background: inherit; }

.date-picker .dp-table .dp-cell.dp-in-range.dp-current,
.date-picker .dp-table .dp-cell.dp-in-range.dp-value {
  background: #9B72C9; }

.date-picker .dp-table .dp-cell.dp-month {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.date-picker .dp-table .dp-cell.dp-week-day-name {
  font-weight: bold;
  cursor: default;
  background: inherit; }

.date-picker .dp-footer {
  padding: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-width: 0px; }

.date-picker .dp-footer .dp-footer-selected,
.date-picker .dp-footer .dp-footer-today {
  padding: 5px 15px;
  border-width: 1px;
  cursor: pointer; }

.date-picker .dp-body {
  overflow: hidden; }

.date-picker .dp-nav-view,
.date-picker .dp-nav-cell,
.date-picker .dp-week-day-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.date-picker .dp-nav-view,
.date-picker .dp-nav-cell {
  cursor: pointer; }

.date-picker .dp-nav-cell {
  background: inherit; }

.date-picker .dp-nav-cell:hover {
  background: #eee; }

.date-picker .dp-nav-view {
  background: inherit; }

.date-picker .dp-nav-view:hover {
  background: #eee; }

.date-picker .dp-weekend.dp-weekend-highlight,
.date-picker .dp-weekend.dp-weekend-highlight.dp-value,
.date-picker .dp-weekend.dp-weekend-highlight.dp-value:hover,
.date-picker .dp-weekend.dp-weekend-highlight:hover {
  color: #bf0909; }

.date-picker .dp-nav-table .dp-cell {
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding: 8px;
  font-weight: bold; }

.date-picker .dp-decade-view,
.date-picker .dp-year-view,
.date-picker .dp-month-view {
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*

 This file is part of the ZippyUI Framework

 Copyright (c) 2011 ZippyUI.com

 All rights reserved to zippyui.com
 This software cannot be used/copied/distributed without the express permission from staff at zippyui.com

 */
.date-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.date-picker,
.date-picker * {
  box-sizing: border-box; }

.date-picker .dp-footer {
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.date-picker .dp-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.date-picker .dp-table {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.date-picker .dp-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.date-picker .dp-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.date-picker .dp-nav-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%; }

.date-picker .dp-nav-table .dp-cell {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
  -ms-flex: 7;
  flex: 7; }

.date-picker .dp-nav-table .dp-nav-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/*

 This file is part of the ZippyUI Framework

 Copyright (c) 2011 ZippyUI.com

 All rights reserved to zippyui.com
 This software cannot be used/copied/distributed without the express permission from staff at zippyui.com

 */
.date-picker {
  overflow: hidden;
  background: #fff;
  font-size: 14px;
  width: 100%;
  height: 100%;
  border: 1px solid #aeaeae;
  border-radius: 4px; }

.date-picker .dp-header {
  background: #f0f0f0; }

.date-picker .dp-header .dp-cell {
  color: #000; }

.date-picker .dp-header .dp-cell:hover {
  background: inherit; }

.date-picker .dp-table {
  border-color: #aeaeae; }

.date-picker .dp-table .dp-row {
  border-top: 0 solid transparent; }

.date-picker .dp-table .dp-row.dp-week-day-names {
  background: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top: none;
  color: #000; }

.date-picker .dp-table .dp-cell {
  cursor: pointer;
  padding: 0;
  background: inherit;
  border-radius: 4px;
  margin: 2px; }

.date-picker .dp-table .dp-cell:not(:first-child) {
  border-left: 0 solid transparent; }

.date-picker .dp-table .dp-cell.dp-prev,
.date-picker .dp-table .dp-cell.dp-next {
  color: #5c5c5c;
  background: inherit; }

.date-picker .dp-table .dp-cell.dp-in-range {
  background: #e2f0ff; }

.date-picker .dp-table .dp-cell:hover {
  color: inherit;
  font-weight: inherit;
  background: #f0f0f0; }

.date-picker .dp-table .dp-cell.dp-disabled {
  cursor: default;
  color: #aeaeae;
  background: inherit; }

.date-picker .dp-table .dp-cell.dp-value {
  color: #fff;
  font-weight: normal;
  background: #9B72C9; }

.date-picker .dp-table .dp-cell.dp-current {
  font-weight: bold; }

.date-picker .dp-table .dp-cell.dp-in-range.dp-current,
.date-picker .dp-table .dp-cell.dp-in-range.dp-value {
  background: #9B72C9; }

.date-picker .dp-table .dp-cell.dp-month {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.date-picker .dp-table .dp-cell.dp-week-day-name {
  cursor: default;
  background: inherit;
  border: none; }

.date-picker .dp-footer {
  padding: 3px;
  justify-content: center;
  border-top: 1px solid #aeaeae;
  display: none; }

.date-picker .dp-footer .dp-footer-selected,
.date-picker .dp-footer .dp-footer-today {
  padding: 5px 15px;
  border-width: 1px;
  cursor: pointer; }

.date-picker .dp-body {
  overflow: hidden; }

.date-picker .dp-cell {
  outline: none; }

.date-picker .dp-weekend.dp-weekend-highlight,
.date-picker .dp-weekend.dp-weekend-highlight:hover {
  color: #bf0909; }

.date-picker .dp-weekend.dp-weekend-highlight.dp-value,
.date-picker .dp-weekend.dp-weekend-highlight.dp-value:hover {
  color: #efe3e3; }

.date-picker .dp-nav-view,
.date-picker .dp-nav-cell,
.date-picker .dp-week-day-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  touch-callout: none;
  user-select: none; }

.date-picker .dp-nav-view,
.date-picker .dp-nav-cell {
  cursor: pointer; }

.date-picker .dp-nav-table .dp-nav-cell.dp-cell {
  border: 10px solid transparent;
  padding: 0;
  margin-top: 5px;
  width: 0;
  height: 0; }

.date-picker .dp-nav-table .dp-nav-cell.dp-cell.dp-prev-nav {
  border-right-color: #aeaeae; }

.date-picker .dp-nav-table .dp-nav-cell.dp-cell.dp-prev-nav:hover {
  border-right-color: #9d9d9d; }

.date-picker .dp-nav-table .dp-nav-cell.dp-cell.dp-next-nav {
  border-left-color: #aeaeae; }

.date-picker .dp-nav-table .dp-nav-cell.dp-cell.dp-next-nav:hover {
  border-left-color: #9d9d9d; }

.date-picker .dp-nav-view {
  background: inherit; }

.date-picker .dp-nav-view:hover {
  background: #f0f0f0; }

.date-picker .dp-nav-table .dp-cell {
  padding: 8px;
  font-weight: bold; }

.date-picker .dp-nav-table .dp-nav-cell {
  flex: 0;
  touch-callout: none;
  user-select: none; }

.date-picker .dp-decade-view,
.date-picker .dp-year-view,
.date-picker .dp-month-view {
  touch-callout: none;
  user-select: none; }

a.close {
  background: url("motherly/icons/close-darker-c23393d061.svg") no-repeat center center;
  background-size: contain;
  float: right;
  color: transparent; }

.motherly-loading {
  display: none !important; }
