@charset "UTF-8";
/*
 Theme Name:   RSG Theme
 Theme URI:    https://therideshareguy.com
 Description:  Standalone version of RSG Theme
 Author:       MMG Media Group, LLC
 Version:      1.0.0
 Text Domain:  rsg-theme
*/
:root {
  --bs-orange: #ed5735;
  --bs-green: #43aa8b;
  --bs-yellow: #f8dda4;
  --bs-white: #fff;
  --bs-gray: #e0e0e0;
  --bs-black: #2A2A2A;
  --bs-gray-100: #f9f9f9;
  --bs-gray-600: #e0e0e0;
  --bs-gray-800: #c4c4c4;
  --bs-primary: #ed5735;
  --bs-secondary: #576ca8;
  --bs-success: #43aa8b;
  --bs-info: #576ca8;
  --bs-warning: #f8dda4;
  --bs-danger: #ed5735;
  --bs-light: #fff;
  --bs-dark: #2A2A2A;
  --bs-primary-rgb: 237, 87, 53;
  --bs-secondary-rgb: 87, 108, 168;
  --bs-success-rgb: 67, 170, 139;
  --bs-info-rgb: 87, 108, 168;
  --bs-warning-rgb: 248, 221, 164;
  --bs-danger-rgb: 237, 87, 53;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 42, 42, 42;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 42, 42, 42;
  --bs-body-color-rgb: 42, 42, 42;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "rsg", 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: #2A2A2A;
  --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(42, 42, 42, 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: "rsg", sans-serif;
  font-weight: 900;
  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.435rem + 2.22vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3.1rem;
  }
}

h3, .h3 {
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}

h4, .h4 {
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.8rem;
  }
}

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

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

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

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;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

a {
  color: #576ca8;
  text-decoration: underline;
}
a:hover {
  color: #465686;
}

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


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

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

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #949494;
  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;
}

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;
}

.container {
  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%;
}

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


.gx-2 {
  --bs-gutter-x: 3.125rem;
}

.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-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .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%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  
  .gx-lg-1 {
    --bs-gutter-x: 1.5625rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-2 {
    --bs-gutter-y: 3.125rem;
  }
}
@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: #2A2A2A;
  --bs-table-striped-bg: rgba(42, 42, 42, 0.05);
  --bs-table-active-color: #2A2A2A;
  --bs-table-active-bg: rgba(42, 42, 42, 0.1);
  --bs-table-hover-color: #2A2A2A;
  --bs-table-hover-bg: rgba(42, 42, 42, 0.075);
  width: 100%;
  margin-bottom: 1.5625rem;
  color: #2A2A2A;
  vertical-align: top;
  border-color: #dee2e6;
}
.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;
}

.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-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2A2A2A;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #adadad;
  -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: #2A2A2A;
  background-color: #fff;
  border-color: #576ca8;
  outline: 0;
  box-shadow: 0 0 4px 2px rgba(87, 108, 168, 0.5);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #adadad;
  opacity: 1;
}
.form-control::placeholder {
  color: #adadad;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #2A2A2A;
  background-color: #e9ecef;
  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: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #2A2A2A;
  background-color: #e9ecef;
  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: #dde0e3;
}

.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;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 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-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: #576ca8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(237, 87, 53, 0.25);
}
.form-check-input:checked {
  background-color: #ed5735;
  border-color: #ed5735;
}
.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: #ed5735;
  border-color: #ed5735;
  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-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control: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: #2A2A2A;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #adadad;
  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 > :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;
}

.btn {
  display: inline-block;
  font-family: "rsg", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #2A2A2A;
  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: #2A2A2A;
}
 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(237, 87, 53, 0.25);
}
.btn:disabled, .btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #2A2A2A;
  background-color: #ed5735;
  border-color: #ed5735;
}
.btn-primary:hover {
  color: #2A2A2A;
  background-color: #f07053;
  border-color: #ef6849;
}
 .btn-primary:focus {
  color: #2A2A2A;
  background-color: #f07053;
  border-color: #ef6849;
  box-shadow: 0 0 0 0.25rem rgba(208, 80, 51, 0.5);
}
 .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #2A2A2A;
  background-color: #f1795d;
  border-color: #ef6849;
}
 .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(208, 80, 51, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #2A2A2A;
  background-color: #ed5735;
  border-color: #ed5735;
}

.btn-secondary {
  color: #fff;
  background-color: #576ca8;
  border-color: #576ca8;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #4a5c8f;
  border-color: #465686;
}
 .btn-secondary:focus {
  color: #fff;
  background-color: #4a5c8f;
  border-color: #465686;
  box-shadow: 0 0 0 0.25rem rgba(112, 130, 181, 0.5);
}
 .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #465686;
  border-color: #41517e;
}
 .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 130, 181, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #576ca8;
  border-color: #576ca8;
}

.btn-info {
  color: #fff;
  background-color: #576ca8;
  border-color: #576ca8;
}
.btn-info:hover {
  color: #fff;
  background-color: #4a5c8f;
  border-color: #465686;
}
 .btn-info:focus {
  color: #fff;
  background-color: #4a5c8f;
  border-color: #465686;
  box-shadow: 0 0 0 0.25rem rgba(112, 130, 181, 0.5);
}
 .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #465686;
  border-color: #41517e;
}
 .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 130, 181, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #576ca8;
  border-color: #576ca8;
}

.btn-outline-primary {
  color: #ed5735;
  border-color: #ed5735;
}
.btn-outline-primary:hover {
  color: #2A2A2A;
  background-color: #ed5735;
  border-color: #ed5735;
}
 .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 87, 53, 0.5);
}
 .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #2A2A2A;
  background-color: #ed5735;
  border-color: #ed5735;
}
 .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(237, 87, 53, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #ed5735;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #576ca8;
  border-color: #576ca8;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #576ca8;
  border-color: #576ca8;
}
 .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(87, 108, 168, 0.5);
}
 .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #576ca8;
  border-color: #576ca8;
}
 .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(87, 108, 168, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #576ca8;
  background-color: transparent;
}

.btn-outline-success {
  color: #43aa8b;
  border-color: #43aa8b;
}
.btn-outline-success:hover {
  color: #2A2A2A;
  background-color: #43aa8b;
  border-color: #43aa8b;
}
 .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(67, 170, 139, 0.5);
}
 .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #2A2A2A;
  background-color: #43aa8b;
  border-color: #43aa8b;
}
 .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(67, 170, 139, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #43aa8b;
  background-color: transparent;
}

.btn-outline-info {
  color: #576ca8;
  border-color: #576ca8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #576ca8;
  border-color: #576ca8;
}
 .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(87, 108, 168, 0.5);
}
 .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #576ca8;
  border-color: #576ca8;
}
 .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(87, 108, 168, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #576ca8;
  background-color: transparent;
}

.btn-outline-warning {
  color: #f8dda4;
  border-color: #f8dda4;
}
.btn-outline-warning:hover {
  color: #2A2A2A;
  background-color: #f8dda4;
  border-color: #f8dda4;
}
 .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 221, 164, 0.5);
}
 .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #2A2A2A;
  background-color: #f8dda4;
  border-color: #f8dda4;
}
 .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(248, 221, 164, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #f8dda4;
  background-color: transparent;
}

.btn-outline-danger {
  color: #ed5735;
  border-color: #ed5735;
}
.btn-outline-danger:hover {
  color: #2A2A2A;
  background-color: #ed5735;
  border-color: #ed5735;
}
 .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 87, 53, 0.5);
}
 .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #2A2A2A;
  background-color: #ed5735;
  border-color: #ed5735;
}
 .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(237, 87, 53, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #ed5735;
  background-color: transparent;
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #2A2A2A;
  background-color: #fff;
  border-color: #fff;
}
 .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
 .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #2A2A2A;
  background-color: #fff;
  border-color: #fff;
}
 .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(255, 255, 255, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-dark {
  color: #2A2A2A;
  border-color: #2A2A2A;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}
 .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 42, 42, 0.5);
}
 .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}
 .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(42, 42, 42, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #2A2A2A;
  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: #2A2A2A;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(42, 42, 42, 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(42, 42, 42, 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: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ed5735;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  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: #e0e0e0;
  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: #576ca8;
  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: #465686;
}
.nav-link.disabled {
  color: #e0e0e0;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.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 #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #e0e0e0;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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 {
  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(42, 42, 42, 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-footer {
  padding: 0.78125rem 1.5625rem;
  background-color: rgba(42, 42, 42, 0.03);
  border-top: 1px solid rgba(42, 42, 42, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) 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: #576ca8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: #465686;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #465686;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(237, 87, 53, 0.25);
}

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

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.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: #e0e0e0;
  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: #ed5735;
  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: #f9f9f9;
}
.list-group-item-action:active {
  color: #2A2A2A;
  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(42, 42, 42, 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: #e0e0e0;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ed5735;
  border-color: #ed5735;
}
.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(42, 42, 42, 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 #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.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 #dee2e6;
  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: #2A2A2A;
}

.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: #2A2A2A;
}

.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: #2A2A2A;
}

.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: #2A2A2A;
}

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          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 */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.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: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@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 #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !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-column {
  flex-direction: column !important;
}

.gap-half {
  gap: 0.78125rem !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;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !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-half {
  padding: 0.78125rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fw-bold {
  font-weight: 700 !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-none {
  text-decoration: none !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: #949494 !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;
}

.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;
  }
  .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;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !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;
  }
  .pb-md-1 {
    padding-bottom: 1.5625rem !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;
  }
  .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;
  }
  .py-lg-2 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .pt-lg-half {
    padding-top: 0.78125rem !important;
  }
  .pe-lg-3 {
    padding-right: 4.6875rem !important;
  }
  .ps-lg-3 {
    padding-left: 4.6875rem !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: 3.1rem !important;
  }
  .fs-3 {
    font-size: 2.4rem !important;
  }
  .fs-4 {
    font-size: 1.8rem !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: 700;
  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: #576ca8;
  text-transform: uppercase;
  display: block;
  font-size: 1.125rem;
  font-family: "rsg", sans-serif;
}

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

.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;
}
.btn.arrowhover:hover:after, .keep-reading .articles_list .meta__category:hover:after {
  opacity: 1;
  position: relative;
  transition: all 150ms ease-in;
  left: 0.4375rem;
}
[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: 55px;
  }
}
@media (min-width: 1200px) {
  :target {
    scroll-margin-top: 72px;
  }
}
.btn-secondary {
  text-decoration: none !important;
}

.btn-body-font, .h-body-font {
  font-family: "rsg", 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: #576ca8;
  color: #fff;
}
.tooltip-bg-info[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #576ca8 !important;
}
.tooltip-bg-info[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #576ca8 !important;
}
.tooltip-bg-info[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #576ca8 !important;
}
.tooltip-bg-info[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #576ca8 !important;
}

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

sup {
  top: -0.2em;
}

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

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

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

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

.bg-ltinfo {
  background-color: rgba(87, 108, 168, 0.1);
}

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

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

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

pre {
  background: #f9f9f9;
  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: #949494;
}
.nav-tabs .nav-link.active {
  border-bottom: 3px solid;
  font-weight: 700;
}

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

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

#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 {
  padding: 1.5625rem;
}
@media (min-width: 992px) {
  .theme-spacing,
  .container__main.archive,
  .container__main.page,
  .container__main.single {
    padding: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .theme-spacing,
  .container__main.archive,
  .container__main.page,
  .container__main.single {
    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 {
    padding: 1.5625rem;
  }
}
@media screen and (max-height: 850px) and (min-width: 992px) {
  .theme-spacing,
  .container__main.archive,
  .container__main.page,
  .container__main.single {
    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 {
  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 {
  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 {
    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: #f9f9f9;
  padding: 0.75rem 1.5625rem 0.625rem;
}
#articleContents header {
  padding: 0.8125rem 0;
  background: none !important;
  border-bottom: 2px solid #e0e0e0;
  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: #576ca8;
  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: #2A2A2A;
  font-weight: 700;
}
#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: #e0e0e0;
  }
}
/*
*
* ==========================================
* 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: 700;
  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: #ec4b27;
}
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: #576ca8;
  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: #e0e0e0;
  padding: 1.5625rem;
}
.modal .modal-footer .text-muted {
  color: #878787 !important;
}
.modal .modal-footer .text-muted a {
  color: #878787;
  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 #e0e0e0;
  padding-bottom: 0.78125rem;
}
#searchModal .modal-body article img {
  width: 6.25rem;
  height: auto;
  margin-right: 0.78125rem;
}
#searchModal .modal-body article a {
  color: #616161;
  font-size: 0.875rem;
  text-decoration: none;
}
#searchModal .modal-body article a h2, #searchModal .modal-body article a .h2 {
  font-size: 1.125rem;
  color: #2A2A2A;
  margin-bottom: 0;
}
#searchModal .modal-body article a:hover {
  background: #e0e0e0;
  color: #2A2A2A;
  border-bottom: 1px dashed #e0e0e0;
}
#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: #cecece;
}
#searchModal .modal-footer aside {
  width: 50%;
  margin-top: 0;
}
#searchModal .modal-footer .pagination a {
  font-size: 90%;
}
#searchModal .modal-footer .pagination .disabled a {
  color: #c7c7c7;
  color: #e0e0e0;
}

#disclosureModal .modal-footer a {
  text-decoration: none !important;
  font-family: "rsg", sans-serif;
  color: #2A2A2A;
  font-weight: 700;
}

/*
*
* ==========================================
* 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: #e0e0e0;
  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 #c7c7c7;
  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 #e0e0e0;
}
.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: #949494;
  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: #e0e0e0;
}
.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: #e6e6e6;
  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 #e0e0e0;
}
.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 #bababa;
  border-left: 0.1875rem solid #e0e0e0;
  border-right: 0.1875rem solid #e0e0e0;
}

.media-youtube {
  background: #dbdbdb;
  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 #e0e0e0;
}
.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;
}

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: "rsg", 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: #2A2A2A !important;
}
.links-label + ol {
  margin-top: 0 !important;
}
.links-label + ol li:before {
  color: #2A2A2A !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%;
}

.container__post-content ul:not(.no-bullet):not(.arrow-list):not(.list-inline):not(.pro-list):not(.con-list) {
  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) 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) li:before {
  content: "";
  display: block;
  height: 0.625rem;
  width: 0.625rem;
  position: relative;
  border-radius: 50%;
  left: -1.3125rem;
  top: 19px;
  background: #ed5735;
}

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: #ed5735;
  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: #ed5735;
}

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: #ed5735;
  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: #ed5735;
}

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: #2A2A2A;
}
ul.link-black a:hover, ol.link-black a:hover {
  color: #ed5735;
}

.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: #ed5735;
  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 #ed5735;
  border-radius: 50%;
  left: -1.3125rem;
  top: 0.875rem !important;
}
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: 700;
  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: 700;
}
ol.bestList a#expand-list, ul.bestList a#expand-list {
  font-weight: 700 !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: #2A2A2A !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: #e0e0e0 !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 #e0e0e0;
  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 #e0e0e0;
}
table tbody th {
  position: relative;
  top: 0.3125rem;
}
table tbody tr:nth-of-type(odd) {
  background-color: #e6e6e6;
}
table.evenstripe tbody tr:nth-of-type(even) {
  background-color: #e6e6e6;
}
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: #c4c4c4;
  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 #e0e0e0 !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 #bababa;
}

.tooltip.tooltip-methodology .tooltip-inner {
  background: #2A2A2A;
  color: #fff;
}
.tooltip.tooltip-methodology[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #2A2A2A !important;
}
.tooltip.tooltip-methodology[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #2A2A2A !important;
}
.tooltip.tooltip-methodology[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #2A2A2A !important;
}
.tooltip.tooltip-methodology[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #2A2A2A !important;
}
.tooltip.tooltip-methodology .tooltip-inner {
  font-family: "rsg", sans-serif;
  font-size: 0.875rem;
}
.tooltip.tooltip-methodology .tooltip-inner a {
  color: #9aa7cb;
}

.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(../svg/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(../svg/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(../svg/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(../svg/alert.svg);
}
.flair-callout[data-callout-type=alert] p:before {
  content: "Important: ";
}
.flair-callout[data-callout-type=money] > div:after {
  background-image: url(../svg/dollar.svg);
}
.flair-callout[data-callout-type=money] p:before {
  content: "Tip: ";
}
.flair-callout[data-callout-type=related] > div:after {
  background-image: url(../svg/book.svg);
}
.flair-callout[data-callout-type=related] p:before {
  content: "Related: ";
}
.flair-callout[data-callout-type=expert] > div:after {
  background-image: url(../svg/lightbulb.svg);
  left: -1.6875rem;
}
.flair-callout[data-callout-type=expert] p:before {
  content: "Expert Take: ";
}

/*
*
* ==========================================
* PAGE SECTIONS
* ==========================================
*
*/
.page__section.bg-secondary {
  background: #576ca8;
}
.page__section.bg-secondary:before {
  display: none;
}
.page__section.bg-secondary > header {
  background: #576ca8;
  color: #fff;
}
.page__section.bg-secondary > header span {
  color: #ed5735;
}
.page__section.bg-secondary ul a {
  color: #fff;
}
.no-shadow-bottom-sep + .keep-reading:before, .page__section.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 #e0e0e0;
  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: 700;
  font-family: "rsg", 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: #2A2A2A;
  font-family: "rsg", 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: #2A2A2A;
  margin-bottom: 0.3125rem;
}
.container__main.search .search-result p {
  color: #2A2A2A;
  display: inline;
  line-height: 1.8;
}
.container__main.search .search-result:hover p {
  background: #e0e0e0;
}
.container__main.search .search-result img {
  width: 100%;
}
@font-face {
  font-family: "rsg";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../woff2/rsg-semibold.woff2") format("woff2"), url("../woff/rsg-semibold.woff") format("woff");
}
@font-face {
  font-family: "rsg";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../woff2/rsg-semibold-italic.woff2") format("woff2"), url("../woff/rsg-semibold-italic.woff") format("woff");
}
@font-face {
  font-family: "rsg";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../woff2/rsg-heavy.woff2") format("woff2"), url("../woff/rsg-heavy.woff") format("woff");
}
@font-face {
  font-family: "rsg";
  font-style: italic;
  font-weight: 900;
  src: local(""), url("../woff2/rsg-heavy-italic.woff2") format("woff2"), url("../woff/rsg-heavy-italic.woff") format("woff");
}
/*
*
* ==========================================
* ICONS
* ==========================================
*
*/
@font-face {
  font-family: "mmg-icons";
  src: url("../woff/mmg-icons0b8e.woff") 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;
}

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

.fa-sm {
  font-size: 0.875em;
}
.fa-down-1 {
  top: 1px;
}
.fa-down-2 {
  top: 2px;
}
.fa-down-4 {
  top: 4px;
}
.fa-right-1 {
  left: 1px;
}
.fa-right-3 {
  left: 3px;
}
.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";
}
/*
*
* ==========================================
* MIXINS AND FUNCTIONS
* ==========================================
*
*/
.keep-reading > header, .page__section > header {
  font-weight: 400;
}
.keep-reading > header span, .page__section > header span {
  color: #ed5735;
  text-transform: uppercase;
}
.keep-reading > header span .fa, .page__section > header span .fa {
  margin-right: 0.125rem;
  font-size: 110%;
  top: 0.125rem;
}

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

.home .page__featured {
  background: #0e0f11;
  background: radial-gradient(circle, rgba(70, 70, 70, 0.5) 0%, transparent 100%) right no-repeat, url("../svg/homepage-rideshare-destination-streets.svg") right no-repeat, #0e0f11;
  background-size: 50vw 100%, 60vw;
}
@media (min-width: 768px) {
  .home .page__featured {
    background: url("../svg/homepage-rideshare-destination-path.svg") right no-repeat, radial-gradient(circle, rgba(70, 70, 70, 0.5) 0%, transparent 100%) right no-repeat, url("../svg/homepage-rideshare-destination-streets.svg") right no-repeat, #0e0f11;
    background-size: 60vw, 50vw 100%, 60vw;
  }
}
@media (min-width: 1600px) {
  .home .page__featured {
    background-size: 62.5rem, 59.375rem 100%, 62.5rem;
  }
}

.category__intro {
  background: #0e0f11;
  background: radial-gradient(circle, rgba(70, 70, 70, 0.5) 0%, transparent 100%) right no-repeat, url("../svg/homepage-rideshare-destination-streets.svg") right no-repeat, #0e0f11;
  background-size: cover;
}
@media (min-width: 768px) {
  .category__intro {
    background-size: 50vw 100%, 60vw;
  }
}
@media (min-width: 1600px) {
  .category__intro {
    background-size: 59.375rem 100%, 62.5rem;
  }
}

/*
*
* ==========================================
* BASICS & UTIL
* ==========================================
*
*/
.tooltip .tooltip-inner a {
  font-weight: 700;
  color: #f8dda4;
}

.h0 {
  font-family: "rsg", sans-serif;
  font-weight: 900;
}

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

.text-muted {
  color: #adadad !important;
}

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

b, strong {
  font-weight: 700;
}

a {
  font-weight: 700;
  text-underline-offset: 0.25rem;
}

.text-large {
  font-size: 118%;
}

.nav-tabs .nav-link {
  text-transform: uppercase;
  font-weight: 700;
}
.nav-tabs .nav-link.active {
  border-color: #576ca8;
  color: #576ca8;
}

.tooltip-small .tooltip-inner {
  padding: 0.4375rem;
  font-size: 90%;
  font-weight: 700;
}

.mmg-sharing-buttons > span.h0 {
  color: #2A2A2A;
  font-weight: 900;
}
.mmg-sharing-buttons a {
  font-weight: 700;
  text-transform: uppercase;
}

.btn {
  text-transform: none;
}

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

.btn.cta {
  background-color: #43aa8b;
  color: #fff;
  font-size: 110%;
  position: relative;
  border: 0;
  text-decoration: none;
  padding-top: 0.625rem;
}
.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: #43aa8b;
  border-radius: 0.5rem;
  opacity: unset;
}
.btn.cta.btn-primary {
  background-color: #ed5735;
}
.btn.cta.btn-primary:after {
  background-color: #ed5735;
}

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

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

/*
*
* ==========================================
* NAV BAR
* ==========================================
*
*/
.primary-nav-bar {
  background: #ed5735;
}
.primary-nav-bar .logo.img-only img {
  width: 6.25rem;
  padding: 0.3125rem 0;
}
.primary-nav-bar .navbar-toggler {
  color: #fff;
  font-size: 165%;
  position: relative;
  padding-right: 0.125rem;
  top: -0.1875rem;
}
.primary-nav-bar .navbar-toggler[aria-expanded=true] {
  top: -0.25rem;
}
.primary-nav-bar .search {
  color: #fff;
  font-size: 140%;
  top: 0rem;
  padding-right: 0.125rem;
}
.primary-nav-bar .main__nav .nav-link {
  color: #fff;
  font-weight: 400;
  padding-bottom: 0 !important;
  font-size: 1.125rem;
}
.primary-nav-bar .main__nav .nav-link.dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  vertical-align: 0.3em;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .primary-nav-bar .main__nav .nav-link {
    font-size: 1rem;
    margin-right: 2.5rem !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: 700;
  color: #fff;
  font-size: 1.125rem;
}
.primary-nav-bar .main__nav .dropdown-toggle::after {
  border-top-color: #fff;
  top: 0.25rem;
}
.primary-nav-bar .main__nav .category--all {
  font-size: 100%;
}
.primary-nav-bar .main__nav .category--all .dropdown-item {
  font-weight: 400;
}
@media (min-width: 992px) {
  .primary-nav-bar .logo.img-only img {
    width: 8.75rem;
  }
  .primary-nav-bar .main__nav .nav-link:hover, .primary-nav-bar .main__nav .nav-link[aria-expanded=true] {
    border-bottom-color: #fff !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;
    color: #2A2A2A !important;
  }
  .primary-nav-bar .category--all {
    background: #ed5735;
    border-bottom: 0;
  }
  .primary-nav-bar .category--all .dropdown-item span, .primary-nav-bar .category--all .dropdown-item:after {
    color: #fff;
  }
}

/*
*
* ==========================================
* 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: 700;
}
.container__post-content h2, .container__post-content .h2 {
  color: #2A2A2A;
}
.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 {
  color: #2A2A2A !important;
}
.container__main .meta .meta__synopsis {
  font-size: calc(1.25625rem + 0.075vw);
  color: #2A2A2A;
  font-style: italic;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .container__main .meta .meta__synopsis {
    font-size: 1.3125rem;
  }
}
.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 {
  font-weight: 700;
}
.container__main .meta .meta__author:hover, .container__main .meta .meta__category:hover, .container__main .meta .meta__disclosure:hover, .container__main .meta .meta__span:hover, .container__main .meta #breadcrumbs a:hover {
  text-decoration: underline;
}
.container__main .meta .meta__author {
  color: #576ca8;
}
.container__main .meta .meta__disclosure {
  color: #adadad;
  color: #576ca8;
}
.container__main .meta #breadcrumbs a {
  color: #ed5735;
}
.container__main .meta #breadcrumbs a:not(:first-of-type) {
  border-left-color: #ed5735;
}
.container__main .meta .meta__readtime {
  color: #2A2A2A;
  font-weight: 700;
}

@media (min-width: 992px) {
  #disqus_thread {
    width: 75%;
  }
}
.container__post-content[style="width: 100%;"] + #disqus_thread {
  width: 100%;
}

/*
*
* ==========================================
* ARTICLE TABLE OF CONTENTS
* ==========================================
*
*/
#articleContents header {
  font-weight: 700;
  text-transform: none;
  border-color: #f1f1f1;
}
#articleContents .list-group-item {
  color: #2A2A2A;
  font-weight: 400;
}
#articleContents .list-group-item.active, #articleContents .list-group-item:hover {
  color: #576ca8;
  border-left-color: #576ca8;
}
#articleContents .list-group-item:after {
  color: #576ca8;
}
#articleContents img {
  display: none;
}

/*
*
* ==========================================
* KEEP READING / RELATED ARTICLES
* ==========================================
*
*/
.keep-reading .articles_list article:hover header {
  color: #2A2A2A;
  text-decoration: underline;
}
.keep-reading .articles_list header {
  color: #2A2A2A;
  font-weight: 700;
}
.keep-reading .articles_list .meta__category {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.125rem 0.3125rem 0;
  background: #ed5735;
  color: #fff;
}
.keep-reading .articles_list .meta__category:hover, .keep-reading .articles_list .meta__category:after {
  color: #ed5735;
}
.keep-reading .articles_list .meta__date {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}

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

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

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

.keep-reading.no-shadow-bottom-sep + .keep-reading > header {
  padding-top: 0;
}

.keep-reading.podcast .deets__date {
  font-size: 0.875rem;
  margin-top: 1.5625rem;
  margin-bottom: 0.1875rem;
  display: block;
  font-weight: 700;
  color: #e93c15;
}

/*
*
* ==========================================
* FOOTER
* ==========================================
*
*/
footer {
  background: #2A2A2A;
}
footer h6, footer .h6 {
  color: #ed5735;
  font-size: 1.375rem;
}
footer ul.arrow-list li::before {
  color: #ed5735 !important;
}
footer a {
  font-size: 1rem;
  font-weight: 400;
}
footer #footer__logo .logo.img-only img {
  width: 23.4375rem;
  max-width: 100%;
}
footer #footer__legal {
  color: #2A2A2A;
  font-weight: 400;
}
footer #footer__social a {
  color: #2A2A2A;
}
footer #footer__social a:hover {
  color: #fff;
}

/*
*
* ==========================================
* MODALS
* ==========================================
*
*/
.modal .modal-header .modal-title, .modal .modal-header [class^=fa-], .modal .modal-header [class*=" fa-"] {
  color: #fff;
}
.modal .modal-footer {
  background: #f1f1f1;
}
.modal .modal-footer .text-muted {
  color: #e0e0e0 !important;
}
.modal .modal-footer .text-muted a {
  color: #e0e0e0;
}

#searchModal .modal-header {
  background: #2A2A2A;
}
#searchModal .modal-header .input-group-text {
  background: #ed5735;
}
#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: 700;
}
#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 {
  font-weight: 400;
}
#searchModal .modal-body article a:hover {
  background: none;
  border-bottom: 1px solid;
}
#searchModal .modal-footer .pagination a {
  color: #576ca8;
  font-weight: 700;
}

/*
*
* ==========================================
* COMMENTS
* ==========================================
*
*/
.comments a.btn[href="#collapseComments"] {
  background: #2A2A2A !important;
  border-color: #2A2A2A !important;
}
.comments a.btn[href="#collapseComments"] i {
  position: relative;
  top: 2px;
}
.comments #reply-title, .comments #comments-title {
  color: #2A2A2A;
  font-weight: 700;
  font-size: 1.25rem;
}
.comments > p a {
  background: #ed5735 !important;
  text-transform: none;
  font-weight: 700;
  color: #fff !important;
}
.comments .card-body {
  background: #f9f9f9;
}
.comments #respond label, .comments #respond #cancel-comment-reply-link {
  color: #2A2A2A;
  font-weight: 700;
}
.comments #respond input[type=submit] {
  background-color: #576ca8;
  color: #fff;
  font-weight: 700;
}
.comments ul#read a {
  font-size: 1.125rem;
  color: #576ca8;
}
.comments ul#read a.comment-reply-link {
  font-weight: 700;
  color: #ed5735;
}
.comments ul#read cite.fn {
  text-transform: uppercase;
  font-weight: 700;
}

/*
*
* ==========================================
* UI COMPONENTS
* ==========================================
*
*/
.flair-graybox {
  background: #f9f9f9;
}
.flair-graybox.cta {
  background: #f9f9f9;
  border-top: 0.3125rem solid #43aa8b;
  border-bottom: 0;
}
.flair-graybox.cta p.h0 {
  font-weight: 900 !important;
}
.flair-graybox.cta span.text-small a {
  text-decoration: none;
  margin-top: 0.3125rem;
  display: block;
}

table + .flair-graybox.cta {
  border-bottom-color: #ed5735;
  box-shadow: none;
  background: #f9f9f9;
}

.successMsg {
  background: #ed5735;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.media-image {
  border: 1px solid #f9f9f9;
  box-shadow: 0.75rem 0.75rem 0 0 #f4f4f4;
}
.media-image + figcaption {
  color: #c4c4c4 !important;
}

.media-youtube {
  background: #f4f4f4;
}

blockquote {
  color: #2A2A2A;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  blockquote {
    font-size: 1.75rem;
  }
}
blockquote:before {
  color: #ed5735;
  font-family: "rsg", sans-serif;
  font-weight: 900;
  top: 0;
}
blockquote figcaption {
  font-family: "rsg", sans-serif;
  font-weight: 900;
}
blockquote figcaption cite {
  font-weight: 400;
}
blockquote figcaption:before {
  border-top: #f8dda4 solid;
}

.links-label {
  font-weight: 700;
}
.links-label:after {
  background: #f8dda4;
  bottom: 0.5625rem;
}

.link-arrow::before {
  color: #576ca8;
}
.link-arrow.cta a, .link-arrow.cta:before {
  color: #576ca8;
}

.container__post-content ul:not(.no-bullet):not(.arrow-list):not(.list-inline):not(.pro-list):not(.con-list) li:before {
  top: 17px;
}

ul.arrow-list {
  /* additional colors if you want; primary and indigo already part of mmg base */
}
ul.arrow-list.secondary li::before {
  color: #576ca8;
}
ul.arrow-list.dark li::before {
  color: #2A2A2A;
}
ul.arrow-list.danger li::before {
  color: #ed5735;
}

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

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

ol.bestList, ul.bestList {
  border-left-color: #ed5735;
}
ol.bestList:before, ul.bestList:before {
  color: #fff;
}
ol.bestList li:before, ul.bestList li:before {
  color: #ed5735 !important;
}
ol.bestList a#expand-list, ul.bestList a#expand-list {
  color: #fff !important;
  background: #576ca8 !important;
  text-decoration: none;
  padding: 0.25rem 0.3125rem 0.125rem;
}
ol.bestList a, ul.bestList a {
  font-weight: 700;
}
ol.bestList a:hover, ul.bestList a:hover {
  background: none !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: #2A2A2A;
}

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

table, .table {
  border-top-color: #ed5735;
}
table thead, table th, .table thead, .table th {
  font-weight: 700;
  border-bottom: 1px solid #e0e0e0;
}
table tbody tr:nth-of-type(odd), .table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table.evenstripe tbody tr:nth-of-type(even), .table.evenstripe tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
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: 700;
    font-size: 1.125rem;
  }
}

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

.flair-callout:before {
  border-color: #ed5735;
  border-right: none;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.flair-callout > div:before {
  background-color: #ed5735;
}
.flair-callout p:before {
  font-weight: 700;
}
.flair-callout[data-callout-type=formula]:before, .flair-callout[data-callout-type=formula-solve]:before {
  border-color: #576ca8;
}
.flair-callout[data-callout-type=formula] > div:before, .flair-callout[data-callout-type=formula-solve] > div:before {
  background-color: #576ca8;
}
.flair-callout[data-callout-type=money]:before {
  border-color: #43aa8b;
}
.flair-callout[data-callout-type=money] > div:before {
  background-color: #43aa8b;
}


/*
*
* ==========================================
* AUTHOR AND CATEGORY PAGES
* ==========================================
*
*/
.author__bio a, .category__intro a {
  font-weight: 700;
}
.author__bio .follow a, .category__intro .follow a {
  color: #576ca8;
}
.author__bio h1, .author__bio .h1, .category__intro h1, .category__intro .h1 {
  color: #2A2A2A;
}
.author__bio h1 span, .author__bio .h1 span, .category__intro h1 span, .category__intro .h1 span {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 50%;
  color: #2A2A2A;
  z-index: 2;
}
.author__bio h1 span:after, .author__bio .h1 span:after, .category__intro h1 span:after, .category__intro .h1 span:after {
  background: #f8dda4;
  z-index: -1;
}

.category__intro {
  padding-top: 1.5625rem !important;
}
.category__intro + .keep-reading:before {
  display: none;
}
.category__intro h1, .category__intro .h1 {
  color: #fff;
}
.category__intro h1 span, .category__intro .h1 span {
  background: transparent;
  color: #ed5735;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
  line-height: 1;
  font-size: 1rem;
}
.category__intro h1 span:after, .category__intro .h1 span:after {
  display: none;
}
.category__intro p {
  display: inline;
  font-size: 1.1875rem;
  background: transparent;
  color: #fff;
  font-style: italic;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .category__intro {
    padding-top: 4.6875rem !important;
  }
  .category__intro > .row > .col-12 {
    width: 50%;
  }
}

/*
*
* ==========================================
* HOMEPAGE
* ==========================================
*
*/
/* featured image on homepage */
.home .page__featured > div > div {
  width: 100%;
}
@media (min-width: 768px) {
  .home .page__featured > div > div {
    width: 70%;
    padding: 3.125rem 1.5625rem;
  }
}
@media (min-width: 992px) {
  .home .page__featured > div > div {
    width: 65%;
  }
}
@media (min-width: 1300px) {
  .home .page__featured > div > div {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .home .page__featured > div > div {
    width: 50%;
  }
}
.home .page__featured > div > div h1, .home .page__featured > div > div .h1 {
  font-weight: 700;
  color: #fff;
  font-size: calc(1.575rem + 3.9vw);
  margin-bottom: 0;
  line-height: 1.15;
}
@media (min-width: 1200px) {
  .home .page__featured > div > div h1, .home .page__featured > div > div .h1 {
    font-size: 4.5rem;
  }
}
.home .page__featured > div > div aside {
  color: #ed5735;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
  line-height: 1;
  font-size: 1rem;
}

.page__featured-text p {
  font-size: calc(1.26rem + 0.12vw);
  margin-bottom: 1.5625rem;
}
@media (min-width: 1200px) {
  .page__featured-text p {
    font-size: 1.35rem;
  }
}

.home .page__featured-text {
  margin: 0 auto;
  text-align: center;
  max-width: 75rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

#pagecomponent_by-company {
  position: relative;
}
@media (min-width: 992px) {
  #pagecomponent_by-company > div[class^="row row-cols-"] {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  #pagecomponent_by-company > div[class^="row row-cols-"] {
    margin-bottom: 3.125rem !important;
  }
}
#pagecomponent_by-company .company {
  background: #fff;
  border-radius: 0.3125rem;
}
#pagecomponent_by-company .company .card-body {
  padding: 0.9375rem;
  text-align: center;
}
#pagecomponent_by-company .company .card-footer {
  background: #e0e0e0;
  color: #2A2A2A;
  border-top: 0;
  padding: 0.59375rem 0.9375rem 0.3125rem;
}
#pagecomponent_by-company .company .card-footer span {
  display: block;
}
@media (min-width: 1200px) {
  #pagecomponent_by-company .company .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #pagecomponent_by-company .company .card-footer span {
    display: inline;
  }
}
#pagecomponent_by-company .company .deets__logo {
  max-height: 3.4375rem;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
#pagecomponent_by-company .company .deets__name a {
  text-decoration: none;
  color: #2A2A2A;
}
#pagecomponent_by-company .company .deets__count {
  font-size: 0.875rem;
}
#pagecomponent_by-company .company:hover {
  cursor: pointer;
}
#pagecomponent_by-company aside {
  margin-top: 1.5625rem;
  text-align: right;
}
#pagecomponent_by-company aside a {
  text-decoration: none;
  font-size: 80%;
  color: #fff;
}
@media (min-width: 768px) {
  #pagecomponent_by-company aside {
    margin-top: 0;
    text-align: left;
    background: #ed5735;
    border-top-left-radius: 0.3125rem;
    padding: 0.3125rem 0.9375rem;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 1.5625rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #pagecomponent_by-company aside {
    padding-right: 3.125rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #pagecomponent_by-company aside {
    padding-right: 6.25rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1705px) {
  #pagecomponent_by-company aside {
    padding-right: calc((100% - 95.625rem + 1.5625rem) * 0.5);
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) and (max-height: 850px) {
  #pagecomponent_by-company aside {
    padding-right: 3.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1705px) and (max-height: 850px) {
  #pagecomponent_by-company aside {
    padding-right: calc((100% - 101.875rem + 1.5625rem) * 0.5);
  }
}
@media screen and (min-width: 1705px) and (min-height: 850px) {
  #pagecomponent_by-company header {
    padding-left: 0.78125rem;
    padding-right: 0.78125rem;
  }
}

#pagecomponent_category-descriptions header {
  --bs-gutter-x: 0;
  --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;
  margin-bottom: 1.5625rem;
}
#pagecomponent_category-descriptions header img {
  flex: 0 0 auto;
  width: auto;
  width: auto;
  height: 2.625rem;
  margin-right: 0.75rem;
}
#pagecomponent_category-descriptions header p {
  flex: 1 1 0;
  max-width: 100%;
  margin-bottom: 0;
  line-height: 1;
}
#pagecomponent_category-descriptions a {
  text-decoration: none;
  color: #2A2A2A;
}
#pagecomponent_category-descriptions a[href*="/rideshare/"]:hover {
  color: #ed5735;
}
#pagecomponent_category-descriptions a[href*="/delivery/"]:hover {
  color: #f4cb75;
}
#pagecomponent_category-descriptions a[href*="/manage-money/"]:hover {
  color: #43aa8b;
}
#pagecomponent_category-descriptions a[href*="/driver-resources/"]:hover {
  color: #576ca8;
}

[id^=pagecomponent_rss] .deets__cover {
  width: 100%;
  border-radius: 0.9375rem;
}
[id^=pagecomponent_rss] .deets__subscribe {
  position: relative;
  bottom: 0;
  margin-bottom: 0;
}
[id^=pagecomponent_rss] .deets__subscribe a {
  text-decoration: none;
  color: #ed5735;
}
[id^=pagecomponent_rss] .deets__subscribe a:hover .fa-spotify {
  color: #25da63;
}
[id^=pagecomponent_rss] .deets__subscribe a:hover .fa-stitcher {
  color: #369acd;
}
[id^=pagecomponent_rss] .deets__subscribe a:hover .fa-apple {
  color: #852dc4;
}
[id^=pagecomponent_rss] .deets__subscribe a:hover .fa-youtube {
  color: #fe1016;
}
[id^=pagecomponent_rss] .deets__title {
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.25rem;
}
[id^=pagecomponent_rss] .sep {
  position: relative;
}
[id^=pagecomponent_rss] .sep .articles_list {
  background: #f9f9f9;
  padding: 0.78125rem;
}
@media (min-width: 992px) {
  [id^=pagecomponent_rss] .deets__cover {
    border-radius: 1.5625rem;
  }
  [id^=pagecomponent_rss] .deets__meta {
    margin-bottom: 2.34375rem;
  }
  [id^=pagecomponent_rss] article:last-of-type .deets__meta {
    margin-bottom: 0;
  }
  [id^=pagecomponent_rss] .sep:before {
    content: "";
    display: block;
    box-shadow: 0.625rem 0 1.25rem 0 rgba(0, 0, 0, 0.4);
    width: 0.0625rem;
    height: calc(100% - 1.25rem);
    position: absolute;
    z-index: 1;
    top: 0.625rem;
    left: 1.5625rem;
  }
  [id^=pagecomponent_rss] .sep:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 1.5625rem;
    height: 100%;
    width: 3.125rem;
    background: #fff;
  }
  [id^=pagecomponent_rss] .sep .articles_list {
    background: #fff;
    padding: 0 3.125rem;
    height: 100%;
    position: relative;
    z-index: 3;
  }
}

#pagecomponent_rss-youtube {
  max-width: 106.5625rem;
  margin: 0 auto;
}
#pagecomponent_rss-youtube > header {
  padding-top: 0;
}
#pagecomponent_rss-youtube .articles_list > div > article {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  #pagecomponent_rss-youtube .articles_list > div > article {
    flex: 0 0 auto;
    width: 50%;
  }
}
#pagecomponent_rss-youtube .articles_list > div > article img, #pagecomponent_rss-youtube .articles_list > div > article .deets__meta, #pagecomponent_rss-youtube .articles_list > div > article .row > .col-4:first-of-type {
  display: none;
}
#pagecomponent_rss-youtube .articles_list > div > article .row > .col-4:last-of-type {
  display: block !important;
}
#pagecomponent_rss-youtube .articles_list > div > article .row > .col-4:last-of-type li.text-small {
  margin-right: 5px;
}
#pagecomponent_rss-youtube .articles_list > div > div > article .ratio {
  display: none;
}
#pagecomponent_rss-youtube .articles_list > div > div > article:hover {
  cursor: pointer;
}
#pagecomponent_rss-youtube .articles_list > div > div {
  background: #fff;
}

#pagecomponent_rss-podcast > div:first-of-type {
  margin-bottom: 3.125rem !important;
}

.home #pagecomponent_rss-youtube {
  padding-bottom: 0;
}

#pagecomponent_as-seen-in > div {
  text-align: center;
}
#pagecomponent_as-seen-in > div > * {
  flex: 0 0 auto;
  width: 25%;
}
@media (min-width: 992px) {
  #pagecomponent_as-seen-in > div > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
}
#pagecomponent_as-seen-in > div > div {
  max-height: 3.125rem;
}
#pagecomponent_as-seen-in > div > div img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

/*
*
* ==========================================
* CATEGORY PAGES
* ==========================================
*
*/
.page__categories ul {
  padding: 0;
  margin-bottom: 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 > * {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .page__categories ul > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page__categories ul > * {
    flex: 0 0 auto;
    width: 25%;
  }
}
.page__categories ul li {
  list-style: none;
  height: 100%;
}
.page__categories ul li a {
  margin: 0.78125rem;
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 0.3125rem;
}
.page__categories ul li a i {
  margin-right: 0.9375rem;
  font-size: 180%;
  background: #576ca8;
  color: #fff;
  padding: 1.0625rem 0.9375rem 0.9375rem;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  width: 4rem;
}
.page__categories ul li a i.fa-grocery-cart, .page__categories ul li a i.fa-car-accident, .page__categories ul li a i.fa-users {
  padding: 1.0625rem 1.125rem 0.9375rem 0.75rem;
}
.page__categories ul li a i.fa-box-taped {
  padding: 1.0625rem 0.75rem 0.9375rem 1.125rem;
}
.page__categories ul li a span {
  position: relative;
  top: 3px;
}
.page__categories ul li a:hover {
  color: #ed5735;
}
.page__categories ul li a:hover i {
  background: #ed5735;
  transition: all ease-out 150ms;
}

@media (min-width: 992px) {
  .category-driver-resources .page__categories ul > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

/*
*
* ==========================================
* CTAS
* ==========================================
*
*/
.cta__subscribe {
  background: #f9f9f9 url("../svg/pattern-tires.svg") 2.5% 110% repeat-x;
  background-size: 11.8125rem;
}
.cta__subscribe h4, .cta__subscribe .h4 {
  line-height: 1.1;
}
.cta__subscribe h4 span, .cta__subscribe .h4 span {
  color: #576ca8;
  font-style: italic;
}
.cta__subscribe img {
  max-height: 15vh;
}

/*
*
* ==========================================
* PODCAST PLAYER AND LINKS
* ==========================================
*
*/
#podcastPlayer .smart-podcast-player {
  border-color: #e0e0e0 !important;
  margin: 0 !important;
  font-family: "rsg", sans-serif !important;
  font-size: 1.125rem !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: #f9f9f9 !important;
}
#podcastPlayer .smart-podcast-player .spp-player-layout .spp-tabs {
  background-color: #e0e0e0 !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 #e0e0e0;
}
#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: 700 !important;
  border-bottom: 1px solid !important;
}
#podcastPlayer .spp-top-matter .spp-track-title {
  color: #2A2A2A !important;
  font-family: "rsg", sans-serif !important;
  line-height: 1.2 !important;
  font-size: 150% !important;
}
#podcastPlayer .smart-podcast-player .spp-player-layout .spp-main-region .spp-main-view .spp-tag-list .spp-tag {
  background-color: transparent !important;
  color: #2A2A2A !important;
  border: 1px solid #2A2A2A;
  border-radius: 5px !important;
  text-transform: lowercase;
  font-style: italic;
}
#podcastPlayer .smart-podcast-player .spp-player-layout .spp-artist-and-title .spp-show-title {
  display: none !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;
  }
}