/*
:global(body) {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Avenir Next, Avenir,
    Helvetica, sans-serif;
}
*/
body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

p {
  line-height: 1.75;
  margin: 0; }

a {
  color: #9e1f62; }
  a:hover {
    color: #731748; }

.text-primary {
  color: #9e1f62 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.none {
  display: none; }

section {
  padding: 100px 0; }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    word-break: break-word; }
  section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
  section {
    padding: 150px 0; } }

.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  white-space: normal; }

.btn-xl {
  font-size: 18px;
  padding: 20px 40px; }

.btn-primary {
  background-color: #9e1f62;
  border-color: #9e1f62; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #7e194e !important;
    border-color: #7e194e !important;
    color: white; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; }

.btn-secondary {
  background-color: #f26822;
  border-color: #f26822; }
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #e1540d !important;
    border-color: #e1540d !important;
    color: white; }
  .btn-secondary:active, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; }

.mu-apple-btn,
.mu-google-btn,
.mu-windows-btn {
  border: 2px solid #9e1f62;
  border-radius: 50px;
  color: #9e1f62;
  display: inline-block;
  margin: 10px;
  padding: 11px 22px;
  text-transform: uppercase; }

::-moz-selection {
  background: #f26822;
  text-shadow: none; }

::selection {
  background: #f26822;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

#mainNav {
  background-color: #f26822; }
  #mainNav .navbar-toggler {
    margin: 0 5px 0 auto;
    padding: 13px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #9e1f62;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    #mainNav .navbar-toggler .icon {
      width: 18px;
      margin: -3px 0 0 5px; }
  #mainNav .navbar-brand {
    color: #9e1f62; }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #731748; }
    #mainNav .navbar-brand img {
      height: 40px; }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #9e1f62; }
  #mainNav.navbar-solid {
    background-color: #f26822; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent; }
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #f26822; }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0; } }

header.masthead {
  text-align: center;
  color: white;
  position: relative; }
  header.masthead::before, header.masthead::after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    z-index: -1; }
  header.masthead::before {
    background: linear-gradient(to right, #F06820 50%, #F8931C 50%);
    top: 0; }
  header.masthead::after {
    background: linear-gradient(to right, #A02061 50%, #D91A5D 50%);
    bottom: 0; }
  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 22px;
      font-style: italic;
      line-height: 22px;
      margin-bottom: 25px;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    header.masthead .intro-text .intro-heading {
      font-size: 50px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 25px;
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    header.masthead .intro-text .btns {
      display: flex;
      flex-direction: row; }
    header.masthead .intro-text .btn {
      width: 40%;
      display: flex;
      padding-left: 0;
      padding-right: 0;
      justify-content: center;
      flex-direction: column;
      flex: 1 1 auto;
      margin: 0 10px; }

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 40px;
      font-style: italic;
      line-height: 40px;
      margin-bottom: 25px;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    header.masthead .intro-text .intro-heading {
      font-size: 48px;
      font-weight: 700;
      line-height: 48px;
      margin-bottom: 50px;
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; } }

@media (max-width: 385px) {
  header.masthead .intro-text .intro-heading {
    margin-top: 50px;
    font-size: 35px; } }

@media (min-width: 385px) {
  header.masthead .intro-text .intro-heading {
    margin-top: 25px;
    font-size: 35px; } }

.timeline {
  position: relative;
  padding: 0;
  list-style: none; }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef; }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px; }
    .timeline > li:after, .timeline > li:before {
      display: table;
      content: ' '; }
    .timeline > li:after {
      clear: both; }
    .timeline > li .timeline-panel {
      position: relative;
      float: right;
      width: 100%;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li .timeline-icons {
      width: 80px;
      height: 80px;
      margin-left: 0;
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      text-align: center;
      color: white;
      background-color: white; }
      .timeline > li .timeline-icons h4 {
        font-size: 10px;
        line-height: 14px;
        margin-top: 12px; }
    .timeline > li .timeline-image {
      position: absolute;
      z-index: 100;
      left: 0;
      width: 80px;
      height: 80px;
      margin-left: 0;
      text-align: center;
      color: white;
      border: 7px solid #e9ecef;
      border-radius: 100%;
      background-color: #9e1f62; }
      .timeline > li .timeline-image h4 {
        font-size: 10px;
        line-height: 14px;
        margin-top: 12px; }
    .timeline > li.timeline-inverted .timeline-panel {
      float: right;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li.timeline-inverted .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li.timeline-inverted .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li:last-child {
      margin-bottom: 0; }
  .timeline .timeline-heading h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: inherit; }
    .timeline .timeline-heading h4.subheading {
      text-transform: none; }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0; }
  .timeline .timeline-body p {
    text-align: justify; }

@media (min-width: 768px) {
  .timeline:before {
    left: 50%; }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px; }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right; }
    .timeline > li .timeline-image,
    .timeline > li .timeline-icons {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px; }
      .timeline > li .timeline-image h4,
      .timeline > li .timeline-icons h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px; }
    .timeline > li .timeline-body h4 {
      margin-bottom: 0; }
    .timeline > li.timeline-inverted .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left; } }

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px; }
    .timeline > li .timeline-image,
    .timeline > li .timeline-icons {
      width: 150px;
      height: 150px;
      margin-left: -75px; }
      .timeline > li .timeline-image h4,
      .timeline > li .timeline-icons h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px; }
    .timeline > li.timeline-inverted .timeline-panel {
      padding: 0 20px 20px; } }

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px; }
    .timeline > li .timeline-image,
    .timeline > li .timeline-icons {
      width: 170px;
      height: 170px;
      margin-left: -85px; }
      .timeline > li .timeline-image h4,
      .timeline > li .timeline-icons h4 {
        margin-top: 40px; }
    .timeline > li.timeline-inverted .timeline-panel {
      padding: 0 100px 20px 20px; } }

#screens {
  padding-bottom: 0; }
  #screens .row img {
    width: 100%; }

.team p {
  margin-bottom: 10px; }

.team .icon {
  width: 14px; }

.team-member {
  margin-bottom: 50px;
  text-align: center;
  cursor: pointer; }
  .team-member .rounded-circle {
    width: 11rem;
    height: 11rem;
    overflow: hidden;
    border: 0.5rem solid rgba(0, 0, 0, 0.1); }
  .team-member img {
    width: 10rem; }
  .team-member .vani img {
    margin-top: -13px; }
  .team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none; }
  .team-member p {
    margin-top: 0; }

#download {
  padding-top: 50px;
  padding-bottom: 200px; }
  #download a span {
    padding-left: 5px; }
  #download h4 {
    margin: 100px 0 10px 0;
    font-weight: 400;
    display: flex;
    justify-content: center; }
  #download .heart {
    width: 4rem;
    display: flex;
    margin: -6px 5px 0 5px; }
  #download ul.social-buttons {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none; }
    #download ul.social-buttons li {
      margin: 10px; }
      #download ul.social-buttons li a img {
        width: 45px; }
  #download .icon {
    width: 18px;
    margin-bottom: 2px;
    vertical-align: text-bottom; }

footer {
  background-color: #fff;
  padding: 25px 0;
  text-align: center; }
  footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  footer ul.quicklinks {
    font-size: 90%;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    footer ul.quicklinks li {
      padding: 0 0 0 1em;
      border-left: 1px solid #c8c7cc; }
      footer ul.quicklinks li:first-child {
        border: 0 none; }

@media (max-width: 768px) {
  footer .quicklinks li {
    display: list-item !important;
    border: 0 none !important; } }

#article-page .new-line {
  margin: 0; }

#article-page .article-image {
  width: 100%;
  margin: auto auto 1rem auto; }

#article-page section.article-page p {
  margin-bottom: 1rem; }

#article-page .grid-container {
  border-top: 1px solid #c8c7cc;
  border-bottom: 1px solid #c8c7cc; }

#article-page article h3 {
  margin-top: 50px; }

#article-page .row.headers {
  font-size: 0.7rem; }

#article-page .col {
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  padding: 5px;
  text-align: center;
  position: relative;
  flex-basis: 0;
  flex-grow: 1; }

#article-page .based-on {
  width: 100%;
  margin: 5px 0;
  display: block;
  font-size: 0.6rem;
  text-align: center;
  font-style: italic;
  clear: both; }

#article-page .vitamins-table .grid-container {
  border: 0 none; }

#article-page .vitamins-table .row {
  margin: 0;
  color: #9e1f62;
  border-bottom: 1px solid #9e1f62;
  font-size: 0.8rem; }
  #article-page .vitamins-table .row:nth-child(even) {
    background-color: rgba(242, 104, 34, 0.15); }
  #article-page .vitamins-table .row .col {
    padding: 10px 5px;
    text-align: left; }

#article-page .entry-author {
  cursor: pointer; }

#article-page .entry-author-name {
  color: #9e1f62; }

#article-page .simular-articles {
  text-align: left; }
  #article-page .simular-articles p {
    font-size: 1.2rem; }
  #article-page .simular-articles ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    #article-page .simular-articles ul li {
      display: flex;
      margin-bottom: 30px; }
      #article-page .simular-articles ul li a {
        width: 100%;
        display: flex;
        flex-direction: column; }
      #article-page .simular-articles ul li h4 {
        margin-top: auto;
        font-size: 0.9rem;
        text-align: center; }
      #article-page .simular-articles ul li img {
        margin: auto 0 0 0; }

.categories {
  padding-left: 0;
  list-style-type: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap; }
  .categories li {
    margin-bottom: 20px;
    display: flex; }
    .categories li a {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .categories li a span {
        margin: auto;
        text-align: center;
        line-height: 1.3rem; }
    .categories li img {
      margin-top: 5px; }

.other-categories {
  width: 100%;
  float: left; }
  .other-categories p {
    font-size: 1.2rem; }
  .other-categories ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .other-categories ul li {
      max-width: 33.3333%;
      display: flex;
      margin-bottom: 30px; }
      .other-categories ul li a {
        width: 100%;
        display: flex;
        flex-direction: column; }
      .other-categories ul li h5 {
        margin-top: auto;
        font-size: 0.9rem;
        text-align: center; }
      .other-categories ul li img {
        margin: auto 0 0 0;
        height: 130px; }

