/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html,
button,
input,
select,
textarea {
  color: #222; }

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

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

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* colors */
/* variables */
/* mixins */
/* nav toggle */
.nav-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 25px;
  right: 14px;
  position: absolute;
  top: 11px;
  width: 25px;
  z-index: 2; }
  .nav-toggle .nav-toggle-bar,
  .nav-toggle .nav-toggle-bar::after,
  .nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #5987cc;
    content: '';
    height: 5px;
    width: 100%;
    border-radius: 13px; }
  .nav-toggle .nav-toggle-bar {
    margin-top: 0; }
  .nav-toggle .nav-toggle-bar::after {
    margin-top: 10px; }
  .nav-toggle .nav-toggle-bar::before {
    margin-top: -10px; }
  .nav-toggle.expanded .nav-toggle-bar {
    background: transparent; }
  .nav-toggle.expanded .nav-toggle-bar::after,
  .nav-toggle.expanded .nav-toggle-bar::before {
    background: #5987cc;
    margin-top: 0; }
  .nav-toggle.expanded .nav-toggle-bar::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-toggle.expanded .nav-toggle-bar::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* nav */
.nav {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #5987cc;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  height: 0;
  left: 0;
  padding: 0;
  position: fixed;
  top: -82px;
  width: 100%;
  z-index: 1; }
  .nav.expanded {
    height: calc( 100vh - 45px);
    top: 43px;
    z-index: 99; }
  .nav ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
    width: 100%;
    text-align: center; }
    .nav ul li {
      padding: 20px 0;
      margin: 0;
      width: 100%; }
      .nav ul li a {
        color: #fff;
        font-size: 24px;
        line-height: 19px;
        font-weight: 400; }

img {
  max-width: 100%; }

.btn {
  background-color: #d5ef59;
  border: 2px solid #d5ef59;
  font-size: 17px;
  font-weight: bold;
  padding: 15px 38px;
  color: #4270b4; }
  .btn i {
    padding-right: 15px;
    font-size: 22px; }

.tag {
  font-family: "Raleway", sans-serif;
  line-height: 1;
  font-weight: 900;
  font-size: 11px;
  color: #76a6ef;
  padding: 10px 20px;
  background-color: #f8f8f7;
  display: inline-block;
  border-radius: 14px; }

header {
  background-color: #81acef; }
  header .header {
    width: 100%;
    position: relative;
    z-index: 9999;
    color: #fff;
    display: block; }
    header .header .logo {
      margin: 15px auto 11px 15px; }
  header .nav, header .nav-toggle {
    display: none; }
  header .phoneNumber {
    color: #fff;
    margin-left: auto;
    align-self: center;
    text-align: center;
    padding: 10px 30px; }
    header .phoneNumber.desktop {
      display: block; }
    header .phoneNumber.mobile {
      display: none; }
    header .phoneNumber i {
      opacity: 0.5; }

.about .container-lg {
  background-color: #fff; }
  .about .container-lg .info .signature {
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    margin-top: 45px; }
    .about .container-lg .info .signature .name {
      color: #76a6ef;
      font-size: 17px; }
    .about .container-lg .info .signature .profession {
      color: #525858;
      font-size: 13px; }

footer {
  background-color: #4e7fc8;
  color: #fff;
  padding: 40px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: bold; }
  footer .container-lg nav {
    margin-bottom: 30px; }
    footer .container-lg nav ul {
      text-align: right; }
      footer .container-lg nav ul li {
        display: inline-block;
        margin-left: 21px;
        font-weight: bold; }
        footer .container-lg nav ul li a {
          color: #fff;
          text-decoration: none; }
          footer .container-lg nav ul li a:hover {
            text-decoration: underline; }
  footer .container-lg .disclaimer {
    color: #234476;
    border-top: 1px solid #16386a;
    padding: 27px 20% 44px;
    line-height: 1; }
  footer .container-lg .rights {
    margin-bottom: 38px; }
  footer .bottom {
    background: #76a6f0;
    padding: 20px 0;
    font-family: "Raleway", sans-serif; }
    footer .bottom .container-lg span {
      font-size: 17px;
      margin-right: 27px; }

@media (min-width: 768px) {
  .btn:hover {
    background-color: #ffffff;
    border: 2px solid #d5ef59;
    color: #4270b4; }
  .about {
    margin-bottom: 90px; }
    .about .container-lg {
      display: flex;
      padding-right: 0;
      position: relative; }
      .about .container-lg .info {
        width: 40%;
        margin-left: 95px;
        position: absolute; }
        .about .container-lg .info .tag {
          margin-top: 100px;
          margin-bottom: 20px;
          padding: 10px 40px; }
        .about .container-lg .info .signature {
          margin-bottom: 130px; }
        .about .container-lg .info img {
          margin-top: 31px; }
      .about .container-lg picture {
        margin-left: auto; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .about .container-lg .info {
    margin-left: 15px; }
    .about .container-lg .info .tag {
      margin-top: 40px; } }

@media (max-width: 767.98px) {
  .btn {
    width: 100%; }
  header {
    background-color: #fff;
    color: #9f9e9f; }
    header .nav, header .nav-toggle {
      display: block; }
    header .header {
      position: fixed;
      left: 0;
      padding-left: 14px;
      background: #fff; }
      header .header .row .logo {
        width: 39px;
        overflow: hidden;
        margin: 9px 0 6px 15px; }
        header .header .row .logo img {
          width: 133px;
          max-width: initial; }
      header .header .row .phoneNumber {
        padding: 0;
        margin: 0 auto;
        padding-right: 55px; }
        header .header .row .phoneNumber a {
          color: #9f9e9f; }
        header .header .row .phoneNumber.desktop {
          display: none; }
        header .header .row .phoneNumber.mobile {
          display: block; }
  .about {
    text-align: center; }
    .about .container-lg .info .tag {
      margin-top: 65px;
      margin-bottom: 21px; }
    .about .container-lg .info p {
      margin-bottom: 37px; }
    .about .container-lg .info .signature .profession {
      margin-bottom: 15px; }
  footer .container-lg {
    padding: 0; }
    footer .container-lg .row {
      margin: 0; }
    footer .container-lg .logo img {
      padding: 0 25px;
      max-width: 195px; }
    footer .container-lg .disclaimer {
      padding: 27px 15px 44px;
      line-height: 18px; }
    footer .container-lg .rights {
      line-height: 18px;
      padding: 0 15px; }
  ul.slick-slider {
    margin: 0 -20px; }
    ul.slick-slider .slick-list {
      padding: 0px 50px; }
      ul.slick-slider .slick-list .slick-slide:not(.slick-current) {
        opacity: 0.34; }
    ul.slick-slider .slick-dots {
      bottom: unset;
      top: 100%;
      z-index: 0; }
      ul.slick-slider .slick-dots li button::before {
        content: "";
        display: block;
        background-color: #fff;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: static; }
    ul.slick-slider .slick-prev, ul.slick-slider .slick-next {
      top: 106%;
      width: 40px;
      height: 40px;
      z-index: 1; }
      ul.slick-slider .slick-prev:before, ul.slick-slider .slick-next:before {
        font-family: 'FontAwesome';
        font-size: 21px; }
    ul.slick-slider .slick-prev {
      left: 23%; }
      ul.slick-slider .slick-prev:before {
        content: "\f104"; }
    ul.slick-slider .slick-next {
      right: 23%; }
      ul.slick-slider .slick-next:before {
        content: "\f105"; } }

@media (max-width: 575.98px) {
  footer .container-lg nav ul {
    text-align: center; } }

h1, h2 {
  font-family: "Raleway", sans-serif;
  color: #48555e;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase; }

h2 .sub-title {
  font-size: 17px;
  font-weight: normal;
  margin-top: 14px; }

body {
  font-size: 17px;
  color: #48555e;
  font-family: "Quicksand", sans-serif;
  line-height: 29px;
  background-color: #c9d4e4; }

.top {
  background-color: #fff; }
  .top .row {
    display: flex;
    flex-direction: row-reverse;
    margin: 0; }
    .top .row .info {
      align-self: center;
      padding-right: 70px; }
      .top .row .info img {
        margin-bottom: 12px;
        border-radius: 50%; }
      .top .row .info h1 {
        margin-bottom: 15px; }
      .top .row .info p {
        margin-bottom: 40px; }
    .top .row .video {
      text-align: center;
      position: relative;
      padding: 0; }
      .top .row .video video-js {
        position: absolute;
        left: 0;
        top: 0; }
      .top .row .video img.placeholder {
        width: 100%; }
    .top .row .btn {
      color: #48555e; }
      .top .row .btn.visible {
        display: inline-block; }
      .top .row .btn.hidden {
        display: none; }

.learn {
  margin-top: 78px; }
  .learn .container-lg > .row {
    display: flex;
    flex-direction: row-reverse; }
    .learn .container-lg > .row > .content {
      background-color: #fff; }
      .learn .container-lg > .row > .content ul li {
        margin-bottom: 100px; }
        .learn .container-lg > .row > .content ul li:not(:last-child) {
          margin-bottom: 70px; }
    .learn .container-lg > .row .imgWrap {
      display: flex; }
      .learn .container-lg > .row .imgWrap picture {
        align-self: flex-end;
        margin: 0 auto; }

.formula {
  text-align: center;
  color: #fff; }
  .formula .container-lg h2 {
    color: #fff; }
    .formula .container-lg h2 .sub-title {
      position: relative; }
      .formula .container-lg h2 .sub-title:after, .formula .container-lg h2 .sub-title::before {
        width: 46px;
        height: 1px;
        display: block;
        margin: 0 auto;
        background-color: #4e7fc8; }
  .formula .container-lg ul li {
    display: inline-block;
    font-weight: bold; }
    .formula .container-lg ul li .imgWrap img {
      border-radius: 50%; }

@media (min-width: 1200px) {
  .formula .container-lg {
    padding: 0 170px; } }

@media (max-width: 1199.98px) {
  .top .row .info img {
    display: none; }
  .top .row .info p {
    margin-bottom: 28px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .top .row .info h1 {
    margin-bottom: 6px; }
  .top .row .info p {
    margin-bottom: 28px; }
  .top .row .info .btn {
    padding: 8px 33px; }
  .learn .container-lg > .row > .content {
    padding-left: 45px;
    padding-right: 30px; }
    .learn .container-lg > .row > .content ul li .content {
      padding-left: 63px; } }

@media (min-width: 992px) {
  .top .row .info {
    width: 418px;
    flex: inherit;
    max-width: 41.666667%; } }

@media (max-width: 991.98px) {
  .top .row .info {
    padding: 0 15px;
    width: 100%; }
    .top .row .info img {
      display: none; }
    .top .row .info h1 {
      margin-top: 40px;
      color: #5987cc;
      font-size: 38px; }
    .top .row .info p {
      margin-bottom: 17px;
      font-size: 14px; }
    .top .row .info .btn {
      margin-bottom: 15px; }
  .top .row .video {
    width: 100%; } }

@media (min-width: 768px) {
  .about {
    margin-bottom: 90px; }
    .about .container-lg {
      -webkit-box-shadow: -9px 39px 16px -40px rgba(0, 0, 0, 0.38);
      -moz-box-shadow: -9px 39px 16px -40px rgba(0, 0, 0, 0.38);
      box-shadow: -9px 39px 16px -40px rgba(0, 0, 0, 0.38); }
  .learn .container-lg {
    -webkit-box-shadow: -9px 39px 16px -40px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: -9px 39px 16px -40px rgba(0, 0, 0, 0.38);
    box-shadow: -9px 39px 16px -40px rgba(0, 0, 0, 0.38); }
    .learn .container-lg > .row > .content {
      padding-left: 45px;
      padding-right: 80px; }
      .learn .container-lg > .row > .content h2 {
        margin-bottom: 48px; }
      .learn .container-lg > .row > .content .tag {
        margin-top: 85px;
        margin-bottom: 48px;
        color: #76a6ef; }
      .learn .container-lg > .row > .content ul li .icon .iconWrap {
        background-color: #f8f8f7;
        border-radius: 30px;
        width: 119px;
        height: 110px;
        display: flex; }
        .learn .container-lg > .row > .content ul li .icon .iconWrap img {
          width: 34px;
          height: 34px;
          margin: 0 auto;
          align-self: center; }
      .learn .container-lg > .row > .content ul li .content {
        padding-left: 48px; }
    .learn .container-lg > .row .imgWrap {
      background-color: #f8f8f7;
      text-align: center;
      padding: 80px 0 0 0; }
  .formula {
    margin-top: 73px; }
    .formula .container-lg {
      background: url("https://dtjlhiahlv53j.cloudfront.net/assets/vital-reds/fight-back/graph.jpg") no-repeat #76a6ef bottom; }
      .formula .container-lg h2 .sub-title:after {
        content: "";
        margin: 15px auto; }
      .formula .container-lg .tag {
        margin-top: 90px;
        margin-bottom: 15px;
        background-color: #4e7fc8;
        color: #fff; }
      .formula .container-lg p {
        margin-bottom: 68px; }
      .formula .container-lg ul {
        position: relative; }
        .formula .container-lg ul li {
          width: 25%;
          font-size: 13px;
          display: inline-flex;
          flex-direction: column;
          padding: 0 31px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .learn .container-lg > .row > .content {
    padding-left: 25px;
    padding-right: 15px; }
    .learn .container-lg > .row > .content .tag {
      margin-top: 35px;
      margin-bottom: 35px; }
    .learn .container-lg > .row > .content ul li {
      margin-bottom: 50px; }
      .learn .container-lg > .row > .content ul li:not(:last-child) {
        margin-bottom: 30px; } }

@media (max-width: 767.98px) {
  body {
    background-color: #fff;
    font-size: 17px; }
  .container-lg {
    padding: 0 20px; }
  main {
    padding-top: 45px; }
  .learn .container-lg > .row > .content h2 {
    margin-bottom: 45px; }
  .learn .container-lg > .row > .content .tag {
    margin: 15px 0; }
  .learn .container-lg > .row > .content ul li:last-child {
    margin-bottom: 25px; }
  .learn .container-lg > .row > .content ul li .icon {
    margin-top: 9px;
    padding: 0 10px; }
  .learn .container-lg > .row > .content ul li .content {
    padding-left: 0; }
  .formula {
    background: url("https://dtjlhiahlv53j.cloudfront.net/assets/vital-reds/fight-back/gtaph_mobile.jpg") no-repeat #7eadf3 bottom;
    background-size: contain;
    padding-bottom: 65px; }
    .formula .container-lg h2 .sub-title::before {
      content: "";
      margin: 15px auto; }
    .formula .container-lg .tag {
      margin-top: 59px;
      margin-bottom: 35px;
      background-color: #ebf1fa;
      color: #76a6ef; }
    .formula .container-lg > p {
      margin-bottom: 160px; }
    .formula .container-lg .imgWrap img {
      margin: 0 auto;
      max-width: 100%; } }
