@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800");
/****************************************************
*************** Grid system variables ***************
****************************************************/
/****************************************************
***************** Colour variables *****************
****************************************************/
/****************************************************
**************** Typography variables ***************
****************************************************/
/****************************************************
************* Partial-specific variables ************
****************************************************/
/*
    Variables that relate specifically to any of our Sass partial files (scss/app/partials/*.scss)
*/
/****************************************************
************ Component-specific variables ***********
****************************************************/
/*
    Variables that relate specifically to any of our Sass component files (scss/app/components/*.scss)
*/
/****************************************************
********* Animation & transitions variables *********
****************************************************/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*  
    Some of these are commented out to avoid a needlessly large CSS file.
    Uncomment the following files only when we need them.
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: "Raleway", sans-serif;
  --font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [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 {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5em;
  font-family: inherit;
  font-weight: 800;
  line-height: 1;
  color: inherit; }

h1, .h1 {
  font-size: 4.5rem; }

h2, .h2 {
  font-size: 3rem; }

h3, .h3 {
  font-size: 2.3rem; }

h4, .h4 {
  font-size: 1.9rem; }

h5, .h5 {
  font-size: 1.5rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.5625rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.5625rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 480px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 1380px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1440px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.625rem + 2px); }
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.5625rem;
  line-height: 1.6; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1rem;
  line-height: 1.6; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.1rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.5625rem;
  line-height: 1.6;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.5rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 480px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 3px solid transparent;
  padding: 13px 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
  .btn.disabled, .btn:disabled {
    opacity: 0.4; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg {
  padding: 15px 20px;
  font-size: 1.5625rem;
  line-height: 2.1;
  border-radius: 30px; }

.btn-sm {
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 30px; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.25rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #6c757d;
  white-space: nowrap; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(2.1rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(3.5rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.625rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.625rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.625rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.265625rem;
  padding-bottom: 0.265625rem;
  margin-right: 1rem;
  font-size: 1.5625rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 479.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 480px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 1439.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1440px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 1024px) {
  .modal-lg {
    max-width: 800px; } }
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 480px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 480px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 1024px !important; }

  .container {
    min-width: 1024px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
/*--- Only IE ≤ 11 ---*/
/*
  CSS Triangle
  used for creating CSS only triangles
  example:
  .element {
    &::before {
      @include css-triangle(blue, down);
    }
  }
*/
/* Common Colors - Variables */
/* Mixins */
/* Animation */
.parallax {
  transition: 0s linear;
  transition-property: background-position; }

/*************************************
 slideInUp
 *************************************/
@keyframes slideInUp {
  from {
    transform: translate3d(0, 80px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 80px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.animated, .animated-base {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both; }

.slideInUp {
  animation-name: slideInUp;
  -webkit-animation-name: slideInUp; }

/*************************************
 fadeIn
 *************************************/
@keyframes fadeIn {
  to {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  to {
    opacity: 1; } }
.animated, .animated-base {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both; }

.animatedFadeIn {
  opacity: 0; }

.fadeIn {
  opacity: 0;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn; }

/*************************************
 fadeInUp
 *************************************/
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.animated, .animated-base {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both; }

.animatedFadeInUp {
  opacity: 0; }

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp; }

/*************************************
 fadeInDown
 *************************************/
@keyframes fadeInDown {
  from {
    transform: translate3d(0, -30px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes fadeInDown {
  from {
    transform: translate3d(0, -30px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.animatedFadeInDown {
  opacity: 0; }

.fadeInDown {
  opacity: 0;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown; }

#loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #FFFFFF;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite; }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }
dl {
  margin: 0; }

dt {
  font-weight: 400; }

dd {
  margin: 0; }

cite {
  font-style: normal; }

body {
  font-family: "Raleway", sans-serif;
  color: #354657;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 20px; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px;
      line-height: 24px; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 800; }
  @media screen and (min-width: 768px) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      margin-bottom: 15px;
      margin-top: 35px; } }
  @media screen and (min-width: 1024px) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      margin-bottom: 25px;
      margin-top: 50px; } }

h1, .h1 {
  margin-top: 0; }

h1, .h1 {
  font-size: 2.925rem; }
  @media screen and (min-width: 480px) {
    h1, .h1 {
      font-size: 3.6rem; } }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 4.05rem; } }
  @media screen and (min-width: 1024px) {
    h1, .h1 {
      font-size: 4.5rem; } }

h2, .h2 {
  font-size: 1.65rem; }
  @media screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 2.4rem; } }
  @media screen and (min-width: 1024px) {
    h2, .h2 {
      font-size: 3rem; } }

h3, .h3 {
  font-size: 1.495rem; }
  @media screen and (min-width: 768px) {
    h3, .h3 {
      font-size: 1.84rem; } }
  @media screen and (min-width: 1024px) {
    h3, .h3 {
      font-size: 2.3rem; } }

h4, .h4 {
  font-size: 1.9rem; }

h5, .h5 {
  font-size: 1.5rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin-bottom: 1.2rem; }

a {
  color: #008d2c;
  text-decoration: underline; }
  a:hover, a:focus, a:active {
    color: #005a1c;
    outline: none;
    text-decoration: none; }

.ff-script {
  font-family: "Script";
  font-weight: 400; }

.spotlight + .paragraph p:first-of-type {
  font-size: 1.3rem;
  font-weight: 100; }

.header-with-icons {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: 400; }
  .header-with-icons span {
    display: inline-block;
    font-size: 30px !important; }
  .header-with-icons img {
    height: 30px; }
  @media (min-width: 410px) {
    .header-with-icons {
      font-size: 45px; }
      .header-with-icons img {
        height: 45px; }
      .header-with-icons span {
        font-size: 45px !important; } }
  @media screen and (min-width: 480px) {
    .header-with-icons {
      font-size: 60px; }
      .header-with-icons img {
        margin-left: 20px;
        height: 50px; }
      .header-with-icons span {
        margin-right: 20px;
        font-size: 60px !important; } }
  @media screen and (min-width: 768px) {
    .header-with-icons {
      font-size: 90px;
      line-height: 65px; }
      .header-with-icons img {
        height: initial; }
      .header-with-icons span {
        font-size: 80px !important; } }

.loud {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  font-weight: 800; }
  @media screen and (min-width: 768px) {
    .loud {
      font-size: 48px; } }
  @media screen and (min-width: 1024px) {
    .loud {
      font-size: 72px; } }
  .loud__link {
    text-decoration: none;
    color: #A25EB5;
    transition: all ease-in-out 0.3s; }
    .loud__link:hover {
      color: #008d2c; }

.link {
  font-weight: 700;
  color: #008d2c;
  text-decoration: none; }
  .link:hover {
    text-decoration: underline; }

/* ==========================================================================
   Utility classes
   ========================================================================== */
/* Collapse gutters on fluid containers */
.container-fluid.no-gutters {
  padding-left: 0;
  padding-right: 0; }

/*
 * Hide visually and from screen readers
 */
.u--hidden {
  display: none !important; }

@media screen and (max-width: 767px) {
  .u--hidden-sm {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .u--hidden-md {
    display: none !important; } }

.u--visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

@media screen and (min-width: 768px) {
  .u--visuallyhidden-md {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */ } }

@media screen and (min-width: 1024px) {
  .u--visuallyhidden-lg {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */ } }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.u--visuallyhidden.focusable:active,
.u--visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.u--invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.u--clearfix:before,
.u--clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.u--clearfix:after {
  clear: both; }

.display-1 {
  font-size: 260px !important; }

.display-2 {
  font-size: 200px !important; }

.display-3 {
  font-size: 100px !important; }
  @media screen and (min-width: 480px) {
    .display-3 {
      font-size: 170px !important; } }

.display-4 {
  font-size: 150px !important; }

.display-5 {
  font-size: 100px !important; }

.display-6 {
  font-size: 75px !important; }

.display-7 {
  font-size: 50px !important; }

.display-8 {
  font-size: 46px !important; }

.display-9 {
  font-size: 30px !important; }

.display-10 {
  font-size: 21px !important; }

.fc-red {
  color: #DE6C6C !important; }

.fc-purple {
  color: #A25EB5 !important; }

.fc-green {
  color: #008d2c !important; }

.bgc-white {
  background-color: #FFFFFF !important; }

.bgc-green-lighter, .science-proof, .partnerships {
  background-color: #E3F4E8 !important; }

.bgc-red {
  background-color: #DE6C6C !important; }

.fs-s {
  font-size: 14px !important; }

.fs-m {
  font-size: 17px !important; }

.fs-ml {
  font-size: 21px !important; }

.fs-l {
  font-size: 22px !important; }
  @media screen and (min-width: 480px) {
    .fs-l {
      font-size: 26px !important; } }

.fs-xl {
  font-size: 26px !important; }
  @media screen and (min-width: 480px) {
    .fs-xl {
      font-size: 40px !important; } }

.fs-xxl {
  font-size: 60px !important; }
  @media screen and (min-width: 1024px) {
    .fs-xxl {
      font-size: 80px !important; } }

.fs-xxxl {
  font-size: 50px !important; }
  @media screen and (min-width: 480px) {
    .fs-xxxl {
      font-size: 80px !important; } }

.font-weight-extra-bold {
  font-weight: 800 !important; }

.font-weight-bolder {
  font-weight: 800 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-semi-bold {
  font-weight: 600 !important; }

.font-weight-semi {
  font-weight: 500 !important; }

.font-weight-regular {
  font-weight: 400 !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: 100 !important; }

.w-auto {
  width: auto !important; }

@media screen and (min-width: 768px) {
  .w-md-auto {
    width: auto !important; } }

.w-80 {
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .w-80 {
      width: 80%; } }

.list-unstyled {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.u--force-wrap {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word; }

.brad-10 {
  border-radius: 10px !important;
  overflow: hidden; }

.drop-shadow {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2) !important; }

@media screen and (min-width: 768px) {
  .mh-lg-md {
    min-height: 100px; } }
@media screen and (min-width: 1024px) {
  .mh-lg-md {
    min-height: 150px; } }

.text-center {
  text-align: center !important; }

@media screen and (max-width: 767px) {
  .text-center--sm {
    text-align: center !important; } }

.container {
  max-width: 1320px; }

.section--offset-top {
  margin-top: -135px; }
  @media screen and (min-width: 768px) {
    .section--offset-top {
      margin-top: -131px; } }
.section--padding {
  padding: 3em 0; }
  @media screen and (min-width: 768px) {
    .section--padding {
      padding: 3.75em 0 4em; } }
  @media screen and (min-width: 1024px) {
    .section--padding {
      padding: 4.5em 0 5em; } }

.main {
  position: relative; }
  .main--no-hero {
    padding-top: 82px; }
    @media screen and (min-width: 1024px) {
      .main--no-hero {
        padding-top: 100px; } }

.form-control {
  height: 50px; }

.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox input:checked ~ .checkbox__checkmark {
      background-color: #009113; }
    .checkbox input:checked ~ .checkbox__checkmark:after {
      display: block; }
  .checkbox__checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    border-radius: 30px;
    background-color: #EEEEEE; }
    .checkbox__checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 10px;
      top: 7px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section {
    min-height: 1px; }

  .hero {
    padding-top: 350px !important; }

  .principles__tab-item-number {
    width: 30px; }

  .grid__body {
    display: flex;
    justify-content: space-between; }

  .story-card--on {
    padding: 0; }

  .story-card {
    width: 32.5%; }

  .growers-map__head p {
    width: 100%; }

  .js-carousel-menu {
    display: flex; }

  .principles__tab-item--title {
    width: 129px;
    display: block;
    margin: auto; }

  .experts__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }

  .person {
    width: 198px; }

  .person__body {
    display: block !important;
    flex: none !important; }

  .science-proof__tab-item::before {
    width: 100px; }

  .footer__logo img {
    height: 48px; }

  .media-player__icon {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 66px; }

  .hero__logo {
    margin-bottom: 50px !important; }

  .drill-nav__item.has-child-menu {
    background-size: 100% !important;
    background-position: right -80px top -3px !important; } }
@media screen and (-ms-high-contrast: active) and (min-width: 768px), screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .nav.nav--footer {
    display: block; }
    .nav.nav--footer .nav__item {
      display: block !important;
      float: right;
      margin-left: 10px; }
    .nav.nav--footer .nav__link {
      margin: 0; }
    .nav.nav--footer li.nav__item {
      padding: 0;
      margin: 5px 0 0 20px; } }
/********************************************
Icons
*********************************************/
.icon {
  display: inline-block;
  font-size: 1.2905rem; }
  .icon:before {
    content: '';
    display: inline-block;
    background-image: url("../assets/icons/sprite.svg");
    background-size: 332em 329.875em;
    margin-right: 0.5em;
    top: 0;
    left: 0;
    position: absolute; }

.icon--add {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--add:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -0.3125em -0.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--add-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--add-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -2.8125em -2.8125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--add-circle:not(.icon--no-hover):hover:before {
    background-position: -5.3125em -5.3125em; }

.icon--add-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--add-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -5.3125em -5.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--adding-oils {
  width: 1.37em;
  height: 2.0625em; }
  .icon--adding-oils:before {
    width: 1.37em;
    height: 2.0625em;
    background-position: -7.8125em -7.8125em;
    width: 1.37em;
    height: 2.0625em; }
  .icon--adding-oils.icon--brand:before, .doterra-helps__item--brand .icon--adding-oils.doterra-helps__icon:before {
    background-position: -9.75em -10.4375em; }

.icon--adding-oils-brand {
  width: 1.37em;
  height: 2.0625em; }
  .icon--adding-oils-brand:before {
    width: 1.37em;
    height: 2.0625em;
    background-position: -9.75em -10.4375em;
    width: 1.37em;
    height: 2.0625em; }

.icon--adding-oils-circle {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--adding-oils-circle:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -11.6875em -13.0625em;
    width: 2.0625em;
    height: 2.0625em; }
  .icon--adding-oils-circle.icon--brand:before, .doterra-helps__item--brand .icon--adding-oils-circle.doterra-helps__icon:before {
    background-position: -14.3125em -15.6875em; }

.icon--adding-oils-circle-brand {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--adding-oils-circle-brand:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -14.3125em -15.6875em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--arrow-down {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -16.9375em -18.3125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--arrow-down.icon--brand:before, .doterra-helps__item--brand .icon--arrow-down.doterra-helps__icon:before {
    background-position: -19.4375em -20.8125em; }
  .icon--arrow-down.icon--white:before, .banner--light .banner__icon .icon--arrow-down.icon:before {
    background-position: -36.9375em -38.3125em; }

.icon--arrow-down-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -19.4375em -20.8125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-down-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -21.9375em -23.3125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--arrow-down-circle:not(.icon--no-hover):hover:before {
    background-position: -26.9375em -28.3125em; }
  .icon--arrow-down-circle.icon--brand:before, .doterra-helps__item--brand .icon--arrow-down-circle.doterra-helps__icon:before {
    background-position: -24.4375em -25.8125em; }
  .icon--arrow-down-circle.icon--brand:hover:before, .doterra-helps__item--brand .icon--arrow-down-circle.doterra-helps__icon:hover:before {
    background-position: -29.4375em -30.8125em; }
  .icon--arrow-down-circle.icon--hover-brand:hover:before {
    background-position: -29.4375em -30.8125em; }
  .icon--arrow-down-circle.icon--white:before, .banner--light .banner__icon .icon--arrow-down-circle.icon:before {
    background-position: -34.4375em -35.8125em; }
  .icon--arrow-down-circle.icon--white:hover:before, .banner--light .banner__icon .icon--arrow-down-circle.icon:hover:before {
    background-position: -31.9375em -33.3125em; }
  .icon--arrow-down-circle.icon--white-brand:hover:before {
    background-position: -31.9375em -33.3125em; }

.icon--arrow-down-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -24.4375em -25.8125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-down-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -26.9375em -28.3125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--arrow-down-circle-fill.icon--brand:before, .doterra-helps__item--brand .icon--arrow-down-circle-fill.doterra-helps__icon:before {
    background-position: -29.4375em -30.8125em; }
  .icon--arrow-down-circle-fill.icon--white:before, .banner--light .banner__icon .icon--arrow-down-circle-fill.icon:before {
    background-position: -31.9375em -33.3125em; }

.icon--arrow-down-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -29.4375em -30.8125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-down-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -31.9375em -33.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-down-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -34.4375em -35.8125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-down-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -36.9375em -38.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-left {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -39.4375em -40.8125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--arrow-left.icon--brand:before, .doterra-helps__item--brand .icon--arrow-left.doterra-helps__icon:before {
    background-position: -41.9375em -43.3125em; }
  .icon--arrow-left.icon--white:before, .banner--light .banner__icon .icon--arrow-left.icon:before {
    background-position: -59.4375em -60.8125em; }

.icon--arrow-left-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -41.9375em -43.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-left-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -44.4375em -45.8125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--arrow-left-circle:not(.icon--no-hover):hover:before {
    background-position: -49.4375em -50.8125em; }
  .icon--arrow-left-circle.icon--brand:before, .doterra-helps__item--brand .icon--arrow-left-circle.doterra-helps__icon:before {
    background-position: -46.9375em -48.3125em; }
  .icon--arrow-left-circle.icon--brand:hover:before, .doterra-helps__item--brand .icon--arrow-left-circle.doterra-helps__icon:hover:before {
    background-position: -51.9375em -53.3125em; }
  .icon--arrow-left-circle.icon--hover-brand:hover:before {
    background-position: -51.9375em -53.3125em; }
  .icon--arrow-left-circle.icon--white:before, .banner--light .banner__icon .icon--arrow-left-circle.icon:before {
    background-position: -56.9375em -58.3125em; }
  .icon--arrow-left-circle.icon--white:hover:before, .banner--light .banner__icon .icon--arrow-left-circle.icon:hover:before {
    background-position: -54.4375em -55.8125em; }
  .icon--arrow-left-circle.icon--white-brand:hover:before {
    background-position: -54.4375em -55.8125em; }

.icon--arrow-left-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -46.9375em -48.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-left-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -49.4375em -50.8125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--arrow-left-circle-fill.icon--brand:before, .doterra-helps__item--brand .icon--arrow-left-circle-fill.doterra-helps__icon:before {
    background-position: -51.9375em -53.3125em; }
  .icon--arrow-left-circle-fill.icon--white:before, .banner--light .banner__icon .icon--arrow-left-circle-fill.icon:before {
    background-position: -54.4375em -55.8125em; }

.icon--arrow-left-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -51.9375em -53.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-left-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -54.4375em -55.8125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-left-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -56.9375em -58.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-left-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -59.4375em -60.8125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-right {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -61.9375em -63.3125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--arrow-right.icon--brand:before, .doterra-helps__item--brand .icon--arrow-right.doterra-helps__icon:before {
    background-position: -64.4375em -65.8125em; }
  .icon--arrow-right.icon--white:before, .banner--light .banner__icon .icon--arrow-right.icon:before {
    background-position: -81.9375em -83.3125em; }

.icon--arrow-right-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -64.4375em -65.8125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-right-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -66.9375em -68.3125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--arrow-right-circle:not(.icon--no-hover):hover:before {
    background-position: -71.9375em -73.3125em; }
  .icon--arrow-right-circle.icon--brand:before, .doterra-helps__item--brand .icon--arrow-right-circle.doterra-helps__icon:before {
    background-position: -69.4375em -70.8125em; }
  .icon--arrow-right-circle.icon--brand:hover:before, .doterra-helps__item--brand .icon--arrow-right-circle.doterra-helps__icon:hover:before {
    background-position: -74.4375em -75.8125em; }
  .icon--arrow-right-circle.icon--hover-brand:hover:before {
    background-position: -74.4375em -75.8125em; }
  .icon--arrow-right-circle.icon--white:before, .banner--light .banner__icon .icon--arrow-right-circle.icon:before {
    background-position: -79.4375em -80.8125em; }
  .icon--arrow-right-circle.icon--white:hover:before, .banner--light .banner__icon .icon--arrow-right-circle.icon:hover:before {
    background-position: -76.9375em -78.3125em; }
  .icon--arrow-right-circle.icon--white-brand:hover:before {
    background-position: -76.9375em -78.3125em; }

.icon--arrow-right-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -69.4375em -70.8125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-right-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -71.9375em -73.3125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--arrow-right-circle-fill.icon--brand:before, .doterra-helps__item--brand .icon--arrow-right-circle-fill.doterra-helps__icon:before {
    background-position: -74.4375em -75.8125em; }
  .icon--arrow-right-circle-fill.icon--white:before, .banner--light .banner__icon .icon--arrow-right-circle-fill.icon:before {
    background-position: -76.9375em -78.3125em; }

.icon--arrow-right-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -74.4375em -75.8125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-right-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -76.9375em -78.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-right-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -79.4375em -80.8125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-right-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -81.9375em -83.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-up {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -84.4375em -85.8125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--arrow-up.icon--brand:before, .doterra-helps__item--brand .icon--arrow-up.doterra-helps__icon:before {
    background-position: -86.9375em -88.3125em; }
  .icon--arrow-up.icon--white:before, .banner--light .banner__icon .icon--arrow-up.icon:before {
    background-position: -104.4375em -105.8125em; }

.icon--arrow-up-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -86.9375em -88.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-up-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -89.4375em -90.8125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--arrow-up-circle:not(.icon--no-hover):hover:before {
    background-position: -94.4375em -95.8125em; }
  .icon--arrow-up-circle.icon--brand:before, .doterra-helps__item--brand .icon--arrow-up-circle.doterra-helps__icon:before {
    background-position: -91.9375em -93.3125em; }
  .icon--arrow-up-circle.icon--brand:hover:before, .doterra-helps__item--brand .icon--arrow-up-circle.doterra-helps__icon:hover:before {
    background-position: -96.9375em -98.3125em; }
  .icon--arrow-up-circle.icon--hover-brand:hover:before {
    background-position: -96.9375em -98.3125em; }
  .icon--arrow-up-circle.icon--white:before, .banner--light .banner__icon .icon--arrow-up-circle.icon:before {
    background-position: -101.9375em -103.3125em; }
  .icon--arrow-up-circle.icon--white:hover:before, .banner--light .banner__icon .icon--arrow-up-circle.icon:hover:before {
    background-position: -99.4375em -100.8125em; }
  .icon--arrow-up-circle.icon--white-brand:hover:before {
    background-position: -99.4375em -100.8125em; }

.icon--arrow-up-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -91.9375em -93.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-up-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -94.4375em -95.8125em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--arrow-up-circle-fill.icon--brand:before, .doterra-helps__item--brand .icon--arrow-up-circle-fill.doterra-helps__icon:before {
    background-position: -96.9375em -98.3125em; }
  .icon--arrow-up-circle-fill.icon--white:before, .banner--light .banner__icon .icon--arrow-up-circle-fill.icon:before {
    background-position: -99.4375em -100.8125em; }

.icon--arrow-up-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -96.9375em -98.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-up-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -99.4375em -100.8125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-up-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -101.9375em -103.3125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--arrow-up-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -104.4375em -105.8125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--burger {
  width: 1.5625em;
  height: 1.0625em; }
  .icon--burger:before {
    width: 1.5625em;
    height: 1.0625em;
    background-position: -106.9375em -108.3125em;
    width: 1.5625em;
    height: 1.0625em; }
  .icon--burger.icon--brand:before, .doterra-helps__item--brand .icon--burger.doterra-helps__icon:before {
    background-position: -109.0625em -109.9375em; }
  .icon--burger.icon--white:before, .banner--light .banner__icon .icon--burger.icon:before {
    background-position: -111.1875em -111.5625em; }

.icon--burger-brand {
  width: 1.5625em;
  height: 1.0625em; }
  .icon--burger-brand:before {
    width: 1.5625em;
    height: 1.0625em;
    background-position: -109.0625em -109.9375em;
    width: 1.5625em;
    height: 1.0625em; }

.icon--burger-white {
  width: 1.5625em;
  height: 1.0625em; }
  .icon--burger-white:before {
    width: 1.5625em;
    height: 1.0625em;
    background-position: -111.1875em -111.5625em;
    width: 1.5625em;
    height: 1.0625em; }

.icon--comment {
  width: 1.25em;
  height: 1.1875em; }
  .icon--comment:before {
    width: 1.25em;
    height: 1.1875em;
    background-position: -113.3125em -113.1875em;
    width: 1.25em;
    height: 1.1875em; }

.icon--community-development {
  width: 2.0625em;
  height: 0.975em; }
  .icon--community-development:before {
    width: 2.0625em;
    height: 0.975em;
    background-position: -115.125em -114.9375em;
    width: 2.0625em;
    height: 0.975em; }
  .icon--community-development.icon--brand:before, .doterra-helps__item--brand .icon--community-development.doterra-helps__icon:before {
    background-position: -117.75em -116.5em; }

.icon--community-development-brand {
  width: 2.0625em;
  height: 0.975em; }
  .icon--community-development-brand:before {
    width: 2.0625em;
    height: 0.975em;
    background-position: -117.75em -116.5em;
    width: 2.0625em;
    height: 0.975em; }

.icon--cooperatives {
  width: 2.0625em;
  height: 1.2625em; }
  .icon--cooperatives:before {
    width: 2.0625em;
    height: 1.2625em;
    background-position: -120.375em -118.0625em;
    width: 2.0625em;
    height: 1.2625em; }
  .icon--cooperatives.icon--brand:before, .doterra-helps__item--brand .icon--cooperatives.doterra-helps__icon:before {
    background-position: -123em -119.9375em; }

.icon--cooperatives-brand {
  width: 2.0625em;
  height: 1.2625em; }
  .icon--cooperatives-brand:before {
    width: 2.0625em;
    height: 1.2625em;
    background-position: -123em -119.9375em;
    width: 2.0625em;
    height: 1.2625em; }

.icon--cross {
  width: 1.1875em;
  height: 1.1875em; }
  .icon--cross:before {
    width: 1.1875em;
    height: 1.1875em;
    background-position: -125.625em -121.8125em;
    width: 1.1875em;
    height: 1.1875em; }
  .icon--cross.icon--brand:before, .doterra-helps__item--brand .icon--cross.doterra-helps__icon:before {
    background-position: -127.375em -123.5625em; }
  .icon--cross.icon--white:before, .banner--light .banner__icon .icon--cross.icon:before {
    background-position: -129.125em -125.3125em; }

.icon--cross-brand {
  width: 1.1875em;
  height: 1.1875em; }
  .icon--cross-brand:before {
    width: 1.1875em;
    height: 1.1875em;
    background-position: -127.375em -123.5625em;
    width: 1.1875em;
    height: 1.1875em; }

.icon--cross-white {
  width: 1.1875em;
  height: 1.1875em; }
  .icon--cross-white:before {
    width: 1.1875em;
    height: 1.1875em;
    background-position: -129.125em -125.3125em;
    width: 1.1875em;
    height: 1.1875em; }

.icon--dilution {
  width: 2.0625em;
  height: 1.729375em; }
  .icon--dilution:before {
    width: 2.0625em;
    height: 1.729375em;
    background-position: -130.875em -127.0625em;
    width: 2.0625em;
    height: 1.729375em; }
  .icon--dilution.icon--brand:before, .doterra-helps__item--brand .icon--dilution.doterra-helps__icon:before {
    background-position: -133.5em -129.375em; }

.icon--dilution-brand {
  width: 2.0625em;
  height: 1.729375em; }
  .icon--dilution-brand:before {
    width: 2.0625em;
    height: 1.729375em;
    background-position: -133.5em -129.375em;
    width: 2.0625em;
    height: 1.729375em; }

.icon--dilution-circle {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--dilution-circle:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -136.125em -131.6875em;
    width: 2.0625em;
    height: 2.0625em; }
  .icon--dilution-circle.icon--brand:before, .doterra-helps__item--brand .icon--dilution-circle.doterra-helps__icon:before {
    background-position: -138.75em -134.3125em; }

.icon--dilution-circle-brand {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--dilution-circle-brand:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -138.75em -134.3125em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--dots {
  width: 1.3125em;
  height: 0.375em; }
  .icon--dots:before {
    width: 1.3125em;
    height: 0.375em;
    background-position: -141.375em -136.9375em;
    width: 1.3125em;
    height: 0.375em; }
  .icon--dots.icon--brand:before, .doterra-helps__item--brand .icon--dots.doterra-helps__icon:before {
    background-position: -143.25em -137.875em; }
  .icon--dots.icon--white:before, .banner--light .banner__icon .icon--dots.icon:before {
    background-position: -145.125em -138.8125em; }

.icon--dots-brand {
  width: 1.3125em;
  height: 0.375em; }
  .icon--dots-brand:before {
    width: 1.3125em;
    height: 0.375em;
    background-position: -143.25em -137.875em;
    width: 1.3125em;
    height: 0.375em; }

.icon--dots-white {
  width: 1.3125em;
  height: 0.375em; }
  .icon--dots-white:before {
    width: 1.3125em;
    height: 0.375em;
    background-position: -145.125em -138.8125em;
    width: 1.3125em;
    height: 0.375em; }

.icon--droplet {
  width: 1.35875em;
  height: 2.0625em; }
  .icon--droplet:before {
    width: 1.35875em;
    height: 2.0625em;
    background-position: -147em -139.75em;
    width: 1.35875em;
    height: 2.0625em; }
  .icon--droplet.icon--brand:before, .doterra-helps__item--brand .icon--droplet.doterra-helps__icon:before {
    background-position: -148.9375em -142.375em; }
  .icon--droplet.icon--white:before, .banner--light .banner__icon .icon--droplet.icon:before {
    background-position: -150.875em -145em; }

.icon--droplet-brand {
  width: 1.35875em;
  height: 2.0625em; }
  .icon--droplet-brand:before {
    width: 1.35875em;
    height: 2.0625em;
    background-position: -148.9375em -142.375em;
    width: 1.35875em;
    height: 2.0625em; }

.icon--droplet-white {
  width: 1.35875em;
  height: 2.0625em; }
  .icon--droplet-white:before {
    width: 1.35875em;
    height: 2.0625em;
    background-position: -150.875em -145em;
    width: 1.35875em;
    height: 2.0625em; }

.icon--environmental {
  width: 2.0625em;
  height: 1.1875em; }
  .icon--environmental:before {
    width: 2.0625em;
    height: 1.1875em;
    background-position: -152.8125em -147.625em;
    width: 2.0625em;
    height: 1.1875em; }
  .icon--environmental.icon--brand:before, .doterra-helps__item--brand .icon--environmental.doterra-helps__icon:before {
    background-position: -155.4375em -149.375em; }

.icon--environmental-brand {
  width: 2.0625em;
  height: 1.1875em; }
  .icon--environmental-brand:before {
    width: 2.0625em;
    height: 1.1875em;
    background-position: -155.4375em -149.375em;
    width: 2.0625em;
    height: 1.1875em; }

.icon--facebook {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--facebook:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -158.0625em -151.125em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--flask {
  width: 2.0625em;
  height: 1.9625em; }
  .icon--flask:before {
    width: 2.0625em;
    height: 1.9625em;
    background-position: -160.6875em -153.75em;
    width: 2.0625em;
    height: 1.9625em; }
  .icon--flask.icon--brand:before, .doterra-helps__item--brand .icon--flask.doterra-helps__icon:before {
    background-position: -163.3125em -156.3125em; }
  .icon--flask.icon--white:before, .banner--light .banner__icon .icon--flask.icon:before {
    background-position: -165.9375em -158.875em; }

.icon--flask-brand {
  width: 2.0625em;
  height: 1.9625em; }
  .icon--flask-brand:before {
    width: 2.0625em;
    height: 1.9625em;
    background-position: -163.3125em -156.3125em;
    width: 2.0625em;
    height: 1.9625em; }

.icon--flask-white {
  width: 2.0625em;
  height: 1.9625em; }
  .icon--flask-white:before {
    width: 2.0625em;
    height: 1.9625em;
    background-position: -165.9375em -158.875em;
    width: 2.0625em;
    height: 1.9625em; }

.icon--generating-jobs {
  width: 1.7825em;
  height: 2.0625em; }
  .icon--generating-jobs:before {
    width: 1.7825em;
    height: 2.0625em;
    background-position: -168.5625em -161.4375em;
    width: 1.7825em;
    height: 2.0625em; }

.icon--help {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--help:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -170.9375em -164.0625em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--help-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--help-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -173.4375em -166.5625em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--help-circle:not(.icon--no-hover):hover:before {
    background-position: -175.9375em -169.0625em; }

.icon--help-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--help-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -175.9375em -169.0625em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--image {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--image:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -178.4375em -171.5625em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--image.icon--brand:before, .doterra-helps__item--brand .icon--image.doterra-helps__icon:before {
    background-position: -180.9375em -174.0625em; }
  .icon--image.icon--white:before, .banner--light .banner__icon .icon--image.icon:before {
    background-position: -183.4375em -176.5625em; }

.icon--image-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--image-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -180.9375em -174.0625em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--image-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--image-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -183.4375em -176.5625em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--instagram {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--instagram:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -185.9375em -179.0625em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--leaf {
  width: 1.435em;
  height: 2.0625em; }
  .icon--leaf:before {
    width: 1.435em;
    height: 2.0625em;
    background-position: -188.5625em -181.6875em;
    width: 1.435em;
    height: 2.0625em; }
  .icon--leaf.icon--brand:before, .doterra-helps__item--brand .icon--leaf.doterra-helps__icon:before {
    background-position: -190.5625em -184.3125em; }
  .icon--leaf.icon--white:before, .banner--light .banner__icon .icon--leaf.icon:before {
    background-position: -192.5625em -186.9375em; }

.icon--leaf-brand {
  width: 1.435em;
  height: 2.0625em; }
  .icon--leaf-brand:before {
    width: 1.435em;
    height: 2.0625em;
    background-position: -190.5625em -184.3125em;
    width: 1.435em;
    height: 2.0625em; }

.icon--leaf-white {
  width: 1.435em;
  height: 2.0625em; }
  .icon--leaf-white:before {
    width: 1.435em;
    height: 2.0625em;
    background-position: -192.5625em -186.9375em;
    width: 1.435em;
    height: 2.0625em; }

.icon--loader {
  width: 1.95125em;
  height: 2.0625em; }
  .icon--loader:before {
    width: 1.95125em;
    height: 2.0625em;
    background-position: -194.5625em -189.5625em;
    width: 1.95125em;
    height: 2.0625em; }
  .icon--loader.icon--brand:before, .doterra-helps__item--brand .icon--loader.doterra-helps__icon:before {
    background-position: -197.125em -192.1875em; }

.icon--loader-brand {
  width: 1.95125em;
  height: 2.0625em; }
  .icon--loader-brand:before {
    width: 1.95125em;
    height: 2.0625em;
    background-position: -197.125em -192.1875em;
    width: 1.95125em;
    height: 2.0625em; }

.icon--medical {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--medical:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -199.6875em -194.8125em;
    width: 2.0625em;
    height: 2.0625em; }
  .icon--medical.icon--brand:before, .doterra-helps__item--brand .icon--medical.doterra-helps__icon:before {
    background-position: -202.3125em -197.4375em; }
  .icon--medical.icon--white:before, .banner--light .banner__icon .icon--medical.icon:before {
    background-position: -204.9375em -200.0625em; }

.icon--medical-brand {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--medical-brand:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -202.3125em -197.4375em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--medical-white {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--medical-white:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -204.9375em -200.0625em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--natural-isolates {
  width: 2.036875em;
  height: 2.0625em; }
  .icon--natural-isolates:before {
    width: 2.036875em;
    height: 2.0625em;
    background-position: -207.5625em -202.6875em;
    width: 2.036875em;
    height: 2.0625em; }
  .icon--natural-isolates.icon--brand:before, .doterra-helps__item--brand .icon--natural-isolates.doterra-helps__icon:before {
    background-position: -210.1875em -205.3125em; }

.icon--natural-isolates-brand {
  width: 2.036875em;
  height: 2.0625em; }
  .icon--natural-isolates-brand:before {
    width: 2.036875em;
    height: 2.0625em;
    background-position: -210.1875em -205.3125em;
    width: 2.036875em;
    height: 2.0625em; }

.icon--natural-isolates-circle {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--natural-isolates-circle:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -212.8125em -207.9375em;
    width: 2.0625em;
    height: 2.0625em; }
  .icon--natural-isolates-circle.icon--brand:before, .doterra-helps__item--brand .icon--natural-isolates-circle.doterra-helps__icon:before {
    background-position: -215.4375em -210.5625em; }

.icon--natural-isolates-circle-brand {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--natural-isolates-circle-brand:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -215.4375em -210.5625em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--ontime-payments {
  width: 2.0625em;
  height: 1.885em; }
  .icon--ontime-payments:before {
    width: 2.0625em;
    height: 1.885em;
    background-position: -218.0625em -213.1875em;
    width: 2.0625em;
    height: 1.885em; }

.icon--partnership {
  width: 2.0625em;
  height: 1.871875em; }
  .icon--partnership:before {
    width: 2.0625em;
    height: 1.871875em;
    background-position: -220.6875em -215.6875em;
    width: 2.0625em;
    height: 1.871875em; }

.icon--pdf {
  width: 1.625em;
  height: 2.0625em; }
  .icon--pdf:before {
    width: 1.625em;
    height: 2.0625em;
    background-position: -223.3125em -218.125em;
    width: 1.625em;
    height: 2.0625em; }
  .icon--pdf.icon--brand:before, .doterra-helps__item--brand .icon--pdf.doterra-helps__icon:before {
    background-position: -225.5em -220.75em; }
  .icon--pdf.icon--white:before, .banner--light .banner__icon .icon--pdf.icon:before {
    background-position: -227.6875em -223.375em; }

.icon--pdf-brand {
  width: 1.625em;
  height: 2.0625em; }
  .icon--pdf-brand:before {
    width: 1.625em;
    height: 2.0625em;
    background-position: -225.5em -220.75em;
    width: 1.625em;
    height: 2.0625em; }

.icon--pdf-white {
  width: 1.625em;
  height: 2.0625em; }
  .icon--pdf-white:before {
    width: 1.625em;
    height: 2.0625em;
    background-position: -227.6875em -223.375em;
    width: 1.625em;
    height: 2.0625em; }

.icon--pin {
  width: 1.3125em;
  height: 1.9375em; }
  .icon--pin:before {
    width: 1.3125em;
    height: 1.9375em;
    background-position: -229.875em -226em;
    width: 1.3125em;
    height: 1.9375em; }
  .icon--pin.icon--brand:before, .doterra-helps__item--brand .icon--pin.doterra-helps__icon:before {
    background-position: -231.75em -228.5em; }

.icon--pin-brand {
  width: 1.3125em;
  height: 1.9375em; }
  .icon--pin-brand:before {
    width: 1.3125em;
    height: 1.9375em;
    background-position: -231.75em -228.5em;
    width: 1.3125em;
    height: 1.9375em; }

.icon--pinterest {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--pinterest:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -233.625em -231em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--play {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -236.25em -233.625em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--play.icon--brand:before, .doterra-helps__item--brand .icon--play.doterra-helps__icon:before {
    background-position: -238.75em -236.125em; }
  .icon--play.icon--white:before, .banner--light .banner__icon .icon--play.icon:before {
    background-position: -241.25em -238.625em; }

.icon--play-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -238.75em -236.125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--play-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -241.25em -238.625em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--rss {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--rss:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -243.75em -241.125em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--scales {
  width: 2.0625em;
  height: 1.871875em; }
  .icon--scales:before {
    width: 2.0625em;
    height: 1.871875em;
    background-position: -246.375em -243.75em;
    width: 2.0625em;
    height: 1.871875em; }
  .icon--scales.icon--brand:before, .doterra-helps__item--brand .icon--scales.doterra-helps__icon:before {
    background-position: -249em -246.1875em; }

.icon--scales-brand {
  width: 2.0625em;
  height: 1.871875em; }
  .icon--scales-brand:before {
    width: 2.0625em;
    height: 1.871875em;
    background-position: -249em -246.1875em;
    width: 2.0625em;
    height: 1.871875em; }

.icon--search {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--search:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -251.625em -248.625em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--search.icon--brand:before, .doterra-helps__item--brand .icon--search.doterra-helps__icon:before {
    background-position: -254.125em -251.125em; }

.icon--search-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--search-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -254.125em -251.125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--share {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--share:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -256.625em -253.625em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--share.icon--brand:before, .doterra-helps__item--brand .icon--share.doterra-helps__icon:before {
    background-position: -259.125em -256.125em; }

.icon--share-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--share-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -259.125em -256.125em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--supplier-capacity {
  width: 2.0625em;
  height: 1.2475em; }
  .icon--supplier-capacity:before {
    width: 2.0625em;
    height: 1.2475em;
    background-position: -261.625em -258.625em;
    width: 2.0625em;
    height: 1.2475em; }

.icon--synthetic {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--synthetic:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -264.25em -260.4375em;
    width: 2.0625em;
    height: 2.0625em; }
  .icon--synthetic.icon--brand:before, .doterra-helps__item--brand .icon--synthetic.doterra-helps__icon:before {
    background-position: -266.875em -263.0625em; }

.icon--synthetic-brand {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--synthetic-brand:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -266.875em -263.0625em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--synthetic-circle {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--synthetic-circle:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -269.5em -265.6875em;
    width: 2.0625em;
    height: 2.0625em; }
  .icon--synthetic-circle.icon--brand:before, .doterra-helps__item--brand .icon--synthetic-circle.doterra-helps__icon:before {
    background-position: -272.125em -268.3125em; }

.icon--synthetic-circle-brand {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--synthetic-circle-brand:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -272.125em -268.3125em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--thumbs-down {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--thumbs-down:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -274.75em -270.9375em;
    width: 2.0625em;
    height: 2.0625em; }
  .icon--thumbs-down:not(.icon--no-hover):hover:before {
    background-position: -280em -276.1875em; }
  .icon--thumbs-down.icon--brand:before, .doterra-helps__item--brand .icon--thumbs-down.doterra-helps__icon:before {
    background-position: -277.375em -273.5625em; }
  .icon--thumbs-down.icon--brand:hover:before, .doterra-helps__item--brand .icon--thumbs-down.doterra-helps__icon:hover:before {
    background-position: -282.625em -278.8125em; }
  .icon--thumbs-down.icon--hover-brand:hover:before {
    background-position: -282.625em -278.8125em; }

.icon--thumbs-down-brand {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--thumbs-down-brand:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -277.375em -273.5625em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--thumbs-down-fill {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--thumbs-down-fill:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -280em -276.1875em;
    width: 2.0625em;
    height: 2.0625em; }
  .icon--thumbs-down-fill.icon--brand:before, .doterra-helps__item--brand .icon--thumbs-down-fill.doterra-helps__icon:before {
    background-position: -282.625em -278.8125em; }

.icon--thumbs-down-fill-brand {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--thumbs-down-fill-brand:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -282.625em -278.8125em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--thumbs-up {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--thumbs-up:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -285.25em -281.4375em;
    width: 2.0625em;
    height: 2.0625em; }
  .icon--thumbs-up:not(.icon--no-hover):hover:before {
    background-position: -290.5em -286.6875em; }
  .icon--thumbs-up.icon--brand:before, .doterra-helps__item--brand .icon--thumbs-up.doterra-helps__icon:before {
    background-position: -287.875em -284.0625em; }
  .icon--thumbs-up.icon--brand:hover:before, .doterra-helps__item--brand .icon--thumbs-up.doterra-helps__icon:hover:before {
    background-position: -293.125em -289.3125em; }
  .icon--thumbs-up.icon--hover-brand:hover:before {
    background-position: -293.125em -289.3125em; }

.icon--thumbs-up-brand {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--thumbs-up-brand:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -287.875em -284.0625em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--thumbs-up-fill {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--thumbs-up-fill:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -290.5em -286.6875em;
    width: 2.0625em;
    height: 2.0625em; }
  .icon--thumbs-up-fill.icon--brand:before, .doterra-helps__item--brand .icon--thumbs-up-fill.doterra-helps__icon:before {
    background-position: -293.125em -289.3125em; }

.icon--thumbs-up-fill-brand {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--thumbs-up-fill-brand:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -293.125em -289.3125em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--tick {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -295.75em -291.9375em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--tick.icon--brand:before, .doterra-helps__item--brand .icon--tick.doterra-helps__icon:before {
    background-position: -298.25em -294.4375em; }
  .icon--tick.icon--white:before, .banner--light .banner__icon .icon--tick.icon:before {
    background-position: -315.75em -311.9375em; }

.icon--tick-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -298.25em -294.4375em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--tick-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -300.75em -296.9375em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--tick-circle:not(.icon--no-hover):hover:before {
    background-position: -305.75em -301.9375em; }
  .icon--tick-circle.icon--brand:before, .doterra-helps__item--brand .icon--tick-circle.doterra-helps__icon:before {
    background-position: -303.25em -299.4375em; }
  .icon--tick-circle.icon--brand:hover:before, .doterra-helps__item--brand .icon--tick-circle.doterra-helps__icon:hover:before {
    background-position: -308.25em -304.4375em; }
  .icon--tick-circle.icon--hover-brand:hover:before {
    background-position: -308.25em -304.4375em; }
  .icon--tick-circle.icon--white:before, .banner--light .banner__icon .icon--tick-circle.icon:before {
    background-position: -313.25em -309.4375em; }
  .icon--tick-circle.icon--white:hover:before, .banner--light .banner__icon .icon--tick-circle.icon:hover:before {
    background-position: -310.75em -306.9375em; }
  .icon--tick-circle.icon--white-brand:hover:before {
    background-position: -310.75em -306.9375em; }

.icon--tick-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -303.25em -299.4375em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--tick-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -305.75em -301.9375em;
    width: 1.9375em;
    height: 1.9375em; }
  .icon--tick-circle-fill.icon--brand:before, .doterra-helps__item--brand .icon--tick-circle-fill.doterra-helps__icon:before {
    background-position: -308.25em -304.4375em; }
  .icon--tick-circle-fill.icon--white:before, .banner--light .banner__icon .icon--tick-circle-fill.icon:before {
    background-position: -310.75em -306.9375em; }

.icon--tick-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -308.25em -304.4375em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--tick-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -310.75em -306.9375em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--tick-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -313.25em -309.4375em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--tick-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -315.75em -311.9375em;
    width: 1.9375em;
    height: 1.9375em; }

.icon--you {
  width: 1.4625em;
  height: 2.0625em; }
  .icon--you:before {
    width: 1.4625em;
    height: 2.0625em;
    background-position: -318.25em -314.4375em;
    width: 1.4625em;
    height: 2.0625em; }
  .icon--you.icon--brand:before, .doterra-helps__item--brand .icon--you.doterra-helps__icon:before {
    background-position: -320.3125em -317.0625em; }
  .icon--you.icon--white:before, .banner--light .banner__icon .icon--you.icon:before {
    background-position: -327.625em -324.9375em; }

.icon--you-brand {
  width: 1.4625em;
  height: 2.0625em; }
  .icon--you-brand:before {
    width: 1.4625em;
    height: 2.0625em;
    background-position: -320.3125em -317.0625em;
    width: 1.4625em;
    height: 2.0625em; }

.icon--you-flower {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--you-flower:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -322.375em -319.6875em;
    width: 2.0625em;
    height: 2.0625em; }
  .icon--you-flower.icon--white:before, .banner--light .banner__icon .icon--you-flower.icon:before {
    background-position: -325em -322.3125em; }

.icon--you-flower-white {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--you-flower-white:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -325em -322.3125em;
    width: 2.0625em;
    height: 2.0625em; }

.icon--you-white {
  width: 1.4625em;
  height: 2.0625em; }
  .icon--you-white:before {
    width: 1.4625em;
    height: 2.0625em;
    background-position: -327.625em -324.9375em;
    width: 1.4625em;
    height: 2.0625em; }

.icon--youtube {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--youtube:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -329.6875em -327.5625em;
    width: 2.0625em;
    height: 2.0625em; }

[class*="icon--"] {
  display: inline-block;
  position: relative; }

.icon--xs {
  font-size: 9.6px; }

@media screen and (min-width: 768px) {
  .icon--xs-md {
    font-size: 9.6px !important; } }

.icon--sm {
  font-size: 12px; }

@media screen and (min-width: 768px) {
  .icon--sm-md {
    font-size: 12px !important; } }

.icon--md {
  font-size: 16px; }

@media screen and (min-width: 768px) {
  .icon--md-md {
    font-size: 16px !important; } }

.icon--lg {
  font-size: 22.4px; }

@media screen and (min-width: 768px) {
  .icon--lg-md {
    font-size: 22.4px !important; } }

.icon--xl {
  font-size: 28px; }

@media screen and (min-width: 768px) {
  .icon--xl-md {
    font-size: 28px !important; } }

.icon--xxl {
  font-size: 32px; }

@media screen and (min-width: 768px) {
  .icon--xxl-md {
    font-size: 32px !important; } }

.icon--xxxl {
  font-size: 40px; }

@media screen and (min-width: 768px) {
  .icon--xxxl-md {
    font-size: 40px !important; } }

.icon--xxxxl {
  font-size: 48px; }

@media screen and (min-width: 768px) {
  .icon--xxxxl-md {
    font-size: 48px !important; } }

.icon--huge {
  font-size: 64px; }

@media screen and (min-width: 768px) {
  .icon--huge-md {
    font-size: 64px !important; } }

/********************************************
Icons End
*********************************************/
.header {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: none;
  padding: 0;
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    .header {
      background-color: rgba(255, 255, 255, 0.95); } }
  .header__border {
    display: block;
    height: 5px;
    width: 100%;
    background-color: #008d2c; }
  .header__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    height: 77px; }
    @media screen and (min-width: 1024px) {
      .header__inner {
        height: 95px; } }
  .header__logo {
    display: flex;
    flex: 1 0 0%;
    justify-content: center; }
    @media screen and (min-width: 1024px) {
      .header__logo {
        flex: inherit; } }
  .header__logo-link {
    display: flex;
    align-items: center; }
  .header__logo-image {
    max-width: 120px; }
  .header__back {
    display: flex;
    height: 100%;
    align-items: center;
    color: #84909B;
    text-decoration: none;
    padding-left: 40px;
    background-size: 36px;
    font-weight: bold;
    position: absolute;
    right: 0; }
    @media screen and (min-width: 768px) {
      .header__back {
        position: relative; } }
    @media screen and (min-width: 1024px) {
      .header__back {
        position: absolute; } }
    .header__back:hover, .header__back:focus, .header__back:active {
      text-decoration: none;
      color: #84909B; }
  @media screen and (min-width: 1024px) {
    .header__search__wrapper {
      position: relative;
      display: flex;
      flex: 1 0 auto;
      margin: 0 2.5%; } }
  .header__nav {
    display: none; }
    @media screen and (min-width: 1024px) {
      .header__nav {
        display: flex;
        flex: 0 0 auto;
        -ms-flex: 0 0 27%;
        align-content: center;
        justify-content: center; } }
  .header__language {
    display: none;
    padding: 0 20px;
    cursor: pointer; }
    @media screen and (min-width: 1024px) {
      .header__language {
        display: flex; } }
    .header__language .language {
      display: flex;
      align-content: center;
      justify-content: center;
      align-items: center;
      transition: all .3s; }
      .header__language .language:hover {
        color: #008d2c; }
  .header__toolbar {
    display: none;
    flex: 0 0 auto;
    -ms-flex: 0 0 145px;
    align-content: center;
    justify-content: center;
    cursor: pointer; }
    @media screen and (min-width: 1024px) {
      .header__toolbar {
        display: flex; } }
    @media screen and (min-width: 768px) {
      .header__toolbar .nav__link {
        margin: 0 9px; } }
    .header__toolbar .nav__link:hover .icon, .header__toolbar .nav__link:active .icon, .header__toolbar .nav__link:focus .icon {
      background-position: 0 100%; }
  .header .mobile__toolbar {
    display: flex;
    align-content: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 10px; }
    @media screen and (min-width: 768px) {
      .header .mobile__toolbar {
        top: 25px; } }
    @media screen and (min-width: 1024px) {
      .header .mobile__toolbar {
        display: none; } }
  .header__logo-image--mobile {
    display: block;
    height: 40px;
    width: auto; }
    @media screen and (min-width: 1024px) {
      .header__logo-image--mobile {
        display: none; } }
  .header__logo-image--desktop {
    display: none; }
    @media screen and (min-width: 1024px) {
      .header__logo-image--desktop {
        display: block; } }
  .header--enroll-linkgen {
    top: 0;
    z-index: 200; }
    @media screen and (min-width: 768px) {
      .header--enroll-linkgen {
        top: 102px; } }
    @media screen and (min-width: 768px) {
      .header--enroll-linkgen .header__logo {
        position: absolute !important;
        left: 0; } }
    .header--enroll-linkgen .header__inner {
      justify-content: center; }
    .header--enroll-linkgen .header__toolbar {
      position: absolute;
      right: 0;
      top: 15px; }
      @media screen and (min-width: 768px) {
        .header--enroll-linkgen .header__toolbar {
          top: 20px; } }

.header__toolbar {
    /* To be deleted:

    // Account Avatar
    .account-avatar {
      img {
        height: 38px;
        width: 38px;
        border-radius: 50%;
        border: 2px solid $color-purple-light;
        max-width: 38px;
      }

      &:hover img {
        border: 2px solid $color-purple;
      }
  }

  .icon-user--placeholder {
    margin-bottom: 5px;
  }
  */ }

@media screen and (min-width: 768px) {
  .header__search__wrapper {
    display: flex; } }

@media (min-width: 1024px) {
  body.logged-in .header__search .form-control {
    max-width: 40%; } }
@media (min-width: 1065px) {
  body.logged-in .header__search .form-control {
    max-width: 45%; } }
@media (min-width: 1165px) {
  body.logged-in .header__search .form-control {
    max-width: 50%; } }
@media (min-width: 1440px) {
  body.logged-in .header__search .form-control {
    max-width: 55%; } }

@media (min-width: 481px) and (max-width: 767px) {
  .header .mobile__toolbar {
    min-width: 152px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .header .mobile__toolbar {
    min-width: 176px;
    justify-content: flex-start; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .header .mobile__toolbar .nav {
    flex: none; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .header__nav {
    flex: 0 0 41% !important; } }
.footer {
  border-top: 1px solid #D1D1D1;
  color: #4a4a4a;
  padding-top: 30px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer {
      padding-top: 40px;
      text-align: left; } }
  .footer__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .footer__logo {
        justify-content: flex-start;
        margin-bottom: 10px; } }
  .footer__social {
    display: flex;
    justify-content: center;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .footer__social {
        justify-content: flex-end;
        margin-bottom: 5px; } }
  .footer__address {
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .footer__address {
        border-bottom: 2px solid #EBEBEB;
        padding-bottom: 20px; } }
  .footer__nav {
    margin: 25px auto; }
    @media screen and (min-width: 768px) {
      .footer__nav {
        order: 5;
        margin: 0; } }
  .footer__copyright {
    font-size: 12px;
    line-height: 1.4;
    color: #84909B; }
    @media screen and (min-width: 768px) {
      .footer__copyright {
        font-size: 14px;
        color: #4a4a4a; } }
  .footer__dropdown-text {
    color: #4a4a4a !important; }

.menu-dropdown {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  left: 0;
  z-index: 90;
  width: 100vw;
  border-radius: 0 0 4px 4px;
  transition: 0s .2s;
  /* delay of 1 seconds on hover off */
  max-height: 0;
  overflow: hidden; }
  .menu-dropdown__arrow {
    position: absolute;
    top: -8px;
    right: 40px; }
  .menu-dropdown__body {
    padding: 40px 0 60px;
    opacity: 0;
    transition: opacity .2s; }
    @media screen and (min-width: 1024px) {
      .menu-dropdown__body {
        display: flex; } }
    .menu-dropdown__body > * {
      flex: 1 0 0%; }
  .menu-dropdown__quote {
    color: #008d2c;
    font-size: 16px;
    font-style: italic;
    line-height: 1.88; }
  .menu-dropdown__nav {
    flex: 1;
    position: relative; }
    .menu-dropdown__nav--wx1_5 {
      flex: 1.5; }
    .menu-dropdown__nav--wx2 {
      flex: 2; }
    .menu-dropdown__nav--wx3 {
      flex: 3; }
  .menu-dropdown__nav-basic {
    list-style: none;
    padding: 0;
    margin: 0; }
  .menu-dropdown__nav-basic-link {
    text-decoration: none;
    font-size: 14px;
    color: #354558;
    font-weight: 600; }
  .menu-dropdown__close {
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    display: none; }
  .menu-dropdown__content {
    font-size: 14px;
    line-height: 24px; }
  .menu-dropdown__more {
    font-weight: 700;
    display: block;
    margin-top: 20px;
    text-decoration: none; }
    .menu-dropdown__more:hover {
      text-decoration: underline; }
  .menu-dropdown__title {
    font-size: 22px;
    margin-top: 40px;
    font-weight: 700; }
    .menu-dropdown__title--lrg {
      font-size: 36px; }
    @media screen and (min-width: 768px) {
      .menu-dropdown__title {
        font-size: 20px; } }
    @media screen and (min-width: 1024px) {
      .menu-dropdown__title {
        margin-top: 0; } }
  .menu-dropdown__column {
    padding: 0 10px; }
    @media screen and (min-width: 1024px) {
      .menu-dropdown__column {
        padding: 0 25px; } }
    @media screen and (min-width: 1024px) {
      .menu-dropdown__column {
        padding: 0 30px; } }
    .menu-dropdown__column--bl {
      border-left: 1px solid #008d2c; }
      @media screen and (min-width: 1024px) {
        .menu-dropdown__column--bl {
          padding: 0 0; } }
    @media screen and (min-width: 1024px) {
      .menu-dropdown__column--pl {
        padding-left: 45px; } }
    @media (min-width: 1200px) {
      .menu-dropdown__column--pl {
        padding-left: 75px; } }
    @media screen and (min-width: 1440px) {
      .menu-dropdown__column--pl {
        padding-left: 90px; } }
    .menu-dropdown__column--promo {
      border-left: 1px solid #008d2c; }
      @media screen and (min-width: 768px) {
        .menu-dropdown__column--promo {
          padding-left: 50px; } }
      @media screen and (min-width: 768px) {
        .menu-dropdown__column--promo {
          padding-left: 75px; } }
    .menu-dropdown__column--wx1_5 {
      flex: 1.5; }
    .menu-dropdown__column--wx2 {
      flex: 2; }
    .menu-dropdown__column--wx3 {
      flex: 3; }
    .menu-dropdown__column--wx4 {
      flex: 4; }
    .menu-dropdown__column--wx5 {
      flex: 5; }
    @media screen and (min-width: 768px) {
      .menu-dropdown__column--pr-lg {
        padding-right: 20%; } }
    @media screen and (min-width: 768px) {
      .menu-dropdown__column--mw-50 {
        min-width: 50%; } }
  @media screen and (min-width: 1024px) {
    .menu-dropdown__column-intro {
      min-height: 110px; } }
  @media screen and (min-width: 768px) {
    .menu-dropdown__column-intro blockquote {
      font-size: 16px;
      line-height: 30px; } }
  .menu-dropdown__cta {
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 600; }
  .menu-dropdown__cta-more {
    color: #555555;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 600; }
  .menu-dropdown__featured-stories {
    display: flex; }
  .menu-dropdown__featured-link {
    display: block;
    margin-right: 20px; }
    @media screen and (min-width: 768px) {
      .menu-dropdown__featured-link {
        max-height: 185px;
        display: flex; } }
  @media screen and (min-width: 1024px) {
    .menu-dropdown--journey .menu-dropdown__featured-link {
      max-width: 315px; } }
  @media screen and (min-width: 1024px) {
    .menu-dropdown--stories .menu-dropdown__featured-link {
      max-width: 50%;
      flex: 1; } }
  .menu-dropdown--stories .menu-dropdown__featured-link:last-child {
    margin-right: 0; }

body:not(.logged-in) .menu-dropdown__nav__header {
  display: none; }
body:not(.logged-in) .push-nav__list-hero--switcher {
  display: none; }

.push-nav {
  position: relative;
  z-index: 90;
  min-width: 100%;
  border-radius: 0 0 4px 4px; }
  .push-nav__list {
    list-style: none;
    margin: 0;
    transition: transform .5s ease;
    transform: translate(0, 0);
    padding: 0;
    display: flex;
    flex-direction: column; }
    .push-nav__list--l0 {
      padding: 10px 0 0 0; }
    .push-nav__list--l1 {
      transform: translate(200%, 0);
      width: 100%;
      position: absolute;
      top: 0; }
      .push-nav__list--l1.active {
        transform: translate(100%, 0); }
      .push-nav__list--l1.inactive.active {
        overflow-y: inherit;
        overflow-x: inherit; }
    .push-nav__list--l2 {
      margin-top: 0;
      transform: translate(300%, 0);
      width: 100%;
      position: absolute;
      top: 0; }
      .push-nav__list--l2.active {
        transform: translate(200%, 0); }
      .push-nav__list--l2.inactive {
        transform: translate(-100%, 0); }
    .push-nav__list.active {
      z-index: 99;
      height: calc((var(--vh, 1vh) * 100) - 82px); }
    .push-nav__list.inactive {
      z-index: 99;
      transform: translate(-100%, 0); }
  .push-nav__list-hero {
    padding: 10px 20px 20px;
    padding-right: 17%;
    border-bottom: 2px solid #EEEEEE; }
    .push-nav__list-hero p:last-child {
      margin-bottom: 0; }
  .push-nav__list-hero-title {
    font-size: 17px;
    margin-bottom: 16px; }
  .push-nav__items {
    list-style: none;
    margin: 0;
    padding: 10px 0 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    /* can't be set to auto, or else the momentum scrolling won't work */
    -webkit-overflow-scrolling: touch; }
  .push-nav__item.has-child-menu > .push-nav__link {
    font-weight: 700;
    background-size: 9px;
    transition: none; }
    .push-nav__item.has-child-menu > .push-nav__link.active, .push-nav__item.has-child-menu > .push-nav__link:hover, .push-nav__item.has-child-menu > .push-nav__link:focus {
      background-color: rgba(255, 255, 255, 0.5); }
  .push-nav__item .push-nav__list--l2.push-nav__list {
    padding-left: 0; }
  .push-nav__item--header {
    font-weight: 800;
    color: #354657;
    display: flex;
    min-height: 50px;
    display: flex;
    align-items: center; }
    .push-nav__item--header a {
      text-decoration: none;
      color: #354657;
      font-size: 22px;
      padding-left: 20px;
      padding: 15px 30px 15px 20px;
      width: 100%; }
  .push-nav__item--footer {
    font-weight: 800;
    color: #354657;
    margin-top: 8px; }
    .push-nav__item--footer a {
      text-decoration: none;
      color: #354657;
      font-size: 18px; }
    .push-nav__item--footer .nav-dropdown__title {
      font-size: 22px; }
  .push-nav__item--footer-view-more {
    font-weight: 800;
    color: #354657;
    display: flex;
    min-height: 65px;
    display: flex;
    align-items: center;
    border-top: 2px solid #EEEEEE;
    margin-top: auto;
    background: #fff; }
    .push-nav__item--footer-view-more a {
      display: block;
      text-align: center;
      text-decoration: none;
      color: #008d2c;
      font-size: 16px;
      padding-left: 20px;
      padding: 15px 30px 15px 20px;
      width: 100%;
      font-weight: normal;
      flex-wrap: wrap; }
  .push-nav__item--footer-view-more-situ {
    margin-top: 0;
    border-top: 2px solid #EEEEEE; }
    .push-nav__item--footer-view-more-situ a.mobile-menu__item-link {
      border-bottom: 2px solid #EEEEEE; }
  .push-nav__item--ad {
    padding: 20px 15px; }
    @media screen and (min-width: 480px) {
      .push-nav__item--ad {
        padding: 20px 15px; } }
    @media screen and (min-width: 1024px) {
      .push-nav__item--ad {
        padding: 15px 40px 15px 15px;
        display: flex; } }
    .push-nav__item--ad .menu-dropdown__title {
      line-height: 1.4;
      padding: 0 5px; }
      .push-nav__item--ad .menu-dropdown__title--small {
        display: block;
        font-size: 20px;
        font-weight: 400; }
    .push-nav__item--ad p {
      padding: 0 5px; }
    .push-nav__item--ad .menu-dropdown__column-intro {
      margin: 2em 0 1.5em; }
    .push-nav__item--ad .card.card--image {
      width: auto;
      margin: 0 0 25px 0;
      display: flex;
      line-height: 0; }
  .push-nav__item--rwp {
    padding: 20px 15px; }
    @media screen and (min-width: 480px) {
      .push-nav__item--rwp {
        padding: 20px 15px; } }
    @media screen and (min-width: 1024px) {
      .push-nav__item--rwp {
        padding: 15px 40px 15px 15px;
        display: flex; } }
  @media (max-width: 1023px) and (min-width: 767px) {
    .push-nav__item--help {
      display: none; } }
  .push-nav__item--back .push-nav__link {
    border-bottom: 2px solid #EEEEEE;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 20px;
    padding: 15px 25px;
    justify-content: flex-start; }
  .push-nav__item--dropdown {
    margin-top: auto;
    padding-bottom: 15px; }
  .push-nav__sub-header {
    font-size: 20px !important;
    padding: 20px 20px 10px 20px; }
  .push-nav__link {
    text-decoration: none;
    color: #354657;
    font-size: 16px;
    display: flex;
    padding: 12px 20px 12px 20px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between; }
    .push-nav__link.active, .push-nav__link:hover {
      background-color: rgba(255, 255, 255, 0.5);
      color: #008d2c; }
    .push-nav__link--orphan {
      border-top: 1px solid #D1D1D1;
      font-weight: 500;
      text-decoration: none;
      text-align: center;
      font-size: 16px;
      padding-top: 20px;
      margin: 20px 0;
      display: block; }
  .push-nav__promo {
    flex: 2; }
  .push-nav__title {
    font-size: 24px; }
  .push-nav__subtitle {
    font-size: 20px; }
  .push-nav__back {
    padding: 5px 30px; }
  .push-nav__back-icon {
    margin-right: 10px; }

.push-nav__list--top > .push-nav__item > .push-nav__link {
  padding-left: 40px;
  justify-content: flex-start; }

.menu-dropdown__cta img {
  width: 100%; }

.push-nav__item.has-child-menu > .push-nav__link {
  background: url("../assets/icons/arrow-right-brand.svg") calc(100% - 20px) center no-repeat transparent;
  background-size: 24px; }

.nav {
  display: flex;
  flex: 1 0 auto;
  -ms-flex: 1 0 0%;
  align-self: stretch;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none; }
  .nav__item {
    display: flex;
    flex: 1 0 0%;
    align-content: center;
    height: 100%; }
    .nav__item--content {
      align-items: center;
      flex: auto;
      padding: 0 30px; }
    body.search-active .nav__item {
      cursor: default; }
    body:not(.search-active) .nav__item:hover > a {
      font-weight: 700; }
      @media screen and (min-width: 1024px) {
        body:not(.search-active) .nav__item:hover > a:after {
          content: ' ';
          width: 100%;
          height: 1px;
          border-bottom: 2px solid #008d2c;
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; } }
    body:not(.search-active) .nav__item:hover .menu-dropdown {
      max-height: calc(100vh - 77px);
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
      overflow-y: auto; }
      @media screen and (min-width: 768px) {
        body:not(.search-active) .nav__item:hover .menu-dropdown {
          overflow-y: hidden; } }
      body:not(.search-active) .nav__item:hover .menu-dropdown .menu-dropdown__body {
        opacity: 1; }
    @media screen and (min-width: 768px) {
      .nav__item {
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (min-width: 1024px) {
      .nav__item {
        padding-left: 20px;
        padding-right: 20px; } }
  .nav__link {
    position: relative;
    display: flex;
    flex: 1 0 0%;
    flex-flow: column;
    text-align: center;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin: 0 5px;
    color: #354657;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    padding: 16px 0; }
    @media screen and (min-width: 480px) {
      .nav__link {
        padding: 16px 0; } }
    @media screen and (min-width: 768px) {
      .nav__link {
        padding: 6px 5px;
        font-size: 14px; } }
    @media screen and (min-width: 1024px) {
      .nav__link {
        margin: 0 5px; } }
    @media screen and (min-width: 1440px) {
      .nav__link {
        margin: 0 10px;
        padding-right: 8px;
        padding-left: 8px; } }
    body.search-active .nav__link {
      cursor: default; }
      body.search-active .nav__link .nav__link--icon {
        border-bottom: 2px solid purple; }
  .nav__link--icon {
    font-size: 0.7rem;
    color: #84909B;
    padding-left: 0;
    padding-right: 0; }
    .nav__link--icon .icon {
      margin-bottom: 3px; }
  .nav--footer {
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .nav--footer {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center; } }
    .nav--footer .nav__item {
      font-size: 14px;
      justify-content: center;
      color: #4a4a4a; }
      .nav--footer .nav__item:not(:last-of-type) {
        margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .nav--footer .nav__item {
          flex: 0; }
          .nav--footer .nav__item:not(:last-of-type) {
            margin-bottom: 0; } }
      .nav--footer .nav__item:hover > .nav__link, .nav--footer .nav__item:focus > .nav__link {
        font-weight: 600; }
      .nav--footer .nav__item:hover .nav__link:after, .nav--footer .nav__item:focus .nav__link:after {
        display: none; }
    .nav--footer .nav__link {
      padding: 0; }

.nav-dropdown {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 97px;
  right: -24px;
  z-index: 90;
  min-width: 275px;
  border-radius: 0 0 4px 4px;
  transition: 0s .2s;
  /* delay of 1 seconds on hover off */
  max-height: 0;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .nav-dropdown {
      max-width: 350px; } }
  .nav-dropdown__arrow {
    position: absolute;
    top: -8px;
    right: 40px;
    display: none; }
    @media screen and (min-width: 1024px) {
      .nav-dropdown__arrow {
        display: block; } }
  .nav-dropdown__head {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #D1D1D1; }
  .nav-dropdown__title {
    font-size: 20px;
    font-weight: 800; }
  .nav-dropdown__language {
    margin-left: auto;
    font-size: 15px;
    line-height: 32px; }
    .nav-dropdown__language a {
      text-decoration: none;
      color: #354657;
      font-weight: 700; }
  .nav-dropdown__body--wpd {
    padding: 20px; }
  .nav-dropdown__list {
    padding: 0; }
  .nav-dropdown__item {
    list-style: none; }
    .nav-dropdown__item--footer {
      border-top: 1px solid #D1D1D1;
      text-align: center; }
      .nav-dropdown__item--footer a.nav-dropdown__item-link {
        padding: 10px;
        font-weight: 400;
        color: #A25EB5;
        justify-content: center; }
  .nav-dropdown__item-link {
    text-decoration: none;
    padding: 5px 10px;
    color: #354657;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center; }
    .nav-dropdown__item-link .icon {
      margin-right: 7px; }
  .nav-dropdown__footer {
    border-top: 1px solid #EEEEEE;
    padding: 20px; }
    .nav-dropdown__footer a:not(.button) {
      display: block;
      text-align: center;
      font-weight: 700;
      color: #354657;
      text-decoration: none; }
  .nav-dropdown__welcome {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 20px;
    text-align: center;
    color: #354657; }
  .nav-dropdown--help {
    right: -26px; }
  .nav-dropdown--account {
    right: -18px; }
  .nav-dropdown__link {
    text-align: center;
    margin-bottom: 10px; }
  @media screen and (min-width: 1024px) {
    .nav__item:hover .nav-dropdown {
      max-height: 100vh;
      transition: all .3s;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
      transition-delay: .4s; } }

#site-wrapper {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%; }
  #site-wrapper.show-nav {
    position: fixed; }
    @media screen and (min-width: 768px) {
      #site-wrapper.show-nav {
        position: static; } }

#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.show-nav #site-canvas {
  overflow: hidden; }
  .show-nav #site-canvas .region-bar {
    display: none; }
  @media screen and (min-width: 480px) {
    .show-nav #site-canvas {
      right: -300px; } }
  @media screen and (min-width: 1024px) {
    .show-nav #site-canvas {
      right: 0; } }
  @media only screen and (max-width: 960px) and (orientation: landscape) {
    .show-nav #site-canvas {
      right: -300px; } }

#offcanvas-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 82px;
  left: -100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 2px solid #EEEEEE;
  padding: 0 0 80px;
  -webkit-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
  z-index: 500; }
  @media screen and (min-width: 480px) {
    #offcanvas-menu {
      width: 100%;
      left: -100%; } }
  @media (min-width: 680px) {
    #offcanvas-menu {
      width: 50%;
      left: -50%; } }
  #offcanvas-menu.w-region-notice {
    padding-top: 140px; }

#offcanvas-menu.offcanvas-menu-right {
  left: auto;
  right: -100%; }

.show-nav #offcanvas-menu {
  left: 0; }
  @media screen and (min-width: 1024px) {
    .show-nav #offcanvas-menu {
      display: none; } }

.show-nav #offcanvas-menu.offcanvas-menu-right {
  right: 0;
  left: auto; }
  @media screen and (min-width: 1024px) {
    .show-nav #offcanvas-menu.offcanvas-menu-right {
      display: none; } }

.header__toolbar .nav__item .icon--bag {
  position: relative; }
  .header__toolbar .nav__item .icon--bag .js-bag-items-number {
    position: absolute;
    border-radius: 50%;
    color: #354657;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    width: 20px;
    height: 20px;
    top: 0;
    left: -2px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    font-size: 11px; }
    @media screen and (min-width: 480px) {
      .header__toolbar .nav__item .icon--bag .js-bag-items-number {
        top: 1px;
        left: 0; } }
.header__toolbar .nav__item:hover span, .header__toolbar .nav__item:focus span, .header__toolbar .nav__item:active span {
  color: #354657; }
.header__toolbar .nav__item:hover .nav__link--icon .icon--bag .js-bag-items-number, .header__toolbar .nav__item:focus .nav__link--icon .icon--bag .js-bag-items-number, .header__toolbar .nav__item:active .nav__link--icon .icon--bag .js-bag-items-number {
  color: #FFFFFF; }

#site-wrapper .nav__link--icon {
  border-bottom: 2px solid transparent;
  margin-bottom: -2px; }
#site-wrapper.show-nav .nav__link--icon.js-nav-dropdown {
  border-bottom: 2px solid #A25EB5; }
#site-wrapper.show-help .nav__link--icon.js-nav-dropdown, #site-wrapper.show-nav.show-help .nav__link--icon.js-nav-dropdown {
  border-bottom: none; }
#site-wrapper.show-help .nav__link--icon.js-help-dropdown, #site-wrapper.show-nav.show-help .nav__link--icon.js-help-dropdown {
  border-bottom: 2px solid #A25EB5; }
#site-wrapper.show-user .nav__link--icon.js-nav-dropdown, #site-wrapper.show-nav.show-user .nav__link--icon.js-nav-dropdown {
  border-bottom: none; }
#site-wrapper.show-user .nav__link--icon.js-user-dropdown, #site-wrapper.show-nav.show-user .nav__link--icon.js-user-dropdown {
  border-bottom: 2px solid #A25EB5; }
#site-wrapper.show-cart .nav__link--icon.js-nav-dropdown, #site-wrapper.show-nav.show-cart .nav__link--icon.js-nav-dropdown {
  border-bottom: none; }
#site-wrapper.show-cart .nav__link--icon.js-cart-dropdown, #site-wrapper.show-nav.show-cart .nav__link--icon.js-cart-dropdown {
  border-bottom: 2px solid #A25EB5; }

.mobile-menu {
  display: none;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .mobile-menu__header {
    padding: 20px;
    font-weight: 800;
    font-size: 20px;
    border-bottom: 1px solid #D1D1D1; }
  .mobile-menu__body {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .mobile-menu__body .push-nav {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: calc(100% - 50px); }
    .mobile-menu__body .push-nav__list {
      min-height: 100%; }
    @media screen and (min-width: 1024px) {
      .mobile-menu__body--wpd-lr {
        padding-left: 30px;
        padding-right: 30px; } }
  .mobile-menu__footer {
    height: 20%;
    padding: 20px 30px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
  .mobile-menu__language {
    font-size: 14px;
    font-weight: 600; }
  .mobile-menu__close {
    padding-left: 30px; }
  .mobile-menu__dropdown .dropdown__menu {
    left: 0 !important;
    text-align: center; }

.mobile-menu__item.has-child-menu > .mobile-menu__item-link {
  background: url("../images/icons/arrow-right.svg") right center no-repeat transparent; }

ul.mobile-menu__list ul.mobile-menu__list .mobile-menu__item {
  padding-left: 45px; }

.help-dropdown-active .mobile-menu--help {
  display: flex; }

.account-dropdown-active .mobile-menu--account-logged-out {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; }
  @media screen and (min-width: 1024px) {
    .account-dropdown-active .mobile-menu--account-logged-out {
      display: none; } }
  .account-dropdown-active .mobile-menu--account-logged-out .mobile-menu__header {
    border-bottom: none; }
  .account-dropdown-active .mobile-menu--account-logged-out .mobile-menu__body {
    display: block;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center; }
    @media screen and (min-width: 480px) {
      .account-dropdown-active .mobile-menu--account-logged-out .mobile-menu__body .ui.button + .ui.button {
        margin-left: 0; } }
body.logged-in .account-dropdown-active .mobile-menu--account-logged-in {
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media screen and (min-width: 1024px) {
    body.logged-in .account-dropdown-active .mobile-menu--account-logged-in {
      display: none; } }
body.logged-in .account-dropdown-active .mobile-menu--account-logged-out {
  display: none; }

body.logged-out .mobile-menu--nav-logged-in {
  display: none; }

body.logged-in .mobile-menu--nav-logged-in {
  display: block; }

body.logged-out .mobile-menu--nav-logged-in {
  display: none; }

body.logged-in .mobile-menu--nav-logged-out {
  display: none; }

@media screen and (min-width: 1024px) {
  #offcanvas-menu.account-dropdown-active .mobile-menu--account-logged-out,
  #offcanvas-menu.account-dropdown-active .mobile-menu--account-logged-in {
    display: block; } }

#offcanvas-menu.nav-dropdown-active .mobile-menu--nav {
  display: block;
  overflow: hidden;
  height: calc(100vh - 82px);
  height: calc(var(--vh, 1vh) * 100 - 82px); }

#offcanvas-menu.cart-dropdown-active .mobile-menu--cart {
  display: block; }
  @media screen and (min-width: 1024px) {
    #offcanvas-menu.cart-dropdown-active .mobile-menu--cart {
      overflow-y: scroll;
      overflow-x: hidden; } }

.mobile-menu--account .push-nav__list--top > .push-nav__item > .push-nav__link {
  justify-content: space-between; }

.drill-nav {
  position: relative;
  padding: 20px 0; }
  @media screen and (min-width: 1024px) {
    .drill-nav {
      padding: 0; } }
  .drill-nav__list {
    list-style: none;
    padding: 0;
    width: 50%; }
    .drill-nav__list .drill-nav__list {
      display: none;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 50%; }
  .drill-nav__item.has-child-menu {
    background: url("/assets/icons/dist/arrow-right-brand.svg") calc(100% - 35px) center no-repeat transparent;
    background-size: 20px; }
    .drill-nav__item.has-child-menu:hover {
      font-weight: 700;
      color: #008d2c;
      background: url("/assets/icons/dist/arrow-right-brand.svg") calc(100% - 35px) center no-repeat transparent;
      background-size: 20px; }
      .drill-nav__item.has-child-menu:hover .drill-nav__list {
        display: block; }
    .drill-nav__item.has-child-menu .drill-nav__list .drill-nav__item .drill-nav__link.active, .drill-nav__item.has-child-menu .drill-nav__list .drill-nav__item .drill-nav__link:hover {
      font-weight: 700; }
  .drill-nav__item.has-child-menu.is-active > .drill-nav__link {
    font-weight: 700;
    color: #008d2c;
    background: url("/assets/icons/dist/arrow-right-brand.svg") calc(100% - 35px) center no-repeat transparent;
    background-size: 20px; }
  .drill-nav__item.has-child-menu.is-active ul {
    display: block; }
  .drill-nav__link {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #354657;
    padding: 5px 30px;
    padding-left: 0;
    line-height: 1.4; }
    @media screen and (min-width: 1024px) {
      .drill-nav__link {
        padding: 0 30px 10px 0; } }
    .drill-nav__link--focus {
      font-weight: 700;
      color: #008d2c;
      background: url("../images/icons/tick-circle-fill-brand.svg") calc(100% - 35px) center no-repeat transparent;
      background-size: 23px; }

.drill-filter {
  position: relative;
  padding: 20px 0; }
  @media screen and (min-width: 1024px) {
    .drill-filter {
      padding: 20px 30px 0; } }
  .drill-filter__list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    left: 0;
    transition: all .3s; }
    .drill-filter__list .drill-filter__list {
      top: 0; }
      @media screen and (min-width: 768px) {
        .drill-filter__list .drill-filter__list {
          display: none; } }
  @media screen and (min-width: 480px) {
    .drill-filter__item.has-child-nodes {
      background: url("../assets/icons/dist/arrow-down-brand.svg") calc(100% - 4px) 12px no-repeat transparent;
      background-size: 20px; } }
  .drill-filter__item--child .drill-filter__node {
    display: none;
    font-weight: 400; }
  .drill-filter__item__header {
    display: none; }
    @media screen and (max-width: 767px) {
      .drill-filter__item__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: none !important;
        margin-bottom: 20px; } }
  .drill-filter__item__selected {
    display: none; }
    @media screen and (max-width: 767px) {
      .drill-filter__item__selected {
        text-align: center;
        padding: .5em 0; } }
  .drill-filter__heading {
    font-weight: 800;
    display: block;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .drill-filter__heading {
        padding-top: 0;
        display: none; } }
  .drill-filter__clear {
    position: relative;
    left: -1em;
    font-weight: 700;
    color: #008d2c;
    font-size: 14px;
    cursor: pointer;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .drill-filter__clear {
        padding-top: 0; } }
  .drill-filter__back {
    position: relative;
    top: 5px; }
    @media screen and (min-width: 480px) {
      .drill-filter__back {
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 0;
        color: #008d2c;
        font-weight: 600;
        margin-bottom: 0;
        display: block; } }
    @media screen and (min-width: 768px) {
      .drill-filter__back {
        display: none; } }
  .drill-filter__node {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #354657;
    padding: 10px 30px 10px 10px;
    border-bottom: 2px solid #EEEEEE;
    cursor: pointer;
    position: relative; }
    .drill-filter__item:last-of-type > .drill-filter__node {
      border-color: transparent; }
    @media screen and (min-width: 1024px) {
      .drill-filter__node {
        padding: 12px 0; } }
    @media screen and (min-width: 768px) {
      .drill-filter__node:hover {
        color: #008d2c; } }
    .drill-filter__node--focus {
      background: url("../assets/icons/dist/tick-circle-fill-brand.svg") calc(100% - 4px) center no-repeat transparent;
      background-color: #F4F8FE;
      background-size: 20px; }
      @media screen and (min-width: 480px) {
        .drill-filter__node--focus {
          background-color: transparent; } }
  .drill-filter__node__child {
    font-size: 12px;
    line-height: 20px; }
  .drill-filter__node__child-count {
    color: #354657;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 12px;
    font-weight: 400; }
    @media screen and (min-width: 480px) {
      .drill-filter__node__child-count {
        display: none; } }
  .drill-filter__node__parent.has-child-active {
    font-weight: 700;
    color: #008d2c; }
  .drill-filter__node__parent.open {
    color: #008d2c;
    background: url("../assets/icons/dist/arrow-down-brand.svg") calc(100% - 4px) center no-repeat transparent;
    background-size: 20px; }
    .drill-filter__node__parent.open + ul.drill-filter__list {
      display: block; }

.search {
  width: 100%; }
  .search.open {
    z-index: 10;
    top: 18px; }
    @media screen and (min-width: 480px) {
      .search.open {
        top: 82px; } }
  .search__form {
    width: 100%; }
  .search__inner {
    position: relative;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .search__inner {
        margin: 0; } }
    .search__inner.active .form-control {
      max-width: 100vw;
      transition: all .4s;
      outline: 0; }
    .search__inner .form-control {
      padding-left: 20px;
      padding-right: 40px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      border-radius: 25px;
      font-size: 1rem;
      font-weight: 600;
      color: #354657;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      border: none; }
      @media screen and (min-width: 1024px) {
        .search__inner .form-control {
          font-weight: 500;
          min-width: 315px;
          font-size: 1rem; } }
      .search__inner .form-control:focus, .search__inner .form-control:active {
        border: 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        outline: 0; }
      .search__inner .form-control::-webkit-input-placeholder {
        color: #84909B;
        font-weight: 500; }
        @media screen and (min-width: 1024px) and (max-width: 1200px) {
          .search__inner .form-control::-webkit-input-placeholder {
            font-size: 12px; } }
      .search__inner .form-control:-moz-placeholder {
        color: #84909B;
        font-weight: 500; }
        @media screen and (min-width: 1024px) and (max-width: 1200px) {
          .search__inner .form-control:-moz-placeholder {
            font-size: 12px; } }
      .search__inner .form-control::-moz-placeholder {
        color: #84909B;
        font-weight: 500; }
        @media screen and (min-width: 1024px) and (max-width: 1200px) {
          .search__inner .form-control::-moz-placeholder {
            font-size: 12px; } }
      .search__inner .form-control:-ms-input-placeholder {
        color: #84909B;
        font-weight: 500; }
        @media screen and (min-width: 1024px) and (max-width: 1200px) {
          .search__inner .form-control:-ms-input-placeholder {
            font-size: 12px; } }
  .search__button {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    background: transparent;
    border: none; }
  .search__button-close.ui.icon.button {
    display: none;
    margin: 0;
    position: relative;
    top: 4px;
    right: -7px; }
  .search--bag, .search--full {
    position: static;
    width: 100%;
    margin: 0 auto;
    display: block;
    top: auto;
    left: auto; }
    .search--bag .search__inner, .search--full .search__inner {
      position: relative; }
      .search--bag .search__inner .form-control, .search--full .search__inner .form-control {
        position: static;
        width: 100%; }
        @media screen and (min-width: 1024px) {
          .search--bag .search__inner .form-control, .search--full .search__inner .form-control {
            max-width: 100%; } }
    .search--bag .search__button, .search--full .search__button {
      bottom: auto;
      margin: 0;
      height: 100%; }
      .search--bag .search__button > i, .search--full .search__button > i {
        top: 0; }
  .search--full-rows .products--list {
    display: block; }
  .search--full {
    padding: 0; }
    @media screen and (min-width: 480px) {
      .search--full {
        padding: 0 40px;
        margin-left: -40px;
        margin-right: -40px;
        width: auto; } }
    .search--full .search__form {
      width: auto;
      border-bottom: 2px solid #EEEEEE;
      padding: 10px 20px 25px;
      margin-left: -20px;
      margin-right: -20px;
      display: flex; }
      @media screen and (min-width: 480px) {
        .search--full .search__form {
          padding: 10px 40px 45px;
          margin-left: -40px;
          margin-right: -40px; } }
      .search--full .search__form--nbb {
        border-bottom: 0; }
    .search--full .search__inner {
      width: 100%; }
  .search--bag-guest .search__form {
    border-bottom: 0; }

.header .search {
  flex: 0 0 0%;
  align-items: center;
  position: fixed;
  top: -200px;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  width: 100vw;
  padding: 0 20px 10px; }
  @media screen and (min-width: 1024px) {
    .header .search {
      display: flex;
      position: static;
      top: 0;
      left: 0;
      right: auto;
      width: auto;
      background: transparent;
      padding: 10px 50px 45px;
      margin: 0; } }
  .header .search.open {
    z-index: 10;
    top: 18px; }
    @media screen and (min-width: 480px) {
      .header .search.open {
        top: 82px; } }

#header_search_group.active .btn--search {
  background-image: url("../images/icons/cross.svg"); }

.find-id {
  display: none;
  margin-left: 10px;
  margin-right: 20px; }
  @media screen and (min-width: 1024px) {
    .find-id {
      display: flex;
      align-items: center; } }
  .find-id__form {
    position: relative; }
  .find-id__btn-wrap {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px; }
    .find-id__btn-wrap .icon {
      position: absolute;
      z-index: 100;
      top: 1px;
      left: 0px; }
  .find-id__btn {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    text-indent: -12000px; }
  .find-id__input {
    min-height: 50px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 50px;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .find-id__input--rounded {
      border-radius: 50px; }
    .find-id__input::placeholder {
      font-size: 14px;
      color: #9b9b9b; }
    .find-id__input:focus, .find-id__input:active {
      outline: none; }
  .find-id--full {
    width: 100%;
    margin: 0;
    display: block; }
    .find-id--full .find-id__input {
      width: 100%; }
    .find-id--full .find-id__btn {
      right: 0; }
    .find-id--full .find-id__ctas {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 15px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .find-id--full .find-id__ctas {
          margin-top: 20px;
          flex-direction: row; } }
      .find-id--full .find-id__ctas .btn.btn-secondary {
        min-width: auto !important; }
  .find-id--mob {
    display: flex;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    height: 50px; }
    .find-id--mob .find-id__input {
      width: 100%;
      -webkit-appearance: none; }
    .find-id--mob .find-id__form {
      width: 100%; }

.validity.valid .find-id__btn {
  background-color: #008d2c;
  border-color: #008d2c; }

.hero {
  background-size: cover;
  background-position: center top;
  background-color: transparent;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  min-height: 568px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #D1D1D1;
  padding-top: 82px; }
  @media screen and (min-width: 768px) {
    .hero {
      min-height: 800px; } }
  @media screen and (min-width: 1024px) {
    .hero {
      padding-top: 100px; } }
  @media screen and (min-width: 1440px) {
    .hero {
      min-height: 1024px; } }
  .hero__inner {
    padding: 20px 0;
    position: relative;
    z-index: 19;
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .hero__inner {
        max-width: 725px;
        text-align: left; } }
  .hero__heading {
    color: #FFFFFF;
    font-weight: 800;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 1.15; }
    @media screen and (min-width: 768px) {
      .hero__heading {
        font-size: 48px;
        text-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5); } }
    @media screen and (min-width: 1440px) {
      .hero__heading {
        font-size: 72px;
        line-height: 1.1; } }
  .hero__subheading {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    width: 100%;
    max-width: 450px; }
    @media screen and (min-width: 768px) {
      .hero__subheading {
        font-size: 30px;
        line-height: 36px; } }
  .hero__text {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.13px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .hero__text {
        text-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5); } }
    @media screen and (min-width: 1024px) {
      .hero__text {
        max-width: 475px;
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 28px; } }
  @media screen and (min-width: 480px) {
    .hero__ctas {
      display: flex;
      justify-content: space-around;
      flex-direction: row;
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .hero__ctas {
      justify-content: flex-start; } }
  .hero__logo {
    display: none !important; }
    @media screen and (min-width: 768px) {
      .hero__logo {
        display: inline-block !important;
        width: 210px !important;
        height: 84px;
        margin: 100px 0 0 3px; } }
  .hero__icon {
    max-width: 35px;
    max-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px; }
    @media screen and (min-width: 768px) {
      .hero__icon {
        margin: 0 0 20px 0; } }
    @media screen and (min-width: 1024px) {
      .hero__icon {
        max-width: 60px;
        max-height: 60px; } }
    .hero__icon img {
      width: 100%; }
  .hero__overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
    .hero__overlay--gradient-tb {
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-9 */ }
    .hero__overlay--10 {
      opacity: .1; }
    .hero__overlay--20 {
      opacity: .2; }
    .hero__overlay--30 {
      opacity: .3; }
    .hero__overlay--40 {
      opacity: .4; }
    .hero__overlay--50 {
      opacity: .5; }
    .hero__overlay--60 {
      opacity: .6; }
    .hero__overlay--70 {
      opacity: .7; }
    .hero__overlay--80 {
      opacity: .8; }
    .hero__overlay--90 {
      opacity: .9; }
    .hero__overlay--100 {
      opacity: 1; }
  .hero--small {
    min-height: 210px;
    background-position: center center; }
    @media screen and (min-width: 480px) {
      .hero--small {
        min-height: 325px; } }
    @media screen and (min-width: 768px) {
      .hero--small {
        background-position: center center;
        min-height: 480px; } }
    @media screen and (min-width: 1024px) {
      .hero--small {
        min-height: 650px; } }
  .hero--carousel .hero__inner {
    padding-bottom: 80px;
    padding-left: 0; }
    @media screen and (min-width: 480px) {
      .hero--carousel .hero__inner {
        padding-left: 0; } }
    @media screen and (min-width: 768px) {
      .hero--carousel .hero__inner {
        padding-bottom: 20px;
        padding-right: 50px; } }
    @media screen and (min-width: 1024px) {
      .hero--carousel .hero__inner {
        padding-bottom: 0;
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .hero--carousel .hero__button {
      width: 100%;
      max-width: 220px;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .hero--quality .hero__inner {
    max-width: 650px; }
    @media screen and (min-width: 768px) {
      .hero--quality .hero__inner {
        padding: 0; } }
  .hero--quality .hero__heading {
    text-shadow: 5px 5px 100px #81C28A; }
  .hero--quality .hero__text {
    max-width: 600px;
    margin-bottom: 40px;
    text-shadow: 5px 5px 100px #81C28A; }
  .hero--quality .hero__logo {
    width: 140px;
    margin-top: 30px; }
    .hero--quality .hero__logo * {
      fill: #354657; }
    @media screen and (min-width: 768px) {
      .hero--quality .hero__logo {
        width: 230px;
        margin-top: 55px; }
        .hero--quality .hero__logo * {
          fill: #FFFFFF; } }
  .hero--quality .hero__overlay {
    background: rgba(129, 194, 138, 0.4); }
    @media screen and (min-width: 768px) {
      .hero--quality .hero__overlay {
        background: rgba(129, 194, 138, 0.3); } }

.story {
  font-size: 14px;
  padding-top: 10px; }
  @media screen and (min-width: 768px) {
    .story {
      font-size: 16px; } }
  @media screen and (min-width: 1024px) {
    .story {
      padding-top: 50px; } }
  @media screen and (min-width: 1024px) {
    .story__content {
      padding-left: 10%; } }
  .story__header {
    display: flex;
    flex-direction: column-reverse; }
  .story__heading {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px; }
    @media screen and (min-width: 768px) {
      .story__heading {
        font-size: 32px;
        margin-bottom: 5px; } }
    @media screen and (min-width: 1024px) {
      .story__heading {
        text-align: left;
        font-size: 48px; } }
  .story__subheading {
    font-style: italic;
    font-weight: 400;
    display: block;
    font-size: 24px; }
    @media screen and (min-width: 768px) {
      .story__subheading {
        font-size: 30px; } }
  .story__info {
    color: #9b9b9b;
    margin-bottom: 25px;
    font-size: 14px;
    text-align: center;
    font-style: italic; }
    @media screen and (min-width: 1024px) {
      .story__info {
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left; } }
  .story__content h3 {
    font-size: 16px;
    font-weight: 700; }
  .story__content h6 {
    margin-top: 40px; }
  .story__content .image-card {
    margin: 20px 0; }
  .story__excerpt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4; }
  .story__image {
    width: 100%; }
  .story__info-title {
    display: inline-block; }
  .story__meta {
    display: inline;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .story__meta {
        display: inline-block; } }
    .story__meta::after {
      display: block;
      content: ""; }
      @media screen and (min-width: 768px) {
        .story__meta::after {
          display: inline;
          content: "/";
          padding: 0 5px;
          font-size: 12px; } }
      @media screen and (min-width: 1024px) {
        .story__meta::after {
          font-size: 14px;
          padding: 0 12px; } }
    .story__meta:last-of-type {
      padding-right: 0; }
      @media screen and (min-width: 768px) {
        .story__meta:last-of-type::after {
          display: none; } }
  .story__location {
    display: none; }
    @media screen and (min-width: 1024px) {
      .story__location {
        display: flex;
        align-items: center;
        color: #008d2c;
        order: 1;
        margin-bottom: 30px; } }
  .story__share {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      .story__share {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 0; } }
  .story__share__wrapper {
    position: relative; }
  .story__product {
    display: none;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 500px; }
    @media screen and (min-width: 1024px) {
      .story__product {
        display: block; } }
    .story__product--sm {
      display: block; }
      @media screen and (min-width: 1024px) {
        .story__product--sm {
          display: none; } }
    .story__product--offset {
      position: relative;
      top: -140px; }
  .story__comments {
    display: none; }
    @media screen and (min-width: 768px) {
      .story__comments {
        margin-top: 40px;
        display: block;
        border-top: 1px solid #C1C7CD; } }

#stories_results {
  min-height: 80vh;
  transition: all .3s;
  opacity: 0; }

.comments h1 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #354657;
  margin-bottom: 73px; }
.comments__heading {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: normal;
  color: #354657;
  margin-bottom: 70px; }
.comments__header {
  margin-bottom: 30px; }
.comments__subheader {
  position: relative; }
.comments__subheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px; }
.comments__count {
  font-size: 18px;
  margin-bottom: 20px; }
.comments__list {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
.comments__more {
  font-weight: 700; }
.comments__total {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #354657;
  padding-bottom: 20px;
  display: flex; }
  .comments__total--emphasise {
    font-weight: 800;
    padding: 0 5px 0 10px; }
.comments__filter {
  position: absolute;
  top: -26px;
  right: 0;
  z-index: 1;
  width: 271px;
  min-height: 50px;
  border-radius: 20px;
  box-shadow: 0 2px 24px 0 rgba(54, 70, 87, 0.1);
  background-color: #FFFFFF;
  list-style: none;
  padding: 0 20px;
  cursor: pointer; }
  .comments__filter--content {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #354657;
    padding-top: 0; }
  .comments__filter--instruction {
    height: 48px; }
  .comments__filter--label {
    position: absolute;
    top: 14px; }
  .comments__filter ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease-out; }
    .comments__filter ul li {
      padding: 8px 0;
      border-bottom: solid 1px #EEEEEE;
      font-family: Raleway;
      font-size: 14px;
      font-weight: 500;
      color: #84909B; }
      .comments__filter ul li:last-child {
        border: none;
        padding-bottom: 15px; }
  .comments__filter--chevron {
    position: absolute;
    top: 5px;
    right: 15px; }
    .comments__filter--chevron.icon--arrow-up {
      display: none; }
.comments__body {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none; }
  .comments__body__comment {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 2px #d7dadd;
    background-color: #FFFFFF;
    padding: 29px 34px 30px 23px; }
    .comments__body__comment__wrapper {
      display: grid;
      grid-gap: 39px;
      grid-template-columns: minmax(300px, 677px);
      grid-template-areas: "reply actions"; }
    .comments__body__comment__reply {
      grid-area: reply; }
      .comments__body__comment__reply strong {
        display: block;
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        line-height: 1.44;
        letter-spacing: normal;
        font-weight: 700;
        color: #354657; }
      .comments__body__comment__reply .date {
        display: block;
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        line-height: 1.44;
        letter-spacing: normal;
        font-weight: 300;
        color: #354657; }
      .comments__body__comment__reply .time {
        display: block;
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        line-height: 1.44;
        letter-spacing: normal;
        font-weight: 300;
        color: #354657; }
      .comments__body__comment__reply article {
        margin: 24px 0 0 0; }
        .comments__body__comment__reply article p {
          font-family: "Raleway", sans-serif;
          font-size: 16px;
          font-weight: 300;
          line-height: 1.5;
          color: #354657; }
.comments__button--grey {
  background: none;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  border-radius: 25px;
  border: 3px solid #d6d7d5;
  color: #d6d7d5;
  opacity: 0.49; }
.comments__button--sm {
  width: 100px;
  height: 39px; }
.comments__button--md {
  width: 200px;
  height: 40px; }
.comments__button--green {
  background: none;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  border-radius: 25px;
  border: 3px solid #008d2c;
  color: #008d2c; }
.comments__further {
  margin: 60px 0;
  text-align: center; }
  .comments__further--show {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #354657; }

.comments-filter-active {
  max-height: 500px !important;
  transition: max-height 0.25s ease-in !important; }

.selected-filters {
  display: flex;
  flex-flow: row;
  margin: 40px 0 0 0; }
  .selected-filters__option {
    width: auto;
    text-align: right;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 1px #eeeeee;
    margin: 0 10px 10px 0; }
    .selected-filters__option span {
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: relative;
      top: 9px;
      left: 3px;
      margin: 0 10px 0 0;
      display: inline-block; }

.your-say {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(54, 70, 87, 0.1);
  border: solid 3px #008d2c;
  background-color: #FFFFFF;
  padding: 26px 20px 27px 20px;
  margin: 0 0 20px 0;
  display: flex; }
  .your-say__login {
    display: flex; }
    .your-say__login h5 {
      margin: 5px 20px 0 0;
      font-weight: 600;
      font-size: 20px; }
  .your-say__comment--area {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 20px 0; }
    .your-say__comment--area textarea {
      width: 90%;
      height: 100px;
      border: none;
      margin: 0 0 0 22px;
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #354558;
      min-height: 3em; }
  .your-say__comment--hidden {
    display: none; }
  .your-say__comment button {
    float: right; }
  .your-say__vignette {
    width: 60px;
    height: 60px;
    background: grey;
    overflow: hidden;
    border-radius: 200px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border: solid 3px #FFFFFF; }
    .your-say__vignette--avatar {
      width: 60px;
      height: 60px; }
  .your-say__forms {
    width: 70%;
    padding-right: 23px;
    margin-right: 31px;
    border-right: 1px solid #9b9b9b; }
  .your-say__interact {
    width: 30%;
    padding: 24px 0 0 0; }
    .your-say__interact p {
      font-family: "Raleway", sans-serif;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      color: #354558; }
    .your-say__interact.disabled p {
      color: #d6d7d5; }
    .your-say__interact ul {
      display: flex;
      flex-flow: row;
      justify-content: center;
      margin: 24px 0 0 0;
      padding: 0;
      list-style: none; }
      .your-say__interact ul li {
        margin: 0 5px 0 0; }

.your-say__unauth .your-say__form {
  display: flex;
  align-items: center; }
  .your-say__unauth .your-say__form p {
    margin: 0 20px 0; }
  .your-say__unauth .your-say__form .btn {
    min-width: 100px !important;
    padding: 8px 15px; }
.your-say__unauth .your-say__forms {
  position: relative;
  min-height: 125px; }
.your-say__unauth .btn.disabled {
  position: absolute;
  min-width: 100px !important;
  background: transparent !important;
  padding: 8px 15px;
  right: 20px;
  bottom: 0; }

.not-visible {
  visibility: hidden; }

.comment {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 2px #d7dadd;
  background-color: #FFFFFF;
  margin: 20px 0;
  padding: 29px 34px 44px 23px;
  clear: both; }
  .comment__author {
    margin: 0;
    font-size: 20px;
    font-weight: 800; }
  .comment .replies {
    list-style: none;
    margin-top: 30px;
    overflow: hidden;
    max-height: 0; }
    .comment .replies .comment {
      box-shadow: none;
      border: none;
      background-color: transparent;
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 0;
      margin-top: 0;
      width: 100%;
      border-top: solid 1px rgba(155, 155, 155, 0.2);
      border-radius: 0; }
  .comment__wrapper {
    display: flex; }
  .comment__reply {
    width: 80%; }
  .comment__interact {
    width: 20%;
    text-align: right; }
    .comment__interact ul {
      display: flex;
      flex-flow: row;
      justify-content: flex-end;
      margin: 0 0 24px 0;
      padding: 0;
      list-style: none; }
      .comment__interact ul li {
        margin: 0 0 0 5px; }
  .comment__manage-replies {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #354657; }

.replies {
  margin-left: 30px; }
  @media screen and (min-width: 768px) {
    .replies {
      margin-left: 70px; } }
  .replies__level-1 {
    padding-left: 20px; }
    .replies__level-1.replies__level-1 {
      padding-left: 0; }
  .replies__level-2 {
    padding-left: 20px; }

.replies-active {
  max-height: 5000px !important;
  transition: max-height 0.25s ease-in !important;
  display: block; }

.more-replies {
  border-top: solid 1px #9b9b9b;
  padding: 20px 0 0 0;
  margin-left: 23px; }
  .more-replies a {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #354657; }

.disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.simple-menu {
  display: flex;
  flex-wrap: wrap; }
  .simple-menu__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .simple-menu__list--wpd .simple-menu__link {
      padding-right: 5px; }
  .simple-menu__item {
    margin-bottom: 10px; }
    .simple-menu__item:last-child {
      margin-bottom: 0; }
  .simple-menu__link {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #354657;
    padding: 0 0 5px;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid transparent;
    transition: all .3s; }
    .simple-menu__link:hover {
      border-bottom: 1px solid #008d2c; }
  .simple-menu--3col > * {
    flex: 1 0 33%; }
    @media screen and (min-width: 1024px) {
      .simple-menu--3col > * {
        flex: 1 0 auto; } }
  .simple-menu__column {
    padding-right: 25px; }
    .simple-menu__column--nested {
      display: flex;
      flex-wrap: wrap;
      flex: 2; }
      .simple-menu__column--nested .simple-menu__column-title {
        width: 100%; }
      .simple-menu__column--nested > .simple-menu__list {
        width: 50%; }
  .simple-menu__column-title {
    font-size: 20px; }
  .simple-menu + .menu-dropdown__subtitle, .simple-menu__list + .menu-dropdown__subtitle {
    margin-top: 20px !important; }
  .simple-menu--alt .simple-menu__link {
    padding-bottom: 0;
    font-weight: 600; }
    .simple-menu--alt .simple-menu__link:hover {
      text-decoration: none; }

@media screen and (min-width: 768px) {
  .filter__wrapper {
    margin-bottom: 45px;
    display: flex;
    margin-left: 25px; } }
.filter__wrapper.filter-active .sort {
  display: none; }
.filter__wrapper.filter-active .filter__action {
  display: flex; }
.filter__wrapper .ui.button.dropdown-toggle:not(.disabled),
.filter__wrapper .ui.button.dropdown-toggle:not(:disabled) {
  margin-bottom: 0;
  background-color: #FFFFFF;
  width: auto;
  color: #555555 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 800;
  background: url("../images/icons/arrow-down-brand.svg") calc(100% - 15px) center no-repeat #FFFFFF !important;
  min-width: 200px;
  white-space: nowrap;
  text-align: left; }
  @media screen and (min-width: 1440px) {
    .filter__wrapper .ui.button.dropdown-toggle:not(.disabled),
    .filter__wrapper .ui.button.dropdown-toggle:not(:disabled) {
      padding-left: 25px;
      padding-right: 50px; } }
  .filter__wrapper .ui.button.dropdown-toggle:not(.disabled):not(:disabled):hover, .filter__wrapper .ui.button.dropdown-toggle:not(.disabled):not(:disabled):focus,
  .filter__wrapper .ui.button.dropdown-toggle:not(:disabled):not(:disabled):hover,
  .filter__wrapper .ui.button.dropdown-toggle:not(:disabled):not(:disabled):focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-color: transparent !important;
    color: #354657 !important; }
  .filter__wrapper .ui.button.dropdown-toggle:not(.disabled):active, .filter__wrapper .ui.button.dropdown-toggle:not(.disabled).active,
  .filter__wrapper .ui.button.dropdown-toggle:not(:disabled):active,
  .filter__wrapper .ui.button.dropdown-toggle:not(:disabled).active {
    background: url("../images/icons/arrow-up-brand.svg") calc(100% - 15px) center no-repeat #FFFFFF !important;
    color: #555555 !important;
    border-color: #FFFFFF; }
  .filter__wrapper .ui.button.dropdown-toggle:not(.disabled)::after,
  .filter__wrapper .ui.button.dropdown-toggle:not(:disabled)::after {
    display: none; }
.filter__wrapper .filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1; }
  .filter__wrapper .filter.show .button.dropdown-toggle {
    box-shadow: none !important; }
  @media screen and (min-width: 1024px) {
    .filter__wrapper .filter .dropdown-menu .drill-nav .drill-nav__list {
      width: 25%;
      left: 25%; } }
  .filter__wrapper .filter .dropdown-menu .drill-nav .drill-nav__list .drill-nav__item .drill-nav__link {
    padding-left: 13px;
    border-bottom: 1px solid #EEEEEE;
    padding-top: 8px;
    padding-bottom: 8px; }
.filter__wrapper--users .filter .dropdown-menu::before {
  display: none; }

.filter {
  position: relative; }
  .filter__button.btn {
    background: transparent !important;
    color: #84909B !important;
    border: solid 2px #eeeeee !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 20px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .filter__button.btn {
        width: auto;
        margin: 0; } }
    .filter__button.btn:hover {
      color: #008d2c !important; }
  .filter__button.btn:not(:disabled):not(.disabled):hover {
    color: #008d2c !important; }
  .filter .ui.button.filter-search.active {
    box-shadow: none !important; }
  .filter .dropdown-menu__container {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end; }
    @media screen and (min-width: 480px) {
      .filter .dropdown-menu__container {
        height: 100%; } }
  @media screen and (max-width: 767px) {
    .filter .dropdown-menu__footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      padding: 15px 10px 10px;
      border-top: 2px solid #EEEEEE;
      background: #FFFFFF; } }
  .filter .dropdown-menu {
    position: relative;
    top: 100%;
    z-index: 10;
    flex-direction: column;
    justify-content: flex-start;
    min-height: calc(100vh - 440px);
    border-radius: 25px;
    background: white;
    overflow: hidden;
    width: 94vw;
    display: none;
    padding: 0 10px;
    border: solid 2px #EEEEEE;
    top: 0; }
    @media screen and (max-width: 767px) {
      .filter .dropdown-menu {
        margin: 0 0 20px; } }
    @media screen and (min-width: 768px) {
      .filter .dropdown-menu {
        position: absolute;
        min-height: initial;
        overflow: visible;
        width: 100%;
        left: 0;
        padding: 0 15px 10px;
        padding-top: 40px; } }
    @media only screen and (min-width: 1025px) {
      .filter .dropdown-menu {
        width: 1240px;
        max-width: 100%; } }
    @media screen and (min-width: 1440px) {
      .filter .dropdown-menu {
        width: 1240px; } }
    .filter .dropdown-menu.show {
      display: block; }
  .filter__count {
    font-weight: 400;
    margin-right: auto;
    margin-left: 15px; }
  .filter__result-count {
    font-style: italic;
    font-weight: 300;
    color: #008d2c;
    padding: 0 20px;
    display: inline-block;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .filter__result-count {
        display: none; } }
  .filter .drill-filter {
    flex: 1 0 0%;
    padding: 0; }
  .filter__action {
    display: none;
    align-items: center;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 9px; }
    .filter__action .ui.button {
      margin: 0; }
  .filter__reset {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    top: 2px; }
    @media screen and (max-width: 320px) {
      .filter__reset {
        display: none; } }
    .filter__reset:hover {
      text-decoration: underline; }
  .filter__heading {
    flex: 1;
    white-space: nowrap;
    margin: 0 20px 3px 0; }

.filter-selections {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 9; }
  .filter-selections__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    width: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 5px; }
    @media screen and (min-width: 768px) {
      .filter-selections__list {
        display: flex;
        flex-wrap: wrap;
        width: 150%;
        margin-left: -35%; } }
  @media screen and (min-width: 768px) {
    .filter-selections__item {
      margin: 3px 10px 3px 0;
      border: 1px solid #EEEEEE;
      border-radius: 5px;
      line-height: 1;
      padding: 6px 8px 6px 8px;
      background: #FFFFFF; } }
  .filter-selections__link {
    font-weight: 600;
    text-decoration: none;
    color: #84909B;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center; }
  .filter-selections__icon {
    opacity: .5;
    margin-right: 5px; }

.dropdown-toggle::after {
  display: none; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .filter .show.dropdown-menu {
    min-height: 100vh !important; } }
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .filter .dropdown-menu__container {
    display: block !important; } }
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .dropdown-menu.dropdown.ui .menu {
    min-width: 200px !important; } }
.common-questions {
  padding: 30px 0;
  background-color: #e7f3e9; }
  @media screen and (min-width: 768px) {
    .common-questions {
      padding: 50px 0; } }
  @media screen and (min-width: 1024px) {
    .common-questions {
      padding: 100px 0; } }
  .common-questions__heading {
    text-align: center;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .common-questions__heading {
        margin: 0 0 30px; } }
  .common-questions__list {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .common-questions__list {
        text-align: left; } }
  .common-questions__question {
    font-size: 16px;
    font-weight: 800;
    position: relative;
    padding-top: 35px;
    line-height: 1.25;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .common-questions__question {
        padding-left: 55px; } }
    @media screen and (min-width: 1024px) {
      .common-questions__question {
        font-size: 24px; } }
    .common-questions__question:not(:first-of-type) {
      border-top: 2px solid rgba(0, 141, 44, 0.1);
      margin-top: 35px; }
  .common-questions__icon {
    display: block;
    margin: 0 auto 3px; }
    @media screen and (min-width: 768px) {
      .common-questions__icon {
        position: absolute;
        left: 0;
        top: 35px;
        margin: 0; } }
  .common-questions__answer {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      .common-questions__answer {
        padding-left: 55px;
        font-size: 20px; } }

.modal__dialog {
  max-width: 875px; }
.modal__content {
  background-color: #FFFFFF;
  border-radius: 10px; }
.modal__header {
  border: 0; }
.modal__close {
  background: transparent;
  border: 0;
  margin: 0;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important; }
  .modal__close--abs {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 999; }
.modal__title {
  text-align: center;
  margin: 25px 0 10px;
  width: 100%; }
.modal__body {
  padding: 0 20px 20px; }
  @media screen and (min-width: 768px) {
    .modal__body {
      padding: 0 40px 20px; } }
.modal__footer {
  border: 0; }
.modal--video {
  background: rgba(0, 0, 0, 0.6); }
  .modal--video .modal-content {
    background: 0;
    width: 100%;
    min-height: 100%;
    border: none;
    border-radius: 0; }
  .modal--video .modal-dialog {
    margin-top: 40px;
    width: 90%;
    max-width: 90%; }
    @media screen and (min-width: 1024px) {
      .modal--video .modal-dialog {
        max-width: 1120px;
        text-align: left;
        vertical-align: middle; } }
  .modal--video .modal-header {
    border: 0; }
    .modal--video .modal-header .close {
      padding: 1rem;
      margin: -2.8rem -1rem -1rem auto;
      background: 0;
      border: 0; }
      .modal--video .modal-header .close:after {
        content: ''; }
    .modal--video .modal-header .cross {
      position: relative;
      width: 40px;
      height: 40px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
      .modal--video .modal-header .cross:before {
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left: -1px; }
      .modal--video .modal-header .cross:after {
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: -1px; }
      .modal--video .modal-header .cross:after, .modal--video .modal-header .cross:before {
        position: absolute;
        z-index: -1;
        content: "";
        background: #FFFFFF; }
@media screen and (min-width: 768px) {
  .modal .products {
    padding-top: 0;
    padding-bottom: 0; } }

.modal-backdrop {
  opacity: .7; }

.modal--gcms .modal-dialog {
  max-width: 940px; }
  @media screen and (min-width: 768px) {
    .modal--gcms .modal-dialog {
      width: 90%; } }
  @media screen and (min-width: 1024px) {
    .modal--gcms .modal-dialog {
      max-width: 1200px; } }
.modal--gcms .modal-body {
  padding: 0; }
@media screen and (max-width: 767px) {
  .modal--gcms .product-quality-id__info {
    padding: 35px 20px; } }
@media screen and (max-width: 767px) {
  .modal--gcms .product__button {
    min-width: auto !important; } }

.modal--bio .modal-dialog {
  margin: 0;
  height: 100%; }
.modal--bio .modal-content {
  border-radius: 0;
  height: 100%; }
.modal--bio .person__bio {
  display: block; }
.modal--bio .person__title {
  margin: 15px 0;
  text-align: left;
  font-size: 18px;
  line-height: 28px; }
.modal--bio .person__pic {
  background-color: transparent; }
  .modal--bio .person__pic img {
    display: none; }
.modal--bio .person__role {
  position: relative;
  background-color: transparent;
  color: #555555;
  text-align: left;
  font-size: 14px;
  font-weight: 700; }
  .modal--bio .person__role p {
    padding: 0; }

.table {
  width: 100%;
  font-size: 14px;
  table-layout: auto;
  border-collapse: collapse; }
  .table thead th {
    background-color: #e7f3e9;
    border-top: 0; }
  .table th,
  .table td {
    padding: 12px 20px;
    border: 1px solid rgba(0, 141, 44, 0.2); }
  .table tr:first-of-type th,
  .table tr:first-of-type td {
    border-bottom: 0; }
  .table tr:last-of-type th,
  .table tr:last-of-type td {
    border-bottom: 0; }
  .table tr > th:last-of-type,
  .table tr > td:last-of-type {
    border-right: 0; }
  .table tr > th:first-of-type,
  .table tr > td:first-of-type {
    border-left: 0; }

.oil-quality {
  background-color: #e7f3e9;
  padding: 10px 0;
  margin-top: 55px; }
  @media screen and (min-width: 768px) {
    .oil-quality {
      margin-top: 0; } }
  .oil-quality__text {
    font-size: 26px;
    line-height: 26px; }
    @media screen and (min-width: 768px) {
      .oil-quality__text {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 25px; } }
  .oil-quality__cta {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .oil-quality__cta {
        width: auto; } }

.map .iw-container,
.modal--map-marker .iw-container {
  font-size: 14px;
  font-weight: 400 !important;
  color: #354657;
  background-color: #FFFFFF; }
.map .iw-container .header,
.modal--map-marker .iw-container .header {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: visible;
  border: none; }
  .map .iw-container .header .image,
  .modal--map-marker .iw-container .header .image {
    height: 160px;
    overflow: hidden;
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 480px) {
      .map .iw-container .header .image,
      .modal--map-marker .iw-container .header .image {
        height: 250px; } }
    @media screen and (min-width: 1024px) {
      .map .iw-container .header .image,
      .modal--map-marker .iw-container .header .image {
        height: 160px; } }
.map .iw-container .header .content,
.modal--map-marker .iw-container .header .content {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  padding: 25px 30px 15px; }
.map .iw-container .header .content h4,
.modal--map-marker .iw-container .header .content h4 {
  margin: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  color: #008d2c;
  text-align: left;
  font-family: "Raleway", sans-serif; }
.map .iw-container .header .content .sub-title,
.modal--map-marker .iw-container .header .content .sub-title {
  font-weight: 400;
  text-align: left;
  font-size: 20px;
  font-style: italic;
  font-family: "Raleway", sans-serif; }
.map .iw-container .iw-body,
.modal--map-marker .iw-container .iw-body {
  padding: 0 30px 25px;
  text-align: left; }
.map .iw-container .iw-body p,
.modal--map-marker .iw-container .iw-body p {
  margin: 0 0 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #354657;
  text-align: left;
  font-family: "Raleway", sans-serif; }
  .map .iw-container .iw-body p:first-of-type,
  .modal--map-marker .iw-container .iw-body p:first-of-type {
    font-weight: 700; }
.map .iw-container .iw-body ul,
.modal--map-marker .iw-container .iw-body ul {
  padding: 10px 0 0 25px;
  margin: 0;
  text-align: left; }
.map .iw-container .iw-body ul li,
.modal--map-marker .iw-container .iw-body ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #354657;
  list-style-type: disc;
  font-family: "Raleway", sans-serif; }
.map .map-info-window-tail,
.modal--map-marker .map-info-window-tail {
  left: -1px !important; }
.map .gm-style-iw,
.modal--map-marker .gm-style-iw {
  width: 360px !important;
  padding: 0;
  border-radius: 10px; }
.map .gm-style-iw-d,
.modal--map-marker .gm-style-iw-d {
  overflow: auto !important; }

@media screen and (min-width: 1024px) {
  .modal--map-marker {
    display: none !important; } }
.modal--map-marker .modal-dialog {
  margin: 0;
  height: 100%;
  width: 100%;
  max-width: 100%; }
.modal--map-marker .modal-content {
  border-radius: 0;
  height: 100%; }
  .modal--map-marker .modal-content > .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    opacity: 1;
    background: transparent;
    border: none; }
.modal--map-marker .modal-body {
  padding: 0; }

.products {
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .products {
      padding-top: 50px;
      padding-bottom: 40px; } }
  .products__ctas {
    text-align: center;
    margin-top: auto;
    margin-bottom: 30px;
    padding-top: 20px;
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    @media screen and (min-width: 1024px) {
      .products__ctas {
        text-align: left;
        display: block; } }
  @media screen and (min-width: 768px) {
    .products__content-text {
      margin-top: 0; } }
  @media screen and (min-width: 1024px) {
    .products__content-text {
      margin-top: 80px; } }
  .products__title {
    text-align: center;
    font-size: 26px;
    font-weight: 800; }
    @media screen and (min-width: 480px) {
      .products__title {
        font-size: 48px;
        line-height: 48px; } }
    @media screen and (min-width: 1024px) {
      .products__title {
        text-align: left; } }
    @media screen and (min-width: 1440px) {
      .products__title {
        font-size: 72px;
        line-height: 74px;
        text-align: left; } }

.product-list__wrapper {
  padding: 0; }

.product-list__footer {
  margin-bottom: 40px; }

@media screen and (min-width: 480px) {
  .product-list {
    display: flex; } }

.products__footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
  display: none; }
  @media screen and (min-width: 480px) {
    .products__footer {
      display: none; } }

.product {
  position: relative;
  padding: 15px;
  text-align: left;
  transition: transform 0.2s ease-in-out;
  display: flex;
  align-items: center;
  padding: 10px 0;
  position: relative; }
  @media screen and (min-width: 480px) {
    .product {
      max-width: 310px;
      text-align: left; } }
  .product__header {
    text-align: right;
    padding-bottom: 5px; }
  .product__image-wrapper {
    width: 80%; }
    @media screen and (min-width: 480px) {
      .product__image-wrapper {
        width: 60%; } }
    .product__image-wrapper img {
      max-width: 100%; }
  .product__size {
    display: inline-block;
    font-weight: 200;
    font-size: 0.8rem;
    padding-left: 5px;
    line-height: 1;
    color: #adafaa;
    border-left: 1px solid #adafaa; }
    @media screen and (min-width: 480px) {
      .product__size {
        font-size: 1rem; } }
  .product__add-to-cart {
    margin-top: 15px; }
  .product__favorite {
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer; }
  .product__remove {
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer;
    font-size: 48px;
    text-decoration: none;
    color: #354657; }
    .product__remove:hover {
      text-decoration: none; }
  .product__overlay {
    display: none;
    width: 145px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    background-color: rgba(53, 70, 87, 0.9);
    position: absolute;
    top: 10%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    		/*&-close {
    			text-decoration: none;
    			display: none;
    			position: absolute;
    			font-size: 48px;
    			line-height: 20px;
    			color: $color-blue-dark;
    			top: -40px;
    			right: -10px;
    
    			@include bp(md) {				
    				right: -70px;
    			}
    		}*/ }
    .product__overlay-title {
      font-size: 14px;
      color: #FFFFFF;
      font-weight: 800;
      text-align: center;
      line-height: 1.2;
      margin: 5px 15px; }
    .product__overlay-icon {
      margin: 20px auto 5px; }
      .product__overlay-icon.icon--favorite-fill-brand {
        cursor: pointer; }
    .product__overlay-link {
      font-size: 14px;
      color: #FFFFFF;
      text-decoration: none;
      text-align: center;
      margin-top: auto; }
      .product__overlay-link:hover {
        color: #FFFFFF;
        text-decoration: underline; }
    .product__overlay-panel {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; }
  .product__image {
    width: 120px;
    text-align: center;
    padding-top: 10px; }
    @media screen and (min-width: 1024px) {
      .product__image {
        width: 220px; } }
    .product__image img {
      max-height: 120px;
      max-width: 120px; }
  .product__title {
    font-weight: 200;
    font-size: 1rem;
    margin: 0;
    font-size: 30px;
    text-align: left;
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-weight: 800; }
    @media screen and (min-width: 480px) {
      .product__title {
        font-size: 1.25rem; } }
    .product__title a {
      color: #354657;
      text-decoration: none;
      font-weight: 800; }
    @media screen and (min-width: 1024px) {
      .product__title {
        font-size: 20px; } }
    .product__title--lrg {
      font-size: 26px;
      font-weight: 800;
      line-height: 1;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .product__title--lrg {
          font-size: 48px; } }
      @media screen and (min-width: 768px) {
        .product__title--lrg {
          text-align: left; } }
  .product__details {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
    position: relative; }
    .product__details > * {
      width: 100%;
      font-size: 16px; }
  .product__details__header--opacity .product__costs {
    opacity: 0.35; }
  .product__details__footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .product__costs {
    display: flex;
    align-items: center;
    flex-direction: column; }
  .product__cost-row {
    display: flex;
    line-height: 1.2;
    width: 100%;
    margin-bottom: 5px; }
    .product__cost-row > * {
      width: 50%; }
    .product__cost-row--retail .product__cost-row-info {
      text-decoration: line-through; }
    .product__cost-row--wholesale {
      font-weight: 700; }
    .product__cost-row--pv-points {
      justify-content: center;
      color: #A25EB5; }
  .product__cost-row-label {
    text-align: right;
    padding-right: 8px; }
  .product__cost-row-info {
    padding-left: 8px; }
  .product__meta {
    color: #008d2c;
    text-align: center;
    margin-bottom: .5em; }
  .product__price {
    display: inline-block;
    font-weight: 700;
    font-size: 1rem;
    margin-right: 7px;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1; }
    @media screen and (min-width: 480px) {
      .product__price {
        font-size: 1.25rem; } }
    @media screen and (min-width: 1024px) {
      .product__price {
        font-size: 16px; } }
  .product__pv-total {
    font-size: 12px;
    font-weight: 800;
    color: #A25EB5; }
    @media screen and (min-width: 1024px) {
      .product__pv-total {
        font-size: 16px; } }
  .product__favorite--inline {
    margin-top: 10px;
    font-size: 12px;
    color: #354657;
    display: inline-flex;
    align-items: center;
    display: none; }
    .product__favorite--inline [class*="icon--"] {
      font-size: 14px;
      margin-right: 10px; }
  .product__type {
    font-size: 16px;
    font-style: italic;
    color: #D1D1D1;
    margin-left: 25px;
    display: none; }
  .product__description {
    font-size: 12px;
    font-weight: 600; }
  .product__qty {
    font-size: 12px;
    font-weight: 800;
    color: #555555; }
  .product__actions {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    position: relative; }
    .product__actions a.button {
      margin-bottom: 0;
      margin-right: 20px; }
      @media screen and (min-width: 1024px) {
        .product__actions a.button {
          margin-left: 40px; } }
    .product__actions .product__added {
      margin: 0 auto 5px; }
    .product__actions .product__quick-view {
      margin-top: 15px;
      text-align: center; }
  .product__add-bag {
    text-align: center;
    display: block;
    text-decoration: none;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400; }
    .product__add-bag:hover, .product__add-bag:focus {
      text-decoration: underline; }
    @media screen and (min-width: 768px) {
      .product__add-bag {
        font-weight: 400; } }
    .product__add-bag--alt {
      margin-top: 0;
      font-weight: 700; }
      @media screen and (min-width: 768px) {
        .product__add-bag--alt {
          font-weight: 400; } }
  .product__quick-view {
    text-decoration: none; }
  .product__btn-save {
    font-size: 12px;
    font-weight: 800;
    color: #D1D1D1;
    display: flex;
    align-items: center; }
    .product__btn-save .icon {
      margin-right: 5px; }
  .product__amt {
    color: #D1D1D1;
    border-left: 1px solid #dedede;
    font-size: 0.9rem;
    font-weight: 600;
    margin-left: 0;
    padding-left: 5px;
    line-height: 1; }
    @media screen and (min-width: 1024px) {
      .product__amt {
        padding-left: 10px;
        margin-left: 20px;
        font-size: 16px; } }
  .product__aside-intro {
    margin-top: 25px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .product__aside-intro {
        text-align: left;
        padding-right: 10%; } }
    .product__aside-intro p {
      font-size: 16px;
      line-height: 1.6; }
      @media screen and (min-width: 1024px) {
        .product__aside-intro p {
          font-size: 20px; } }
    .product__aside-intro--small {
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .product__aside-intro--small {
          text-align: left; } }
      .product__aside-intro--small p {
        font-size: 16px;
        line-height: 1.4; }
        @media screen and (min-width: 480px) {
          .product__aside-intro--small p {
            padding: 0 10%; } }
        @media screen and (min-width: 1024px) {
          .product__aside-intro--small p {
            padding: 0 10% 0 0; } }
  .product__ribbon {
    background: #BD8BCA;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    top: 67px;
    left: -28px;
    height: 30px;
    width: 87px;
    font-weight: 800;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(100% 0, 85% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%); }
  .product__ribbon-text {
    margin-right: 12px; }
  .product__msg {
    border-radius: 5px;
    box-shadow: 0 2px 15px 0 rgba(51, 51, 51, 0.2);
    background: #354657;
    background: rgba(53, 70, 87, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    position: absolute;
    bottom: 37px; }
    .product__msg--active .product__msg-interaction {
      height: 95px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .product__msg-body {
    height: 50px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29; }
    .product__msg-body [class*="icon--"] {
      margin-right: 5px; }
    .product__msg-body .icon--alert-circle:before {
      width: 15px;
      height: 15px; }
  .product__msg-interaction {
    width: 100%;
    margin: 0 10px;
    padding: 0 0;
    border-bottom: none;
    color: #FFFFFF;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.3s; }
  .product__msg-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin: 20px 10px 10px 10px; }
  .product__msg-date {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin: 10px 10px 20px 10px; }
  .product__msg--small .product__msg-label {
    font-size: 14px;
    line-height: 1.43;
    margin: 10px 10px 5px 10px; }
  .product__msg--small .product__msg-date {
    font-size: 16px;
    line-height: 1.25;
    margin: 5px 10px 10px 10px; }
  .product__msg--small .product__msg-body {
    height: 40px; }
  .product__msg--small.product__msg--active .product__msg-interaction {
    height: 65px;
    border-bottom: none; }
  .product__msg--coming-soon {
    cursor: default; }
  .product__msg--discontinued {
    cursor: default; }
  .product__subtitle {
    margin-bottom: 0; }
  .product--grid {
    flex-direction: column;
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 20px; }
    .product--grid .product__image {
      width: 100%;
      height: 170px;
      margin-bottom: 20px;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
      @media screen and (min-width: 1024px) {
        .product--grid .product__image {
          height: 225px; } }
      .product--grid .product__image img {
        max-height: 100%;
        max-width: 100%;
        width: auto; }
        @media screen and (min-width: 1024px) {
          .product--grid .product__image img {
            max-height: 300px;
            max-height: 100%;
            bottom: 0; } }
    .product--grid .product__btn-save {
      position: absolute;
      top: 30px;
      right: 10px; }
      @media screen and (min-width: 1024px) {
        .product--grid .product__btn-save {
          top: 10px;
          right: 0px; } }
      @media screen and (min-width: 1024px) {
        .product--grid .product__btn-save .icon {
          width: 30px;
          height: 30px; } }
    .product--grid .product__btn-save-label {
      display: none; }
    .product--grid .product__title {
      font-weight: 800;
      text-align: center;
      margin-bottom: 15px;
      font-size: 16px;
      line-height: 1.3; }
    .product--grid .product__details {
      width: 100%;
      flex: 1; }
    .product--grid .product__actions a.button {
      margin: auto;
      width: auto;
      min-width: inherit !important; }
  @media screen and (max-width: 767px) {
    .product--sm-carousel .product__title {
      font-size: 12px; }
    .product--sm-carousel .product__details > * {
      font-size: 12px; }
    .product--sm-carousel .product__quick-view {
      display: none; }
    .product--sm-carousel .ui.button {
      font-size: 12px !important; } }

.product--list.product {
  align-items: flex-start; }
  @media screen and (min-width: 768px) {
    .product--list.product {
      align-items: center; } }
.product--list .product__title {
  margin-bottom: 5px;
  line-height: 1;
  text-align: left; }
  .product--list .product__title a {
    font-weight: 800;
    font-size: 1rem; }
.product--list .product__favorite {
  display: none; }
.product--list .product__image {
  flex: 0 0 80px;
  width: 100%;
  text-align: center;
  padding-top: 0;
  padding-right: 15px; }
  @media screen and (min-width: 1024px) {
    .product--list .product__image {
      flex: 0 0 140px;
      width: 100px; } }
  @media screen and (min-width: 1024px) {
    .product--list .product__image {
      width: 220px; } }
  .product--list .product__image img {
    max-height: 100px;
    max-width: 80%; }
    @media screen and (min-width: 1024px) {
      .product--list .product__image img {
        max-height: 120px;
        max-width: 120px; } }
.product--list .product__details {
  flex: 1; }
  @media screen and (min-width: 1025px) {
    .product--list .product__details {
      flex: 1; } }
  .product--list .product__details > * {
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .product--list .product__details > * {
        width: auto; } }
.product--list .product__costs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.product--list .product__cost-row {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  width: auto;
  margin-right: 20px; }
  .product--list .product__cost-row--inline {
    flex-direction: row; }
.product--list .product__cost-row-label {
  text-align: left;
  font-size: 0.9rem; }
.product--list .product__cost-row-info {
  text-align: left;
  padding: 0;
  font-size: 0.9rem; }
.product--list .product__cost-row > * {
  width: auto; }
.product--list .product__meta {
  text-align: left;
  width: 100%;
  margin-bottom: 3px; }
.product--list .product__meta--pv-amount {
  font-size: 0.9rem; }
.product--list .product__type {
  display: block; }
.product--list .product__favorite--inline {
  display: inline-flex;
  margin-top: 0; }
@media screen and (min-width: 1025px) {
  .product--list .product__details__header {
    width: 55%; } }
.product--list .product__details__footer {
  justify-content: flex-start;
  flex-direction: row; }
  @media screen and (min-width: 768px) {
    .product--list .product__details__footer {
      flex-direction: column;
      justify-content: center;
      width: auto; } }
  @media screen and (min-width: 1025px) {
    .product--list .product__details__footer {
      width: 45%; } }
.product--list .product__actions {
  align-items: center; }
  @media screen and (min-width: 480px) {
    .product--list .product__actions {
      justify-content: center; } }
  @media screen and (min-width: 768px) {
    .product--list .product__actions {
      width: 100%;
      justify-content: space-between;
      flex-direction: column;
      align-items: center; } }
  .product--list .product__actions .ui.button {
    width: auto;
    min-width: initial;
    margin: 0 0 10px;
    padding: 9px 20px; }
  .product--list .product__actions .product__added {
    margin-bottom: 10px; }
.product--list .product__add-bag {
  margin: 0;
  font-size: 0.9rem; }
.product--list .product__overlay {
  top: 0;
  left: 70px;
  bottom: 0;
  margin: auto;
  transform: none;
  z-index: 20;
  height: 150px; }
  @media screen and (min-width: 1024px) {
    .product--list .product__overlay {
      top: 0;
      left: 0;
      height: 100%;
      transform: none;
      width: 130px; } }
.product--list .product__msg {
  right: 0;
  bottom: auto;
  top: 25px;
  max-width: 180px; }
.product--list .product__msg-prefix {
  display: none; }

.product-featured .product__overlay {
  width: 245px;
  top: 18%; }
  .product-featured .product__overlay .product__overlay-icon {
    margin-top: 5px; }
  .product-featured .product__overlay .product__overlay-title br {
    content: ': '; }
    .product-featured .product__overlay .product__overlay-title br:after {
      content: ': '; }

.owl-carousel.product-list .owl-nav {
  display: none; }
  @media screen and (min-width: 1440px) {
    .owl-carousel.product-list .owl-nav {
      display: block; } }
.owl-carousel.product-list .owl-nav .owl-prev {
  left: -15px !important; }
.owl-carousel.product-list .owl-nav .owl-next {
  right: -75px !important; }
.owl-carousel.product-list .owl-dots {
  margin-top: 25px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1440px) {
    .owl-carousel.product-list .owl-dots {
      margin-top: 10px; } }

.search-results__list.products.products--grid.products--col-md-6 .product__msg-prefix {
  display: none; }

/* Transition Effects */
.carousel.product-list .product:hover {
  transform: scale(1.025); }

.btn,
.btn.btn-basic {
  background: #008d2c;
  border-radius: 30px;
  border-color: #008d2c;
  color: #fff !important;
  height: auto;
  min-width: 240px;
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  box-shadow: none !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  text-transform: none;
  max-width: 100%;
  position: relative;
  transition: background-color .3s, border-color .3s, box-shadow .3s;
  margin-bottom: 15px;
  color: #008d2c;
  padding: 13px 20px;
  border-radius: 30px;
  border: 3px solid transparent;
  cursor: pointer;
  text-decoration: none; }
  .btn:not(:disabled):not(.disabled):hover, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled):active:focus,
  .btn.btn-basic:not(:disabled):not(.disabled):hover,
  .btn.btn-basic:not(:disabled):not(.disabled):active,
  .btn.btn-basic:not(:disabled):not(.disabled):active:focus {
    background-color: #008d2c;
    color: #fff !important;
    border-color: #008d2c;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
  .btn.disabled, .btn:disabled,
  .btn.btn-basic.disabled,
  .btn.btn-basic:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-width: 3px;
    color: #666 !important;
    border-color: #666; }
    .btn.disabled:hover, .btn:disabled:hover,
    .btn.btn-basic.disabled:hover,
    .btn.btn-basic:disabled:hover {
      opacity: 0.4;
      cursor: not-allowed !important;
      border-width: 3px;
      border-color: #666;
      color: #666 !important; }
  @media screen and (min-width: 1024px) {
    .btn,
    .btn.btn-basic {
      margin-bottom: 0; } }
  .btn [class*="icon--"],
  .btn.btn-basic [class*="icon--"] {
    position: relative;
    top: 0; }

.btn.btn-basic {
  box-shadow: none !important; }

.btn.btn-inverted,
.btn.btn-basic.btn-inverted
.btn.btn-inverted.btn-primary {
  background: transparent;
  border-radius: 30px;
  border-color: #fff;
  color: #fff !important;
  height: auto;
  min-width: 240px;
  font-size: 1rem;
  box-shadow: none !important; }
  .btn.btn-inverted:not(:disabled):not(.disabled):hover, .btn.btn-inverted:not(:disabled):not(.disabled):active, .btn.btn-inverted:not(:disabled):not(.disabled):active:focus,
  .btn.btn-basic.btn-inverted
  .btn.btn-inverted.btn-primary:not(:disabled):not(.disabled):hover,
  .btn.btn-basic.btn-inverted
  .btn.btn-inverted.btn-primary:not(:disabled):not(.disabled):active,
  .btn.btn-basic.btn-inverted
  .btn.btn-inverted.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: transparent;
    color: #FFFFFF !important;
    border-color: #FFFFFF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
  .btn.btn-inverted.disabled, .btn.btn-inverted:disabled,
  .btn.btn-basic.btn-inverted
  .btn.btn-inverted.btn-primary.disabled,
  .btn.btn-basic.btn-inverted
  .btn.btn-inverted.btn-primary:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-width: 3px;
    color: #666 !important;
    border-color: #666; }
    .btn.btn-inverted.disabled:hover, .btn.btn-inverted:disabled:hover,
    .btn.btn-basic.btn-inverted
    .btn.btn-inverted.btn-primary.disabled:hover,
    .btn.btn-basic.btn-inverted
    .btn.btn-inverted.btn-primary:disabled:hover {
      opacity: 0.4;
      cursor: not-allowed !important;
      border-width: 3px;
      border-color: #666;
      color: #666 !important; }
  .btn.btn-inverted:focus,
  .btn.btn-basic.btn-inverted
  .btn.btn-inverted.btn-primary:focus {
    box-shadow: none !important; }

.btn.btn-primary {
  background: #008d2c;
  border-radius: 30px;
  border-color: #008d2c;
  color: #FFFFFF !important;
  height: auto;
  min-width: 240px;
  font-size: 1rem; }
  .btn.btn-primary:not(:disabled):not(.disabled):hover, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #008d2c;
    color: #fff !important;
    border-color: #008d2c;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
  .btn.btn-primary.disabled, .btn.btn-primary:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-width: 3px;
    color: #666 !important;
    border-color: #666; }
    .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover {
      opacity: 0.4;
      cursor: not-allowed !important;
      border-width: 3px;
      border-color: #666;
      color: #666 !important; }
  .btn.btn-primary.disabled, .btn.btn-primary:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-width: 3px;
    color: #fff !important;
    border-color: #008d2c;
    background-color: #008d2c; }
    .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover {
      opacity: 0.4;
      cursor: not-allowed !important;
      border-width: 3px;
      border-color: #008d2c;
      color: #fff !important;
      background-color: #008d2c; }

.btn.btn-primary.btn-basic {
  background: transparent;
  border-radius: 30px;
  border-color: #008d2c;
  color: #008d2c !important;
  height: auto;
  min-width: 240px;
  font-size: 1rem;
  box-shadow: none !important; }
  .btn.btn-primary.btn-basic:not(:disabled):not(.disabled):hover, .btn.btn-primary.btn-basic:not(:disabled):not(.disabled):active, .btn.btn-primary.btn-basic:not(:disabled):not(.disabled):active:focus {
    background-color: #008d2c;
    color: #008d2c !important;
    border-color: #008d2c;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
  .btn.btn-primary.btn-basic.disabled, .btn.btn-primary.btn-basic:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-width: 3px;
    color: #666 !important;
    border-color: #666; }
    .btn.btn-primary.btn-basic.disabled:hover, .btn.btn-primary.btn-basic:disabled:hover {
      opacity: 0.4;
      cursor: not-allowed !important;
      border-width: 3px;
      border-color: #666;
      color: #666 !important; }

.btn.btn-primary.btn-inverted {
  background: transparent;
  border-radius: 30px;
  border-color: #008d2c;
  color: #008d2c !important;
  height: auto;
  min-width: 240px;
  font-size: 1rem;
  box-shadow: none !important; }
  .btn.btn-primary.btn-inverted:not(:disabled):not(.disabled):hover, .btn.btn-primary.btn-inverted:not(:disabled):not(.disabled):active, .btn.btn-primary.btn-inverted:not(:disabled):not(.disabled):active:focus {
    background-color: transparent;
    color: #008d2c !important;
    border-color: #008d2c;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
  .btn.btn-primary.btn-inverted.disabled, .btn.btn-primary.btn-inverted:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-width: 3px;
    color: #666 !important;
    border-color: #666; }
    .btn.btn-primary.btn-inverted.disabled:hover, .btn.btn-primary.btn-inverted:disabled:hover {
      opacity: 0.4;
      cursor: not-allowed !important;
      border-width: 3px;
      border-color: #666;
      color: #666 !important; }

.ui.inverted.primary.button:focus, .ui.inverted.primary.buttons .button:focus {
  background-color: transparent !important; }

.btn.btn-secondary {
  background: #FFFFFF;
  border-radius: 30px;
  border-color: #FFFFFF;
  color: #008d2c !important;
  height: auto;
  min-width: 240px;
  font-size: 1rem; }
  .btn.btn-secondary:not(:disabled):not(.disabled):hover, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: #008d2c;
    color: #fff !important;
    border-color: #008d2c;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
  .btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-width: 3px;
    color: #666 !important;
    border-color: #666; }
    .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover {
      opacity: 0.4;
      cursor: not-allowed !important;
      border-width: 3px;
      border-color: #666;
      color: #666 !important; }
  .btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-width: 3px;
    color: #FFF !important;
    border-color: #008d2c;
    background-color: #008d2c; }
    .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover {
      opacity: 0.4;
      cursor: not-allowed !important;
      border-width: 3px;
      border-color: #008d2c;
      color: #FFF !important;
      background-color: #008d2c; }

.btn.btn-secondary.btn-basic {
  background: transparent;
  border-radius: 30px;
  border-color: #008d2c;
  color: #008d2c !important;
  height: auto;
  min-width: 240px;
  font-size: 1rem;
  box-shadow: none !important; }
  .btn.btn-secondary.btn-basic:not(:disabled):not(.disabled):hover, .btn.btn-secondary.btn-basic:not(:disabled):not(.disabled):active, .btn.btn-secondary.btn-basic:not(:disabled):not(.disabled):active:focus {
    background-color: #008d2c;
    color: #008d2c !important;
    border-color: #008d2c;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
  .btn.btn-secondary.btn-basic.disabled, .btn.btn-secondary.btn-basic:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-width: 3px;
    color: #666 !important;
    border-color: #666; }
    .btn.btn-secondary.btn-basic.disabled:hover, .btn.btn-secondary.btn-basic:disabled:hover {
      opacity: 0.4;
      cursor: not-allowed !important;
      border-width: 3px;
      border-color: #666;
      color: #666 !important; }

.btn.icon:not(.labeled) {
  background: transparent;
  border-radius: 30px;
  border-color: transparent;
  color: inherit !important;
  height: auto;
  min-width: auto;
  font-size: 1rem;
  padding: 0;
  box-shadow: none !important; }
  .btn.icon:not(.labeled):not(:disabled):not(.disabled):hover, .btn.icon:not(.labeled):not(:disabled):not(.disabled):active, .btn.icon:not(.labeled):not(:disabled):not(.disabled):active:focus {
    background-color: #008d2c;
    color: #fff !important;
    border-color: #008d2c;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
  .btn.icon:not(.labeled).disabled, .btn.icon:not(.labeled):disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-width: 3px;
    color: #666 !important;
    border-color: #666; }
    .btn.icon:not(.labeled).disabled:hover, .btn.icon:not(.labeled):disabled:hover {
      opacity: 0.4;
      cursor: not-allowed !important;
      border-width: 3px;
      border-color: #666;
      color: #666 !important; }
  .btn.icon:not(.labeled):not(:disabled):not(.disabled):hover, .btn.icon:not(.labeled):not(:disabled):not(.disabled):active, .btn.icon:not(.labeled):not(:disabled):not(.disabled):active:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important; }

.btn.icon.labeled {
  padding: inherit; }
  .btn.icon.labeled [class*="icon--"].right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .btn.icon.labeled [class*="icon--"].left {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto; }

.btn.icon.labeled.padded {
  padding: 13px 20px; }

.btn.icon.centred {
  display: inline-flex;
  align-items: center; }
  .btn.icon.centred [class*="icon--"] {
    margin: 0 10px; }

.btn.flush {
  margin: 0 !important; }

.btn.btn-block {
  width: 100% !important;
  min-width: 0 !important;
  display: block; }

.btn.btn-large,
.btn.btn-large.btn-basic {
  padding: 15px 20px;
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .btn.btn-large,
    .btn.btn-large.btn-basic {
      min-width: 240px !important; } }
  @media screen and (min-width: 1024px) {
    .btn.btn-large,
    .btn.btn-large.btn-basic {
      min-width: 310px !important;
      font-size: 20px !important; } }

.btn.btn-medium {
  padding: 12px 15px;
  font-size: 16px;
  min-width: 0; }
  @media screen and (min-width: 768px) {
    .btn.btn-medium {
      padding: 14px 42px; } }
  @media screen and (min-width: 1024px) {
    .btn.btn-medium {
      font-size: 20px !important; } }

@media screen and (min-width: 768px) {
  .btn + .btn {
    margin-left: 10px; } }

.btn.purple {
  background-color: #A25EB5 !important; }
  .btn.purple:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
    border-color: #A25EB5 !important; }
  .btn.purple:active {
    box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #2b1631, inset 0 0.063em #693677, inset 0 -0.188em #693677; }
  .btn.purple.button.invert {
    background: #FFFFFF !important;
    border: 3px solid #A25EB5;
    color: #A25EB5; }
    .btn.purple.button.invert:not(:disabled):not(.disabled):hover, .btn.purple.button.invert:not(:disabled):not(.disabled):active, .btn.purple.button.invert:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #fff !important;
      border: 3px solid #A25EB5;
      color: #A25EB5; }

.btn.black {
  background-color: #000000 !important; }
  .btn.black:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
    border-color: #000000 !important; }
  .btn.black:active {
    box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em black, inset 0 0.063em black, inset 0 -0.188em black; }
  .btn.black.button.invert {
    background: #FFFFFF !important;
    border: 3px solid #000000;
    color: #000000; }
    .btn.black.button.invert:not(:disabled):not(.disabled):hover, .btn.black.button.invert:not(:disabled):not(.disabled):active, .btn.black.button.invert:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #fff !important;
      border: 3px solid #000000;
      color: #000000; }

.btn.btn-inverted.black,
.btn.btn-basic.btn-inverted.black {
  border-color: #000;
  color: #000 !important;
  box-shadow: none !important; }
  .btn.btn-inverted.black:focus, .btn.btn-inverted.black:hover,
  .btn.btn-basic.btn-inverted.black:focus,
  .btn.btn-basic.btn-inverted.black:hover {
    color: #000 !important;
    box-shadow: none; }

.btn.btn-basic.white {
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .btn.btn-basic.white:not(:disabled):hover, .btn.btn-basic.white:not(:disabled):focus {
    color: #95C0F1 !important;
    border-color: #fff !important; }

a.btn.basic.white:not(:disabled) {
  background: transparent !important; }
  a.btn.basic.white:not(:disabled):hover {
    color: #FFFFFF !important; }

.btn.btn-red {
  background-color: #DE6C6C !important; }
  .btn.btn-red:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
    border-color: #DE6C6C !important; }
  .btn.btn-red:active {
    box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #671717, inset 0 0.063em #ba2a2a, inset 0 -0.188em #ba2a2a; }
  .btn.btn-red.button.invert {
    background: #FFFFFF !important;
    border: 3px solid #DE6C6C;
    color: #DE6C6C; }
    .btn.btn-red.button.invert:not(:disabled):not(.disabled):hover, .btn.btn-red.button.invert:not(:disabled):not(.disabled):active, .btn.btn-red.button.invert:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #fff !important;
      border: 3px solid #DE6C6C;
      color: #DE6C6C; }

.btn.btn-blue {
  background-color: #95C0F1 !important; }
  .btn.btn-blue:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
    border-color: #95C0F1 !important; }
  .btn.btn-blue:active {
    box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #1658a4, inset 0 0.063em #3b8ae5, inset 0 -0.188em #3b8ae5; }
  .btn.btn-blue.button.invert {
    background: #FFFFFF !important;
    border: 3px solid #95C0F1;
    color: #95C0F1; }
    .btn.btn-blue.button.invert:not(:disabled):not(.disabled):hover, .btn.btn-blue.button.invert:not(:disabled):not(.disabled):active, .btn.btn-blue.button.invert:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #fff !important;
      border: 3px solid #95C0F1;
      color: #95C0F1; }

.btn.btn-blue-light {
  background-color: #F4F8FD !important; }
  .btn.btn-blue-light:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
    border-color: #F4F8FD !important; }
  .btn.btn-blue-light:active {
    box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #478ade, inset 0 0.063em #9ec1ed, inset 0 -0.188em #9ec1ed; }
  .btn.btn-blue-light.button.invert {
    background: #FFFFFF !important;
    border: 3px solid #F4F8FD;
    color: #F4F8FD; }
    .btn.btn-blue-light.button.invert:not(:disabled):not(.disabled):hover, .btn.btn-blue-light.button.invert:not(:disabled):not(.disabled):active, .btn.btn-blue-light.button.invert:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #fff !important;
      border: 3px solid #F4F8FD;
      color: #F4F8FD; }

.btn.btn-green {
  background-color: #008d2c !important; }
  .btn.btn-green:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
    border-color: #008d2c !important; }
  .btn.btn-green:active {
    box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em black, inset 0 0.063em #00270c, inset 0 -0.188em #00270c; }
  .btn.btn-green.button.invert {
    background: #FFFFFF !important;
    border: 3px solid #008d2c;
    color: #008d2c; }
    .btn.btn-green.button.invert:not(:disabled):not(.disabled):hover, .btn.btn-green.button.invert:not(:disabled):not(.disabled):active, .btn.btn-green.button.invert:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #fff !important;
      border: 3px solid #008d2c;
      color: #008d2c; }

.btn.btn-green-light {
  background-color: #81C28A !important; }
  .btn.btn-green-light:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
    border-color: #81C28A !important; }
  .btn.btn-green-light:active {
    box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #27502d, inset 0 0.063em #489553, inset 0 -0.188em #489553; }
  .btn.btn-green-light.button.invert {
    background: #FFFFFF !important;
    border: 3px solid #81C28A;
    color: #81C28A; }
    .btn.btn-green-light.button.invert:not(:disabled):not(.disabled):hover, .btn.btn-green-light.button.invert:not(:disabled):not(.disabled):active, .btn.btn-green-light.button.invert:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #fff !important;
      border: 3px solid #81C28A;
      color: #81C28A; }

.btn.btn-white {
  background-color: #FFFFFF !important; }
  .btn.btn-white:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
    border-color: #FFFFFF !important; }
  .btn.btn-white:active {
    box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #999999, inset 0 0.063em #cccccc, inset 0 -0.188em #cccccc; }
  .btn.btn-white.button.invert {
    background: #FFFFFF !important;
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .btn.btn-white.button.invert:not(:disabled):not(.disabled):hover, .btn.btn-white.button.invert:not(:disabled):not(.disabled):active, .btn.btn-white.button.invert:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #fff !important;
      border: 3px solid #FFFFFF;
      color: #FFFFFF; }

.btn.btn-transparent {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.btn.btn-red.btn-inverted {
  background: #FFFFFF !important;
  border-color: #DE6C6C !important;
  color: #DE6C6C !important; }
  .btn.btn-red.btn-inverted:hover {
    color: #DE6C6C !important; }

.btn.btn-red.btn-inverted:not(:disabled):not(.disabled):hover {
  color: #DE6C6C !important; }

.btn-download {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  font-style: italic;
  color: #354657;
  font-weight: 600;
  text-decoration: none; }
  .btn-download .icon {
    margin-right: 10px; }

.btn.btn-text-sm {
  font-size: 16px !important; }

.btn.btn-w-auto {
  min-width: 0 !important;
  width: auto !important; }

@media screen and (min-width: 768px) {
  .btn.btn-wide {
    min-width: 360px !important; } }

body .carousel .owl-nav {
  width: 100%; }
  @media screen and (min-width: 768px) {
    body .carousel .owl-nav {
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(calc(-50% - 20px));
      height: 45px;
      pointer-events: none; } }
  body .carousel .owl-nav .owl-next, body .carousel .owl-nav .owl-prev {
    background-color: #FFFFFF;
    background-image: url(/images/icons/arrow-right-circle-brand.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all .3s;
    border-radius: 100%;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: calc(50% - 30px);
    width: 30px;
    height: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 768px) {
      body .carousel .owl-nav .owl-next, body .carousel .owl-nav .owl-prev {
        top: calc(50% - 30px);
        width: 60px;
        height: 60px; } }
    body .carousel .owl-nav .owl-next.disabled, body .carousel .owl-nav .owl-prev.disabled {
      display: none; }
    body .carousel .owl-nav .owl-next:active, body .carousel .owl-nav .owl-next:hover, body .carousel .owl-nav .owl-next:focus, body .carousel .owl-nav .owl-prev:active, body .carousel .owl-nav .owl-prev:hover, body .carousel .owl-nav .owl-prev:focus {
      outline: none; }
  body .carousel .owl-nav .owl-next {
    position: absolute;
    right: -15px;
    background-image: url(/images/icons/arrow-right-circle-brand.svg); }
    @media screen and (min-width: 768px) {
      body .carousel .owl-nav .owl-next {
        right: 15px; } }
    @media screen and (min-width: 1440px) {
      body .carousel .owl-nav .owl-next {
        right: 10px; } }
  body .carousel .owl-nav .owl-prev {
    position: absolute;
    left: -15px;
    background-image: url(/images/icons/arrow-left-circle-brand.svg); }
    @media screen and (min-width: 768px) {
      body .carousel .owl-nav .owl-prev {
        left: -25px; } }
    @media screen and (min-width: 1440px) {
      body .carousel .owl-nav .owl-prev {
        left: -30px; } }
body .carousel__outer {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    body .carousel__outer {
      margin-top: 60px; } }
body .carousel__heading {
  text-align: center;
  margin-bottom: 25px; }
  @media screen and (min-width: 1024px) {
    body .carousel__heading {
      margin-bottom: 55px; } }

.owl-carousel.carousel-basic .owl-stage,
.owl-carousel.carousel-basic .owl-stage-outer,
.owl-carousel.carousel-basic .owl-item {
  height: 100% !important; }

.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px; }
  .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #D1D1D1;
    border-radius: 100px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #008d2c; }
.owl-carousel .owl-dots {
  display: flex; }
  @media screen and (min-width: 1440px) {
    .owl-carousel .owl-dots {
      margin-top: 20px !important;
      display: flex; } }

.owl-carousel.off {
  display: block; }

.carousel--hide-nav .owl-nav {
  display: none; }

.resources-carousel {
  position: relative; }
  .resources-carousel .owl-dots {
    display: none; }
  .resources-carousel .owl-nav {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .resources-carousel .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(calc(-50% - 20px));
        height: 45px;
        pointer-events: none; } }
    .resources-carousel .owl-nav .owl-next, .resources-carousel .owl-nav .owl-prev {
      width: 60px;
      height: 60px;
      background-color: #FFFFFF;
      background-image: url(/images/icons/arrow-right-circle-brand.svg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      opacity: 1;
      transition: all .3s;
      border-radius: 100%;
      pointer-events: all;
      display: flex;
      align-items: center;
      justify-content: center;
      top: calc(50% - 30px);
      border: none;
      cursor: pointer; }
      .resources-carousel .owl-nav .owl-next.disabled, .resources-carousel .owl-nav .owl-prev.disabled {
        display: none; }
      .resources-carousel .owl-nav .owl-next:active, .resources-carousel .owl-nav .owl-next:hover, .resources-carousel .owl-nav .owl-next:focus, .resources-carousel .owl-nav .owl-prev:active, .resources-carousel .owl-nav .owl-prev:hover, .resources-carousel .owl-nav .owl-prev:focus {
        outline: none; }
    .resources-carousel .owl-nav .owl-next {
      position: absolute;
      right: 15px;
      background-image: url(/images/icons/arrow-right-circle-brand.svg); }
      @media screen and (min-width: 768px) {
        .resources-carousel .owl-nav .owl-next {
          right: 20px; } }
      @media screen and (min-width: 1024px) {
        .resources-carousel .owl-nav .owl-next {
          right: -110px; } }
    .resources-carousel .owl-nav .owl-prev {
      position: absolute;
      left: 15px;
      background-image: url(/images/icons/arrow-left-circle-brand.svg); }
      @media screen and (min-width: 768px) {
        .resources-carousel .owl-nav .owl-prev {
          left: 20px; } }
      @media screen and (min-width: 1024px) {
        .resources-carousel .owl-nav .owl-prev {
          left: -110px; } }

body .carousel__outer--menu {
  margin-top: 60px; }
  body .carousel__outer--menu .carousel .owl-item {
    opacity: 0.3;
    transition: all ease-in-out 0.3s;
    cursor: pointer; }
    body .carousel__outer--menu .carousel .owl-item.center {
      opacity: 1; }
  @media screen and (min-width: 480px) {
    body .carousel__outer--menu .carousel .owl-nav {
      display: none; } }

.carousel--promo .owl-stage-outer .owl-item:nth-child(3) .promo__title-icon {
  max-width: 45px; }
.carousel--promo .owl-stage-outer .owl-item:nth-child(4) .promo__title-icon {
  max-width: 45px; }
.carousel--promo .owl-stage-outer .owl-item:nth-child(5) .promo__title-icon {
  max-width: 40px; }
@media screen and (min-width: 768px) {
  .carousel--promo {
    padding-left: 20px;
    padding-right: 20px; } }

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center; }
  .social-icons__item:not(:first-child) {
    margin-left: 8px; }
    @media screen and (min-width: 768px) {
      .social-icons__item:not(:first-child) {
        margin-left: 15px; } }
  .social-icons__link {
    display: block; }
    .social-icons__link > img {
      display: block;
      width: 42px;
      height: 42px;
      position: relative;
      top: -4px; }
      @media screen and (min-width: 1024px) {
        .social-icons__link > img {
          width: 45px;
          height: 45px; } }
  .social-icons--small .social-icons__link {
    width: 36px;
    height: 36px; }

.banner {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .banner__inner {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 500px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .banner__inner {
        min-height: 700px;
        padding-top: 50px;
        padding-bottom: 50px;
        max-width: 70%; } }
    @media screen and (min-width: 1024px) {
      .banner__inner {
        padding-top: 75px;
        padding-bottom: 75px;
        max-width: 50%; } }
    .banner__inner--j-center {
      justify-content: center; }
  .banner__icon {
    margin-bottom: 10px;
    max-width: 100px; }
    @media screen and (min-width: 768px) {
      .banner__icon {
        margin-bottom: 0;
        max-width: 160px; } }
  .banner__heading {
    color: #4a4a4a;
    font-weight: 800; }
  .banner--light .banner__heading {
    color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .banner--light-mob .banner__heading {
      color: #FFFFFF; } }
  .banner--right .banner__inner {
    margin-left: auto; }
  @media screen and (min-width: 768px) {
    .banner--top .banner__inner {
      align-items: flex-start; } }
  @media screen and (max-width: 767px) {
    .banner--you {
      background-position: 100%; } }

.dropdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .dropdown__toggle-wrap {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .dropdown__toggle-wrap {
        width: auto;
        position: relative;
        z-index: 9000; } }
  .dropdown__toggle-wrap.open {
    position: relative;
    z-index: 9000; }
  .dropdown__toggle {
    -webkit-appearance: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 10px;
    background: transparent;
    position: relative;
    z-index: 110;
    cursor: pointer; }
    .dropdown__toggle--flush {
      padding-top: 0;
      padding-bottom: 0; }
  .dropdown__toggle-label {
    display: flex;
    align-items: center;
    padding-right: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .dropdown__toggle-label {
        margin-bottom: 0; } }
  .dropdown__toggle-text {
    margin-right: 10px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap; }
  .dropdown__toggle-icon {
    height: 14px;
    width: 18px;
    display: block;
    margin-top: -1px;
    background: url("/assets/icons/dist/arrow-down-brand.svg") -4px -4px no-repeat transparent;
    background-size: 125%; }
  .dropdown__menu {
    display: none;
    position: absolute;
    top: 70px;
    min-width: 200px;
    background: #FFFFFF;
    padding: 10px;
    left: 0;
    z-index: 100;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1); }
    .dropdown__menu--flush {
      top: 100%; }
  .dropdown__item {
    display: block;
    text-decoration: none;
    padding: 7px 15px; }
  .dropdown__footer {
    border-top: 2px solid #008d2c; }
  .dropdown__footer-item {
    display: block;
    text-decoration: none;
    padding: 7px 15px; }
  .dropdown--rtl .dropdown__menu {
    left: auto;
    right: 0; }
  .dropdown--active .dropdown-menu,
  .dropdown--active .dropdown__menu {
    display: block;
    z-index: 900; }
  .dropdown--active .dropdown__toggle-icon {
    background: url("/assets/icons/dist/arrow-up-brand.svg") -4px -4px no-repeat transparent;
    background-size: 125%; }
  .dropdown--active .filter__button.btn {
    border: none !important; }
  .dropdown--active .filter__button.btn:not(:disabled):not(.disabled):hover {
    color: #008d2c !important;
    border: none !important;
    box-shadow: none !important; }
  .dropdown--dropup .dropdown__menu {
    top: auto;
    bottom: 100%;
    left: -50%; }
    @media screen and (min-width: 768px) {
      .dropdown--dropup .dropdown__menu {
        left: auto; } }
  @media screen and (max-width: 767px) {
    .dropdown--lang .dropdown__item {
      padding-top: 5px;
      padding-bottom: 5px; } }

.promo {
  border-radius: 5px;
  background: #D1D1D1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  margin-bottom: 20px;
  background-size: cover !important;
  background-position: center !important; }
  @media screen and (min-width: 768px) {
    .promo {
      min-height: 350px;
      padding: 60px; } }
  @media screen and (min-width: 1024px) {
    .promo {
      width: 100%;
      max-width: 650px; } }
  .promo__title {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
    margin: 0; }
    .promo__title--inline {
      flex-direction: row; }
    .promo__title--large .promo__title-text {
      font-size: 30px; }
      @media screen and (min-width: 768px) {
        .promo__title--large .promo__title-text {
          font-size: 48px; } }
  .promo__title-icon {
    max-width: 35px;
    margin-bottom: 7px; }
    .promo__title-icon--scientists {
      max-width: 40px; }
    .promo__title-icon--practitioners {
      max-width: 40px; }
    .promo__title-icon--you {
      max-width: 40px; }
  .promo__title-text {
    font-weight: 800;
    text-shadow: 0 2px 50px #4a4a4a;
    font-size: 26px;
    line-height: 26px; }
    @media screen and (min-width: 768px) {
      .promo__title-text {
        font-size: 48px;
        line-height: 48px; } }
  .promo__copy {
    color: #FFFFFF;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.43;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .promo__copy {
        font-size: 18px;
        line-height: 24px; } }
    @media screen and (min-width: 1024px) {
      .promo__copy {
        padding-right: 20px;
        padding-left: 20px; } }
  .promo__ctas {
    margin-top: 25px; }
    @media screen and (min-width: 768px) {
      .promo__ctas {
        margin-top: 40px; } }
  .promo__button {
    min-width: 175px !important; }
    @media screen and (min-width: 768px) {
      .promo__button {
        min-width: 315px !important; } }
  .promo--left {
    align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .promo--left .promo__copy,
      .promo--left .promo__title {
        max-width: 50%; } }
    .promo--left .promo__copy {
      text-align: left; }

.story-card {
  border-radius: 18px; }
  .story-card__media {
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
    .story-card__media img {
      width: 100%;
      transition: .3s all; }
  .story-card__media-controls {
    position: absolute;
    z-index: 100;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s; }
    @media screen and (min-width: 768px) {
      .story-card__media-controls {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px); } }
  .story-card__body {
    position: relative;
    padding: 20px 10px 10px 10px; }
  .story-card__title {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .story-card__title {
        font-size: 20px;
        line-height: 28px; } }
  .story-card__subtitle {
    margin: 0;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 768px) {
      .story-card__subtitle {
        font-size: 20px;
        line-height: 28px; } }
  .story-card__actions {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    text-align: right; }
  .story-card__href {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer; }
    .story-card__href:hover .story-card__media-controls {
      transform: scale(1.2); }
    .story-card__href:hover .story-card__media img {
      transform: scale(1.1); }
  .story-card--on {
    padding: 10px;
    transition: 0.3s ease; }
    .story-card--on:hover {
      background: #E3F4E8; }

.story-card-alt {
  border-radius: 20px;
  overflow: hidden;
  background: #FFFFFF;
  margin-bottom: 20px; }
  .story-card-alt__head {
    background: rgba(0, 0, 0, 0.25);
    min-height: 180px;
    display: flex; }
  .story-card-alt__body {
    display: flex;
    flex-direction: column;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .story-card-alt__body {
        padding: 0 20px 30px 20px; } }
  .story-card-alt__text {
    font-size: 14px;
    line-height: 20px; }
  .story-card-alt__location {
    margin: 0;
    font-weight: 300; }
    @media screen and (min-width: 768px) {
      .story-card-alt__location {
        font-size: 20px;
        line-height: 28px; } }
  .story-card-alt__heading {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .story-card-alt__heading {
        padding: 20px 0; } }
  .story-card-alt__title {
    margin: 0;
    font-style: italic; }
    @media screen and (min-width: 768px) {
      .story-card-alt__title {
        font-size: 20px;
        line-height: 28px; } }

.media-player {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .media-player__icon {
    position: absolute;
    z-index: 10;
    transition: all .3s;
    pointer-events: none; }
  .media-player:hover .media-player__icon {
    transform: scale(1.1); }

.info {
  margin-top: 35px;
  margin-bottom: 25px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .info {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media screen and (min-width: 1024px) {
    .info {
      margin-top: 90px;
      margin-bottom: 90px; } }
  .info__head {
    order: 2; }
    @media screen and (min-width: 768px) {
      .info__head {
        order: 1;
        padding-bottom: 25px; } }
  .info__head-title {
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .info__head-title {
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 45px; } }
    .info__head-title--sm-mob {
      font-size: 26px;
      line-height: 1;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .info__head-title--sm-mob {
          text-align: center;
          font-size: 48px; } }
      @media screen and (min-width: 1024px) {
        .info__head-title--sm-mob {
          font-size: 72px; } }
  .info__ctas {
    text-align: center;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .info__ctas {
        text-align: left;
        margin: 0; } }
  .info__media {
    order: 1;
    padding-bottom: 0;
    margin-bottom: 35px; }
    @media screen and (min-width: 768px) {
      .info__media {
        order: 2;
        padding-bottom: 0; } }
    .info__media img {
      max-width: 100%;
      border-radius: 10px;
      overflow: hidden; }
    .info__media--shadow img {
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); }
    .info__media--offset-top {
      margin-top: -75px; }
      @media screen and (min-width: 768px) {
        .info__media--offset-top {
          margin-top: -150px; } }
    .info__media--wider-mob {
      padding: 0;
      overflow: hidden; }
      .info__media--wider-mob img {
        margin-right: -25px;
        margin-left: -25px;
        width: calc(100% + 50px); }
      @media screen and (min-width: 768px) {
        .info__media--wider-mob {
          overflow: visible;
          padding-right: 15px;
          padding-left: 15px; }
          .info__media--wider-mob img {
            width: 100%;
            margin-right: 0;
            margin-left: 0; } }
    .info__media--centered {
      text-align: center; }
    @media screen and (max-width: 767px) {
      .info__media--sm-mob {
        text-align: center; }
        .info__media--sm-mob img {
          max-width: 215px; } }
  @media screen and (min-width: 1024px) {
    .info__content-wrap {
      padding-right: 80px; } }
  .info__content {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    order: 3; }
    @media screen and (min-width: 768px) {
      .info__content {
        order: 3;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0; } }
  .info__content-title {
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .info__content-title {
        margin-top: 0;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .info__content-title--mt-mob {
        margin-top: 20px; } }
  .info__content-logo {
    margin-bottom: 25px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .info__content-logo {
        margin-bottom: 35px; } }
  .info__copy {
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 768px) {
      .info__copy {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 35px; } }
    .info__copy p:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .info__ctas {
      margin-top: 15px; } }
  .info__link {
    text-decoration: none;
    font-weight: 700;
    color: #354657; }
    .info__link:hover {
      color: #008d2c;
      text-decoration: underline; }
  .info--reverse .info__media {
    padding-bottom: 0;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .info--reverse .info__media {
        order: 3; } }
  @media screen and (min-width: 768px) {
    .info--reverse .info__content {
      order: 2; } }
  .info--tight {
    margin-top: 25px;
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .info--tight {
        margin-top: 35px;
        margin-bottom: 35px; } }
    @media screen and (min-width: 1024px) {
      .info--tight {
        margin-top: 50px;
        margin-bottom: 50px; } }
  .info--border-bot-mob:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 20px;
    right: 20px;
    height: 0.5em;
    border-top: 1px solid #D1D1D1;
    z-index: -1; }
  @media screen and (min-width: 768px) {
    .info--border-bot-mob:after {
      display: none; } }
  @media screen and (max-width: 767px) {
    .info--reverse-mob .info__media {
      order: 2; }
    .info--reverse-mob .info__content {
      order: 1;
      padding-bottom: 25px; } }

.infographic {
  padding: 30px 0 0; }
  @media screen and (min-width: 480px) {
    .infographic {
      padding: 60px 0 0; } }
  .infographic__header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px; }
    @media screen and (min-width: 1024px) {
      .infographic__header {
        flex-direction: row;
        padding: 30px 9vw; } }
    @media screen and (min-width: 1440px) {
      .infographic__header {
        padding: 60px 240px; } }
    .infographic__header__logo {
      margin: 0 0 15px 0;
      width: 385px;
      max-width: 90%;
      height: 91px; }
      @media screen and (min-width: 480px) {
        .infographic__header__logo {
          max-width: 40%; } }
      @media screen and (min-width: 1024px) {
        .infographic__header__logo {
          max-width: 100%;
          margin: 0 20px 0 0; } }
    .infographic__header__text {
      text-align: center;
      margin: 0 0 20px 0; }
      @media screen and (min-width: 1024px) {
        .infographic__header__text {
          text-align: left;
          margin: 0 0 0 20px; } }
      .infographic__header__text p {
        margin: 0; }
  .infographic__image--lg, .infographic__image--sm {
    width: 100%; }

.grid {
  padding-top: 30px;
  padding-bottom: 30px; }
  .grid__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .grid__head--center {
      justify-content: center; }
    .grid__head--sb {
      justify-content: space-between; }
    .grid__head .grid__action {
      display: none; }
      @media screen and (min-width: 768px) {
        .grid__head .grid__action {
          display: flex; } }
  .grid__heading {
    font-weight: 800;
    text-align: center;
    padding-bottom: 5px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .grid__heading {
        padding-bottom: 20px; } }
  .grid__action {
    padding: 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .grid__action {
        font-size: 16px;
        line-height: 20px; } }
  .grid__body {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    margin-top: 20px;
    overflow: hidden; }
    .grid__body--flex {
      display: flex;
      align-items: flex-start;
      margin-left: -10px;
      margin-right: -10px; }
      .grid__body--flex .story-card {
        flex: 1;
        width: 100%; }
        @media screen and (min-width: 480px) {
          .grid__body--flex .story-card {
            width: 50%; } }
        @media screen and (min-width: 1024px) {
          .grid__body--flex .story-card {
            width: 33.333%; } }
  .grid__filters {
    margin-top: 25px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .grid__filters {
        display: flex;
        margin-top: 0;
        width: auto; } }
  .grid__search {
    width: 100%;
    display: flex; }
    @media screen and (min-width: 768px) {
      .grid__search {
        width: auto; } }
  .grid__foot {
    display: flex;
    justify-content: center; }
    .grid__foot .grid__action {
      margin-top: 15px;
      display: flex; }
      @media screen and (min-width: 768px) {
        .grid__foot .grid__action {
          display: none; } }
  .grid__no-results {
    text-align: center; }

.breadcrumbs {
  background-color: #F6F6F6;
  padding: 10px 0;
  position: absolute;
  top: 82px;
  width: 100%;
  z-index: 400;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05); }
  @media screen and (min-width: 1024px) {
    .breadcrumbs {
      padding: 16px 0;
      top: 100px; } }
  .breadcrumbs__list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  .breadcrumbs__item {
    font-size: 12px;
    font-weight: 600; }
    .breadcrumbs__item:not(:last-of-type) {
      padding-right: 12px;
      margin-right: 10px;
      position: relative; }
      .breadcrumbs__item:not(:last-of-type)::after {
        content: "|";
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 14px;
        color: #4a4a4a;
        transform: translateY(-50%); }
    @media screen and (min-width: 1024px) {
      .breadcrumbs__item {
        font-size: 14px; } }
    .breadcrumbs__item:last-of-type .breadcrumbs__link {
      color: #4a4a4a;
      text-decoration: none; }
  .breadcrumbs__link {
    display: flex;
    align-items: center; }
  .breadcrumbs__back {
    margin-right: 5px; }

.product-card {
  padding-top: 50px; }
  .product-card__inner {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    text-align: center;
    padding: 0 20px 30px; }
    @media screen and (min-width: 768px) {
      .product-card__inner {
        padding: 0 30px 45px;
        border-radius: 18px; } }
  .product-card__img {
    margin-top: -50px;
    max-height: 220px; }
  .product-card__heading {
    font-size: 20px;
    margin-top: 0;
    padding-top: 25px; }
  .product-card__subheading {
    font-style: italic;
    display: block;
    font-size: 18px;
    font-weight: 400; }
  .product-card__text {
    font-size: 14px;
    line-height: 1.4; }
  .product-card__cta {
    margin: 30px auto 0;
    max-width: 300px; }

.report {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 1024px) {
    .report {
      margin-top: 60px;
      margin-bottom: 80px; } }
  .report__title {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px 0; }
    @media screen and (min-width: 768px) {
      .report__title {
        margin: 0 0 0 0;
        font-size: 72px;
        line-height: 72px; } }
  .report__subtitle {
    margin: 0 0 30px 0;
    font-size: 26px;
    line-height: 26px; }
    @media screen and (min-width: 768px) {
      .report__subtitle {
        margin: 0 0 60px 0;
        font-size: 48px;
        line-height: 48px; } }
  .report__pic {
    text-align: center;
    margin: 20px 0 0 0; }
    @media screen and (min-width: 768px) {
      .report__pic {
        text-align: left;
        margin: 0 0 30px 0; } }
    .report__pic img {
      width: auto;
      max-width: 100%; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .report__pic img {
          width: 100%; } }
  .report__content {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .report__content {
        margin-bottom: 0; } }
    .report__content p {
      font-size: 16px;
      line-height: 24px; }
      @media screen and (min-width: 768px) {
        .report__content p {
          font-size: 20px;
          line-height: 28px; } }
  .report__content-title {
    font-size: 20px;
    line-height: 22px;
    margin: 20px 0 20px 0; }
    @media screen and (min-width: 768px) {
      .report__content-title {
        margin: 5px 0 20px 0; } }
  @media screen and (max-width: 767px) {
    .report__aside {
      order: 1; } }
  @media screen and (min-width: 768px) {
    .report__foot {
      padding-top: 15px; } }
  .report__assurance {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .report__assurance {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; } }
    .report__assurance img {
      max-width: 82px; }
      @media screen and (min-width: 768px) {
        .report__assurance img {
          max-width: 100%; } }
  .report__logo {
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .report__logo {
        margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .report__extras {
      padding-top: 50px; } }
  .report__smallprint {
    display: block;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .report__smallprint {
        margin-top: 25px;
        margin-bottom: 0; } }

.hero-carousel {
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .hero-carousel .owl-item.active {
      opacity: 1; } }
  .hero-carousel .owl-carousel .owl-dots {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    margin-top: 0 !important; }
    @media screen and (min-width: 768px) {
      .hero-carousel .owl-carousel .owl-dots {
        height: 100%;
        width: auto;
        right: 40px;
        left: auto;
        top: 50%;
        bottom: auto;
        flex-direction: column;
        transform: translateY(-50%); } }
    @media screen and (min-width: 1024px) {
      .hero-carousel .owl-carousel .owl-dots {
        right: 60px; } }
    .hero-carousel .owl-carousel .owl-dots .owl-dot {
      background: transparent !important;
      border: 2px solid #FFFFFF; }
      @media screen and (min-width: 768px) {
        .hero-carousel .owl-carousel .owl-dots .owl-dot {
          margin: 5px 0; } }
      .hero-carousel .owl-carousel .owl-dots .owl-dot.active {
        background: #FFFFFF !important; }

.resources {
  padding-top: 150px; }
  @media screen and (min-width: 480px) {
    .resources {
      padding-top: 200px; } }
  .resources__wrapper {
    margin: 50px auto 50px auto; }
    @media (min-width: 1200px) {
      .resources__wrapper {
        margin: 50px auto 50px auto; } }
  .resources__heading {
    text-align: center;
    padding-left: 0; }
    @media screen and (min-width: 1024px) {
      .resources__heading {
        text-align: left; } }
  .resources__feature-media {
    padding: 0 15%; }
    @media screen and (min-width: 768px) {
      .resources__feature-media {
        padding: 0; } }
    .resources__feature-media img {
      display: block;
      max-width: 100%; }
  .resources__feature-body {
    padding: 25px 15%; }
    @media screen and (min-width: 768px) {
      .resources__feature-body {
        padding: 0 25px 0 25px; } }
  .resources__feature-title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 0; }
  .resources__feature-update {
    display: block;
    font-style: italic; }
  .resources__panel {
    border-top: 2px solid #008d2c;
    margin-top: 40px;
    padding: 50px 15%;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .resources__panel {
        margin-bottom: 80px;
        padding: 50px 0; } }
    @media screen and (min-width: 1440px) {
      .resources__panel {
        margin-bottom: 120px;
        padding-right: 100px;
        padding-left: 100px; } }
  .resources .owl-prev,
  .resources .owl-next {
    background-color: none !important;
    background-image: none !important;
    box-shadow: none !important; }
  .resources .owl-next {
    right: -40px !important; }
    @media screen and (min-width: 1024px) {
      .resources .owl-next {
        right: -120px !important; } }
  .resources .owl-prev {
    left: -40px !important; }
    @media screen and (min-width: 1024px) {
      .resources .owl-prev {
        left: -120px !important; } }
  .resources .resource-item__icon {
    width: 40px;
    height: 50px; }
    .resources .resource-item__icon .raindrop-icon-green,
    .resources .resource-item__icon .raindrop-icon-white {
      background-image: url(/images/droplet-brand.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      width: 40px;
      height: 40px; }
    .resources .resource-item__icon .world-icon-green,
    .resources .resource-item__icon .world-icon-white {
      background-image: url(/images/world-icon-green.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      width: 40px;
      height: 40px; }
    .resources .resource-item__icon .leaf-icon-green,
    .resources .resource-item__icon .leaf-icon-white {
      background-image: url(/images/leaf-icon-green.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      width: 40px;
      height: 40px; }

.resource-item__title {
  font-size: 18px;
  line-height: 25px;
  margin: 10px 0 20px 0; }
  .resource-item__title a {
    color: inherit;
    text-decoration: none; }

.science-proof {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .science-proof {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 1024px) {
    .science-proof {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .science-proof__heading {
    font-weight: 800;
    text-align: center;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .science-proof__heading {
        margin-bottom: 30px; } }
    @media screen and (min-width: 1024px) {
      .science-proof__heading {
        margin-bottom: 45px; } }
  .science-proof__head-info {
    font-weight: 800;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 768px) {
      .science-proof__head-info {
        font-size: 20px;
        line-height: 24px; } }
  @media screen and (max-width: 767px) {
    .science-proof__body {
      padding-left: 0;
      padding-right: 0; } }
  .science-proof__tab-list {
    display: grid;
    grid-template-columns: 50% 50%;
    counter-reset: number-counter;
    list-style: none;
    text-align: center;
    margin-top: 20px;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .science-proof__tab-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center; } }
    @media screen and (min-width: 1024px) {
      .science-proof__tab-list {
        flex-wrap: nowrap;
        justify-content: space-between; } }
    .science-proof__tab-list .science-proof__tab-content {
      display: block;
      width: 200%; }
      @media screen and (min-width: 768px) {
        .science-proof__tab-list .science-proof__tab-content {
          display: none; } }
  .science-proof__tab-item {
    counter-increment: number-counter;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    min-height: 170px;
    padding-top: 140px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .science-proof__tab-item {
        width: 180px;
        min-height: 190px;
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (min-width: 1024px) {
      .science-proof__tab-item {
        min-height: auto; } }
    @media screen and (max-width: 767px) {
      .science-proof__tab-item:nth-child(even) .science-proof__tab-content {
        left: -100%; } }
    @media screen and (max-width: 767px) {
      .science-proof__tab-item:last-child {
        min-height: 60px; } }
    .science-proof__tab-item::before {
      transition: all ease-in-out 0.2s;
      content: counter(number-counter);
      color: #354657;
      font-size: 48px;
      line-height: 60px;
      font-weight: 800;
      position: absolute;
      --size: 100px;
      left: calc(50% - 50px);
      line-height: 90px;
      width: var(--size);
      height: var(--size);
      top: 20px;
      border: 2px solid #354657;
      border-radius: 50%;
      text-align: center; }
    .science-proof__tab-item:hover {
      background-color: #d5e7da; }
      @media screen and (min-width: 768px) {
        .science-proof__tab-item:hover {
          background-color: transparent; } }
      .science-proof__tab-item:hover::before {
        background: #FFFFFF;
        box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5); }
    .science-proof__tab-item--active {
      background-color: #d5e7da; }
      @media screen and (max-width: 767px) {
        .science-proof__tab-item--active {
          min-height: 700px; } }
      @media screen and (min-width: 768px) {
        .science-proof__tab-item--active {
          background-color: transparent; } }
      .science-proof__tab-item--active .science-proof__tab-content {
        width: 200%;
        position: relative;
        z-index: 9;
        background-color: #d5e7da; }
        @media screen and (min-width: 768px) {
          .science-proof__tab-item--active .science-proof__tab-content {
            background-color: transparent; } }
      .science-proof__tab-item--active::before {
        background: #FFFFFF;
        box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5); }
  .science-proof__tab-content {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .science-proof__tab-content {
        margin-top: 60px; } }
    .science-proof__tab-content .science-proof__tab-pane {
      display: none; }
      .science-proof__tab-content .science-proof__tab-pane:first-child {
        display: block; }
  @media screen and (min-width: 768px) {
    .science-proof__tab-media img,
    .science-proof__tab-media video {
      overflow: hidden;
      border-radius: 10px; } }
  @media screen and (max-width: 767px) {
    .science-proof__tab-media {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media screen and (min-width: 768px) {
    .science-proof__tab-media .media-player {
      overflow: hidden;
      border-radius: 10px; } }
  .science-proof__tab-copy {
    padding: 25px;
    text-align: left;
    min-height: 250px; }
    @media screen and (min-width: 768px) {
      .science-proof__tab-copy {
        min-height: auto; } }
    @media screen and (min-width: 1024px) {
      .science-proof__tab-copy {
        padding-left: 80px;
        padding-top: 0; } }
  .science-proof__tab-title {
    margin-top: 0; }
    @media screen and (min-width: 1024px) {
      .science-proof__tab-title {
        font-size: 30px;
        line-height: 34px; } }
  .science-proof__tab-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
    @media screen and (min-width: 1024px) {
      .science-proof__tab-text {
        font-size: 20px;
        line-height: 28px; } }
  .science-proof__tab-label {
    padding-left: 17px;
    padding-right: 17px;
    display: block; }
    @media screen and (min-width: 768px) {
      .science-proof__tab-label {
        padding-left: 0;
        padding-right: 0; } }

.image-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0; }
  .image-card__img {
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .image-card__img {
        width: 100%; } }
  .image-card--bg {
    height: 185px;
    width: 315px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .image-card__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    padding: 5px 15px;
    background-color: rgba(0, 141, 44, 0.8);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.block-row {
  display: flex;
  background-size: cover !important;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .block-row {
      background-size: cover !important;
      padding-top: 0;
      min-height: 600px; } }
  @media screen and (min-width: 1024px) {
    .block-row {
      min-height: 650px; } }
  @media screen and (min-width: 1440px) {
    .block-row {
      min-height: 700px; } }
  .block-row__panel {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .block-row__panel {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .block-row__panel--pad-mob {
        padding-left: 15px;
        padding-right: 15px; } }
  .block-row__panel-title {
    margin-top: 0;
    margin-bottom: 20px; }
    .block-row__panel-title p {
      font-size: 26px;
      line-height: 26px;
      margin-bottom: 0; }
      @media screen and (min-width: 1024px) {
        .block-row__panel-title p {
          font-size: 48px;
          line-height: 48px; } }
    .block-row__panel-title img {
      width: 100%; }
  .block-row__panel-content {
    margin-bottom: 25px; }
    .block-row__panel-content p {
      font-size: 16px;
      line-height: 24px; }
      @media screen and (min-width: 768px) {
        .block-row__panel-content p {
          font-size: 20px;
          line-height: 28px; } }
  @media screen and (max-width: 767px) {
    .block-row__panel-ctas--neg-bot-mob {
      margin-bottom: -75px;
      margin-top: 25px; } }
  .block-row__panel-img {
    margin-top: 35px; }
  .block-row__pic {
    display: flex;
    align-items: center;
    justify-content: center; }
  .block-row__offset-img {
    margin-top: -50px; }
  .block-row__logo {
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .block-row__logo {
        margin-bottom: 50px; } }
    .block-row__logo img {
      max-width: 100%; }
  .block-row--light {
    background: #555555; }
    .block-row--light .block-row__panel-title {
      color: #FFFFFF; }
    .block-row--light .block-row__panel-content p {
      color: #FFFFFF; }
  .block-row--reverse .block-row__panel {
    order: 2; }
  .block-row--reverse .block-row__pic {
    order: 1; }
  @media screen and (max-width: 767px) {
    .block-row--reverse-mob .block-row__panel {
      order: 2; }
    .block-row--reverse-mob .block-row__pic {
      order: 1;
      margin-bottom: 25px; } }
  .block-row--offset-neg-top {
    position: relative;
    z-index: 100; }
    @media screen and (min-width: 768px) {
      .block-row--offset-neg-top .block {
        margin-top: -70px; } }
  @media screen and (min-width: 768px) {
    .block-row--offset-neg-bot .block {
      margin-bottom: -100px; } }
  @media screen and (max-width: 767px) {
    .block-row--no-bg-mob {
      padding-top: 0;
      background: none !important; } }
  @media screen and (max-width: 767px) {
    .block-row--offset-img-bot-mob {
      margin-bottom: 100px; }
      .block-row--offset-img-bot-mob .block-row__panel-img {
        margin-bottom: -75px; } }
  @media screen and (max-width: 767px) {
    .block-row--your-home {
      padding-top: 35px;
      background-color: #C6C8C7;
      background-position: left bottom;
      background-size: 200% !important;
      margin-bottom: 250px; }
      .block-row--your-home .block-row__panel-ctas {
        margin-bottom: 30px; }
      .block-row--your-home .block-row__panel-img {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin-top: 290px;
        margin-bottom: -255px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .block-row--your-home .container .block-row__panel--pad-mob {
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

  .block-row--bg-img-head-mob .block__head--mobile {
    display: flex;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .block-row--bg-img-head-mob .block__head--mobile {
        display: none; } }
  @media screen and (min-width: 768px) {
    .block-row--less-radius .block {
      border-radius: 10px; } }
  .block-row--flush-bot {
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .block-row--flush-bot .block {
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
  @media screen and (max-width: 767px) {
    .block-row--difference {
      background-position: -470px !important;
      min-height: 600px; } }
  @media screen and (min-width: 768px) {
    .block-row--difference {
      background-position: right center; } }
  @media screen and (min-width: 1024px) {
    .block-row--difference {
      background-position: center; } }
  .block-row--difference .block-row__panel {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .block-row--difference .block-row__panel {
        text-align: left; } }
  @media screen and (max-width: 767px) {
    .block-row--cptg {
      background-position: 100% !important; } }
  @media screen and (min-width: 768px) {
    .block-row--cptg .block-row__panel {
      justify-content: flex-start;
      padding-top: 1%; } }
  @media screen and (min-width: 1024px) {
    .block-row--cptg .block-row__panel {
      padding-top: 7%; } }
  @media screen and (min-width: 1440px) {
    .block-row--cptg .block-row__panel {
      padding-top: 8%; } }
  .block-row--cptg .block-row__panel-title {
    display: flex;
    align-items: flex-end; }
    @media screen and (min-width: 768px) {
      .block-row--cptg .block-row__panel-title {
        min-height: 130px;
        margin-bottom: 35px; } }
    @media screen and (min-width: 1024px) {
      .block-row--cptg .block-row__panel-title {
        min-height: 100px;
        margin-bottom: 45px; } }
    @media screen and (min-width: 768px) {
      .block-row--cptg .block-row__panel-title p {
        font-size: 36px;
        line-height: 36px; } }
    @media screen and (min-width: 1440px) {
      .block-row--cptg .block-row__panel-title p {
        font-size: 48px;
        line-height: 48px; } }
  @media screen and (max-width: 767px) {
    .block-row--mind {
      background-position: 68% 180px;
      min-height: 700px;
      background-color: #efd7d3;
      margin-bottom: 150px; } }
  @media screen and (max-width: 767px) {
    .block-row--mind > .container {
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

.block {
  background-color: #FFFFFF;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .block {
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 20px;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
      margin: 60px 0; } }
  @media screen and (min-width: 1024px) {
    .block {
      max-width: 640px;
      margin: 70px 0; } }
  .block__head img,
  .block__head video {
    width: 100%;
    align-self: flex-start; }
  .block__head--wpd {
    padding: 35px 30px 15px 30px; }
    @media screen and (min-width: 768px) {
      .block__head--wpd {
        padding: 60px 60px 0 60px; } }
  .block__body {
    padding: 25px 1rem 0; }
    @media screen and (min-width: 768px) {
      .block__body {
        padding: 40px; } }
    @media screen and (min-width: 1440px) {
      .block__body {
        padding: 60px; } }
  .block__title {
    margin-top: 5px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .block__title {
        margin-bottom: 30px; } }
  .block__subtitle {
    font-weight: 400;
    margin-top: 0;
    font-style: italic;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .block__subtitle {
        font-size: 30px;
        line-height: 48px;
        margin-top: -10px;
        margin-bottom: 15px; } }
  @media screen and (min-width: 768px) {
    .block__content {
      margin-bottom: 40px; } }
  .block__content--large {
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 1024px) {
      .block__content--large {
        font-size: 20px;
        line-height: 28px; } }
  @media screen and (max-width: 767px) {
    .block__ctas {
      padding-top: 8px; } }

.inline-media, .share {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .inline-media__media, .share__icon {
    display: flex;
    justify-content: center;
    margin-right: 10px; }
  .inline-media--rev, .share {
    flex-direction: row-reverse; }
    .inline-media--rev .inline-media__media, .share .inline-media__media, .inline-media--rev .share__icon, .share .share__icon {
      margin-left: 10px;
      margin-right: 0; }

.share {
  color: #008d2c;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 16px;
  cursor: pointer; }
  .share:focus {
    outline: none; }
  .share__text {
    display: none; }
    @media screen and (min-width: 768px) {
      .share__text {
        display: block; } }

.share--addthis-toolbox {
  display: none;
  width: 50px;
  position: absolute;
  left: 0;
  top: 40px; }
  @media screen and (min-width: 768px) {
    .share--addthis-toolbox {
      left: 43px; } }
  .share--addthis-toolbox .at-share-btn-elements {
    display: flex !important;
    flex-direction: column !important; }

.share--addthis-toolbox-grid {
  display: none;
  position: absolute;
  width: 150px;
  right: -12px;
  text-align: right; }

.quote {
  color: #008d2c;
  line-height: 1.13;
  font-style: italic;
  quotes: "“" "”";
  font-size: 24px;
  margin: 35px 0; }
  @media screen and (min-width: 1024px) {
    .quote {
      font-size: 30px;
      line-height: 1.13; } }
  .quote p::before {
    content: open-quote; }
  .quote p::after {
    content: close-quote; }

.experts {
  padding: 20px 0 30px; }
  @media screen and (min-width: 768px) {
    .experts {
      padding: 30px 30px 60px 30px; } }
  .experts__head {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .experts__head {
        margin-bottom: 30px;
        padding-top: 0;
        padding-bottom: 0; } }
  .experts__title {
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .experts__title {
        margin-top: 70px;
        margin-bottom: 30px; } }
    @media screen and (min-width: 1024px) {
      .experts__title {
        margin-top: 85px; } }
  .experts__intro {
    text-align: center;
    font-size: 14px;
    line-height: 20px; }
    @media screen and (min-width: 768px) {
      .experts__intro {
        font-size: 20px;
        line-height: 28px;
        max-width: 900px;
        margin: 0 auto 20px; } }
    .experts__intro strong {
      font-size: 16px;
      line-height: 24px; }
      @media screen and (min-width: 768px) {
        .experts__intro strong {
          font-size: 20px;
          line-height: 28px; } }
  .experts__body {
    margin-bottom: 30px; }
  .experts__grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
    @media screen and (min-width: 768px) {
      .experts__grid {
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); } }
  .experts--alt {
    background: #e7f3e9; }
    .experts--alt .experts__grid {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
      @media screen and (min-width: 768px) {
        .experts--alt .experts__grid {
          grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } }
      @media screen and (min-width: 1024px) {
        .experts--alt .experts__grid {
          grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); } }

.person {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .person {
      margin-bottom: 30px; } }
  .person__body {
    flex: 1; }
    @media screen and (min-width: 768px) {
      .person__body {
        display: flex;
        flex-direction: column; } }
    .person__body .additional-text {
      max-height: 0;
      overflow: hidden;
      display: block;
      transition: all .3s; }
    .person__body--expanded .additional-text {
      max-height: 100vh; }
    .person__body--expanded .ellipsis, .person__body--expanded .person__link--more {
      display: none; }
    .person__body--expanded .person__link--less {
      display: block; }
  .person__pic {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    background: #EEEEEE;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .person__pic {
        margin-bottom: 35px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); } }
    .person__pic img {
      width: 100%; }
  .person__role {
    background: #008d2c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 1.25;
    color: #FFFFFF;
    font-style: italic;
    padding: 0;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.3s; }
    .person__role p {
      padding: 15px;
      margin: 0; }
    @media screen and (min-width: 768px) {
      .person__role {
        font-size: 16px;
        line-height: 20px; } }
  .person__title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .person__title {
        text-align: left;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 24px; } }
  .person__bio {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    display: none; }
    @media screen and (min-width: 768px) {
      .person__bio {
        display: block; } }
  .person__ctas {
    margin-top: 20px;
    display: none; }
    .person__ctas a {
      font-size: 16px;
      line-height: 24px;
      font-weight: 800;
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .person__ctas {
        margin-top: auto;
        display: block; } }
  .person__link--less {
    display: none; }
  .person__biolabel {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .person--active .person__role, .person:hover .person__role {
      height: 120px; } }

.img-cta {
  background: #354657;
  flex: 1;
  text-decoration: none;
  overflow: hidden;
  border-radius: 5px;
  min-height: 235px;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    .img-cta {
      margin-bottom: 0; } }
  .img-cta__wrap {
    display: grid;
    margin-left: -15px;
    margin-right: -15px;
    height: 100%; }
    @media screen and (min-width: 1024px) {
      .img-cta__wrap {
        display: flex; } }
    .img-cta__wrap .img-cta {
      margin-left: 15px;
      margin-right: 15px; }
      @media screen and (min-width: 768px) {
        .img-cta__wrap .img-cta {
          max-width: 50%; } }
  .img-cta__title {
    margin: 20px 40px 20px 20px;
    color: #FFFFFF;
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      .img-cta__title {
        font-size: 30px;
        line-height: 30px; } }
  .img-cta__overlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1); }
    .img-cta__overlay--20 {
      background-color: rgba(0, 0, 0, 0.2); }
    .img-cta__overlay--30 {
      background-color: rgba(0, 0, 0, 0.3); }
    .img-cta__overlay--40 {
      background-color: rgba(0, 0, 0, 0.4); }
  .img-cta__bgimg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    background-size: cover !important; }
  .img-cta--wx2 {
    flex: 2; }
  .img-cta--wx3 {
    flex: 3; }
  .img-cta--dark {
    background: #84909B; }
    .img-cta--dark .img-cta__title {
      color: #354657; }
  .img-cta:hover .img-cta__bgimg {
    transform: scale(1.25); }

.lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; }
  @media screen and (min-width: 768px) {
    .lead {
      font-size: 20px;
      line-height: 28px; } }

.doterra-helps {
  background-color: #e7f3e9;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .doterra-helps {
      padding: 120px 0; } }
  .doterra-helps__heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .doterra-helps__heading {
        margin-bottom: 60px; } }
  .doterra-helps__inner {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .doterra-helps__inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row dense;
        position: relative;
        width: 100%; }
        .doterra-helps__inner::after {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          height: calc(100% - 25px);
          border-right: 4px dotted #008d2c;
          display: block; } }
  .doterra-helps__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .doterra-helps__item {
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 25px;
        padding: 0 20px;
        grid-column-start: 1; } }
    @media screen and (min-width: 1024px) {
      .doterra-helps__item {
        font-size: 16px;
        padding: 0 75px; } }
    .doterra-helps__item--brand {
      grid-column-start: 2; }
      .doterra-helps__item--brand .doterra-helps__title {
        color: #008d2c; }
  .doterra-helps__icon {
    margin: 0 auto 30px;
    text-align: center;
    max-width: 90px;
    width: auto !important; }
    @media screen and (min-width: 768px) {
      .doterra-helps__icon {
        margin-bottom: 0;
        min-width: 80px;
        max-width: 80px; } }
  .doterra-helps__content {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .doterra-helps__content {
        flex-grow: 0;
        text-align: left;
        margin-left: 20px; } }
    @media screen and (min-width: 1024px) {
      .doterra-helps__content {
        margin-left: 30px; } }
  .doterra-helps__title {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .doterra-helps__title {
        font-size: 20px; } }
  .doterra-helps__text {
    margin-bottom: 0; }

.principles {
  background: #e5f3e9;
  padding-top: 40px;
  padding-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .principles {
      padding-top: 115px;
      padding-bottom: 40px; } }
  @media screen and (min-width: 1024px) {
    .principles {
      padding-top: 140px; } }
  @media screen and (min-width: 768px) {
    .principles__head {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .principles__head {
      margin-bottom: 40px; } }
  .principles__heading {
    font-weight: 800;
    font-size: 26px;
    line-height: 26px; }
    @media screen and (min-width: 768px) {
      .principles__heading {
        text-align: center;
        font-size: 48px;
        line-height: 60px; } }
  .principles__head-info {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 768px) {
      .principles__head-info {
        padding: 10px 20px;
        text-align: center;
        max-width: 850px;
        margin-right: auto;
        margin-left: auto;
        font-size: 20px;
        line-height: 28px; } }
  .principles__tab-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    counter-reset: number-counter;
    list-style: none;
    text-align: center;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .principles__tab-list {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
        margin-left: -15px;
        margin-right: -15px; } }
  .principles__tab-item {
    margin: 0 10px 10px 10px;
    counter-increment: number-counter;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    min-height: 170px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 125px; }
    @media screen and (max-width: 767px) {
      .principles__tab-item {
        margin: auto;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .principles__tab-item {
        min-height: 190px;
        text-align: center; } }
    @media screen and (min-width: 1024px) {
      .principles__tab-item {
        min-height: auto; } }
    @media (min-width: 768px) and (max-width: 1250px) {
      .principles__tab-item {
        max-width: 105px;
        margin: 0 5px 10px 5px; } }
    .principles__tab-item-number {
      color: #ffffff;
      font-size: 16px;
      line-height: 60px;
      font-weight: 800;
      position: relative;
      margin-bottom: -25px;
      margin-left: -45px;
      --size: 30px;
      left: 0;
      line-height: 29px;
      width: var(--size);
      height: var(--size);
      top: 0;
      background: #354657;
      border-radius: 50%;
      text-align: center;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .principles__tab-item-number {
          left: 35%; } }
      @media screen and (min-width: 1024px) {
        .principles__tab-item-number {
          margin-left: -75px; } }
      .principles__tab-item-number--active {
        box-shadow: 1px 1px 0 #999; }
    .principles__tab-item--green {
      color: #008d2c; }
      .principles__tab-item--green .principles__tab-item-number {
        background-color: #008d2c; }
    @media screen and (min-width: 1024px) {
      .principles__tab-item--pre-divider {
        padding-right: 15px;
        max-width: 140px; } }
    @media screen and (min-width: 1024px) {
      .principles__tab-item--divider {
        border-left: 2px dashed #008d2c;
        padding-left: 35px;
        max-width: 165px; } }
    .principles__tab-item:hover .principles__tab-icon {
      background: #FFFFFF;
      box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5); }
  .principles__tab-icon {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all ease-in-out 0.25s;
    position: relative;
    border: 3px solid; }
    @media screen and (max-width: 767px) {
      .principles__tab-icon {
        margin: 0 auto 10px auto; } }
    @media screen and (min-width: 768px) {
      .principles__tab-icon {
        margin-bottom: 20px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .principles__tab-icon {
        margin-right: auto;
        margin-left: auto; } }
    @media (min-width: 768px) and (max-width: 1250px) {
      .principles__tab-icon {
        width: 105px;
        height: 105px; } }
    .principles__tab-icon img {
      width: 108% !important;
      position: relative;
      left: -4%;
      top: -4%; }
  .principles__tab-content {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .principles__tab-content {
        padding-top: 0; } }
  @media screen and (min-width: 1024px) {
    .principles__tab-copy {
      padding-left: 80px; } }
  .principles__summary {
    display: none; }
    .principles__summary:first-child {
      display: block; }
  .principles__tab-title {
    font-size: 20px;
    line-height: 22px;
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .principles__tab-title {
        font-size: 30px;
        line-height: 34px; } }
  .principles__tab-text {
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 768px) {
      .principles__tab-text {
        font-size: 20px;
        line-height: 28px; } }

.statistic {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .statistic {
      text-align: left; } }
  .statistic__content {
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px; }
  .statistic__value {
    display: block;
    color: #008d2c;
    font-size: 90px;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .statistic__value {
        font-size: 120px; } }
  .statistic__citation {
    font-size: 20px; }

.adulteration-methods {
  padding: 30px 0;
  background-color: #e7f3e9; }
  @media screen and (min-width: 768px) {
    .adulteration-methods {
      padding: 50px 0; } }
  @media screen and (min-width: 1024px) {
    .adulteration-methods {
      padding: 100px 0; } }
  .adulteration-methods__intro {
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px; }
    @media screen and (min-width: 768px) {
      .adulteration-methods__intro {
        font-size: 20px; } }
  .adulteration-methods__heading {
    margin: 0 0 25px; }
    @media screen and (min-width: 768px) {
      .adulteration-methods__heading {
        margin: 0 0 30px; } }
  .adulteration-methods__list {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .adulteration-methods__list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
  .adulteration-methods__item {
    text-align: center;
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .adulteration-methods__item {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 20px; } }
    @media screen and (min-width: 1024px) {
      .adulteration-methods__item {
        flex-basis: 25%;
        max-width: 25%;
        font-size: 16px; } }
  .adulteration-methods__icon {
    max-width: 132px;
    margin: auto; }
  .adulteration-methods__name {
    margin-top: 20px; }

.analyses {
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .analyses {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .analyses {
      text-align: left;
      font-size: 30px;
      font-weight: 800;
      margin-bottom: 45px;
      margin-top: 20px; } }
  .analyses__highlight {
    color: #008d2c;
    font-size: 60px;
    line-height: 60px;
    display: block;
    font-weight: 800;
    margin-top: 5px;
    margin-bottom: 5px; }
    @media screen and (min-width: 1024px) {
      .analyses__highlight {
        font-size: 75px;
        line-height: 75px; } }
    @media screen and (min-width: 1440px) {
      .analyses__highlight {
        font-size: 90px;
        line-height: 90px; } }

.growers-map {
  padding-top: 25px; }
  @media screen and (min-width: 768px) {
    .growers-map {
      padding-top: 40px; } }
  .growers-map__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .growers-map__head {
        padding-bottom: 50px; } }
    .growers-map__head .btn-download {
      margin-top: 20px; }
  .growers-map .map {
    width: 100%;
    height: 75vh; }
  .growers-map__pop-up {
    background: red; }
  .growers-map__pop-up-header {
    background: green; }

.partnerships__heading {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .partnerships__heading {
      text-align: left; } }
.partnerships__item {
  margin-bottom: 20px; }
.partnerships__text {
  font-size: 14px;
  line-height: 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .partnerships__text {
      font-size: 16px;
      line-height: 24px;
      text-align: left; } }
.partnerships__logo {
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .partnerships__logo {
      min-height: 150px;
      display: flex;
      align-items: center;
      justify-content: flex-start; } }
  .partnerships__logo img {
    max-width: 100%; }

.product-quality-id {
  padding-bottom: 30px; }
  .product-quality-id__wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 15px 0 rgba(51, 51, 51, 0.2);
    min-height: 100%; }
    @media screen and (min-width: 768px) {
      .product-quality-id__wrap {
        margin-top: 30px;
        min-height: 450px; } }
    @media screen and (min-width: 1024px) {
      .product-quality-id__wrap {
        min-height: 600px; } }
    @media screen and (min-width: 1440px) {
      .product-quality-id__wrap {
        min-height: 620px; } }
  .product-quality-id__promo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 30px 30px;
    min-height: 350px; }
    @media screen and (min-width: 1024px) {
      .product-quality-id__promo {
        padding: 0;
        min-height: 100%;
        width: 50%; } }
  .product-quality-id__promo-logo-subtitle {
    font-size: 30px;
    line-height: 1.13;
    font-weight: 800;
    color: #FFFFFF;
    margin-top: 50px; }
  .product-quality-id__info {
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .product-quality-id__info {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .product-quality-id__info {
        padding: 60px; } }
    @media screen and (min-width: 768px) {
      .product-quality-id__info--less-pad {
        padding: 35px; } }
  .product-quality-id__info-content {
    width: 100%; }
    .product-quality-id__info-content.scrollbar {
      max-height: 420px;
      overflow: auto; }
  .product-quality-id__info-title {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .product-quality-id__info-title {
        font-size: 48px;
        line-height: 48px; } }
  .product-quality-id__info-copy {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px; }
    .product-quality-id__info-copy p {
      font-size: 16px; }
      @media screen and (min-width: 768px) {
        .product-quality-id__info-copy p {
          font-size: 20px;
          line-height: 1.4; } }
    @media screen and (min-width: 768px) {
      .product-quality-id__info-copy {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto; } }
  .product-quality-id__form-field {
    max-width: 220px;
    margin-left: auto !important;
    margin-right: auto !important; }
    @media screen and (min-width: 768px) {
      .product-quality-id__form-field {
        max-width: 360px; } }
  .product-quality-id__form-label {
    display: none !important; }
  .product-quality-id__form-input {
    min-height: 50px !important; }
    .product-quality-id__form-input::placeholder {
      color: #84909B !important; }
  @media screen and (min-width: 768px) {
    .product-quality-id__form-submit .ui.button.primary {
      min-width: 360px; } }
  .product-quality-id__find-link {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #354657;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0; }
    .product-quality-id__find-link:hover {
      text-decoration: underline; }
    @media screen and (min-width: 768px) {
      .product-quality-id__find-link {
        margin-top: 23px; } }
  .product-quality-id__status-image {
    width: 100%;
    margin: 15px auto 30px;
    max-width: 100px; }
    @media screen and (min-width: 768px) {
      .product-quality-id__status-image {
        width: 150px;
        max-width: 100%; } }
    .product-quality-id__status-image img {
      width: 100%;
      height: 100%; }
    .product-quality-id__status-image--pic {
      width: auto; }
      .product-quality-id__status-image--pic img {
        height: initial;
        width: initial; }
    .product-quality-id__status-image--diagram {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .product-quality-id__status-image--diagram {
          width: 350px; } }
      @media screen and (min-width: 768px) {
        .product-quality-id__status-image--diagram img {
          height: initial;
          width: initial; } }
  .product-quality-id__badge {
    position: absolute;
    left: calc(50% - 70px);
    top: 8%; }
  .product-quality-id .modal__close {
    top: 20px;
    right: 20px; }
    @media screen and (min-width: 768px) {
      .product-quality-id .modal__close {
        top: 30px;
        right: 30px; } }
    @media screen and (min-width: 1024px) {
      .product-quality-id .modal__close {
        opacity: 0.3; } }
  .product-quality-id--flush {
    padding-bottom: 0; }
    .product-quality-id--flush .product-quality-id__wrap {
      margin-top: 0; }

.product-info__col-title {
  margin-top: 0; }
@media screen and (min-width: 768px) {
  .product-info__copy {
    min-height: 310px; } }
@media screen and (min-width: 1024px) {
  .product-info__copy {
    min-height: 240px; } }
.product-info__ctas {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .product-info__ctas {
      text-align: left;
      display: flex;
      flex-wrap: wrap; } }
@media screen and (max-width: 767px) {
  .product-info__btn {
    margin-left: 10px;
    margin-right: 10px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .product-info__btn {
    margin-bottom: 20px  !important;
    margin-left: 0 !important;
    margin-right: 20px !important; } }
@media (min-width: 1024px) and (max-width: 1152px) {
  .product-info__btn {
    min-width: auto !important; } }

.scrollbar {
  height: 100%;
  overflow: hidden; }
  .scrollbar__inner {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    margin: 0 auto; }
    .scrollbar__inner::-webkit-scrollbar {
      width: 10px;
      border-radius: 5px; }
    .scrollbar__inner::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #c1c7cd;
      border-radius: 5px; }
    .scrollbar__inner::-webkit-scrollbar-thumb {
      background-color: #354657;
      outline: 1px solid slategrey;
      border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .scrollbar__inner {
        padding-right: 10px; } }

/*# sourceMappingURL=application.css.map */
