@charset "UTF-8";
/*
 Theme Name:   Millennial Money Theme
 Theme URI:    https://millennialmoney.com
 Description:  MillennialMoney.com theme, a child of MMG Base
 Author:       MMG Media Group, LLC
 Version:      3.0.0
 Template:	   mmg-base
 Text Domain:  millennialmoney-theme
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-green: #118B4E;
  --bs-blue: #2F6690;
  --bs-dkblue: #114B5F;
  --bs-orange: #ff8048;
  --bs-white: #fff;
  --bs-gray: #D9DCD6;
  --bs-gray-100: #f7f8f7;
  --bs-gray-600: #D9DCD6;
  --bs-primary: #0E7240;
  --bs-secondary: #ff8048;
  --bs-success: #118B4E;
  --bs-info: #3A7CA5;
  --bs-warning: #ff8048;
  --bs-danger: #114B5F;
  --bs-light: #D9DCD6;
  --bs-dark: #000;
  --bs-primary-rgb: 14, 114, 64;
  --bs-secondary-rgb: 255, 128, 72;
  --bs-success-rgb: 17, 139, 78;
  --bs-info-rgb: 58, 124, 165;
  --bs-warning-rgb: 255, 128, 72;
  --bs-danger-rgb: 17, 75, 95;
  --bs-light-rgb: 217, 220, 214;
  --bs-dark-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Source Sans 3", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1.5625rem 0;
  color: darkgray;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.78125rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.385rem + 1.62vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.6rem;
  }
}

h3, .h3 {
  font-size: calc(1.34rem + 1.08vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.15rem;
  }
}

h4, .h4 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}

h5, .h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

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

p {
  margin-top: 0;
  margin-bottom: 25px;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3A7CA5;
  text-decoration: underline;
}
a:hover {
  color: rgb(46.4, 99.2, 132);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgb(140.5, 149.5394736842, 131.4605263158);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.blockquote {
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.figure {
  display: inline-block;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.78125rem);
  padding-left: var(--bs-gutter-x, 0.78125rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0 {
  --bs-gutter-y: 0;
}

.g-1 {
  --bs-gutter-x: 1.5625rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1.5625rem;
}

.g-half,
.gx-half {
  --bs-gutter-x: 0.78125rem;
}

.g-half {
  --bs-gutter-y: 0.78125rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .g-md-2 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-2 {
    --bs-gutter-y: 3.125rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  
  .gx-lg-1 {
    --bs-gutter-x: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1.5625rem;
  color: #000;
  vertical-align: top;
  border-color: #D9DCD6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.form-label {
  margin-bottom: 0.5rem;
}

.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.25rem;
}

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: rgb(140.5, 149.5394736842, 131.4605263158);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(166, 173.0263157895, 158.9736842105);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #2F6690;
  outline: 0;
  box-shadow: 0 0 4px 2px rgba(47, 102, 144, 0.5);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: rgb(166, 173.0263157895, 158.9736842105);
  opacity: 1;
}
.form-control::placeholder {
  color: rgb(166, 173.0263157895, 158.9736842105);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #000;
  background-color: #D9DCD6;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(206.15, 209, 203.3);
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #000;
  background-color: #D9DCD6;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(206.15, 209, 203.3);
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230E7240' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 25px 20px;
  border: 1px solid rgb(166, 173.0263157895, 158.9736842105);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #2F6690;
  outline: 0;
  box-shadow: 0 0 4px 2px rgba(47, 102, 144, 0.5);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 3px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #2F6690;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(14, 114, 64, 0.25);
}
.form-check-input:checked {
  background-color: #0E7240;
  border-color: #0E7240;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0E7240;
  border-color: #0E7240;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-range {
  width: 100%;
  height: calc(1rem + 4px);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 4px 2px rgba(47, 102, 144, 0.5);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 4px 2px rgba(47, 102, 144, 0.5);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3A7CA5;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: tint-color(#3A7CA5, 70%);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D9DCD6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3A7CA5;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: tint-color(#3A7CA5, 70%);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D9DCD6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #ebeced;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #ebeced;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #D9DCD6;
  border: 1px solid rgb(166, 173.0263157895, 158.9736842105);
  border-radius: 0.25rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #118B4E;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1.5625rem 1.5625rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: #118b4e;
  border-radius: 0.5rem;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #114B5F;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1.5625rem 1.5625rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #114b5f;
  border-radius: 0.5rem;
}

.btn {
  display: inline-block;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #000;
}
 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(14, 114, 64, 0.25);
}
.btn:disabled, .btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0E7240;
  border-color: #0E7240;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(11.9, 96.9, 54.4);
  border-color: rgb(11.2, 91.2, 51.2);
}
 .btn-primary:focus {
  color: #fff;
  background-color: rgb(11.9, 96.9, 54.4);
  border-color: rgb(11.2, 91.2, 51.2);
  box-shadow: 0 0 0 0.25rem rgba(50.15, 135.15, 92.65, 0.5);
}
 .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(11.2, 91.2, 51.2);
  border-color: rgb(10.5, 85.5, 48);
}
 .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(50.15, 135.15, 92.65, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0E7240;
  border-color: #0E7240;
}

.btn-secondary {
  color: #000;
  background-color: #ff8048;
  border-color: #ff8048;
}
.btn-secondary:hover {
  color: #000;
  background-color: rgb(255, 147.05, 99.45);
  border-color: rgb(255, 140.7, 90.3);
}
 .btn-secondary:focus {
  color: #000;
  background-color: rgb(255, 147.05, 99.45);
  border-color: rgb(255, 140.7, 90.3);
  box-shadow: 0 0 0 0.25rem rgba(216.75, 108.8, 61.2, 0.5);
}
 .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: rgb(255, 153.4, 108.6);
  border-color: rgb(255, 140.7, 90.3);
}
 .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216.75, 108.8, 61.2, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #ff8048;
  border-color: #ff8048;
}

.btn-info {
  color: #fff;
  background-color: #3A7CA5;
  border-color: #3A7CA5;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(49.3, 105.4, 140.25);
  border-color: rgb(46.4, 99.2, 132);
}
 .btn-info:focus {
  color: #fff;
  background-color: rgb(49.3, 105.4, 140.25);
  border-color: rgb(46.4, 99.2, 132);
  box-shadow: 0 0 0 0.25rem rgba(87.55, 143.65, 178.5, 0.5);
}
 .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(46.4, 99.2, 132);
  border-color: rgb(43.5, 93, 123.75);
}
 .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(87.55, 143.65, 178.5, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #3A7CA5;
  border-color: #3A7CA5;
}

.btn-outline-primary {
  color: #0E7240;
  border-color: #0E7240;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0E7240;
  border-color: #0E7240;
}
 .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(14, 114, 64, 0.5);
}
 .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0E7240;
  border-color: #0E7240;
}
 .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(14, 114, 64, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0E7240;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #ff8048;
  border-color: #ff8048;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #ff8048;
  border-color: #ff8048;
}
 .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 128, 72, 0.5);
}
 .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #ff8048;
  border-color: #ff8048;
}
 .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 128, 72, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #ff8048;
  background-color: transparent;
}

.btn-outline-success {
  color: #118B4E;
  border-color: #118B4E;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #118B4E;
  border-color: #118B4E;
}
 .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 139, 78, 0.5);
}
 .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #118B4E;
  border-color: #118B4E;
}
 .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 139, 78, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #118B4E;
  background-color: transparent;
}

.btn-outline-info {
  color: #3A7CA5;
  border-color: #3A7CA5;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3A7CA5;
  border-color: #3A7CA5;
}
 .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 124, 165, 0.5);
}
 .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #3A7CA5;
  border-color: #3A7CA5;
}
 .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 124, 165, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #3A7CA5;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ff8048;
  border-color: #ff8048;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ff8048;
  border-color: #ff8048;
}
 .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 128, 72, 0.5);
}
 .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ff8048;
  border-color: #ff8048;
}
 .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 128, 72, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ff8048;
  background-color: transparent;
}

.btn-outline-danger {
  color: #114B5F;
  border-color: #114B5F;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #114B5F;
  border-color: #114B5F;
}
 .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 75, 95, 0.5);
}
 .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #114B5F;
  border-color: #114B5F;
}
 .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 75, 95, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #114B5F;
  background-color: transparent;
}

.btn-outline-light {
  color: #D9DCD6;
  border-color: #D9DCD6;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #D9DCD6;
  border-color: #D9DCD6;
}
 .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 220, 214, 0.5);
}
 .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #D9DCD6;
  border-color: #D9DCD6;
}
 .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 220, 214, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #D9DCD6;
  background-color: transparent;
}

.btn-outline-dark {
  color: #000;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
 .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
 .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
 .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #000;
  background-color: transparent;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #000;
  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;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-end {
  --bs-position: end;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
}

.dropdown-divider {
  height: 0;
  margin: 0.78125rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.390625rem 1.5625rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0E7240;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #ebeced;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #dfdfdf;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.390625rem 1.5625rem;
  color: #212529;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #3A7CA5;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: rgb(46.4, 99.2, 132);
}
.nav-link.disabled {
  color: #dfdfdf;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #f3f4f5;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  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 #f3f4f5;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #dfdfdf;
  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: #f3f4f5 #f3f4f5 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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-top: 0.78125rem;
  padding-bottom: 0.78125rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.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;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5625rem 1.5625rem;
}

.card-title {
  margin-bottom: 0.78125rem;
}

.card-subtitle {
  margin-top: -0.390625rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1.5625rem;
}

.card-footer {
  padding: 0.78125rem 1.5625rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-img {
  width: 100%;
}

.card-img {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #3A7CA5;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #f3f4f5;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: rgb(46.4, 99.2, 132);
  background-color: #e9ecef;
  border-color: #f3f4f5;
}
.page-link:focus {
  z-index: 3;
  color: rgb(46.4, 99.2, 132);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(14, 114, 64, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0E7240;
  border-color: #0E7240;
}
.page-item.disabled .page-link {
  color: #dfdfdf;
  pointer-events: none;
  background-color: #fff;
  border-color: #f3f4f5;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.65rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 1.5625rem 1.5625rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 12px;
  }
}
.progress {
  display: flex;
  height: 12px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #D9DCD6;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0E7240;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.78125rem 1.5625rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #dfdfdf;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0E7240;
  border-color: #0E7240;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.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, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.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-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.5625rem 1.5625rem;
  border-bottom: 1px solid #D9DCD6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.3125rem;
  border-top: 1px solid #D9DCD6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 100000000000;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 2rem;
  height: 0.8rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.8rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.8rem 1rem 0;
  border-top-color: #0E7240;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.8rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.8rem;
  height: 2rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 1rem 0.8rem 1rem 0;
  border-right-color: #0E7240;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.8rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 1rem 0.8rem;
  border-bottom-color: #0E7240;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.8rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.8rem;
  height: 2rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 1rem 0 1rem 0.8rem;
  border-left-color: #0E7240;
}

.tooltip-inner {
  max-width: 350px;
  padding: 1.5625rem 1.5625rem;
  color: #fff;
  text-align: center;
  background-color: #0E7240;
  border-radius: 0.5rem;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active {
  display: block;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.ratio-16x3 {
  --bs-aspect-ratio: 18.75%;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}


.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

.d-grid {
  display: grid !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;
}

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

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

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

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

.border-2 {
  border-width: 2px !important;
}

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

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

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

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

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

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

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

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

.gap-quarter {
  gap: 0.390625rem !important;
}

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

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

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

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

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-last {
  order: 6 !important;
}

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

.mx-half {
  margin-right: 0.78125rem !important;
  margin-left: 0.78125rem !important;
}

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

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

.my-1 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}

.my-3 {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
}

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

.mt-1 {
  margin-top: 1.5625rem !important;
}

.mt-2 {
  margin-top: 3.125rem !important;
}

.mt-3 {
  margin-top: 4.6875rem !important;
}

.mt-4 {
  margin-top: 6.25rem !important;
}

.mt-5 {
  margin-top: 7.8125rem !important;
}

.mt-half {
  margin-top: 0.78125rem !important;
}

.mt-quarter {
  margin-top: 0.390625rem !important;
}

.mt-threequarter {
  margin-top: 1.171875rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 1.5625rem !important;
}

.me-2 {
  margin-right: 3.125rem !important;
}

.me-3 {
  margin-right: 4.6875rem !important;
}

.me-4 {
  margin-right: 6.25rem !important;
}

.me-5 {
  margin-right: 7.8125rem !important;
}

.me-half {
  margin-right: 0.78125rem !important;
}

.me-quarter {
  margin-right: 0.390625rem !important;
}

.me-threequarter {
  margin-right: 1.171875rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 1.5625rem !important;
}

.mb-2 {
  margin-bottom: 3.125rem !important;
}

.mb-3 {
  margin-bottom: 4.6875rem !important;
}

.mb-4 {
  margin-bottom: 6.25rem !important;
}

.mb-5 {
  margin-bottom: 7.8125rem !important;
}

.mb-half {
  margin-bottom: 0.78125rem !important;
}

.mb-quarter {
  margin-bottom: 0.390625rem !important;
}

.mb-threequarter {
  margin-bottom: 1.171875rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 1.5625rem !important;
}

.ms-2 {
  margin-left: 3.125rem !important;
}

.ms-3 {
  margin-left: 4.6875rem !important;
}

.ms-4 {
  margin-left: 6.25rem !important;
}

.ms-5 {
  margin-left: 7.8125rem !important;
}

.ms-half {
  margin-left: 0.78125rem !important;
}

.ms-quarter {
  margin-left: 0.390625rem !important;
}

.ms-threequarter {
  margin-left: 1.171875rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

.p-half {
  padding: 0.78125rem !important;
}

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

.py-1 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}

.py-quarter {
  padding-top: 0.390625rem !important;
  padding-bottom: 0.390625rem !important;
}

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

.pt-1 {
  padding-top: 1.5625rem !important;
}

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

.pb-1 {
  padding-bottom: 1.5625rem !important;
}

.pb-quarter {
  padding-bottom: 0.390625rem !important;
}

.ps-half {
  padding-left: 0.78125rem !important;
}

.ps-quarter {
  padding-left: 0.390625rem !important;
}

.fs-1 {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-2 {
  font-size: calc(1.385rem + 1.62vw) !important;
}

.fs-3 {
  font-size: calc(1.34rem + 1.08vw) !important;
}

.fs-4 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-5 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-6 {
  font-size: 1.25rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: rgb(140.5, 149.5394736842, 131.4605263158) !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

.visible {
  visibility: visible !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 1.5625rem !important;
  }
  .mt-sm-2 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-3 {
    margin-top: 4.6875rem !important;
  }
  .mt-sm-4 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-5 {
    margin-top: 7.8125rem !important;
  }
  .mt-sm-half {
    margin-top: 0.78125rem !important;
  }
  .mt-sm-quarter {
    margin-top: 0.390625rem !important;
  }
  .mt-sm-threequarter {
    margin-top: 1.171875rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 1.5625rem !important;
  }
  .me-sm-2 {
    margin-right: 3.125rem !important;
  }
  .me-sm-3 {
    margin-right: 4.6875rem !important;
  }
  .me-sm-4 {
    margin-right: 6.25rem !important;
  }
  .me-sm-5 {
    margin-right: 7.8125rem !important;
  }
  .me-sm-half {
    margin-right: 0.78125rem !important;
  }
  .me-sm-quarter {
    margin-right: 0.390625rem !important;
  }
  .me-sm-threequarter {
    margin-right: 1.171875rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-sm-half {
    margin-bottom: 0.78125rem !important;
  }
  .mb-sm-quarter {
    margin-bottom: 0.390625rem !important;
  }
  .mb-sm-threequarter {
    margin-bottom: 1.171875rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 1.5625rem !important;
  }
  .ms-sm-2 {
    margin-left: 3.125rem !important;
  }
  .ms-sm-3 {
    margin-left: 4.6875rem !important;
  }
  .ms-sm-4 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-5 {
    margin-left: 7.8125rem !important;
  }
  .ms-sm-half {
    margin-left: 0.78125rem !important;
  }
  .ms-sm-quarter {
    margin-left: 0.390625rem !important;
  }
  .ms-sm-threequarter {
    margin-left: 1.171875rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .my-md-2 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 1.5625rem !important;
  }
  .mt-md-2 {
    margin-top: 3.125rem !important;
  }
  .mt-md-3 {
    margin-top: 4.6875rem !important;
  }
  .mt-md-4 {
    margin-top: 6.25rem !important;
  }
  .mt-md-5 {
    margin-top: 7.8125rem !important;
  }
  .mt-md-half {
    margin-top: 0.78125rem !important;
  }
  .mt-md-quarter {
    margin-top: 0.390625rem !important;
  }
  .mt-md-threequarter {
    margin-top: 1.171875rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 1.5625rem !important;
  }
  .me-md-2 {
    margin-right: 3.125rem !important;
  }
  .me-md-3 {
    margin-right: 4.6875rem !important;
  }
  .me-md-4 {
    margin-right: 6.25rem !important;
  }
  .me-md-5 {
    margin-right: 7.8125rem !important;
  }
  .me-md-half {
    margin-right: 0.78125rem !important;
  }
  .me-md-quarter {
    margin-right: 0.390625rem !important;
  }
  .me-md-threequarter {
    margin-right: 1.171875rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-md-2 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-3 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-md-4 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-md-half {
    margin-bottom: 0.78125rem !important;
  }
  .mb-md-quarter {
    margin-bottom: 0.390625rem !important;
  }
  .mb-md-threequarter {
    margin-bottom: 1.171875rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 1.5625rem !important;
  }
  .ms-md-2 {
    margin-left: 3.125rem !important;
  }
  .ms-md-3 {
    margin-left: 4.6875rem !important;
  }
  .ms-md-4 {
    margin-left: 6.25rem !important;
  }
  .ms-md-5 {
    margin-left: 7.8125rem !important;
  }
  .ms-md-half {
    margin-left: 0.78125rem !important;
  }
  .ms-md-quarter {
    margin-left: 0.390625rem !important;
  }
  .ms-md-threequarter {
    margin-left: 1.171875rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-2 {
    padding: 3.125rem !important;
  }
  .px-md-1 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 1.5625rem !important;
  }
  .mt-lg-2 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-3 {
    margin-top: 4.6875rem !important;
  }
  .mt-lg-4 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-5 {
    margin-top: 7.8125rem !important;
  }
  .mt-lg-half {
    margin-top: 0.78125rem !important;
  }
  .mt-lg-quarter {
    margin-top: 0.390625rem !important;
  }
  .mt-lg-threequarter {
    margin-top: 1.171875rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 1.5625rem !important;
  }
  .me-lg-2 {
    margin-right: 3.125rem !important;
  }
  .me-lg-3 {
    margin-right: 4.6875rem !important;
  }
  .me-lg-4 {
    margin-right: 6.25rem !important;
  }
  .me-lg-5 {
    margin-right: 7.8125rem !important;
  }
  .me-lg-half {
    margin-right: 0.78125rem !important;
  }
  .me-lg-quarter {
    margin-right: 0.390625rem !important;
  }
  .me-lg-threequarter {
    margin-right: 1.171875rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-lg-half {
    margin-bottom: 0.78125rem !important;
  }
  .mb-lg-quarter {
    margin-bottom: 0.390625rem !important;
  }
  .mb-lg-threequarter {
    margin-bottom: 1.171875rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 1.5625rem !important;
  }
  .ms-lg-2 {
    margin-left: 3.125rem !important;
  }
  .ms-lg-3 {
    margin-left: 4.6875rem !important;
  }
  .ms-lg-4 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-5 {
    margin-left: 7.8125rem !important;
  }
  .ms-lg-half {
    margin-left: 0.78125rem !important;
  }
  .ms-lg-quarter {
    margin-left: 0.390625rem !important;
  }
  .ms-lg-threequarter {
    margin-left: 1.171875rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-2 {
    padding: 3.125rem !important;
  }
  .pe-lg-3 {
    padding-right: 4.6875rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 1.5625rem !important;
  }
  .mt-xl-2 {
    margin-top: 3.125rem !important;
  }
  .mt-xl-3 {
    margin-top: 4.6875rem !important;
  }
  .mt-xl-4 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-5 {
    margin-top: 7.8125rem !important;
  }
  .mt-xl-half {
    margin-top: 0.78125rem !important;
  }
  .mt-xl-quarter {
    margin-top: 0.390625rem !important;
  }
  .mt-xl-threequarter {
    margin-top: 1.171875rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 1.5625rem !important;
  }
  .me-xl-2 {
    margin-right: 3.125rem !important;
  }
  .me-xl-3 {
    margin-right: 4.6875rem !important;
  }
  .me-xl-4 {
    margin-right: 6.25rem !important;
  }
  .me-xl-5 {
    margin-right: 7.8125rem !important;
  }
  .me-xl-half {
    margin-right: 0.78125rem !important;
  }
  .me-xl-quarter {
    margin-right: 0.390625rem !important;
  }
  .me-xl-threequarter {
    margin-right: 1.171875rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xl-half {
    margin-bottom: 0.78125rem !important;
  }
  .mb-xl-quarter {
    margin-bottom: 0.390625rem !important;
  }
  .mb-xl-threequarter {
    margin-bottom: 1.171875rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 1.5625rem !important;
  }
  .ms-xl-2 {
    margin-left: 3.125rem !important;
  }
  .ms-xl-3 {
    margin-left: 4.6875rem !important;
  }
  .ms-xl-4 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-5 {
    margin-left: 7.8125rem !important;
  }
  .ms-xl-half {
    margin-left: 0.78125rem !important;
  }
  .ms-xl-quarter {
    margin-left: 0.390625rem !important;
  }
  .ms-xl-threequarter {
    margin-left: 1.171875rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 1.5625rem !important;
  }
  .mt-xxl-2 {
    margin-top: 3.125rem !important;
  }
  .mt-xxl-3 {
    margin-top: 4.6875rem !important;
  }
  .mt-xxl-4 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-5 {
    margin-top: 7.8125rem !important;
  }
  .mt-xxl-half {
    margin-top: 0.78125rem !important;
  }
  .mt-xxl-quarter {
    margin-top: 0.390625rem !important;
  }
  .mt-xxl-threequarter {
    margin-top: 1.171875rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 1.5625rem !important;
  }
  .me-xxl-2 {
    margin-right: 3.125rem !important;
  }
  .me-xxl-3 {
    margin-right: 4.6875rem !important;
  }
  .me-xxl-4 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-5 {
    margin-right: 7.8125rem !important;
  }
  .me-xxl-half {
    margin-right: 0.78125rem !important;
  }
  .me-xxl-quarter {
    margin-right: 0.390625rem !important;
  }
  .me-xxl-threequarter {
    margin-right: 1.171875rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xxl-half {
    margin-bottom: 0.78125rem !important;
  }
  .mb-xxl-quarter {
    margin-bottom: 0.390625rem !important;
  }
  .mb-xxl-threequarter {
    margin-bottom: 1.171875rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 1.5625rem !important;
  }
  .ms-xxl-2 {
    margin-left: 3.125rem !important;
  }
  .ms-xxl-3 {
    margin-left: 4.6875rem !important;
  }
  .ms-xxl-4 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-5 {
    margin-left: 7.8125rem !important;
  }
  .ms-xxl-half {
    margin-left: 0.78125rem !important;
  }
  .ms-xxl-quarter {
    margin-left: 0.390625rem !important;
  }
  .ms-xxl-threequarter {
    margin-left: 1.171875rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .px-xxl-half {
    padding-right: 0.78125rem !important;
    padding-left: 0.78125rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.5rem !important;
  }
  .fs-2 {
    font-size: 2.6rem !important;
  }
  .fs-3 {
    font-size: 2.15rem !important;
  }
  .fs-4 {
    font-size: 1.75rem !important;
  }
  .fs-5 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
/*
*
* ==========================================
* MIXINS AND FUNCTIONS
* ==========================================
*
*/
.page__section > header, .keep-reading > header {
  font-weight: 600;
  font-size: calc(1.35rem + 1.2vw);
  line-height: 1.25;
  background: #fff;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
@media (min-width: 1200px) {
  .page__section > header, .keep-reading > header {
    font-size: 2.25rem;
  }
}
.page__section > header span, .keep-reading > header span {
  color: #2F6690;
  text-transform: uppercase;
  display: block;
  font-size: 1.125rem;
  font-family: "Source Sans 3", sans-serif;
}

.page__section:before, .keep-reading:before {
  content: "";
  display: block;
  border-top: 1px solid #D9DCD6;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
  height: 0.1875rem;
}

.review-box .btn:after, .btn.arrowhover:after, .keep-reading .articles_list .meta__category:after {
  content: "\f054";
  font-family: "mmg-icons";
  position: relative;
  top: 0px;
  left: -1.875rem;
  background: transparent;
  line-height: 1;
  font-size: 70%;
  opacity: 0;
  position: absolute;
  color: #fff;
}
.review-box .btn:hover:after, .btn.arrowhover:hover:after, .keep-reading .articles_list .meta__category:hover:after {
  opacity: 1;
  position: relative;
  transition: all 150ms ease-in;
  left: 0.4375rem;
}
.review-box [href^="#"].btn:after, [href^="#"].btn.arrowhover:after, .keep-reading .articles_list [href^="#"].meta__category:after {
  display: inline-block;
  transform: rotate(90deg) !important;
}

/*
*
* ==========================================
* BASICS & UTIL
* ==========================================
*
*/
body, html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  .table-responsive {
    overflow-x: scroll !important;
  }
}
/*@media (hover: none) and (pointer: coarse) {}*/
.no-focus-outline a:focus, .no-focus-outline button:focus {
  outline: none;
}

@media (min-width: 576px) {
  :target {
    scroll-margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  :target {
    scroll-margin-top: 70px;
  }
}
.btn-secondary {
  text-decoration: none !important;
}

.btn-body-font, .h-body-font {
  font-family: "Source Sans 3", sans-serif !important;
}

.tooltip .tooltip-inner {
  text-align: left;
  line-height: 1.35;
  font-size: 1rem;
}
.tooltip .tooltip-inner a {
  text-decoration: underline;
}

.tooltip-bg-info .tooltip-inner {
  background: #3A7CA5;
  color: #fff;
}
.tooltip-bg-info[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #3A7CA5 !important;
}
.tooltip-bg-info[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #3A7CA5 !important;
}
.tooltip-bg-info[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #3A7CA5 !important;
}
.tooltip-bg-info[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #3A7CA5 !important;
}

.tooltip-bg-dark .tooltip-inner {
  background: #000;
  color: #fff;
}
.tooltip-bg-dark[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #000 !important;
}
.tooltip-bg-dark[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #000 !important;
}
.tooltip-bg-dark[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #000 !important;
}
.tooltip-bg-dark[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #000 !important;
}

sup {
  top: -0.2em;
}

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

.text-dark {
  color: #000 !important;
}

.text-small {
  font-size: 85% !important;
}

.bg-gray {
  background-color: #D9DCD6 !important;
}

.bg-ltinfo {
  background-color: rgba(58, 124, 165, 0.1);
}

.p-half {
  padding: 0.78125rem !important;
}

.p-2px {
  padding: 2px !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

pre {
  background: #f7f8f7;
  padding: 0.3125rem;
}
pre code {
  white-space: normal;
}

.nav-tabs .nav-link {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  margin-right: 1.5625rem;
  text-decoration: none;
  color: rgb(140.5, 149.5394736842, 131.4605263158);
}
.nav-tabs .nav-link.active {
  border-bottom: 3px solid;
  font-weight: 600;
}

.tab-content {
  padding: 1.5625rem 0;
}

.mobileTabAccordion {
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .mobileTabAccordion .tab-content {
    border-bottom: 1px solid #D9DCD6;
  }
  .mobileTabAccordion .panel-heading {
    display: none;
  }
  .mobileTabAccordion .panel {
    border: none;
    box-shadow: none;
  }
  .mobileTabAccordion .panel-collapse {
    height: auto;
  }
  .mobileTabAccordion .panel-collapse.collapse {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .mobileTabAccordion .tab-content {
    padding: 0;
  }
  .mobileTabAccordion .tab-content .tab-pane {
    display: block;
  }
  .mobileTabAccordion .nav-tabs {
    display: none;
  }
  .mobileTabAccordion .panel-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1.125rem;
    padding: 0.625rem;
  }
  .mobileTabAccordion .panel-title a {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .mobileTabAccordion .panel-title a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dadada'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.2s ease-in-out;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0.125rem;
  }
  .mobileTabAccordion .panel-title a[aria-expanded=true]:after {
    right: 0.625rem;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    top: auto;
  }
  .mobileTabAccordion .tab-content .panel-table {
    border: 0;
  }
  .mobileTabAccordion .tab-content .panel-table .panel-body table {
    border-top: 0;
  }
  .mobileTabAccordion .tab-content .panel-table .show .panel-body {
    margin-bottom: 0.625rem;
  }
  .mobileTabAccordion .tab-content .panel-table .panel-title {
    border-bottom: 1px solid;
  }
  .mobileTabAccordion .tab-content .panel-table .panel-title a[aria-expanded=true] {
    margin: -0.625rem;
    padding: 0.625rem 0.8125rem;
  }
}

.nowrap {
  white-space: nowrap;
}

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.split-2, .split {
  -moz-columns: 2;
  columns: 2;
}

[class^=split-] li, ul.split li, ol.split li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

@media (max-width: 767.98px) {
  [class^=split-], .split {
    -moz-columns: 1;
    columns: 1;
  }
}
.max-vh-50 {
  max-height: 50vh !important;
}

.max-vh-25 {
  max-height: 25vh !important;
}

.me-3px {
  margin-right: 0.1875rem;
}

#backToTop {
  visibility: hidden;
  position: fixed;
  bottom: 1.5625rem;
  right: 1.5625rem;
  z-index: 99999;
  padding: 3px 11px 7px;
}

#backToTop:hover {
  cursor: pointer;
}

.mmg-sharing-buttons a {
  text-decoration: none !important;
}
.mmg-sharing-buttons a.btn-facebook:hover {
  background-color: rgb(27, 116, 228);
  border-color: rgb(27, 116, 228);
}
.mmg-sharing-buttons a.btn-twitter:hover {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
}
.mmg-sharing-buttons a.btn-linkedin:hover {
  background-color: #0077B5;
  border-color: #0077B5;
}
.mmg-sharing-buttons a.btn-whatsapp:hover {
  background-color: #128c7e;
  border-color: #128c7e;
}

/*
*
* ==========================================
* SPACING
* ==========================================
*
*/
.theme-spacing,
.container__main.archive,
.container__main.page,
.container__main.single,
#bonus-search {
  padding: 1.5625rem;
}
@media (min-width: 992px) {
  .theme-spacing,
  .container__main.archive,
  .container__main.page,
  .container__main.single,
  #bonus-search {
    padding: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .theme-spacing,
  .container__main.archive,
  .container__main.page,
  .container__main.single,
  #bonus-search {
    padding: 6.25rem;
  }
}

.keep-reading, .page__section {
  padding: 0 1.5625rem 1.5625rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .keep-reading, .page__section {
    padding: 0 1.5625rem 0;
  }
}
@media (min-width: 992px) {
  .keep-reading, .page__section {
    padding: 0 3.125rem 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .keep-reading, .page__section {
    padding: 0 6.25rem 3.125rem;
  }
}
.keep-reading > header, .page__section > header {
  padding-top: 1.5625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .keep-reading > header, .page__section > header {
    margin-bottom: 2.3125rem;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .keep-reading > header, .page__section > header {
    padding-top: 4.6875rem;
  }
}

@media screen and (min-height: 851px) and (min-width: 1200px) {
  .single .keep-reading {
    padding: 0 6.25rem 1.5625rem;
  }
  .single .keep-reading > header {
    padding-top: 3.125rem;
  }
}
@media screen and (max-height: 850px) {
  .theme-spacing,
  .container__main.archive,
  .container__main.page,
  .container__main.single,
  #bonus-search {
    padding: 1.5625rem;
  }
}
@media screen and (max-height: 850px) and (min-width: 992px) {
  .theme-spacing,
  .container__main.archive,
  .container__main.page,
  .container__main.single,
  #bonus-search {
    padding: 3.125rem;
  }
}
@media screen and (max-height: 850px) {
  .keep-reading, .page__section {
    padding: 0 1.5625rem 1.5625rem;
  }
}
@media screen and (max-height: 850px) and (min-width: 768px) and (max-width: 991.98px) {
  .keep-reading, .page__section {
    padding: 0 1.5625rem 0;
  }
}
@media screen and (max-height: 850px) and (min-width: 992px) {
  .keep-reading, .page__section {
    padding: 0 3.125rem 1.5625rem;
  }
}
@media screen and (max-height: 850px) {
  .keep-reading > header, .page__section > header {
    padding-top: 1.5625rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-height: 850px) and (min-width: 992px) {
  .keep-reading > header, .page__section > header {
    margin-bottom: 2.3125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-height: 850px) and (min-width: 1200px) {
  #footer__logo .logo {
    margin-left: 0 !important;
  }
}
.full-width {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
  padding: 1.5625rem;
}
@media (min-width: 992px) {
  .full-width {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
    padding: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .full-width {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
    padding: 3.125rem 6.25rem;
  }
}

/*
*
* ==========================================
* NAV BAR
* ==========================================
*
*/
.primary-nav-bar {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.3;
}
.primary-nav-bar .push-right {
  white-space: nowrap;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 992px) {
  .primary-nav-bar .push-right {
    order: 99;
    margin-left: 0;
  }
}
.primary-nav-bar .logo {
  margin: 0 0 0 0.9375rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.primary-nav-bar .logo aside {
  display: inline-block;
  color: #fff;
}
.primary-nav-bar .logo img {
  position: relative;
}
.primary-nav-bar .navbar-toggler {
  position: relative;
  margin-right: 0.78125rem;
  border: none;
  padding: 0;
  text-decoration: none;
}
.primary-nav-bar .navbar-toggler .fa-times {
  font-size: 110%;
  position: relative;
  top: 0.0625rem;
}
.primary-nav-bar .navbar-toggler[aria-expanded=true] .fa-times {
  display: block;
}
.primary-nav-bar .navbar-toggler[aria-expanded=true] .fa-bars {
  display: none;
}
.primary-nav-bar .navbar-toggler[aria-expanded=false] .fa-times {
  display: none;
}
.primary-nav-bar .navbar-toggler[aria-expanded=false] .fa-bars {
  display: block;
}
.primary-nav-bar .search {
  margin-right: 0.78125rem;
  position: relative;
  text-decoration: none;
}
.primary-nav-bar .search:hover {
  cursor: pointer;
}
.primary-nav-bar .main__nav {
  width: 100%;
  padding-left: 1.0625rem;
  padding-bottom: 0.625rem;
}
.primary-nav-bar .main__nav .nav-link {
  border-bottom: 0.1875rem solid transparent;
  padding: 0;
  color: #fff;
  font-size: 1.25rem;
}
.primary-nav-bar .main__nav .dropdown-menu {
  border-radius: 0;
  border: none;
}
.primary-nav-bar .main__nav .dropdown-menu .dropdown-item {
  color: #fff;
}
.primary-nav-bar .main__nav .dropdown-toggle::after {
  position: relative;
  top: 0.125rem;
  height: 0.375rem;
  width: 0.75rem;
}
.primary-nav-bar .main__nav .dropdown-item {
  padding: 0.125rem 0;
}
.primary-nav-bar .main__nav .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.primary-nav-bar .category--all {
  margin-top: 0.5625rem;
}
.primary-nav-bar .category--all .dropdown-item:after {
  display: inline-block;
  margin-left: 0.3125rem;
  content: "";
  border-top: 0.35em solid transparent;
  border-right: 0;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
}
.primary-nav-bar .category--all .dropdown-item:hover {
  background: transparent;
}
@media (min-width: 992px) {
  .primary-nav-bar .main__nav {
    padding-bottom: 0;
  }
  .primary-nav-bar .main__nav .nav-link {
    padding: 0 !important;
    padding-bottom: 0.25rem !important;
    margin-bottom: -0.25rem;
    margin-right: 3.125rem;
    font-weight: bold;
  }
  .primary-nav-bar .main__nav .dropdown-menu {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    margin-top: 0.8125rem;
  }
  .primary-nav-bar .main__nav .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.0625rem;
  }
  .primary-nav-bar .category--all {
    text-align: right;
    padding: 0.5rem 0.45rem 0.45rem;
    border-bottom: 5px solid;
    margin-bottom: -0.5rem;
  }
  .primary-nav-bar .category--all .dropdown-item {
    padding: 0 !important;
  }
}

.navbar__cta, .navbar__cta__xs {
  border: 0;
  display: inline-block;
  white-space: nowrap;
  outline: none !important;
  padding: 0 0.78125rem;
  align-self: stretch;
  align-items: center;
  display: flex;
}
.navbar__cta:hover, .navbar__cta__xs:hover {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.navbar__cta__xs {
  text-align: center;
  display: none;
  padding: 0.1875rem 0;
}

@media screen and (max-width: 465px) {
  .primary-nav-bar .logo {
    margin: 0 0.625rem;
  }
  .primary-nav-bar .logo aside {
    font-size: 1.75rem;
  }
  .primary-nav-bar .logo img {
    width: 2.0625rem;
    top: 0;
  }
  .primary-nav-bar .main__nav {
    padding: 0 0.625rem 0.3125rem;
  }
  .primary-nav-bar .main__nav li {
    padding: 0.3125rem 0;
  }
  .primary-nav-bar .push-right .navbar__cta, .primary-nav-bar .push-right .navbar__cta__xs {
    display: none;
  }
  .navbar__cta__xs {
    display: block;
  }
}
/*
*
* ==========================================
* MAIN ARTICLES AND POST META
* ==========================================
*
*/
.container__post-content ul, .container__post-content ol {
  margin-bottom: 1.5625rem;
}
.container__post-content td ul, .container__post-content td ol {
  margin-bottom: 0.625rem;
}
.container__post-content a {
  text-decoration: underline;
}
.container__post-content h2, .container__post-content .h2 {
  text-transform: capitalize;
  margin-top: 4.6875rem;
}
.container__post-content h3, .container__post-content .h3, .container__post-content h4, .container__post-content .h4, .container__post-content h5, .container__post-content .h5, .container__post-content h6, .container__post-content .h6 {
  margin-top: 3.125rem;
}
.container__post-content p {
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .container__post-content p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    line-height: 1.8;
  }
}
.container__post-content p + ul {
  margin-top: -0.5rem;
}
.container__post-content p:last-child {
  margin-bottom: 0;
}

.container__main {
  overflow: hidden;
  max-width: 106.5625rem;
  margin: 0 auto;
}
.container__main > article > h1, .container__main > article > .h1, .container__main > h1, .container__main > .h1, .container__main h1.meta__title, .container__main .meta__title.h1 {
  font-size: calc(1.5625rem + 3.75vw);
  line-height: 1;
}
@media (min-width: 1200px) {
  .container__main > article > h1, .container__main > article > .h1, .container__main > h1, .container__main > .h1, .container__main h1.meta__title, .container__main .meta__title.h1 {
    font-size: 4.375rem;
  }
}
@media (min-width: 992px) {
  .container__main .meta, .container__main > article > h1, .container__main > article > .h1, .container__main > h1, .container__main > .h1 {
    width: 66.6666666667%;
    margin-left: 0;
  }
}
.container__main .meta {
  max-width: 100%;
}
.container__main .meta nav#breadcrumbs {
  display: inline-block;
}
.container__main .meta nav#breadcrumbs a {
  text-decoration: none;
}
.container__main .meta .meta__category, .container__main .meta #breadcrumbs a, .container__main .meta .meta__disclosure {
  font-size: 1rem;
}
.container__main .meta .meta__author {
  font-size: 1.125rem;
}
.container__main .meta .meta__coauthors, .container__main .meta .meta__coauthors .meta__author, .container__main .meta .meta__date, .container__main .meta .meta__readtime, .container__main .meta .meta__advdisclosure {
  font-size: 0.875rem;
}
.container__main .meta .meta__synopsis {
  display: inline;
}
.container__main .meta .meta__authorimg {
  max-width: 3.125rem;
  border-radius: 50%;
}
.container__main .meta .meta__author {
  text-decoration: none;
}
.container__main .meta .meta__author:hover {
  text-decoration: underline;
}
.container__main .meta .meta__category:not(:first-of-type), .container__main .meta #breadcrumbs a:not(:first-of-type) {
  border-left: 1px solid;
  padding-left: 0.625rem;
  margin-left: 0.3125rem;
}
.container__main .meta .meta__disclosure {
  margin-left: 3.125rem;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .container__main .meta .meta__disclosure {
    display: block;
    margin-left: 0;
  }
}
.container__main .meta .meta__advdisclosure a:hover,
.container__main .meta .meta__disclosure:hover {
  cursor: pointer;
}
.container__main .meta .meta__date {
  position: relative;
  top: -0.3125rem;
}
.container__main .meta .meta__readtime {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.4375rem;
  display: inline-block;
}
.container__main > .meta:first-of-type, .container__main > article > .meta:first-of-type {
  margin-bottom: 1.5625rem;
}

.full-width-meta.container__main .meta, .full-width-meta.container__main > article > h1, .full-width-meta.container__main > article > .h1, .full-width-meta.container__main > h1, .full-width-meta.container__main > .h1, .full-width-meta .container__main .meta, .full-width-meta .container__main > article > h1, .full-width-meta .container__main > article > .h1, .full-width-meta .container__main > h1, .full-width-meta .container__main > .h1 {
  width: 100%;
}

@media screen and (min-width: 1705px) {
  .container__main {
    overflow: visible;
  }
  .breakout {
    margin-left: -100%; /* old browsers fallback */
    margin-right: -100%; /* old browsers fallback */
    margin-left: calc(50% - 50vw + 7.5px);
    margin-right: calc(50% - 50vw + 7.5px);
  }
  .breakout > [class^=row], .breakout > header {
    max-width: 101.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1705px) and (min-height: 850px) {
  .breakout > [class^=row], .breakout > header {
    max-width: 95.625rem;
  }
}
.single.cpc .breakout {
  margin-left: -100%; /* old browsers fallback */
  margin-right: -100%; /* old browsers fallback */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
@media (min-width: 992px) {
  .single.cpc .breakout {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .single.cpc .breakout {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
@media screen and (min-width: 992px) and (max-height: 850px) {
  .single.cpc .breakout {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

/*
*
* ==========================================
* ARTICLE TABLE OF CONTENTS
* ==========================================
*
*/
#articleContents {
  z-index: 98;
  background: #f7f8f7;
  padding: 0.75rem 1.5625rem 0.625rem;
}
#articleContents header {
  padding: 0.8125rem 0;
  background: none !important;
  border-bottom: 2px solid #D9DCD6;
  letter-spacing: 1px;
  margin-bottom: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
}
#articleContents nav {
  background: none;
  text-transform: capitalize;
}
#articleContents nav a {
  text-decoration: none;
}
#articleContents .list-group-item {
  border: 0;
  font-size: 1rem;
  border-left: 2px solid transparent;
  line-height: 1.2;
  padding: 0.3125rem 0;
  margin-bottom: 0.3125rem;
  background: none;
}
#articleContents .list-group-item:after {
  content: "Jump ⇣";
  flex: 0 0 auto;
  width: auto;
  font-size: 80%;
  color: #3A7CA5;
  padding-left: 1ch;
}
#articleContents .list-group-item:hover, #articleContents .list-group-item.active {
  padding: 0.3125rem 0 0.3125rem 0.5rem;
  border-left: 2px solid;
  background: none;
  transition: all ease-in 0.15s;
  color: #000;
  font-weight: 600;
}
#articleContents .list-group-item.active {
  margin-top: 0;
}
#articleContents .list-group-item.active:hover {
  cursor: default;
}
#articleContents .list-group-item.active:after {
  display: none;
}

@media (min-width: 992px) {
  #articleContents, #sidebarContents {
    position: fixed;
    right: 3.125rem;
    left: 75%;
    background: none;
    padding: 0;
  }
  .container__post-content:not(.styles-only), .comments {
    flex: 0 0 auto;
    width: 66.66666667%;
    position: relative;
  }
  .scrolling {
    top: 102px;
  }
  .bottomFixed {
    transform: translate(0%, -100%);
    top: 0;
  }
}
@media screen and (min-height: 851px) and (min-width: 1200px) {
  #articleContents, #sidebarContents {
    right: 6.25rem;
  }
}
@media screen and (min-width: 1705px) {
  #articleContents, #sidebarContents {
    right: calc((100% - 1530px) / 2 + 12.5px);
    left: calc((100% - 1530px) / 2 + 12.5px + 1147.5px);
  }
}
@media screen and (min-width: 1705px) and (max-height: 850px) {
  #articleContents, #sidebarContents {
    right: calc((100% - 1530px) / 2 - 37.5px);
  }
}
@media (max-width: 991.98px) {
  #sidebarContents {
    padding: 1.5625rem;
    margin-bottom: 1.5625rem;
    background: #D9DCD6;
  }
}
/*
*
* ==========================================
* KEEP READING / RELATED ARTICLES
* ==========================================
*
*/
.keep-reading {
  max-width: 106.5625rem;
  margin-left: auto;
  margin-right: auto;
}
.keep-reading .articles_list {
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  --bs-gutter-x: 25px;
}
@media (min-width: 768px) {
  .keep-reading .articles_list {
    --bs-gutter-x: 50px;
  }
}
.keep-reading .articles_list article {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 0.78125rem;
}
@media (min-width: 768px) {
  .keep-reading .articles_list article {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 1.5625rem;
  }
}
@media (min-width: 992px) {
  .keep-reading .articles_list article {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .keep-reading .articles_list article {
    flex: 0 0 auto;
    width: 20%;
  }
}
.keep-reading .articles_list article:hover header {
  transition: background 150ms ease-in;
}
.keep-reading .articles_list article a {
  display: block;
  text-decoration: none;
}
.keep-reading .articles_list img {
  width: 100%;
}
@media screen and (max-width: 345px) {
  .keep-reading .articles_list img {
    display: none;
  }
}
.keep-reading .articles_list header {
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: capitalize;
}
.keep-reading .articles_list .meta__category {
  padding: 0.125rem 0.3125rem;
  display: inline-block;
  font-weight: 600;
  margin-top: 1.5625rem;
  margin-bottom: 0.4375rem;
  text-transform: lowercase;
  position: relative;
  text-decoration: none;
}
.keep-reading .articles_list .meta__category:after {
  top: 1px;
  font-size: 90%;
  left: -1.5625rem;
  padding: 0.4375rem 0 0.25rem;
}
.keep-reading .articles_list .meta__category:hover {
  background: transparent !important;
  transition: all 50ms ease-in;
}
.keep-reading .articles_list .meta__category:hover:after {
  left: 0.3125rem;
}
.keep-reading .articles_list .meta__date {
  margin-top: 0.9375rem;
  font-size: 1rem;
  margin-bottom: 0.1875rem;
}

.keep-reading:not(.recent) .articles_list article:not(:nth-child(3)) {
  margin-bottom: 1.5625rem;
}
.keep-reading:not(.recent) .articles_list article:nth-last-child(2), .keep-reading:not(.recent) .articles_list article:nth-last-child(1) {
  display: none;
}
@media (min-width: 992px) {
  .keep-reading:not(.recent) .articles_list article:nth-last-child(2) {
    display: block;
  }
}
@media (min-width: 1600px) {
  .keep-reading:not(.recent) .articles_list article:nth-last-child(1) {
    display: block;
  }
}

.keep-reading.recent .articles_list article {
  margin-bottom: 1.5625rem !important;
}

/*
*
* ==========================================
* FOOTER
* ==========================================
*
*/
footer {
  overflow-x: hidden;
}
footer > .row {
  padding: 1.5625rem;
}
@media (min-width: 992px) {
  footer > .row {
    padding: 3.125rem;
  }
}
footer h6, footer .h6 {
  margin-top: 1.5625rem;
}
@media (min-width: 992px) {
  footer h6, footer .h6 {
    margin-top: 0;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
footer ul.sub-menu {
  padding-left: 0.25rem;
  margin-top: 0.75rem;
  list-style: none;
}
footer #footer__logo {
  display: flex;
  align-items: center;
}
footer #footer__logo .logo {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
footer #footer__logo .logo aside {
  display: inline-block;
}
footer #footer__logo .logo img {
  margin-right: 0.1875rem;
  position: relative;
}
footer #footer__logo .logo:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  footer #footer__logo .logo {
    margin-left: 3.125rem;
  }
}
@media (max-width: 575.98px) {
  footer #footer__logo .logo {
    margin: 0 auto;
  }
}
footer #footer__logo .logo.img-only img {
  width: 60%;
}
@media (max-width: 575.98px) {
  footer #footer__logo .logo.img-only img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  footer #footer__links {
    text-align: center;
  }
}
footer #footer__legal {
  text-align: center;
  padding: 1.5625rem 0;
  background: #fff;
  font-size: 0.875rem;
}
footer #footer__legal p {
  margin-bottom: 0;
}
footer #footer__social {
  text-align: center;
  padding: 1.5625rem 0;
  background: rgb(12.3265625, 100.3734375, 56.35);
}
footer #footer__social ul {
  margin-bottom: 0;
}
footer #footer__social a {
  font-size: 150%;
  text-decoration: none;
  position: relative;
  top: 0.1875rem;
  line-height: 1;
}
footer #footer__social a:hover {
  text-decoration: none;
  color: #ff8048;
  transition: color ease-in 100ms;
}

/*
*
* ==========================================
* MODALS
* ==========================================
*
*/
.mmgFade {
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.15s linear;
}
.mmgFade .modal-body {
  opacity: 0;
  transform: translateY(-5%);
  transition: all 0.15s linear;
  transition-delay: 0.18s;
}
.mmgFade.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.mmgFade.show .modal-body {
  opacity: 1;
  transform: translateY(0);
}

body {
  padding-right: 0 !important;
}

.modal {
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding-right: 0 !important;
}
.modal .modal-content {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  position: relative;
}
.modal .modalClose {
  margin-left: auto;
}
.modal .modalClose svg[data-prefix=far], .modal .modalClose i.far {
  display: block;
  position: relative;
  top: 1px;
}
.modal .modalClose svg[data-prefix=fas], .modal .modalClose i.fas {
  display: none;
  position: relative;
  top: 1px;
}
.modal .modalClose:hover {
  cursor: pointer;
}
.modal .modalClose:hover svg[data-prefix=far], .modal .modalClose:hover i.far {
  display: none;
}
.modal .modalClose:hover svg[data-prefix=fas], .modal .modalClose:hover i.fas {
  display: block;
}
.modal .modal-header {
  border-radius: 0;
  border: 0;
}
.modal .modal-footer {
  background: #D9DCD6;
  padding: 1.5625rem;
}
.modal .modal-footer .text-muted {
  color: rgb(127.75, 137.7960526316, 117.7039473684) !important;
}
.modal .modal-footer .text-muted a {
  color: rgb(127.75, 137.7960526316, 117.7039473684);
  text-decoration: underline;
}
.modal .modal-footer > * {
  margin: 0;
}

#searchModal .modal-header {
  padding: 0;
}
#searchModal .modal-header .input-group-text, #searchModal .modal-header form input[type=search] {
  border: 0;
}
#searchModal .modal-header .input-group-text {
  border-radius: 0;
  font-size: 200%;
  padding: 1.5625rem;
}
#searchModal .modal-header .input-group-text:hover {
  cursor: pointer;
}
#searchModal .modal-header form {
  width: calc(100% - 55px);
}
#searchModal .modal-header form input {
  background: none;
}
#searchModal .modal-header form input:focus {
  outline: 0 !important;
  box-shadow: none;
}
#searchModal .modal-header form input:-moz-placeholder-shown {
  font-style: italic;
}
#searchModal .modal-header form input:placeholder-shown {
  font-style: italic;
}
#searchModal .modal-header input[type=search]::-webkit-search-cancel-button,
#searchModal .modal-header input[type=search]::-webkit-search-decoration,
#searchModal .modal-header input[type=search]::-webkit-search-results-button,
#searchModal .modal-header input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
#searchModal .modalClose {
  position: relative;
  right: 1.5625rem;
  z-index: 5;
}
#searchModal .modal-body {
  padding: 0.78125rem;
}
#searchModal .modal-body article {
  line-height: 1.2;
}
#searchModal .modal-body article:not(:last-of-type) {
  margin-bottom: 0.78125rem;
  border-bottom: 1px solid #D9DCD6;
  padding-bottom: 0.78125rem;
}
#searchModal .modal-body article img {
  width: 6.25rem;
  height: auto;
  margin-right: 0.78125rem;
}
#searchModal .modal-body article a {
  color: rgb(89.5, 96.5657894737, 82.4342105263);
  font-size: 0.875rem;
  text-decoration: none;
}
#searchModal .modal-body article a h2, #searchModal .modal-body article a .h2 {
  font-size: 1.125rem;
  color: #000;
  margin-bottom: 0;
}
#searchModal .modal-body article a:hover {
  background: #D9DCD6;
  color: #000;
  border-bottom: 1px dashed #D9DCD6;
}
#searchModal .modal-body p {
  margin-bottom: 1.5rem;
}
#searchModal .modal-footer {
  justify-content: space-between;
  font-size: 0.875rem;
  padding: 0.78125rem;
}
#searchModal .modal-footer .page-link {
  border-color: rgb(199.15, 203.5592105263, 194.7407894737);
}
#searchModal .modal-footer aside {
  width: 50%;
  margin-top: 0;
}
#searchModal .modal-footer .pagination a {
  font-size: 90%;
}
#searchModal .modal-footer .pagination .disabled a {
  color: rgb(191.5, 196.5131578947, 186.4868421053);
  color: #D9DCD6;
}

#disclosureModal .modal-footer a {
  text-decoration: none !important;
  font-family: "Source Sans 3", sans-serif;
  color: #000;
  font-weight: 600;
}

/*
*
* ==========================================
* COMMENTS
* ==========================================
*
*/
.comments {
  margin-top: 3.125rem;
}
.comments p {
  line-height: 1.5 !important;
}
.comments #reply-title, .comments #comments-title {
  margin: 0 !important;
  font-size: 1.125rem;
}
.comments > p {
  margin-bottom: 0;
}
.comments > p a {
  width: 100%;
  border-radius: 0;
  font-size: 1.125rem !important;
}
.comments > p a i {
  margin-right: 0.1875rem;
}
.comments .card-body {
  background: #D9DCD6;
  border: 0;
  border-radius: 0;
}
.comments p.logged-in-as a {
  font-size: 1.125rem;
  background: none;
  font-size: 80%;
}
.comments #respond {
  border-bottom: 1px solid rgb(191.5, 196.5131578947, 186.4868421053);
  padding-bottom: 0.78125rem;
  margin-bottom: 1.5625rem;
}
.comments #respond p {
  margin-bottom: 0.9375rem;
}
.comments #respond label, .comments #respond #cancel-comment-reply-link {
  display: block;
  font-size: 80%;
  margin-bottom: 0.1875rem;
}
.comments #respond #cancel-comment-reply-link {
  display: inline;
  margin-left: 0.5rem;
  font-style: italic;
}
.comments #respond input, .comments #respond textarea {
  width: 100%;
  border: 1px solid #D9DCD6;
}
.comments #respond input[type=checkbox] {
  width: 1.5625rem;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.comments #respond input[type=checkbox] + label {
  display: inline-block;
}
.comments #respond input[type=submit] {
  border: 0;
  width: auto;
  padding: 0.5rem 0.9375rem;
  font-size: 1rem;
}
.comments ul {
  list-style: none;
}
.comments ul#read {
  padding-left: 0;
  margin-top: 1.5625rem;
  margin-bottom: 0;
}
.comments ul#read .container {
  max-width: 100% !important;
}
.comments ul#read li {
  padding-left: 0;
}
.comments ul#read li:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.comments ul#read a.comment-reply-link {
  font-size: 80%;
}
.comments ul#read .comment-author {
  margin-bottom: 0.78125rem;
}
.comments ul#read .comment-author img {
  width: 64px;
  height: auto;
}
.comments ul#read cite.fn {
  font-style: normal;
}
.comments ul#read .comment-meta {
  font-size: 0.875rem;
  font-weight: bold;
  color: rgb(140.5, 149.5394736842, 131.4605263158);
  line-height: 1;
}
.comments ul#read ul.children {
  margin-top: -0.3125rem;
}
.comments ul#read ul.children li {
  background: #fff;
  padding: 0.78125rem 0.78125rem 0.3125rem;
  margin-bottom: 1.5625rem;
}
.comments .comment #respond {
  margin-top: 0.78125rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.container__post-content[style="width: 100%;"] + .comments {
  width: 100%;
}

/*
*
* ==========================================
* UI COMPONENTS
* ==========================================
*
*/
.flair-graybox {
  padding: 1.5625rem;
  margin-bottom: 1.5625rem;
  background: #D9DCD6;
}
.flair-graybox.condensed {
  padding: 0.3125rem 0.5rem;
}
.flair-graybox .col > img {
  width: 100%;
  max-width: 15.625rem;
  max-height: 3.75rem;
  padding: 0.78125rem;
}
.flair-graybox.cta {
  background: rgb(223.375, 225.8717105263, 220.8782894737);
  border-bottom: 0.3125rem solid;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.flair-graybox.cta img {
  width: 95%;
  max-height: 3.75rem;
}
@media (min-width: 576px) {
  .flair-graybox.cta img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .flair-graybox.cta img {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .flair-graybox.cta img {
    width: 25%;
  }
}
.flair-graybox.border-only {
  background: #fff;
  border: 1px solid #D9DCD6;
}
.flair-graybox.box-shadow {
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.12);
}

table + .flair-graybox.cta {
  margin-top: -0.3125rem;
  border-top: 1px solid rgb(178.75, 184.7697368421, 172.7302631579);
  border-left: 0.1875rem solid #D9DCD6;
  border-right: 0.1875rem solid #D9DCD6;
}

.successMsg {
  padding: 1.5625rem;
  margin-bottom: 0;
  text-align: center;
}

.media-youtube {
  background: rgb(211.9, 215.3026315789, 208.4973684211);
  position: relative;
  left: 0.78125rem;
  margin: 3.125rem 0 0;
}
.media-youtube iframe {
  top: -0.78125rem;
  left: -0.78125rem;
}

.media-image {
  position: relative;
  margin-top: 3.125rem;
  box-shadow: 0.75rem 0.75rem 0 0 #D9DCD6;
}
.media-image img {
  width: 100%;
}

.media-youtube + figcaption, .media-image + figcaption {
  margin: 0.8928571429rem 0 3.125rem;
  text-align: right;
  font-size: 75%;
  font-style: italic;
}
.media-youtube + figcaption a, .media-image + figcaption a {
  color: #adadad !important;
}

@media (min-width: 1200px) {
  .gbr.ratio-16x3 {
    max-height: 8.3125rem;
  }
}
@media screen and (max-width: 529px) {
  .gbr.ratio-16x3 {
    --bs-aspect-ratio: 60%;
  }
}

blockquote {
  position: relative;
  padding-left: 6.875rem;
  line-height: 1.2 !important;
}
blockquote p {
  line-height: 1.2 !important;
}
blockquote:before {
  content: "“";
  font-size: calc(2.375rem + 13.5vw);
  position: absolute;
  left: 0;
  top: -0.625rem;
  line-height: 1;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
}
@media (min-width: 1200px) {
  blockquote:before {
    font-size: 12.5rem;
  }
}
blockquote figcaption {
  font-size: 1.125rem;
}
blockquote figcaption cite {
  font-weight: normal;
  font-style: normal;
  margin-left: 1.5625rem;
}
blockquote figcaption:before {
  content: "";
  display: block;
  width: 3.125rem;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 575.98px) {
  blockquote {
    padding-left: 5.3125rem;
  }
  blockquote:before {
    font-size: 9.375rem;
  }
  blockquote figcaption cite {
    display: block;
    margin-left: 0;
  }
}

.links-label {
  display: inline-block;
  font-size: 118%;
  position: relative;
  margin-bottom: 0.390625rem !important;
  padding: 0 0.1875rem;
}
.links-label:after {
  content: "";
  height: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0.4375rem;
  width: 100%;
  z-index: -1;
}
.links-label + ul li:before {
  background: #000 !important;
}
.links-label + ol {
  margin-top: 0 !important;
}
.links-label + ol li:before {
  color: #000 !important;
  top: 1px;
}

.link-arrow {
  text-indent: -0.9375rem;
  margin-left: 0.9375rem;
}
.link-arrow::before {
  font-family: "mmg-icons" !important;
  content: "\f054";
  font-size: 85%;
  line-height: 1;
  position: relative;
  margin-right: 0.3125rem;
  border-bottom: 0;
}
.link-arrow.cta {
  font-size: 110%;
}

.review-card {
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  --bs-gutter-x: $spacer;
  padding: 1.5625rem;
  border: 1px solid rgb(196.6, 201.2105263158, 191.9894736842);
}
.review-card img, .review-card > div {
  flex: 0 0 auto;
  width: 50%;
}
.review-card img {
  max-height: 3.1875rem;
  padding-right: 0.78125rem;
}
.review-card > div {
  text-align: center;
  padding-left: 0.78125rem;
}
.review-card > div a {
  font-size: 80%;
  color: #000;
  display: block;
}
.review-card .rating {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25rem;
  white-space: nowrap;
}
.review-card .rating .fa {
  font-size: 75%;
  position: relative;
  top: -0.125rem;
  margin-right: 0.3125rem;
}
.review-card[data-href]:hover {
  cursor: pointer;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 390px) {
  .review-card {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 355px) {
  .review-card img {
    width: 40%;
  }
  .review-card > div {
    width: 60%;
  }
}
@media screen and (max-width: 310px) {
  .review-card {
    padding: 0.9375rem;
  }
  .review-card img, .review-card > div {
    width: 100%;
    padding: 0;
  }
  .review-card img {
    margin-bottom: 0.625rem;
  }
}

.flair-skipDown {
  text-decoration: none !important;
}
.flair-skipDown span {
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: 0.25rem;
  font-style: normal !important;
  font-weight: normal !important;
  margin-right: 0.625rem;
}
.flair-skipDown span::after {
  font-family: "mmg-icons" !important;
  content: "\f063";
  font-size: 85%;
  top: -0.1875rem;
  line-height: 1;
  position: relative;
}
.flair-skipDown.indigo {
  color: #2F6690 !important;
}
.flair-skipDown.indigo span {
  background: #2F6690;
}
.flair-skipDown.primary {
  color: #0E7240 !important;
}
.flair-skipDown.primary span {
  background: #0E7240;
}

.container__post-content ul:not(.no-bullet):not(.arrow-list):not(.list-inline):not(.pro-list):not(.con-list):not(.nav-pills) {
  list-style: none;
  padding-left: 0rem;
  position: relative;
  top: -0.1875rem;
  margin-bottom: 1.375rem;
}
.container__post-content ul:not(.no-bullet):not(.arrow-list):not(.list-inline):not(.pro-list):not(.con-list):not(.nav-pills) li {
  position: relative;
  padding-left: 1.375rem;
}
.container__post-content ul:not(.no-bullet):not(.arrow-list):not(.list-inline):not(.pro-list):not(.con-list):not(.nav-pills) li:before {
  content: "";
  display: block;
  height: 0.625rem;
  width: 0.625rem;
  position: relative;
  border-radius: 50%;
  left: -1.3125rem;
  top: 19px;
  background: #118B4E;
}

ul.no-bullet {
  padding-left: 0;
  list-style: none;
}
ul.no-bullet li {
  padding-left: 0;
}

ul.arrow-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow-list li {
  line-height: 1.1;
  text-indent: -0.9375rem;
  margin-left: 0.9375rem;
}
ul.arrow-list li:not(:last-of-type) {
  margin-bottom: 0.8125rem;
}
ul.arrow-list li::before {
  font-family: "mmg-icons" !important;
  content: "\f054";
  font-size: 85%;
  line-height: 1;
  position: relative;
  color: #118B4E;
  margin-right: 0.3125rem;
}
ul.arrow-list.teal li::before {
  color: #20c997;
}
ul.arrow-list.white li::before {
  color: #fff;
}
ul.arrow-list.primary li::before {
  color: #0E7240;
}

ul.pro-list, ul.con-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 0.5rem;
}
ul.pro-list li, ul.con-list li {
  text-indent: -1.875rem;
  margin-left: 1.5625rem;
}
ul.pro-list li:not(:last-of-type), ul.con-list li:not(:last-of-type) {
  margin-bottom: 0.8125rem;
}
ul.pro-list li::before, ul.con-list li::before {
  font-family: "mmg-icons" !important;
  line-height: 1;
  position: relative;
  color: #118B4E;
  margin-right: 0.625rem;
  top: 1px;
}
ul.pro-list.teal li::before, ul.con-list.teal li::before {
  color: #20c997;
}
ul.pro-list.white li::before, ul.con-list.white li::before {
  color: #fff;
}
ul.pro-list.primary li::before, ul.con-list.primary li::before {
  color: #0E7240;
}

ul.pro-list li::before {
  content: "\f164";
}

ul.con-list li::before {
  content: "\f165";
}

.list-inline li {
  padding-left: 0 !important;
  display: inline-block;
}
.list-inline:not(.no-spacing) li:not(:last-child) {
  margin-right: 3.125rem;
}
@media (max-width: 575.98px) {
  .list-inline:not(.no-spacing) li:not(:last-child) {
    margin-right: 1.5625rem;
  }
}
.list-inline.sm-spacing li:not(:last-child) {
  margin-right: 1.5625rem;
}
@media (max-width: 991.98px) {
  .list-inline.md-collapse li {
    display: block;
    margin-right: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .list-inline.sm-collapse li {
    display: block;
    margin-right: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .list-inline.xs-collapse li {
    display: block;
    margin-right: 0 !important;
  }
}

ul.link-black a, ol.link-black a {
  color: #000;
}
ul.link-black a:hover, ol.link-black a:hover {
  color: #118B4E;
}

.container__post-content ol {
  list-style: none;
  margin-top: 1.5625rem;
  padding-left: 0;
}
.container__post-content ol li {
  counter-increment: list;
  margin-bottom: 0.625rem;
  padding-left: 2.375rem;
  text-indent: -1.375rem;
}
.container__post-content ol li::before {
  color: #118B4E;
  content: counter(list, decimal-leading-zero) ".";
  position: relative;
  left: -0.9375rem;
}
.container__post-content ol li ul {
  padding-left: 0;
  margin-bottom: 1.5625rem;
}
.container__post-content ol li ul li {
  counter-increment: none;
  margin-bottom: 0;
  padding-left: 1.75rem;
  line-height: 1;
}
.container__post-content ol li ul li::before {
  content: "";
  display: block;
  height: 0.625rem;
  width: 0.625rem;
  position: relative;
  border: 2px solid #118B4E;
  border-radius: 50%;
  left: -1.3125rem;
  top: 0.875rem !important;
}

.flair-olNum {
  color: #118B4E;
  margin-right: 0.9375rem;
  font-size: 100%;
}

ol.bestList, ul.bestList {
  position: relative;
  border-left: 3.125rem solid;
  padding: 0.9375rem !important;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
ol.bestList:before, ul.bestList:before {
  content: "click to learn more";
  transform: rotate(90deg);
  display: block;
  transform-origin: 0 0;
  font-weight: 600;
  position: absolute;
  top: 0.9375rem;
  left: -0.6875rem;
  text-transform: lowercase;
}
ol.bestList aside#full-list, ul.bestList aside#full-list {
  margin-bottom: 0.625rem;
}
ol.bestList li, ul.bestList li {
  position: relative;
}
ol.bestList li.last, ul.bestList li.last {
  position: relative;
  padding-top: 1.5625rem;
}
ol.bestList li.last:before, ul.bestList li.last:before {
  content: attr(value) ".";
}
ol.bestList li.last:after, ul.bestList li.last:after {
  content: ". . .";
  display: block;
  position: absolute;
  top: -0.625rem;
  left: 1.4375rem;
  font-weight: 600;
}
ol.bestList a#expand-list, ul.bestList a#expand-list {
  font-weight: 600 !important;
  font-size: 80% !important;
  padding: 0.125rem 0.3125rem;
  border: 0.1875rem solid;
  display: inline-block;
  margin-top: 0.625rem;
}
ol.bestList a, ul.bestList a {
  color: #000 !important;
  text-decoration: none;
}
ol.bestList a strong, ul.bestList a strong {
  letter-spacing: 0.015625rem;
}
ol.bestList a:hover, ul.bestList a:hover {
  background: #D9DCD6 !important;
  text-decoration: underline;
}
@media (min-width: 768px) {
  ol.bestList.split, ul.bestList.split {
    margin-left: 0rem;
    position: relative;
    -moz-column-count: 2;
    -moz-column-gap: 1.5625rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 1.5625rem;
    column-count: 2;
    column-gap: 1.5625rem;
  }
  ol.bestList.split li, ul.bestList.split li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

ul.bestList {
  padding-top: 0.3125rem !important;
}

ol.bestList li:last-of-type {
  margin-bottom: 0;
}

table {
  border: 3px solid #D9DCD6;
  border-top: 0.3125rem solid;
  margin-top: 1.25rem;
  width: 100%;
  margin-bottom: 1.5625rem;
}
table th, table td {
  padding: 0.75rem;
  border: 0;
}
table thead, table th {
  text-align: left;
  border-bottom: 1px solid #D9DCD6;
}
table tbody th {
  position: relative;
  top: 0.3125rem;
}
table tbody tr:nth-of-type(odd) {
  background-color: rgb(223.375, 225.8717105263, 220.8782894737);
}
table.evenstripe tbody tr:nth-of-type(even) {
  background-color: rgb(223.375, 225.8717105263, 220.8782894737);
}
table.evenstripe tbody tr:nth-of-type(odd) {
  background: transparent;
}
table a {
  font-size: 1.125rem !important;
}
table .btn {
  line-height: 1;
  text-decoration: none;
}
table caption {
  color: #343a40;
  font-size: 90%;
  padding-top: 0.3125rem;
}
@media (max-width: 575.98px) {
  table.table-collapse {
    border-bottom: none !important;
  }
  table.table-collapse thead {
    display: none;
  }
  table.table-collapse tr {
    display: block;
  }
  table.table-collapse td {
    display: block;
    text-align: right;
    border-bottom: 1px solid #D9DCD6 !important;
  }
  table.table-collapse td:before {
    content: attr(data-label);
    float: left;
    line-height: 2;
  }
}
table.table-condensed th, table.table-condensed td {
  padding: 0.3125rem 0.75rem;
}
table.cellborder th, table.cellborder td {
  border: 1px solid rgb(178.75, 184.7697368421, 172.7302631579);
}

.review-box {
  background: #fff;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.review-box:after {
  content: "";
  display: block;
  border-bottom: 1px solid #D9DCD6;
  box-shadow: 0 -0.625rem 1.25rem 0 rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 0.3125rem;
  position: relative;
  z-index: -1;
}
.review-box img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .review-box img {
    width: 12.5rem;
  }
}
.review-box .btn {
  width: 100%;
  font-size: 115%;
  border: 0;
}
.review-box .btn + p, .review-box .plain.cta + p {
  font-size: 80%;
}
@media (min-width: 768px) {
  .review-box .btn + p, .review-box .plain.cta + p {
    max-width: 12.5rem;
  }
}
.review-box h2, .review-box .h2 {
  font-size: calc(1.3875rem + 1.65vw);
  line-height: 1;
}
@media (min-width: 1200px) {
  .review-box h2, .review-box .h2 {
    font-size: 2.625rem;
  }
}
.review-box .overallRating .text-rating {
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1;
}
@media (min-width: 1200px) {
  .review-box .overallRating .text-rating {
    font-size: 3.375rem;
  }
}
.review-box .overallRating .star-rating i {
  margin-right: 0.25rem;
}
.review-box .overallRating.hasTooltip:hover {
  cursor: pointer;
}
.review-box p.p-title {
  line-height: 1;
  margin-bottom: 0.3125rem;
  font-size: 115%;
}
.review-box .sep {
  border-top: 1px solid #D9DCD6;
  width: 100%;
  margin: 0.625rem auto 1.5625rem;
}
.review-box .pros-cons {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.review-box .pros-cons li {
  margin-bottom: 0.125rem !important;
}
.review-box .pros-cons ul {
  margin-top: 0.625rem;
}
.review-box .pros-cons .pro-list {
  margin-bottom: 1.5625rem;
}
.review-box .pros-cons .pro-list li:before {
  top: 0;
}
.review-box .subratings {
  margin-bottom: 1.5625rem;
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.review-box .subratings > div {
  flex: 0 0 auto;
  width: 100%;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 1.5625rem;
}
.review-box .subratings > div:nth-last-child(-n+1) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .review-box .subratings > div {
    flex: 0 0 auto;
    width: 50%;
  }
  .review-box .subratings > div:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.review-box .subratings .progress {
  background: rgb(229.75, 231.7434210526, 227.7565789474);
}
.review-box .subratings .progress .progress-bar {
  background: #000;
  position: relative;
  overflow: visible;
  border-radius: 0.25rem;
  display: none;
}
.review-box .subratings .progress .progress-bar.animateBarDone:after {
  content: "";
  position: absolute;
  right: 0;
  height: 16px;
  width: 7.5px;
  border-radius: 2px;
  box-shadow: -0.0625rem 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.45);
  border: 0.0625rem solid #fff;
  background-image: linear-gradient(180deg, #fff, #f7f8f7);
  animation-name: animateBar;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.25s;
}
.review-box .subratings .animateBar {
  animation-name: animateBar;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.9s;
  display: flex !important;
}
@keyframes animateBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .review-box {
    margin-bottom: 3.90625rem;
  }
  .review-box .sep {
    margin: 0rem auto 1.875rem;
  }
  .review-box .pros-cons ul.pro-list {
    margin-bottom: 0;
  }
}

.tooltip.tooltip-methodology .tooltip-inner {
  background: #000;
  color: #fff;
}
.tooltip.tooltip-methodology[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #000 !important;
}
.tooltip.tooltip-methodology[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #000 !important;
}
.tooltip.tooltip-methodology[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #000 !important;
}
.tooltip.tooltip-methodology[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #000 !important;
}
.tooltip.tooltip-methodology .tooltip-inner {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem;
}
.tooltip.tooltip-methodology .tooltip-inner a {
  color: rgb(118.1165919283, 172.869955157, 206.8834080717);
}

.flair-callout {
  margin: 0 0 1.5625rem 1.5625rem;
  position: relative;
  min-height: 5.3125rem;
  display: flex;
  align-items: center;
}
.flair-callout:before {
  content: "";
  width: 1.5625rem;
  height: 100%;
  position: absolute;
  border: 3px solid;
  border-right: none;
}
.flair-callout > div:before, .flair-callout > div:after {
  content: "";
  position: absolute;
}
.flair-callout > div:before {
  width: 2.5rem;
  height: 2.5rem;
  left: -1.5625rem;
  top: 1.25rem;
  border-radius: 100%;
  opacity: 0.25;
  z-index: 1;
}
.flair-callout > div:after {
  background-image: url(../mmg-base/images/callout-icons/pencil.svg);
  background-repeat: no-repeat;
  background-color: #fff;
  width: 3.125rem;
  height: 3.125rem;
  top: 0.9375rem;
  left: -1.4375rem;
  border-top: 0.3125rem solid #fff;
  border-bottom: 0.375rem solid #fff;
}
.flair-callout p {
  padding: 0.78125rem 0 0.875rem 2rem;
}
.flair-callout p:before {
  content: "Note: ";
}
.flair-callout[data-callout-type=formula] > div:after {
  background-image: url(../mmg-base/images/callout-icons/calculator.svg);
}
.flair-callout[data-callout-type=formula] p:before {
  content: attr(data-callout-solve) " = ";
}
.flair-callout[data-callout-type=formula-solve] p:before {
  content: attr(data-callout-solve) " = ";
}
.flair-callout[data-callout-type=tip] > div:after {
  background-image: url(../mmg-base/images/callout-icons/lightbulb.svg);
  left: -1.6875rem;
}
.flair-callout[data-callout-type=tip] p:before {
  content: "Tip: ";
}
.flair-callout[data-callout-type=alert] > div:after {
  background-image: url(../mmg-base/images/callout-icons/alert.svg);
}
.flair-callout[data-callout-type=alert] p:before {
  content: "Important: ";
}
.flair-callout[data-callout-type=money] > div:after {
  background-image: url(../mmg-base/images/callout-icons/dollar.svg);
}
.flair-callout[data-callout-type=money] p:before {
  content: "Tip: ";
}
.flair-callout[data-callout-type=related] > div:after {
  background-image: url(../mmg-base/images/callout-icons/book.svg);
}
.flair-callout[data-callout-type=related] p:before {
  content: "Related: ";
}
.flair-callout[data-callout-type=expert] > div:after {
  background-image: url(../mmg-base/images/callout-icons/lightbulb.svg);
  left: -1.6875rem;
}
.flair-callout[data-callout-type=expert] p:before {
  content: "Expert Take: ";
}

/*
*
* ==========================================
* PAGE SECTIONS
* ==========================================
*
*/
.page__section.bg-secondary {
  background: #ff8048;
}
.page__section.bg-secondary:before {
  display: none;
}
.page__section.bg-secondary > header {
  background: #ff8048;
  color: #fff;
}
.page__section.bg-secondary > header span {
  color: #0E7240;
}
.page__section.bg-secondary ul a {
  color: #fff;
}

.no-shadow-bottom-sep + .keep-reading:before, .page__section.no-shadow-sep:before, .keep-reading.no-shadow-sep:before {
  display: none;
}

.page__section.no-shadow-sep > header {
  background: transparent;
}

/*
*
* ==========================================
* AUTHOR AND CATEGORY PAGES
* ==========================================
*
*/
.author__bio a, .category__intro a {
  text-decoration: underline;
}
.author__bio img, .category__intro img {
  width: 100%;
  border: 3px solid #D9DCD6;
  padding: 8px;
  border-radius: 50%;
}
.author__bio .follow, .category__intro .follow {
  margin-top: 1.5625rem;
  text-align: center;
}
.author__bio .follow a, .category__intro .follow a {
  font-size: 100%;
  text-decoration: none;
}
.author__bio .follow li:not(:last-of-type), .category__intro .follow li:not(:last-of-type) {
  margin-right: 1.5625rem;
}
.author__bio h1, .author__bio .h1, .category__intro h1, .category__intro .h1 {
  line-height: 1;
}
.author__bio h1 span, .author__bio .h1 span, .category__intro h1 span, .category__intro .h1 span {
  display: inline-block;
  font-size: 60%;
  position: relative;
  left: 0.125rem;
}
.author__bio h1 span:after, .author__bio .h1 span:after, .category__intro h1 span:after, .category__intro .h1 span:after {
  content: "";
  height: 0.625rem;
  position: absolute;
  left: 0;
  bottom: 0.0625rem;
  width: 100%;
  z-index: -1;
}

.category__intro p:last-of-type {
  margin-bottom: 0 !important;
}

.page__section.subtopics > header {
  margin-bottom: 1.25rem;
}

ul.pagination {
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
}

/*
*
* ==========================================
* SEARCH PAGE
* ==========================================
*
*/
.container__main.search h1, .container__main.search .h1 {
  margin-bottom: 1.5625rem;
}
@media (min-width: 992px) {
  .container__main.search h1, .container__main.search .h1 {
    margin-bottom: 3.125rem;
  }
}
.container__main.search h1 span, .container__main.search .h1 span {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 70%;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .container__main.search h1 span, .container__main.search .h1 span {
    display: inline;
    top: -0.3125rem;
  }
  .container__main.search h1 span:after, .container__main.search .h1 span:after {
    content: "";
    height: 0.625rem;
    position: absolute;
    left: 0;
    bottom: 0.75rem;
    width: 100%;
    z-index: -1;
  }
}
.container__main.search .search-result {
  margin-bottom: 1.5625rem;
}
.container__main.search .search-result:last-of-type {
  margin-bottom: 0;
}
.container__main.search .search-result h3, .container__main.search .search-result .h3 {
  color: #000;
  margin-bottom: 0.3125rem;
}
.container__main.search .search-result p {
  color: #000;
  display: inline;
  line-height: 1.8;
}
.container__main.search .search-result:hover p {
  background: #D9DCD6;
}
.container__main.search .search-result img {
  width: 100%;
}

.testbsclass {
  color: red;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("fonts/source-sans-3.woff2") format("woff2 supports variations"), url("fonts/source-sans-3.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("fonts/source-sans-3-italic.woff2") format("woff2 supports variations"), url("fonts/source-sans-3-italic.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-display: swap;
  font-style: italic;
}
/*
*
* ==========================================
* ICONS
* ==========================================
*
*/
@font-face {
  font-family: "mmg-icons";
  src: url("../mmg-base/fonts/mmg-icons.woff?v=20240825") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=fa-], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mmg-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=fa-rotate-], [class*=fa-rotate-],
[class^=fa-flip-], [class*=fa-flip-] {
  display: inline-block;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

.fa-lg {
  font-size: 1.32em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-up-1 {
  top: -1px;
}

.fa-up-2 {
  top: -2px;
}

.fa-up-3 {
  top: -3px;
}

.fa-up-4 {
  top: -4px;
}

.fa-up-5 {
  top: -5px;
}

.fa-down-1 {
  top: 1px;
}

.fa-down-2 {
  top: 2px;
}

.fa-down-3 {
  top: 3px;
}

.fa-down-4 {
  top: 4px;
}

.fa-down-5 {
  top: 5px;
}

.fa-left-1 {
  left: -1px;
}

.fa-left-2 {
  left: -2px;
}

.fa-left-3 {
  left: -3px;
}

.fa-left-4 {
  left: -4px;
}

.fa-left-5 {
  left: -5px;
}

.fa-right-1 {
  left: 1px;
}

.fa-right-2 {
  left: 2px;
}

.fa-right-3 {
  left: 3px;
}

.fa-right-4 {
  left: 4px;
}

.fa-right-5 {
  left: 5px;
}

.fa-circle-icon {
  display: inline-block;
  text-align: center;
  width: 1.35em;
  height: 1.35em;
  line-height: 1.35em;
  border-radius: 50%;
  color: #FFF !important;
  background: #000;
}
.fa-circle-icon.secondary {
  background: #ff8048;
}
.fa-circle-icon.primary {
  background: #0E7240;
}
.fa-circle-icon.indigo {
  background: #2F6690;
}
.fa-circle-icon.fa-lg {
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 1.15em;
}
.fa-circle-icon.fa-lg.fa-circle-down-1 {
  line-height: 2.15em;
}
.fa-circle-icon.fa-lg.fa-circle-up-1 {
  line-height: 1.9em;
}

.text-secondary .fa-circle-icon {
  background: #ff8048;
}

.text-primary .fa-circle-icon {
  background: #0E7240;
}

.fa-briefcase:before {
  content: "\e901";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-home:before {
  content: "\f015";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-comments:before {
  content: "\f086";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-user:before {
  content: "\f406";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-star-half-alt:before, .fa-star-half:before {
  content: "\f5c0";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-search:before {
  content: "\f002";
}

.fa-heart1:before, .fa-heart-empty:before {
  content: "\f006";
}

.fa-far-star:before, .fa-star-empty:before {
  content: "\f005b";
}

.fa-list:before {
  content: "\f03a";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-fas-times-circle:before {
  content: "\f057b";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-arrow-left-light:before {
  content: "\f060b";
}

.fa-arrow-right-light:before {
  content: "\f061b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-award:before {
  content: "\f559";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-tiktok:before {
  content: "\e920";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-alt:before {
  content: "\e908";
}

.fa-android:before {
  content: "\e900";
}

.fa-google-play:before {
  content: "\e917";
}

.fa-podcast:before, .fa-apple:before {
  content: "\e924";
}

.fa-spotify:before {
  content: "\e928";
}

.fa-stitcher:before {
  content: "\e92c";
}

.fa-timer:before {
  content: "\e902";
}

.fa-clock:before {
  content: "\e903";
}

.fa-jump-down:before {
  content: "\e904";
}

.fa-lock:before {
  content: "\e905";
}

.fa-link:before {
  content: "\e906";
}

.fa-phone:before {
  content: "\e907";
}

.fa-copy:before {
  content: "\e909";
}

.fa-at-symbol:before {
  content: "\e90a";
}

.fa-calculator:before {
  content: "\e90b";
}

.fa-book-sparkles:before {
  content: "\e90c";
}

.fa-user-doctor-message:before {
  content: "\e90d";
}

.fa-users-rectangle:before {
  content: "\e90e";
}

.fa-bell-concierge:before {
  content: "\e90f";
}

.fa-shield-check:before {
  content: "\e911";
}

.fa-seedling:before {
  content: "\e912";
}

.fa-piggy-bank:before {
  content: "\e913";
}

.fa-money-bill:before {
  content: "\e914";
}

.fa-house-building:before {
  content: "\e916";
}

.fa-heart-pulse:before {
  content: "\e918";
}

.fa-graduation-cap:before {
  content: "\e919";
}

.fa-building-columns:before {
  content: "\e91a";
}

.fa-messages-dollar:before {
  content: "\e910";
}

.fa-file-signature:before {
  content: "\e915";
}

.fa-umbrella-beach:before {
  content: "\e91b";
}

.fa-money-check-dollar-pen:before {
  content: "\e91c";
}

.fa-microphone:before {
  content: "\e91d";
}

.fa-newspaper:before {
  content: "\e91e";
}

.fa-video:before {
  content: "\e91f";
}

.fa-users:before {
  content: "\e921";
}

.fa-car:before {
  content: "\e922";
}

.fa-shield-exclamation:before {
  content: "\e923";
}

.fa-car-accident:before {
  content: "\e925";
}

.fa-chess:before {
  content: "\e926";
}

.fa-money-check-dollar-pen-alt:before {
  content: "\e927";
}

.fa-building-columns-alt:before {
  content: "\e929";
}

.fa-piggy-bank-alt:before {
  content: "\e92a";
}

.fa-wine-bottle:before {
  content: "\e92d";
}

.fa-box-taped:before {
  content: "\e92e";
}

.fa-grocery-cart:before {
  content: "\e92f";
}

.fa-burger-soda:before {
  content: "\e930";
}

.fa-sack-dollar:before {
  content: "\e92b";
}

.fa-external:before {
  content: "\e931";
}
/* ============ MILLENNIALMONEY CUSTOM ============ */
/*
*
* ==========================================
* MIXINS AND FUNCTIONS
* ==========================================
*
*/
.keep-reading > header span, .page__section > header span {
  color: #ff8048;
}

.keep-reading:before, .page__section:before {
  border-top: 1px solid #f7f8f7;
}

/* M svg background
USAGE: @include mbackground(#fff);
*/
/*
*
* ==========================================
* BASICS & UTIL
* ==========================================
*
*/
.tooltip .tooltip-inner a {
  font-weight: 600;
  color: #fff;
}

.h0 {
  font-family: "Source Sans 3", sans-serif;
}

.bg-gray, .bg-light {
  background-color: #f7f8f7 !important;
}

.bg-dkblue {
  background-color: #114B5F !important;
}

.text-muted {
  color: rgb(140.5, 149.5394736842, 131.4605263158) !important;
}

.text-light {
  color: #fff !important;
}

.nav-tabs .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}
.nav-tabs .nav-link.active {
  border-color: #3A7CA5;
  color: #3A7CA5;
}

@media (max-width: 767.98px) {
  .mobileTabAccordion .panel-title {
    font-weight: 600;
  }
  .mobileTabAccordion .tab-content .panel-table .panel-title {
    border-bottom-color: #e7e7e7;
  }
  .mobileTabAccordion .tab-content .panel-table .panel-title a[aria-expanded=true] {
    color: #fff;
    background: #3A7CA5;
  }
}

.mmg-sharing-buttons > span.h0 {
  color: #000;
  font-weight: 600;
}
.mmg-sharing-buttons a {
  font-weight: 600;
  text-transform: uppercase;
}

.btn {
  text-transform: none;
}

.btn-secondary, .btn-secondary:hover, .badge-secondary {
  color: #fff;
}

.btn.cta {
  background-color: #ff8048;
  color: #fff;
  font-size: 110%;
  position: relative;
  border: 0;
}
.btn.cta:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0 !important;
  z-index: -1;
  transition: all 0.4s !important;
  background-color: #ff8048;
  border-radius: 0.5rem;
  opacity: unset;
}

.btn.cta:hover, .mm-cta-box a:hover .btn.cta {
  transform: translateY(-3px);
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.2);
}
.btn.cta:hover::after, .mm-cta-box a:hover .btn.cta::after {
  transform: scaleX(1.3) scaleY(1.5);
  opacity: 0;
}

.btn.cta:active, .mm-cta-box a:active .btn.cta {
  transform: translateY(-1px);
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
}

/*
*
* ==========================================
* NAV BAR
* ==========================================
*
*/
.primary-nav-bar {
  background: #f7f8f7;
}
.primary-nav-bar .logo.img-only img {
  width: 15.625rem;
  padding: 0.3125rem 0;
}
.primary-nav-bar .navbar-toggler {
  color: #000;
  font-size: 135%;
  position: relative;
  padding-right: 0.125rem;
}
.primary-nav-bar .navbar-toggler[aria-expanded=true] {
  top: -0.125rem;
}
.primary-nav-bar .search {
  color: #000;
  font-size: 110%;
  top: 0.125rem;
  padding-right: 0.125rem;
}
.primary-nav-bar .main__nav .nav-link {
  color: #000;
  font-weight: 600;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1270px) {
  .primary-nav-bar .main__nav .nav-link {
    font-size: 1.125rem;
    margin-right: 2.1875rem !important;
  }
}
.primary-nav-bar .main__nav .dropdown-menu {
  background: transparent;
  padding-left: 0.78125rem;
  padding-right: 1.875rem;
}
.primary-nav-bar .main__nav .dropdown-menu .dropdown-item {
  font-weight: 400;
  color: #000 !important;
  font-size: 1.125rem;
}
@media only screen and (min-width: 992px) and (max-width: 1270px) {
  .primary-nav-bar .main__nav .dropdown-menu .dropdown-item {
    font-size: 1rem;
  }
}
.primary-nav-bar .main__nav .dropdown-toggle::after {
  border-top-color: #D9DCD6;
  top: 0.25rem;
}
.primary-nav-bar .category--all {
  font-size: 100%;
  text-transform: uppercase;
}
.primary-nav-bar .category--all .dropdown-item span, .primary-nav-bar .category--all .dropdown-item:after {
  color: #ff8048;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1270px) {
  .primary-nav-bar .category--all {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .primary-nav-bar .main__nav .nav-link:hover, .primary-nav-bar .main__nav .nav-link[aria-expanded=true] {
    border-bottom-color: #ff8048 !important;
  }
  .primary-nav-bar .main__nav .dropdown-menu {
    background: #fff;
    padding: 0 !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.5rem !important;
  }
  .primary-nav-bar .main__nav .dropdown-item {
    padding: 0.25rem 0.75rem !important;
  }
  .primary-nav-bar .category--all {
    background: #ff8048;
    border-bottom: none;
  }
  .primary-nav-bar .category--all .dropdown-item span, .primary-nav-bar .category--all .dropdown-item:after {
    color: #fff;
  }
}

.navbar__cta, .navbar__cta__xs {
  font-weight: 600;
  color: #fff;
  background: #118B4E;
  font-size: 150%;
  padding: 0 0.78125rem;
}
.navbar__cta:hover, .navbar__cta__xs:hover {
  background: rgb(11.4423076923, 93.5576923077, 52.5);
  color: #fff;
}

.navbar__cta__xs {
  margin-right: 0;
}

/*
*
* ==========================================
* MAIN ARTICLES AND POST META
* ==========================================
*
*/
.container__post-content td a, .container__post-content p a, .container__post-content ul:not(.bestList) a, .container__post-content ol:not(.bestList) a {
  font-weight: 600;
}
.container__post-content h2, .container__post-content .h2 {
  color: #000;
}
.container__post-content img {
  max-width: 100%;
  height: auto;
}

.container__main > article > h1, .container__main > article > .h1, .container__main > h1, .container__main > .h1, .container__main h1.meta__title, .container__main .meta__title.h1, .bonus-tool__header > article > h1, .bonus-tool__header > article > .h1, .bonus-tool__header > h1, .bonus-tool__header > .h1, .bonus-tool__header h1.meta__title, .bonus-tool__header .meta__title.h1 {
  color: #000 !important;
}
.container__main .meta .meta__synopsis, .bonus-tool__header .meta .meta__synopsis {
  font-size: 1.1875rem;
  background: #0E7240;
  line-height: 1.9;
  color: #fff;
  font-weight: 600;
}
.container__main .meta .meta__author, .container__main .meta .meta__category, .container__main .meta .meta__disclosure, .container__main .meta .meta__span, .container__main .meta #breadcrumbs a, .bonus-tool__header .meta .meta__author, .bonus-tool__header .meta .meta__category, .bonus-tool__header .meta .meta__disclosure, .bonus-tool__header .meta .meta__span, .bonus-tool__header .meta #breadcrumbs a {
  color: #ff8048;
  font-weight: 600;
}
.container__main .meta .meta__author, .container__main .meta .meta__disclosure, .bonus-tool__header .meta .meta__author, .bonus-tool__header .meta .meta__disclosure {
  color: #3A7CA5;
}
.container__main .meta #breadcrumbs a:not(:first-of-type), .bonus-tool__header .meta #breadcrumbs a:not(:first-of-type) {
  border-left-color: #D9DCD6;
}
.container__main .meta .meta__readtime, .bonus-tool__header .meta .meta__readtime {
  color: #000;
  font-weight: 600;
}

/*
*
* ==========================================
* ARTICLE TABLE OF CONTENTS
* ==========================================
*
*/
#articleContents header {
  font-weight: 600;
  border-color: rgb(238.84, 240.86, 238.84);
}
#articleContents .list-group-item {
  color: #000;
}
#articleContents .list-group-item.active, #articleContents .list-group-item:hover {
  color: #0E7240;
  border-left-color: #0E7240;
}
#articleContents .list-group-item:after {
  color: #0E7240;
}

/*
*
* ==========================================
* KEEP READING / RELATED ARTICLES
* ==========================================
*
*/
.keep-reading .articles_list article:hover header {
  color: #0E7240;
}
.keep-reading .articles_list header {
  color: #000;
  font-weight: 600;
}
.keep-reading .articles_list header:hover {
  color: #0E7240;
}
.keep-reading .articles_list .meta__category {
  font-size: 1rem;
  font-weight: 600;
  background: #0E7240;
  color: #fff;
}
.keep-reading .articles_list .meta__category:hover, .keep-reading .articles_list .meta__category:after {
  color: #0E7240;
}
.keep-reading .articles_list .meta__category[href*="/make-money/"] {
  background: #118B4E;
  color: #fff;
}
.keep-reading .articles_list .meta__category[href*="/make-money/"]:after, .keep-reading .articles_list .meta__category[href*="/make-money/"]:hover {
  color: #118B4E;
}
.keep-reading .articles_list .meta__category[href*="/saving/"] {
  background: #3A7CA5;
  color: #fff;
}
.keep-reading .articles_list .meta__category[href*="/saving/"]:after, .keep-reading .articles_list .meta__category[href*="/saving/"]:hover {
  color: #3A7CA5;
}
.keep-reading .articles_list .meta__category[href*="/investing/"] {
  background: #2F6690;
  color: #fff;
}
.keep-reading .articles_list .meta__category[href*="/investing/"]:after, .keep-reading .articles_list .meta__category[href*="/investing/"]:hover {
  color: #2F6690;
}
.keep-reading .articles_list .meta__category[href*="/borrow/"] {
  background: #118B4E;
  color: #fff;
}
.keep-reading .articles_list .meta__category[href*="/borrow/"]:after, .keep-reading .articles_list .meta__category[href*="/borrow/"]:hover {
  color: #118B4E;
}
.keep-reading .articles_list .meta__category[href*="/fi-re/"] {
  background: #ff8048;
  color: #fff;
}
.keep-reading .articles_list .meta__category[href*="/fi-re/"]:after, .keep-reading .articles_list .meta__category[href*="/fi-re/"]:hover {
  color: #ff8048;
}

#subcat-icons + .keep-reading > header {
  padding-top: 0;
}

/*
*
* ==========================================
* FOOTER
* ==========================================
*
*/
footer {
  background: #0E7240;
}
footer h6, footer .h6 {
  color: #ff8048;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
footer ul.arrow-list li::before {
  position: relative;
  top: 0.0625rem;
  color: rgb(20.69375, 168.50625, 94.6) !important;
}
footer a {
  font-size: 1rem;
  font-weight: 600;
}
footer #footer__logo .logo.img-only img {
  width: 28.125rem;
  max-width: 100%;
}
footer #footer__legal {
  color: #0E7240;
  font-weight: 600;
}

/*
*
* ==========================================
* MODALS
* ==========================================
*
*/
.modal .modal-header {
  background: #114B5F;
}
.modal .modal-header .modal-title, .modal .modal-header [class^=fa-], .modal .modal-header [class*=" fa-"] {
  color: #fff;
}
.modal .modal-footer {
  background: rgb(238.84, 240.86, 238.84);
}
.modal .modal-footer .text-muted {
  color: #D9DCD6 !important;
}
.modal .modal-footer .text-muted a {
  color: #D9DCD6;
}

#searchModal .modal-header {
  background: #118B4E;
}
#searchModal .modal-header .input-group-text {
  background: #0E7240;
}
#searchModal .modal-header .input-group-text [class^=fa-], #searchModal .modal-header .input-group-text [class*=" fa-"] {
  color: #fff;
}
#searchModal .modal-header input[type=search] {
  color: #fff;
  font-weight: bold;
}
#searchModal .modal-header input[type=search]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
#searchModal .modal-header input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
#searchModal .modal-body article {
  line-height: 1.3;
}
#searchModal .modal-body article a:hover {
  background: #f7f8f7;
}
#searchModal .modal-footer .pagination a {
  color: #3A7CA5;
  font-weight: 600;
}
#searchModal .modal-footer .pagination li:first-of-type, #searchModal .modal-footer .pagination li:last-of-type {
  text-transform: uppercase;
}

/*
*
* ==========================================
* COMMENTS
* ==========================================
*
*/
.comments a.btn[href="#collapseComments"] {
  background: #114B5F !important;
  border-color: #114B5F !important;
}
.comments a.btn[href="#collapseComments"] i {
  position: relative;
  top: 2px;
}
.comments #reply-title, .comments #comments-title {
  color: #114B5F;
  font-weight: 600;
  font-size: 1.25rem;
}
.comments > p a {
  background: #0E7240 !important;
  text-transform: none;
  font-weight: 600;
  color: #fff !important;
}
.comments .card-body {
  background: #f7f8f7;
}
.comments #respond label, .comments #respond #cancel-comment-reply-link {
  color: #000;
  font-weight: 600;
}
.comments #respond input[type=submit] {
  background-color: #ff8048;
  color: #fff;
  font-weight: 600;
}
.comments ul#read a {
  font-size: 1.125rem;
  color: #3A7CA5;
}
.comments ul#read a.comment-reply-link {
  font-weight: 600;
  color: #0E7240;
}
.comments ul#read cite.fn {
  text-transform: uppercase;
  font-weight: 600;
}

/*
*
* ==========================================
* UI COMPONENTS
* ==========================================
*
*/
.flair-graybox {
  background: #f7f8f7;
}
.flair-graybox.cta {
  border-bottom-color: #ff8048;
  background: #f7f8f7;
  border-top: 0.3125rem solid #ff8048;
  border-bottom: 0;
}

table + .flair-graybox.cta {
  border-bottom-color: #0E7240;
  box-shadow: none;
  background: #f7f8f7;
}

.successMsg {
  background: #0E7240;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.media-image {
  border: 1px solid #f7f8f7;
  box-shadow: 0.75rem 0.75rem 0 0 rgb(241.56, 243.24, 241.56);
}
.media-image + figcaption {
  font-weight: 600;
}

.media-youtube {
  background: rgb(241.56, 243.24, 241.56);
}

blockquote {
  color: #000;
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  blockquote {
    font-size: 1.875rem;
  }
}
blockquote:before {
  color: #3A7CA5;
}
blockquote figcaption:before {
  border-top: #3A7CA5 solid;
}

.links-label {
  text-transform: uppercase;
  font-weight: 600;
}
.links-label:after {
  background: #D9DCD6;
}

.link-arrow::before {
  color: #3A7CA5;
}
.link-arrow.cta a, .link-arrow.cta:before {
  color: #ff8048;
}

.review-card {
  border-color: #D9DCD6;
}
.review-card .rating {
  font-weight: 600;
}
.review-card .rating .fa {
  top: 0;
  color: #118B4E;
}
.review-card a {
  text-decoration: none;
}

.flair-skipDown {
  color: #ff8048 !important;
  font-weight: 600;
  font-style: italic;
}
.flair-skipDown span {
  background: #ff8048;
  top: 0.0625rem;
}
.flair-skipDown span::after {
  top: 0;
}

ul.arrow-list {
  /* additional colors if you want; primary and indigo already part of mmg base */
}
ul.arrow-list.secondary li::before {
  color: #ff8048;
}
ul.arrow-list.dark li::before {
  color: #000;
}

.container__post-content ol li::before {
  font-weight: 600;
}

.flair-olNum {
  font-weight: 600;
}

ol.bestList, ul.bestList {
  border-left-color: #0E7240;
}
ol.bestList:before, ul.bestList:before {
  color: #fff;
}
ol.bestList li:before, ul.bestList li:before {
  color: #118B4E !important;
}
ol.bestList a#expand-list, ul.bestList a#expand-list {
  color: #fff !important;
  background: #0E7240 !important;
  border-color: #118B4E;
  text-decoration: none;
  padding: 0.25rem 0.3125rem 0.125rem;
}
ol.bestList a, ul.bestList a {
  text-decoration: underline;
  font-weight: bold;
}
ol.bestList a:hover, ul.bestList a:hover {
  background: rgb(240.2, 242.05, 240.2) !important;
  transition: all ease-in-out 0.15s;
}
ol.bestList ~ h3[id], ol.bestList ~ [id].h3, ul.bestList ~ h3[id], ul.bestList ~ [id].h3 {
  color: #0E7240;
}

ul.bestList li:before {
  background: #118B4E !important;
}

table, .table {
  border-top-color: #118B4E;
}
table thead, table th, .table thead, .table th {
  font-weight: 600;
  border-bottom: 1px solid #D9DCD6;
}
table tbody tr:nth-of-type(odd), .table tbody tr:nth-of-type(odd) {
  background-color: #f7f8f7;
}
table.evenstripe tbody tr:nth-of-type(even), .table.evenstripe tbody tr:nth-of-type(even) {
  background-color: #f7f8f7;
}
table.evenstripe tbody tr:nth-of-type(odd), .table.evenstripe tbody tr:nth-of-type(odd) {
  background: transparent;
}
@media (max-width: 575.98px) {
  table.table-collapse td:before, .table.table-collapse td:before {
    font-weight: 600;
    font-size: 1.125rem;
  }
}

.table > :not(:first-child) {
  border-top: 0;
}

.review-box .overallRating .text-rating, .review-box .overallRating .star-rating i {
  color: #118B4E;
}
.review-box .overallRating .text-rating {
  font-weight: 600;
}
.review-box p.p-title, .review-box .star-rating .h0, .review-box h2, .review-box .h2 {
  font-weight: 600;
}
.review-box p.p-title {
  text-transform: uppercase;
}
.review-box .subratings .progress .progress-bar {
  background: #118B4E linear-gradient(90deg, #118b4e, #169248, #1c9941, #239f3b, #2aa535, #34aa32, #48ae3b, #5cb244);
}
.review-box .bg-ltinfo {
  background: rgba(14, 114, 64, 0.1);
}

.flair-callout:before {
  border-color: #118B4E;
  border-right: none;
}
.flair-callout > div:before {
  background-color: #118B4E;
}
.flair-callout p:before {
  font-weight: 600;
}
.flair-callout[data-callout-type=formula]:before, .flair-callout[data-callout-type=formula-solve]:before {
  border-color: #3A7CA5;
}
.flair-callout[data-callout-type=formula] > div:before, .flair-callout[data-callout-type=formula-solve] > div:before {
  background-color: #3A7CA5;
}
.flair-callout[data-callout-type=alert]:before {
  border-color: #ff8048;
}
.flair-callout[data-callout-type=alert] > div:before {
  background-color: #ff8048;
}

/*
*
* ==========================================
* AUTHOR AND CATEGORY PAGES
* ==========================================
*
*/
.author__bio a, .category__intro a {
  font-weight: 600;
}
.author__bio .follow a, .category__intro .follow a {
  color: #ff8048;
}
.author__bio h1, .author__bio .h1, .category__intro h1, .category__intro .h1 {
  color: #118B4E;
}
.author__bio h1 span, .author__bio .h1 span, .category__intro h1 span, .category__intro .h1 span {
  text-transform: uppercase;
  font-size: 50%;
  color: #000;
  z-index: 2;
}
.author__bio h1 span:after, .author__bio .h1 span:after, .category__intro h1 span:after, .category__intro .h1 span:after {
  background: #D9DCD6;
  z-index: -1;
}

.category__intro {
  background: #f7f8f7;
  padding-top: 1.5625rem;
}
.category__intro + .keep-reading:before {
  display: none;
}
.category__intro p {
  display: inline;
  font-size: 1.1875rem;
  background: #D9DCD6;
  line-height: 1.9;
}
@media (min-width: 992px) {
  .category__intro {
    padding-top: 3.125rem;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 598.2 627.92" xml:space="preserve"><g><path style="fill:white" d="M440.53,0l6.77,20.8l150.9,463.79l-73.42,23.89L409.32,153.6L355.5,337.56l-3.73,9.33l-1.28,8.54l-11.68,38.98 l-5.87,23.56l-19.83-15.2l-32.38-24.65l-6.06-6.15l-8.51-5.35L115.63,249.16l115.46,354.88l-73.42,23.89L0,143.33l74.65-24.29 l215.3,166.77l74.72-261.13L440.53,0z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: 150% center;
    background-size: 85%;
  }
  .category__intro > .row > .col-12 {
    width: 50%;
  }
}

/*
*
* ==========================================
* SEARCH PAGE
* ==========================================
*
*/
.container__main.search h1 span:after, .container__main.search .h1 span:after {
  background: #ff8048;
}

/*
*
* ==========================================
* HOMEPAGE
* ==========================================
*
*/
/* animation stuff */
/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}
/* featured image on homepage */
.home .page__featured {
  background-image: url(images/home-featured-image.jpg);
  background-position: center;
  background-size: cover;
  padding: 6.25rem 1.5625rem;
  padding: 3.125rem 1.5625rem;
}
@media (min-width: 768px) {
  .home .page__featured {
    padding: 12.5rem 6.25rem;
  }
}
.home .page__featured header {
  color: #fff;
  border-left: 0.1875rem solid #fff;
  padding: 0 0 0.25rem 1.5625rem;
}
@media (max-width: 575.98px) {
  .home .page__featured header {
    padding-bottom: 0;
  }
}
.home .page__featured header h1, .home .page__featured header .h1, .home .page__featured header aside {
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
}
.home .page__featured header aside {
  background: #118B4E;
  color: #fff;
  display: inline-block;
  padding: 0.4375rem 0.625rem;
  font-weight: 600;
  font-style: italic;
  font-size: calc(1.40625rem + 1.875vw);
  letter-spacing: 2px;
  margin-bottom: 0.3125rem;
}
@media (min-width: 1200px) {
  .home .page__featured header aside {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .home .page__featured header h1.animated, .home .page__featured header .animated.h1 {
    width: 37.5625rem;
    line-height: 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .home .page__featured header h1.animated, .home .page__featured header .animated.h1 {
    width: 44.9375rem;
  }
}
@media (min-width: 768px) {
  .home .page__featured header h1.animated span, .home .page__featured header .animated.h1 span {
    border-right: 0.25rem solid #fff;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 3s steps(31, end), blink-caret 0.5s step-end infinite alternate;
    display: inline-block;
    line-height: 100%;
    position: relative;
    top: 0.625rem;
    padding-right: 0.3125rem;
  }
}

.page__categories {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.page__categories a {
  background: none !important;
  font-size: 1rem !important;
  color: #000 !important;
  font-weight: 700;
  text-decoration: none;
}
.page__categories img,
.page__categories svg {
  width: 100%;
  padding: 0 1.5625rem;
}
.page__categories figure {
  margin: 0 auto;
}
.page__categories img,
.page__categories svg,
.page__categories figure {
  margin-bottom: 1.5625rem;
}
.page__categories ul {
  padding: 0;
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.page__categories ul li {
  display: inline-block;
  list-style: none;
  padding: 3.125rem 0;
  flex: 0 0 auto;
  width: 20%;
}
.page__categories ul li:after {
  content: "";
  width: 100%;
  height: 22px;
  display: block;
}
.page__categories ul li:before {
  display: none;
}
.page__categories ul li span:after {
  content: "";
  width: 3.125rem;
  display: none;
  margin: 0.625rem auto 0;
}
.page__categories ul li.makemoney:hover {
  border-top: 0.625rem solid #118B4E;
}
.page__categories ul li.makemoney:hover span:after {
  border-bottom: 2px solid #118B4E;
}
.page__categories ul li.spendless:hover {
  border-top: 0.625rem solid #3A7CA5;
}
.page__categories ul li.spendless:hover span:after {
  border-bottom: 2px solid #3A7CA5;
}
.page__categories ul li.invest:hover {
  border-top: 0.625rem solid #2F6690;
}
.page__categories ul li.invest:hover span:after {
  border-bottom: 2px solid #2F6690;
}
.page__categories ul li.borrow:hover {
  border-top: 0.625rem solid #118B4E;
}
.page__categories ul li.borrow:hover span:after {
  border-bottom: 2px solid #118B4E;
}
.page__categories ul li.fire:hover {
  border-top: 0.625rem solid #ff8048;
}
.page__categories ul li.fire:hover span:after {
  border-bottom: 2px solid #ff8048;
}
.page__categories ul li:hover {
  transition: all 0.25s ease-in;
}
.page__categories ul li:hover:after {
  display: none;
}
.page__categories ul li:hover span {
  letter-spacing: 2px;
}
.page__categories ul li:hover span:after {
  display: block;
}
@media (max-width: 575.98px) {
  .page__categories ul li {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0;
    border-top: none !important;
  }
  .page__categories ul li:nth-child(-n+4) {
    padding-top: 0;
  }
  .page__categories ul li:nth-child(-n+3) {
    padding-top: 1.5625rem;
  }
  .page__categories ul li:last-child {
    padding-bottom: 0.3125rem;
  }
  .page__categories ul li img,
  .page__categories ul li svg {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .page__categories ul li img,
  .page__categories ul li svg,
  .page__categories ul li figure {
    margin-bottom: 0.625rem;
  }
  .page__categories ul li span:after {
    display: block;
  }
  .page__categories ul li.makemoney {
    border-top: 0.625rem solid #118B4E;
  }
  .page__categories ul li.makemoney span:after {
    border-bottom: 2px solid #118B4E;
  }
  .page__categories ul li.spendless {
    border-top: 0.625rem solid #3A7CA5;
  }
  .page__categories ul li.spendless span:after {
    border-bottom: 2px solid #3A7CA5;
  }
  .page__categories ul li.invest {
    border-top: 0.625rem solid #2F6690;
  }
  .page__categories ul li.invest span:after {
    border-bottom: 2px solid #2F6690;
  }
  .page__categories ul li.borrow {
    border-top: 0.625rem solid #118B4E;
  }
  .page__categories ul li.borrow span:after {
    border-bottom: 2px solid #118B4E;
  }
  .page__categories ul li.fire {
    border-top: 0.625rem solid #ff8048;
  }
  .page__categories ul li.fire span:after {
    border-bottom: 2px solid #ff8048;
  }
  .page__categories ul li:hover:after {
    display: block;
    visibility: hidden;
  }
  .page__categories ul li:hover span:after {
    visibility: visible;
  }
}
@media screen and (max-width: 374px) {
  .page__categories ul li {
    flex: 0 0 auto;
    width: 50%;
  }
  .page__categories ul li:nth-child(-n+3) {
    padding-top: 0;
  }
  .page__categories ul li:nth-child(-n+2) {
    padding-top: 1.5625rem;
  }
}
@media screen and (max-width: 265px) {
  .page__categories ul li {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 !important;
  }
  .page__categories ul li:first-child {
    padding-top: 1.5625rem !important;
  }
  .page__categories ul li img,
  .page__categories ul li figure {
    display: none;
  }
}

.page__categories-dropdown {
  background: #0E7240;
  color: #fff;
  text-align: center;
  padding: 3.125rem 1.5625rem;
}
@media (min-width: 768px) {
  .page__categories-dropdown {
    padding: 3.125rem 1.5625rem 5.46875rem;
  }
}
.page__categories-dropdown:before {
  content: "";
  border-left: 5rem solid transparent;
  border-right: 5rem solid transparent;
  border-top: 3rem solid #fff;
  position: relative;
  top: -0.25rem;
}
.page__categories-dropdown form {
  margin-top: 3.125rem;
  margin-bottom: 0;
}
.page__categories-dropdown form button {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
}
.page__categories-dropdown h2, .page__categories-dropdown .h2 {
  margin-top: -0.625rem;
}
.page__categories-dropdown form {
  margin-top: 1.5625rem;
}

/*
*
* ==========================================
* CATEGORY PAGES
* ==========================================
*
*/
.page__categories.sub__categories {
  border-top: 1px solid #D9DCD6;
}
.page__categories.sub__categories ul li {
  position: relative;
  border-bottom: 1px solid #D9DCD6;
  border-left: 1px solid #D9DCD6;
  flex: 0 0 auto;
  width: 50%;
  padding: 1.5625rem 0.3125rem 0.3125rem;
}
.page__categories.sub__categories ul li img {
  max-width: 9.375rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page__categories.sub__categories ul li figure {
  font-size: 420%;
  border: 2px solid #0E7240;
  width: 6.25rem;
  height: 6.25rem;
  line-height: 5.625rem;
  border-radius: 50%;
  color: #ff8048;
  font-weight: 300;
}
.page__categories.sub__categories ul li figure:after {
  content: "";
  display: inline-block;
  color: #118B4E;
  width: 7px;
  height: 7px;
  border: 1px solid #118B4E;
  border-radius: 50%;
  background: #b2cfbb;
}
.page__categories.sub__categories ul li:hover {
  background: #f7f8f7;
}
.page__categories.sub__categories ul li:hover span {
  letter-spacing: 1px;
}
.page__categories.sub__categories ul li span:after {
  border-bottom: 2px solid #ff8048;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page__categories.sub__categories ul li span:after {
    margin-bottom: 0.625rem;
  }
}
.page__categories.sub__categories ul li:nth-child(2n) {
  border-right: 1px solid #D9DCD6;
}
@media (min-width: 768px) {
  .page__categories.sub__categories ul li {
    flex: 0 0 auto;
    width: 25%;
    padding: 1.5625rem 0;
  }
  .page__categories.sub__categories ul li:nth-child(2n) {
    border-right: 0;
  }
  .page__categories.sub__categories ul li:nth-child(4n) {
    border-right: 1px solid #D9DCD6;
  }
  .page__categories.sub__categories ul li:hover {
    border-top: 0.625rem solid #118B4E;
  }
  .page__categories.sub__categories ul li:hover span:after {
    border-bottom: 2px solid #ff8048;
  }
}

.category-fi-re .page__categories.sub__categories ul li, .category-jobs .page__categories.sub__categories ul li {
  flex: 0 0 auto;
  width: 100%;
  border-right: 1px solid #D9DCD6;
}
@media (min-width: 768px) {
  .category-fi-re .page__categories.sub__categories ul li, .category-jobs .page__categories.sub__categories ul li {
    border-right: 0;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .category-fi-re .page__categories.sub__categories ul li:nth-child(3n), .category-jobs .page__categories.sub__categories ul li:nth-child(3n) {
    border-right: 1px solid #D9DCD6;
  }
}

.page__resources {
  background: #118B4E;
  color: #fff;
}
.page__resources h4, .page__resources .h4 {
  background: #0E7240;
  text-align: center;
  padding: 0.78125rem;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page__resources ul {
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  text-align: center;
  margin: 1.5625rem auto 0;
  padding: 0;
  max-width: 65rem;
}
.page__resources ul li {
  display: inline-block;
  list-style: none;
  margin-bottom: 1.5625rem;
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 768px) {
  .page__resources ul li {
    flex: 0 0 auto;
    width: 25%;
  }
}
.page__resources img {
  padding: 0 1.5625rem;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 10.9375rem;
  margin-bottom: 1.5625rem;
}
.page__resources a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}
.page__resources a:hover {
  text-decoration: underline;
}
.page__resources p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}
.grants-corner-archive > .row {
  border: 1px solid #D9DCD6;
}
.grants-corner-archive article {
  padding: 0.5rem 0.78125rem;
  display: flex;
  align-items: center;
  font-size: 90%;
}
.grants-corner-archive article:not(:first-child) {
  border-top: 1px solid #D9DCD6;
  background-color: rgb(242.6434977578, 247.5860986547, 250.6565022422);
}
.grants-corner-archive article a {
  color: #000;
  text-decoration: none;
}
.grants-corner-archive article strong {
  font-size: 120%;
}
.grants-corner-archive article:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 5px 0px, rgba(0, 0, 0, 0.1) 0px 7px 17px 0px;
  position: relative;
}

.email-max-width {
  max-width: 66.875rem;
  margin: 0 auto;
}

/*
*
* ==========================================
* CTAS
* ==========================================
*
*/
.cta__subscribe h4, .cta__subscribe .h4, .cta__fipreneur h4, .cta__fipreneur .h4 {
  line-height: 1.1;
}
.cta__subscribe h4 span, .cta__subscribe .h4 span, .cta__fipreneur h4 span, .cta__fipreneur .h4 span {
  color: #ff8048;
  font-style: italic;
}
.cta__subscribe img, .cta__fipreneur img {
  max-height: 8vh;
}

.cta__fipreneur.bg-dark {
  background: #114B5F;
}

.cta__subscribe, .cta__fipreneur.bg-light {
  background-color: #f7f8f7;
}
@media (min-width: 768px) {
  .cta__subscribe, .cta__fipreneur.bg-light {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 598.2 627.92" xml:space="preserve"><g><path style="fill:white" d="M440.53,0l6.77,20.8l150.9,463.79l-73.42,23.89L409.32,153.6L355.5,337.56l-3.73,9.33l-1.28,8.54l-11.68,38.98 l-5.87,23.56l-19.83-15.2l-32.38-24.65l-6.06-6.15l-8.51-5.35L115.63,249.16l115.46,354.88l-73.42,23.89L0,143.33l74.65-24.29 l215.3,166.77l74.72-261.13L440.53,0z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: 150% center;
    background-size: 85%;
  }
}

.page.container__main .cta__fipreneur,
.single.container__main .cta__fipreneur {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-left: 0.3125rem solid #118B4E;
  margin-bottom: 1.5625rem;
}
.page.container__main .cta__fipreneur .fa-lg,
.single.container__main .cta__fipreneur .fa-lg {
  font-size: 175%;
  top: 0.5rem;
}
.page.container__main .cta__fipreneur form[id^=fipreneurForm] .text-muted,
.single.container__main .cta__fipreneur form[id^=fipreneurForm] .text-muted {
  color: rgb(102.25, 110.3223684211, 94.1776315789) !important;
}
.page.container__main .cta__fipreneur form[id^=fipreneurForm] .form-control, .page.container__main .cta__fipreneur form[id^=fipreneurForm] .form-select,
.single.container__main .cta__fipreneur form[id^=fipreneurForm] .form-control,
.single.container__main .cta__fipreneur form[id^=fipreneurForm] .form-select {
  background-color: #f7f8f7;
}
.page.container__main .cta__fipreneur form[id^=fipreneurForm] .form-control::-moz-placeholder, .page.container__main .cta__fipreneur form[id^=fipreneurForm] .form-select::-moz-placeholder, .single.container__main .cta__fipreneur form[id^=fipreneurForm] .form-control::-moz-placeholder, .single.container__main .cta__fipreneur form[id^=fipreneurForm] .form-select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.page.container__main .cta__fipreneur form[id^=fipreneurForm] .form-control::placeholder, .page.container__main .cta__fipreneur form[id^=fipreneurForm] .form-select::placeholder,
.single.container__main .cta__fipreneur form[id^=fipreneurForm] .form-control::placeholder,
.single.container__main .cta__fipreneur form[id^=fipreneurForm] .form-select::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.page.container__main .cta__fipreneur form[id^=fipreneurForm] .form-control:focus, .page.container__main .cta__fipreneur form[id^=fipreneurForm] .form-select:focus,
.single.container__main .cta__fipreneur form[id^=fipreneurForm] .form-control:focus,
.single.container__main .cta__fipreneur form[id^=fipreneurForm] .form-select:focus {
  box-shadow: 0 0 4px 2px rgba(17, 139, 78, 0.35);
}

form[id^=subscribeForm] input:focus, form[id^=fipreneurForm] input:focus {
  border-color: rgb(136.9843049327, 184.1905829596, 213.5156950673);
  box-shadow: 0 0 15px rgb(136.9843049327, 184.1905829596, 213.5156950673);
}
form[id^=subscribeForm] .error, form[id^=fipreneurForm] .error {
  display: none;
}
form[id^=subscribeForm] .invalid input, form[id^=fipreneurForm] .invalid input {
  border: 2px solid #ff8048;
  box-shadow: 0 0 15px rgba(255, 128, 72, 0.75);
  margin-bottom: 2px;
}
form[id^=subscribeForm] .error_show, form[id^=fipreneurForm] .error_show {
  color: #ff8048;
  display: block;
  font-size: 90%;
  font-weight: 600;
  margin-bottom: 0.625rem;
  text-align: left;
}
form[id^=subscribeForm] .honeypot, form[id^=fipreneurForm] .honeypot {
  display: none;
}
form[id^=subscribeForm] .text-muted, form[id^=fipreneurForm] .text-muted {
  margin-bottom: 1.5625rem;
  font-size: 85%;
  font-style: italic;
  display: block;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.78125rem;
  color: rgb(136.9843049327, 184.1905829596, 213.5156950673) !important;
}

section[id^=ecap_]:not(.inline-cta-text) {
  background: #f7f8f7;
}
section[id^=ecap_]:not(.inline-cta-text) p {
  margin-bottom: 1.25rem;
}
section[id^=ecap_] aside.hook {
  color: #114B5F;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 85%;
  margin-bottom: 0.3125rem;
}
section[id^=ecap_] + form[id^=subscribeForm] {
  background: #114B5F;
  padding: 1.5625rem;
}

.mmg-validated .form-control, .mmg-validated .form-select {
  background-repeat: no-repeat;
  background-position: center right 0.8125rem;
  background-size: 1.125rem;
  padding-right: 1.875rem;
}
.mmg-validated .form-control:valid, .mmg-validated .form-select:valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23118B4E' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
  border-color: transparent;
}
.mmg-validated .form-control:invalid, .mmg-validated .form-select:invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff8048'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff8048' stroke='none'/%3e%3c/svg%3e") !important;
  border-color: #ff8048;
}
.mmg-validated .form-control:invalid:focus, .mmg-validated .form-select:invalid:focus {
  box-shadow: 0 0 6px 2px rgba(255, 128, 72, 0.5) !important;
}

/*
*
* ==========================================
* PODCAST PLAYER AND LINKS
* ==========================================
*
*/
.podcastlinks {
  max-width: 50rem;
  margin: 0 auto 1.5625rem !important;
}
.podcastlinks a {
  color: #000;
  display: block;
  margin: 0 0.46875rem;
  padding: 0.4375rem 0.3125rem 0.3125rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8125rem;
  border-bottom: 0.5rem solid transparent;
  text-decoration: none;
}
.podcastlinks a svg, .podcastlinks a i {
  font-size: 1.25rem;
  padding-bottom: 0.25rem;
  display: inline-block;
  color: #0E7240;
}
.podcastlinks a:after {
  content: "";
  display: block;
  width: 1.5625rem;
  border-bottom: 2px solid transparent;
  margin: 5px auto;
}
.podcastlinks a:hover {
  background: #f7f8f7;
  text-decoration: none;
  transition: all 0.15s ease-in;
  border-bottom: 0;
}
.podcastlinks a:hover svg, .podcastlinks a:hover i {
  font-size: 1.6875rem;
  transition: all 0.15s ease-in-out;
}
.podcastlinks a:hover:after {
  border-color: #0E7240;
}

#podcastPlayer .smart-podcast-player {
  border-color: #D9DCD6 !important;
  margin: 0 !important;
}
#podcastPlayer .smart-podcast-player .spp-player-layout .spp-playlist-region,
#podcastPlayer .smart-podcast-player .spp-player-layout .spp-episode-details-region,
#podcastPlayer .smart-podcast-player .spp-progress-bar .spp-progress-bar-bar,
#podcastPlayer .smart-track-player .spp-progress-bar .spp-progress-bar-bar,
#podcastPlayer .smart-podcast-player .spp-player-layout .spp-dss-layout {
  background-color: #f7f8f7 !important;
}
#podcastPlayer .smart-podcast-player .spp-player-layout .spp-tabs {
  background-color: #D9DCD6 !important;
}
#podcastPlayer .smart-podcast-player .spp-player-layout .spp-playlist-region .spp-playlist-header .spp-search-container .spp-search {
  border-radius: 0 !important;
  border: 1px solid #D9DCD6;
}
#podcastPlayer .smart-podcast-player .spp-truncated-show-notes p {
  margin-bottom: 1.5625rem !important;
}
#podcastPlayer .smart-podcast-player .spp-truncated-show-notes p a {
  font-weight: bold !important;
  border-bottom: 1px solid !important;
}
#podcastPlayer .spp-top-matter .spp-track-title {
  color: #0E7240 !important;
}
@media (max-width: 768px) {
  #podcastPlayer .smart-podcast-player .spp-player-layout .spp-playlist-region,
  #podcastPlayer .smart-podcast-player .spp-player-layout .spp-episode-details-region {
    margin-top: 0 !important;
  }
  #podcastPlayer .smart-podcast-player .spp-player-layout .spp-tabs .spp-tab div {
    text-transform: uppercase !important;
  }
}

/*
*
* ==========================================
* MISC UI
* ==========================================
*
*/
.flair-earningPotential {
  font-weight: 700;
  background: #f7f8f7;
  margin-bottom: 1.5625rem;
  display: inline-block;
  padding-right: 0.3125rem;
}
.flair-earningPotential strong {
  background: #118B4E;
  font-size: 70%;
  text-transform: uppercase;
  padding: 0.3125rem;
  color: #fff;
  margin-right: 0.1875rem;
  position: relative;
  top: -0.125rem;
}
.flair-earningPotential .earning__timeframe {
  font-weight: normal;
  font-size: 85%;
  margin-left: 0.0625rem;
  position: relative;
  top: -0.0625rem;
}

.mm-cta-box {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.78125rem);
  padding-left: var(--bs-gutter-x, 0.78125rem);
  margin-right: auto;
  margin-left: auto;
  background: #f7f8f7;
  border-radius: 0.5rem;
  margin-bottom: 1.5625rem;
}
.mm-cta-box a {
  text-decoration: none;
  color: #000;
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  align-items: center;
}
.mm-cta-box a > div {
  width: 100%;
  text-align: center;
}
.mm-cta-box a > div:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.mm-cta-box a > div:first-child img {
  max-width: 100%;
  max-height: 15vh;
  border-radius: 0.5rem;
  border: 0.1875rem solid #fff;
  margin: 0.9375rem auto;
}
.mm-cta-box a > div:first-child img[src$=".svg"] {
  max-width: 15vh;
}
.mm-cta-box a > div:last-child {
  padding: 0.625rem 1.5625rem 0.8125rem;
}
.mm-cta-box .hook--val {
  position: relative;
  top: 0.0625rem;
  line-height: 1;
  color: #ff8048;
}
@media (min-width: 768px) {
  .mm-cta-box {
    padding: 1.5625rem 2.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0.3125rem solid #ff8048;
  }
  .mm-cta-box a > div {
    text-align: left;
  }
  .mm-cta-box a > div:first-child {
    flex: 0 0 auto;
    width: 25%;
    border-radius: 0;
    max-width: 10.9375rem;
    background-color: #f7f8f7 !important;
  }
  .mm-cta-box a > div:first-child img {
    margin: 0;
    border: 0;
    max-height: unset;
  }
  .mm-cta-box a > div:first-child img[src$=".svg"] {
    max-width: 100%;
  }
  .mm-cta-box a > div:last-child {
    flex: 0 0 auto;
    width: 75%;
    padding: 0 0 0 1.5625rem;
  }
}

/* affiliate overview table, like on best survey sites */
.aff--overview {
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}
.aff--overview header {
  background: #114B5F;
  color: #fff;
  font-weight: 600;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 0.3125rem 0.9375rem;
}
.aff--overview .h5 {
  margin: 0;
  line-height: 1.1;
  font-weight: 700;
}
.aff--overview p:not(.h5) {
  margin: 0;
  font-size: 85%;
  line-height: 1;
}
.aff--overview .aff--details {
  border: 1px solid #114B5F;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background: #f7f8f7;
  padding: 0.9375rem 0;
}
@media (min-width: 768px) {
  .aff--overview .aff--overview header {
    padding: 0.3125rem 1.5625rem;
  }
  .aff--overview .aff--details {
    padding: 1.5625rem 0.625rem;
  }
}

.aff--review {
  font-weight: 600;
}

/* legacy: ipo box */
.container__main .ipo-box {
  border: 0.125rem solid #D9DCD6;
  border-top: 0.25rem solid #118B4E;
  padding: 1.5625rem;
  margin-bottom: 1.5625rem;
  clear: both;
  /* main gray review header */
}
.container__main .ipo-box .ipo-header {
  background-color: #f7f8f7;
  padding: 0.78125rem 1.5625rem;
  margin: -1.5625rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 576px) {
  .container__main .ipo-box .ipo-header {
    padding: 1.5625rem;
  }
}
.container__main .ipo-box .overallRating {
  width: 100%;
  line-height: 1;
}
.container__main .ipo-box .overallRating .reviewRating {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
@media (min-width: 576px) {
  .container__main .ipo-box .overallRating .reviewRating {
    top: -0.3125rem;
  }
}
.container__main .ipo-box .overallRating .reviewRating i, .container__main .ipo-box .overallRating .reviewRating svg {
  color: #118B4E;
  font-size: 50%;
  position: relative;
  top: -0.3125rem;
  margin-left: 0.3125rem;
}
.container__main .ipo-box .p-title {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
}
.container__main .ipo-box .sep {
  border-top: 1px solid #D9DCD6;
  width: 100%;
  margin: 0.625rem auto 1.5625rem;
}
.container__main .ipo-box img {
  width: 100%;
  max-width: 3.125rem;
}

/* CTA cards like on /best-money-tools/ */
.cta-card-columns > * {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .cta-card-columns > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
.cta-card-columns .card, .cta-card-columns .card > .row {
  height: 100% !important;
}
.cta-card-columns > .col {
  margin-bottom: 1.5625rem;
}
.cta-card-columns .card-img {
  flex: 0 0 auto;
  width: 100%;
  order: 1;
}
@media (min-width: 576px) {
  .cta-card-columns .card-img {
    flex: 0 0 auto;
    width: 25%;
    order: 2;
  }
}
@media (min-width: 992px) {
  .cta-card-columns .card-img {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.cta-card-columns .card-img img {
  padding: 0;
}
@media (min-width: 576px) {
  .cta-card-columns .card-img img {
    padding-right: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .cta-card-columns .card-img {
    text-align: center;
    background-color: var(--bgcolor);
  }
  .cta-card-columns .card-img img {
    max-width: 30%;
  }
}
.cta-card-columns .card-body {
  flex: 0 0 auto;
  width: 100%;
  order: 2;
  padding: 1rem 1.25rem;
}
@media (min-width: 576px) {
  .cta-card-columns .card-body {
    flex: 0 0 auto;
    width: 75%;
    order: 1;
  }
}
@media (min-width: 992px) {
  .cta-card-columns .card-body {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
.cta-card-columns .card-body .card-title {
  margin-top: 0 !important;
  margin-bottom: 0.1875rem;
}
.cta-card-columns .card-body .card-subtitle {
  margin-top: 0 !important;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.cta-card-columns .card-body .card-text {
  line-height: 1.5 !important;
}
.cta-card-columns .card-body p, .cta-card-columns .card-body ul {
  margin-bottom: 0;
}
.cta-card-columns .card-footer {
  padding: 1.125rem 1.25rem 0.9375rem;
  border-top: 0;
}
.cta-card-columns .card-footer .card-link {
  font-weight: 700;
  margin-bottom: 0.1875rem;
  text-decoration: none;
}
.cta-card-columns .card-footer .card-link:not(:last-of-type) {
  margin-right: 1rem;
}
.cta-card-columns .card-footer .card-link.btn-outline:hover {
  background: #fff;
  color: #000;
}
.cta-card-columns .card-footer .card-link + .card-link {
  float: right;
  margin-left: 0;
}
@media screen and (max-width: 475px) {
  .cta-card-columns .card-footer .card-link + .card-link {
    float: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 848px) {
  .cta-card-columns .card-footer .card-link + .card-link {
    float: none;
  }
}

/*
*
* ==========================================
* CALCULATORS
* ==========================================
*
*/
.calculator {
  border-top: 0.3125rem solid #3A7CA5 !important;
  background: #f7f8f7;
}
.calculator hr {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}
.calculator label {
  font-weight: 600;
  color: #3A7CA5;
}
.calculator label + p {
  margin-top: 0;
}
.calculator .form-text {
  color: #000;
}
.calculator select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233A7CA5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.calculator output {
  font-weight: 600;
  padding-left: 0.625rem;
  color: #3A7CA5;
  white-space: nowrap;
}
.calculator section[id$=_solution] span {
  font-weight: 600;
  line-height: 1.1;
  color: #ff8048;
  font-size: 200%;
}

.financial-freedom-calculator {
  border: 1px solid #dfdfdf;
}
.financial-freedom-calculator h1, .financial-freedom-calculator .h1, .financial-freedom-calculator h2, .financial-freedom-calculator .h2, .financial-freedom-calculator h3, .financial-freedom-calculator .h3, .financial-freedom-calculator h4, .financial-freedom-calculator .h4 {
  margin-top: 0;
}
.financial-freedom-calculator .me-5px {
  margin-right: 0.3125rem;
}
.financial-freedom-calculator .mt-half {
  margin-top: 0.78125rem;
}
.financial-freedom-calculator label {
  margin-top: 1.5rem;
  font-weight: 600;
}
.financial-freedom-calculator input {
  font-size: 1.125rem;
}
.financial-freedom-calculator .result-value {
  font-weight: 700;
  font-size: 110%;
}
.financial-freedom-calculator .calculator-result:not(.table-result) {
  background: #0E7240;
  color: #fff;
  padding: 0.8125rem 0.9375rem 1.125rem;
  margin: 0 -1px;
}
.financial-freedom-calculator .calculator-result:not(.table-result) .result-value {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
}
.financial-freedom-calculator .calculator-result-table table {
  margin-bottom: 0;
}
.financial-freedom-calculator .calculator-result-table tr.active td {
  background-color: #0E7240;
  color: #fff;
  font-size: 150%;
  font-weight: 700;
}
.financial-freedom-calculator .calculator-result-table tr {
  border-color: #dfe2e5;
}
.financial-freedom-calculator .calculator-result-table tr:hover {
  background: #D9DCD6 !important;
}
.financial-freedom-calculator#expense-chart #calculator-result-table, .financial-freedom-calculator#savings-to-reach-financial-freedom .calculator-result {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}
@media (min-width: 992px) {
  .financial-freedom-calculator#expense-chart #calculator-result-table, .financial-freedom-calculator#savings-to-reach-financial-freedom .calculator-result {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }
}
.financial-freedom-calculator#expense-chart #calculator-result-table table, .financial-freedom-calculator#savings-to-reach-financial-freedom .calculator-result table {
  border: 0;
}
.financial-freedom-calculator#expense-chart #calculator-result-table table thead, .financial-freedom-calculator#savings-to-reach-financial-freedom .calculator-result table thead {
  border-bottom: 5px solid #0E7240;
}
.financial-freedom-calculator#expense-chart #calculator-result-table table thead tr, .financial-freedom-calculator#expense-chart #calculator-result-table table tbody tr:nth-of-type(even), .financial-freedom-calculator#savings-to-reach-financial-freedom .calculator-result table thead tr, .financial-freedom-calculator#savings-to-reach-financial-freedom .calculator-result table tbody tr:nth-of-type(even) {
  background-color: #fff;
}
.financial-freedom-calculator#expense-chart #calculator-result-table table th:nth-child(2), .financial-freedom-calculator#expense-chart #calculator-result-table table th:nth-child(3), .financial-freedom-calculator#savings-to-reach-financial-freedom .calculator-result table th:nth-child(2), .financial-freedom-calculator#savings-to-reach-financial-freedom .calculator-result table th:nth-child(3) {
  width: 25%;
}
.financial-freedom-calculator#savings-to-reach-financial-freedom .calculator-result table th:first-child {
  width: 16%;
}
.financial-freedom-calculator#savings-to-reach-financial-freedom .calculator-result table th {
  width: 21%;
}
.financial-freedom-calculator#one-percent-re-calculator .calculator-result-table table {
  border: 0;
  border-left: 1px solid #D9DCD6;
  border-right: 1px solid #D9DCD6;
  margin-bottom: 0;
  margin-top: 0;
}
.financial-freedom-calculator#one-percent-re-calculator .calculator-result-table table th {
  width: 28%;
  background: #0E7240;
  color: #fff;
}
.financial-freedom-calculator#one-percent-re-calculator .calculator-result-table table th:nth-child(1) {
  width: 16%;
}
.financial-freedom-calculator#one-percent-re-calculator .calculator-result-table table thead tr, .financial-freedom-calculator#one-percent-re-calculator .calculator-result-table table tbody tr:nth-of-type(even) {
  background-color: #fff;
}