@charset "UTF-8";
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.grid-container {
  display: grid;
  grid-auto-flow: row;
  align-items: stretch; }
  .grid-container .full {
    grid-column: 1 / span 2; }
  @media (max-width: 991px) {
    .grid-container .right, .grid-container .left {
      grid-column: 1 / span 2; } }
  @media (min-width: 992px) {
    .grid-container .left {
      grid-column: 1; } }
  @media (min-width: 992px) {
    .grid-container .right {
      grid-column: 2; } }

.two-columns, .three-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .two-columns, .three-columns {
      flex-direction: row;
      flex-wrap: nowrap; } }
  @media (max-width: 991px) {
    .two-columns .left, .two-columns .right, .three-columns .left, .three-columns .right {
      flex: 0 0 100%; } }

.two-columns:not(.grid-container) .left, .two-columns:not(.grid-container) .right {
  flex: 0 0 100%; }
  @media (min-width: 992px) {
    .two-columns:not(.grid-container) .left, .two-columns:not(.grid-container) .right {
      flex: 0 0 50%; } }

@media (min-width: 992px) {
  .three-columns:not(.grid-container) .left, .three-columns:not(.grid-container) .center, .three-columns:not(.grid-container) .right {
    flex: 0 0 33.3%; } }

.padded-container {
  position: relative;
  padding: 15px; }
  @media (min-width: 576px) {
    .padded-container {
      padding: 25px; } }
  @media (min-width: 992px) {
    .padded-container {
      padding: 50px; } }

@font-face {
  font-family: 'LatoBlack';
  src: url("../../../common-assets/fonts/Lato/Lato-Black.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Black.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Black.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Black.ttf") format("truetype");
  font-style: 900;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoBlack';
  src: url("../../../common-assets/fonts/Lato/Lato-BlackItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-BlackItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-BlackItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 900;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoHeavy';
  src: url("../../../common-assets/fonts/Lato/Lato-Heavy.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Heavy.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Heavy.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Heavy.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoHeavy';
  src: url("../../../common-assets/fonts/Lato/Lato-HeavyItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-HeavyItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-HeavyItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-HeavyItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 800;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoBold';
  src: url("../../../common-assets/fonts/Lato/Lato-Bold.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Bold.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Bold.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-style: 700;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoBold';
  src: url("../../../common-assets/fonts/Lato/Lato-BoldItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-BoldItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-BoldItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoSemibold';
  src: url("../../../common-assets/fonts/Lato/Lato-Semibold.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Semibold.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Semibold.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoSemibold';
  src: url("../../../common-assets/fonts/Lato/Lato-SemiboldItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-SemiboldItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-SemiboldItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-SemiboldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoMedium';
  src: url("../../../common-assets/fonts/Lato/Lato-Medium.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Medium.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Medium.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoMedium';
  src: url("../../../common-assets/fonts/Lato/Lato-MediumItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-MediumItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-MediumItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Lato';
  src: url("../../../common-assets/fonts/Lato/Lato-Italic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Italic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Italic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Lato';
  src: url("../../../common-assets/fonts/Lato/Lato-Regular.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Regular.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Regular.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoLight';
  src: url("../../../common-assets/fonts/Lato/Lato-Light.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Light.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Light.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoLight';
  src: url("../../../common-assets/fonts/Lato/Lato-LightItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-LightItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-LightItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoThin';
  src: url("../../../common-assets/fonts/Lato/Lato-Thin.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Thin.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Thin.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoThin';
  src: url("../../../common-assets/fonts/Lato/Lato-ThinItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-ThinItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-ThinItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-ThinItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoHairline';
  src: url("../../../common-assets/fonts/Lato/Lato-Hairline.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Hairline.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Hairline.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Hairline.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Hairline.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoHairline';
  src: url("../../../common-assets/fonts/Lato/Lato-HairlineItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-HairlineItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-HairlineItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-HairlineItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-HairlineItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 100;
  text-rendering: optimizeLegibility; }

/* hide elements when printing */
@media print {
  * {
    background-color: #ffffff; }
  .noprint {
    display: none; } }

.noprint {
  display: revert; }

* {
  line-height: 1.5; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  blf-sizing: border-box;
  -ms-overflow-style: scrollbar; }

body {
  display: block;
  margin: 0;
  background: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000; }

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

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

section {
  clear: both; }

hr {
  blf-sizing: content-box;
  height: 1px;
  overflow: visible;
  border: 0;
  background-color: #ccc; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  text-decoration: none;
  color: #0000EE;
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  display: block;
  margin: 0 auto; }

figure {
  margin: 0;
  padding: 0; }

/* Lazy Load Pixel Settings */
img[src$="_.png"] {
  height: 0;
  width: 0; }

svg {
  display: block;
  margin: auto; }

iframe {
  border: 0;
  max-width: 100%; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input[type=text]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus,
input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus,
input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus,
input[type=week]:focus, textarea:focus {
  outline: solid 1px; }

input[type=text].placeholder, input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=color].placeholder, input[type=color]:-moz-placeholder, input[type=color]::-moz-placeholder, input[type=color]:-ms-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=date].placeholder, input[type=date]:-moz-placeholder, input[type=date]::-moz-placeholder, input[type=date]:-ms-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime-local].placeholder, input[type=datetime-local]:-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder,
input[type=email].placeholder,
input[type=email]:-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=email]::-webkit-input-placeholder, input[type=month].placeholder, input[type=month]:-moz-placeholder, input[type=month]::-moz-placeholder, input[type=month]:-ms-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number].placeholder, input[type=number]:-moz-placeholder, input[type=number]::-moz-placeholder, input[type=number]:-ms-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password].placeholder, input[type=password]:-moz-placeholder, input[type=password]::-moz-placeholder, input[type=password]:-ms-input-placeholder, input[type=password]::-webkit-input-placeholder,
input[type=range].placeholder,
input[type=range]:-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=range]::-webkit-input-placeholder, input[type=search].placeholder, input[type=search]:-moz-placeholder, input[type=search]::-moz-placeholder, input[type=search]:-ms-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel].placeholder, input[type=tel]:-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=tel]:-ms-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text].placeholder, input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time].placeholder, input[type=time]:-moz-placeholder, input[type=time]::-moz-placeholder, input[type=time]:-ms-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url].placeholder, input[type=url]:-moz-placeholder, input[type=url]::-moz-placeholder, input[type=url]:-ms-input-placeholder, input[type=url]::-webkit-input-placeholder,
input[type=week].placeholder,
input[type=week]:-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=week]::-webkit-input-placeholder, textarea.placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; }

input[type=text], textarea {
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1 !important; }

input[type=submit], [type="button"], input[type=reset], button,
input[type=text], input[type=button], input[type=color], input[type=date], input[type=datetime-local],
input[type=email], input[type=file], input[type=image], input[type=month], input[type=number], input[type=password],
input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url],
input[type=week], textarea {
  border: 1px solid;
  padding: 10px 15px;
  width: 100%; }

input[type=submit], [type="button"], input[type=reset], button, .btn, .button, .button-holder > a {
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: auto; }
  input[type=submit]:not(.outline), [type="button"]:not(.outline), input[type=reset]:not(.outline), button:not(.outline), .btn:not(.outline), .button:not(.outline), .button-holder > a:not(.outline) {
    border: 0; }
  input[type=submit].outline, [type="button"].outline, input[type=reset].outline, button.outline, .btn.outline, .button.outline, .button-holder > a.outline {
    border: 1px solid; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  blf-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  blf-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.required {
  color: red; }

@media (min-width: 768px) {
  .clear {
    clear: both; } }

.text-center, .center-text {
  text-align: center; }

.text-left, .left-text {
  text-align: left; }

.text-right, .right-text {
  text-align: left; }

.underline, .underline * {
  text-decoration: underline; }

.italic, .italic * {
  font-style: italic; }

.lower {
  text-transform: lowercase; }

@media (min-width: 576px) {
  .hide-above-xs {
    display: none; } }

.show-below-sm, .mobile, .mobile-show {
  display: none; }
  @media (max-width: 767px) {
    .show-below-sm, .mobile, .mobile-show {
      display: block; } }

@media (max-width: 767px) {
  .hide-below-sm, .mobile-hide {
    display: none; } }

.show-above-sm {
  display: none; }
  @media (min-width: 768px) {
    .show-above-sm {
      display: block; } }

@media (min-width: 768px) {
  .hide-above-sm {
    display: none; } }

.show-below-md {
  display: none; }
  @media (max-width: 991px) {
    .show-below-md {
      display: block; } }

@media (max-width: 991px) {
  .hide-below-md {
    display: none; } }

.show-above-md, .desktop {
  display: none; }
  @media (min-width: 992px) {
    .show-above-md, .desktop {
      display: block; } }

@media (min-width: 992px) {
  .hide-above-md {
    display: none; } }

.no-padding-bottom {
  padding-top: 0; }

.no-padding-top {
  padding-top: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.clearfix::after {
  content: ' ';
  clear: both;
  display: table; }

@media (min-width: 768px) {
  .clear {
    clear: both; } }

.strike {
  text-decoration: line-through; }

@media (max-width: 991px) {
  .img-left, .img-right {
    padding: 0 0 25px 0; } }

@media (min-width: 992px) {
  .img-left {
    float: left;
    padding: 25px 25px 25px 0; } }

@media (min-width: 992px) {
  .img-right {
    padding: 25px 0 25px 25px;
    float: right; } }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0); }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

.single-review {
  align-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 25px 0; }
  @media (min-width: 768px) {
    .single-review {
      padding: 50px 0; } }
  .single-review:last-of-type {
    border: 0;
    padding-bottom: 0; }
  .single-review .initial .single-review-initial {
    display: inline-flex;
    min-width: 1em;
    border-radius: 50%;
    text-align: center;
    background: #ccc;
    color: #999;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px; }
    @media (min-width: 768px) {
      .single-review .initial .single-review-initial {
        width: 55px;
        height: 55px;
        font-size: 36px;
        padding-top: 3px; } }
  .single-review .review {
    padding-left: 15px; }
    .single-review .review * {
      font-family: "Lato", Arial, sans serif;
      font-weight: 400;
      font-style: normal; }
    .single-review .review .single-review-header {
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        .single-review .review .single-review-header {
          padding-top: 14px; } }
      .single-review .review .single-review-header .rate-date-block, .single-review .review .single-review-header .verified-block {
        display: flex;
        align-items: center;
        align-content: center; }
      .single-review .review .single-review-header .rate-date-block {
        margin-bottom: 15px; }
        .single-review .review .single-review-header .rate-date-block .single-review-rating {
          display: flex; }
          .single-review .review .single-review-header .rate-date-block .single-review-rating .single-review-star img {
            display: block;
            max-width: 18px;
            margin: 0 2px; }
            @media (min-width: 992px) {
              .single-review .review .single-review-header .rate-date-block .single-review-rating .single-review-star img {
                max-width: 22px; } }
        .single-review .review .single-review-header .rate-date-block .single-review-date {
          padding-left: 10px;
          font-size: 16px;
          line-height: 1;
          position: relative;
          top: 3px; }
          @media (min-width: 992px) {
            .single-review .review .single-review-header .rate-date-block .single-review-date {
              font-size: 18px; } }
      .single-review .review .single-review-header .verified-block {
        padding: 0;
        align-items: center;
        flex-wrap: nowrap; }
        .single-review .review .single-review-header .verified-block .single-review-verified {
          padding: 3px 7px;
          font: normal 12px Arial, sans-serif;
          line-height: 1;
          display: flex;
          color: #fff;
          background-color: #84b040;
          align-self: center; }
          @media (max-width: 575px) {
            .single-review .review .single-review-header .verified-block .single-review-verified {
              margin-top: -4px; } }
          @media (min-width: 992px) {
            .single-review .review .single-review-header .verified-block .single-review-verified {
              font-size: 16px; } }
        .single-review .review .single-review-header .verified-block .single-review-customer {
          font-size: 18px;
          display: flex;
          flex: 1;
          padding-left: 10px; }
          @media (min-width: 992px) {
            .single-review .review .single-review-header .verified-block .single-review-customer {
              flex: 1 0 auto;
              font-size: 24px; } }
    .single-review .review .single-review-title {
      margin-top: 10px;
      margin-bottom: 0;
      font-size: 18px; }
      @media (min-width: 992px) {
        .single-review .review .single-review-title {
          font-size: 22px; } }
    @media (min-width: 992px) {
      .single-review .review .single-review-content {
        font-size: 20px; } }

#money-back-guarantee {
  margin-top: 25px;
  background-color: #414042;
  height: 64px; }
  #money-back-guarantee .content-wrapper {
    position: relative;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    margin: auto; }
  #money-back-guarantee .container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
  #money-back-guarantee .content-side {
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
    height: 64px;
    padding: 0;
    margin: 0px;
    flex: 1; }
    @media (max-width: 991px) {
      #money-back-guarantee .content-side {
        /* margin-top: 20px; */ } }
    @media (max-width: 767px) {
      #money-back-guarantee .content-side {
        /* margin-top: 22px; */ } }
    @media (max-width: 575px) {
      #money-back-guarantee .content-side {
        display: none; } }
    #money-back-guarantee .content-side p {
      font: 500 20px "Lato", Arial, sans-serif;
      color: #f6cc4c;
      margin: 0; }
      @media (max-width: 991px) {
        #money-back-guarantee .content-side p {
          font-size: 15px; } }
      @media (max-width: 767px) {
        #money-back-guarantee .content-side p {
          font-size: 11px; } }
  #money-back-guarantee .content-left {
    text-align: right; }
    @media (max-width: 991px) {
      #money-back-guarantee .content-left {
        text-align: left; } }
  #money-back-guarantee .content-right {
    text-align: left; }
    @media (max-width: 991px) {
      #money-back-guarantee .content-right {
        text-align: right; } }
  #money-back-guarantee .content-seal {
    position: relative;
    flex: 0 0 100%; }
    @media (min-width: 576px) {
      #money-back-guarantee .content-seal {
        flex: 0 0 135px; } }
    @media (min-width: 768px) {
      #money-back-guarantee .content-seal {
        flex: 0 0 188px; } }
    #money-back-guarantee .content-seal .image-wrapper {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -70px; }
      @media (max-width: 991px) {
        #money-back-guarantee .content-seal .image-wrapper {
          width: 188px; } }
      @media (max-width: 767px) {
        #money-back-guarantee .content-seal .image-wrapper {
          top: -36px;
          width: 135px; } }
      @media (max-width: 575px) {
        #money-back-guarantee .content-seal .image-wrapper {
          top: -40px; } }

@font-face {
  font-family: 'AveriaSerifLibre-Regular';
  src: url("../../../common-assets/fonts/AveriaSerifLibre/AveriaSerifLibre-Regular.eot");
  src: url("../../../common-assets/fonts/AveriaSerifLibre/AveriaSerifLibre-Regular.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/AveriaSerifLibre/AveriaSerifLibre-Regular.woff2") format("woff2"), url("../../../common-assets/fonts/AveriaSerifLibre/AveriaSerifLibre-Regular.woff") format("woff"), url("../../../common-assets/fonts/AveriaSerifLibre/AveriaSerifLibre-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: block; }

#money-back-cert {
  background-color: #f7f7f7;
  padding: 20px;
  margin: auto; }
  @media (min-width: 768px) {
    #money-back-cert {
      padding: 40px;
      max-width: 800px; } }
  #money-back-cert .cert-holder {
    margin: auto;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-image-source: url("../../common-assets/bg-certificate.png");
    background: url("../../common-assets/best-results-arrow.svg") no-repeat center center;
    border-image-slice: 100;
    border-image-width: 90px;
    border-image-outset: 0;
    padding: 25px; }
    @media (min-width: 768px) {
      #money-back-cert .cert-holder {
        padding: 50px; } }
    #money-back-cert .cert-holder .cert-container {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
      #money-back-cert .cert-holder .cert-container h3 {
        margin: 0;
        text-align: center;
        font-family: 'AveriaSerifLibre-Regular', serif;
        font-weight: normal;
        font-size: 30px;
        font-size: 1.6666666667rem; }
        @media (min-width: 768px) {
          #money-back-cert .cert-holder .cert-container h3 {
            font-size: 34px;
            font-size: 1.5454545455rem;
            border-width: 90px; } }
      #money-back-cert .cert-holder .cert-container p {
        margin-bottom: 0;
        margin: 25px auto;
        text-align: left; }
      #money-back-cert .cert-holder .cert-container .signature-container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column; }
        @media (min-width: 576px) {
          #money-back-cert .cert-holder .cert-container .signature-container {
            flex-direction: row;
            flex-wrap: nowrap; } }
        #money-back-cert .cert-holder .cert-container .signature-container .left, #money-back-cert .cert-holder .cert-container .signature-container .right {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          flex: 0 0 50%; }
        #money-back-cert .cert-holder .cert-container .signature-container .left {
          align-items: center;
          flex-direction: column;
          order: 2; }
          @media (min-width: 576px) and (max-width: 767.9px) {
            #money-back-cert .cert-holder .cert-container .signature-container .left {
              padding-left: 15px; } }
        #money-back-cert .cert-holder .cert-container .signature-container .right {
          align-items: center;
          justify-content: flex-start;
          order: 1; }
          @media (min-width: 992px) {
            #money-back-cert .cert-holder .cert-container .signature-container .right {
              margin: 0; } }
          #money-back-cert .cert-holder .cert-container .signature-container .right .img-holder img {
            width: 116px; }
        @media (max-width: 575px) {
          #money-back-cert .cert-holder .cert-container .signature-container .signature-block {
            margin-top: 25px; } }
        @media (min-width: 768px) {
          #money-back-cert .cert-holder .cert-container .signature-container .signature-block {
            margin-right: -55px; } }
        #money-back-cert .cert-holder .cert-container .signature-container .signature-block .signature-text {
          font-size: 16px;
          font-size: 0.8888888889rem;
          text-align: center; }
          @media (min-width: 576px) {
            #money-back-cert .cert-holder .cert-container .signature-container .signature-block .signature-text {
              text-align: left;
              margin-top: 25px; } }
          @media (min-width: 768px) {
            #money-back-cert .cert-holder .cert-container .signature-container .signature-block .signature-text {
              font-size: 18px;
              font-size: 0.8181818182rem; } }
        #money-back-cert .cert-holder .cert-container .signature-container .text-content {
          margin-top: 25px; }
          @media (min-width: 992px) {
            #money-back-cert .cert-holder .cert-container .signature-container .text-content {
              margin-top: 50px; } }
          #money-back-cert .cert-holder .cert-container .signature-container .text-content p:last-of-type {
            margin-bottom: 0; }
        #money-back-cert .cert-holder .cert-container .signature-container .img-holder {
          max-width: 150px; }
          @media (max-width: 767px) {
            #money-back-cert .cert-holder .cert-container .signature-container .img-holder:first-of-type {
              padding-right: 5px; } }
          @media (max-width: 767px) {
            #money-back-cert .cert-holder .cert-container .signature-container .img-holder:last-of-type {
              padding-left: 5px; } }
          @media (min-width: 768px) {
            #money-back-cert .cert-holder .cert-container .signature-container .img-holder:last-of-type {
              margin-left: 15px; } }
          #money-back-cert .cert-holder .cert-container .signature-container .img-holder img {
            max-width: 100%;
            width: 100%; }

#why-organixx {
  padding-top: 50px;
  background-color: #559c4f; }
  @media (min-width: 768px) {
    #why-organixx {
      padding-top: 100px; } }
  #why-organixx * {
    color: #fff; }
  #why-organixx h2 {
    margin: 0;
    text-align: center;
    font-size: 36px;
    padding: 0 0 25px 0; }
    @media (min-width: 768px) {
      #why-organixx h2 {
        font-size: 40px;
        padding: 0 0 50px 0; } }
  #why-organixx .why-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start; }
    #why-organixx .why-container .why-item {
      padding-bottom: 25px;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        #why-organixx .why-container .why-item {
          flex: 0 0 100%;
          border-bottom: 1px solid #66a661; } }
      @media (min-width: 768px) {
        #why-organixx .why-container .why-item {
          flex: 0 0 46%; } }
      @media (min-width: 768px) {
        #why-organixx .why-container .why-item:nth-child(odd) {
          padding-right: 3%; } }
      @media (min-width: 768px) {
        #why-organixx .why-container .why-item:nth-child(even) {
          padding-left: 3%; } }
      @media (max-width: 767px) {
        #why-organixx .why-container .why-item:last-of-type {
          border: 0;
          padding-bottom: 0; } }
      #why-organixx .why-container .why-item h4 {
        font-size: 18px;
        font-family: "LatoBold", Arial, sans serif;
        font-weight: 700;
        font-style: normal;
        margin: 0 0 15px 0; }
        @media (min-width: 768px) {
          #why-organixx .why-container .why-item h4 {
            font-size: 20px; } }
      #why-organixx .why-container .why-item p {
        font-size: 16px;
        font-family: "Lato", Arial, sans serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.4;
        margin: 0; }
        @media (min-width: 768px) {
          #why-organixx .why-container .why-item p {
            font-size: 18px; } }

#vitamin-angels .image-container, #vitamin-angels h2, #vitamin-angels p {
  -ms-grid-column: 1;
  -ms-grid-column-span: span 1-1;
  grid-column: 1/span 1; }

#vitamin-angels .image-container {
  -ms-grid-row: 1;
  -ms-grid-row-span: span 1-1;
  grid-row: 1/span 1; }
  @media (min-width: 992px) {
    #vitamin-angels .image-container {
      padding-right: 25px;
      -ms-grid-row: 1;
      -ms-grid-row-span: span 2-1;
      grid-row: 1/span 2; } }

#vitamin-angels h2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: span 1-2;
  grid-row: 2/span 1; }
  @media (max-width: 991px) {
    #vitamin-angels h2 {
      padding: 25px 0; } }
  @media (min-width: 992px) {
    #vitamin-angels h2 {
      -ms-grid-column: 2;
      -ms-grid-column-span: span 1-2;
      grid-column: 2/span 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: span 1-1;
      grid-row: 1/span 1; } }

#vitamin-angels p {
  -ms-grid-row: 3;
  -ms-grid-row-span: span 1-3;
  grid-row: 3/span 1; }
  @media (min-width: 992px) {
    #vitamin-angels p {
      -ms-grid-column: 2;
      -ms-grid-column-span: span 1-2;
      grid-column: 2/span 1;
      -ms-grid-row: 2;
      -ms-grid-row-span: span 1-2;
      grid-row: 2/span 1; } }

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

* {
  scroll-margin-top: 120px;
  text-rendering: optimizeLegibility; }

img[src$="_.png"] {
  height: auto;
  width: auto; }

html {
  scroll-behavior: "smooth"; }

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Lato", Arial, sans serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #414042;
  font-size: 18px; }
  @media (min-width: 768px) {
    html,
    body {
      font-size: 22px; } }

h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
  font-family: "LatoSemiBold", Arial, sans serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-align: center; }
  @media (min-width: 992px) {
    h1,
    h1 *,
    h2,
    h2 *,
    h3,
    h3 *,
    h4,
    h4 *,
    h5,
    h5 *,
    h6,
    h6 * {
      line-height: 1.3; } }
  h1 .red-title,
  h1 * .red-title,
  h2 .red-title,
  h2 * .red-title,
  h3 .red-title,
  h3 * .red-title,
  h4 .red-title,
  h4 * .red-title,
  h5 .red-title,
  h5 * .red-title,
  h6 .red-title,
  h6 * .red-title {
    margin: 0 auto; }

section {
  overflow-x: clip;
  clear: both;
  padding: 50px 0; }

img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

sup {
  top: -.5rem;
  font-size: 10px;
  font-size: 0.5555555556rem; }
  @media (min-width: 768px) {
    sup {
      font-size: 10px;
      font-size: 0.4545454545rem; } }

b,
strong {
  font-family: "LatoSemiBold", Arial, sans serif;
  font-weight: 600;
  font-style: normal; }

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

p:last-of-type {
  margin-bottom: 0; }

.flex,
.row {
  display: flex; }

.grid {
  display: grid; }
  .grid h1,
  .grid h2,
  .grid h3,
  .grid h4,
  .grid h5,
  .grid h6,
  .grid p {
    margin: 0; }

.container {
  max-width: 1000px; }

.container-wide {
  max-width: 1140px;
  margin: auto;
  padding: 0 10px; }
  @media (min-width: 480px) {
    .container-wide {
      padding: 0 15px; } }

.padded-container {
  max-width: calc(100% - 15px);
  position: relative;
  padding: 15px;
  margin: auto; }
  @media (min-width: 576px) {
    .padded-container {
      max-width: calc(100% - 30px);
      padding: 25px; } }
  @media (min-width: 768px) {
    .padded-container {
      max-width: calc(100% - 50px); } }
  @media (min-width: 992px) {
    .padded-container {
      max-width: 960px;
      margin: auto; } }
  @media (min-width: 992px) {
    .padded-container {
      padding: 60px; } }

.try-free-btn {
  color: #fff;
  text-align: center;
  background-color: #e93c00;
  padding: 7px 10px;
  display: inline-block;
  text-decoration: none;
  font-family: "LatoSemiBold", Arial, sans serif;
  font-weight: 600;
  font-style: normal; }

.img-left,
.img-right {
  padding: 0; }
  @media (max-width: 991px) {
    .img-left,
    .img-right {
      margin: 25px 0;
      padding: 0; } }

@media (min-width: 768px) {
  .img-left {
    float: left;
    margin: 25px 25px 25px 0; } }

@media (min-width: 768px) {
  .img-right {
    margin: 25px 0 25px 25px;
    float: right; } }

.accent-text {
  color: #169a98; }

.italic {
  font-style: italic; }

.lower {
  text-transform: lowercase; }

.no-space {
  margin: 0;
  padding: 0; }

.no-space-bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

.mobile,
.mobile-show {
  display: block; }
  @media (min-width: 768px) {
    .mobile,
    .mobile-show {
      display: none; } }

.desktop,
.mobile-hide {
  display: none; }
  @media (min-width: 768px) {
    .desktop,
    .mobile-hide {
      display: block; } }

.icon-list,
.icon-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end; }

.add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/add-to-cart-btn.png") no-repeat center center;
  width: 296px;
  height: 63px;
  color: #fff;
  text-transform: uppercase;
  font-family: "LatoSemiBold", Arial, sans serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto; }

.icon-list {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  list-style: none; }
  .icon-list li {
    text-align: center;
    flex: 0 0 50%; }
    @media (min-width: 992px) {
      .icon-list li {
        flex: 0 0 25%; } }

.featherlight .featherlight-content {
  padding: 10px 10px 0; }

.featherlight .featherlight-close-icon {
  right: 15px;
  top: 15px;
  font-family: "LatoSemiBold", Arial, sans serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  font-size: 1.3888888889rem; }
  @media (min-width: 768px) {
    .featherlight .featherlight-close-icon {
      font-size: 25px;
      font-size: 1.1363636364rem; } }

#header {
  position: relative;
  z-index: 9999;
  padding: 0 15px;
  background: #fff;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
  padding: 15px 0; }
  @media (min-width: 768px) {
    #header {
      height: 90px;
      position: fixed;
      top: 0; } }
  @media (min-width: 992px) {
    #header {
      height: 101px; } }
  @media (min-width: 1024px) {
    #header {
      height: 100px; } }
  @media (min-width: 1200px) {
    #header {
      height: 101px; } }
  #header .container {
    width: 100%;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 1024px) {
      #header .container {
        flex-wrap: nowrap; } }
  #header #ox-lf-logo {
    flex-basis: 50%;
    width: 100%;
    order: 1; }
    @media (min-width: 768px) {
      #header #ox-lf-logo {
        flex-basis: 20%; } }
    @media (min-width: 992px) {
      #header #ox-lf-logo {
        flex-basis: 26%; } }
    @media (min-width: 1024px) {
      #header #ox-lf-logo {
        flex-basis: 20%; } }
    #header #ox-lf-logo img {
      display: inline-block;
      margin: 0;
      padding: 0;
      /*width: 165px;*/
      /*height: 53px;*/
      /*@include respond-above(sm) {*/
      /*width: 144px;*/
      /*height: 47px;*/
      /*}*/
      /*@include respond-above(md) {*/
      /*width: 190px;*/
      /*height: 62px;*/
      /*}*/ }
  #header #ox-lf-page-title {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    order: 3;
    position: relative; }
    @media (min-width: 768px) {
      #header #ox-lf-page-title {
        padding: 0;
        flex-basis: 36%;
        order: 2; } }
    @media (min-width: 992px) {
      #header #ox-lf-page-title {
        flex-basis: 53%; } }
    @media (min-width: 1024px) {
      #header #ox-lf-page-title {
        flex-basis: 55%; } }
    #header #ox-lf-page-title h2,
    #header #ox-lf-page-title h2 * {
      margin: 0;
      padding: 0;
      font-size: 28px;
      font-size: 1.5555555556rem; }
      @media (min-width: 768px) {
        #header #ox-lf-page-title h2,
        #header #ox-lf-page-title h2 * {
          font-size: 28px;
          font-size: 1.2727272727rem; } }
      #header #ox-lf-page-title h2 span,
      #header #ox-lf-page-title h2 * span {
        color: #e93c00; }
  #header #ox-lf-page-menu {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-basis: 50%;
    order: 2;
    width: 100%; }
    @media (min-width: 768px) {
      #header #ox-lf-page-menu {
        flex-basis: fit-content;
        order: 3; } }
    @media (min-width: 992px) {
      #header #ox-lf-page-menu {
        flex-basis: 21%; } }
    @media (min-width: 1024px) {
      #header #ox-lf-page-menu {
        flex-basis: 25%; } }
    #header #ox-lf-page-menu img {
      max-height: 36px; }
    #header #ox-lf-page-menu #ox-lf-nav {
      cursor: pointer;
      position: relative; }
      #header #ox-lf-page-menu #ox-lf-nav .top-level,
      #header #ox-lf-page-menu #ox-lf-nav .top-level ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
      #header #ox-lf-page-menu #ox-lf-nav .top-level li {
        position: relative; }
        #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown {
          min-width: 175px;
          visibility: hidden;
          position: absolute;
          transition: all .2s ease-in-out;
          margin-top: 1rem;
          right: 0;
          border: 1px solid rgba(0, 0, 0, 0.35);
          -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
          height: 0; }
          #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown li {
            clear: both;
            width: 100%;
            opacity: 0;
            transition: opacity .2s ease .1s;
            font-size: 20px;
            font-size: 1.1111111111rem; }
            @media (min-width: 768px) {
              #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown li {
                font-size: 20px;
                font-size: 0.9090909091rem; } }
            #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown li a {
              text-align: left;
              background-color: #fff;
              display: block;
              padding: 12px 16px;
              text-decoration: none;
              color: #000;
              font-weight: normal;
              margin: 0;
              width: 100%; }
          #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown.open {
            opacity: 1;
            visibility: visible;
            height: 218px; }
            #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown.open li {
              opacity: 1; }
  #header #ox-lf-btn .try-free-btn {
    display: none;
    margin-left: 15px;
    font-size: 18px;
    font-size: 1rem; }
    @media (min-width: 480px) {
      #header #ox-lf-btn .try-free-btn {
        display: inline-block; } }
    @media (min-width: 768px) {
      #header #ox-lf-btn .try-free-btn {
        font-size: 18px;
        font-size: 0.8181818182rem; } }

#hero {
  background-color: #fff;
  padding-top: 0; }
  @media (min-width: 768px) {
    #hero {
      padding-top: 101px; } }
  #hero .container-wide.grid {
    align-items: center;
    gap: 15px;
    grid-template-columns: 1fr; }
    @media (max-width: 767px) {
      #hero .container-wide.grid {
        justify-items: center; } }
    @media (min-width: 768px) {
      #hero .container-wide.grid {
        grid-template-columns: calc(40% - 15px) calc(60% - 15px); } }
    @media (min-width: 992px) {
      #hero .container-wide.grid {
        grid-template-columns: calc(50% - 15px) calc(50% - 15px); } }
  #hero .img-holder {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1; }
    @media (min-width: 768px) {
      #hero .img-holder {
        grid-column: 1 / span 1;
        grid-row: 1 / span 3; } }
  #hero h1,
  #hero h2 {
    width: 100%; }
    @media (min-width: 768px) {
      #hero h1,
      #hero h2 {
        text-align: left; } }
    @media (max-width: 479px) {
      #hero h1 br,
      #hero h2 br {
        display: none; } }
  #hero h1 {
    color: #169a98;
    font-size: clamp(36px, 58px, 8vw);
    margin: 0;
    order: 1;
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    margin: 50px auto 0; }
    @media (min-width: 768px) {
      #hero h1 {
        font-size: clamp(36px, 58px, 5vw);
        order: 2;
        grid-column: 2 / span 1;
        grid-row: 1 / span 1;
        align-self: end; } }
  #hero h2 {
    font-size: clamp(22px, 27px, 4.5vw);
    margin: 0;
    grid-column: 1 / span 1;
    grid-row: 2 / span 1; }
    @media (min-width: 768px) {
      #hero h2 {
        font-size: clamp(22px, 27px, 2.5vw);
        order: 3;
        grid-column: 2 / span 1;
        grid-row: 2 / span 1;
        align-self: start; } }
  #hero .icon-list {
    order: 3;
    gap: 15px;
    grid-column: 1 / span 1;
    grid-row: 4 / span 1; }
    @media (min-width: 768px) {
      #hero .icon-list {
        grid-column: 2 / span 1;
        grid-row: 3 / span 1;
        align-self: start; } }
    #hero .icon-list li {
      flex: 0 0 calc(50% - 15px); }
      @media (min-width: 576px) {
        #hero .icon-list li {
          flex: 0 0 calc(25% - 15px); } }

#top-cta {
  margin: 0;
  background: #f2f2f2; }
  #top-cta h2 {
    color: #169a98;
    margin-top: 0; }
  #top-cta h3 {
    font-size: 18px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      #top-cta h3 {
        font-size: 22px;
        font-size: 1rem; } }
    @media (max-width: 575px) {
      #top-cta h3 br {
        display: none; } }
  #top-cta .try-it-btn a {
    display: block;
    max-width: 450px;
    margin: auto; }
  #top-cta .smaller {
    font-size: 16px;
    font-size: 0.8888888889rem; }
    @media (min-width: 768px) {
      #top-cta .smaller {
        font-size: 16px;
        font-size: 0.7272727273rem; } }

#benefits h2 {
  font-family: "LatoSemiBold", Arial, sans serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto 70px; }
  @media (min-width: 480px) {
    #benefits h2 {
      margin-bottom: 50px; } }

#benefits .icon-list {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 75px 0;
  margin-bottom: 50px; }
  @media (min-width: 480px) {
    #benefits .icon-list {
      flex-direction: row;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    #benefits .icon-list {
      align-items: flex-start; } }
  @media (min-width: 992px) {
    #benefits .icon-list {
      max-width: 100%; } }
  #benefits .icon-list li {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-self: center;
    align-items: center;
    padding: 0;
    gap: 15px; }
    @media (min-width: 480px) {
      #benefits .icon-list li {
        flex: 0 0 50%;
        flex-direction: row;
        flex-wrap: wrap; } }
    @media (min-width: 768px) {
      #benefits .icon-list li {
        flex: 0 0 33.3%; } }
    @media (min-width: 992px) {
      #benefits .icon-list li {
        flex: 0 0 33.3%;
        text-align: left; } }
    @media (min-width: 992px) {
      #benefits .icon-list li:nth-child(3n+1), #benefits .icon-list li:nth-child(3n+3) {
        padding-right: 0; } }
    #benefits .icon-list li .icon {
      padding-right: 0;
      flex: 0 0 100%;
      text-align: center; }
      @media (min-width: 480px) and (max-width: 767.9px) {
        #benefits .icon-list li .icon {
          flex: 0 0 50%; } }
      @media (min-width: 992px) {
        #benefits .icon-list li .icon {
          flex: 0 0 100px; } }
      @media (min-width: 1024px) {
        #benefits .icon-list li .icon {
          flex: 0 0 148px; } }
      #benefits .icon-list li .icon img {
        margin: 0 auto; }
    #benefits .icon-list li .label {
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      flex: 0 0 100%;
      text-align: center;
      width: 100%;
      font-size: 18px;
      font-size: 1rem; }
      @media (min-width: 480px) {
        #benefits .icon-list li .label {
          font-size: 20px;
          font-size: 1.1111111111rem; } }
      @media (min-width: 768px) {
        #benefits .icon-list li .label {
          flex: 1;
          width: auto;
          font-size: 18px;
          font-size: 0.8181818182rem; } }
      @media (min-width: 992px) {
        #benefits .icon-list li .label {
          text-align: left; } }
      @media (min-width: 768px) {
        #benefits .icon-list li .label {
          flex: 1;
          width: auto; } }
      #benefits .icon-list li .label h5 {
        line-height: 1.6;
        margin: 0 0 5px 0;
        font-size: 18px;
        font-size: 1rem; }
        @media (min-width: 768px) {
          #benefits .icon-list li .label h5 {
            font-size: 18px;
            font-size: 0.8181818182rem; } }
        @media (min-width: 992px) {
          #benefits .icon-list li .label h5 {
            text-align: left; } }
      #benefits .icon-list li .label p {
        margin: 0;
        padding: 6px 8px;
        line-height: 1;
        color: #169a98;
        border: 2px solid #169a98;
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
        font-size: 0.6666666667rem; }
        @media (min-width: 768px) {
          #benefits .icon-list li .label p {
            font-size: 12px;
            font-size: 0.5454545455rem; } }
    @media (min-width: 768px) {
      #benefits .icon-list li:last-of-type .label h5 {
        font-size: 16px;
        font-size: 0.7272727273rem; } }

#benefits .ingredient-list {
  margin: 75px auto 0;
  gap: 50px 0;
  flex-direction: column; }
  @media (min-width: 768px) {
    #benefits .ingredient-list {
      flex-direction: row;
      gap: 0 25px; } }
  @media (min-width: 992px) {
    #benefits .ingredient-list {
      margin-top: 0; } }
  #benefits .ingredient-list li {
    flex: 0 0 100%;
    text-align: center; }
    @media (min-width: 768px) {
      #benefits .ingredient-list li {
        flex: 0 0 calc(33.3% - 16.5px); } }
    @media (min-width: 992px) {
      #benefits .ingredient-list li {
        flex: 0 0 calc(33.3% - 9.5px); } }
    #benefits .ingredient-list li .img-holder {
      align-content: flex-end; }
      @media (min-width: 768px) {
        #benefits .ingredient-list li .img-holder {
          height: 165px; } }
      @media (min-width: 992px) {
        #benefits .ingredient-list li .img-holder {
          height: 225px; } }
    #benefits .ingredient-list li h3,
    #benefits .ingredient-list li p {
      margin: 1em 0 0 0; }
    @media (min-width: 768px) and (max-width: 1023.9px) {
      #benefits .ingredient-list li h3 {
        font-size: 20px;
        font-size: 0.9090909091rem; } }
    #benefits .ingredient-list li h3 br {
      display: none; }
      @media (min-width: 768px) and (max-width: 991.9px) {
        #benefits .ingredient-list li h3 br {
          display: block; } }
    @media (min-width: 768px) and (max-width: 1023.9px) {
      #benefits .ingredient-list li p {
        font-size: 18px;
        font-size: 0.8181818182rem; } }

#doctor-recommended {
  background-color: #f2f2f2; }
  @media (min-width: 992px) {
    #doctor-recommended {
      padding: 75px 0; } }
  #doctor-recommended .dr-container {
    gap: 1em 0; }
    @media (min-width: 768px) {
      #doctor-recommended .dr-container {
        gap: 1em 25px; } }
    @media (min-width: 992px) {
      #doctor-recommended .dr-container {
        gap: 1em 50px;
        grid-template-columns: 400px 1fr; } }
    @media (min-width: 768px) {
      #doctor-recommended .dr-container h2,
      #doctor-recommended .dr-container p {
        grid-column: 2 / span 1; } }
    #doctor-recommended .dr-container h2 {
      margin: 0;
      text-align: center;
      line-height: 1;
      font-size: 34px;
      font-size: 1.8888888889rem; }
      @media (min-width: 768px) {
        #doctor-recommended .dr-container h2 {
          margin: 0;
          padding: 0;
          grid-row: 1 / span 1;
          text-align: left; } }
      @media (min-width: 992px) {
        #doctor-recommended .dr-container h2 {
          font-size: 44px;
          font-size: 2rem; } }
    @media (min-width: 768px) {
      #doctor-recommended .dr-container .img-holder {
        grid-column: 1 / span 1;
        grid-row: 1 / span 4;
        align-self: center; } }
    #doctor-recommended .dr-container .img-holder .image-caption {
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      font-size: 16px;
      font-size: 0.8888888889rem;
      line-height: 1.2;
      margin-top: 15px; }
      @media (min-width: 992px) {
        #doctor-recommended .dr-container .img-holder .image-caption {
          font-size: 24px;
          font-size: 1.0909090909rem;
          line-height: 1.5; } }
    @media (min-width: 768px) {
      #doctor-recommended .dr-container p:last-of-type {
        grid-column: 1 / span 2; } }
    #doctor-recommended .dr-container .dr-sig {
      margin-top: 1em; }

#best-results {
  padding-top: 0; }
  #best-results .title-container {
    background-color: #009c98;
    padding: 25px 0;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      #best-results .title-container {
        padding: 50px 0; } }
    #best-results .title-container h3 {
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-content: center;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      margin: 0 auto;
      font-size: 32px;
      font-size: 1.7777777778rem; }
      @media (min-width: 768px) {
        #best-results .title-container h3 {
          font-size: 50px;
          font-size: 2.2727272727rem; } }
      #best-results .title-container h3:before, #best-results .title-container h3:after {
        content: '';
        background: url("../images/icon-arrow-large.png") no-repeat center center;
        min-height: 130px;
        width: 15%;
        background-size: 100%; }
  #best-results hr {
    clear: both;
    margin: 50px auto; }
  #best-results h4 {
    color: #169a98;
    font-size: 26px; }
    @media (min-width: 768px) {
      #best-results h4.youll {
        text-align: left; } }
    @media (max-width: 767px) {
      #best-results h4.should br {
        display: none; } }
  #best-results p:first-of-type {
    margin-top: 0; }
  @media (min-width: 768px) {
    #best-results p.its {
      margin-bottom: 0; } }
  #best-results p ~ h4 {
    margin: 0 auto; }
  #best-results .grid {
    justify-items: center; }
    #best-results .grid.woman-mirror, #best-results .grid.women-yoga {
      row-gap: 22px; }
      @media (min-width: 768px) {
        #best-results .grid.woman-mirror, #best-results .grid.women-yoga {
          column-gap: 25px;
          align-items: center; } }
    @media (min-width: 768px) {
      #best-results .grid.woman-mirror {
        grid-template-columns: 1fr 300px; } }
    @media (min-width: 992px) {
      #best-results .grid.woman-mirror {
        grid-template-columns: 1fr 400px; } }
    #best-results .grid.woman-mirror .youll {
      grid-row: 1 / span 1;
      grid-column: 1 / span 1; }
    #best-results .grid.woman-mirror .img-holder {
      grid-row: 3 / span 1;
      grid-column: 1 / span 1; }
      @media (min-width: 768px) {
        #best-results .grid.woman-mirror .img-holder {
          grid-row: 1 / span 2;
          grid-column: 2 / span 1; } }
    @media (min-width: 992px) {
      #best-results .grid.women-yoga {
        grid-template-columns: 350px 1fr; } }
    @media (min-width: 1024px) {
      #best-results .grid.women-yoga {
        grid-template-columns: 360px 1fr; } }
    #best-results .grid.women-yoga .img-holder {
      grid-row: 4 / span 1; }
      @media (min-width: 768px) {
        #best-results .grid.women-yoga .img-holder {
          grid-column: 1 / span 1;
          grid-row: 1 / span 3; } }
    @media (min-width: 768px) {
      #best-results .grid.women-yoga p {
        margin: 0;
        padding: 0; } }
    @media (min-width: 768px) {
      #best-results .grid.women-yoga p.im {
        grid-column: 2 / span 1; } }

#how-it-works {
  background-color: #b67c64; }
  #how-it-works .two-columns {
    gap: 0 75px; }
    @media (min-width: 992px) {
      #how-it-works .two-columns .left {
        background: url("../images/how-it-works.jpg") no-repeat center center;
        background-size: cover;
        flex: 0 0 40%; } }
    #how-it-works .two-columns .left img {
      display: block; }
      @media (min-width: 992px) {
        #how-it-works .two-columns .left img {
          display: none; } }
    @media (min-width: 992px) {
      #how-it-works .two-columns .right {
        flex: 0 0 50%; } }
    #how-it-works .two-columns .right .inner {
      max-width: 600px;
      color: #fff;
      padding-top: 25px;
      padding-bottom: 50px; }
      @media (min-width: 992px) {
        #how-it-works .two-columns .right .inner {
          padding-top: 50px; } }
      #how-it-works .two-columns .right .inner h3 {
        margin-top: 0;
        text-align: left;
        font-size: 36px;
        font-size: 2rem; }
        @media (min-width: 768px) {
          #how-it-works .two-columns .right .inner h3 {
            font-size: 36px;
            font-size: 1.6363636364rem; } }
      #how-it-works .two-columns .right .inner ul {
        max-width: 560px; }
        #how-it-works .two-columns .right .inner ul li {
          margin-bottom: 15px; }
          #how-it-works .two-columns .right .inner ul li:before {
            content: url("../images/how-it-works-yes.png");
            width: 64px;
            height: 38px;
            display: inline-block;
            margin-right: 10px; }
          #how-it-works .two-columns .right .inner ul li:last-of-type {
            margin-bottom: 0; }
      #how-it-works .two-columns .right .inner img {
        display: inline-block;
        top: 5px;
        position: relative; }

#my-promise {
  padding: 50px 0 80px 0; }
  #my-promise .white-bg {
    background-color: #f7f7f7;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 25px; }
    @media (min-width: 768px) {
      #my-promise .white-bg {
        padding: 50px 50px 30px 50px; } }
    #my-promise .white-bg h3 {
      margin: 0;
      text-align: center;
      font-size: 26px;
      font-size: 1.4444444444rem; }
      @media (min-width: 768px) {
        #my-promise .white-bg h3 {
          font-size: 36px;
          font-size: 1.6363636364rem; } }
    #my-promise .white-bg .img-right {
      margin: 0 auto; }
      @media (max-width: 767px) {
        #my-promise .white-bg .img-right {
          max-width: 270px;
          margin-bottom: 22px; } }
      @media (max-width: 479px) {
        #my-promise .white-bg .img-right {
          max-width: 100%; } }
      @media (min-width: 768px) and (max-width: 991.9px) {
        #my-promise .white-bg .img-right {
          max-width: 350px; } }
      @media (min-width: 992px) {
        #my-promise .white-bg .img-right {
          margin-right: -75px;
          margin-top: -30px;
          margin-left: 10px; } }

#cta-ninety-days {
  background-color: #009c98;
  color: #fff;
  text-align: center; }
  #cta-ninety-days h2 {
    margin: 15px 0;
    font-size: 36px;
    font-size: 2rem; }
    @media (min-width: 768px) {
      #cta-ninety-days h2 {
        font-size: 46px;
        font-size: 2.0909090909rem; } }
  #cta-ninety-days p {
    text-align: center;
    margin: 0 0 22px 0; }
  #cta-ninety-days h3 {
    font-size: 24px;
    font-size: 1.0909090909rem; }
  #cta-ninety-days .img-holder {
    margin: 50px auto; }

#reviews {
  background-color: #f2f2f2;
  padding-top: 25px; }
  #reviews h2 {
    margin-bottom: 25px; }
  #reviews a, #reviews .blue-text {
    color: #027691; }
  #reviews .single-review-title {
    margin: 0;
    text-align: left; }
  #reviews .location-date-block,
  #reviews .size-block {
    font-family: "LatoSemiBold", Arial, sans serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    font-size: 0.8888888889rem; }
    @media (min-width: 768px) {
      #reviews .location-date-block,
      #reviews .size-block {
        font-size: 16px;
        font-size: 0.7272727273rem; } }
  #reviews .single-review-content {
    font-size: 18px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      #reviews .single-review-content {
        font-size: 18px;
        font-size: 0.8181818182rem; } }
  #reviews .two-columns .left,
  #reviews .two-columns .right {
    background-color: #fff;
    padding: 0 15px; }
    @media (min-width: 992px) {
      #reviews .two-columns .left,
      #reviews .two-columns .right {
        flex: 0 0 calc(50% - 12.5px); } }
    #reviews .two-columns .left .title-image,
    #reviews .two-columns .right .title-image {
      padding: 25px 0; }
    #reviews .two-columns .left .section-desc,
    #reviews .two-columns .right .section-desc {
      margin-top: 0;
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      font-size: 20px;
      font-size: 1.1111111111rem; }
      @media (min-width: 768px) {
        #reviews .two-columns .left .section-desc,
        #reviews .two-columns .right .section-desc {
          font-size: 20px;
          font-size: 0.9090909091rem; } }
  @media (min-width: 992px) {
    #reviews .two-columns .left {
      margin-right: 25px; } }
  @media (min-width: 480px) {
    #reviews .two-columns .right {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    #reviews .two-columns .right {
      margin-top: 0;
      margin-right: 25px; } }
  #reviews .two-columns .right a {
    font-size: 18px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      #reviews .two-columns .right a {
        font-size: 18px;
        font-size: 0.8181818182rem; } }
  @media (max-width: 479px) {
    #reviews .two-columns #amazon-reviews {
      display: none; } }
  #reviews .two-columns #amazon-reviews .single-review:last-of-type {
    margin-bottom: 25px; }
  #reviews .two-columns #amazon-reviews .left,
  #reviews .two-columns #amazon-reviews .right {
    margin-right: 0; }
  #reviews .two-columns #amazon-reviews .left {
    flex: 0 0 45%; }
    #reviews .two-columns #amazon-reviews .left .review-screencap {
      padding: 0 15px; }
  #reviews .two-columns #amazon-reviews .right {
    flex: 0 0 55%;
    font-family: "LatoSemiBold", Arial, sans serif;
    font-weight: 600;
    font-style: normal; }
    #reviews .two-columns #amazon-reviews .right p {
      font-size: 18px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        #reviews .two-columns #amazon-reviews .right p {
          font-size: 18px;
          font-size: 0.8181818182rem; } }
      #reviews .two-columns #amazon-reviews .right p:first-of-type {
        margin-top: 0; }
  #reviews .two-columns #amazon-reviews .single-review-header {
    margin-bottom: 0; }
  #reviews .two-columns #amazon-reviews .initial-name-block,
  #reviews .two-columns #amazon-reviews .rate-date-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap; }
  #reviews .two-columns #amazon-reviews .initial-name-block .initial {
    margin-right: 15px; }
    #reviews .two-columns #amazon-reviews .initial-name-block .initial img {
      width: 40px;
      height: 40px; }
  #reviews .two-columns #amazon-reviews .rate-date-block {
    margin-bottom: 5px; }
    #reviews .two-columns #amazon-reviews .rate-date-block .single-review-rating {
      margin-right: 15px; }
      #reviews .two-columns #amazon-reviews .rate-date-block .single-review-rating .single-review-star img {
        height: 18px;
        width: 18px;
        margin: 0; }
    #reviews .two-columns #amazon-reviews .rate-date-block .single-review-verified small {
      color: #c45500;
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal; }
  @media (max-width: 479px) {
    #reviews .two-columns #amazon-reviews .location-date-block {
      flex-direction: column;
      align-items: flex-start; } }
  #reviews .two-columns #amazon-reviews .location-date-block .single-review-location img {
    width: 20px;
    height: 14px;
    display: inline-block;
    margin: 0px 5px 0 0; }
  #reviews .two-columns #amazon-reviews .single-helpful-content small,
  #reviews .two-columns #amazon-reviews .location-date-block small {
    color: #565959; }
  #reviews .two-columns #amazon-reviews .single-helpful-content {
    margin-top: 10px; }
  #reviews .two-columns #organixx-reviews h4 {
    margin-top: 25px;
    font-size: 32px;
    font-size: 1.7777777778rem; }
    @media (min-width: 768px) {
      #reviews .two-columns #organixx-reviews h4 {
        font-size: 32px;
        font-size: 1.4545454545rem; } }
  #reviews .two-columns #organixx-reviews .review-count {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap; }
    #reviews .two-columns #organixx-reviews .review-count .star-img img {
      width: 180px;
      height: 29px; }
    #reviews .two-columns #organixx-reviews .review-count .link-color {
      color: #027691;
      line-height: 1;
      padding-top: 6px;
      padding-left: 5px;
      font-size: 18px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        #reviews .two-columns #organixx-reviews .review-count .link-color {
          font-size: 18px;
          font-size: 0.8181818182rem; } }
  #reviews .two-columns #organixx-reviews .single-review {
    padding: 50px 15px; }
    #reviews .two-columns #organixx-reviews .single-review .rate-date-block {
      margin-bottom: 5px; }
    #reviews .two-columns #organixx-reviews .single-review .single-review-initial {
      padding-top: 0; }
    #reviews .two-columns #organixx-reviews .single-review .verified-block .single-review-verified {
      font-size: 12px;
      font-size: 0.6666666667rem; }
      @media (min-width: 768px) {
        #reviews .two-columns #organixx-reviews .single-review .verified-block .single-review-verified {
          font-size: 12px;
          font-size: 0.5454545455rem; } }
    #reviews .two-columns #organixx-reviews .single-review .single-review-title {
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      font-size: 18px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        #reviews .two-columns #organixx-reviews .single-review .single-review-title {
          font-size: 18px;
          font-size: 0.8181818182rem; } }

#banner-cta {
  padding: 0; }
  #banner-cta img {
    width: 100%; }

.reason-section .padded-container {
  background-color: #f7f7f7;
  position: relative; }
  .reason-section .padded-container .reason-badge {
    text-align: center;
    position: relative;
    top: -35px;
    margin-bottom: -35px; }
    @media (min-width: 576px) {
      .reason-section .padded-container .reason-badge {
        top: -45px;
        margin-bottom: -45px; } }
    @media (min-width: 992px) {
      .reason-section .padded-container .reason-badge {
        top: -80px;
        margin-bottom: -80px; } }
    .reason-section .padded-container .reason-badge span {
      border-radius: 4px;
      background-color: #009c98;
      color: #fff;
      text-transform: uppercase;
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      padding: 3px 20px;
      font-size: 26px;
      font-size: 1.4444444444rem; }
      @media (min-width: 768px) {
        .reason-section .padded-container .reason-badge span {
          font-size: 26px;
          font-size: 1.1818181818rem; } }
  .reason-section .padded-container h3,
  .reason-section .padded-container h4 {
    margin: 15px auto 0 auto; }
  .reason-section .padded-container h3 {
    margin-top: 50px;
    line-height: 1.1;
    font-size: 50px;
    font-size: 2.7777777778rem; }
    @media (min-width: 768px) {
      .reason-section .padded-container h3 {
        font-size: 50px;
        font-size: 2.2727272727rem; } }
  .reason-section .padded-container h4 {
    font-size: 30px;
    font-size: 1.6666666667rem; }
    @media (min-width: 768px) {
      .reason-section .padded-container h4 {
        font-size: 30px;
        font-size: 1.3636363636rem; } }
    @media (max-width: 575px) {
      .reason-section .padded-container h4 br {
        display: none; } }

#reason-one h2 {
  font-family: "LatoSemiBold", Arial, sans serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 75px; }
  @media (min-width: 768px) and (max-width: 991.9px) {
    #reason-one h2 {
      max-width: 810px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 991px) {
    #reason-one h2 br {
      display: none; } }

#reason-one .padded-container h4.we {
  margin-bottom: 50px; }

#reason-one .padded-container h4.our, #reason-one .padded-container h4.type-title {
  font-size: 36px;
  font-size: 2rem; }
  @media (min-width: 768px) {
    #reason-one .padded-container h4.our, #reason-one .padded-container h4.type-title {
      font-size: 36px;
      font-size: 1.6363636364rem; } }

#reason-one .padded-container h4.our {
  margin: 1em auto 50px auto; }
  @media (min-width: 768px) {
    #reason-one .padded-container h4.our {
      text-align: left; } }

#reason-one .padded-container .types-list li {
  border-bottom: 3px solid #d8d8d8;
  padding-bottom: 50px;
  margin-bottom: 50px;
  flex-direction: column;
  gap: 25px; }
  @media (max-width: 767px) {
    #reason-one .padded-container .types-list li {
      align-items: center; } }
  @media (min-width: 768px) {
    #reason-one .padded-container .types-list li {
      flex-direction: row; } }
  #reason-one .padded-container .types-list li:before {
    content: '';
    background: url("../images/icon-type-i.png") no-repeat 0 0/cover;
    display: block;
    width: 62px;
    height: 62px;
    flex: 0 0 62px; }
    @media (min-width: 992px) {
      #reason-one .padded-container .types-list li:before {
        width: 92px;
        height: 92px;
        flex: 0 0 92px; } }
  #reason-one .padded-container .types-list li:nth-child(2):before {
    background-image: url("../images/icon-type-ii.png"); }
  #reason-one .padded-container .types-list li:nth-child(3):before {
    background-image: url("../images/icon-type-iii.png"); }
  #reason-one .padded-container .types-list li:nth-child(4):before {
    background-image: url("../images/icon-type-v.png"); }
  #reason-one .padded-container .types-list li:nth-child(5):before {
    background-image: url("../images/icon-type-x.png"); }
  @media (min-width: 768px) {
    #reason-one .padded-container .types-list li .content-holder .type-title {
      text-align: left; } }
  @media (min-width: 768px) {
    #reason-one .padded-container .types-list li .img-holder {
      width: 230px;
      flex: 0 0 230px; } }
  @media (min-width: 992px) {
    #reason-one .padded-container .types-list li .img-holder {
      width: 330px;
      flex: 0 0 330px; } }

#reason-one .padded-container .nutritional-info small {
  color: #414042;
  font-size: 16px;
  font-size: 0.8888888889rem; }
  @media (min-width: 768px) {
    #reason-one .padded-container .nutritional-info small {
      font-size: 16px;
      font-size: 0.7272727273rem; } }

@media (max-width: 479px) {
  #reason-two h3 {
    font-size: 48px;
    font-size: 2.6666666667rem; } }

#reason-two .sources-list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px 0; }
  @media (min-width: 576px) {
    #reason-two .sources-list {
      gap: 25px; } }
  @media (min-width: 768px) {
    #reason-two .sources-list {
      gap: 50px; } }
  #reason-two .sources-list li {
    background-color: #fff;
    flex: 0 0 100%;
    padding: 50px;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-family: "LatoSemiBold", Arial, sans serif;
    font-weight: 600;
    font-style: normal; }
    @media (min-width: 576px) {
      #reason-two .sources-list li {
        padding: 25px;
        flex: 0 0 calc(50% - 25px); } }
    @media (min-width: 768px) {
      #reason-two .sources-list li {
        padding: 50px;
        flex: 0 0 calc(50% - 25px); } }

#reason-three .padded-container h5 {
  margin: 15px auto 0;
  font-size: 24px;
  font-size: 1.3333333333rem; }
  @media (min-width: 768px) {
    #reason-three .padded-container h5 {
      font-size: 24px;
      font-size: 1.0909090909rem; } }

#reason-three .padded-container .img-right {
  margin: 2em auto 1em auto;
  max-width: 200px; }
  @media (min-width: 768px) {
    #reason-three .padded-container .img-right {
      margin: 0 auto 1em auto;
      max-width: 100%; } }

#reason-three .padded-container .clean-cert {
  margin-top: 1em; }

@media (max-width: 767px) {
  #reason-four .padded-container {
    padding: 25px 25px 50px 25px; } }

#reason-four .complete-protein-power .arrow-list {
  gap: 15px; }
  #reason-four .complete-protein-power .arrow-list p,
  #reason-four .complete-protein-power .arrow-list ul {
    grid-column: 1 / span 1; }
  #reason-four .complete-protein-power .arrow-list p {
    margin: 0;
    padding: 0; }
    @media (min-width: 480px) {
      #reason-four .complete-protein-power .arrow-list p {
        grid-column: 1 / span 2;
        grid-row: 1 / span 1; } }
    #reason-four .complete-protein-power .arrow-list p img.mobile {
      margin: 25px auto;
      max-width: 300px; }
      @media (min-width: 480px) {
        #reason-four .complete-protein-power .arrow-list p img.mobile {
          display: none; } }
  #reason-four .complete-protein-power .arrow-list ul {
    grid-row: 2 / span 1;
    margin: 15px 0; }
    #reason-four .complete-protein-power .arrow-list ul li {
      gap: 10px;
      margin-bottom: 15px;
      align-items: center; }
      @media (min-width: 480px) {
        #reason-four .complete-protein-power .arrow-list ul li {
          gap: 15px; } }
      #reason-four .complete-protein-power .arrow-list ul li:before {
        content: '';
        display: block;
        background: url("../images/icon-arrow-right.png") no-repeat center center/contain;
        width: 19px;
        height: 10px; }
        @media (min-width: 576px) {
          #reason-four .complete-protein-power .arrow-list ul li:before {
            width: 51px;
            height: 27px; } }
      #reason-four .complete-protein-power .arrow-list ul li:last-of-type {
        margin-bottom: 0; }
  #reason-four .complete-protein-power .arrow-list .img-holder {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1; }
    @media (min-width: 480px) {
      #reason-four .complete-protein-power .arrow-list .img-holder {
        grid-column: 2 / span 1;
        grid-row: 2 / span 1;
        background: url("../images/reason-4-img-1.png") no-repeat center center;
        height: 100%; } }
  @media (max-width: 479px) {
    #reason-four .complete-protein-power .arrow-list ~ p {
      margin-top: 0; } }

#reason-four .complete-protein-power .circle-list {
  gap: 50px 35px;
  flex-wrap: wrap;
  justify-content: center; }
  #reason-four .complete-protein-power .circle-list li {
    text-align: center;
    flex: 0 0 100%;
    font-family: "LatoSemiBold", Arial, sans serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    font-size: 1.2222222222rem; }
    @media (min-width: 480px) {
      #reason-four .complete-protein-power .circle-list li {
        font-size: 18px;
        font-size: 1rem;
        flex: 0 0 calc(50% - 18.5px); } }
    @media (min-width: 768px) {
      #reason-four .complete-protein-power .circle-list li {
        font-size: 18px;
        font-size: 0.8181818182rem;
        flex: 0 0 calc(33.3% - 23.5px); } }
    @media (min-width: 992px) {
      #reason-four .complete-protein-power .circle-list li {
        font-size: 24px;
        font-size: 1.0909090909rem; } }
    #reason-four .complete-protein-power .circle-list li img {
      margin-bottom: 15px; }

#reason-four .protein-matters {
  background-color: #ebebeb;
  padding: 15px; }
  @media (min-width: 768px) {
    #reason-four .protein-matters {
      padding: 60px 60px 40px 60px; } }
  #reason-four .protein-matters h3 {
    margin: 30px 0; }
    @media (max-width: 767px) {
      #reason-four .protein-matters h3 {
        font-size: 42px;
        font-size: 2.3333333333rem; } }
    @media (min-width: 768px) {
      #reason-four .protein-matters h3 {
        margin: 0 0 30px 0; } }
  #reason-four .protein-matters ul li {
    background-color: #fff;
    margin-bottom: 25px;
    gap: 15px 0; }
    @media (min-width: 576px) {
      #reason-four .protein-matters ul li {
        gap: 10px; } }
    @media (min-width: 768px) {
      #reason-four .protein-matters ul li {
        gap: 25px 40px; } }
    #reason-four .protein-matters ul li:before {
      content: '';
      display: block;
      order: 1;
      grid-column: 1 / span 1;
      grid-row: 1 / span 1;
      width: 100%;
      background-repeat: no-repeat;
      background-position: top center; }
      @media (max-width: 575px) {
        #reason-four .protein-matters ul li:before {
          height: 200px; } }
      @media (min-width: 576px) {
        #reason-four .protein-matters ul li:before {
          background-size: cover; } }
      @media (min-width: 576px) {
        #reason-four .protein-matters ul li:before {
          grid-row: 1 / span 2;
          width: 216px; } }
    #reason-four .protein-matters ul li p,
    #reason-four .protein-matters ul li h4 {
      padding: 0 10px; }
      @media (min-width: 576px) {
        #reason-four .protein-matters ul li p,
        #reason-four .protein-matters ul li h4 {
          grid-column: 2 / span 1;
          padding: 0 10px 0 10px; } }
      @media (min-width: 768px) {
        #reason-four .protein-matters ul li p,
        #reason-four .protein-matters ul li h4 {
          padding: 0 25px 0 0; } }
    #reason-four .protein-matters ul li h4 {
      margin: 0;
      gap: 0 10px;
      align-items: center;
      font-size: 24px;
      font-size: 1.3333333333rem; }
      @media (min-width: 576px) {
        #reason-four .protein-matters ul li h4 {
          padding-top: 10px;
          font-size: 22px;
          font-size: 1rem; } }
      @media (min-width: 768px) {
        #reason-four .protein-matters ul li h4 {
          padding-top: 25px;
          gap: 0 20px;
          align-items: flex-end; } }
      #reason-four .protein-matters ul li h4:before {
        content: '';
        display: block;
        background: url("../images/icon-circle-check.png") no-repeat center center/cover;
        align-self: center;
        width: 30px;
        height: 30px;
        flex: 0 0 30px; }
        @media (min-width: 768px) {
          #reason-four .protein-matters ul li h4:before {
            width: 41px;
            height: 41px;
            flex: 0 0 41px; } }
    #reason-four .protein-matters ul li p {
      padding-bottom: 10px; }
      @media (min-width: 576px) and (max-width: 767.9px) {
        #reason-four .protein-matters ul li p {
          font-size: 16px;
          font-size: 0.8888888889rem; } }
      @media (min-width: 768px) {
        #reason-four .protein-matters ul li p {
          padding-bottom: 25px; } }
    @media (min-width: 576px) and (max-width: 767.9px) {
      #reason-four .protein-matters ul li.protein h4, #reason-four .protein-matters ul li.mood h4 {
        font-size: 18px;
        font-size: 1rem;
        align-items: flex-end; } }
    @media (min-width: 576px) {
      #reason-four .protein-matters ul li.enhanced:before, #reason-four .protein-matters ul li.mood:before {
        grid-column: 2 / span 1; } }
    @media (min-width: 576px) and (max-width: 767.9px) {
      #reason-four .protein-matters ul li.enhanced p,
      #reason-four .protein-matters ul li.enhanced h4, #reason-four .protein-matters ul li.mood p,
      #reason-four .protein-matters ul li.mood h4 {
        padding: 0 0 10px 10px; } }
    @media (min-width: 576px) {
      #reason-four .protein-matters ul li.enhanced p,
      #reason-four .protein-matters ul li.enhanced h4, #reason-four .protein-matters ul li.mood p,
      #reason-four .protein-matters ul li.mood h4 {
        grid-column: 1 / span 1; } }
    @media (min-width: 576px) and (max-width: 767.9px) {
      #reason-four .protein-matters ul li.enhanced h4, #reason-four .protein-matters ul li.mood h4 {
        padding-top: 10px; } }
    @media (min-width: 768px) {
      #reason-four .protein-matters ul li.enhanced h4, #reason-four .protein-matters ul li.mood h4 {
        padding: 25px 0 0 25px; } }
    @media (min-width: 768px) {
      #reason-four .protein-matters ul li.enhanced p, #reason-four .protein-matters ul li.mood p {
        padding: 0 0 25px 25px; } }
    #reason-four .protein-matters ul li.protein:before {
      background-image: url("../images/why-img-1.png"); }
    @media (max-width: 479px) {
      #reason-four .protein-matters ul li.protein h4 {
        font-size: 21px;
        font-size: 1.1666666667rem; } }
    #reason-four .protein-matters ul li.enhanced:before {
      background-image: url("../images/why-img-2.png");
      background-position: right -70px top; }
      @media (min-width: 480px) {
        #reason-four .protein-matters ul li.enhanced:before {
          background-position: center top; } }
      @media (min-width: 992px) {
        #reason-four .protein-matters ul li.enhanced:before {
          background-position: right -135px top -38px; } }
    #reason-four .protein-matters ul li.improved:before {
      background-image: url("../images/why-img-3.png"); }
      @media (min-width: 992px) {
        #reason-four .protein-matters ul li.improved:before {
          background-size: 475px; } }
    #reason-four .protein-matters ul li.mood:before {
      background-image: url("../images/why-img-4.png"); }
      @media (min-width: 768px) {
        #reason-four .protein-matters ul li.mood:before {
          background-position: left -120px top; } }
      @media (min-width: 992px) {
        #reason-four .protein-matters ul li.mood:before {
          background-position: left -120px top -10px; } }
    #reason-four .protein-matters ul li.results {
      margin-bottom: 0; }
      #reason-four .protein-matters ul li.results:before {
        background-image: url("../images/why-img-5.png"); }

#reason-four .numbers-dont-lie {
  background-color: #009c98;
  border-radius: 20px;
  margin: 50px auto 0 auto;
  padding: 15px; }
  @media (min-width: 576px) {
    #reason-four .numbers-dont-lie {
      margin: 50px auto;
      gap: 0 25px;
      align-items: center; } }
  @media (min-width: 768px) {
    #reason-four .numbers-dont-lie {
      grid-template-rows: auto 1fr;
      grid-template-columns: 1fr auto;
      gap: 0 20px;
      padding: 30px 30px 30px 70px; } }
  @media (min-width: 768px) {
    #reason-four .numbers-dont-lie h2,
    #reason-four .numbers-dont-lie .circle-num {
      grid-column: 1 / span 1; } }
  #reason-four .numbers-dont-lie h2 {
    color: #fff;
    text-align: center;
    font-size: 46px;
    font-size: 2.5555555556rem; }
    @media (max-width: 767px) {
      #reason-four .numbers-dont-lie h2 {
        margin-bottom: 25px; } }
    @media (min-width: 576px) and (max-width: 767.9px) {
      #reason-four .numbers-dont-lie h2 {
        grid-column: 1 / span 2; } }
    @media (min-width: 768px) {
      #reason-four .numbers-dont-lie h2 {
        text-align: left;
        font-size: 50px;
        font-size: 2.2727272727rem; } }
  #reason-four .numbers-dont-lie .circle-num {
    display: grid;
    align-self: stretch; }
    @media (max-width: 767px) {
      #reason-four .numbers-dont-lie .circle-num {
        gap: 25px 0; } }
    #reason-four .numbers-dont-lie .circle-num li {
      color: #fff;
      line-height: 1.2;
      align-items: center;
      gap: 0 20px;
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      font-size: 22px;
      font-size: 1.2222222222rem; }
      @media (min-width: 768px) {
        #reason-four .numbers-dont-lie .circle-num li {
          font-size: 28px;
          font-size: 1.2727272727rem; } }
      #reason-four .numbers-dont-lie .circle-num li .count-badge {
        text-align: center; }
        #reason-four .numbers-dont-lie .circle-num li .count-badge span {
          background-color: #fff;
          display: block;
          border-radius: 100%;
          color: #414042;
          font-family: "LatoSemiBold", Arial, sans serif;
          font-weight: 600;
          font-style: normal;
          font-size: 32px;
          font-size: 1.7777777778rem;
          width: 2em;
          height: 2em;
          align-content: center; }
          @media (min-width: 768px) {
            #reason-four .numbers-dont-lie .circle-num li .count-badge span {
              font-size: 42px;
              font-size: 1.9090909091rem; } }
  #reason-four .numbers-dont-lie .img-holder {
    padding-top: 25px; }
    @media (min-width: 768px) {
      #reason-four .numbers-dont-lie .img-holder {
        grid-column: 2 / span 1;
        grid-row: 1 / span 2;
        padding-top: 15px;
        margin-bottom: -15px; } }

#reason-five .padded-container {
  padding-bottom: 330px;
  margin-bottom: -330px; }
  @media (min-width: 480px) {
    #reason-five .padded-container {
      padding-bottom: 440px;
      margin-bottom: -440px; } }
  @media (min-width: 576px) {
    #reason-five .padded-container {
      padding-bottom: 470px;
      margin-bottom: -470px; } }
  @media (min-width: 768px) {
    #reason-five .padded-container {
      padding-bottom: 530px;
      margin-bottom: -530px; } }

#reason-five h4.enhanced {
  margin-bottom: 50px; }

#reason-five .understand {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    #reason-five .understand {
      margin-bottom: 50px; } }

@media (max-width: 767px) {
  #reason-five ul {
    gap: 25px; } }

@media (min-width: 768px) {
  #reason-five ul {
    grid-template-columns: 295px 1fr; } }

#reason-five ul:before {
  content: '';
  background: url("../images/reason-5-silhouette.png") no-repeat center top/contain;
  position: relative; }
  @media (max-width: 767px) {
    #reason-five ul:before {
      height: 396px;
      left: -15px;
      order: 5; } }
  @media (min-width: 768px) {
    #reason-five ul:before {
      grid-column: 1 / span 1;
      grid-row: 1 / span 5;
      left: -40px;
      width: 295px; } }

#reason-five ul li {
  position: relative;
  flex-direction: column;
  gap: 15px; }
  @media (min-width: 768px) {
    #reason-five ul li {
      grid-column: 2 / span 1;
      margin-bottom: 25px; } }
  @media (min-width: 992px) {
    #reason-five ul li {
      gap: 10px;
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    #reason-five ul li:before {
      content: '';
      display: block;
      width: 74px;
      height: 5px;
      background: #d9d9d9;
      position: absolute;
      top: 10px; } }
  @media (max-width: 767px) {
    #reason-five ul li.vitamin-c {
      order: 1; } }
  @media (min-width: 768px) {
    #reason-five ul li.vitamin-c:before {
      left: -84px;
      width: 74px; } }
  @media (max-width: 767px) {
    #reason-five ul li.vitamin-b6 {
      order: 2; } }
  @media (min-width: 768px) {
    #reason-five ul li.vitamin-b6:before {
      left: -55px;
      width: 45px; } }
  @media (max-width: 767px) {
    #reason-five ul li.zinc {
      order: 3; } }
  @media (min-width: 768px) {
    #reason-five ul li.zinc:before {
      left: -44px;
      width: 34px; } }
  @media (max-width: 767px) {
    #reason-five ul li.silica {
      order: 4; } }
  @media (min-width: 768px) {
    #reason-five ul li.silica:before {
      left: -73px;
      width: 63px; } }
  @media (max-width: 767px) {
    #reason-five ul li.carefully {
      order: 6; } }
  @media (min-width: 768px) {
    #reason-five ul li.carefully {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    #reason-five ul li.carefully:before {
      display: none; } }
  #reason-five ul li h5 {
    text-align: left;
    margin-bottom: 0;
    line-height: 1;
    color: #169a98;
    font-size: 30px;
    font-size: 1.6666666667rem; }
    @media (min-width: 768px) {
      #reason-five ul li h5 {
        font-size: 30px;
        font-size: 1.3636363636rem; } }

#reason-five .img-holder {
  margin-top: 25px;
  position: relative;
  z-index: 1; }

#reason-five .btn-holder {
  margin: 25px auto; }

#reason-five h4.vitamin {
  font-size: 30px;
  font-size: 1.6666666667rem; }
  @media (min-width: 768px) {
    #reason-five h4.vitamin {
      font-size: 30px;
      font-size: 1.3636363636rem; } }

#reason-five h5 {
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.3333333333rem; }
  @media (min-width: 768px) {
    #reason-five h5 {
      font-size: 24px;
      font-size: 1.0909090909rem; } }
  #reason-five h5 span {
    text-transform: uppercase;
    color: #ff7800; }

#afford-to-sell {
  background-color: #009c98;
  padding: 50px 15px 75px 15px; }
  @media (min-width: 768px) {
    #afford-to-sell {
      padding: 50px 15px; } }
  @media (min-width: 992px) {
    #afford-to-sell {
      padding-bottom: 125px; } }
  #afford-to-sell .accent-text {
    color: #ff7800; }
  #afford-to-sell .afford-container .padded-container {
    background-color: #f7f7f7;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px; }
    #afford-to-sell .afford-container .padded-container h2,
    #afford-to-sell .afford-container .padded-container h2 * {
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      margin: 0;
      text-align: center;
      font-size: 32px;
      font-size: 1.7777777778rem;
      line-height: 1.2; }
      @media (min-width: 768px) {
        #afford-to-sell .afford-container .padded-container h2,
        #afford-to-sell .afford-container .padded-container h2 * {
          font-size: 34px;
          font-size: 1.5454545455rem; } }
    #afford-to-sell .afford-container .padded-container h3 {
      font-size: 22px;
      font-size: 1.2222222222rem;
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 0;
      text-align: left; }
      @media (min-width: 768px) {
        #afford-to-sell .afford-container .padded-container h3 {
          font-size: 30px;
          font-size: 1.3636363636rem; } }
    #afford-to-sell .afford-container .padded-container p:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      #afford-to-sell .afford-container .padded-container p.fitted-text {
        max-width: 450px; } }
    @media (min-width: 1024px) {
      #afford-to-sell .afford-container .padded-container p.fitted-text {
        max-width: 490px; } }
    @media (max-width: 767px) {
      #afford-to-sell .afford-container .padded-container .img-right {
        max-width: 70%;
        margin: auto; } }
    @media (min-width: 768px) and (max-width: 991.9px) {
      #afford-to-sell .afford-container .padded-container .img-right {
        margin-top: 20px; } }
    @media (min-width: 768px) {
      #afford-to-sell .afford-container .padded-container .img-right {
        max-width: 300px; } }
    @media (min-width: 992px) {
      #afford-to-sell .afford-container .padded-container .img-right {
        position: absolute;
        right: -20px;
        bottom: -20px;
        max-width: 425px; } }

#money-back-guarantee {
  padding: 0;
  margin-top: 0;
  background-color: #282828; }
  #money-back-guarantee .content-side p {
    color: #feca20;
    font-family: "LatoSemiBold", Arial, sans serif;
    font-weight: 600;
    font-style: normal; }
  @media (min-width: 768px) {
    #money-back-guarantee .content-seal {
      flex: 0 0 240px; } }

#why-organixx h2 {
  padding: 50px 0; }

#why-organixx h4 {
  text-align: left; }

#references {
  background: #f6f6f6;
  padding: 40px 0; }
  #references h2 {
    text-align: left;
    font-size: 18px;
    font-size: 1rem;
    color: #414042;
    font-weight: normal; }
    @media (min-width: 768px) {
      #references h2 {
        font-size: 18px;
        font-size: 0.8181818182rem; } }
  #references .ref-list {
    margin: 0;
    padding: 0; }
    #references .ref-list * {
      color: #7e7e7e;
      overflow-wrap: break-word;
      word-wrap: break-word;
      font-size: 11px;
      font-size: 0.6111111111rem; }
      @media (min-width: 768px) {
        #references .ref-list * {
          font-size: 11px;
          font-size: 0.5rem; } }
    #references .ref-list li {
      margin-top: 12px; }
      #references .ref-list li .ref-num,
      #references .ref-list li .ref-link {
        display: block; }
      #references .ref-list li .ref-num {
        flex: 0 0 55px;
        padding-right: 15px; }
      #references .ref-list li .ref-info {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: calc(100% - 55px); }

.lf-footer {
  text-align: center; }
  .lf-footer ul.ftrlist {
    padding: 0; }
    .lf-footer ul.ftrlist li {
      display: inline-block;
      padding: 0 10px 0 5px;
      color: #7e7e7e;
      margin: 5px 0 0 0;
      font-size: 15px;
      font-size: 0.8333333333rem; }
      @media (min-width: 768px) {
        .lf-footer ul.ftrlist li {
          font-size: 15px;
          font-size: 0.6818181818rem; } }
      .lf-footer ul.ftrlist li a {
        color: #7e7e7e; }
  .lf-footer .footer {
    font-size: 15px;
    color: #7e7e7e; }
    .lf-footer .footer a {
      text-decoration: underline;
      color: #073dd9; }
  .lf-footer #copyright {
    padding: 40px 0;
    border-top: 1px solid #c8c8c8; }
    .lf-footer #copyright .address p {
      font-size: 15px;
      color: #7e7e7e;
      padding-top: 0;
      margin: 0; }
      @media (min-width: 768px) {
        .lf-footer #copyright .address p {
          font-size: 16px; } }
  .lf-footer .topftr,
  .lf-footer #copyright {
    padding: 25px 0; }
