﻿@charset "UTF-8";
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*$border-radius:               .25rem !default;
$border-radius-lg:            .3rem !default;
$border-radius-sm:            .2rem !default;*/
@import '../scripts/vendor/fstdropdown/fstdropdown.min.css';
@import '../scripts/vendor/rangeslider/rangeslider.css';
@import '../scripts/vendor/select2/select2.min.css';
:root {
  --blue: #00719D;
  --indigo: #6610f2;
  --purple: #59316F;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #94E44E;
  --teal: #3BBFAB;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #59316F;
  --secondary: #6c757d;
  --success: #94E44E;
  --info: #3BBFAB;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #59316F;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(46.446875, 25.571875, 57.928125);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.1875rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.3rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(208.52, 197.32, 214.68);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(168.68, 147.88, 180.12);
}

.table-hover .table-primary:hover {
  background-color: rgb(196.4257142857, 182.3114285714, 204.1885714286);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(196.4257142857, 182.3114285714, 204.1885714286);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(225.04, 247.44, 205.44);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(199.36, 240.96, 162.96);
}

.table-hover .table-success:hover {
  background-color: rgb(211.665, 244.065, 183.315);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(211.665, 244.065, 183.315);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(200.12, 237.08, 231.48);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(153.08, 221.72, 211.32);
}

.table-hover .table-info:hover {
  background-color: rgb(180.8969230769, 230.8030769231, 223.2415384615);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(180.8969230769, 230.8030769231, 223.2415384615);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(156.265625, 100.640625, 186.859375);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 49, 111, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #94E44E;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(148, 228, 78, 0.9);
  border-radius: 0.1875rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #94E44E;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2394E44E' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #94E44E;
  box-shadow: 0 0 0 0.2rem rgba(148, 228, 78, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #94E44E;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2394E44E' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #94E44E;
  box-shadow: 0 0 0 0.2rem rgba(148, 228, 78, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #94E44E;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #94E44E;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #94E44E;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(174.75, 234.75, 122.25);
  background-color: rgb(174.75, 234.75, 122.25);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(148, 228, 78, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #94E44E;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #94E44E;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #94E44E;
  box-shadow: 0 0 0 0.2rem rgba(148, 228, 78, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.1875rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
  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: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 49, 111, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #59316F;
  border-color: #59316F;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(67.7234375, 37.2859375, 84.4640625);
  border-color: rgb(60.63125, 33.38125, 75.61875);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(67.7234375, 37.2859375, 84.4640625);
  border-color: rgb(60.63125, 33.38125, 75.61875);
  box-shadow: 0 0 0 0.2rem rgba(113.9, 79.9, 132.6, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #59316F;
  border-color: #59316F;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(60.63125, 33.38125, 75.61875);
  border-color: rgb(53.5390625, 29.4765625, 66.7734375);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113.9, 79.9, 132.6, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #94E44E;
  border-color: #94E44E;
}
.btn-success:hover {
  color: #212529;
  background-color: rgb(127.9375, 222.9375, 44.8125);
  border-color: rgb(121.25, 221.25, 33.75);
}
.btn-success:focus, .btn-success.focus {
  color: #212529;
  background-color: rgb(127.9375, 222.9375, 44.8125);
  border-color: rgb(121.25, 221.25, 33.75);
  box-shadow: 0 0 0 0.2rem rgba(130.75, 199.35, 72.45, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #94E44E;
  border-color: #94E44E;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: rgb(121.25, 221.25, 33.75);
  border-color: rgb(115.1875, 210.1875, 32.0625);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.75, 199.35, 72.45, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #3BBFAB;
  border-color: #3BBFAB;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(49.973, 161.777, 144.837);
  border-color: rgb(46.964, 152.036, 136.116);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(49.973, 161.777, 144.837);
  border-color: rgb(46.964, 152.036, 136.116);
  box-shadow: 0 0 0 0.2rem rgba(88.4, 200.6, 183.6, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #3BBFAB;
  border-color: #3BBFAB;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(46.964, 152.036, 136.116);
  border-color: rgb(43.955, 142.295, 127.395);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88.4, 200.6, 183.6, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #59316F;
  border-color: #59316F;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #59316F;
  border-color: #59316F;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 49, 111, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #59316F;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #59316F;
  border-color: #59316F;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 49, 111, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #94E44E;
  border-color: #94E44E;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #94E44E;
  border-color: #94E44E;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 228, 78, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #94E44E;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #94E44E;
  border-color: #94E44E;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 228, 78, 0.5);
}

.btn-outline-info {
  color: #3BBFAB;
  border-color: #3BBFAB;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3BBFAB;
  border-color: #3BBFAB;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 191, 171, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3BBFAB;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3BBFAB;
  border-color: #3BBFAB;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 191, 171, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #59316F;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(46.446875, 25.571875, 57.928125);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  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;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1875rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #59316F;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #59316F;
  background-color: #59316F;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(89, 49, 111, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(156.265625, 100.640625, 186.859375);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.896875, 136.021875, 202.478125);
  border-color: rgb(178.896875, 136.021875, 202.478125);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1875rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #59316F;
  background-color: #59316F;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(89, 49, 111, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(89, 49, 111, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(89, 49, 111, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(89, 49, 111, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(156.265625, 100.640625, 186.859375);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 49, 111, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(156.265625, 100.640625, 186.859375);
  box-shadow: 0 0 0 0.2rem rgba(89, 49, 111, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.1875rem 0.1875rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 49, 111, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 49, 111, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 49, 111, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #59316F;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.896875, 136.021875, 202.478125);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #59316F;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.896875, 136.021875, 202.478125);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #59316F;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.896875, 136.021875, 202.478125);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.1875rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #59316F;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane, .tab-content > div > .tab-pane {
  display: none;
}
.tab-content > .active, .tab-content > div > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}
.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.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.1875rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.1875rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.1875rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #59316F;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(46.446875, 25.571875, 57.928125);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 49, 111, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #59316F;
  border-color: #59316F;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-lg .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.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1875rem;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #59316F;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(60.63125, 33.38125, 75.61875);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 49, 111, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #94E44E;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: rgb(121.25, 221.25, 33.75);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(148, 228, 78, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #3BBFAB;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(46.964, 152.036, 136.116);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 191, 171, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(46.28, 25.48, 57.72);
  background-color: rgb(221.8, 213.8, 226.2);
  border-color: rgb(208.52, 197.32, 214.68);
}
.alert-primary hr {
  border-top-color: rgb(196.4257142857, 182.3114285714, 204.1885714286);
}
.alert-primary .alert-link {
  color: rgb(17.91125, 9.86125, 22.33875);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(76.96, 118.56, 40.56);
  background-color: rgb(233.6, 249.6, 219.6);
  border-color: rgb(225.04, 247.44, 205.44);
}
.alert-success hr {
  border-top-color: rgb(211.665, 244.065, 183.315);
}
.alert-success .alert-link {
  color: rgb(52.2933333333, 80.56, 27.56);
}

.alert-info {
  color: rgb(30.68, 99.32, 88.92);
  background-color: rgb(215.8, 242.2, 238.2);
  border-color: rgb(200.12, 237.08, 231.48);
}
.alert-info hr {
  border-top-color: rgb(180.8969230769, 230.8030769231, 223.2415384615);
}
.alert-info .alert-link {
  color: rgb(18.644, 60.356, 54.036);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.1875rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #59316F;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.1875rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #59316F;
  border-color: #59316F;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.1875rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.1875rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(46.28, 25.48, 57.72);
  background-color: rgb(208.52, 197.32, 214.68);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(46.28, 25.48, 57.72);
  background-color: rgb(196.4257142857, 182.3114285714, 204.1885714286);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(46.28, 25.48, 57.72);
  border-color: rgb(46.28, 25.48, 57.72);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(76.96, 118.56, 40.56);
  background-color: rgb(225.04, 247.44, 205.44);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(76.96, 118.56, 40.56);
  background-color: rgb(211.665, 244.065, 183.315);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(76.96, 118.56, 40.56);
  border-color: rgb(76.96, 118.56, 40.56);
}

.list-group-item-info {
  color: rgb(30.68, 99.32, 88.92);
  background-color: rgb(200.12, 237.08, 231.48);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(30.68, 99.32, 88.92);
  background-color: rgb(180.8969230769, 230.8030769231, 223.2415384615);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(30.68, 99.32, 88.92);
  border-color: rgb(30.68, 99.32, 88.92);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  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.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.1875rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.25rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.25rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.25rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #59316F !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(60.63125, 33.38125, 75.61875) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #94E44E !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(121.25, 221.25, 33.75) !important;
}

.bg-info {
  background-color: #3BBFAB !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(46.964, 152.036, 136.116) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #59316F !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #94E44E !important;
}

.border-info {
  border-color: #3BBFAB !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.3rem !important;
}

.rounded {
  border-radius: 0.1875rem !important;
}

.rounded-top {
  border-top-left-radius: 0.1875rem !important;
  border-top-right-radius: 0.1875rem !important;
}

.rounded-right {
  border-top-right-radius: 0.1875rem !important;
  border-bottom-right-radius: 0.1875rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important;
}

.rounded-left {
  border-top-left-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important;
}

.rounded-lg {
  border-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #59316F !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(46.446875, 25.571875, 57.928125) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #94E44E !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(109.125, 199.125, 30.375) !important;
}

.text-info {
  color: #3BBFAB !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(40.946, 132.554, 118.674) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
    If there is a max-width for centered blocks, set $max-width-set to true
    and set $max-width to the value.
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*skip navigation functionality*/
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus {
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 0 35%;
  padding: 5px;
  font-size: 20px;
  color: white;
  outline: 3px solid #69C7C6;
  background: #0C8BD4;
  text-align: center;
  z-index: 999;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 1.25rem;
  margin: 0.41875rem 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -5px;
}

sub {
  bottom: -2.5px;
}

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0.625rem 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
hr.dark {
  border-color: #9e9e9e;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 0.625rem;
}

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.21875rem 0.390625rem 0.46875rem;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.accordion-widget, .accordion-widget--alt {
  margin-top: 20px;
  width: 100%;
}

.accordion .accordion-header {
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 200;
  font-family: KlinicSlab, Arial, Helvetica, Sans-Serif;
}

.accordion .accordion-sub-header {
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: KlinicSlab, Arial, Helvetica, Sans-Serif;
}

.accordion-widget .accordion .content.accordion-content {
  background-color: #f2f2f2;
  padding: 20px;
  border-bottom: 6px solid #0C8BD4;
}

.accordion-widget--alt .accordion .content.accordion-content {
  background-color: #f2f2f2;
  padding: 20px;
  border-bottom: 6px solid #8EC447;
}

.accordion .collapse-button {
  padding: 15px;
  margin-top: 10px;
  font-family: KlinicSlab, Arial, Helvetica, Sans-Serif;
  color: white;
  font-style: italic;
  font-size: 1.1875rem;
}

.fake-anchor {
  height: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.modal__main.wistia-blue {
  border-color: #0C8BD4;
}

.modal__close.wistia-blue a {
  background: #0C8BD4;
}
.modal__close.wistia-blue a:hover {
  background: rgb(9.2678571429, 107.3526785714, 163.7321428571);
}

#two-factor-auth-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#two-factor-auth-content .button {
  background-color: #0C8BD4;
  padding: 1em 5em;
  margin-bottom: 2em;
}
#two-factor-auth-content .button a {
  font-family: KlinicSlab, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-size: 1.3em;
  color: white;
}
#two-factor-auth-content .bullet-list li::before {
  background: #0C8BD4;
}

.modal-trigger {
  background: none;
  border: none;
}

button:focus-within {
  border: 2px solid black !important;
}

.select:focus-within {
  border: 2px solid black;
}

.radio:focus-within {
  border: 2px solid black;
}

@media screen and (max-width: 1040px) {
  #two-factor-auth-content {
    flex-direction: column;
    margin-top: 4em;
    margin-bottom: 2em;
  }
  #two-factor-auth-content #information-block {
    width: 100% !important;
    padding-right: 2em;
    text-align: center;
  }
  #two-factor-auth-content .bullet-list {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
  #two-factor-auth-content .button {
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
.fs-1 {
  font-size: 1px;
}

.fs-2 {
  font-size: 2px;
}

.fs-3 {
  font-size: 3px;
}

.fs-4 {
  font-size: 4px;
}

.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-7 {
  font-size: 7px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.busy {
  position: relative; /* Ensures the spinner is positioned relative to the element */
  /* Spinner */
  /* Background overlay */
}
.busy::before, .busy::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.busy::before {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  animation: busy-spin 1s linear infinite;
}
.busy::after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

@keyframes busy-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg); /* Combines centering and rotating */
  }
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 100%;
  /*    @include media-breakpoint-down(xs) {
      padding: 0;
  }*/
  max-width: 1280px;
}
@media screen and (min-width: 900px) {
  .container {
    width: 95%;
  }
}
@media screen and (min-width: 1420px) {
  .container {
    width: 90%;
  }
}
.container .container {
  width: 100%;
  padding: 0;
}

#content {
  min-height: 500px;
  /*    .container {
      padding-top: $space*2;
  }*/
}
.sticky #content {
  padding-top: 36px;
}
@media screen and (min-width: 760px) {
  .sticky #content {
    padding-top: 0;
  }
  .has-subnav #content {
    padding-top: 50px;
  }
}
#content #maincontent:before {
  display: block;
  content: " ";
  margin-top: -160px;
  height: 160px;
  visibility: hidden;
  pointer-events: none;
}

.desktop {
  display: none !important;
}

@media screen and (min-width: 760px) {
  .mobile {
    display: none !important;
  }
  .desktop {
    display: block !important;
  }
}
.section {
  padding: 3.125rem 0;
}
.section.gray {
  background: #f4f4f4;
}

.card {
  border-radius: 0;
}

.mw-260 {
  max-width: 260px !important;
}

.clearfix {
  float: none !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.img-replace,
header#siteHeader a.h1 {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

.center,
.container {
  margin: 0 auto;
}

.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.left {
  float: left;
}
.left--reset {
  float: none;
}
@media screen and (min-width: 760px) {
  .left--reset {
    float: left;
  }
}

.right {
  float: right;
}

.no-float {
  float: none;
}

.relative,
.select {
  position: relative;
}

.absolute,
select,
[type=radio] {
  position: absolute;
}

.fixed {
  position: fixed;
}

.overflow-hidden,
[type=radio],
.indent {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.hidden {
  display: none;
}

.block,
label.radio,
[type=radio] + span {
  display: block;
}

.inline-block,
[type=radio] + span:before {
  display: inline-block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

@media screen and (min-width: 760px) {
  .table-row {
    display: table-row;
  }
}

@media screen and (min-width: 760px) {
  .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none !important;
  }
}

.middle,
.select p {
  vertical-align: middle;
}

.list-style-none {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav-level2 ol, #nav-level2 ul, nav ul,
.reset {
  margin: 0;
  padding: 0;
}

.width-100 {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .width-50d {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
  }
  .width-50d:nth-child(even) {
    padding: 0 0 0 10px;
  }
}

.width .divider,
.width .divider--blue2,
.width .divider--blue1,
.width .divider--green {
  border-bottom: 2px solid #F3F3F3;
}
.width .divider--green {
  border-color: #0C8BD4;
}
.width .divider--blue1 {
  border-color: #8EC447;
}
.width .divider--blue2 {
  border-color: #0C8BD4;
}

.color--white {
  color: #FFF;
}
.color--green {
  color: #8EC447;
}
.color--blue1 {
  color: #0C8BD4;
}
.color--blue2 {
  color: #0C8BD4;
}
.color--violet {
  color: #B3298F;
}
.color--grey {
  color: #7C7C7C;
}
.color--search {
  color: #8AD6F3;
}
.color--red {
  color: #D60053;
}
.color--orange {
  color: #F07622;
}
.color--text {
  color: #666 !important;
}

a.color--orange:hover {
  color: rgb(208.8262711864, 93.5466101695, 14.1737288136);
}

.border,
[type=text],
textarea,
.select {
  border: 1px solid #C0C0C0;
}

.border-top {
  border-top: 1px solid #C0C0C0;
}

.border-top-light {
  border-top: 1px solid #F3F3F3;
}

@media screen and (min-width: 760px) {
  .border-right {
    border-right: 1px solid #C0C0C0;
  }
}

.border-bottom {
  border-bottom: 1px solid #C0C0C0;
}

.border-bottom-light {
  border-bottom: 1px solid #F3F3F3;
}

@media screen and (min-width: 760px) {
  .border-left {
    border-left: 1px solid #C0C0C0;
  }
}

.top-notch {
  border-top: 1px solid #C0C0C0;
  position: relative;
}
.top-notch:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  background: #FFF;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
}
@media screen and (min-width: 900px) {
  .top-notch:after {
    left: 52%;
  }
}

.nomargin {
  margin: 0;
}
.nomargin--bottom {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 900px) {
  .nopadding {
    padding: 0;
  }
  .nopadding--bottom {
    padding-bottom: 0 !important;
  }
}

.noborder {
  border: 0 !important;
}

.margin-bottom-std {
  margin-bottom: 15px;
}
@media screen and (min-width: 760px) {
  .margin-bottom-std {
    margin-bottom: 20px;
  }
}

.padding-std {
  padding: 15px;
}
@media screen and (min-width: 760px) {
  .padding-std {
    padding: 20px;
  }
}

.img-float--right {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 760px) {
  .img-float--right {
    float: right;
    margin: 0 0 10px 10px;
  }
}

.blue-circle, a.add:before {
  display: block;
  color: #FFF;
  background: #0C8BD4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
}
.blue-circle:hover, a.add:hover:before {
  background: rgb(9.2678571429, 107.3526785714, 163.7321428571);
  color: #FFF;
}

.neg-margin-top--15 {
  margin-top: -15px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.account-info-spacer.heading--1 {
  padding: 40px 40px 10px 40px;
  font-weight: 500;
  font-size: 3rem;
}

.account-info-spacer.container {
  padding: 10px 0px 40px 40px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .account-info-spacer.container {
    padding: 10px 0px 40px 5px;
  }
}

.account-info-spacer.button-container {
  width: 100%;
  padding-left: 0px;
  font-family: KlinicSlab, Arial, Helvetica, Sans-Serif;
}

.content-block-columns {
  column-count: 3;
  -moz-column-fill: balance; /* Firefox */
  column-fill: balance;
  column-gap: 20px;
  background-color: #f2f2f2;
  padding: 40px 40px 0px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .content-block-columns {
    column-count: 1;
  }
}

/*sf_colsIn two-col__larger main {
    padding-bottom: 20px;
    border-bottom: 2px solid $divider;

    &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 40px;
        transform: rotate(45deg);
        border-right: 2px solid $divider;
        border-bottom: 2px solid $divider;
        background-color: white;
        height: 20px;
        width: 20px;
        z-index: 1;
    }
}*/
.flex-split {
  position: relative;
}
@media screen and (min-width: 760px) {
  .flex-split {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    margin-top: 20px;
    width: 100%;
  }
  .flex-split__item {
    display: flex;
    flex: 1;
  }
  .flex-split--v {
    display: block;
    flex-flow: column;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?1c8hvw");
  src: url("../fonts/icomoon.eot?#iefix1c8hvw") format("embedded-opentype"), url("../fonts/icomoon.woff?1c8hvw") format("woff"), url("../fonts/icomoon.ttf?1c8hvw") format("truetype"), url("../fonts/icomoon.svg?1c8hvw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
    font-family: 'HomepageBaukasten-Book';
    src: url('../fonts/HomepageBaukasten-Book.otf');
    src: url('../fonts/HomepageBaukasten-Book.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}*/
@font-face {
  font-family: "KlinicSlab";
  src: url("../fonts/KlinicSlabMedium.otf");
  src: url("../fonts/KlinicSlabMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "KlinicSlabLight";
  src: url("../fonts/KlinicSlabLight.otf");
  src: url("../fonts/KlinicSlabLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "KlinicSlabBookIt";
  src: url("../fonts/KlinicSlabBookIt.otf");
  src: url("../fonts/KlinicSlabBookIt.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "KlinicSlabBook";
  src: url("../fonts/KlinicSlabBook.otf");
  src: url("../fonts/KlinicSlabBook.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "KlinicSlabBold";
  src: url("../fonts/KlinicSlabBold.otf");
  src: url("../fonts/KlinicSlabBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/*@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoSlab-Light';
    src: url('../fonts/RobotoSlab-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoSlab';
    src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoSlab-Thin';
    src: url('../fonts/RobotoSlab-Thin.ttf') format('truetype');
}*/
/*@font-face {
    font-family: 'Museo 100';
    src: url('/Content/fonts/Museo100-Regular.woff2') format('woff2'),
        url('/Content/fonts/Museo100-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo 300';
    src: url('/Content/fonts/Museo300-Regular.woff2') format('woff2'),
        url('/Content/fonts/Museo300-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo 500';
    src: url('/Content/fonts/Museo500-Regular.woff2') format('woff2'),
        url('/Content/fonts/Museo500-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo 700';
    src: url('/Content/fonts/Museo-700.woff2') format('woff2'),
        url('/Content/fonts/Museo-700.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 500';
    src: url('/Content/fonts/MuseoSans-500Italic.woff2') format('woff2'),
        url('/Content/fonts/MuseoSans-500Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 500';
    src: url('/Content/fonts/MuseoSans-500.woff2') format('woff2'),
        url('/Content/fonts/MuseoSans-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
.index .row1 .two-col__larger section h1, .chart__spectrum td:first-child, .chart__three-col td:first-child, .table--results td:first-child, .table--results th, .investment--table--fivecol td:first-child:not(.accordion), .investment--table td.col1, .tabs--stacked .tabs__nav, .button-container .advance span, .em,
.klinic {
  font-family: "KlinicSlab", Arial, Helvetica, Sans-Serif;
}

.museo, .cards__page2 h3, .cards__single h3, .cards__single h4 {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
}

[class^=icon-]:before, [class^=icon-]:after, [class*=" icon-"]:before, [class*=" icon-"]:after, a.external:before, a.external:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-arrow-right:after {
  content: "\e600";
  float: right;
  font-size: 20px;
  line-height: 75px;
  vertical-align: middle;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.icon-arrow-right--no-float {
  cursor: pointer;
}
.icon-arrow-right--no-float:after {
  float: none;
  padding-left: 10px;
  line-height: inherit;
}
.icon-arrow-right.open:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-pointer {
  display: block;
  position: relative;
  padding-left: 20px;
}
.icon-pointer:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #FDC06C;
  position: absolute;
  left: 0;
  top: 5px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.icon-pointer.open:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-question--small:before, .icon-pencil--small:before, .icon-calculator--bullet:before, .icon-clock:before {
  content: "\e614";
  background: #FDC06C;
  font-size: 20px;
  color: #FFF;
  border-radius: 50%;
  margin-right: 20px;
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
}

.icon-facebook, .icon-twitter, .icon-youtube, .icon-linkedin {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 40px;
}
.icon-facebook:before, .icon-twitter:before, .icon-youtube:before, .icon-linkedin:before {
  text-indent: 0;
  display: block;
  background: #0C8BD4;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 20px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}
footer .icon-facebook:hover:before, footer .icon-twitter:hover:before, footer .icon-youtube:hover:before, footer .icon-linkedin:hover:before {
  background: rgb(6.5357142857, 75.7053571429, 115.4642857143);
}

.icon-birthday, .icon-graduation, .icon-holiday, .icon-special, .icon-baby {
  position: relative;
  padding-left: 50px;
}
.icon-birthday:before, .icon-graduation:before, .icon-holiday:before, .icon-special:before, .icon-baby:before {
  position: absolute;
  left: 0;
  top: -5px;
  background: #B3298F;
  width: 24px;
  height: 24px;
  line-height: 22px;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  font-size: 22px;
  display: block;
}

.icon-window:after {
  content: "\e606";
  padding-left: 5px;
  font-size: 0.9em;
}
.icon-window--left:before {
  content: "\e606";
  padding-left: 0px;
  padding-right: 5px;
  font-size: 0.9em;
}
.icon-window--left:after {
  display: none;
}
.icon-window.dark:before, .icon-window.dark:after {
  color: #666;
}

.icon-pdf {
  position: relative;
  /*&:before {
      content: "\e60c";
      display: inline-block;
      background: $color3;
      padding: 5px;
      width: 20px;
      height: 20px;
      color: $white;
      border-radius: 50%;
      font-size: 20px;
      line-height: 20px;
      vertical-align: middle;
      text-align: center;
      margin-right: 5px;
  }*/
}
.icon-pdf:before {
  content: "\e60c";
  display: inline-block;
  background: #8ec447;
  padding: 5px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  margin-right: 5px;
}
.icon-pdf:hover:before {
  background: rgb(115.5555555556, 163.5555555556, 52.4444444444);
}
.icon-pdf:hover:before {
  background: rgb(115.5555555556, 163.5555555556, 52.4444444444);
}
aside.links .icon-pdf {
  padding: 20px 20px 20px 50px;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
}
aside.links .icon-pdf:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
}
.icon-pdf.icon-pdf--taller {
  position: relative;
  padding-left: 40px;
}
.icon-pdf.icon-pdf--taller:before {
  position: absolute;
  left: 0;
  top: 5px;
}
.icon-pdf.icon-pdf--color2:before {
  background: #0C8BD4;
}
.icon-pdf.icon-pdf--color2:hover:before {
  background: rgb(9.2678571429, 107.3526785714, 163.7321428571);
}
.icon-pdf.alt-color:before {
  background: #666;
}
.icon-pdf.alt-color:hover:before {
  background: rgb(76.5, 76.5, 76.5);
}
p .icon-pdf {
  padding: 10px 20px;
}
p .icon-pdf:before {
  top: 10px;
  left: 5px;
}
.icon-pdf.icon-pdf--centered {
  text-align: center;
  padding: 10px !important;
}
.icon-pdf.icon-pdf--centered:before {
  position: relative;
  top: 0;
  left: 0;
}
.icon-pdf.icon-pdf--centered a {
  display: block;
  margin: 0 auto;
}
.icon-pdf.icon-pdf--light {
  background: #F3F3F3;
  color: #0C8BD4;
  padding-left: 50px;
}
.icon-pdf.icon-pdf--light:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 10px;
  background: #0C8BD4;
}
.icon-pdf.icon-pdf--light:hover {
  background: rgb(230.25, 230.25, 230.25);
  color: #0C8BD4;
}
.icon-pdf.icon-pdf--light:hover:before {
  background: rgb(230.25, 230.25, 230.25);
}
.block-list .icon-pdf:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 10px;
}

.icon-clock {
  position: relative;
  padding-left: 45px;
  min-height: 40px;
}
.icon-clock:before {
  content: "\e601";
  position: absolute;
  left: 0;
  top: 0;
}

.icon-youtube:before {
  content: "\f113";
  font-size: 21px;
}

.icon-linkedin:before {
  content: url("../images/linkedin.svg");
  color: white;
}

.icon-error {
  display: inline-block;
  text-indent: 0;
  background-image: url("../Images/icon-error.svg");
  text-align: center;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 10px;
  background-size: cover;
  border: none;
}

.icon-facebook:before {
  content: "\e603";
}

span[class^=icon] {
  margin: 0 auto 20px auto;
}

.icon-twitter:before {
  content: url('data:image/svg+xml;utf-8,<svg viewBox="0 0 31 31" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="m16.707 14.529 4.72-5.37H20.31l-4.1 4.663-3.274-4.663H9.16l4.951 7.05-4.95 5.632h1.118l4.329-4.924 3.458 4.924h3.776l-5.135-7.312zm-1.533 1.743-.502-.702-3.991-5.587h1.718l3.222 4.509.501.702 4.187 5.86h-1.718l-3.417-4.782z" /></svg>');
  width: 40px;
  height: 40px;
}

.icon-search:before, #search .search__submit:before {
  content: "\e602";
}

.icon-bank:after {
  content: "\e607";
}

.icon-piggy:after {
  content: "\e609";
}

.icon-person-3:after {
  content: "\e60a";
}

.icon-person-2:after {
  content: "\e61b";
}

.icon-person:after {
  content: "\e60b";
}

.icon-baby:before {
  content: "\e611";
}

.icon-special:before {
  content: "\e60d";
}

.icon-holiday:before {
  content: "\e60e";
}

.icon-graduation:before {
  content: "\e60f";
  font-size: 14px;
  padding-left: 4px;
  padding-right: 6px;
}

.icon-birthday:before {
  content: "\e610";
}

.icon-share:before {
  content: "\e612";
  padding-right: 10px;
}

.icon-book:before, .icon-question:before, .icon-pencil:before, .icon-graph:before, .icon-gift:before, .icon-calculator:before {
  font-size: 75px;
  display: block;
  padding-bottom: 20px;
  width: 100px;
  margin: 0 auto;
  border-bottom: 1px dotted #FFF;
}

.icon-calculator:before {
  content: "\e613";
}

.icon-calculator--bullet {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
}
.icon-calculator--bullet:before {
  content: "\e613";
  position: absolute;
  left: 0;
  top: 0;
}

.icon-gift:before {
  content: "\e615";
}

.icon-graph:before {
  content: "\e616";
}

.icon-pencil:before {
  content: "\e617";
}
.icon-pencil--small:before {
  content: "\e617";
}

.icon-question:before {
  content: "\e614";
}
.icon-question--small:before {
  content: "\e614";
}

.icon-book:before {
  content: "\e618";
}

.icon-calendar:after {
  content: "\e619";
  background: #0C8BD4;
  color: #FFF;
  font-size: 20px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  vertical-align: middle;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.icon-scale:before {
  content: "\e61a";
}

.icon-dollar:before {
  content: "\e61c";
}

.icon-arrow:before {
  content: "\e626";
}

.icon-1:before, .counter-a li:first-child a:before, .counter li:first-child:before {
  content: "1";
}
.icon-2:before, .counter-a li:nth-child(2) a:before, .counter li:nth-child(2):before {
  content: "2";
}
.icon-3:before, .counter-a li:nth-child(3) a:before, .counter li:nth-child(3):before {
  content: "3";
}
.icon-4:before, .counter-a li:nth-child(4) a:before, .counter li:nth-child(4):before {
  content: "4";
}
.icon-5:before, .counter-a li:nth-child(5) a:before, .counter li:nth-child(5):before {
  content: "5";
}
.icon-6:before, .counter-a li:nth-child(6) a:before, .counter li:nth-child(6):before {
  content: "6";
}
.icon-7:before, .counter-a li:nth-child(7) a:before, .counter li:nth-child(7):before {
  content: "7";
}
.icon-8:before, .counter-a li:nth-child(8) a:before, .counter li:nth-child(8):before {
  content: "8";
}
.icon-9:before, .counter-a li:nth-child(9) a:before, .counter li:nth-child(9):before {
  content: "9";
}
.icon-10:before, .counter li:nth-child(10):before {
  content: "10";
}
.icon-11:before, .counter li:nth-child(11):before {
  content: "11";
}
.icon-12:before, .counter li:nth-child(12):before {
  content: "12";
}
.icon-13:before, .counter li:nth-child(13):before {
  content: "13";
}
.icon-14:before, .counter li:nth-child(14):before {
  content: "14";
}
.icon-15:before, .counter li:nth-child(15):before {
  content: "15";
}
.icon-16:before, .counter li:nth-child(16):before {
  content: "16";
}
.icon-17:before, .counter li:nth-child(17):before {
  content: "17";
}
.icon-18:before, .counter li:nth-child(18):before {
  content: "18";
}
.icon-19:before, .counter li:nth-child(19):before {
  content: "19";
}
.icon-20:before, .counter li:nth-child(20):before {
  content: "20";
}
.icon-21:before, .counter li:nth-child(21):before {
  content: "21";
}
.icon-22:before, .counter li:nth-child(22):before {
  content: "22";
}
.icon-23:before, .counter li:nth-child(23):before {
  content: "23";
}
.icon-24:before, .counter li:nth-child(24):before {
  content: "24";
}
.icon-25:before, .counter li:nth-child(25):before {
  content: "25";
}
.icon-26:before, .counter li:nth-child(26):before {
  content: "26";
}
.icon-27:before, .counter li:nth-child(27):before {
  content: "27";
}
.icon-28:before, .counter li:nth-child(28):before {
  content: "28";
}
.icon-29:before, .counter li:nth-child(29):before {
  content: "29";
}
.icon-30:before, .counter li:nth-child(30):before {
  content: "30";
}

.icon-minus:before {
  content: "\e800";
}

.icon-plus:before {
  content: "\e801";
}

body {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #666;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  margin: 0 0 0.625rem 0;
  line-height: 1.5;
}

h2, h3 {
  color: #39324e;
  line-height: normal;
  font-weight: 700;
}

h2 {
  font-size: 1.75rem;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 1.625rem;
  }
}

h3 {
  font-size: 1.25rem;
}

p,
ul, ol,
address,
blockquote {
  margin: 0 0 0.625rem 0;
  line-height: 1.5;
  font-size: 1.125rem;
}

p.lead {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  p.lead {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
p.lead strong {
  color: #222;
}

p.small, ul.small {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
p.small > li, ul.small > li {
  margin: 0 !important;
}

p.col-contact-info {
  margin: 0 0 1.875rem 1.875rem;
  color: #39324e;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  max-width: 290px;
}

strong.lead {
  font-size: 1.35rem;
  font-weight: 700;
  color: #222;
}
@media (max-width: 767.98px) {
  strong.lead {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

span.annotate {
  font-size: 0.75rem;
  color: #555D5B;
}

ul {
  padding-left: 1.5625rem;
}
ul li {
  margin-bottom: 0.9375rem;
}

.normal {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
}

.heading--1 {
  font-size: 2.6875rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .heading--1 {
    font-size: 2.375rem;
  }
}

.heading--1--tween {
  font-size: 2.0625rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .heading--1--tween {
    font-size: 2rem;
  }
}

.heading--2 {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .heading--2 {
    font-size: 1.625rem;
  }
}

.heading--3 {
  font-size: 1.3125rem;
  line-height: 1.2;
  font-family: "KlinicSlab", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .heading--3 {
    font-size: 1.5rem;
  }
}

.heading--4 {
  font-size: 1.125rem;
  line-height: 1.25em;
}
@media (max-width: 767.98px) {
  .heading--4 {
    font-size: 1.25rem;
  }
}

.heading--5 {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 0.625rem;
}
@media (max-width: 767.98px) {
  .heading--5 {
    font-size: 1rem;
  }
}

.heading--6 {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 0.3125rem;
}

.brand-name a.h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "KlinicSlab", Arial, Helvetica, sans-serif;
  /*font-weight: bold;*/
}
@media (max-width: 767.98px) {
  .brand-name a.h1 {
    font-size: 1.5rem;
  }
}

.nobold {
  font-weight: 300;
}

.light {
  font-weight: 100;
}

.line {
  border-bottom: 1px solid #C0C0C0;
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.line:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  background: #FFF;
  position: absolute;
  bottom: -6px;
  left: 10px;
}
.line--center:after {
  left: 50%;
  margin-left: -5px;
}
.line--25:after {
  left: 24%;
}
.line--small-pad {
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.line--nomargin {
  margin-bottom: 0;
}

.dot {
  font-weight: 100;
}
.dot:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #8EC447;
  margin: 0 8px 0 0;
  position: relative;
  top: 3px;
}
.dot--green:before {
  background: #0C8BD4;
}
.dot--blue:before {
  background: #0C8BD4;
}
.dot--violet:before {
  background: #B3298F;
}

p,
ol, ul,
address {
  font-size: 1.125rem;
}
p.mini,
ol.mini, ul.mini,
address.mini {
  font-size: 0.75rem;
  line-height: 1.3;
}
p.bigger,
ol.bigger, ul.bigger,
address.bigger {
  font-size: 1.25rem;
  line-height: 1.5;
}
p.min-100,
ol.min-100, ul.min-100,
address.min-100 {
  min-height: 100px;
}

.txt-sm {
  font-size: 1em;
}

h1.light, h2.light, h3.light, h4.light, h5.light,
p.light, ol.light, ul.light, address.light {
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #0C8BD4;
  cursor: pointer;
}
a:not(.btn):not(.button) {
  color: #0a75b2;
}
a:hover {
  color: rgb(6.5357142857, 75.7053571429, 115.4642857143);
}
a.no-underline:hover, a.no-underline:focus {
  text-decoration: none !important;
}
a.link--grey {
  color: #555D5B;
}
a.link--grey:hover {
  color: rgb(36.2921348315, 39.7078651685, 38.8539325843);
}
a.link--green {
  color: #0C8BD4;
}
a.link--green:hover {
  color: rgb(6.5357142857, 75.7053571429, 115.4642857143);
}
a.external {
  display: inline-block;
}
a.external:after {
  content: "\e606";
  padding-left: 6px;
  font-size: 10px;
}
a.add {
  display: block;
  padding-left: 38px;
  position: relative;
  color: #0C8BD4;
  line-height: 30px;
  vertical-align: middle;
}
a.add:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
}
a.arrow-link-btn {
  position: relative;
  padding-right: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  color: #0a75b2;
}
a.arrow-link-btn:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%230A75B2" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
  height: 17px;
  width: 13.5px;
  position: absolute;
  top: auto;
  right: 0;
  transform: translateY(3px);
}

a.arrow, span.arrow {
  display: inline-block;
}
a.arrow:after, span.arrow:after {
  font-family: "icomoon";
  content: "\e600";
  font-size: 0.40625rem;
  vertical-align: middle;
  padding-left: 5px;
}
a.arrow-down, span.arrow-down {
  position: relative;
  padding-right: 15px;
}
a.arrow-down:after, span.arrow-down:after {
  content: "▾";
  width: 10px;
  height: 14px;
  font-size: 15px;
  line-height: 1;
  margin-left: 5px;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
a.arrow-down.open:after, span.arrow-down.open:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
a.arrow-left, span.arrow-left {
  display: inline-block;
}
a.arrow-left:after, span.arrow-left:after {
  font-family: "icomoon";
  content: "\e600";
  font-size: 0.40625rem;
  vertical-align: middle;
  padding-left: 5px;
}
a.arrow-left-down, span.arrow-left-down {
  position: relative;
  padding-right: 15px;
}
a.arrow-left-down:after, span.arrow-left-down:after {
  content: "▾";
  width: 10px;
  height: 14px;
  font-size: 15px;
  line-height: 1em;
  margin-left: 5px;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
a.arrow-left-down.open:after, span.arrow-left-down.open:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

blockquote {
  quotes: "“" "”";
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}

span.external--before:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.8125rem;
  content: "\e606";
  padding-right: 6px;
}

.upper {
  text-transform: uppercase;
}

.sentence {
  text-transform: none;
}

.indent {
  text-indent: -9999px;
}

.em {
  color: #0C8BD4;
  font-style: italic;
  font-weight: 500;
  font-size: 1.625rem;
}

.required {
  color: #D30000;
}

.top-corner {
  padding-top: 1.25rem;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 1100px) {
  .top-corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    margin: 1.25rem 0 0 1.25rem;
    padding: 0;
  }
}

.blue-text {
  color: #1f98dc;
}

.purple-text {
  color: #39324e;
}

.margin-half {
  margin: 5px;
}

.margin {
  margin: 10px;
}

.margin-2x {
  margin: 20px;
}

.margin-3x {
  margin: 30px;
}

.margin-4x {
  margin: 40px;
}

.margin-5x {
  margin: 50px;
}

.margin-2halfx {
  margin: 25px;
}

[type=text],
textarea,
.padding-half {
  padding: 5px;
}

.padding {
  padding: 10px;
}

.padding-2x {
  padding: 20px;
}

.padding-3x {
  padding: 30px;
}

.padding-4x {
  padding: 40px;
}

.padding-5x {
  padding: 50px;
}

.padding-2halfx {
  padding: 25px;
}

.margin-top-half {
  margin-top: 5px;
}

.margin-top {
  margin-top: 10px;
}

.margin-top-2x {
  margin-top: 20px;
}

.margin-top-3x {
  margin-top: 30px;
}

.margin-top-4x {
  margin-top: 40px;
}

.margin-top-5x {
  margin-top: 50px;
}

.margin-top-2halfx {
  margin-top: 25px;
}

.padding-top-half {
  padding-top: 5px;
}

.padding-top {
  padding-top: 10px;
}

.padding-top-2x {
  padding-top: 20px;
}

.padding-top-3x {
  padding-top: 30px;
}

.padding-top-4x {
  padding-top: 40px;
}

.padding-top-5x {
  padding-top: 50px;
}

.padding-top-2halfx {
  padding-top: 25px;
}

.margin-right-half {
  margin-right: 5px;
}

.margin-right {
  margin-right: 10px;
}

.margin-right-2x {
  margin-right: 20px;
}

.margin-right-3x {
  margin-right: 30px;
}

.margin-right-4x {
  margin-right: 40px;
}

.margin-right-5x {
  margin-right: 50px;
}

.margin-right-2halfx {
  margin-right: 25px;
}

.padding-right-half {
  padding-right: 5px;
}

.padding-right {
  padding-right: 10px;
}

.padding-right-2x {
  padding-right: 20px;
}

.padding-right-3x {
  padding-right: 30px;
}

.padding-right-4x {
  padding-right: 40px;
}

.padding-right-5x {
  padding-right: 50px;
}

.padding-right-2halfx {
  padding-right: 25px;
}

.margin-bottom-half {
  margin-bottom: 5px;
}

.margin-bottom {
  margin-bottom: 10px;
}

.margin-bottom-2x {
  margin-bottom: 20px;
}

.margin-bottom-3x {
  margin-bottom: 30px;
}

.margin-bottom-4x {
  margin-bottom: 40px;
}

.margin-bottom-5x {
  margin-bottom: 50px;
}

.margin-bottom-2halfx {
  margin-bottom: 25px;
}

.padding-bottom-half {
  padding-bottom: 5px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.padding-bottom-2x {
  padding-bottom: 20px;
}

.padding-bottom-3x {
  padding-bottom: 30px;
}

.padding-bottom-4x {
  padding-bottom: 40px;
}

.padding-bottom-5x {
  padding-bottom: 50px;
}

.padding-bottom-2halfx {
  padding-bottom: 25px;
}

.margin-left-half {
  margin-left: 5px;
}

.margin-left {
  margin-left: 10px;
}

.margin-left-2x {
  margin-left: 20px;
}

.margin-left-3x {
  margin-left: 30px;
}

.margin-left-4x {
  margin-left: 40px;
}

.margin-left-5x {
  margin-left: 50px;
}

.margin-left-2halfx {
  margin-left: 25px;
}

.padding-left-half {
  padding-left: 5px;
}

.padding-left {
  padding-left: 10px;
}

.padding-left-2x {
  padding-left: 20px;
}

.padding-left-3x {
  padding-left: 30px;
}

.padding-left-4x {
  padding-left: 40px;
}

.padding-left-5x {
  padding-left: 50px;
}

.padding-left-2halfx {
  padding-left: 25px;
}

.margin-sides-half {
  margin-left: 5px;
  margin-right: 5px;
}

.margin-sides {
  margin-left: 10px;
  margin-right: 10px;
}

.padding-sides-half {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-sides {
  padding-left: 10px;
  padding-right: 10px;
}

.margin-sides-2x {
  margin-left: 20px;
  margin-right: 20px;
}

.padding-sides-2x {
  padding-left: 20px;
  padding-right: 20px;
}

.margin-sides-3x {
  margin-left: 30px;
  margin-right: 30px;
}

.padding-sides-3x {
  padding-left: 30px;
  padding-right: 30px;
}

.margin-sides-4x {
  margin-left: 40px;
  margin-right: 40px;
}

.padding-sides-4x {
  padding-left: 40px;
  padding-right: 40px;
}

.margin-sides-5x {
  margin-left: 50px;
  margin-right: 50px;
}

.padding-sides-5x {
  padding-left: 50px;
  padding-right: 50px;
}

.margin-sides-2halfx {
  margin-left: 25px;
  margin-right: 25px;
}

.padding-sides-2halfx {
  padding-left: 25px;
  padding-right: 25px;
}

.margin-verticals-half {
  margin-top: 5px;
  margin-bottom: 5px;
}

.margin-verticals {
  margin-top: 10px;
  margin-bottom: 10px;
}

.padding-verticals-half {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-verticals {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-verticals-2x {
  margin-top: 20px;
  margin-bottom: 20px;
}

.padding-verticals-2x {
  padding-top: 20px;
  padding-bottom: 20px;
}

.margin-verticals-3x {
  margin-top: 30px;
  margin-bottom: 30px;
}

.padding-verticals-3x {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin-verticals-4x {
  margin-top: 40px;
  margin-bottom: 40px;
}

.padding-verticals-4x {
  padding-top: 40px;
  padding-bottom: 40px;
}

.margin-verticals-5x {
  margin-top: 50px;
  margin-bottom: 50px;
}

.padding-verticals-5x {
  padding-top: 50px;
  padding-bottom: 50px;
}

.margin-verticals-2halfx {
  margin-top: 25px;
  margin-bottom: 25px;
}

.padding-verticals-2halfx {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p-mb-625rem {
  margin-bottom: 0.625rem !important;
}

.fs-135rem {
  font-size: 1.35rem !important;
}

.button {
  display: block;
  background: #0C8BD4;
  color: #FFF;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  border: 0;
  padding: 20px;
  cursor: pointer;
}
.button:hover {
  /* background: darken($color5, 10%);*/
  background: #0e9bec;
  color: #FFF;
}
.button.caps {
  text-transform: uppercase;
  font-size: 15px;
}
.button.alt-color {
  background: #666;
}
.button.alt-color:hover {
  background: rgb(76.5, 76.5, 76.5);
}
.button.alt-color1 {
  background: #69C7C6;
}
.button.alt-color1:hover {
  background: rgb(68.7766990291, 184.2233009709, 182.9951456311);
}
.button.alt-color2 {
  background: #0C8BD4;
}
.button.alt-color2:hover {
  background: rgb(9.2678571429, 107.3526785714, 163.7321428571);
}
.button.alt-color3 {
  background: #8EC447;
}
.button.alt-color3:hover {
  background: rgb(115.5555555556, 163.5555555556, 52.4444444444);
}
.button.alt-color4 {
  background: #B3298F;
}
.button.alt-color4:hover {
  background: rgb(137.5045454545, 31.4954545455, 109.85);
}
.button.alt-color5 {
  background: #0C8BD4;
}
.button.alt-color5:hover {
  background: rgb(9.2678571429, 107.3526785714, 163.7321428571);
}
.button.alt-color6 {
  background: #555D5B;
}
.button.alt-color6:hover {
  background: rgb(60.6460674157, 66.3539325843, 64.9269662921);
}
.button.alt-white {
  background: #FFF;
  color: #0C8BD4;
}
.button.alt-white:hover {
  background: rgba(255, 255, 255, 0.8);
}
.button.blog--color5 {
  background: #e9804f;
}
.button.blog--color5:before {
  background: #e9804f;
}
.button.blog--color5:hover {
  background: rgb(227.3333333333, 95.2878787879, 33.6666666667);
}
.button.blog--color5:hover:before {
  background: rgb(227.3333333333, 95.2878787879, 33.6666666667);
}
.button--inline .button {
  width: 100%;
  margin-bottom: 15px;
}
.button--long {
  width: 100%;
  text-align: center;
  max-width: 275px;
}
.two-col__larger .button--long {
  width: auto;
  max-width: none;
  padding: 20px 40px;
}
.button--short {
  width: 100%;
  text-align: center;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}
.button--min-padding {
  padding: 5px 10px;
}
.button--sm {
  padding: 0.5em 1em 0.438em;
}
.button--half {
  width: 50%;
  text-align: center;
}
.button--block {
  display: block;
}
.button.inline {
  display: inline-block;
  padding: 20px;
}
.button.klinic {
  font-style: italic;
  font-size: 1.5em;
  font-weight: 400;
}
@media screen and (min-width: 760px) {
  aside.links .button {
    width: 90%;
  }
  aside.links .button span {
    white-space: nowrap;
  }
  #content .button {
    display: inline-block;
  }
  #content .button.button--block {
    display: block;
  }
  .button--inline .button {
    margin: 0 10px 10px 0;
    width: 28%;
  }
  .button--inline .button:last-child {
    width: auto;
    max-width: none;
    margin-right: 0;
    width: 40%;
  }
}
p .button {
  font-size: 1em;
}
@media screen and (min-width: 900px) {
  .button--inline .button {
    margin: 0 10px 10px 0;
    width: 250px;
  }
  .button--inline .button:last-child {
    width: auto;
    width: 275px;
  }
}
@media screen and (min-width: 1280px) {
  .button--inline .button {
    width: 275px;
  }
  .button--inline .button:last-child {
    width: 375px;
  }
}

.download {
  display: block;
  text-align: center;
  background: #8EC447;
  color: #FFF;
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .download {
    background: transparent;
    color: #8EC447;
    padding: 0;
    text-align: left;
  }
}

.cookie-button {
  width: 23%;
  padding: 14px;
  margin-right: 10px;
  font-size: 1.3em;
  font-style: italic;
  font-family: "museo-sans";
}
@media screen and (min-width: 1440px) {
  .cookie-button {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .cookie-button {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  .cookie-button {
    display: block !important;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
.cookie-button:hover {
  text-decoration: none;
}

.btn {
  border-radius: 0;
  font-weight: 700;
}
.btn.btn-blue {
  background: #0C8BD4;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.1875rem;
  line-height: 1;
  padding: 0.5625rem 1.5rem;
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
  background: #0a75b2;
}

input,
label,
select,
textarea {
  color: #666;
  font-size: 0.8125rem;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  input,
  label,
  select,
  textarea {
    font-size: 0.9375rem;
  }
}
input.noscale,
label.noscale,
select.noscale,
textarea.noscale {
  font-size: 0.625rem;
}

.form--alt label {
  color: #0C8BD4;
}

.form {
  overflow: hidden;
}
.form div {
  width: 100%;
  position: relative;
}
.form div.clearfix {
  margin: 0;
  overflow: hidden;
}
.form div.select {
  margin: 0;
}
.form div.form--25:first-child {
  width: 80%;
  margin-right: 5%;
  float: left;
}
.form div.form--10 {
  width: 15%;
  float: left;
}
.form div.form--20 {
  width: 47.5%;
  float: left;
  clear: none;
}
.form div.form--20 + .form--20 {
  margin-left: 5%;
}
.form div label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1rem;
}
.form div label.nobold {
  font-weight: normal;
}
.form div input[type=text], .form div select, .form div textarea {
  width: 100%;
  height: 30px;
}
.form div textarea {
  height: 140px;
}
@media screen and (max-width: 760px) {
  .form div {
    float: none;
    clear: both;
  }
  .form div.form--25:first-child {
    width: 80%;
    margin-right: 5%;
    float: left;
    clear: none;
  }
  .form div.form--10 {
    width: 15%;
    float: left;
    clear: none;
  }
}
@media screen and (min-width: 760px) {
  .form div {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
  .form div.form--25:first-child {
    width: 25%;
    margin-right: 20px;
  }
  .form div.form--10 {
    width: 10%;
  }
  .form div.form--20 {
    width: 20%;
  }
  .form div.form--20 + .form--20 {
    margin-left: 0;
  }
  .form div.form--25 {
    width: 25%;
  }
  .form div.form--35 {
    width: 35%;
  }
  .form div.form--40 {
    width: 40%;
  }
  .form div.form--50 {
    width: 50%;
  }
  .form div.form--66 {
    width: 66%;
  }
}

[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  width: 1px;
}
[type=radio] + span:before {
  content: "";
  width: 8px;
  height: 8px;
  vertical-align: -2.5px;
  border-radius: 0.8em;
  border: 0.175em solid #fff;
  box-shadow: 0 0 0 1.5px #C0C0C0;
  margin-right: 0.3125rem;
  transition: 0.2s ease all;
}
[type=radio]:checked + span:before {
  background: #8EC447;
}

label.radio {
  cursor: pointer;
  line-height: 2.5;
  padding-left: 2px;
}

.select {
  height: 30px;
  width: 100%;
}
.select p {
  padding-left: 10px;
  padding-right: 20px;
  font-size: 0.9375rem;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
  margin: 0;
}
.select:before, .select:after {
  pointer-events: none;
}
.select:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #666;
}
.select:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
}
@media screen and (min-width: 760px) {
  .select p {
    font-size: 0.8125rem;
  }
}

select {
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: inherit;
  font-size: 15px;
  line-height: 30px;
  padding: 5px;
  border: 0;
}

.sfPageEditor [type=checkbox] {
  opacity: 1;
}

[type=submit] {
  width: 100%;
  text-align: center;
}

.lt-ie9 label {
  font-size: 0.9375rem;
  color: #666;
}
.lt-ie9 [type=radio] {
  margin-right: 5px;
}
.lt-ie9 select {
  font-size: 15px;
  color: #666;
}

input[type=text].error, input[type=checkbox].error, textarea.error {
  border-color: #D60053;
}

[class^=bg-icon] {
  position: relative;
  padding-left: 46px;
}
[class^=bg-icon]:before {
  content: "";
  position: absolute;
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  position: absolute;
  left: 0;
}

.bg-icon--clock:before {
  background-image: url(../images/icon-clock--color.svg);
  background-size: 28px auto;
  width: 28px;
  height: 32px;
}
.bg-icon--cap {
  padding-left: 58px;
}
.bg-icon--cap:before {
  background-image: url(../images/icon-cap--color.svg);
  background-size: 48px auto;
  width: 48px;
  height: 30px;
}
.bg-icon--pig {
  padding-left: 52px;
}
.bg-icon--pig:before {
  background-image: url(../images/icon-pig--color.svg);
  background-size: 42px auto;
  width: 42px;
  height: 38px;
}
.bg-icon--trophy {
  padding-left: 40px;
}
.bg-icon--trophy:before {
  background-image: url(../images/icon-trophy--color.svg);
  background-size: 30px auto;
  width: 30px;
  height: 38px;
}
.bg-icon--pen {
  padding-left: 35px;
}
.bg-icon--pen:before {
  background-image: url(../images/icon-pen--color.svg);
  background-size: 25px auto;
  width: 25px;
  height: 38px;
}

.icon--lightbulb, .icon--cap, .icon--pig, .icon--school {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 95px auto;
  padding-top: 120px;
}

.icon--school {
  background-image: url(../images/icon--college.svg);
}
.icon--pig {
  background-image: url(../images/icon-pig--white.svg);
  padding-top: 90px;
}
.icon--cap {
  background-image: url(../images/icon-cap--white.svg);
  padding-top: 90px;
}
.icon--lightbulb {
  background-image: url(../images/icon-lightbulb--white.svg);
  background-size: 70px auto;
}

.bg--green {
  background: #0C8BD4;
  color: #FFF;
}
.bg--blue1 {
  background: #8EC447;
  color: #FFF;
}
.bg--blue2 {
  background: #0C8BD4;
  color: #FFF;
}
.bg--blue3 {
  background: #69C7C6;
  color: #FFF;
}
.bg--violet {
  background: #B3298F;
  color: #FFF;
}
.bg--lines, .table--results th:nth-child(2), .table--results td:nth-child(2), .investment--table--fivecol th:nth-child(2), .investment--table--fivecol th:nth-child(4), .investment--table--fivecol td:nth-child(2), .investment--table--fivecol td:nth-child(4) {
  background-image: url(../images/blurb--bg.png);
  background-position: 0 0;
  background-repeat: repeat;
  background-clip: padding-box;
}
.bg--grey {
  background: #F3F3F3;
}
.bg--orange {
  background: #F07622;
  color: #FFF;
}
.bg--red {
  background: #D60053;
}
.bg--ribbon {
  padding: 0 0 40px 0;
}
@media screen and (min-width: 760px) {
  .bg--ribbon {
    padding: 10px 0 40px 80px;
    background: url(../images/icon-ribbon--orange.svg) 0 0 no-repeat;
  }
}
.bg--otta-yellow {
  background-color: #faae52;
}
.bg--pie {
  padding: 0 0 40px 0;
}
@media screen and (min-width: 760px) {
  .bg--pie {
    padding: 10px 0 40px 80px;
    background: url(../images/icon-pie--orange.svg) 0 0 no-repeat;
  }
}
.bg--clock {
  padding: 0 0 40px 0;
}
@media screen and (min-width: 760px) {
  .bg--clock {
    padding: 10px 0 40px 80px;
    background: url(../images/icon-clock--orange--nocircle.svg) 0 0 no-repeat;
  }
}
.bg--color-overlay {
  overflow: hidden;
  position: relative;
  background-image: url(../images/blurb--bg.png);
  background-position: 0 0;
  background-repeat: repeat;
  background-clip: padding-box;
}
.bg--color-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 170, 184, 0.85);
}
.bg--color-overlay > div {
  position: relative;
  z-index: 1;
}

.img--right {
  width: 100%;
  max-width: 275px;
  margin: 0 auto 20px auto;
  display: block;
}
@media screen and (min-width: 760px) {
  .img--right {
    float: right;
    margin: 0 0 10px 20px;
  }
}
.img--left {
  float: left;
  margin: 0 20px 10px 0;
}
.img--splash {
  width: 100%;
  max-width: 840px;
  margin-bottom: 20px;
}
.img--max {
  max-width: 300px;
}
.img--max400 {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.img--max250 {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
.img--max225 {
  max-width: 225px;
  margin: 0 auto;
  display: block;
}
.img--max200 {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.img--max150 {
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
.img--quiz {
  max-width: 400px;
  width: 100%;
  padding-top: 10px;
}

.expandable-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.625rem -15px 0 0;
}
@media (max-width: 991.98px) {
  .expandable-column {
    margin-left: -15px;
  }
}
.expandable-column.expand > div:first-child {
  flex: 0 0 70%;
  max-width: 70%;
}
@media (max-width: 1199.98px) {
  .expandable-column.expand > div:first-child {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (max-width: 991.98px) {
  .expandable-column.expand > div:first-child {
    flex: 0 0 100%;
    max-width: none;
  }
}
.expandable-column.expand > div:last-child {
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 1199.98px) {
  .expandable-column.expand > div:last-child {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (max-width: 991.98px) {
  .expandable-column.expand > div:last-child {
    flex: 0 0 100%;
    max-width: none;
  }
}
.expandable-column.wider > div:first-child {
  flex: 0 0 55%;
  max-width: 55%;
}
.expandable-column.wider > div:last-child {
  flex: 0 0 45%;
  max-width: 45%;
}
.expandable-column > div {
  position: relative;
  width: 100%;
  transition: flex 0.5s ease-in-out, max-width 0.5s ease-in-out;
}
.expandable-column > div:first-child {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding: 0 1.875rem 0 0;
  border-right: 1px solid #d8d8d8;
}
@media (max-width: 1199.98px) {
  .expandable-column > div:first-child {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (max-width: 991.98px) {
  .expandable-column > div:first-child {
    flex: 0 0 100%;
    max-width: none;
    padding: 0 0.9375rem;
    border-right: 0;
  }
}
.expandable-column > div:last-child {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
@media (max-width: 1199.98px) {
  .expandable-column > div:last-child {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 991.98px) {
  .expandable-column > div:last-child {
    flex: 0 0 100%;
    max-width: none;
  }
}

.modal {
  z-index: 10001;
  padding-right: 0 !important;
}
.modal.green .modal-content .modal-header {
  background: #82c495;
}
.modal.green .modal-content .modal-header .modal-title * {
  color: #39324e;
}
.modal.green .modal-content .modal-header button {
  color: #39324e;
}
.modal.green .modal-content .modal-header button:hover, .modal.green .modal-content .modal-header button:focus {
  color: #39324e;
}
.modal.salmon .modal-content .modal-header {
  background: #fd8474;
}
.modal.salmon .modal-content .modal-header .modal-title * {
  color: #39324e;
}
.modal.salmon .modal-content .modal-header button {
  color: #39324e;
  text-shadow: unset;
  opacity: 1;
  font-size: 35px;
}
.modal.salmon .modal-content .modal-header button:hover, .modal.salmon .modal-content .modal-header button:focus {
  color: #39324e;
}
.modal.purple .modal-content .modal-header {
  background: #39324e;
}
.modal.purple .modal-content .modal-header .modal-title * {
  color: #FFF;
}
.modal.purple .modal-content .modal-header button {
  color: #FFF;
  text-shadow: unset;
  opacity: 1;
  font-size: 35px;
}
.modal.purple .modal-content .modal-header button:hover, .modal.purple .modal-content .modal-header button:focus {
  color: #FFF;
}
@media (max-width: 575.98px) {
  .modal.no-padding-mobile .modal-content .modal-body {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .modal.limit-mobile-height .modal-dialog {
    max-height: calc(100vh - 3.5rem);
    overflow: auto;
  }
}
.modal.modal-xl {
  width: 90%;
  max-width: 1115px;
}
@media (max-width: 1199.98px) {
  .modal .modal-dialog.modal-xl {
    width: 90%;
    max-width: none;
    margin: 1.75rem auto;
  }
}
@media (max-width: 575.98px) {
  .modal .modal-dialog.modal-xl {
    width: 96%;
  }
}
.modal .modal-content {
  border: 0;
  border-radius: 0;
}
.modal .modal-content .modal-header {
  background: #0C8BD4;
  border-radius: 0;
  padding: 2.1875rem 3.125rem;
}
@media (max-width: 767.98px) {
  .modal .modal-content .modal-header {
    padding: 1.875rem;
  }
}
.modal .modal-content .modal-header .modal-title * {
  margin: 0;
  color: #FFF;
  font-size: 1.9375rem;
  line-height: normal;
  font-family: "museo-sans";
}
.modal .modal-content .modal-header button {
  color: #FFF;
  border: 0 !important;
}
.modal .modal-content .modal-header button:hover, .modal .modal-content .modal-header button:focus {
  color: #FFF;
}
.modal .modal-content .modal-body {
  padding: 2.1875rem 3.125rem;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .modal .modal-content .modal-body {
    padding: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .modal .modal-content .modal-body {
    padding: 0.9375rem;
  }
}
.modal .modal-content .modal-body h2, .modal .modal-content .modal-body h3 {
  color: #0C8BD4;
}
.modal .modal-content .modal-body ul li {
  margin-bottom: 0;
}
.modal .modal-content .modal-body .otta-accordion:first-of-type > div.btn:not(.border-top-0), .modal .modal-content .modal-body .otta-accordion:first-of-type > button:not(.border-top-0), .modal .modal-content .modal-body .otta-accordion:first-of-type > a.btn:not(.border-top-0) {
  border-top: 1px solid #39324e !important;
}
.modal .modal-content .modal-body .otta-accordion > div.btn, .modal .modal-content .modal-body .otta-accordion > button, .modal .modal-content .modal-body .otta-accordion > a.btn {
  border-top-color: #39324e;
  padding: 1.1875rem 2.5rem 1.1875rem 0;
  /*                    *:not(p) {
                          color: $otta-purple;
                          font-size: rem(20px);
                          font-weight: bold;
                      }*/
}
.modal .modal-content .modal-body .otta-accordion > div.btn:hover, .modal .modal-content .modal-body .otta-accordion > div.btn:focus, .modal .modal-content .modal-body .otta-accordion > div.btn:focus-within, .modal .modal-content .modal-body .otta-accordion > button:hover, .modal .modal-content .modal-body .otta-accordion > button:focus, .modal .modal-content .modal-body .otta-accordion > button:focus-within, .modal .modal-content .modal-body .otta-accordion > a.btn:hover, .modal .modal-content .modal-body .otta-accordion > a.btn:focus, .modal .modal-content .modal-body .otta-accordion > a.btn:focus-within {
  border-top: 1px solid #39324e;
}
.modal .modal-content .modal-body .otta-accordion > div.btn:before, .modal .modal-content .modal-body .otta-accordion > div.btn:after, .modal .modal-content .modal-body .otta-accordion > button:before, .modal .modal-content .modal-body .otta-accordion > button:after, .modal .modal-content .modal-body .otta-accordion > a.btn:before, .modal .modal-content .modal-body .otta-accordion > a.btn:after {
  background-color: #39324e;
}
.modal .modal-content .modal-body .otta-accordion > div.btn.open, .modal .modal-content .modal-body .otta-accordion > button.open, .modal .modal-content .modal-body .otta-accordion > a.btn.open {
  border-top-color: #0C8BD4 !important;
}
.modal .modal-content .modal-body .otta-accordion > div.btn.open:first-of-type, .modal .modal-content .modal-body .otta-accordion > button.open:first-of-type, .modal .modal-content .modal-body .otta-accordion > a.btn.open:first-of-type {
  border-top-color: #0C8BD4 !important;
}
.modal .modal-content .modal-body .otta-accordion > div.btn.open:before, .modal .modal-content .modal-body .otta-accordion > div.btn.open:after, .modal .modal-content .modal-body .otta-accordion > button.open:before, .modal .modal-content .modal-body .otta-accordion > button.open:after, .modal .modal-content .modal-body .otta-accordion > a.btn.open:before, .modal .modal-content .modal-body .otta-accordion > a.btn.open:after {
  background-color: #0C8BD4;
}
.modal .modal-content .modal-body .otta-accordion > div.btn.open + div, .modal .modal-content .modal-body .otta-accordion > button.open + div, .modal .modal-content .modal-body .otta-accordion > a.btn.open + div {
  z-index: 9;
  /*&:after {
      background-color: $otta-blue;
      transform: translateY(1px);
  }*/
}
.modal .modal-content .modal-body .otta-accordion > div.btn.open *:not(p), .modal .modal-content .modal-body .otta-accordion > button.open *:not(p), .modal .modal-content .modal-body .otta-accordion > a.btn.open *:not(p) {
  color: #0C8BD4;
}
.modal .modal-content .modal-body .otta-accordion > div.btn h2, .modal .modal-content .modal-body .otta-accordion > button h2, .modal .modal-content .modal-body .otta-accordion > a.btn h2 {
  color: #39324e;
}
.modal .modal-content .modal-body .otta-accordion div.collapse {
  position: relative;
}
.modal .modal-content .modal-body .otta-accordion div.collapse:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  transition: all 250ms ease;
}
.modal .modal-content .modal-body .otta-accordion div.collapse p:last-of-type {
  margin: 0;
}

.modal-backdrop {
  z-index: 10000;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.sfPageEditor .sf_cols > .modal {
  position: static;
  display: block;
}
.sfPageEditor .sf_cols > .modal .modal-dialog {
  width: auto !important;
}
.sfPageEditor .sf_cols > .modal .modal-dialog .modal-content {
  box-shadow: none !important;
  border: 0 !important;
  border-radius: !important;
}

.otta-accordion:first-of-type > div.btn, .otta-accordion:first-of-type > button, .otta-accordion:first-of-type > a.btn {
  border-top: 0 !important;
}
.otta-accordion:first-of-type > div.btn:hover, .otta-accordion:first-of-type > div.btn:focus, .otta-accordion:first-of-type > button:hover, .otta-accordion:first-of-type > button:focus, .otta-accordion:first-of-type > a.btn:hover, .otta-accordion:first-of-type > a.btn:focus {
  border-top: 0 !important;
}
.otta-accordion h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.otta-accordion > div.btn, .otta-accordion > button, .otta-accordion > a.btn {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  border: 0;
  border-top: 1px solid #9e9e9e;
  padding: 1.5rem 2.5rem 1.5rem 0;
  /* Vertical line */
  /* horizontal line */
}
.otta-accordion > div.btn:hover, .otta-accordion > div.btn:focus, .otta-accordion > button:hover, .otta-accordion > button:focus, .otta-accordion > a.btn:hover, .otta-accordion > a.btn:focus {
  border: 0 !important;
  border-top: 1px solid #9e9e9e !important;
  text-decoration: none;
}
.otta-accordion > div.btn:focus, .otta-accordion > button:focus, .otta-accordion > a.btn:focus {
  outline: auto;
}
.otta-accordion > div.btn:before, .otta-accordion > div.btn:after, .otta-accordion > button:before, .otta-accordion > button:after, .otta-accordion > a.btn:before, .otta-accordion > a.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0C8BD4;
  transition: all 0.25s ease-out;
}
.otta-accordion > div.btn:before, .otta-accordion > button:before, .otta-accordion > a.btn:before {
  right: 9px;
  width: 3px;
  height: 20px;
}
.otta-accordion > div.btn:after, .otta-accordion > button:after, .otta-accordion > a.btn:after {
  right: 0;
  width: 21px;
  height: 3px;
}
.otta-accordion > div.btn.open:before, .otta-accordion > button.open:before, .otta-accordion > a.btn.open:before {
  opacity: 0;
}
.otta-accordion > div.btn.open:after, .otta-accordion > button.open:after, .otta-accordion > a.btn.open:after {
  transform: rotate(180deg) translateY(-50%);
}
.otta-accordion > div.btn.open h3, .otta-accordion > button.open h3, .otta-accordion > a.btn.open h3 {
  color: #1f98dc;
}
.otta-accordion > div.btn.open h3.list-item, .otta-accordion > button.open h3.list-item, .otta-accordion > a.btn.open h3.list-item {
  transform: translateX(30px);
}
.otta-accordion > div.btn.open h3.list-item:before, .otta-accordion > button.open h3.list-item:before, .otta-accordion > a.btn.open h3.list-item:before {
  opacity: 1;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.otta-accordion > div.btn h1, .otta-accordion > div.btn h2, .otta-accordion > div.btn h3, .otta-accordion > div.btn h4, .otta-accordion > div.btn h5, .otta-accordion > div.btn h6, .otta-accordion > button h1, .otta-accordion > button h2, .otta-accordion > button h3, .otta-accordion > button h4, .otta-accordion > button h5, .otta-accordion > button h6, .otta-accordion > a.btn h1, .otta-accordion > a.btn h2, .otta-accordion > a.btn h3, .otta-accordion > a.btn h4, .otta-accordion > a.btn h5, .otta-accordion > a.btn h6 {
  color: #39324e;
  line-height: normal;
  margin: 0;
}
.otta-accordion > div.btn h2, .otta-accordion > button h2, .otta-accordion > a.btn h2 {
  font-size: 1.35rem;
}
.otta-accordion > div.btn h3, .otta-accordion > button h3, .otta-accordion > a.btn h3 {
  font-size: 1.75rem;
}
.otta-accordion > div.btn h3.list-item, .otta-accordion > button h3.list-item, .otta-accordion > a.btn h3.list-item {
  transition: transform 250ms ease;
  position: relative;
}
.otta-accordion > div.btn h3.list-item:before, .otta-accordion > button h3.list-item:before, .otta-accordion > a.btn h3.list-item:before {
  content: url("/Content/Images/icon-decision.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: 3px;
  opacity: 0;
  transition: opacity 250ms ease;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.otta-accordion > div.btn p, .otta-accordion > button p, .otta-accordion > a.btn p {
  color: #666;
  font-size: 0.875rem;
  margin: 0;
  padding-top: 5px;
}
.otta-accordion > div.btn label, .otta-accordion > button label, .otta-accordion > a.btn label {
  color: #39324e;
  font-size: 1rem;
  font-weight: 700;
  font-family: "KlinicSlab";
  margin: 0;
}
.otta-accordion p {
  margin-bottom: 1.25rem;
}
.otta-accordion p strong {
  color: #39324e;
}
.otta-accordion ul li {
  margin-bottom: 0.625rem;
}
.otta-accordion .image-cta-container:last-of-type {
  margin-bottom: 0;
}

.sfPageEditor .collapse {
  display: block;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.otta-accordion-checkbox {
  padding-left: 30px;
}
.otta-accordion-checkbox > a.btn-link:hover, .otta-accordion-checkbox > a.btn-link:focus {
  text-decoration: none;
}
.otta-accordion-checkbox .full-width {
  margin: 0 0 0 -30px;
}
.otta-accordion-checkbox span[data-sf-element] h2 {
  margin-bottom: 0px;
}
.otta-accordion-checkbox > a {
  display: flex;
  gap: 8px;
  padding: 20px 0;
  align-items: flex-start;
}
.otta-accordion-checkbox > a .otta-accordion-checkbox-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #39324e;
  margin-top: 6px;
}
.otta-accordion-checkbox > a .otta-accordion-checkbox-checkbox.active {
  border: 2px solid #0C8BD4;
}
@media screen and (max-width: 480px) {
  .otta-accordion-checkbox > a .otta-accordion-checkbox-checkbox {
    width: 16px;
    height: 16px;
  }
}
.otta-accordion-checkbox > a > .sf_colsIn {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-weight: bold;
  color: #39324e;
}
.otta-accordion-checkbox > a > .sf_colsIn * {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .otta-accordion-checkbox > a > .sf_colsIn * {
    font-size: 18px;
  }
}
.otta-accordion-checkbox > a > .sf_colsIn *.active {
  color: #0a75b2;
}
@media screen and (max-width: 480px) {
  .otta-accordion-checkbox .sf_colsIn.card-body {
    margin-bottom: 0 !important;
  }
}
.otta-accordion-checkbox .collapse .sf_colsIn .sf-Long-text,
.otta-accordion-checkbox .collapsing .sf_colsIn .sf-Long-text {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #666;
}
.otta-accordion-checkbox hr {
  border-color: #9e9e9e;
}
@media screen and (max-width: 480px) {
  .otta-accordion-checkbox hr {
    margin-bottom: 0.5rem;
    margin-top: 0px;
  }
}
.otta-accordion-checkbox.no-hr hr {
  display: none;
}

svg.square-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.625rem;
  fill-opacity: 0;
  overflow: visible;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 480px) {
  svg.square-check {
    width: 20px;
    height: 18px;
    top: -9px;
  }
}
svg.square-check.checked {
  animation: scale 0.3s ease-in-out 0.9s both;
}
svg.square-check.checked path {
  animation: stroke-show 0.7s ease forwards;
}
svg.square-check path {
  fill: none;
  stroke: #39324e;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 32;
  stroke-dashoffset: 32;
}

.sfPageEditor .collapse {
  display: block;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes stroke-hide {
  100% {
    stroke-dashoffset: 64;
    fill: #82c495;
    fill-opacity: 1;
  }
}
@keyframes stroke-show {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
.otta-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  color: #39324e;
}
.otta-table.two-col th, .otta-table.two-col td {
  width: 50%;
  position: relative;
}
.otta-table.two-col th:first-child:after, .otta-table.two-col td:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background: rgba(130, 196, 149, 0.4);
}
.otta-table th, .otta-table td {
  padding: 0.625rem 0.9375rem;
  vertical-align: middle;
}
.otta-table thead tr {
  background: rgba(130, 196, 149, 0.5);
}
.otta-table tbody tr:nth-of-type(even) {
  background: rgba(130, 196, 149, 0.2);
}
.otta-table tbody tr td {
  font-size: 0.75rem;
  font-weight: 700;
}

.otta-ellipsis-accordion .read-more {
  font-size: 1.125rem;
  color: #0C8BD4;
  text-decoration: underline;
}

.start-fine-print {
  font-size: 12px;
  line-height: 18px;
  color: #555d5b !important;
}

.manage-accordion-with-link-button .btn {
  background: #0C8BD4;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5625rem 1.5rem;
  border-radius: 0;
  align-self: flex-start;
}
.manage-accordion-with-link-button .btn:hover {
  background: #0a75b2;
}

.manage-last-link p {
  font-size: 1rem;
  color: rgb(102, 102, 102);
}

.external-link:after {
  font-family: "icomoon";
  color: #faae52;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e606";
  padding-left: 6px;
  font-size: 10px;
}

.webev3-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.webev3-checkbox .webev3-checkbox-border {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #39324e;
}
@media screen and (max-width: 480px) {
  .webev3-checkbox .webev3-checkbox-border {
    width: 16px;
    height: 16px;
  }
}
.webev3-checkbox .webev3-checkbox-border input[type=checkbox] {
  opacity: 0;
}
.webev3-checkbox .webev3-checkbox-border svg.square-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.625rem;
  fill-opacity: 0;
  overflow: visible;
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .webev3-checkbox .webev3-checkbox-border svg.square-check {
    width: 20px;
    height: 18px;
    top: -2px;
  }
}
.webev3-checkbox .webev3-checkbox-border svg.square-check.checked {
  animation: scale 0.3s ease-in-out 0.9s both;
}
.webev3-checkbox .webev3-checkbox-border svg.square-check.checked path {
  animation: stroke-show 0.7s ease forwards;
}
.webev3-checkbox .webev3-checkbox-border svg.square-check path {
  fill: none;
  stroke: #39324e;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 32;
  stroke-dashoffset: 32;
}
.webev3-checkbox .webev3-checkbox-title {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #39324e;
}
@media screen and (max-width: 480px) {
  .webev3-checkbox .webev3-checkbox-title {
    position: relative;
    font-size: 18px;
    line-height: 1.44;
    top: -5px;
  }
}

@keyframes stroke-show {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
.chevron-up {
  transform: rotate(-90deg);
}
.chevron-down {
  transform: rotate(90deg);
}
.chevron-left {
  transform: rotate(180deg);
}

.icon-search, #search .search__submit {
  display: block;
  background: #69C7C6;
  text-indent: -9999px;
  height: 100%;
  float: left;
  width: 70px;
  height: 70px;
  position: relative;
}
.icon-search:before, #search .search__submit:before {
  position: absolute;
  color: #FFF;
  top: 0;
  left: 0;
  font-size: 30px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  text-indent: 0;
}
.icon-search.alt, #search .alt.search__submit {
  width: 25%;
  height: 46px;
}
.icon-search.alt:before, #search .alt.search__submit:before {
  line-height: 46px;
  font-size: 20px;
}
.icon-search:hover, #search .search__submit:hover {
  background: rgb(68.7766990291, 184.2233009709, 182.9951456311);
}

#search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 228, 228, 0.94);
  z-index: 9999;
  padding: 50px 5%;
  overflow: auto;
}
#search button.close {
  position: absolute;
  top: 5px;
  right: 5%;
  font-size: 50px;
  line-height: 40px;
  font-weight: bold;
  border: none;
  background: none;
}
#search input {
  border: 0;
  height: 40px;
  font-size: 25px;
  color: #8EC447;
  font-weight: bold;
  margin-bottom: 20px;
}
#search input[type=text] {
  width: 85%;
  padding: 0 10px;
  line-height: 40px;
  vertical-align: middle;
  float: left;
  background: white;
  border-radius: 0;
  border: rgb(240, 240, 240) 3px solid;
  border-right: none;
  box-shadow: 0px 4px 10px 0px rgba(163, 162, 159, 0.7);
}
#search input[type=submit] {
  position: relative;
  width: 100%;
  z-index: 2;
  background: transparent;
}
#search .search__title {
  font-size: 26px;
  color: #8EC447;
}
#search .search__title__text {
  line-height: 1.5;
  font-size: 1.25rem;
  font-family: "KlinicSlab", Arial, Helvetica, sans-serif;
  margin: 0;
}
#search .search__submit {
  width: 15%;
  float: left;
  position: relative;
  background: #8EC447;
  text-indent: 0;
  height: 40px;
  cursor: pointer;
  border: rgb(240, 240, 240) 3px solid;
  border-left: none;
}
#search .search__submit:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  line-height: 40px;
  vertical-align: middle;
  color: white;
  z-index: 1;
}
#search .search__submit:hover {
  background: #8EC447;
}
#search .search__submit:focus-within {
  border: black;
}
#search .search__column {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
#search .search__column a {
  display: block;
  background: white;
  padding: 5px;
  margin-bottom: 10px;
}
#search .search__column .heading--3 {
  font-family: "KlinicSlab", Arial, Helvetica, Sans-Serif;
  color: #575758;
}
#search ::-webkit-input-placeholder {
  color: #FFF;
}
#search :-moz-placeholder {
  color: #FFF;
}
#search ::-moz-placeholder {
  color: #FFF;
}
#search :-ms-input-placeholder {
  color: #FFF;
}
#search ul {
  margin: 0;
  padding: 0;
  list-style: outside none;
}
@media screen and (min-width: 760px) {
  #search {
    padding: 50px 10%;
  }
  #search a.close {
    right: 10%;
  }
  #search input {
    height: 70px;
    font-size: 45px;
    margin-bottom: 50px;
  }
  #search input[type=text] {
    padding: 0 20px;
    line-height: 70px;
  }
  #search .search__submit {
    height: 70px;
  }
  #search .search__submit:before {
    font-size: 35px;
    line-height: 70px;
  }
  #search .search__column {
    width: 50%;
    float: left;
  }
  #search .search__column a {
    padding: 10px 20px;
  }
  #search .search__column:nth-child(4) {
    padding-right: 20px;
  }
  #search .search__column:nth-child(5) {
    padding: 0 10px;
  }
  #search .search__column:last-child {
    padding-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  #search input[type=text] {
    width: 90%;
    padding: 0 20px;
  }
  #search .search__submit {
    width: 10%;
  }
}

body {
  padding-top: 140px;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 96px;
  }
}
body.sfPageEditor #siteHeader .container > .flex-nowrap {
  flex-wrap: wrap !important;
}

header#siteHeader {
  position: fixed;
  z-index: 1000;
  height: 140px;
  box-shadow: none;
  background: #FFF;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 350ms ease;
}
@media (max-width: 991.98px) {
  header#siteHeader {
    height: 96px;
  }
}
header#siteHeader.stack-top {
  z-index: 9999;
}
.sticky header#siteHeader {
  height: 86px;
}
@media (max-width: 991.98px) {
  .sticky header#siteHeader {
    height: 33px;
  }
}
header#siteHeader > .container:first-of-type {
  position: relative;
  z-index: 1;
  max-height: 86px;
  overflow: hidden;
  transition: all 350ms ease;
}
@media (max-width: 991.98px) {
  header#siteHeader > .container:first-of-type {
    height: 62px;
    width: 100%;
    padding: 0;
  }
  .sticky header#siteHeader > .container:first-of-type {
    height: 0;
  }
}
header#siteHeader .hamburger {
  display: none;
  width: 62px;
  height: 62px;
  background: #0C8BD4;
  overflow: visible;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  float: right;
}
@media (max-width: 991.98px) {
  header#siteHeader .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header#siteHeader .hamburger.active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
  background-color: #fff;
}
header#siteHeader .hamburger.active .hamburger-inner:before, header#siteHeader .hamburger.active .hamburger-inner:after {
  background-color: #fff;
}
header#siteHeader .hamburger.active .hamburger-inner:before {
  top: 0 !important;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
header#siteHeader .hamburger.active .hamburger-inner:after {
  bottom: 0 !important;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
header#siteHeader .hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
header#siteHeader .hamburger .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}
header#siteHeader .hamburger .hamburger-inner:before, header#siteHeader .hamburger .hamburger-inner:after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}
header#siteHeader .hamburger .hamburger-inner:before {
  top: -10px;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
header#siteHeader .hamburger .hamburger-inner:after {
  bottom: -10px;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header#siteHeader a.h1 {
  float: left;
  background: url(../images/logo.svg) 10px 10px no-repeat;
  background-position: 20px 5px;
  background-size: 160px auto;
  width: 240px;
  height: 80px;
  padding-top: 10px;
  position: relative;
  z-index: 99;
}
@media (max-width: 991.98px) {
  header#siteHeader a.h1 {
    width: 207px;
    height: 60px;
    background-size: 187px 50px;
  }
}
.lt-ie9 header#siteHeader a.h1 {
  background: url(../images/png/logo-ie.png) 20px 22px no-repeat;
}
header#siteHeader h2 {
  display: none;
}
header#siteHeader li.account-link a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header#siteHeader li.account-link a:before {
  content: url(/Content/Images/icons-icon-login.svg);
  margin-right: 0.75rem;
  transform: translateY(1px);
  height: 24px;
}
@media (max-width: 1199.98px) {
  header#siteHeader li.account-link a:before {
    margin-right: 0.5rem;
  }
  .sticky header#siteHeader li.account-link a:before {
    transform: translateY(3px);
  }
}
@media (max-width: 991.98px) {
  header#siteHeader li.account-link a:before {
    transform: translateY(3px);
  }
}

.header__subnav {
  text-align: right;
  transition: all 250ms ease;
}
@media (max-width: 991.98px) {
  .header__subnav {
    display: none;
  }
}
.header__subnav ul {
  list-style: outside none;
  margin: 0;
  padding: 0;
  font-size: 0.625rem;
  letter-spacing: normal;
}
.header__subnav li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  margin: 0;
}
.header__subnav a {
  color: #555D5B;
}
.header__subnav a:hover {
  color: rgb(36.2921348315, 39.7078651685, 38.8539325843);
}
.header__subnav--top {
  background: #d1e8f4;
}
.header__subnav--top ul {
  display: flex;
}
.header__subnav--top li {
  padding: 3px 5px;
  margin: 0;
}
.sticky .header__subnav--top {
  transform: translateY(-100%);
}
.header__subnav--top a {
  font-size: 0.65625rem;
  white-space: nowrap;
  display: flex;
  padding: 0 1rem;
  min-height: 31px;
  align-items: center;
}
.header__subnav--middle {
  position: absolute;
  right: 15px;
  transition: 0.3s;
  padding: 15px 15px 0 0;
  padding-top: 15px;
}
.sticky .header__subnav--middle {
  transform: translateY(-100%);
  padding-bottom: 5px;
}
.header__subnav--middle ul {
  font-size: 0.875rem;
  letter-spacing: normal;
}
.header__subnav--middle ul a {
  display: block;
  padding: 0px 20px;
}
.header__subnav--middle li {
  padding: 0;
  margin: 0;
}
.header__subnav--middle li:not(:last-child) {
  border-right: 1px solid #C0C0C0;
}
.header__subnav--middle li:last-child {
  font-weight: bolder;
}
.header__subnav--middle li:last-child a {
  padding: 0px 0px 0px 10px;
}
.header__subnav--middle li.account-link > a:before {
  transform: translateY(3px) !important;
  margin-right: 0.375rem !important;
}

.trigger {
  background: #B3298F;
}
.trigger > span {
  text-indent: 100%;
  margin: 1rem 0;
  position: relative;
}
.trigger > span, .trigger > span:before, .trigger > span:after {
  display: block;
  width: 35px;
  border-radius: 5px;
  height: 4px;
  background-color: #FFF;
}
.trigger > span:before, .trigger > span:after {
  content: "";
  position: absolute;
  transition: top 0.15s 0.25s, bottom 0.15s 0.25s, transform 0.25s;
}
.trigger > span:before {
  top: -13px;
}
.trigger > span:after {
  bottom: -13px;
}

.trigger {
  padding: 15px 0 0 18px;
  overflow-x: hidden;
  cursor: pointer;
}
.trigger.active > span {
  background-color: transparent;
}
.trigger.active > span:before, .trigger.active > span:after {
  transition: top 0.15s, bottom 0.15s, transform 0.25s 0.15s;
}
.trigger.active > span:before {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
  transform: rotate(135deg);
}
.trigger.active > span:after {
  bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678,sizingMethod='auto expand')";
  transform: rotate(225deg);
}

.sfPageEditor header#siteHeader {
  position: relative;
  height: auto;
}
.sfPageEditor header#siteHeader > .container {
  max-height: none;
}
.sfPageEditor header#siteHeader .header__subnav--middle {
  position: static;
}

footer#siteFooter {
  position: relative;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  padding: 2.5rem 0;
  color: #222;
  /*margin-top: rem(80px);*/
}
footer#siteFooter p {
  font-family: "KlinicSlab";
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0.125rem 0 0.1875rem;
}
@media (max-width: 767.98px) {
  footer#siteFooter p {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  footer#siteFooter p {
    font-size: 1rem;
  }
}
footer#siteFooter ul {
  font-size: 0.8125rem;
  line-height: normal;
  margin-top: 0.3125rem;
}
@media (max-width: 767.98px) {
  footer#siteFooter ul {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  footer#siteFooter ul {
    font-size: 0.8125rem;
  }
}
footer#siteFooter ul li {
  margin-bottom: 0.5625rem;
}
footer#siteFooter ul li a {
  color: #39324e;
  padding: 0;
}
footer#siteFooter ul li a[target=_blank]:after {
  font-family: "icomoon";
  color: #faae52;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e606";
  padding-left: 6px;
  font-size: 10px;
}
@media (max-width: 575.98px) {
  footer#siteFooter .four-col {
    display: flex;
    flex-direction: column;
  }
}
footer#siteFooter .four-col section {
  overflow: visible;
  margin-bottom: 3.75rem;
}
@media (max-width: 575.98px) {
  footer#siteFooter .four-col section {
    margin-bottom: 1.875rem;
    width: 100%;
    text-align: center;
  }
}
footer#siteFooter .four-col section:first-child {
  width: 22%;
}
@media (max-width: 767.98px) {
  footer#siteFooter .four-col section:first-child {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  footer#siteFooter .four-col section:first-child {
    width: 100%;
    order: 2;
  }
}
footer#siteFooter .four-col section:nth-child(2) {
  padding-left: 1.875rem;
  border-left: 2px solid #F1F2F2;
  width: 28%;
}
@media (max-width: 767.98px) {
  footer#siteFooter .four-col section:nth-child(2) {
    width: 100%;
    padding-left: 0;
    border: 0;
  }
}
@media (max-width: 575.98px) {
  footer#siteFooter .four-col section:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  footer#siteFooter .four-col section:nth-child(3) {
    position: absolute;
    top: 40px;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  footer#siteFooter .four-col section:nth-child(3) {
    position: static;
    order: 3;
  }
}
footer#siteFooter .four-col section:last-child {
  width: 25%;
  text-align: right;
  font-size: 0.6875rem;
  line-height: 1.27;
}
@media (max-width: 767.98px) {
  footer#siteFooter .four-col section:last-child {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  footer#siteFooter .four-col section:last-child {
    order: 4;
  }
}
footer#siteFooter .four-col section:last-child p {
  font-family: "museo-sans";
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.27;
  color: #222;
}
@media (max-width: 767.98px) {
  footer#siteFooter .four-col section:last-child p {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  footer#siteFooter .four-col section:last-child img {
    width: 220px;
  }
}
@media (max-width: 575.98px) {
  footer#siteFooter .four-col section:last-child img {
    width: auto;
  }
}
footer#siteFooter .four-col section div {
  padding: 0;
}
footer#siteFooter .social {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 1.25rem;
  color: transparent;
}
@media (max-width: 767.98px) {
  footer#siteFooter .social {
    justify-content: center;
    margin: 0 0 2.5rem;
  }
}
footer#siteFooter .social li {
  margin: 0 0 0.625rem 0.9375rem;
}
footer#siteFooter .social li:first-child {
  margin-left: 0;
}
footer#siteFooter .social li a:hover {
  text-decoration: none;
}

nav#siteNav {
  background: #0c8bd4;
  min-height: 56px;
  transition: all 350ms ease;
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  nav#siteNav {
    background: #FFF;
    min-height: 0;
    border-top: 1px solid #D6D8D8;
  }
}
nav#siteNav .container {
  height: 100%;
}
@media (max-width: 991.98px) {
  nav#siteNav .container {
    width: 100%;
    padding: 0;
  }
}
.sticky nav#siteNav {
  max-height: 50px;
  min-height: 46px;
  transform: translateY(-100%);
  background: rgba(12, 139, 212, 0);
  border-bottom: 1px solid #D6D8D8;
}
@media (max-width: 991.98px) {
  .sticky nav#siteNav {
    transform: translateY(0);
    min-height: 0;
  }
}
nav#siteNav .main-nav-container {
  min-height: 56px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  nav#siteNav .main-nav-container {
    min-height: 0;
  }
}
.sticky nav#siteNav .main-nav-container {
  min-height: 46px;
}
@media (max-width: 991.98px) {
  .sticky nav#siteNav .main-nav-container {
    min-height: 0;
  }
}
nav#siteNav .main-nav-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: calc(100% - 342px);
}
@media (max-width: 1199.98px) {
  nav#siteNav .main-nav-container ul {
    width: calc(100% - 255px);
  }
}
.sticky nav#siteNav .main-nav-container ul {
  width: calc(100% - 525px);
}
@media (max-width: 1199.98px) {
  .sticky nav#siteNav .main-nav-container ul {
    width: calc(100% - 410px);
  }
}
@media (max-width: 991.98px) {
  .sticky nav#siteNav .main-nav-container ul {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  nav#siteNav .main-nav-container ul {
    width: 100%;
  }
}
.sticky nav#siteNav .main-nav-container ul {
  justify-content: flex-end;
}
nav#siteNav .main-nav-container ul li {
  width: 100%;
  position: relative;
  transition: all 350ms ease;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 991.98px) {
  nav#siteNav .main-nav-container ul li {
    display: none;
    flex: 0 1 50%;
  }
}
nav#siteNav .main-nav-container ul li:before {
  content: "";
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 250ms ease;
}
nav#siteNav .main-nav-container ul li:hover {
  background: #0e9bec;
}
nav#siteNav .main-nav-container ul li:hover:before, nav#siteNav .main-nav-container ul li:hover + li:before {
  opacity: 0;
}
.sticky nav#siteNav .main-nav-container ul li:hover:not(.mobile-link):not(.last-nav-link) {
  background: #0e9bec;
}
nav#siteNav .main-nav-container ul li.active {
  background: #d1e8f4;
}
nav#siteNav .main-nav-container ul li.active + li:before {
  opacity: 0;
}
nav#siteNav .main-nav-container ul li.active a {
  color: #39324e;
}
nav#siteNav .main-nav-container ul li.last-nav-link {
  width: 142%;
  min-width: 185px;
  background: #39324e;
}
@media (max-width: 991.98px) {
  nav#siteNav .main-nav-container ul li.last-nav-link {
    display: block;
    min-width: 0;
    order: 2;
  }
}
nav#siteNav .main-nav-container ul li.last-nav-link:before {
  display: none;
}
nav#siteNav .main-nav-container ul li.last-nav-link:hover {
  background: #4b4267;
}
nav#siteNav .main-nav-container ul li.last-nav-link.active a {
  color: #FFF;
}
.sticky nav#siteNav .main-nav-container ul li.last-nav-link {
  min-width: 225px;
}
@media (max-width: 1340px) {
  .sticky nav#siteNav .main-nav-container ul li.last-nav-link {
    min-width: 200px;
  }
}
@media (max-width: 1199.98px) {
  .sticky nav#siteNav .main-nav-container ul li.last-nav-link {
    min-width: 168px;
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  .sticky nav#siteNav .main-nav-container ul li.last-nav-link {
    min-width: 0;
  }
}
nav#siteNav .main-nav-container ul li.mobile-link {
  display: none;
  max-height: 55px;
  background: #FFF;
}
@media (max-width: 991.98px) {
  nav#siteNav .main-nav-container ul li.mobile-link {
    display: block;
  }
  .sticky nav#siteNav .main-nav-container ul li.mobile-link {
    height: auto;
  }
}
nav#siteNav .main-nav-container ul li.mobile-link a {
  color: #39324e;
  font-weight: 700;
}
nav#siteNav .main-nav-container ul li.mobile-trigger {
  overflow: hidden;
  background: #0C8BD4;
  display: block;
  flex: 0 0 0%;
  transition: all 350ms ease;
  order: 3;
}
nav#siteNav .main-nav-container ul li.mobile-trigger:before {
  display: none;
}
@media (max-width: 991.98px) {
  .sticky nav#siteNav .main-nav-container ul li.mobile-trigger {
    flex: 0 0 40px;
    height: 100%;
  }
}
nav#siteNav .main-nav-container ul li.mobile-trigger .hamburger {
  width: 100%;
  height: 100%;
  /*padding-top: 2px;*/
}
nav#siteNav .main-nav-container ul li.mobile-trigger .hamburger .hamburger-box {
  display: flex;
  justify-content: center;
}
nav#siteNav .main-nav-container ul li.mobile-trigger .hamburger .hamburger-inner {
  width: 24px;
  height: 3px;
}
nav#siteNav .main-nav-container ul li.mobile-trigger .hamburger .hamburger-inner:before, nav#siteNav .main-nav-container ul li.mobile-trigger .hamburger .hamburger-inner:after {
  width: 24px;
  height: 3px;
}
nav#siteNav .main-nav-container ul li.mobile-trigger .hamburger .hamburger-inner:before {
  top: -8px;
}
nav#siteNav .main-nav-container ul li.mobile-trigger .hamburger .hamburger-inner:after {
  bottom: -8px;
}
.sticky nav#siteNav .main-nav-container ul li:not(.mobile-link):not(.last-nav-link) {
  background: #0c8bd4;
}
@media (max-width: 1199.98px) {
  .sticky nav#siteNav .main-nav-container ul li:not(.mobile-link):not(.last-nav-link) {
    font-size: 1rem;
  }
}
.sticky nav#siteNav .main-nav-container ul li:not(.mobile-link):not(.last-nav-link):first-child:before {
  display: none;
}
.sticky nav#siteNav .main-nav-container ul li:not(.mobile-link):not(.last-nav-link).active {
  background: #d1e8f4;
}
nav#siteNav .main-nav-container ul li a {
  color: #FFF;
  text-transform: uppercase;
  display: block;
  padding: 0.125rem 0.3125rem 0;
  text-align: center;
  line-height: normal;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: all 350ms ease;
  font-weight: 700;
  font-size: 1.1875rem;
}
@media (max-width: 991.98px) {
  nav#siteNav .main-nav-container ul li a {
    font-size: 0.875rem;
    padding: 0 1.125rem;
  }
}
nav#siteNav .main-nav-container ul li a:hover, nav#siteNav .main-nav-container ul li a:focus {
  text-decoration: none;
}
.sticky nav#siteNav .main-nav-container ul li a {
  padding: 0 0.75rem;
}
@media (max-width: 991.98px) {
  .sticky nav#siteNav .main-nav-container ul li a {
    padding: 0.375rem 1.125rem;
  }
}
nav#siteNav .main-nav-container .search-container {
  max-width: 380px;
  min-width: 342px;
  background: #0C8BD4;
  padding: 0.5rem 1rem;
  margin-right: -1rem;
}
@media (max-width: 1199.98px) {
  nav#siteNav .main-nav-container .search-container {
    min-width: 275px;
  }
}
@media (max-width: 991.98px) {
  nav#siteNav .main-nav-container .search-container {
    display: none;
  }
}
.sticky nav#siteNav .main-nav-container .search-container {
  padding: 0.4375rem 1rem;
}
@media (max-width: 1199.98px) {
  .sticky nav#siteNav .main-nav-container .search-container {
    min-width: 0;
    width: 230px;
  }
}
nav#siteNav .main-nav-container .search-container .input-group {
  height: 100%;
}
nav#siteNav .main-nav-container .search-container .form-control {
  border-radius: 0;
  border: 0;
  padding: 0.3125rem 0.9375rem;
  color: #0C8BD4;
  height: 100%;
}
nav#siteNav .main-nav-container .search-container .form-control::-webkit-input-placeholder {
  color: #0C8BD4;
  font-weight: 700;
}
nav#siteNav .main-nav-container .search-container .form-control::-moz-placeholder {
  color: #0C8BD4;
  font-weight: 700;
}
nav#siteNav .main-nav-container .search-container .form-control:-ms-input-placeholder {
  color: #0C8BD4;
  font-weight: 700;
}
nav#siteNav .main-nav-container .search-container .form-control:-moz-placeholder {
  color: #0C8BD4;
  font-weight: 700;
}
nav#siteNav .main-nav-container .search-container .form-control:focus {
  box-shadow: none;
  outline: none;
}
nav#siteNav .main-nav-container .search-container button {
  display: flex;
  align-items: center;
  background: #FFF;
  border-radius: 0;
  border: 0;
}
nav#siteNav .main-nav-container .search-container .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sfPageEditor nav#siteNav {
  padding-top: 0;
  height: auto;
  max-height: none;
}

#nav-level2 {
  position: absolute;
  width: 100%;
  display: none;
  overflow: hidden;
  background: #FFF;
  border-bottom: 1px solid #C0C0C0;
}
#nav-level2 ol, #nav-level2 ul {
  font-size: 0.65625rem;
}
#nav-level2 li {
  list-style: outside none;
  display: inline;
  float: left;
  text-align: center;
  width: 20%;
}
#nav-level2 a {
  display: inline-block;
  padding: 12px 5px;
  color: #555D5B;
  position: relative;
}
#nav-level2 a:hover, #nav-level2 a.active {
  position: relative;
}
#nav-level2 a:hover span, #nav-level2 a.active span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  display: block;
  -webkit-transition: height 0.1s ease-in-out;
  -moz-transition: height 0.1s ease-in-out;
  -o-transition: height 0.1s ease-in-out;
  transition: height 0.1s ease-in-out;
}
#nav-level2.level2-link1 li {
  width: 16%;
}
#nav-level2.level2-link1 a:hover, #nav-level2.level2-link1 a.active {
  color: #0C8BD4;
}
#nav-level2.level2-link1 a:hover span, #nav-level2.level2-link1 a.active span {
  background-color: #0C8BD4;
}
#nav-level2.level2-link2 li {
  width: 16%;
}
#nav-level2.level2-link2 li div {
  display: none;
}
#nav-level2.level2-link2 a:hover, #nav-level2.level2-link2 a.active {
  color: #8EC447;
}
#nav-level2.level2-link2 a:hover span, #nav-level2.level2-link2 a.active span {
  background-color: #8EC447;
}
#nav-level2.level2-link3 a:hover, #nav-level2.level2-link3 a.active {
  color: #0C8BD4;
}
#nav-level2.level2-link3 a:hover span, #nav-level2.level2-link3 a.active span {
  background-color: #0C8BD4;
}
#nav-level2.hidden {
  display: none;
}
.sticky #nav-level2 {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 9900;
}
.sticky #nav-level2 a:hover, .sticky #nav-level2 a.active {
  color: #FFF;
}
.sticky #nav-level2 a:hover span, .sticky #nav-level2 a.active span {
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 760px) {
  #nav-level2 {
    display: block;
  }
  #nav-level2.index {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #nav-level2 ol, #nav-level2 ul {
    font-size: 0.78125rem;
  }
  #nav-level2 a {
    padding: 8px 10px;
  }
}

.splash {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 15px;
}
.splash .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(255, 255, 255)), color-stop(35%, rgb(255, 255, 255)), color-stop(80%, rgba(255, 255, 255, 0)), color-stop(99%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 99%); /* IE10+ */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 99%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-8 */
}
@media screen and (min-width: 760px) {
  .splash .cover {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.74) 17%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 12%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(255, 255, 255)), color-stop(17%, rgba(255, 255, 255, 0.74)), color-stop(65%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.74) 17%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 12%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.74) 17%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 12%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.74) 17%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 12%); /* IE10+ */
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.74) 17%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 12%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-8 */
  }
}
.gt-ie8 .splash .cover {
  filter: none;
}
.splash .container {
  padding: 30px 20px 60px 20px;
  position: relative;
  z-index: 1;
}
.splash h1 {
  color: #8EC447;
  font-weight: 400;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 20px;
  width: 60%;
}
.splash h1 span {
  color: #0C8BD4;
  text-transform: uppercase;
  font-style: normal;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  display: block;
  font-size: 0.703125rem;
  line-height: 1.1;
}
.splash p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.splash p:last-child {
  max-width: 45%;
  line-height: 1.2;
}
.splash a {
  color: #0C8BD4;
  font-weight: bold;
}
.splash a:hover {
  color: rgb(6.5357142857, 75.7053571429, 115.4642857143);
}
.splash--loggedin h1 {
  color: #0C8BD4;
}
.splash--loggedin h1 span {
  color: #B3298F;
}
.splash--loggedin a {
  color: #8EC447;
}
.splash--loggedin a:hover {
  color: rgb(88.2716049383, 124.9382716049, 40.0617283951);
}
@media screen and (min-width: 375px) {
  .splash h1 {
    width: 58%;
  }
}
@media screen and (min-width: 760px) {
  .splash .container {
    display: table;
    height: 353px;
    padding: 20px;
  }
  .splash .container > div {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .splash h1 {
    font-size: 3.09375rem;
  }
  .splash p {
    width: 400px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1420px) {
  .splash {
    background-position: center bottom;
  }
}

.newsletter {
  overflow: hidden;
  background-color: #39324e;
  margin-bottom: 1.25rem;
}
.newsletter h2 {
  font-size: 1.875rem;
  line-height: normal;
  font-family: "museo-sans";
  color: white;
}
@media (max-width: 991.98px) {
  .newsletter h2 {
    font-size: 1.375rem;
  }
}
.newsletter p {
  line-height: 1.375rem;
  font-family: "museo-sans";
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
  margin: 0;
}
@media (max-width: 575.98px) {
  .newsletter p {
    padding-right: 0.625rem;
    font-size: 1rem;
  }
}
.newsletter p#errorTextEmail {
  position: absolute;
  color: #D8000C;
}
@media (max-width: 991.98px) {
  .newsletter p#errorTextEmail {
    position: relative;
  }
}
.newsletter div.step-1 {
  padding: 1.25rem 0;
}
.newsletter div.step-2 {
  display: none;
  padding: 1.25rem 1.875rem;
}
.newsletter div.step-2 a.button {
  width: 100%;
}
.newsletter div.step-3 {
  width: 100%;
  display: none;
  padding: 1.25rem 1.875rem;
}
.newsletter .bluebottom {
  background-color: #0C8BD4;
  width: 100%;
  height: 1.125rem;
}
.newsletter input:not([type=radio]) {
  line-height: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  margin-right: -0.25rem;
  font-size: 1.125rem;
  border: none;
}
.newsletter .env-icon {
  background-color: white;
  padding: 0.4375rem 0.5rem;
}
.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0C8BD4;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 0.125rem;
}
.newsletter ::-moz-placeholder { /* Firefox 19+ */
  color: #0C8BD4;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 0.125rem;
}
.newsletter :-ms-input-placeholder { /* IE 10+ */
  color: #0C8BD4;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 0.125rem;
}
.newsletter :-moz-placeholder { /* Firefox 18- */
  color: #0C8BD4;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 0.125rem;
}
.newsletter button.button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0 0.625rem;
  line-height: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  background-color: #0C8BD4;
  font-family: "museo-sans";
  font-weight: 700;
  font-size: 1.1875rem;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .newsletter button.button {
    width: 25%;
    font-size: 1rem;
  }
}
.newsletter button.button:hover {
  background: #0a75b2;
}
.newsletter span {
  font-family: "museo-sans";
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
  padding-left: 0.25rem;
}
.newsletter label {
  font-family: "museo-sans";
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
  padding-left: 0.125rem;
}
.newsletter button.step2 {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  color: white;
  background-color: #0C8BD4;
  font-family: "museo-sans";
  font-style: normal;
  font-size: 1.125rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .newsletter button.step2 {
    max-width: 200px;
    margin-top: 20px;
  }
}
.newsletter button.step2:hover {
  background: #0a75b2;
}
#bodyPlaceHolder_C001_twocol_smaller .newsletter {
  text-align: center;
}
.newsletter input[type=radio]:focus + label:after {
  outline: auto;
}
.newsletter input[type=radio] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
  margin-bottom: 0;
}
.newsletter input[type=radio] + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: -20px;
  top: 6px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: white;
}
.newsletter input[type=radio]:checked + label::after {
  background: #0C8BD4;
  border: 2px solid white;
  border-radius: 100%;
  width: 14px;
  height: 14px;
}
.newsletter a.step2 {
  color: #faae52;
}
.newsletter .email-error {
  font-family: "museo-sans";
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
  padding-left: 0.125rem;
}
.newsletter .icon-error {
  margin-top: 5px;
}

.index .updates {
  padding: 0 !important;
}
.updates article {
  padding: 15px;
  border-bottom: 3px solid #FAFAFA;
}
.updates article:first-child {
  border-top: 3px solid #FAFAFA;
}
.updates article img {
  margin: 0 auto 15px auto;
  max-width: 200px;
}
.updates article img + p {
  font-size: 0.78125rem;
  font-style: italic;
}
.updates article p {
  margin: 0;
}
.updates article + p {
  padding: 15px 0 0 0;
  margin: 0;
}
.updates section.fyi {
  padding: 40px 10px;
  margin-bottom: 30px;
}
.updates section.fyi h1 {
  font-weight: 500;
  margin-bottom: 10px;
}
.updates section.fyi p {
  font-size: 1.1875rem;
  line-height: 1.8;
}
aside .updates .articles {
  margin-top: 20px;
}
@media screen and (min-width: 760px) {
  .updates article p {
    font-size: 0.8125rem;
  }
  .updates article + p {
    margin-bottom: 20px;
  }
  .updates section.fyi {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .updates section.fyi p {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 900px) {
  .updates {
    padding-top: 20px !important;
  }
  .updates section.fyi {
    padding: 40px 10px;
    margin-bottom: 30px;
  }
  .updates section.fyi p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

aside {
  width: 100%;
  padding: 20px 15px;
  box-shadow: inset 0px 10px 10px -10px rgb(205, 205, 205);
}
.reverse aside {
  box-shadow: none;
}
aside > div, aside > section {
  padding: 20px 0;
  border-bottom: 4px solid #EFEFEF;
}
aside > div.request-button, aside > section.request-button {
  padding-top: 0;
  display: none;
}
aside > div:last-child, aside > section:last-child {
  border: 0;
}
aside > div.noborder, aside > section.noborder {
  border: 0;
}
aside figure {
  margin: 0;
}
aside figure img {
  border: 1px solid #C0C0C0;
  margin-bottom: 10px;
}
aside figcaption {
  font-size: 0.78125rem;
}
aside img {
  width: 100%;
  max-width: 320px;
  height: auto;
}
aside.links a {
  display: block;
  padding: 15px;
  color: #8EC447;
  background: #F3F3F3;
  margin-bottom: 3px;
}
aside.links a.icon-arrow-right:after {
  line-height: 1;
}
aside.links a.button {
  color: #FFF;
}
aside.links a:hover {
  background: white;
}
aside.links ul {
  font-size: 0.8125rem;
  padding: 0;
  margin: 0;
}
aside.links ul ul {
  font-size: 0.625rem;
}
aside.links ul ul a {
  background: transparent;
  color: #555D5B;
  border-bottom: 1px solid #C0C0C0;
}
aside.links ul ul a:hover, aside.links ul ul a.active {
  color: rgb(134.8314606742, 145.1685393258, 142.5842696629);
  background: transparent;
}
aside.links ul ul li:last-child a {
  border: 0;
}
aside.sidebar--about a, aside.sidebar--section2 a {
  color: #8EC447;
  background: #F3F3F3;
}
aside.sidebar--about a.active, aside.sidebar--about a:hover, aside.sidebar--section2 a.active, aside.sidebar--section2 a:hover {
  background: silver;
}
aside a[href^=contact-us],
aside a[href^="/contact-us"] {
  display: none;
}
aside.sidebar--blog span[class^=icon] {
  width: 25px;
  height: 25px;
  float: left;
  margin: 0;
  position: absolute;
  left: 0;
  top: 5px;
}
aside.sidebar--blog span[class^=icon]:before {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
}
aside.sidebar--blog .social > div p {
  position: relative;
  padding-left: 35px;
  text-align: left;
}
aside.sidebar--blog .accordion div {
  padding-left: 20px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
aside.sidebar--blog .accordion div a {
  color: #8EC447;
  font-size: 0.875rem;
}
@media screen and (min-width: 760px) {
  aside {
    width: 27.5%;
    padding: 0;
    border-left: 1px solid #FAFAFA;
    float: left;
    min-height: 600px;
    box-shadow: none;
  }
  .reverse aside {
    border-left: 0;
    border-right: 1px solid #FAFAFA;
  }
  aside > div, aside > section {
    padding: 20px;
  }
  aside > div:first-child, aside > section:first-child {
    display: block;
  }
  aside.links {
    padding: 0;
  }
  aside.links a {
    padding: 20px;
  }
  aside a[href^=contact-us],
  aside a[href^="/contact-us"] {
    display: block;
  }
}
aside ul {
  font-size: 0.9375rem;
  padding: 0 10px;
  list-style: outside none;
  margin: 0;
  padding: 0 10px;
}
aside ul a {
  color: #666;
}
aside .select {
  border: 1px solid #C0C0C0 !important;
  padding: 0;
}
@media screen and (min-width: 900px) {
  aside {
    width: 22%;
  }
  .reverse aside {
    width: 26%;
  }
}
aside.sidebar--login {
  display: none;
}
@media screen and (min-width: 760px) {
  aside.sidebar--login {
    display: block;
  }
}

.two-col {
  overflow: hidden;
}
.two-col > div, .two-col > section {
  width: 100%;
  overflow: hidden;
  padding: 15px 15px 0 15px;
}
.two-col .two-col > div, .two-col .two-col > section {
  padding: 15px 0 0 0;
}
.two-col.no-top-padding > div, .two-col.no-top-padding > section {
  padding-top: 0 !important;
}
.two-col--mobile > div, .two-col--mobile > section {
  width: 50%;
  float: left;
  overflow: hidden;
  padding: 20px 10px 0 0;
}
.two-col--mobile > div:last-child, .two-col--mobile > section:last-child {
  padding: 20px 0 0 10px;
}
@media screen and (min-width: 760px) {
  .two-col > div, .two-col > section {
    width: 50%;
    float: left;
    padding: 20px 20px 0 20px;
  }
  .two-col .two-col > div, .two-col .two-col > section {
    padding: 20px 0 0 10px;
  }
  .two-col .two-col > div:first-child, .two-col .two-col > section:first-child {
    padding: 20px 10px 0 0;
  }
  .two-col .two-col > div.extra-pad, .two-col .two-col > section.extra-pad {
    padding: 20px 0 0 20px;
  }
  .two-col .two-col > div.extra-pad:first-child, .two-col .two-col > section.extra-pad:first-child {
    padding: 20px 20px 0 0;
  }
  .two-col > div .two-col__larger, .two-col > section .two-col__larger {
    position: relative;
    z-index: 2;
  }
  .two-col > div .two-col__smaller, .two-col > section .two-col__smaller {
    position: relative;
    z-index: 1;
  }
  .two-col--internal > div, .two-col--internal > section {
    padding: 15px 0 0 0;
  }
  .two-col--internal > div:first-child, .two-col--internal > section:first-child {
    padding-right: 1.25rem;
  }
  .two-col--internal > div:last-child, .two-col--internal > section:last-child {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 760px) {
  .two-col--55 > .two-col__larger {
    width: 55% !important;
    padding-right: 20px;
    padding-top: 0;
  }
  .two-col--55 > .two-col__smaller {
    width: 45% !important;
  }
  .two-col--55 > .two-col__smaller + .two-col__larger {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media screen and (min-width: 760px) {
  .two-col--66 .two-col__larger {
    width: 67% !important;
    padding-right: 20px;
    padding-top: 0;
  }
  .two-col--66 .two-col__smaller {
    width: 33% !important;
  }
  .two-col--66 .two-col__smaller + .two-col__larger {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media screen and (min-width: 760px) {
  .two-col--72 > .two-col__larger {
    width: 72.5%;
    padding-right: 35px;
    box-shadow: 6px 0px 10px -5px rgb(205, 205, 205);
  }
  .two-col--72.reverse > .two-col__larger {
    padding-left: 35px;
    padding-right: 20px;
    box-shadow: -6px 0px 10px -5px rgb(205, 205, 205);
  }
  .two-col--72 > .two-col__smaller {
    width: 27.5%;
  }
}
@media screen and (min-width: 900px) {
  .two-col--72 .two-col__larger {
    width: 78%;
    padding-right: 70px;
  }
  .reverse .two-col--72 .two-col__larger {
    padding-left: 70px;
  }
  .two-col--72 > .two-col__smaller {
    width: 22%;
  }
  .two-col--72.reverse > .two-col__larger {
    width: 74%;
    padding-left: 70px;
  }
  .two-col--72.reverse > .two-col__smaller {
    width: 26%;
  }
}
.two-col--100 .two-col__larger {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .two-col.reverse.two-col--72 > .two-col__larger {
    padding: 0 20px 0 30px;
  }
}
@media screen and (min-width: 900px) {
  .two-col.reverse.two-col--72 > .two-col__larger {
    padding: 0 20px 0 60px;
  }
}

@media screen and (min-width: 480px) {
  .three-col div {
    width: 33.3%;
    float: left;
    padding: 0 5px;
  }
  .three-col div:first-child {
    padding: 0 10px 0 0;
  }
  .three-col div:last-child {
    padding: 0 0 0 10px;
  }
}

.four-col {
  overflow: hidden;
}
.four-col > div, .four-col > section {
  overflow: hidden;
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
.four-col > div:nth-child(odd), .four-col > section:nth-child(odd) {
  padding-right: 7.5px;
}
.four-col > div:nth-child(even), .four-col > section:nth-child(even) {
  padding-left: 7.5px;
}
.four-col > div div, .four-col > section div {
  padding: 7.5px;
}
.four-col--alt > div, .four-col--alt > section {
  width: 100%;
  float: none;
}
@media screen and (min-width: 600px) {
  .four-col--alt > div, .four-col--alt > section {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 760px) {
  .four-col > div, .four-col > section {
    width: 25%;
    margin-bottom: 20px;
  }
  .four-col > div:nth-child(odd), .four-col > section:nth-child(odd) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .four-col > div:nth-child(even), .four-col > section:nth-child(even) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .four-col--alt > div, .four-col--alt > section {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 1000px) {
  .four-col--alt > div, .four-col--alt > section {
    width: 25%;
  }
}

.six-col {
  overflow: hidden;
  margin-bottom: 40px;
}
.six-col > div {
  width: 50%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
.six-col > div:nth-child(odd) {
  padding-left: 0;
}
.six-col > div:nth-child(even) {
  padding-right: 0;
}
.six-col a {
  position: relative;
}
.six-col a:hover {
  color: #FFF;
}
.six-col span {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  padding: 0 5px;
  font-size: 0.75rem;
}
@media screen and (min-width: 480px) {
  .six-col > div {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .six-col > div:nth-child(odd) {
    padding: 0 5px;
  }
  .six-col > div:nth-child(even) {
    padding: 0 5px;
  }
  .six-col > div:nth-child(3n+3) {
    padding-right: 0;
  }
  .six-col > div:nth-child(3n+1) {
    padding-left: 0;
  }
}
@media screen and (min-width: 760px) {
  .six-col > div {
    width: 16.66%;
    float: left;
    padding: 0 5px;
  }
  .six-col > div:nth-child(3n+3) {
    padding: 0 5px;
  }
  .six-col > div:nth-child(3n+1) {
    padding: 0 5px;
  }
  .six-col > div:first-child {
    padding-left: 0;
  }
  .six-col > div:last-child {
    padding-right: 0;
  }
  .six-col span {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 900px) {
  .six-col span {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .six-col span {
    font-size: 0.9375rem;
  }
}

.button-container {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.button-container .advance {
  margin: 50px 0;
  padding: 0 15px;
}
.button-container .advance p {
  margin: 0;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.button-container .advance a {
  display: block;
  padding-right: 30px;
  float: right;
  text-align: right;
}
.button-container .advance a span {
  text-align: right;
  display: block;
}
.button-container .advance a:after {
  content: "\e600";
  color: #C0C0C0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  font-family: "icomoon";
  font-size: 28px;
  line-height: 28px;
}
.button-container .advance a.advance--prev {
  padding-left: 30px;
  padding-right: 0;
  overflow: hidden;
  float: left;
  width: 30px;
  max-height: 44px;
  overflow: hidden;
  text-align: left;
}
.button-container .advance a.advance--prev:after {
  display: none;
}
.button-container .advance a.advance--prev:before {
  content: "\e600";
  color: #C0C0C0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  font-family: "icomoon";
  font-size: 28px;
  line-height: 28px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-container .advance a.advance--prev span {
  text-align: left;
}
.button-container .advance a:hover:before, .button-container .advance a:hover:after {
  color: #8d8d8d;
}
.button-container .advance span {
  font-size: 1rem;
  color: #666;
  font-style: italic;
}
@media screen and (min-width: 760px) {
  .button-container .advance {
    padding: 0 20px;
  }
  .button-container .advance a.advance--prev {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .button-container .advance {
    width: 72.5%;
    padding: 0 70px 0 20px;
  }
  .reverse + .button-container .advance {
    position: relative;
    left: 27.5%;
    padding: 0 20px 0 60px;
  }
}

.main__blurb {
  background: url(../images/blurb--bg.png) 0 0 repeat;
  overflow: hidden;
  padding: 15px;
}
.main__blurb.no-floats img, .main__blurb.no-floats div {
  float: none !important;
}
.main__blurb img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-bottom: 10px;
}
.main__blurb p {
  font-size: 1.3em;
}
@media screen and (min-width: 760px) {
  .main__blurb img {
    width: 45%;
    float: left;
  }
  .main__blurb div {
    width: 55%;
    padding-left: 20px;
    float: left;
  }
}
@media screen and (min-width: 1280px) {
  .main__blurb {
    padding: 0;
  }
  .main__blurb img {
    float: left;
    width: 37%;
    margin-bottom: 0;
  }
  .main__blurb div {
    padding: 20px 20px 10px 20px;
    float: left;
    width: 63%;
  }
  .main__blurb p {
    font-size: 1.3em;
  }
}

body {
  position: relative;
}

.modal_global {
  position: relative;
  z-index: 10002;
}
.modal_global .modal__bg {
  display: none;
  background: #FFF;
  opacity: 0.8;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
}
.modal_global .modal__main {
  display: none;
  background: #FFF;
  width: 90%;
  height: auto;
  border: 3px solid #0C8BD4;
  position: fixed;
  top: 50px;
  left: 5%;
  z-index: 9999;
  padding: 15px;
}
.modal_global .modal__main.video .modal__content {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.modal_global .modal__main.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_global .modal__main.vlc .modal__content {
  padding-bottom: calc(56.25% + 48px) !important;
}
.modal_global .modal__main.vlc-frame .vlc-modal-video-wrapper {
  padding-bottom: 56.25%;
}
.modal_global .modal__main.color2 {
  border-color: #0C8BD4;
}
.modal_global .modal__close a {
  cursor: pointer;
  position: absolute;
  right: -18px;
  top: -18px;
  color: #FFF;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  border-radius: 50%;
  background: #0C8BD4;
}
.modal_global .modal__close a:hover {
  background: rgb(6.5357142857, 75.7053571429, 115.4642857143);
}
.color2 .modal_global .modal__close a {
  background: #0C8BD4;
}
.color2 .modal_global .modal__close a:hover {
  background: rgb(6.5357142857, 75.7053571429, 115.4642857143);
}
.modal_global .modal__content p.title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0 3px 0;
  color: #FFF;
  background: #0C8BD4;
  margin: 0;
  text-align: center;
  font-size: 20px;
}
.modal_global .modal__slideshow {
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
}
.modal_global .modal__slideshow li {
  list-style: outside none;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  display: none;
}
.modal_global .modal__slideshow li img {
  width: 90%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 375px) {
  .modal_global .modal__slideshow li img {
    width: 100%;
  }
}
.modal_global .modal__slideshow li:first-child {
  display: block;
}
.modal_global [class^=link] {
  display: block;
  position: absolute;
  top: 45%;
  text-indent: -9999px;
  font-size: 26px;
  color: #0C8BD4;
  opacity: 0.4;
  width: 18px;
  height: 26px;
}
.modal_global [class^=link]:before {
  content: "\e600";
  text-indent: 0;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_global [class^=link]:hover {
  opacity: 1;
}
.modal_global .link-prev {
  left: 10px;
}
.modal_global .link-prev:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal_global .link-next {
  right: 10px;
}
.modal_global .nav__dots {
  margin: 0 auto 40px auto;
  width: 42px;
}
.modal_global .nav__dots a {
  display: inline-block;
  background: #0C8BD4;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 0.4;
}
.modal_global .nav__dots a.active {
  opacity: 1;
}
.modal_global .nav__dots a:last-child {
  margin: 0;
}
@media screen and (min-width: 760px) {
  .modal_global .nav__dots {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 760px) {
  .modal_global .modal__main {
    width: 550px;
    height: auto;
    top: 30px;
    left: 50%;
    margin-left: -250px;
    padding: 30px;
  }
  .modal_global .modal__main.video {
    width: 90%;
    width: 640px;
    margin-left: -320px;
  }
  .modal_global .modal__main.video .modal__content {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  .modal_global .modal__main.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0px;
  background: #0C8BD4;
  z-index: 9000;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}
.fixed-footer > p {
  color: #FFF;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 50px;
  vertical-align: middle;
  margin: 0;
  width: 90%;
  width: calc(100% - 50px);
}
.fixed-footer > p a {
  color: #FFF;
  text-decoration: underline;
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
}
.fixed-footer > p a:first-child {
  padding: 0 5px 0 0;
}
.fixed-footer button.close {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 7px;
  color: #FFF;
  width: 36px;
  height: 36px;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  border-radius: 50%;
  background: #69C7C6;
  padding: 0;
}
.fixed-footer button.close:hover {
  background: rgb(9.2678571429, 107.3526785714, 163.7321428571);
}
.fixed-footer section {
  background: #FFF;
  padding: 40px 15px 15px 15px;
}
.fixed-footer section h1 {
  text-align: center;
  margin: 0;
}
.fixed-footer section p {
  text-align: center;
}
.fixed-footer.open {
  height: 100%;
  z-index: 9000;
  overflow-y: scroll;
}
.fixed-footer.open a.close {
  display: block;
}
.fixed-footer.open #back-to-top {
  display: none;
}
.sticky .fixed-footer > p {
  display: none;
}
@media screen and (min-width: 375px) {
  .fixed-footer > p {
    font-size: 1.125rem;
    line-height: 75px;
  }
  .fixed-footer button.close {
    right: 15px;
    top: 19px;
  }
}

.accordion-info .accordion > a, .accordion--small > a {
  display: block;
  background: #0C8BD4;
  color: #FFF;
  padding: 10px 30px 10px 15px;
  position: relative;
  margin-bottom: 3px;
}
.accordion-info .accordion > a:after, .accordion--small > a:after {
  line-height: 1em;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.accordion-info .accordion > a:hover, .accordion--small > a:hover {
  background: rgb(9.2678571429, 107.3526785714, 163.7321428571);
}
@media screen and (min-width: 760px) {
  .accordion-info .accordion > a, .accordion--small > a {
    padding: 10px 30px 10px 20px;
  }
}

.accordion > div {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.accordion a.open + div,
.accordion div.open {
  max-height: 1200px;
  height: auto;
}
.sidebar--blog .accordion > div {
  display: none;
}
.sidebar--blog .accordion a.open + div,
.sidebar--blog .accordion div.open {
  display: block;
}
.accordion--small > a.open:after {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion-info a {
  font-weight: bold;
}
.accordion-info ul {
  margin: 0;
  padding: 0;
}
.accordion-info ul ul {
  font-size: 0.8125rem;
  margin-top: 20px;
}
.accordion-info ul ul li {
  padding: 0 0 0 20px;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.accordion-info ul ul li:before {
  top: 6px;
}
.accordion-info div.padding-std {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.accordion-info div.padding-std .two-col > div {
  padding-top: 0;
}
.accordion-info .accordion {
  list-style: outside none;
}
.accordion-info .accordion > a.caps {
  text-transform: uppercase;
}
.accordion-info--alt .accordion {
  list-style: outside none;
}
.accordion-info--alt .accordion > a {
  background: #F3F3F3;
  color: #8EC447;
  text-transform: none;
}
.accordion-info--alt .accordion > a:hover {
  color: #8EC447;
  background: rgb(217.5, 217.5, 217.5);
}
.accordion-info--violet .accordion > a {
  color: #B3298F;
  text-transform: none;
}
.accordion-info--violet .accordion > a:hover {
  color: #B3298F;
}
@media screen and (min-width: 1280px) {
  .accordion-info .accordion > a {
    padding: 15px 35px 15px 20px;
  }
  .accordion-info .accordion > a:after {
    line-height: 1em;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
  }
}

.tabs--stacked.overflow-hidden {
  height: auto;
}
.tabs--stacked .tabs__window {
  text-align: left;
  vertical-align: top;
}
.tabs--stacked .tabs__window:nth-of-type(2), .tabs--stacked .tabs__window:nth-of-type(3) {
  vertical-align: middle;
}
@media screen and (min-width: 900px) {
  .tabs--stacked {
    height: 100%;
    min-height: 450px;
  }
  @-moz-document url-prefix() {
    .tabs--stacked {
      height: 450px;
    }
  }
}
.tabs__nav {
  overflow: hidden;
  width: 100%;
  padding: 0;
  border: 1px solid #C0C0C0;
  border-left: 0;
  list-style: outside none;
}
.tabs__nav li {
  float: left;
  width: 50%;
  margin-bottom: 0;
}
.tabs__nav li a {
  display: block;
  padding: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  min-height: 62px;
}
.tabs__nav li a.active {
  background: #8EC447;
  color: #FFF;
}
@media screen and (min-width: 375px) {
  .tabs__nav li a {
    min-height: 0;
  }
}
.tabs--stacked .tabs__nav {
  width: 100%;
  border: 0;
  font-size: 0.9375rem;
  line-height: 1;
}
.tabs--stacked .tabs__nav li {
  width: 33%;
  margin-bottom: 0;
}
.tabs--stacked .tabs__nav li a {
  padding: 15px 10px;
  width: 100%;
  color: #FFF;
}
.tabs--stacked .tabs__nav li a.active {
  background: #FFF;
  color: #8EC447;
  position: relative;
}
.tabs--stacked .tabs__nav li.bg--blue2 a.active {
  color: #0C8BD4;
}
.tabs--stacked .tabs__nav li.bg--orange a.active {
  color: #F07622;
}
.tabs--stacked .tabs__nav li.bg--green a.active {
  color: #0C8BD4;
}
.tabs--stacked .tabs__nav li.bg--red a.active {
  color: #D60053;
}
.tabs--stacked .tabs__nav li.bg--violet a.active {
  color: #B3298F;
}
.tabs--stacked .tabs__nav li.bg--blue1 a.active {
  color: #8EC447;
}
@media screen and (min-width: 900px) {
  .tabs--stacked .tabs__nav {
    width: 150px;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    overflow: visible;
  }
  .tabs--stacked .tabs__nav li {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .tabs--stacked .tabs__nav li a {
    padding: 25px 10px;
    width: 100%;
    color: #FFF !important;
    background: inherit !important;
  }
  .tabs--stacked .tabs__nav li a.active:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 20px solid #FFF;
    border-right: 0;
    position: absolute;
    right: -20px;
    top: 0;
  }
  .tabs--stacked .tabs__nav li.bg--blue2 a.active:after {
    border-left: 20px solid #0C8BD4;
  }
  .tabs--stacked .tabs__nav li.bg--orange a.active:after {
    border-left: 20px solid #F07622;
  }
  .tabs--stacked .tabs__nav li.bg--green a.active:after {
    border-left: 20px solid #0C8BD4;
  }
  .tabs--stacked .tabs__nav li.bg--red a.active:after {
    border-left: 20px solid #D60053;
  }
  .tabs--stacked .tabs__nav li.bg--violet a.active:after {
    border-left: 20px solid #B3298F;
  }
  .tabs--stacked .tabs__nav li.bg--blue1 a.active:after {
    border-left: 20px solid #8EC447;
  }
}
@media screen and (min-width: 900px) {
  .tabs--stacked .tabs__content {
    text-align: left;
    height: 100%;
  }
  .tabs--stacked .tabs__content .tabs__window {
    padding: 0 0 0 195px;
    height: 100%;
    min-height: 450px;
  }
}
@media screen and (min-width: 1100px) {
  .tabs--stacked .tabs__content .tabs__window {
    padding-right: 250px;
  }
  .tabs--stacked .tabs__content #tab1 {
    background: url(../images/stages__asset--stage1.jpg) no-repeat right 20px, url(../images/stages__asset--school.svg) right 72px top 270px no-repeat;
  }
  .tabs--stacked .tabs__content #tab2 {
    background: url(../images/stages__asset--stage2.jpg) right 20px no-repeat, url(../images/stages__asset--school.svg) right 72px top 270px no-repeat;
  }
  .tabs--stacked .tabs__content #tab3 {
    background: url(../images/stages__asset--stage3.jpg) right 20px no-repeat, url(../images/stages__asset--school.svg) right 72px top 270px no-repeat;
  }
  .tabs--stacked .tabs__content #tab4 {
    background: url(../images/stages__asset--stage4.jpg) right 20px no-repeat, url(../images/stages__asset--school.svg) right 72px top 270px no-repeat;
  }
  .tabs--stacked .tabs__content #tab5 {
    background: url(../images/stages__asset--stage5.jpg) right 20px no-repeat, url(../images/stages__asset--school.svg) right 72px top 270px no-repeat;
  }
  .tabs--stacked .tabs__content #tab6 {
    background: url(../images/stages__asset--stage6.jpg) right 20px no-repeat, url(../images/stages__asset--school.svg) right 72px top 270px no-repeat;
  }
}
.tabs--full {
  display: none;
}
.tabs--full .tabs__nav {
  border: 0;
}
.tabs--full .tabs__nav li {
  float: left;
  width: 14.28%;
}
.tabs--full .tabs__nav li a {
  display: block;
  padding: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #666;
}
.tabs--full .tabs__nav li a.active {
  background: transparent;
  color: #8EC447;
  border-bottom: 5px solid #8EC447;
}
.tabs--full .tabs__nav li a:hover {
  color: #8EC447;
}
.tabs--full .tabs__nav li a.blog--color1.active {
  color: #D60053;
  border-color: #D60053;
}
.tabs--full .tabs__nav li a.blog--color1:hover {
  color: #D60053;
}
.tabs--full .tabs__nav li a.blog--color2.active {
  color: #7acaeb;
  border-color: #7acaeb;
}
.tabs--full .tabs__nav li a.blog--color2:hover {
  color: #7acaeb;
}
.tabs--full .tabs__nav li a.blog--color3.active {
  color: #ff8c92;
  border-color: #ff8c92;
}
.tabs--full .tabs__nav li a.blog--color3:hover {
  color: #ff8c92;
}
.tabs--full .tabs__nav li a.blog--color4.active {
  color: #0C8BD4;
  border-color: #0C8BD4;
}
.tabs--full .tabs__nav li a.blog--color4:hover {
  color: #0C8BD4;
}
.tabs--full .tabs__nav li a.blog--color5.active {
  color: #e9804f;
  border-color: #e9804f;
}
.tabs--full .tabs__nav li a.blog--color5:hover {
  color: #e9804f;
}
.tabs--full .tabs__nav li a.blog--color6.active {
  color: #F07622;
  border-color: #F07622;
}
.tabs--full .tabs__nav li a.blog--color6:hover {
  color: #F07622;
}
@media screen and (min-width: 760px) {
  .tabs--full {
    display: block;
  }
  .tabs--full .tabs__nav {
    border: 0;
    font-size: 0.75rem;
  }
  .tabs--full .tabs__nav li {
    float: left;
    width: 14.28%;
  }
}
@media screen and (min-width: 900px) {
  .tabs--full .tabs__nav {
    font-size: 0.8125rem;
  }
}

.path {
  overflow: hidden;
}
.path [class^=step] {
  margin-bottom: 40px;
  position: relative;
}
.path [class^=step]:after {
  content: "•••";
  font-size: 20px;
  letter-spacing: 5px;
  color: #FDC06C;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  float: left;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 10px 0 0 -10px;
}
.path [class^=step]:last-child:after {
  display: none;
}
.path h3 {
  background: #0C8BD4;
  color: #FFF;
  padding: 10px 20px;
  font-size: 0.9375rem;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  margin: 0;
}
.path h3:after {
  color: #69C7C6;
  float: right;
  font-size: 0.875rem;
}
@media screen and (min-width: 760px) {
  .path [class^=step] {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
  .path [class^=step]:nth-child(even) {
    padding: 0 0 0 10px;
  }
  .path [class^=step]:nth-child(odd):before {
    content: "••";
    font-size: 20px;
    letter-spacing: 5px;
    color: #FDC06C;
    position: absolute;
    top: 10px;
    left: 100%;
    margin: 0 0 0 -10px;
  }
  .path [class^=step]:nth-last-child(2):after {
    left: 25%;
  }
  .path [class^=step]:nth-last-child(3):after {
    left: 75%;
  }
  .path [class^=step]:last-child {
    padding: 0 5px;
    float: none;
    display: inline-block;
    margin-left: 25%;
  }
  .path [class^=step]:last-child:before {
    display: none;
  }
  .path h3 {
    padding: 10px;
    font-size: 1.3em;
    font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
    margin: 0;
  }
  .path h3:after {
    color: #69C7C6;
    float: right;
    font-size: 0.75rem;
    vertical-align: middle;
  }
  .ie9 .path h3:after {
    font-size: 0.375rem;
  }
}
@media screen and (min-width: 900px) {
  .path h3 {
    padding: 10px 20px;
    font-size: 0.8125rem;
  }
  .path h3:after {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 900px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .path h3:after {
    font-size: 0.4375rem;
  }
}

.bullet-list {
  list-style: outside none;
  margin: 0;
  padding: 0 0 0 10px;
}
.bullet-list li {
  margin: 0;
  padding: 0 0 10px 20px;
  position: relative;
}
.bullet-list li strong {
  display: block;
  margin-bottom: 15px;
  font-size: 0.71875rem;
}
.bullet-list li strong.normal {
  font-size: 0.625rem;
  margin: 0;
}
.bullet-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8EC447;
  position: absolute;
  left: 1px;
  top: 8px;
}
.bullet-list ul {
  font-size: 0.625rem;
  margin-top: 10px;
}
.bullet-list--extra-pad li {
  padding: 0 0 30px 30px;
}
.bullet-list--extra-pad li:before {
  top: 7px;
}
.bullet-list--blue2 li:before {
  background: #0C8BD4;
}
.bullet-list--black li:before {
  background: #000;
}
.bullet-list--pointers {
  text-align: left;
}
.bullet-list--pointers li {
  padding: 0 0 5px 20px;
}
.bullet-list--pointers li:last-child {
  padding-bottom: 0;
}
.bullet-list--pointers li:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #FDC06C;
  background: transparent;
  border-radius: 0;
}
.bullet-list--level li {
  padding-left: 30px;
}
.bullet-list--level li:before {
  left: 10px;
}
.bullet-list--green li:before {
  background: #0C8BD4;
}
.bullet-list--blue2 li:before {
  background: #0C8BD4;
}
.bullet-list--violet li:before {
  background: #B3298F;
}
.bullet-list--orange li:before {
  background: #F07622;
}
.bullet-list--red li:before {
  background: #D60053;
}
@media screen and (min-width: 900px) {
  .bullet-list--thirds {
    overflow: hidden;
  }
  .bullet-list--thirds li {
    float: left;
    width: 33%;
    padding-right: 10px;
    margin-bottom: 0.3125rem;
  }
  .gt-ie9 .bullet-list--thirds {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }
  .gt-ie9 .bullet-list--thirds li {
    float: none;
    width: 100%;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    overflow: visible;
    display: inline-block;
  }
  .bullet-list--halves {
    overflow: hidden;
  }
  .bullet-list--halves li {
    float: left;
    width: 50%;
    padding-right: 20px;
    clear: left;
  }
  .bullet-list--halves li:nth-child(even) {
    float: right;
    clear: right;
  }
  .gt-ie9 .bullet-list--halves {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
  .gt-ie9 .bullet-list--halves li {
    float: none;
    clear: none;
    width: 100%;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    overflow: visible;
    display: inline-block;
  }
  .bullet-list--float {
    overflow: hidden;
    margin: 30px 0;
  }
  .bullet-list--float li {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 900px) {
  .dots--side {
    position: relative;
    overflow: visible !important;
  }
  .dots--side:before {
    content: "•••";
    font-size: 20px;
    letter-spacing: 5px;
    color: #D6DC5D;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    float: left;
    position: absolute;
    top: 103.5%;
    left: 7px;
    margin: 10px 0 0 -10px;
  }
}

.insert ul {
  margin: 0;
  padding: 0;
}
.insert li {
  display: block;
  list-style: outside none;
  height: auto;
  min-height: 40px;
}
@media screen and (min-width: 760px) {
  .insert ul {
    text-align: center;
  }
  .insert li {
    display: inline-block;
  }
  .insert li:after {
    content: "••••";
    font-size: 20px;
    letter-spacing: 5px;
    color: #FDC06C;
    padding-left: 5px;
  }
  .insert li:last-child:after {
    display: none;
  }
}

.banner {
  background: #8EC447;
  padding: 10px;
  color: #FFF;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -15px;
  font-weight: 900;
  font-size: 15px;
}
.banner:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid #165478;
  border-left: 15px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.banner:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #8EC447;
  border-right: 15px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
}
.banner span:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 20px solid #8EC447;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: 0;
  left: 100%;
}
.banner--alt {
  background: #0C8BD4;
}
.banner--alt:after {
  border-top: 20px solid #0C8BD4;
}
.banner--alt span:after {
  border-bottom: 20px solid #0C8BD4;
}

.banner-container {
  padding-top: 50px;
  position: relative;
}

.investment {
  text-align: center;
  margin-bottom: 60px;
}
.investment--nomargin {
  margin-bottom: 10px;
}
.investment__headline {
  margin-bottom: 0;
}
.investment > h3 {
  font-size: 1.125rem;
  font-weight: 100;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1;
}
.investment h5 {
  margin-bottom: 0;
}
.investment p {
  margin: 0;
}
.investment__charts {
  overflow: hidden;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  list-style: outside none;
  font-size: 0.625rem;
}
.investment__charts li {
  width: 100%;
  padding: 20px;
}
.investment canvas {
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
  height: auto;
}
.investment__key {
  border-bottom: 1px solid #C0C0C0;
  overflow: hidden;
}
.investment__key--toggle {
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  max-height: 1000px;
}
.investment__key--toggle.closed {
  max-height: 0;
}
.investment__key ul {
  list-style: outside none;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.33;
  overflow: hidden;
}
.investment__key li {
  width: 100%;
  float: left;
  text-align: left;
  padding: 5px 10px;
  position: relative;
  padding-left: 30px;
}
.investment__key li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0071ba;
  position: absolute;
  left: 1px;
  top: 4px;
}
.investment__key li.port-2:before {
  background: #fcb34c;
}
.investment__key li.port-3:before {
  background: #939598;
}
.investment__key li.port-4:before {
  background: #71cef5;
}
.investment__key li.port-5:before {
  background: #F07622;
}
.investment__key li.port-6:before {
  background: #D60053;
}
.investment__key li.port2-1:before {
  background: #D61B5B;
}
.investment__key li.port2-2:before {
  background: #009CA7;
}
.investment__key li.port2-3:before {
  background: #BCBDC0;
}
.investment__key li.port2-4:before {
  background: #76BE43;
}
.investment__key li.port2-5:before {
  background: #CDDB28;
}
.investment__key li.port2-6:before {
  background: #66C8C7;
}
.investment__canvas {
  background: #FFF;
}
.investment--one-chart h5 {
  text-align: left;
}
.investment--one-chart .investment__key {
  border: 0;
}
.investment--one-chart .investment__key li {
  float: none;
  display: block;
  width: 100%;
}
.investment--table th {
  display: none;
  border-bottom: 1px solid #C0C0C0;
  font-family: "KlinicSlab", Arial, Helvetica, Sans-Serif;
  font-size: 1.25rem;
  line-height: 1;
  padding: 10px;
}
.investment--table td {
  padding: 10px;
  display: block;
  width: 100%;
}
.investment--table td.col1 {
  font-size: 1rem;
  line-height: 1.33;
  font-weight: 100;
  font-style: italic;
}
.investment--table td.col2 {
  font-size: 0.9375rem;
}
.investment--table td.col3 {
  font-size: 0.8125rem;
  position: relative;
  overflow: visible;
}
.investment--table td.col3 ul {
  font-size: 0.75rem;
}
.investment--table td.accordion {
  padding: 0 !important;
  position: relative;
  text-align: left;
}
.investment--table td.accordion > a {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 36px;
  font-size: 15px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0;
}
.investment--table td.accordion > a.noshow {
  display: none;
}
.investment--table h3 {
  margin: 15px 0;
}
.investment--table p {
  margin: 0 0 15px 0;
}
.investment--table a.button {
  font-size: 13px;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  padding: 10px 20px;
  margin-top: 10px;
}
.investment--table .investment__key {
  width: 100%;
  border: 0;
}
.investment--table .investment__key ul {
  font-size: 0.8125rem;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-weight: 500;
}
.investment--table .investment__key li {
  width: 100%;
  float: none;
  display: block;
}
.investment--table--fivecol th, .investment--table--fivecol td {
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 10px 5px;
}
.ie9 .investment--table--fivecol th:nth-child(2), .ie9 .investment--table--fivecol th:nth-child(4), .ie9 .investment--table--fivecol td:nth-child(2), .ie9 .investment--table--fivecol td:nth-child(4) {
  position: relative;
  z-index: -1;
}
.investment--table--fivecol th table, .investment--table--fivecol td table {
  width: 100%;
  margin-bottom: 10px;
}
.investment--table--fivecol th table tr, .investment--table--fivecol td table tr {
  display: table-row;
  width: 100%;
}
.investment--table--fivecol th table td, .investment--table--fivecol th table th, .investment--table--fivecol td table td, .investment--table--fivecol td table th {
  width: 50%;
  border-bottom: 1px solid #C0C0C0;
  display: table-cell;
  text-align: center;
  padding: 10px;
}
.investment--table--fivecol th table td:not(.accordion):first-child, .investment--table--fivecol td table td:not(.accordion):first-child {
  font-size: 1.125rem;
}
.investment--table--fivecol th table.internal, .investment--table--fivecol td table.internal {
  width: auto;
  margin: 0 auto 10px auto;
}
.investment--table--fivecol th table.internal td, .investment--table--fivecol th table.internal th, .investment--table--fivecol td table.internal td, .investment--table--fivecol td table.internal th {
  width: auto;
  padding: 10px 20px !important;
}
.investment--table--fivecol th table.internal td:last-child, .investment--table--fivecol td table.internal td:last-child {
  font-size: 0.875rem;
}
.investment--table--fivecol td:first-child:not(.accordion) {
  font-weight: 100;
  font-size: 1.125rem;
  font-style: italic;
  text-align: center;
}
.investment--table--fivecol td.accordion {
  font-size: 0.625rem;
}
.investment--table--fivecol.investment--table--noinfo td {
  border-bottom: 0;
}
.investment--table--fivecol.investment--table--noinfo td:first-child {
  padding: 50px 0 10px 0;
}
.investment--table--fivecol.investment--table--noinfo td:first-child a.button {
  display: none;
}
.investment--table--fivecol.investment--table--noinfo td:last-child {
  padding-bottom: 50px;
  position: relative;
}
.investment--table--fivecol.investment--table--noinfo td:last-child a.button {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.investment--table--fivecol.investment--table--noinfo td td:last-child {
  padding-bottom: 10px;
}
@media screen and (min-width: 375px) {
  .investment--table td.col1 {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 480px) {
  .investment__charts li {
    float: left;
    width: 33.3%;
  }
  .investment__key li {
    width: 50%;
    padding: 10px;
    padding-left: 30px;
  }
  .investment__key li:before {
    top: 8px;
  }
  .investment__key ul li {
    float: left !important;
    width: 50% !important;
    height: 60px;
  }
  table .investment__key ul li {
    width: 100% !important;
    height: auto;
  }
  .investment canvas {
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
    height: auto;
  }
  .investment--table td.col3 div {
    width: 50%;
    float: left;
  }
  .investment--table td.col3 div:first-child {
    padding: 10px;
  }
  .investment--table td.col3 div.investment__key {
    float: right;
  }
}
@media screen and (min-width: 760px) {
  .investment__canvas {
    float: left;
  }
  .investment--one-chart .investment__key {
    border: 0;
  }
  .investment--one-chart .investment__key li {
    float: none;
    display: block;
    width: 100%;
  }
  .investment--table tr {
    display: table-row;
  }
  .investment--table td, .investment--table th {
    display: table-cell;
    vertical-align: middle;
  }
  .investment--table th {
    font-size: 1.15rem;
  }
  .investment--table td {
    padding: 20px 10px;
  }
  .investment--table td.col1 {
    font-size: 1.6em;
  }
  .investment--table td.col2 {
    font-size: 0.8125rem;
  }
  .investment--table td.col3 {
    padding-right: 5px;
  }
  .investment--table td.col3 div {
    width: 100%;
    float: none;
  }
  .investment--table td.col3 div.investment__key {
    float: none;
  }
  .investment--table td.accordion {
    padding: 0 !important;
  }
  .investment--table td.accordion > a {
    bottom: 0px;
  }
  .investment--table .col1, .investment--table .col2 {
    width: 25%;
  }
  .investment--table .col3 {
    width: 50%;
  }
  .investment--table--fivecol td:first-child:not(.accordion) a.button {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .investment__key li {
    width: 33%;
  }
  .investment__key.fullwidth li {
    width: 100%;
  }
  .investment__key ul {
    font-size: 0.875rem;
  }
  .investment__key ul li {
    width: 33.3% !important;
  }
  .investment__key ul.halves li {
    width: 50% !important;
  }
  .gt-ie9 .investment__key ul.fullwidth {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-width: 100%; /* Chrome, Safari, Opera */
    -moz-column-width: 100%; /* Firefox */
    column-width: 100%;
  }
  .investment--table td.col3 div {
    width: 50%;
    float: left;
  }
  .investment--table td.col3 div.investment__key {
    float: right;
  }
  .investment--table h3 {
    margin: 20px;
  }
  .investment--table h4 {
    margin: 0 20px;
  }
  .investment--table p {
    margin: 0 20px 20px 20px;
  }
  .investment--table--fivecol th {
    width: 20%;
  }
  .investment--table--fivecol td {
    width: 20%;
  }
  .investment--table--fivecol td:first-child:not(.accordion) {
    font-weight: 100;
    font-size: 1.125rem;
    font-style: italic;
    padding: 10px;
  }
  .investment--table--fivecol td:first-child:not(.accordion) a.button {
    display: block !important;
  }
  .investment--table--fivecol td.accordion {
    font-size: 0.625rem;
  }
  .investment--table--fivecol td:last-child a.button {
    display: none !important;
  }
  .investment--table--fivecol.investment--table--noinfo td:first-child {
    padding-top: 20px;
  }
  .investment--table--fivecol.investment--table--noinfo td:last-child {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .investment--table--fivecol th {
    font-size: 1.5rem;
  }
}

.responsive-table {
  width: 100%;
}
.responsive-table table {
  width: 100%;
}
.responsive-table th {
  display: none;
  border-bottom: 1px solid #C0C0C0;
  font-family: "KlinicSlab", Arial, Helvetica, Sans-Serif;
  font-size: 1.25rem;
  line-height: 1;
  padding: 10px;
}
.responsive-table tr, .responsive-table td {
  display: block;
  width: 100%;
  overflow: hidden;
}
.responsive-table > tbody > tr {
  text-align: right;
}
.responsive-table > tbody > tr > td {
  padding: 10px;
  padding-left: 40%;
  position: relative;
  font-size: 0.9375rem;
  border-bottom: 1px solid #C0C0C0;
}
.responsive-table > tbody > tr > td:before {
  position: absolute;
  content: attr(data-label);
  left: 0;
  width: 35%;
  padding-right: 5%;
  text-align: left;
  font-weight: bold;
  font-size: 0.5625rem;
  color: #0C8BD4;
}
.responsive-table > tbody > tr > td:nth-child(4) {
  min-height: 56px;
}
.responsive-table > tbody > tr > td td {
  font-size: 0.625rem;
  border-bottom: 1px solid #FFF;
  padding: 5px;
  text-align: left;
}
.responsive-table > tbody > tr > td tr:last-child td {
  border: 0;
}
.responsive-table--blue tbody > tr > td:before {
  color: #8EC447;
}
@media screen and (min-width: 760px) {
  .responsive-table tr, .responsive-table td {
    display: block;
    width: 100%;
  }
  .responsive-table td {
    padding-left: 40%;
  }
  .responsive-table th {
    display: table-cell;
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .responsive-table tr {
    display: table-row;
  }
  .responsive-table th > td, .responsive-table tbody > tr > td {
    display: table-cell;
    width: 20%;
    padding: 10px 10px;
    text-align: center;
    font-size: 0.8125rem;
    border-bottom: 1px solid #C0C0C0;
  }
  .responsive-table th > td:before, .responsive-table tbody > tr > td:before {
    display: none;
  }
  .responsive-table th > td td, .responsive-table tbody > tr > td td {
    padding: 10px 5px;
  }
  .responsive-table th {
    font-size: 0.9375rem;
  }
  .responsive-table--threecol > td {
    width: 33%;
  }
}
@media screen and (min-width: 1280px) {
  .responsive-table > tbody > tr > td td {
    padding: 10px 20px;
  }
  .responsive-table th {
    font-size: 1.125rem;
  }
}

.table--results {
  width: 100%;
}
.table--results th, .table--results td {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #C0C0C0;
  display: block;
  width: 100%;
}
.table--results th {
  display: none;
  font-size: 1.5rem;
  color: #8EC447;
}
.table--results td {
  position: relative;
  padding: 20px;
}
.table--results td:first-child {
  font-style: italic;
  font-weight: 100;
  font-size: 1.5rem;
}
@media screen and (min-width: 760px) {
  .table--results th, .table--results td {
    display: table-cell;
    width: auto;
  }
  .table--results th:first-child, .table--results td:first-child {
    width: 170px;
  }
  .table--results td {
    vertical-align: middle;
  }
  .table--results td canvas, .table--results td p {
    display: inline-block;
  }
  .table--results td p {
    margin: 0 0 0 50px;
    text-align: left;
    position: relative;
    top: -65px;
  }
}
@media screen and (min-width: 900px) {
  .table--results th:first-child, .table--results td:first-child {
    width: 210px;
  }
}
.table--info th, .table--info td {
  padding: 10px 20px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #C0C0C0;
  display: block;
}
.table--info th {
  color: #FFF;
  background: #8EC447;
  border-right: 1px solid #FFF;
  display: none;
}
.table--info th:last-child {
  border-right: 0;
}
.table--info td:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  background: #8EC447;
  color: #FFF;
}
.table--info td:last-child {
  border-right: 0;
}
.table--info td:last-child:before {
  content: attr(data-label);
}
.table--info tr:nth-child(even) td {
  background: #F3F3F3;
}
.table--info tr:nth-child(even) td:first-child {
  background: #8EC447;
}
@media screen and (min-width: 760px) {
  .table--info th, .table--info td {
    padding: 10px 20px;
    font-size: 0.8125rem;
    border-bottom: 1px solid #C0C0C0;
    display: table-cell;
  }
  .table--info th {
    color: #FFF;
    background: #8EC447;
    border-right: 1px solid #FFF;
  }
  .table--info th:last-child {
    border-right: 0;
  }
  .table--info td {
    border-right: 1px solid #C0C0C0;
  }
  .table--info td:first-child {
    text-align: center;
    font-weight: normal;
    font-size: 0.8125rem;
    background: inherit;
    color: inherit;
  }
  .table--info td:last-child {
    border-right: 0;
  }
  .table--info td:last-child:before {
    display: none;
  }
  .table--info tr:nth-child(even) {
    background: #F3F3F3;
  }
  .table--info tr:nth-child(even) td:first-child {
    background: #F3F3F3;
  }
}
@media screen and (min-width: 760px) {
  .table--contact th:nth-child(2), .table--contact td:nth-child(2) {
    width: 46%;
  }
}
@media screen and (min-width: 900px) {
  .table--contact th:nth-child(2), .table--contact td:nth-child(2) {
    width: 40%;
  }
}
@media screen and (min-width: 1280px) {
  .table--contact th:nth-child(2), .table--contact td:nth-child(2) {
    width: 30%;
  }
}

.chart-tooltip {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto !important;
  float: none !important;
  z-index: 1000;
}
.chart-tooltip.below {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.chart-tooltip.below:before {
  display: none;
}
.chart-tooltip.above {
  -ms-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.chart-tooltip.above:before {
  display: none;
}

.breadcrumb {
  background: #FFF;
  padding: 1rem 0;
  margin: 0;
  border-radius: 0;
  transition: all 350ms ease;
}
@media (max-width: 991.98px) {
  .breadcrumb {
    padding: 0.4375rem 0;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb {
    padding: 0.4375rem 0;
  }
}
.sticky .breadcrumb {
  padding: 0.4375rem 0;
  position: fixed;
  z-index: 999;
  top: 86px;
  width: 1280px;
  width: calc(95% - 30px);
}
@media (max-width: 991.98px) {
  .sticky .breadcrumb {
    top: 36px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 383px) {
  .sticky .breadcrumb {
    top: 46px;
  }
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  font-size: 1rem;
  line-height: normal;
  margin: 0;
  display: inline-block;
}
.breadcrumb li:after {
  content: "/";
  padding-left: 0.25rem;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li.active {
  color: #39324e;
  font-weight: 700;
}
.breadcrumb li a {
  color: #39324e;
}
.breadcrumb li a:not(.btn):not(.button) {
  color: #39324e;
}

.connect {
  list-style: outside none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.connect > li {
  color: #0C8BD4;
  font-style: italic;
  text-align: center;
  padding: 0 10px;
  position: relative;
  padding-bottom: 20px;
}
.connect > li:after {
  content: "•••";
  font-size: 20px;
  letter-spacing: 5px;
  color: #FDC06C;
  font-style: normal;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
}
.connect > li:last-child:after {
  display: none;
}
@media screen and (min-width: 900px) {
  .connect {
    list-style: outside none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .connect > li {
    width: 20%;
    float: left;
  }
  .connect > li:after {
    top: 20%;
    left: 90%;
    margin: 0;
  }
  .connect > li:last-child:after {
    display: none;
  }
}

.compare {
  width: 100%;
  padding: 70px 20px 90px 20px;
  position: relative;
}
.compare p:last-child {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 10%;
  width: 80%;
  margin: 0;
}
.compare--full a.button {
  width: 100%;
  left: 0;
}
.compare--nobanner {
  padding: 15px 0 90px 0;
}
@media screen and (min-width: 760px) {
  .compare {
    width: 48%;
    float: left;
  }
  .compare p:last-child {
    left: 0;
    width: 100%;
  }
  .compare a.button {
    padding: 20px 40px;
    margin: 0 auto;
  }
  .compare:first-child {
    margin-right: 4%;
  }
  .compare--full > h3.heading--4 {
    font-size: 1.75rem;
  }
  .compare--full a.button {
    width: 95%;
  }
  .compare--nobanner {
    padding: 20px 10px 90px 0;
    width: 50%;
  }
  .compare--nobanner p:last-child {
    text-align: left;
  }
  .compare--nobanner:first-child {
    margin-right: 0;
  }
  .compare--nobanner:nth-child(even) {
    padding: 20px 0 90px 10px;
  }
  .compare--nobanner:nth-child(even) p:last-child {
    left: 10px;
    right: 0;
  }
}

.compare-flex {
  display: flex;
  flex-wrap: wrap;
}

.with-sidebar {
  overflow: hidden;
}
.with-sidebar div {
  padding: 10px 0 20px 0;
}
.with-sidebar div img {
  display: none;
}
@media screen and (min-width: 760px) {
  .with-sidebar div {
    float: left;
    width: 200px;
    margin-right: 20px;
  }
  .with-sidebar div img {
    display: block;
    margin: 0 auto 20px auto;
    width: 170px;
  }
  .with-sidebar div a.button {
    display: block;
  }
  .with-sidebar ul {
    padding-left: 220px;
  }
  .with-sidebar--right div {
    float: right;
    margin: 0 0 0 20px;
  }
  .with-sidebar--right ul {
    padding-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .with-sidebar div {
    width: 250px;
  }
  .with-sidebar ul {
    padding-left: 280px;
  }
  .with-sidebar--right ul {
    padding-left: 0;
  }
}

.block-list {
  width: 100%;
}
.block-list td {
  font-size: 0.9375rem;
  display: block;
  border-bottom: 3px solid #FFF;
  width: 100%;
  background: #F3F3F3;
}
.block-list td:hover {
  background: rgb(217.5, 217.5, 217.5);
}
.block-list a {
  display: block;
  height: 100%;
  padding: 20px 10px 20px 50px !important;
}
.block-list a:before {
  left: 10px;
  top: 50%;
  margin-top: -15px;
}
.block-list--green a {
  color: #8EC447;
}
.block-list--green a:before {
  background: #8EC447;
}
.block-list--green a:before.icon-pdf:hover:before {
  background: #8EC447;
}
.block-list--blue a {
  color: #0C8BD4;
}
.block-list--blue a:before {
  background: #0C8BD4;
}
.block-list--blue a.icon-pdf:hover:before {
  background: #0C8BD4;
}
.block-list--violet a {
  color: #B3298F;
}
.block-list--violet a:before {
  background: #B3298F;
}
.block-list--violet a.icon-pdf:hover:before {
  background: #B3298F;
}
@media screen and (min-width: 900px) {
  .block-list td {
    display: table-cell;
    width: 50%;
    font-size: 0.8125rem;
  }
  .block-list td:first-child {
    border-right: 3px solid #FFF;
  }
}

.counter-a li a:before, .counter li:before {
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  color: #FFF;
  background: #0C8BD4;
  font-size: 0.9375rem;
  line-height: 26px;
  text-align: center;
  font-family: "museo", serif;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  width: 25px;
  height: 25px;
  padding-top: 0;
  content: "1";
}

.counter {
  margin: 0;
  padding: 0;
  list-style: outside none;
}
.counter li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
}
.counter--color1 li:before {
  background: #69C7C6;
}
.counter--color2 li:before {
  background: #0C8BD4;
}
.counter--color3 li:before {
  background: #8EC447;
}
.counter--color4 li:before {
  background: #B3298F;
}
.counter--color5 li:before {
  background: #0C8BD4;
}

.counter-a li a {
  position: relative;
  padding-left: 32px;
}
.counter-a li a:before {
  top: 50%;
  margin-top: -12px;
}
#nav-level2 .counter-a li a:before {
  display: none;
}
nav .counter-a li a {
  padding-left: 54px;
}
nav .counter-a li a:before {
  left: 20px;
}
@media screen and (min-width: 760px) {
  nav .counter-a li a {
    padding-left: 32px;
  }
  nav .counter-a li a:before {
    left: 0;
  }
}
.counter-a--color1 li a:before {
  background: #69C7C6;
}
.counter-a--color2 li a:before {
  background: #0C8BD4;
}
.counter-a--color3 li a:before {
  background: #8EC447;
}
.counter-a--color4 li a:before {
  background: #B3298F;
}
.counter-a--color5 li a:before {
  background: #0C8BD4;
}

.chart__three-col {
  width: 100%;
}
.chart__three-col td {
  border-bottom: 1px solid #C0C0C0;
  padding: 10px;
}
.chart__three-col td:first-child {
  overflow: hidden;
  border-right: 1px solid #C0C0C0;
  color: #FFF;
  font-size: 1px;
  position: relative;
  width: 25%;
}
.chart__three-col td:first-child:before {
  content: attr(data-label);
  position: absolute;
  left: 0;
  color: #666;
  font-size: 25px;
  top: 42%;
}
.chart__three-col td:nth-child(2) {
  width: 140px;
  padding: 10px;
  position: relative;
}
.chart__three-col td:last-child li {
  position: relative;
}
@media screen and (min-width: 375px) {
  .chart__three-col td:first-child {
    width: 22%;
  }
  .chart__three-col td:first-child:before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    color: #666;
    font-size: 25px;
  }
  .chart__three-col td:nth-child(2) {
    width: 180px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 760px) {
  .chart__three-col td {
    padding: 20px;
  }
  .chart__three-col td:first-child {
    color: #666;
    font-size: 1.25rem;
    width: 25%;
  }
  .chart__three-col td:first-child:before {
    display: none;
  }
  .chart__three-col td:nth-child(2) {
    padding: 20px 40px;
    width: 230px;
  }
  .chart__three-col td:last-child li {
    color: #666;
    font-size: 0.625rem;
  }
  .chart__three-col td:last-child li:after {
    display: none;
  }
}
.chart__spectrum {
  width: 100%;
  margin-top: 38px;
  position: relative;
  border-collapse: collapse;
}
.chart__spectrum tr:first-child {
  position: absolute;
  top: -35px;
  display: block;
  width: 100%;
}
.chart__spectrum th {
  cursor: pointer;
  color: #0C8BD4;
  font-size: 0.75rem;
  font-weight: normal;
  width: 33.3%;
  float: left;
  padding: 10px;
  border: 1px solid #0C8BD4;
  background: #FFF;
}
.chart__spectrum th:first-child {
  position: absolute;
  left: 150%;
}
.chart__spectrum th.active {
  background: #0C8BD4;
  color: #FFF;
}
.chart__spectrum th, .chart__spectrum td {
  border: 1px solid #C0C0C0;
  border-collapse: collapse;
}
.chart__spectrum td {
  width: 75%;
  padding: 20px 10px;
  position: relative;
}
.chart__spectrum td:first-child {
  width: 25%;
  font-size: 0.9375rem;
}
.chart__spectrum td:nth-child(3), .chart__spectrum td:nth-child(4) {
  position: absolute;
  left: 110%;
}
.chart__spectrum td canvas {
  width: 50%;
  float: left;
  max-width: 150px;
}
.chart__spectrum td div {
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto;
}
.chart__spectrum td div div {
  float: right;
  width: 40%;
}
.chart__spectrum td p {
  text-align: center;
  padding: 10px;
  margin: 0;
}
.chart__spectrum .investment__key {
  border: 0;
}
@media screen and (min-width: 375px) {
  .chart__spectrum th {
    font-size: 0.9375rem;
  }
  .chart__spectrum tr:first-child {
    top: -38px;
  }
  .chart__spectrum td {
    width: 80%;
  }
  .chart__spectrum td:first-child {
    width: 20%;
  }
}
@media screen and (min-width: 760px) {
  .chart__spectrum tr:first-child {
    position: static;
    display: table-row;
  }
  .chart__spectrum th, .chart__spectrum td {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #C0C0C0;
    background: transparent;
  }
  .chart__spectrum th:first-child, .chart__spectrum td:first-child {
    display: table-cell;
    width: 10%;
    font-size: 0.9375rem;
    vertical-align: middle;
  }
  .chart__spectrum th {
    font-size: 1.25rem;
    padding: 10px;
    background: #0C8BD4;
    color: #FFF;
    float: none;
    cursor: auto;
  }
  .chart__spectrum th:first-child {
    position: static;
    left: 0;
  }
  .chart__spectrum td {
    padding: 20px 10px 60px 10px;
    vertical-align: top;
    position: relative !important;
    left: 0 !important;
  }
  .chart__spectrum td:nth-child(3), .chart__spectrum td:nth-child(4) {
    position: relative;
    left: 0;
  }
  .chart__spectrum td div {
    overflow: hidden;
  }
  .chart__spectrum td p {
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 10px;
  }
  .chart__spectrum.chart__spectrum--results td {
    padding: 20px 10px;
  }
  .chart__spectrum canvas {
    float: left;
    width: 50%;
  }
  .chart__spectrum .investment__key {
    float: right;
    width: 40%;
  }
  .chart__spectrum .investment__key ul {
    font-size: 0.75rem;
  }
  .chart__spectrum .investment__key li {
    padding-top: 6px;
    padding-bottom: 6px;
    float: left;
    padding-left: 15px;
  }
  .chart__spectrum .investment__key li:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 900px) {
  .chart__spectrum th {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .chart__spectrum td {
    width: 265px;
    vertical-align: middle;
    padding: 20px 10px 50px 10px;
  }
  .chart__spectrum td:first-child {
    width: 70px;
    font-size: 1.25rem;
  }
  .chart__spectrum td p {
    padding: 0 40px;
  }
  .chart__spectrum canvas {
    float: left;
    width: 64%;
  }
  .chart__spectrum .investment__key {
    float: right;
    width: 32%;
    border: 0;
  }
  .chart__spectrum .investment__key li {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
  }
  .chart__spectrum .investment__key li:before {
    width: 20px;
    height: 20px;
  }
}
#back-to-top {
  display: none;
  position: fixed;
  top: 125px;
  right: 5%;
  opacity: 0.6;
  width: 50px;
  height: 50px;
  background: url(../images/back-to-top.png) 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
}

nav.nav-collapse {
  background: #FFF;
  flex-direction: column;
  justify-content: space-between;
  height: 0;
  overflow: hidden;
  transition-property: all !important;
  transition-duration: 500ms !important;
}
nav.nav-collapse.opened {
  opacity: 1;
  height: calc(100vh - 96px);
  overflow: auto;
}
.sticky nav.nav-collapse.opened {
  height: calc(100vh - 33px);
}
.js nav.nav-collapse {
  display: none;
}
@media (max-width: 991.98px) {
  .js nav.nav-collapse {
    display: flex;
  }
}
nav.nav-collapse > ul {
  background: #FFF;
}
nav.nav-collapse > ul > li {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  margin: 0;
}
nav.nav-collapse > ul > li:nth-child(1) {
  border: 0;
  padding: 0.75rem 1.25rem;
  background: #e6f3fa;
}
nav.nav-collapse > ul > li:nth-child(2) {
  border-bottom-color: #faae52;
}
nav.nav-collapse > ul > li:nth-child(2) .submenu {
  background-color: #faae52;
}
nav.nav-collapse > ul > li:nth-child(3) {
  border-bottom-color: #82c495;
}
nav.nav-collapse > ul > li:nth-child(3) .submenu {
  background-color: #82c495;
}
nav.nav-collapse > ul > li:nth-child(4) {
  border-bottom-color: #fd8474;
}
nav.nav-collapse > ul > li:nth-child(4) .submenu {
  background-color: #fd8474;
}
nav.nav-collapse > ul > li:nth-child(5) {
  border-bottom-color: #39324e;
}
nav.nav-collapse > ul > li:nth-child(5) .submenu {
  background-color: #39324e;
}
nav.nav-collapse > ul > li:nth-child(5) .submenu ul a {
  color: #FFF;
}
nav.nav-collapse > ul > li .input-group {
  height: 100%;
}
nav.nav-collapse > ul > li .input-group .form-control {
  font-size: 1.125rem;
  border-radius: 0;
  border: 0;
  padding: 0.3125rem 0.9375rem;
  color: #0C8BD4;
  height: 100%;
  background: #e6f3fa;
}
nav.nav-collapse > ul > li .input-group .form-control::-webkit-input-placeholder {
  color: #0C8BD4;
  font-weight: 700;
}
nav.nav-collapse > ul > li .input-group .form-control::-moz-placeholder {
  color: #0C8BD4;
  font-weight: 700;
}
nav.nav-collapse > ul > li .input-group .form-control:-ms-input-placeholder {
  color: #0C8BD4;
  font-weight: 700;
}
nav.nav-collapse > ul > li .input-group .form-control:-moz-placeholder {
  color: #0C8BD4;
  font-weight: 700;
}
nav.nav-collapse > ul > li .input-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
nav.nav-collapse > ul > li .input-group button {
  display: flex;
  align-items: center;
  background: #e6f3fa;
  border-radius: 0;
  border: 0;
}
nav.nav-collapse > ul > li .submenu-parent {
  padding: 0.9375rem 1.5rem;
  display: flex;
}
nav.nav-collapse > ul > li .submenu-parent a {
  flex: 0 0 80%;
  color: #39324e;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
nav.nav-collapse > ul > li .submenu-parent a img {
  margin-right: 0.9375rem;
}
nav.nav-collapse > ul > li .submenu-parent button {
  flex: 0 0 20%;
  border: 0;
  position: relative;
  background: transparent;
  /* Vertical line */
  /* horizontal line */
}
nav.nav-collapse > ul > li .submenu-parent button:hover, nav.nav-collapse > ul > li .submenu-parent button:focus, nav.nav-collapse > ul > li .submenu-parent button:focus-within {
  border: 0 !important;
  outline: none;
  text-decoration: none;
  box-shadow: none;
}
nav.nav-collapse > ul > li .submenu-parent button:before, nav.nav-collapse > ul > li .submenu-parent button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #39324e;
  transition: all 0.25s ease-out;
}
nav.nav-collapse > ul > li .submenu-parent button:before {
  right: 9px;
  width: 3px;
  height: 20px;
}
nav.nav-collapse > ul > li .submenu-parent button:after {
  right: 0;
  width: 21px;
  height: 3px;
}
nav.nav-collapse > ul > li .submenu-parent button.open:before {
  opacity: 0;
}
nav.nav-collapse > ul > li .submenu-parent button.open:after {
  transform: rotate(180deg) translateY(-50%);
}
nav.nav-collapse > ul > li .submenu {
  height: 0;
  overflow: hidden;
  transition: all 350ms ease;
}
nav.nav-collapse > ul > li .submenu ul {
  padding: 1.5rem;
}
nav.nav-collapse > ul > li .submenu ul li {
  margin-bottom: 0.9375rem;
}
nav.nav-collapse > ul > li .submenu ul li:last-child {
  margin-bottom: 0;
}
nav.nav-collapse > ul > li .submenu ul a {
  display: inline-block;
  color: #39324e;
  font-size: 0.875rem;
  line-height: 1.4;
  /*&:after {
      content: url('/Content/Images/icons-chevron-right.svg');
      transform: translate(5px,1px);
      display: inline-block;
  }*/
}
nav.nav-collapse > ul > li .submenu ul a.active {
  font-weight: 700;
  text-decoration: underline;
}
nav.nav-collapse > ul > li .submenu ul a svg {
  margin-left: 5px;
}
nav.nav-collapse .mobile-nav-footer {
  display: block;
  background: #FFF;
  padding: 1.5rem 1.5rem 0.625rem;
}
nav.nav-collapse .mobile-nav-footer ul:first-child a {
  font-size: 1rem;
}
nav.nav-collapse .mobile-nav-footer ul:last-child a {
  font-size: 0.8125rem;
}
nav.nav-collapse .mobile-nav-footer ul a {
  color: #39324e;
  display: inline-block;
}

.mobile-nav-footer {
  display: none;
}

.js nav.nav-collapse-0.opened {
  max-height: none !important;
}

/*#nav-mobile {
    width:100%;
    height:36px;
    width:100%;
    background:$white;
    overflow:hidden;
    position:relative;
    z-index:9000;
    border-bottom:1px solid $border-color2;

    .sticky & {
        position:fixed;
        top:0;
    }

    p {
        line-height:36px;
        vertical-align:middle;
        padding:0 $space*1.5;
        font-size:rem(15px);

        a {
            color:$color1;

            &:last-child {
                float:right;
                position:relative;
                right:0;
                -webkit-transition: right 0.3s;
                -moz-transition: right 0.3s;
                -o-transition: right 0.3s;
                transition: right 0.3s;

                .sticky & {
                    position:relative;
                    right:46px;
                }
            }
        }
    }

    .nav-mobile__trigger {
        @extend %trigger;

        position:absolute;
        top:0;
        right:-46px;
        height:36px;
        width:46px;
        padding:0 0 0 11px;
        -webkit-transition: right 0.3s;
        -moz-transition: right 0.3s;
        -o-transition: right 0.3s;
        transition: right 0.3s;

        span {
            width:25px;

            &:before,
            &:after {
                width:25px;
            }

            &:before {
                top:-8px;
            }

            &:after {
                bottom:-8px;
            }
        }

        .sticky & {
            right:0;
        }
    }
}*/
#ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #8EC447;
  z-index: 9999;
  padding: 10px;
}
#ie-warning p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #FFF;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}
#ie-warning p.large {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#ie-warning p a {
  color: #FFF;
  display: inline-block;
  border: 1px solid #FFF;
  padding: 5px 10px;
}
#ie-warning p a:hover {
  color: #8EC447;
  background: #FFF;
}
#ie-warning .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #FFF;
  font-size: 1.875rem;
  line-height: 1;
  display: block;
  font-weight: bold;
}

.info-popup {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/info.png) 0 0 no-repeat;
  cursor: pointer;
  position: relative;
  margin-left: 5px;
  z-index: 100;
}
.info-popup span {
  display: none;
  position: absolute;
  background: #FFF;
  left: 16px;
  bottom: 0;
  width: 110px;
  border: 1px solid #0C8BD4;
  padding: 5px;
  color: #0C8BD4;
}
.info-popup:hover span {
  display: block;
}

.vs-label {
  display: block;
  position: relative;
}
.vs-label span {
  display: block;
  position: relative;
  background: #CDDB28;
  border: 3px solid #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0.3125rem auto;
  padding: 0;
  color: #FFF;
  font-family: "KlinicSlab", Arial, Helvetica, Sans-Serif;
  font-size: 1.171875rem;
  line-height: 34px;
  text-align: center;
  z-index: 1;
}
.vs-label:before {
  display: block;
  position: absolute;
  width: 104px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #dddddd;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 760px) {
  .vs-label {
    position: absolute;
    height: calc(100% + 20px);
    top: -20px;
    left: 50%;
    transform: translate(-50%);
  }
  .vs-label span {
    border-width: 8px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 41px;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
  }
  .vs-label:before {
    width: 1px;
    height: calc(100% - 90px);
    top: auto;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
  }
}

.vs-block {
  background: #b1dfe5;
  color: #0C8BD4;
  padding-bottom: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .vs-block {
    flex-flow: column;
  }
}
.vs-block__title {
  background: #0C8BD4;
  color: #FFF;
  font-family: "KlinicSlab", Arial, Helvetica, Sans-Serif;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0;
  padding: 0.3125rem 1.25rem;
}
@media screen and (min-width: 760px) {
  .vs-block__title {
    font-size: 1rem;
  }
}
.vs-block__body {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.9375rem 0.9375rem 0.78125rem;
}
@media screen and (min-width: 760px) {
  .vs-block__body {
    display: flex;
    flex: 1 0 auto;
    align-content: stretch;
    align-items: center;
  }
}
.vs-block__button {
  font-size: 1rem;
}

@keyframes coin-drop {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  2.5% {
    transform: rotate(5deg);
  }
  5% {
    transform: rotate(0deg);
  }
  7.5% {
    transform: rotate(-5deg);
  }
  10% {
    transform: rotate(0deg);
  }
  12.5% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(5deg);
  }
  17.5% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  22.5% {
    transform: rotate(0deg);
  }
}
.countdown-clock-widget-container {
  --animation-duration: 1000ms;
  --container-height: 370px;
  --box-width: calc(var(--container-height)/4.15);
  --pig-width: calc(var(--box-width)*2.4);
  --pig-container-bottom: 50px;
  --coin-track-offset: 50px;
  --coin-width: calc(var(--pig-width)/4.7);
  --coin-left: calc(var(--pig-width)/2.75);
  --gap: 32px;
  padding: 2.5rem 0;
  margin: 0 0 1.25rem;
}
@media (max-width: 1275px) {
  .countdown-clock-widget-container {
    --container-height: 350px;
  }
}
@media (max-width: 1240px) {
  .countdown-clock-widget-container {
    --container-height: 335px;
  }
}
@media (max-width: 1212px) {
  .countdown-clock-widget-container {
    --container-height: 320px;
  }
}
@media (max-width: 1200px) {
  .countdown-clock-widget-container {
    --container-height: 310px;
  }
}
@media (max-width: 1176px) {
  .countdown-clock-widget-container {
    --container-height: 290px;
  }
}
@media (max-width: 1156px) {
  .countdown-clock-widget-container {
    --container-height: 280px;
  }
}
@media (max-width: 1146px) {
  .countdown-clock-widget-container {
    --container-height: 270px;
  }
}
@media (max-width: 1135px) {
  .countdown-clock-widget-container {
    --container-height: 250px;
  }
}
@media (max-width: 1099px) {
  .countdown-clock-widget-container {
    --container-height: 330px;
  }
}
@media (max-width: 1055px) {
  .countdown-clock-widget-container {
    --container-height: 290px;
  }
}
@media (max-width: 1045px) {
  .countdown-clock-widget-container {
    --pig-container-bottom: 70px;
  }
}
@media (max-width: 1030px) {
  .countdown-clock-widget-container {
    --container-height: 270px;
  }
}
@media (max-width: 1010px) {
  .countdown-clock-widget-container {
    --container-height: 255px;
  }
}
@media (max-width: 990px) {
  .countdown-clock-widget-container {
    --container-height: 240px;
  }
}
@media (max-width: 980px) {
  .countdown-clock-widget-container {
    --container-height: 230px;
  }
}
@media (max-width: 969px) {
  .countdown-clock-widget-container {
    --container-height: 300px;
  }
}
@media (max-width: 785px) {
  .countdown-clock-widget-container {
    --gap: 0px;
    --pig-container-bottom: 350px;
    --coin-track-offset: 35px;
  }
}
@media (max-width: 430px) {
  .countdown-clock-widget-container {
    --pig-container-bottom: 315px;
  }
}
@media (max-width: 375px) {
  .countdown-clock-widget-container {
    --container-height: 230px;
    --coin-track-offset: 15px;
  }
}
@media (max-width: 355px) {
  .countdown-clock-widget-container {
    --pig-container-bottom: 335px;
  }
}
@media (max-width: 340px) {
  .countdown-clock-widget-container {
    --pig-container-bottom: 360px;
  }
}
@media (max-width: 330px) {
  .countdown-clock-widget-container {
    --container-height: 200px;
    --pig-container-bottom: 380px;
  }
}
.countdown-clock-widget-container .countdown-clock-widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media (max-width: 785px) {
  .countdown-clock-widget-container .countdown-clock-widget {
    gap: 0px;
  }
  .countdown-clock-widget-container .countdown-clock-widget-left, .countdown-clock-widget-container .countdown-clock-widget-right {
    width: 100%;
  }
}
.countdown-clock-widget-container .countdown-clock-widget-left {
  flex: 0 0 calc(100% - var(--gap) / 2);
  max-width: calc(100% - var(--gap) / 2);
}
@media (min-width: 785px) {
  .countdown-clock-widget-container .countdown-clock-widget-left {
    flex: 0 0 calc(25% - var(--gap) / 2);
    max-width: calc(25% - var(--gap) / 2);
  }
}
@media (min-width: 970px) {
  .countdown-clock-widget-container .countdown-clock-widget-left {
    flex: 0 0 calc(33.333333% - var(--gap) / 2);
    max-width: calc(33.333333% - var(--gap) / 2);
  }
}
@media (min-width: 1100px) {
  .countdown-clock-widget-container .countdown-clock-widget-left {
    flex: 0 0 calc(41.6666666667% - var(--gap) / 2);
    max-width: calc(41.6666666667% - var(--gap) / 2);
  }
}
.countdown-clock-widget-container .countdown-clock-widget-right {
  display: flex;
  justify-content: center;
  flex: 0 0 calc(100% - var(--gap) / 2);
  max-width: calc(100% - var(--gap) / 2);
}
.countdown-clock-widget-container .countdown-clock-widget-right * {
  font-weight: 900 !important;
}
@media (max-width: 785px) {
  .countdown-clock-widget-container .countdown-clock-widget-right {
    height: 600px;
  }
}
@media (max-width: 430px) {
  .countdown-clock-widget-container .countdown-clock-widget-right {
    height: 550px;
  }
}
@media (min-width: 785px) {
  .countdown-clock-widget-container .countdown-clock-widget-right {
    flex: 0 0 calc(75% - var(--gap) / 2);
    max-width: calc(75% - var(--gap) / 2);
  }
}
@media (min-width: 970px) {
  .countdown-clock-widget-container .countdown-clock-widget-right {
    flex: 0 0 calc(66.666667% - var(--gap) / 2);
    max-width: calc(66.666667% - var(--gap) / 2);
  }
}
@media (min-width: 1100px) {
  .countdown-clock-widget-container .countdown-clock-widget-right {
    flex: 0 0 calc(58.3333333333% - var(--gap) / 2);
    max-width: calc(58.3333333333% - var(--gap) / 2);
  }
}
.countdown-clock-widget-container .countdown-container {
  background-image: url(/Content/Images/png/countdown-clock/bg-texture.png);
  background-size: contain;
  padding: calc(var(--box-width) * 0.55) 20px 15px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 677px;
}
@media (max-width: 785px) {
  .countdown-clock-widget-container .countdown-container {
    height: 100%;
    max-width: 100%;
    justify-content: flex-end;
  }
}
.countdown-clock-widget-container .countdown-container .piggy-bank-container {
  position: absolute;
  width: var(--pig-width);
  left: 20px;
  bottom: var(--pig-container-bottom);
  height: calc(100% - var(--pig-container-bottom));
  z-index: 10;
}
@media (max-width: 785px) {
  .countdown-clock-widget-container .countdown-container .piggy-bank-container {
    left: 50%;
    transform: translateX(-50%);
  }
}
.countdown-clock-widget-container .countdown-container .piggy-bank-container .coin-track {
  position: absolute;
  top: var(--coin-track-offset);
  bottom: calc(var(--pig-width) * 0.33);
  left: var(--coin-left);
  width: var(--coin-width);
  z-index: 2;
}
.countdown-clock-widget-container .countdown-container .piggy-bank-container .coin-track .coin {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.countdown-clock-widget-container .countdown-container .piggy-bank-container .coin-track .coin.animate {
  animation: coin-drop var(--animation-duration) cubic-bezier(0.71, 0.2, 0.39, 1.07) forwards infinite;
}
.countdown-clock-widget-container .countdown-container .piggy-bank-container .piggy-bank,
.countdown-clock-widget-container .countdown-container .piggy-bank-container .piggy-bank-bottom {
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.countdown-clock-widget-container .countdown-container .piggy-bank-container .piggy-bank.animate,
.countdown-clock-widget-container .countdown-container .piggy-bank-container .piggy-bank-bottom.animate {
  animation-name: tilt-shaking;
  animation-duration: var(--animation-duration);
  animation-iteration-count: infinite;
}
.countdown-clock-widget-container .countdown-container .piggy-bank-container .piggy-bank {
  z-index: 1;
}
.countdown-clock-widget-container .countdown-container .piggy-bank-container .piggy-bank-bottom {
  z-index: 2;
}
.countdown-clock-widget-container .countdown-container .inner-content-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 785px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container {
    justify-content: center;
  }
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content {
  text-align: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex-basis: 66.6%;
  margin-bottom: 3rem;
}
@media (max-width: 785px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content {
    margin-bottom: 0;
  }
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content h3 {
  color: #FFF;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 430px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content h3 {
    font-size: 24px;
  }
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px 0;
  position: relative;
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container {
    font-size: 40px;
  }
}
@media screen and (max-width: 430px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container {
    font-size: 36px;
  }
}
@media screen and (max-width: 375px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container {
    font-size: 30px;
  }
}
@media screen and (max-width: 330px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container {
    font-size: 25px;
  }
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers {
    gap: 15px;
  }
}
@media screen and (max-width: 425px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers {
    gap: 15px;
  }
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span {
  min-width: 0;
  min-height: 0;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box {
  box-sizing: border-box;
  flex: 1 1 var(--box-width);
  min-width: var(--box-width);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  position: relative;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -27%;
  top: 30%;
  transform: translateY(-50%);
  font-size: 45px;
}
@media screen and (max-width: 480px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box:not(:last-child)::after {
    font-size: 30px;
    right: -12px;
  }
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box.blue {
  background-color: #88c3ea;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box.green {
  background-color: #95c39c;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box.red {
  background-color: #df8a7b;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box.yellow {
  background-color: #e7c853;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box > .time {
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box > .time-label {
  color: #FFF;
  margin-top: 4px;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box > .time-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box > .time-label {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box > .time-label {
    font-size: 10px;
  }
}
@media screen and (max-width: 350px) {
  .countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.box > .time-label {
    font-size: 8px;
  }
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .countdown-clock-container .clock-numbers > span.colon {
  position: relative;
  top: 8px;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .bottom-headings-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .bottom-headings-container .bottom-heading-line {
  color: #FFF;
  text-transform: uppercase;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .bottom-headings-container .bottom-heading-line.with-line {
  white-space: nowrap;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .bottom-headings-container .bottom-heading-line.with-line .last-word {
  position: relative;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .bottom-headings-container .bottom-heading-line.with-line .last-word > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
}
.countdown-clock-widget-container .countdown-container .inner-content-container .inner-content .bottom-headings-container .bottom-text-line-1 {
  font-size: 17px;
  line-height: normal;
  margin: 0 auto;
  text-transform: uppercase;
}
.countdown-clock-widget-container .countdown-container .legal {
  font-size: 0.8125rem;
  font-weight: 500 !important;
  color: #FFF;
  text-align: center;
}
@media (max-width: 785px) {
  .countdown-clock-widget-container .countdown-container .legal {
    margin-top: 25px;
  }
}
.countdown-clock-widget-container .countdown-clock-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-width: 465px;
}
.countdown-clock-widget-container .countdown-clock-content h2 {
  font-family: "museo";
  font-size: 1.375rem;
  line-height: normal;
  color: #39324e;
  font-weight: 700;
}
.countdown-clock-widget-container .countdown-clock-content p {
  font-size: 1rem;
  line-height: 1.4375rem;
}
.countdown-clock-widget-container .countdown-clock-content .button {
  height: auto;
  min-height: 40px;
  padding: 0.5625rem 1.5rem;
  font-size: 1.1875rem;
  line-height: 1.2;
  font-weight: 700;
}
.countdown-clock-widget-container .countdown-clock-content .button:hover, .countdown-clock-widget-container .countdown-clock-content .button:focus {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .countdown-clock-widget-container .countdown-clock-content .button {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 601px) {
  .plan-that-can-container {
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .plan-that-can-container {
    overflow: hidden;
  }
}
.plan-that-can-container .hero-img {
  background: url("/Content/Images/background.png");
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  width: 100vw;
  left: 50%;
  top: -20px;
  right: 50%;
  top: -22px;
  margin-left: -50vw;
  margin-right: -50vw;
  text-size-adjust: auto;
}
@media only screen and (max-width: 1440px) {
  .plan-that-can-container .hero-img {
    background-position: right -200px top;
  }
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .hero-img {
    height: 100%;
    background-size: cover;
  }
}
.plan-that-can-container .hero-img .two-nine-img, .plan-that-can-container .hero-img .five-img, .plan-that-can-container .hero-img .papers-img {
  position: absolute;
}
.plan-that-can-container .hero-img .two-nine-img {
  bottom: 0;
  right: 10%;
}
@media only screen and (min-width: 1750px) {
  .plan-that-can-container .hero-img .two-nine-img {
    right: 20%;
  }
}
@media only screen and (max-width: 1440px) {
  .plan-that-can-container .hero-img .two-nine-img {
    right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .hero-img .two-nine-img {
    width: 30%;
    right: 0px;
  }
}
.plan-that-can-container .hero-img .papers-img {
  right: 15%;
}
@media only screen and (max-width: 1750px) {
  .plan-that-can-container .hero-img .papers-img {
    right: 10%;
  }
}
@media only screen and (max-width: 1670px) {
  .plan-that-can-container .hero-img .papers-img {
    right: 5%;
  }
}
@media only screen and (max-width: 1440px) {
  .plan-that-can-container .hero-img .papers-img {
    right: 0;
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .hero-img .papers-img {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .plan-that-can-container .hero-img .two-nine-img {
    display: none;
  }
}
.plan-that-can-container .hero-img .five-img {
  z-index: 1;
  top: 50px;
  right: 15%;
}
@media only screen and (max-width: 1750px) {
  .plan-that-can-container .hero-img .five-img {
    right: 10%;
  }
}
@media only screen and (max-width: 1670px) {
  .plan-that-can-container .hero-img .five-img {
    right: 10%;
  }
}
@media only screen and (max-width: 1440px) {
  .plan-that-can-container .hero-img .five-img {
    right: 10%;
  }
}
@media only screen and (max-width: 1023px) {
  .plan-that-can-container .hero-img .five-img {
    right: 10%;
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .plan-that-can-container .hero-img .five-img {
    display: none;
  }
}
.plan-that-can-container .hero-img .container {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .plan-that-can-container .hero-img .container {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-that-can-container .hero-img .hero-graphic {
    margin-left: -20px;
  }
}
.plan-that-can-container .hero-img .hero-graphic img {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.plan-that-can-container .hero-img .hero-text-container {
  margin-top: 40px;
  width: 70%;
  text-size-adjust: auto;
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .hero-img .hero-text-container {
    width: 95%;
  }
}
.plan-that-can-container .hero-img .hero-text {
  padding-left: 20px;
  text-size-adjust: auto;
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .hero-img .hero-text {
    padding-left: 40px;
  }
}
.plan-that-can-container .hero-img .hero-text .deadline {
  text-size-adjust: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .hero-img .hero-text .deadline {
    width: 70%;
  }
}
@media only screen and (max-width: 700px) {
  .plan-that-can-container .hero-img .hero-text .deadline {
    width: 100%;
  }
}
.plan-that-can-container .hero-img .hero-text .seventeen-months {
  text-size-adjust: auto;
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .hero-img .hero-text .seventeen-months {
    width: 70%;
  }
}
@media only screen and (max-width: 700px) {
  .plan-that-can-container .hero-img .hero-text .seventeen-months {
    width: 100%;
  }
}
.plan-that-can-container .hero-img .hero-text h2.top-hero {
  padding-bottom: 40px;
  padding-top: 40px;
  width: 50%;
  font-family: KlinicSlab;
  font-size: 3.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  color: #0c8bd4;
}
@media only screen and (max-width: 900px) {
  .plan-that-can-container .hero-img .hero-text h2.top-hero {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .hero-img .hero-text h2.top-hero {
    font-size: 3rem;
    width: 75%;
    padding-bottom: 0;
  }
  .plan-that-can-container .hero-img .hero-text h2.top-hero br {
    content: " ";
  }
  .plan-that-can-container .hero-img .hero-text h2.top-hero br:after {
    content: " ";
  }
}
@media only screen and (max-width: 425px) {
  .plan-that-can-container .hero-img .hero-text h2.top-hero {
    width: 100%;
    padding-right: 0.75em;
  }
}
.plan-that-can-container .hero-img .hero-text h3.hero-subheader {
  font-family: KlinicSlab;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.11;
  color: #0c8bd4;
  font-family: KlinicSlab;
  margin: 0 0 10px 0;
}
.plan-that-can-container .hero-img .hero-text h3.hero-header {
  font-family: KlinicSlab;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.11;
  color: #0c8bd4;
  font-family: KlinicSlab;
  margin: 0 0 10px 0;
}
.plan-that-can-container .hero-img .hero-text .hero-content {
  font-family: "museo", Arial, Helvetica, Sans-Serif;
  font-size: 1rem;
  line-height: 1.46;
  font-weight: 100;
}
.plan-that-can-container .hero-img .hero-text .hero-content a {
  color: #b0328d;
}
.plan-that-can-container .hero-img .hero-text .disclaimer p {
  padding-top: 10px;
  font-family: "museo", Arial, Helvetica, Sans-Serif;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.31;
  color: #000000;
  margin-bottom: 60px;
  width: 76%;
}
@media only screen and (max-width: 767px) {
  .plan-that-can-container .hero-img .hero-text .disclaimer p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .plan-that-can-container #desktop-gif {
    display: none;
  }
}
.plan-that-can-container #mobile-gif {
  display: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .plan-that-can-container #mobile-gif {
    display: block;
    width: 95%;
  }
}
.plan-that-can-container #mollyBackground {
  background-image: url(/Content/Images/png/molly-offset.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 740px;
  position: relative;
  z-index: 2;
  top: -15px;
}
.plan-that-can-container #mollyBackground.small {
  background-image: url(/Content/Images/png/molly.png);
  top: 0;
  height: 419px;
  background-size: contain;
}
.plan-that-can-container #mollyBackground.small img {
  display: none;
}
.plan-that-can-container #mollyBackground.small #paperDollSlider {
  height: 100%;
  transform: translateY(-26px);
}
.plan-that-can-container #mollyBackground.small #paperDollSlider .cycle-slide {
  height: 100%;
  width: 100%;
}
.plan-that-can-container #mollyBackground.small #paperDollSlider .cycle-slide img {
  width: 173px;
}
@media only screen and (max-width: 900px) {
  .plan-that-can-container #mollyBackground.small #paperDollSlider .cycle-slide img {
    transform: scale(1) translateX(-14px) !important;
    opacity: 1 !important;
  }
}
.plan-that-can-container #mollyBackground.small #paperDollSlider .cycle-slide-active + .cycle-slide img {
  transform: scale(1) translateX(-14px) !important;
}
.plan-that-can-container #mollyBackground.small #prev {
  transform: translateX(-50%);
}
.plan-that-can-container #mollyBackground #paperDollSlider {
  height: 503px;
  width: 100%;
  margin: 0 auto;
}
.plan-that-can-container #mollyBackground #paperDollSlider .cycle-slide {
  height: 503px;
  width: 370px;
  opacity: 0.4 !important;
}
@media only screen and (max-width: 767px) {
  .plan-that-can-container #mollyBackground #paperDollSlider .cycle-slide {
    width: 100%;
    height: 378px;
    padding: 0;
    opacity: 0 !important;
    transition: all 250ms ease;
  }
  .plan-that-can-container #mollyBackground #paperDollSlider .cycle-slide.cycle-slide-active {
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 900px) and (min-width: 767px) {
  .plan-that-can-container #mollyBackground #paperDollSlider .cycle-slide.cycle-slide-active {
    opacity: 1 !important;
  }
}
.plan-that-can-container #mollyBackground #paperDollSlider .cycle-slide img {
  transition: all 250ms ease;
  width: 281px;
  display: block;
  margin: 0 auto;
  transform: scale(0.85);
}
@media only screen and (max-width: 900px) {
  .plan-that-can-container #mollyBackground #paperDollSlider .cycle-slide img {
    transform: scale(1);
    opacity: 1 !important;
  }
}
.plan-that-can-container #mollyBackground #paperDollSlider .cycle-slide-active + .cycle-slide {
  opacity: 1 !important;
}
.plan-that-can-container #mollyBackground #paperDollSlider .cycle-slide-active + .cycle-slide img {
  transform: scale(1) !important;
}
@media only screen and (max-width: 600px) {
  .plan-that-can-container #mollyBackground #paperDollSlider .cycle-slide-active ~ .cycle-slide {
    opacity: 0 !important;
  }
}
.plan-that-can-container #mollyBackground #next, .plan-that-can-container #mollyBackground #prev {
  position: absolute;
  width: 30px;
  height: 74px;
  background-size: cover;
  top: 35%;
  border: none;
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .plan-that-can-container #mollyBackground #next, .plan-that-can-container #mollyBackground #prev {
    transform: scale(0.75);
  }
}
.plan-that-can-container #mollyBackground #next:hover path, .plan-that-can-container #mollyBackground #prev:hover path {
  stroke: #0D8AD4;
}
.plan-that-can-container #mollyBackground #next {
  right: 33%;
}
@media only screen and (max-width: 1025px) and (min-width: 901px) {
  .plan-that-can-container #mollyBackground #next {
    right: 30%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 601px) {
  .plan-that-can-container #mollyBackground #next {
    right: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .plan-that-can-container #mollyBackground #next {
    display: none;
  }
}
.plan-that-can-container #mollyBackground #prev {
  left: 33%;
}
@media only screen and (max-width: 1025px) and (min-width: 901px) {
  .plan-that-can-container #mollyBackground #prev {
    left: 30%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 601px) {
  .plan-that-can-container #mollyBackground #prev {
    left: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .plan-that-can-container #mollyBackground #prev {
    display: none;
  }
}
.plan-that-can-container #mollyBackground .swipe-reminder {
  background-color: rgba(0, 0, 0, 0.6);
  width: 50%;
  padding: 15px 5px;
  margin: -60% 25% 0 25%;
  font-size: 2rem;
  color: lightgray;
  text-align: center;
  font-family: "museo", Arial, Helvetica, Sans-Serif;
  position: relative;
  z-index: 100;
}
.plan-that-can-container #mollyBackground .swipe-reminder.hide {
  display: none;
}
.plan-that-can-container #mollyBackground .swipe-reminder.show {
  display: block;
}
.plan-that-can-container .video-title-text {
  font-family: KlinicSlab;
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0c8bd4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .plan-that-can-container .video-title-text {
    width: 90%;
  }
}
.plan-that-can-container .video-wrapper {
  display: flex;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .plan-that-can-container .video-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 0;
    align-items: center;
  }
}
.plan-that-can-container .video-wrapper .video-column img {
  max-width: 350px;
  max-height: 250px;
  padding-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .plan-that-can-container .video-wrapper .video-column img {
    max-width: 325px;
    width: 90%;
  }
}
@media only screen and (max-width: 414px) {
  .plan-that-can-container .video-wrapper .video-column img {
    width: 80%;
  }
}
.plan-that-can-container .video-wrapper .video-column {
  position: relative;
  width: 100%;
}
.plan-that-can-container .video-wrapper .video-column button {
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.plan-that-can-container .video-wrapper .video-column button .video-still {
  width: 100%;
}
.plan-that-can-container .video-wrapper .video-column .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 68.3px;
}
.plan-that-can-container .video-wrapper .video-column .below-video {
  display: block;
}
.plan-that-can-container .video-wrapper .video-column .below-video a {
  font-size: 14px;
}
.plan-that-can-container .video-wrapper .video-column .below-video .transcript-tptc {
  color: white;
  background-color: #0c8bd4;
  padding: 1em 10.5em;
  font-size: 0.8rem;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
}
.plan-that-can-container .video-wrapper .video-column .below-video .transcript-tptc:hover {
  color: white;
  background-color: #0877b6;
}
@media only screen and (max-width: 1440px) {
  .plan-that-can-container .video-wrapper .video-column .below-video .transcript-tptc {
    padding: 1em 8.54em;
  }
}
@media only screen and (max-width: 726px) {
  .plan-that-can-container .video-wrapper .video-column .below-video .transcript-tptc {
    padding: 1em 9.5em;
  }
}
.plan-that-can-container .video-wrapper .video-column .below-video .text-video-footer {
  font-family: "museo", Arial, Helvetica, Sans-Serif;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  max-width: 400px;
  width: 95%;
  padding-top: 5px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .plan-that-can-container .video-wrapper .video-column .below-video .text-video-footer {
    padding-bottom: 40px;
  }
}
.plan-that-can-container .button-container-upper {
  display: flex;
  background-color: #0c8bd4;
  min-height: 250px;
  position: relative;
  z-index: 1;
  width: 100vw;
  top: -25px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media only screen and (max-width: 1024px) {
  .plan-that-can-container .button-container-upper {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .button-container-upper {
    font-size: 2.2rem;
    height: 375px;
    text-align: left;
  }
}
@media only screen and (max-width: 414px) {
  .plan-that-can-container .button-container-upper {
    font-size: 2.2rem;
    height: 400px;
    text-align: left;
  }
}
.plan-that-can-container .button-container-upper .text-button-align {
  width: 29%;
  padding-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .plan-that-can-container .button-container-upper .text-button-align {
    margin-left: 10% !important;
    width: 30%;
  }
}
@media only screen and (max-width: 414px) {
  .plan-that-can-container .button-container-upper .text-button-align {
    width: 80%;
    text-align: left;
  }
}
.plan-that-can-container .button-container-upper .text-button-align #calc-button.button-green, .plan-that-can-container .button-container-upper .text-button-align #inv-button.button-green {
  width: 150px;
  height: 100%;
  margin-top: 20px;
  background-color: #7cc14a;
  font-family: "museo", Arial, Helvetica, Sans-Serif;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  color: white;
  padding: 15px 28px;
  border: none;
  display: inline-block;
}
.plan-that-can-container .button-container-upper .text-button-align #calc-button.button-green:hover, .plan-that-can-container .button-container-upper .text-button-align #inv-button.button-green:hover {
  background-color: #6dac3f;
}
.plan-that-can-container .button-container-upper .text-button-align .button-title-text {
  font-family: "museo", Arial, Helvetica, Sans-Serif;
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .button-container-upper .text-button-align .button-title-text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .button-container-upper .text-button-align .button-title-text {
    text-align: left;
  }
}
.plan-that-can-container .button-container-upper #calculator-button {
  float: left;
  margin-left: 10%;
}
@media only screen and (max-width: 1440px) {
  .plan-that-can-container .button-container-upper #calculator-button {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .button-container-upper #calculator-button {
    float: none;
    width: 80%;
    text-align: left;
  }
}
.plan-that-can-container .button-container-upper #investment-button {
  float: right;
  margin-right: 10%;
}
@media only screen and (max-width: 1440px) {
  .plan-that-can-container .button-container-upper #investment-button {
    margin-right: 10% !important;
  }
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .button-container-upper #investment-button {
    float: none;
    width: 80%;
    text-align: left;
  }
}
.plan-that-can-container .buttonContainer {
  background-color: #0C8BD4;
  height: 175px;
  width: 100%;
  top: -45px;
  bottom: -45px;
  position: relative;
  z-index: 1;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .plan-that-can-container .buttonContainer {
    height: 300px;
  }
}
.plan-that-can-container .buttonContainer .button-spacer {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1000px) {
  .plan-that-can-container .buttonContainer .button-spacer {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .plan-that-can-container .buttonContainer .button-spacer {
    display: none;
  }
}
.plan-that-can-container .buttonContainer .button-spacer #five29-button.button-white {
  width: 240px;
  height: 100%;
  background-color: #ffffff;
  font-family: "museo", Arial, Helvetica, Sans-Serif;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  text-align: center;
  color: #0c8bd4;
  padding: 15px 35px;
  border: none;
  display: inline-block;
  margin-right: 40px;
}
.plan-that-can-container .buttonContainer .button-spacer #five29-button.button-white:hover {
  background-color: #d6d6d6;
}
@media only screen and (max-width: 1025px) {
  .plan-that-can-container .buttonContainer .button-spacer #five29-button.button-white {
    margin-left: 25% !important;
  }
}
.plan-that-can-container .buttonContainer .button-spacer #account-button.button-white {
  width: 240px;
  height: 100%;
  background-color: #ffffff;
  font-family: "museo", Arial, Helvetica, Sans-Serif;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  text-align: center;
  color: #0c8bd4;
  padding: 15px 35px;
  border: none;
  display: inline-block;
}
.plan-that-can-container .buttonContainer .button-spacer #account-button.button-white:hover {
  background-color: #d6d6d6;
}
.plan-that-can-container .buttonContainer .button-spacer-mobile {
  padding-top: 60px;
  display: none;
  height: 400px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .plan-that-can-container .buttonContainer .button-spacer-mobile {
    display: flex;
    justify-content: center;
  }
}
.plan-that-can-container .buttonContainer .button-spacer-mobile .button-white {
  width: 240px;
  height: 65px;
  background-color: #ffffff;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 0.8rem;
  font-weight: bold;
  font-stretch: normal;
  text-align: center;
  color: #0c8bd4;
  padding: 15px 35px;
  border: none;
}
.plan-that-can-container .buttonContainer .button-spacer-mobile .button-white#accountButton {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .plan-that-can-container .buttonContainer .button-spacer-mobile .button-white {
    display: flex;
    justify-content: center;
  }
}
.plan-that-can-container #sliderTopTextPlaceholder {
  padding-bottom: 10px;
  font-family: "museo", Arial, Helvetica, Sans-Serif;
  font-style: italic;
}
.plan-that-can-container #sliderTopTextPlaceholder > div {
  display: block !important;
}
.plan-that-can-container #sliderTopTextPlaceholder .sliderTopText {
  color: #0c8bd4;
  font-size: 1.7rem;
  text-align: center;
  font-style: italic;
  line-height: 1.04;
}
@media only screen and (max-width: 900px) and (min-width: 767px) {
  .plan-that-can-container #sliderTopTextPlaceholder .sliderTopText {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan-that-can-container #sliderTopTextPlaceholder .sliderTopText {
    padding-top: 5px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.09;
  }
}
.plan-that-can-container #sliderTopTextPlaceholder .sliderTopText .text-light {
  font-weight: 400;
  font-family: "KlinicSlab", Arial, Helvetica, Sans-Serif;
  color: #b0328d !important;
}
.plan-that-can-container .title-text {
  width: 72%;
  font-family: KlinicSlab;
  font-size: 5.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  color: #0c8bd4;
}
.plan-that-can-container h3.title-text-small {
  font-family: KlinicSlab;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.11;
  color: #0c8bd4;
  font-family: KlinicSlab;
  padding-bottom: 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .plan-that-can-container h3.title-text-small {
    width: 90%;
  }
}
.plan-that-can-container .header-text .higher-ed-text {
  font-family: "museo", Arial, Helvetica, Sans-Serif;
  font-size: 1rem;
  line-height: 1.46;
  width: 72%;
  font-weight: 100;
}
.plan-that-can-container .header-text .higher-ed-text a {
  color: #b0328d;
}
@media only screen and (max-width: 768px) {
  .plan-that-can-container .header-text .higher-ed-text {
    width: 92%;
  }
}
.plan-that-can-container .blue-bottom {
  background-color: #0C8BD4;
  height: 99px;
  padding: 0.9375rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
}
.plan-that-can-container .blue-bottom #sliderBottomTextPlaceholder .sliderTopText {
  display: block !important;
  color: #FFF;
  text-align: center;
  font-family: "museo";
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
  font-style: normal;
}
.plan-that-can-container .blue-bottom #sliderBottomTextPlaceholder .sliderTopText .text-light {
  font-style: italic;
  color: #FFF;
  font-family: "museo";
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 900;
}
.plan-that-can-container .slider-header {
  color: #0C8BD4;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  max-width: 540px;
  margin: 0 auto 1.875rem;
}
.plan-that-can-container .legal-text {
  color: #555D5B;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 1.5625rem;
}

.row [class*=col-] {
  transition: flex 0.5s ease-in-out, max-width 0.5s ease-in-out;
}
.row [class*=col-].right-border {
  position: relative;
}
.row [class*=col-].right-border:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  background: #9e9e9e;
}

.info-hub-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 168px;
  margin: 0 0 1.25rem;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .info-hub-container {
    width: auto;
  }
}
.info-hub-container.open {
  max-width: 350px;
}
.info-hub-container.open .toggler {
  height: 36px !important;
  border-radius: 19px;
  padding-left: 1rem;
}
.info-hub-container.open .toggler .toggle-hub:before {
  content: url("/Content/Images/icons-icon-chevron-right.svg");
}
.info-hub-container.open .info-hub {
  width: 100%;
}
.info-hub-container .toggler {
  display: inline-block;
  background: #39324e;
  padding: 0.125rem 0.8125rem 0.625rem 0.75rem;
  border-radius: 11px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.info-hub-container .toggler .toggle-hub {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.42;
  color: #FFF;
  text-transform: lowercase;
  white-space: nowrap;
}
.info-hub-container .toggler .toggle-hub:before {
  content: url("/Content/Images/icons-icon-chevron-left.svg");
  margin-right: 0.375rem;
  display: inline-block;
  transform: translateY(2px);
}
.info-hub-container .toggler label {
  color: #FFF;
  display: block;
  margin: 0.9375rem 0 0.25rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  position: relative;
  padding-left: 1.875rem;
  transition: all 0.5s ease;
}
.info-hub-container .toggler label:before {
  content: url("/Content/Images/icons-icon-infohub-question.svg");
  position: absolute;
  top: 0;
  left: 0;
}
.info-hub-container .info-hub {
  display: none;
  background: #0C8BD4;
  margin: 0.625rem 0 0;
  border-radius: 19px;
  overflow: hidden;
  align-self: flex-end;
  width: 0;
  height: 0;
  transition: all 0.5s ease;
}
.info-hub-container .info-hub .info-hub-inner {
  padding: 1.1875rem 1.3125rem 1.3125rem 1.75rem;
  min-width: 318px;
}
@media (max-width: 991.98px) {
  .info-hub-container .info-hub .info-hub-inner {
    min-width: 0;
    width: 100%;
    max-height: calc(95vh - 66px);
    overflow: auto;
  }
  .info-hub-container .info-hub .info-hub-inner::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .info-hub-container .info-hub .info-hub-inner::-webkit-scrollbar {
    width: 8px;
  }
  .info-hub-container .info-hub .info-hub-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #39324e;
  }
}
.info-hub-container .info-hub .playlist-callout {
  background: #faae52;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0.1875rem 0.9375rem;
}
.info-hub-container .info-hub .playlist-callout img {
  height: 36px;
  margin: 0.4375rem 0.6875rem;
}
.info-hub-container .info-hub .playlist-callout a {
  color: #39324e;
  font-size: 1.125rem;
  display: block;
  transform: translateY(5px);
  line-height: 1;
}
.info-hub-container .info-hub .playlist-callout a span {
  display: block;
}
.info-hub-container .info-hub h2 {
  color: #39324e;
  font-family: "museo-sans";
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
  display: flex;
  align-items: center;
}
.info-hub-container .info-hub h2 img, .info-hub-container .info-hub h2 svg {
  margin-right: 0.625rem;
}
.info-hub-container .info-hub ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-hub-container .info-hub ul li {
  padding: 0.625rem 0 0.6875rem 1.25rem;
  margin: 0;
  position: relative;
  font-size: 1.125rem;
  color: #FFF;
}
.info-hub-container .info-hub ul li:before {
  content: url("/Content/Images/icons-icon-chevron-right.svg");
  position: absolute;
  top: 11px;
  left: -2px;
}
.info-hub-container .info-hub ul li a {
  font-size: 1.125rem;
  color: #FFF;
}
.info-hub-container .info-hub hr {
  border-color: #FFF;
  margin: 0.9375rem 0 1.25rem;
}

.info-hub-wrapper {
  margin-left: 1.875rem;
  width: calc(100% - 30px);
  max-width: 350px;
}

.info-hub-desktop-container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .info-hub-desktop-container {
    display: none;
  }
}

.info-hub-mobile-container {
  display: none;
}
@media (max-width: 991.98px) {
  .info-hub-mobile-container {
    display: block;
  }
}
.info-hub-mobile-container .info-hub-container {
  position: fixed;
  top: 32px;
  right: 0;
  z-index: 9999;
  transform: translateX(100%);
  max-width: none;
  /*@include media-breakpoint-down(sm) {
      z-index: 94035;
  }*/
}
@media (max-width: 575.98px) {
  .info-hub-mobile-container .info-hub-container {
    width: calc(100vw - 40px);
  }
}
.info-hub-mobile-container .info-hub-container.open {
  right: 32px;
  transform: translateX(0);
}
@media (max-width: 575.98px) {
  .info-hub-mobile-container .info-hub-container.open {
    right: 20px;
  }
}
.info-hub-mobile-container .info-hub-container.open + .info-hub-overlay {
  display: block;
  z-index: 9998;
  opacity: 1;
}
.info-hub-mobile-container .info-hub-container .toggler {
  width: 80px;
  height: 36px !important;
  border-radius: 19px;
  padding-left: 1rem;
}
.info-hub-mobile-container .info-hub-container .toggler .toggle-hub:before {
  content: url("/Content/Images/icons-icon-chevron-right.svg");
}
.info-hub-mobile-container .info-hub-container .info-hub {
  width: 100%;
  height: auto;
}
.info-hub-mobile-container .toggler-mobile {
  border: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0C8BD4;
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  transition: all 350ms ease;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.5);
}
.info-hub-mobile-container .toggler-mobile.hide {
  right: 0;
  transform: translateX(100%);
}
.info-hub-mobile-container .info-hub-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 350ms ease-in;
}

.tile-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0.625rem 0 2.5rem;
  transition: all 250ms ease;
}
@media (max-width: 1199.98px) {
  .tile-container {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .tile-container {
    gap: 15px;
  }
}
@media screen and (max-width: 900px) {
  .tile-container {
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 1.25rem;
  }
}
.tile-container.open {
  gap: 5px;
}
@media screen and (max-width: 900px) {
  .tile-container.open {
    gap: 30px;
  }
}
.tile-container .tile {
  width: 100%;
  min-width: 95px;
  background: #fff5e9;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  position: relative;
  border: 1px solid #C0C0C0;
  min-height: 252px;
  cursor: pointer;
  transition: all 250ms ease;
  display: flex;
  max-width: calc(100% - 345px);
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 1100px) {
  .tile-container .tile {
    max-width: calc(100% - 330px);
    min-width: 90px;
  }
}
@media screen and (max-width: 900px) {
  .tile-container .tile {
    max-width: none;
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile {
    flex: 0 0 100%;
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding-bottom: 24px;
  }
}
.tile-container .tile:hover, .tile-container .tile.grow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55);
  transform: scale(1.025, 1.1) translateZ(0) perspective(1000px);
  z-index: 9;
}
@media (max-width: 767.98px) {
  .tile-container .tile:hover, .tile-container .tile.grow {
    transform: none;
  }
}
.tile-container .tile:hover .tile-bar svg, .tile-container .tile:hover .tile-heading, .tile-container .tile:hover .tile-content > div, .tile-container .tile.grow .tile-bar svg, .tile-container .tile.grow .tile-heading, .tile-container .tile.grow .tile-content > div {
  transform: scale(0.9756097561, 0.9090909091) translateZ(0) perspective(1000px);
}
@media (max-width: 767.98px) {
  .tile-container .tile:hover .tile-bar svg, .tile-container .tile:hover .tile-heading, .tile-container .tile:hover .tile-content > div, .tile-container .tile.grow .tile-bar svg, .tile-container .tile.grow .tile-heading, .tile-container .tile.grow .tile-content > div {
    transform: none;
  }
}
.tile-container .tile:hover:not(.shrink) .tile-bar, .tile-container .tile.grow:not(.shrink) .tile-bar {
  width: 28px;
}
@media screen and (max-width: 1290px) {
  .tile-container .tile:hover:not(.shrink) .tile-bar, .tile-container .tile.grow:not(.shrink) .tile-bar {
    width: 24px;
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile:hover:not(.shrink) .tile-bar, .tile-container .tile.grow:not(.shrink) .tile-bar {
    width: 100%;
  }
}
.tile-container .tile:hover:not(.shrink) .tile-bar svg.right-arrow, .tile-container .tile.grow:not(.shrink) .tile-bar svg.right-arrow {
  transform: translateX(1px) scale(1.1);
}
.tile-container .tile.fadeout img, .tile-container .tile.shrink:not(:hover) img {
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .tile-container .tile.fadeout img, .tile-container .tile.shrink:not(:hover) img {
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .tile-container .tile.grow {
    flex: 0 0 calc(80% - 15px);
  }
  .tile-container .tile.grow:nth-of-type(odd) + .tile {
    flex: 0 1 calc(20% - 15px);
  }
  .tile-container .tile.grow:nth-of-type(odd) + .tile .tile-heading h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile.grow {
    flex: 0 0 100%;
  }
  .tile-container .tile.grow:nth-of-type(odd) + .tile {
    flex: 0 0 100%;
  }
  .tile-container .tile.grow:nth-of-type(odd) + .tile .tile-heading h3 {
    font-size: 1.375rem;
  }
  .tile-container .tile.grow .down-arrow {
    transform: rotate(180deg);
  }
}
.tile-container .tile.grow .tile-bar svg.right-arrow {
  opacity: 0;
}
.tile-container .tile.grow .tile-bar svg.close-x {
  opacity: 1;
  width: 16px;
  height: 16px;
  left: 7px;
}
@media screen and (max-width: 1290px) {
  .tile-container .tile.grow .tile-bar svg.close-x {
    left: 5px;
  }
}
.tile-container .tile.grow .tile-content-wrapper {
  width: 100%;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .tile-container .tile.grow .tile-content-wrapper {
    height: auto;
  }
}
.tile-container .tile.grow .tile-content-wrapper .tile-content {
  visibility: visible;
}
.tile-container .tile.shrink {
  width: 95px;
}
@media screen and (max-width: 1100px) {
  .tile-container .tile.shrink {
    width: 90px;
  }
}
@media screen and (max-width: 900px) {
  .tile-container .tile.shrink.prev {
    flex: 0 1 calc(20% - 15px);
  }
  .tile-container .tile.shrink.prev .tile-heading h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile.shrink.prev {
    flex: 0 0 100%;
  }
  .tile-container .tile.shrink.prev .tile-heading h3 {
    font-size: 1.375rem;
  }
}
.tile-container .tile.shrink .tile-heading {
  padding: 3.5rem 1.25rem 0.375rem 0.375rem;
  min-width: 0;
}
@media screen and (max-width: 900px) {
  .tile-container .tile.shrink .tile-heading {
    padding: 3.5rem 1rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile.shrink .tile-heading {
    padding-top: 1rem;
  }
}
.tile-container .tile.shrink .tile-heading h3 {
  font-size: 0.875rem;
}
@media screen and (max-width: 900px) {
  .tile-container .tile.shrink .tile-heading h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile.shrink .tile-heading h3 {
    font-size: 1.375rem;
  }
}
.tile-container .tile.shrink .tile-heading h3 .alt-header, .tile-container .tile.shrink .tile-heading h3 .alt-subheader {
  display: inline;
}
@media (max-width: 767.98px) {
  .tile-container .tile.shrink .tile-heading h3 .alt-header, .tile-container .tile.shrink .tile-heading h3 .alt-subheader {
    display: none;
  }
}
.tile-container .tile.shrink .tile-heading h3 .primary-header, .tile-container .tile.shrink .tile-heading h3 .primary-subheader {
  display: none;
}
@media (max-width: 767.98px) {
  .tile-container .tile.shrink .tile-heading h3 .primary-header, .tile-container .tile.shrink .tile-heading h3 .primary-subheader {
    display: inline;
  }
}
.tile-container .tile.shrink .tile-heading h3 br {
  display: none;
}
@media screen and (max-width: 900px) {
  .tile-container .tile.shrink .tile-heading h3 br {
    display: block;
  }
}
.tile-container .tile.otta-yellow.fadeout, .tile-container .tile.otta-yellow.shrink:not(:hover) {
  background: rgb(255, 250.7954545455, 245.75);
}
.tile-container .tile.otta-yellow.fadeout h3, .tile-container .tile.otta-yellow.shrink:not(:hover) h3 {
  color: rgba(57, 50, 78, 0.7);
}
.tile-container .tile.otta-yellow.fadeout .tile-bar, .tile-container .tile.otta-yellow.shrink:not(:hover) .tile-bar {
  background: rgb(252.8651685393, 220.4157303371, 181.1348314607);
}
.tile-container .tile.otta-yellow.fadeout .tile-bar svg path, .tile-container .tile.otta-yellow.shrink:not(:hover) .tile-bar svg path {
  stroke: rgba(57, 50, 78, 0.7);
}
@media (max-width: 767.98px) {
  .tile-container .tile.otta-yellow.fadeout, .tile-container .tile.otta-yellow.shrink:not(:hover) {
    background: #fff5e9;
  }
  .tile-container .tile.otta-yellow.fadeout h3, .tile-container .tile.otta-yellow.shrink:not(:hover) h3 {
    color: #39324e;
  }
  .tile-container .tile.otta-yellow.fadeout .tile-bar, .tile-container .tile.otta-yellow.shrink:not(:hover) .tile-bar {
    background: #faae52;
  }
  .tile-container .tile.otta-yellow.fadeout .tile-bar svg path, .tile-container .tile.otta-yellow.shrink:not(:hover) .tile-bar svg path {
    stroke: #39324e;
  }
}
.tile-container .tile.otta-purple {
  background: #f3fafe;
}
@media (min-width: 576px) {
  .tile-container .tile.otta-purple.fadeout, .tile-container .tile.otta-purple.shrink:not(:hover) {
    background: rgb(254.7692307692, 254.9038461538, 254.9807692308);
  }
  .tile-container .tile.otta-purple.fadeout .tile-bar, .tile-container .tile.otta-purple.shrink:not(:hover) .tile-bar {
    background: rgba(57, 50, 78, 0.7);
  }
  .tile-container .tile.otta-purple.fadeout .tile-bar svg path, .tile-container .tile.otta-purple.shrink:not(:hover) .tile-bar svg path {
    stroke: rgba(255, 255, 255, 0.7);
  }
}
.tile-container .tile.otta-purple .tile-bar {
  background: #39324e;
}
.tile-container .tile.otta-purple .tile-bar svg path, .tile-container .tile.otta-purple .tile-bar svg g {
  stroke: #FFF;
}
.tile-container .tile.otta-purple .tile-bar span {
  color: #FFF;
}
.tile-container .tile.otta-purple .tile-content-wrapper .tile-content {
  border-color: #39324e;
}
.tile-container .tile.otta-mint {
  background: #f1f8f3;
}
@media (min-width: 576px) {
  .tile-container .tile.otta-mint.fadeout, .tile-container .tile.otta-mint.shrink:not(:hover) {
    background: rgb(249.5, 252.25, 250.2857142857);
  }
  .tile-container .tile.otta-mint.fadeout .tile-bar, .tile-container .tile.otta-mint.shrink:not(:hover) .tile-bar {
    background: rgb(199.2934782609, 228.7065217391, 207.7608695652);
  }
}
.tile-container .tile.otta-mint .tile-bar {
  background: #82c495;
}
.tile-container .tile.otta-mint .tile-content-wrapper .tile-content {
  border-color: #82c495;
}
.tile-container .tile.otta-salmon {
  background: rgb(254.8085106383, 243.2234042553, 241.6914893617);
}
@media (min-width: 576px) {
  .tile-container .tile.otta-salmon.fadeout, .tile-container .tile.otta-salmon.shrink:not(:hover) {
    background: rgb(254.9531914894, 252.1212765957, 251.7468085106);
  }
  .tile-container .tile.otta-salmon.fadeout .tile-bar, .tile-container .tile.otta-salmon.shrink:not(:hover) .tile-bar {
    background: rgb(254.4468085106, 220.9787234043, 216.5531914894);
  }
}
.tile-container .tile.otta-salmon .tile-bar {
  background: #fd8474;
}
.tile-container .tile.otta-salmon .tile-content-wrapper .tile-content {
  border-color: #fd8474;
}
.tile-container .tile .tile-bar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 14px;
  height: 100%;
  background: #faae52;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms ease;
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-bar {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    justify-content: flex-end;
    gap: 5px;
    padding: 0 0.3125rem;
  }
}
.tile-container .tile .tile-bar svg {
  transition: all 250ms ease;
}
.tile-container .tile .tile-bar svg.right-arrow {
  transform: translateX(1px);
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-bar svg.right-arrow {
    display: none;
  }
}
.tile-container .tile .tile-bar svg.close-x {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 3px;
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-bar svg.close-x {
    display: none;
  }
}
.tile-container .tile .tile-bar svg.down-arrow {
  display: none;
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-bar svg.down-arrow {
    display: inline-block;
  }
}
.tile-container .tile .tile-bar span {
  display: none;
  font-size: 0.75rem;
  font-weight: 800;
  color: #39324e;
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-bar span {
    display: inline-block;
  }
}
.tile-container .tile .tile-bar span.flip + svg {
  transform: rotate(180deg);
}
.tile-container .tile .tile-heading {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  padding-top: 3.25rem;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  min-width: 248px;
  transition: all 250ms ease;
}
@media (max-width: 1199.98px) {
  .tile-container .tile .tile-heading {
    min-width: 200px;
  }
}
@media (max-width: 991.98px) {
  .tile-container .tile .tile-heading {
    min-width: 150px;
  }
}
@media screen and (max-width: 900px) {
  .tile-container .tile .tile-heading {
    max-width: 248px;
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-heading {
    max-width: 350px;
    height: auto;
    flex-direction: row;
    align-items: center;
    padding-top: 1rem;
  }
}
.tile-container .tile .tile-heading:hover, .tile-container .tile .tile-heading:focus {
  text-decoration: none;
}
.tile-container .tile .tile-heading img {
  transition: all 250ms ease;
  max-height: 72px;
  max-width: 72px;
}
@media (max-width: 991.98px) {
  .tile-container .tile .tile-heading img {
    max-height: 60px;
    flex: 0 0 60px;
  }
}
.tile-container .tile .tile-heading h3 {
  font-size: 1.625rem;
  padding: 0.75rem 0;
  margin: 0;
  transition: all 250ms ease;
}
@media (max-width: 1199.98px) {
  .tile-container .tile .tile-heading h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-heading h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-heading h3 {
    padding: 0.625rem 1.25rem;
  }
}
.tile-container .tile .tile-heading h3 .alt-header, .tile-container .tile .tile-heading h3 .alt-subheader {
  display: none;
}
.tile-container .tile .tile-content-wrapper {
  background: #FFF;
  overflow: hidden;
  width: 0;
  transition: all 250ms ease;
  opacity: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-content-wrapper {
    width: 100%;
    height: 0;
  }
}
.tile-container .tile .tile-content-wrapper .tile-content {
  border-left: 4px solid #faae52;
  width: calc(100% - 28px);
  padding: 0.3125rem 0.625rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #39324e;
  display: flex;
  overflow: auto;
  visibility: hidden;
}
@media screen and (max-width: 1290px) {
  .tile-container .tile .tile-content-wrapper .tile-content {
    width: calc(100% - 24px);
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-content-wrapper .tile-content {
    position: static;
    width: 100%;
    border-left: 0;
    border-top: 4px solid #faae52;
    padding: 1rem;
  }
}
.tile-container .tile .tile-content-wrapper .tile-content > div {
  transition: all 250ms ease;
  margin: auto 0;
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-content-wrapper .tile-content > div {
    width: 100%;
  }
}
.tile-container .tile .tile-content-wrapper .tile-content * {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 1150px) {
  .tile-container .tile .tile-content-wrapper .tile-content * {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-content-wrapper .tile-content * {
    font-size: 1rem;
  }
}
.tile-container .tile .tile-content-wrapper .tile-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.8125rem;
}
@media (max-width: 1199.98px) {
  .tile-container .tile .tile-content-wrapper .tile-content h4 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 1150px) {
  .tile-container .tile .tile-content-wrapper .tile-content h4 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-content-wrapper .tile-content h4 {
    font-size: 1.25rem;
  }
}
.tile-container .tile .tile-content-wrapper .tile-content ol, .tile-container .tile .tile-content-wrapper .tile-content ul {
  margin-bottom: 1rem;
}
.tile-container .tile .tile-content-wrapper .tile-content ol {
  padding-left: 1.4375rem;
  list-style: none;
  counter-reset: counter;
}
.tile-container .tile .tile-content-wrapper .tile-content ol li {
  counter-increment: counter;
}
.tile-container .tile .tile-content-wrapper .tile-content ol li:before {
  content: counter(counter) ".";
  position: absolute;
  top: 0;
  left: -18px;
}
.tile-container .tile .tile-content-wrapper .tile-content ul {
  padding-left: 0.9375rem;
  list-style: none;
}
.tile-container .tile .tile-content-wrapper .tile-content ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: -14px;
}
.tile-container .tile .tile-content-wrapper .tile-content li {
  margin: 0;
  position: relative;
  display: block;
  margin: 0 0 0.375rem;
  line-height: normal;
}
@media screen and (max-width: 1290px) {
  .tile-container .tile .tile-content-wrapper .tile-content li {
    margin: 0 0 0.375rem;
  }
}
@media screen and (max-width: 1230px) {
  .tile-container .tile .tile-content-wrapper .tile-content li {
    margin: 0 0 0.3125rem;
  }
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-content-wrapper .tile-content li {
    margin: 0 0 0.5rem;
  }
}
.tile-container .tile .tile-content-wrapper .tile-content li a {
  text-decoration: underline;
}
.tile-container .tile .tile-content-wrapper .tile-content p:last-of-type {
  margin: 0;
}
.tile-container .tile .tile-content-wrapper .tile-content .button {
  padding: 0.625rem 1.875rem;
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .tile-container .tile .tile-content-wrapper .tile-content .button {
    margin-top: 1.25rem;
  }
}

.hero-banner-container {
  background-color: #faae52;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.hero-banner-container.otta-yellow {
  background-color: #faae52;
}
.hero-banner-container.otta-mint {
  background-color: #82c495;
}
.hero-banner-container.otta-salmon {
  background-color: #fd8474;
}
.hero-banner-container.otta-blue {
  background-color: #0C8BD4;
}
.hero-banner-container.otta-blue.centered {
  background-color: #0D8AD4;
}
.hero-banner-container.otta-blue .hero-banner .banner-content, .hero-banner-container.otta-blue .hero-banner .banner-content h1, .hero-banner-container.otta-blue .hero-banner .breadcrumb, .hero-banner-container.otta-blue .hero-banner .breadcrumb li a {
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.sticky-offset .hero-banner-container.otta-blue .hero-banner .breadcrumb, .sticky-offset .hero-banner-container.otta-blue .hero-banner .breadcrumb li a {
  color: #39324e;
}
.hero-banner-container.otta-purple {
  background-color: #39324e;
}
.hero-banner-container.otta-purple .hero-banner .banner-content, .hero-banner-container.otta-purple .hero-banner .banner-content h1, .hero-banner-container.otta-purple .hero-banner .breadcrumb, .hero-banner-container.otta-purple .hero-banner .breadcrumb li a {
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.sticky-offset .hero-banner-container.otta-purple .hero-banner .breadcrumb, .sticky-offset .hero-banner-container.otta-purple .hero-banner .breadcrumb li a {
  color: #39324e;
}
.hero-banner-container.no-images .banner-content {
  max-width: 100% !important;
  padding: 0 !important;
}
.hero-banner-container.no-images .banner-content h1 {
  padding-bottom: 0 !important;
}
.hero-banner-container .hero-banner {
  position: relative;
  width: 100%;
}
.hero-banner-container .hero-banner.centered {
  height: 146px;
}
.hero-banner-container .hero-banner.centered > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.hero-banner-container .hero-banner .banner-content {
  color: #39324e;
  padding: 1.4375rem 1.875rem 1.3125rem 0;
  max-width: 615px;
}
@media (max-width: 991.98px) {
  .hero-banner-container .hero-banner .banner-content {
    max-width: 520px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-container .hero-banner .banner-content {
    max-width: none;
  }
}
.hero-banner-container .hero-banner .banner-content h1 {
  font-family: "museo-sans";
  font-size: 3rem;
  font-weight: bold;
  color: #39324e;
  line-height: normal;
  padding-top: 1.875rem;
  padding-bottom: 0.9375rem;
}
@media (max-width: 1199.98px) {
  .hero-banner-container .hero-banner .banner-content h1 {
    font-size: 2.5rem;
  }
}
.hero-banner-container .hero-banner .breadcrumb {
  background: rgba(255, 255, 255, 0);
  color: #39324e;
  font-weight: 700;
  transition: none;
}
@media (max-width: 991.98px) {
  .hero-banner-container .hero-banner .breadcrumb {
    padding: 1rem 0;
  }
}
.sticky .hero-banner-container .hero-banner .breadcrumb {
  position: relative;
  top: auto;
  padding: 1rem 0;
}
@media (max-width: 575.98px) {
  .sticky .hero-banner-container .hero-banner .breadcrumb {
    padding: 1rem 0;
  }
}
.sticky-offset .hero-banner-container .hero-banner .breadcrumb {
  position: fixed;
  top: 86px;
  padding: 0.4375rem 0;
  background: white;
}
@media (max-width: 991.98px) {
  .sticky-offset .hero-banner-container .hero-banner .breadcrumb {
    top: 36px;
  }
}
@media (max-width: 575.98px) {
  .sticky-offset .hero-banner-container .hero-banner .breadcrumb {
    padding: 0.4375rem 0;
    width: 100%;
  }
}
.sticky-offset .hero-banner-container .hero-banner .breadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  background: #FFF;
  height: 100%;
  width: 100%;
}
.sticky-offset .hero-banner-container .hero-banner .breadcrumb ul {
  position: relative;
  z-index: 2;
}
.hero-banner-container .hero-banner .breadcrumb li a {
  font-weight: 500;
}
.hero-banner-container .hero-banner img.hero-banner-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  min-width: 100%;
}
.hero-banner-container .hero-banner img.hero-banner-image.centered {
  object-fit: contain;
  width: auto;
}
@media (max-width: 991.98px) {
  .hero-banner-container .hero-banner img.hero-banner-image:not(.centered) {
    display: none;
  }
}
.hero-banner-container .hero-banner .icon-container img {
  height: 75px;
  width: 75px;
}
.hero-banner-container .hero-banner .hero-banner-centered {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  padding-top: 20px;
  padding-bottom: 20px;
  /*@media screen and (max-width: 400px) {
      img.hero-banner-image.centered {
          height: auto;
      }
  }*/
}
@media screen and (max-width: 850px) {
  .hero-banner-container .hero-banner .hero-banner-centered {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 720px) {
  .hero-banner-container .hero-banner .hero-banner-centered {
    padding-bottom: 60px;
  }
}
.hero-banner-container .expandable-column {
  margin-top: 0;
}
.hero-banner-container .expandable-column > div:first-child {
  border: none;
}
@media (max-width: 1199.98px) {
  .hero-banner-container .expandable-column > div:first-child {
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-container .expandable-column > div:first-child {
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: none;
  }
}
.hero-banner-container .expandable-column > div:last-child:after {
  content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 50vw;
}

.home-banner-container {
  background-position: center center;
  background-size: cover;
  margin-bottom: 1.875rem;
}
.home-banner-container img {
  height: 0;
  width: 0;
  position: absolute;
}
.home-banner-container .home-banner-inner {
  background-image: linear-gradient(to right, rgba(57, 50, 78, 0.87) 26%, rgba(57, 50, 78, 0) 62%);
}
@media (max-width: 767.98px) {
  .home-banner-container .home-banner-inner {
    padding: 18.75rem 1.5rem 1.875rem;
    background-image: linear-gradient(to top, #39324e 40%, rgba(57, 50, 78, 0) 90%);
  }
}
.home-banner-container .home-banner-inner .container {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-right: 3.75rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .home-banner-container .home-banner-inner .container {
    position: static;
    padding-bottom: 0;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 575.98px) {
  .home-banner-container .home-banner-inner .container {
    padding: 1.25rem;
  }
}
.home-banner-container .home-banner-content {
  max-width: 468px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .home-banner-container .home-banner-content {
    max-width: none;
  }
}
.home-banner-container .home-banner-content .featured-content h1 {
  font-size: 2.375rem;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .home-banner-container .home-banner-content .featured-content h1 {
    font-size: 1.625rem;
  }
}
.home-banner-container .home-banner-content .featured-content p {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .home-banner-container .home-banner-content .featured-content p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.home-banner-container .home-banner-content .additional-info {
  margin-top: 3.125rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #FFF;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .home-banner-container .home-banner-content .additional-info {
    margin-top: 0;
  }
}
.home-banner-container .home-banner-content .additional-info a {
  color: #faae52;
}
.home-banner-container .home-banner-content .additional-info a[target=_blank]:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e606";
  padding-left: 6px;
  font-size: 10px;
}
.home-banner-container .home-banner-content .additional-info p {
  margin-bottom: 0.1875rem;
}
.home-banner-container .btn-video-toggle {
  position: absolute;
  right: 50px;
  bottom: 20px;
  background: #0C8BD4;
  color: #FFF;
  border-radius: 50%;
  border: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .home-banner-container .btn-video-toggle {
    bottom: auto;
    top: 20px;
  }
}
.home-banner-container .btn-video-toggle:focus, .home-banner-container .btn-video-toggle:focus-within {
  outline: none;
}
.home-banner-container .btn-video-toggle:after {
  content: "";
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 13px;
  border-color: transparent transparent transparent #FFF;
  transition: 200ms all ease-out;
  border-style: double;
  border-width: 0 0 0 12px;
}
.home-banner-container .btn-video-toggle.paused:after {
  border-style: solid;
  border-width: 7px 0 7px 14px;
}

.relevant-links-container {
  padding: 1.25rem 0 0;
  display: flex;
  justify-content: space-between;
}
.relevant-links-container + div {
  margin-top: 1.375rem;
}
@media (max-width: 767.98px) {
  .relevant-links-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.relevant-links-container .tile-item {
  flex: 0 0 21%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .relevant-links-container .tile-item {
    flex: 0 0 23%;
  }
}
@media (max-width: 767.98px) {
  .relevant-links-container .tile-item {
    flex: 0 0 40%;
  }
  .relevant-links-container .tile-item:first-child, .relevant-links-container .tile-item:nth-of-type(2) {
    margin-bottom: 1.375rem;
  }
}
@media (max-width: 575.98px) {
  .relevant-links-container .tile-item {
    flex: 0 0 45%;
  }
}
.relevant-links-container .tile-item.lead-tile img {
  height: 81px;
  margin-bottom: 0.75rem;
}
.relevant-links-container .tile-item.lead-tile a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .relevant-links-container .tile-item.lead-tile a {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .relevant-links-container .tile-item.lead-tile a {
    font-size: 0.875rem;
    line-height: 1.29;
  }
}
.relevant-links-container .tile-item.lead-tile a span {
  text-decoration: underline;
  position: relative;
}
.relevant-links-container .tile-item.lead-tile a span:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="13.6" height="17" viewBox="0 0 13.6 17"><path fill="%230A75B2" fill-rule="evenodd" d="M11.141 8.108a.56.56 0 0 1 .192.391.56.56 0 0 1-.192.395L2.065 16.83a.732.732 0 0 1-.447.17.733.733 0 0 1-.451-.17l-.97-.852A.517.517 0 0 1 0 15.586c0-.137.076-.29.195-.391l7.652-6.696L.196 1.807a.547.547 0 0 1-.195-.392c0-.137.076-.29.195-.394l.971-.85a.718.718 0 0 1 .45-.17c.155 0 .33.067.448.17l9.076 7.937z" /></svg>');
  height: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(26px, -50%);
}
@media (max-width: 575.98px) {
  .relevant-links-container .tile-item.lead-tile a span:after {
    transform: translate(20px, -50%);
  }
}
.relevant-links-container .tile-item .tile-content > div {
  background-position: center;
  background-size: cover;
  padding-top: 60.69%;
  margin-bottom: 0.625rem;
  height: 0;
}
@media (max-width: 767.98px) {
  .relevant-links-container .tile-item .tile-content > div {
    padding-top: 0;
    height: 120px;
  }
}
@media (max-width: 575.98px) {
  .relevant-links-container .tile-item .tile-content > div {
    height: 90px;
  }
}
.relevant-links-container .tile-item .tile-content > div img {
  height: 0;
  width: 0;
}
.relevant-links-container .tile-item .tile-content label {
  font-size: 1rem;
  color: #0C8BD4;
  margin: 0;
  line-height: normal;
  display: block;
  font-weight: 700;
}
.relevant-links-container .tile-item .tile-content h2 a {
  display: block;
  font-size: 1rem;
  line-height: 1.38;
  color: #39324e;
  padding-right: 0.5rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .relevant-links-container .tile-item .tile-content h2 a {
    font-size: 0.875rem;
    line-height: 1.29;
  }
}
.relevant-links-container .tile-item .tile-content h2 a:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8.588" height="22" viewBox="0 0 8.588 22"><path stroke="%2339324E" stroke-width="3" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" d="m1.5 1.5 5.589 9.245L1.5 20.5" /></svg>');
  width: 8.5px;
  height: 22px;
  position: absolute;
  bottom: 2px;
  right: 0;
}
.relevant-links-container .tile-item .btn {
  background: #0C8BD4;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5625rem 1.5rem;
  border-radius: 0;
  align-self: flex-start;
}
.relevant-links-container .tile-item .btn:hover {
  background: #0a75b2;
}

.image-cta-container {
  margin: 1.75rem 0;
}
.image-cta-container .upper-wrap {
  background-color: #F3F3F3;
  border: 1px solid #e0e0e0;
}
.image-cta-container .image-cta {
  padding: 30px 20px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1199.98px) {
  .image-cta-container .image-cta {
    padding: 0 20px;
  }
}
.image-cta-container .image-cta.homepage {
  background-color: #FFF;
}
.image-cta-container .image-cta .col-auto {
  padding-bottom: 26px;
}
@media (max-width: 1199.98px) {
  .image-cta-container .image-cta .col-auto {
    width: 100%;
    padding: 0;
  }
}
.image-cta-container .image-cta:not(.flex-row-reverse) .card {
  border-right: 24px solid #faae52;
}
.image-cta-container .image-cta:not(.flex-row-reverse) .card.green {
  border-color: transparent;
  border-right: 24px solid #82c495;
}
@media (max-width: 1199.98px) {
  .image-cta-container .image-cta.flex-row-reverse {
    flex-direction: column-reverse !important;
  }
}
.image-cta-container .image-cta.flex-row-reverse .cta-image {
  text-align: right;
}
.image-cta-container .image-cta.flex-row-reverse .cta-image a {
  padding-right: 6px;
}
.image-cta-container .image-cta.flex-row-reverse .card {
  border-left: 24px solid #faae52;
}
.image-cta-container .image-cta.flex-row-reverse .card.green {
  border-color: transparent;
  border-left: 24px solid #82c495;
}
.image-cta-container .image-cta .card {
  max-width: 328px;
}
@media (max-width: 1199.98px) {
  .image-cta-container .image-cta .card {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.image-cta-container .image-cta .card.transparent {
  border: 0;
  background: transparent;
  box-shadow: none !important;
}
@media (max-width: 1199.98px) {
  .image-cta-container .image-cta .card.transparent .card-body {
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .image-cta-container .image-cta .card {
    max-width: 100%;
  }
}
.image-cta-container .image-cta .card .card-body {
  padding: 2.2rem;
}
@media (max-width: 767.98px) {
  .image-cta-container .image-cta .card .card-body {
    padding: 1rem;
  }
}
.image-cta-container .image-cta .main-text {
  font-size: 1.0625rem;
  color: #39324e;
  line-height: 1.41;
  font-weight: 700;
}
.image-cta-container .image-cta .sub-text {
  font-size: 0.875rem;
  color: #39324e;
  line-height: 1.3;
  padding-top: 5px;
}
.image-cta-container .bottom-text {
  font-size: 0.75rem;
  color: #39324e;
  padding-top: 10px;
}
@media (max-width: 1199.98px) {
  .image-cta-container .cta-image {
    padding: 0;
  }
  .image-cta-container .cta-image > button {
    padding: 0;
    margin-bottom: 10px !important;
  }
}
.image-cta-container .cta-image .image {
  width: 100%;
  padding: 20px;
}
.image-cta-container .cta-image a {
  display: block;
  font-size: 0.8125rem;
  color: #39324e;
  text-decoration: underline;
  padding-left: 6px;
}
.image-cta-container .cta-image a:hover {
  color: #39324e;
}
.image-cta-container .cta-image .cta-button .button.otta-yellow {
  background-color: #faae52;
}
.image-cta-container .cta-image .cta-button .button.otta-mint {
  background-color: #82c495;
}
.image-cta-container .cta-image .cta-button .button.otta-salmon {
  background-color: #fd8474;
}
.image-cta-container .cta-image .cta-button .button.otta-blue {
  background-color: #0C8BD4;
}
.image-cta-container .cta-image .cta-button .button.otta-purple {
  background-color: #39324e;
}

.homepage-cta-container {
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .homepage-cta-container {
    padding: 20px 30px;
  }
}
@media (max-width: 575.98px) {
  .homepage-cta-container {
    padding: 20px 0;
  }
}
.homepage-cta-container .image-cta {
  padding: 30px 0;
}
.homepage-cta-container .image-cta .col-auto {
  padding-bottom: 26px;
}
.homepage-cta-container .image-cta.flex-row-reverse .cta-image {
  text-align: right;
}
.homepage-cta-container .image-cta.flex-row-reverse .cta-image a {
  padding-right: 6px;
}
.homepage-cta-container .image-cta .text-container {
  padding-right: 10%;
}
.homepage-cta-container .image-cta .text-container .main-text {
  font-family: "museo";
  font-size: 1.375rem;
  line-height: normal;
  color: #39324e;
  font-weight: 700;
}
.homepage-cta-container .image-cta .text-container .sub-text {
  margin-top: 5px;
  font-size: 1rem;
  color: #39324e;
  line-height: 1.4375rem;
  padding-top: 5px;
}
.homepage-cta-container .image-cta .text-container .cta-button {
  margin-top: 20px;
}
.homepage-cta-container .image-cta .text-container .cta-button .button {
  height: 40px;
  padding: 9px 24px;
  font-size: 1.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0rem;
}
.homepage-cta-container .image-cta .text-container .cta-button .button.otta-yellow {
  background-color: #faae52;
}
.homepage-cta-container .image-cta .text-container .cta-button .button.otta-mint {
  background-color: #82c495;
}
.homepage-cta-container .image-cta .text-container .cta-button .button.otta-salmon {
  background-color: #fd8474;
}
.homepage-cta-container .image-cta .text-container .cta-button .button.otta-blue {
  background-color: #0C8BD4;
}
.homepage-cta-container .image-cta .text-container .cta-button .button.otta-purple {
  background-color: #39324e;
}
.homepage-cta-container .image-cta .text-container .cta-button .button:hover {
  background: #0a75b2;
}
.homepage-cta-container .bottom-text:not(:empty) {
  font-size: 12px;
  color: #39324e;
  padding-top: 10px;
}
.homepage-cta-container .cta-image .image {
  width: 100%;
  padding: 20px;
}
.homepage-cta-container .cta-image a {
  font-size: 0.8125rem;
  color: #39324e;
  text-decoration: underline;
  padding-left: 6px;
}
.homepage-cta-container .cta-image a:hover {
  color: #39324e;
}

.icon-header-container {
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}
.icon-header-container .icon-header {
  width: 100%;
  display: flex;
  align-items: center;
}
.icon-header-container .icon-header .icon-container {
  width: 71px;
}
.icon-header-container .icon-header .text-container {
  padding-left: 1.1875rem;
  color: #0C8BD4;
  font-family: "museo-sans";
  font-size: 1.75rem;
  font-weight: bold;
}

.icon-content-container {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  margin-bottom: 0.3125rem;
}
@media (max-width: 767.98px) {
  .icon-content-container {
    align-items: flex-start;
  }
}
.icon-content-container.wide {
  align-items: flex-start;
  padding: 0.9375rem 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 575.98px) {
  .icon-content-container.wide {
    flex-direction: column;
    position: relative;
  }
}
.icon-content-container.wide > div:first-child {
  flex: 0 0 95px;
}
@media (max-width: 575.98px) {
  .icon-content-container.wide > div:first-child {
    margin-bottom: 0.625rem;
    flex: 0 0 50px;
  }
  .icon-content-container.wide > div:first-child img {
    width: 50px;
  }
}
.icon-content-container.wide > div:last-child {
  padding: 0 1.1875rem 0 2.6875rem;
}
@media (max-width: 767.98px) {
  .icon-content-container.wide > div:last-child {
    padding: 0 1.1875rem;
  }
}
@media (max-width: 575.98px) {
  .icon-content-container.wide > div:last-child {
    padding: 0 0.3125rem;
  }
  .icon-content-container.wide > div:last-child h3 {
    position: absolute;
    top: 15px;
    left: 63px;
    height: 50px;
    display: flex;
    align-items: center;
  }
}
.icon-content-container > div:first-child {
  flex: 0 0 80px;
  text-align: center;
}
.icon-content-container > div:last-child {
  width: 100%;
  padding: 0 1.1875rem;
}
.icon-content-container > div:last-child p:last-child {
  margin: 0;
}

.color-button-banner-container {
  margin-bottom: 1.25rem;
}
.color-button-banner-container.otta-yellow {
  background-color: #faae52;
}
.color-button-banner-container.otta-mint {
  background-color: #82c495;
}
.color-button-banner-container.otta-salmon {
  background-color: #fd8474;
}
.color-button-banner-container.otta-blue {
  background-color: #0C8BD4;
}
.color-button-banner-container .color-button-banner {
  padding-left: 1.9375rem;
  display: flex;
  align-items: center;
  padding-top: 1.125rem;
  padding-bottom: 1.1875rem;
}
@media only screen and (max-width: 480px) {
  .color-button-banner-container .color-button-banner {
    display: inline-block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
  }
}
.color-button-banner-container .color-button-banner .text-container {
  width: 75%;
}
@media only screen and (max-width: 600px) {
  .color-button-banner-container .color-button-banner .text-container {
    width: 65%;
  }
}
@media only screen and (max-width: 480px) {
  .color-button-banner-container .color-button-banner .text-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.color-button-banner-container .color-button-banner .text-container .banner-text {
  font-family: "museo-sans";
  font-size: 1.25rem;
  font-weight: bold;
  color: #39324e;
}
.color-button-banner-container .color-button-banner .button-container {
  width: 25%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  .color-button-banner-container .color-button-banner .button-container {
    width: 35%;
  }
}
@media only screen and (max-width: 480px) {
  .color-button-banner-container .color-button-banner .button-container {
    width: 100%;
    justify-content: center;
    padding-right: 0rem;
    padding-left: 0;
    padding-top: 0.625rem;
  }
}
.color-button-banner-container .color-button-banner .button-container .banner-button {
  background-color: #39324e;
  color: #FFF;
  font-family: "museo-sans";
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
  height: 2.5rem;
  border-radius: 0;
}

.featured-panel-container {
  padding: 1.25rem 0;
}
.featured-panel-container a {
  display: block;
}
.featured-panel-container .media-item {
  background-position: center;
  background-size: cover;
  padding-top: 37.27%;
  position: relative;
}
@media (max-width: 575.98px) {
  .featured-panel-container .media-item {
    display: none;
  }
}
.featured-panel-container .media-item img {
  height: 0;
  width: 0;
  position: absolute;
}
.featured-panel-container .media-mobile-item {
  display: none;
  background-position: center;
  background-size: cover;
  padding-top: 87.77%;
}
@media (max-width: 575.98px) {
  .featured-panel-container .media-mobile-item {
    display: block;
  }
}
.featured-panel-container .media-mobile-item img {
  height: 0;
  width: 0;
}

.info-tiles-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  padding: 1.25rem 0;
}
.info-tiles-container .tile-item {
  flex: 0 0 50%;
  padding: 0 30px;
  margin-bottom: 1.875rem;
}
@media (max-width: 575.98px) {
  .info-tiles-container .tile-item {
    flex: 0 0 100%;
  }
}
.info-tiles-container .tile-item .tile-img {
  background-position: center;
  background-size: cover;
  margin-bottom: 1.25rem;
  padding-top: 57.53%;
}
.info-tiles-container .tile-item .tile-img img {
  height: 0;
  width: 0;
}
.info-tiles-container .tile-item h3 {
  color: #0C8BD4;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.info-tiles-container .tile-item .tile-content {
  font-size: 1rem;
}
.info-tiles-container .tile-item .tile-content * {
  font-size: 1rem;
}
.info-tiles-container .tile-item .tile-content a {
  color: #39324e;
  text-decoration: underline;
}
.info-tiles-container .tile-item .tile-content a[target=_blank]:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e606";
  padding-left: 6px;
  font-size: 10px;
  color: #faae52;
}

.jumbo-link-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
@media (max-width: 575.98px) {
  .jumbo-link-list {
    padding: 0 15px;
  }
}
.jumbo-link-list > a {
  width: 100%;
  padding: 1.25rem 3.75rem 1.25rem 0;
  font-size: 1rem;
  line-height: normal;
  border-bottom: 1px solid #9e9e9e;
  color: #666;
  position: relative;
  transition: all 100ms ease-out;
}
@media (max-width: 767.98px) {
  .jumbo-link-list > a {
    font-size: 0.875rem;
  }
}
.jumbo-link-list > a:hover, .jumbo-link-list > a:focus {
  text-decoration: none;
  outline: none;
  color: #666;
  border-bottom: 3px solid #0C8BD4;
}
.jumbo-link-list > a:hover h3, .jumbo-link-list > a:hover .arrow-svg, .jumbo-link-list > a:focus h3, .jumbo-link-list > a:focus .arrow-svg {
  color: #0C8BD4;
}
.jumbo-link-list > a h3 {
  color: #39324e;
  font-size: 1.75rem;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 0.3125rem;
}
@media (max-width: 767.98px) {
  .jumbo-link-list > a h3 {
    font-size: 1.375rem;
  }
}
.jumbo-link-list > a .arrow-svg {
  position: absolute;
  top: 20px;
  right: 20px;
}

.find-risk-tolerance.counter li {
  margin-bottom: 1.5rem;
}
.find-risk-tolerance > li > label {
  margin-top: 0.5rem;
}
.find-risk-tolerance label {
  font-size: inherit;
  margin-bottom: 1rem;
}
.find-risk-tolerance label.radio {
  line-height: normal;
}
.find-risk-tolerance [type=radio] {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  clip: inherit;
  margin-right: 0.5rem;
}
.find-risk-tolerance [type=radio] + span:before {
  content: none;
}

.capsule {
  margin: 1.25rem 0;
}
.capsule + div > .annotate {
  display: inline-block;
  transform: translateY(-10px);
}
.capsule .capsule-header {
  background: #82c495;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 5px;
  color: #222;
  font-family: "KlinicSlab";
  font-size: 1rem;
  line-height: 1.1;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
.capsule .capsule-content {
  padding: 1.25rem 1.875rem;
  background: #f1f8f3;
}
@media (max-width: 575.98px) {
  .capsule .capsule-content {
    padding: 1.25rem;
  }
}
.capsule .capsule-content .otta-accordion:first-child {
  margin-top: -1.25rem;
}
.capsule .capsule-content .otta-accordion:last-child {
  margin-bottom: -1.25rem;
}
.capsule .capsule-content .otta-accordion > div.btn.open h2, .capsule .capsule-content .otta-accordion > button.open h2, .capsule .capsule-content .otta-accordion > a.btn.open h2 {
  color: #1f98dc;
}
.capsule .capsule-content .otta-accordion > div.btn h2, .capsule .capsule-content .otta-accordion > button h2, .capsule .capsule-content .otta-accordion > a.btn h2 {
  font-size: 1.25rem;
}
.capsule .capsule-content .image-cta-container {
  margin: 0;
}
.capsule .capsule-content .image-cta-container .image-cta {
  padding: 0.625rem 1.25rem;
}
.capsule .capsule-footer {
  background: #82c495;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 5px;
}

.bordered-card {
  background: #FFF;
  border-left: 15px solid #82c495;
  padding: 0.9375rem 1.5625rem;
  margin: 1.25rem 0;
}
@media (max-width: 575.98px) {
  .bordered-card {
    padding: 0.9375rem;
  }
}

.btn-check {
  background: #82c495;
  color: #39324e;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 2px;
  padding: 0.625rem 0;
  box-shadow: 0 12px 17px -13px rgba(0, 0, 0, 0.28);
  border: 2px solid #A6ECBA;
  white-space: nowrap;
  min-width: 185px;
  max-width: 220px;
  width: 100%;
}
.btn-check:hover, .btn-check.checked {
  background: #39324e;
  color: #FFF;
  border-color: #9c98a6;
}
.btn-check.checked svg.circle-check {
  animation: scale 0.3s ease-in-out 0.9s both;
}
.btn-check.checked svg.circle-check circle {
  animation: stroke-hide 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.btn-check.checked svg.circle-check path {
  animation: stroke-show 0.7s ease forwards;
}
.btn-check:hover circle {
  stroke: #FFF !important;
}

.custom-check .form-check {
  padding: 0;
  margin: 1.25rem 0;
  display: flex;
  align-items: center;
}
.custom-check .form-check .circle-check {
  cursor: pointer;
}
.custom-check .form-check .circle-check path {
  stroke: #39324e;
}
.custom-check .form-check .form-check-input {
  transform: scale(1.5);
  position: absolute;
  left: 5px;
  top: 7px;
  margin: 0;
  opacity: 0;
}
.custom-check .form-check .form-check-input:focus ~ label {
  outline: -webkit-focus-ring-color auto 1px;
}
.custom-check .form-check .form-check-label {
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.125rem;
}

svg.circle-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.625rem;
  fill-opacity: 0;
  overflow: visible;
}
svg.circle-check.sm {
  width: 16px;
  height: 16px;
  margin-right: 0.3125rem;
}
svg.circle-check.checked {
  animation: scale 0.3s ease-in-out 0.9s both;
}
svg.circle-check.checked circle {
  animation: stroke-hide 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
svg.circle-check.checked path {
  animation: stroke-show 0.7s ease forwards;
}
svg.circle-check circle {
  fill-opacity: 0;
  stroke: #39324e;
  stroke-width: 2;
  stroke-dasharray: 64;
}
svg.circle-check path {
  fill: none;
  stroke: #FFF;
  stroke-width: 3;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translate(3px, -3px);
}

@keyframes stroke-hide {
  100% {
    stroke-dashoffset: 64;
    fill: #82c495;
    fill-opacity: 1;
  }
}
@keyframes stroke-show {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
.bordered-card .funding-option-container .description, .bordered-card .funding-option-container .description * {
  line-height: 1rem;
}
.funding-option-container h3 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0 0 0.9375rem;
}
.funding-option-container h3 + strong {
  font-size: 0.875rem;
  color: #39324e;
  transform: translateY(-10px);
  display: inline-block;
}
.funding-option-container table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  color: #39324e;
  margin-top: 1.25rem;
}
.funding-option-container table th, .funding-option-container table td {
  padding: 10px 15px;
  position: relative;
}
.funding-option-container table th:first-child:after, .funding-option-container table td:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background: rgba(130, 196, 149, 0.4);
}
.funding-option-container table th {
  background: rgba(130, 196, 149, 0.5);
}
.funding-option-container table tr:nth-of-type(odd) td {
  background: #fbfdfc;
}
.funding-option-container table tr td {
  background: rgba(130, 196, 149, 0.25);
}
.funding-option-container .description, .funding-option-container .description * {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.funding-option-container .description {
  padding-bottom: 10px;
}
.funding-option-container .description p:last-child {
  margin-bottom: 0;
}
.funding-option-container .custom-fstdropdown {
  margin-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .funding-option-container .btn-check {
    max-width: none;
  }
}
.funding-option-container .info-actions {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .funding-option-container .info-actions {
    flex-wrap: wrap-reverse;
  }
}
.funding-option-container .info-actions > span {
  transform: translateY(-1px);
  white-space: nowrap;
  padding-right: 1.25rem;
}
.funding-option-container .info-actions > span:last-child {
  padding-right: 0;
}
.funding-option-container .info-actions > a {
  margin-right: 1.25rem;
}
.funding-option-container .info-actions a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
  color: #39324e;
  white-space: nowrap;
}
.funding-option-container .info-actions a:hover, .funding-option-container .info-actions a.open {
  color: #0C8BD4;
}
.funding-option-container .info-actions a.toggle-funding-info {
  position: relative;
  display: inline-block;
  padding-right: 1.25rem;
  /* Vertical line */
  /* horizontal line */
}
.funding-option-container .info-actions a.toggle-funding-info:before, .funding-option-container .info-actions a.toggle-funding-info:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0C8BD4;
  transition: all 0.25s ease-out;
}
.funding-option-container .info-actions a.toggle-funding-info:before {
  right: 5px;
  width: 2px;
  height: 11px;
}
.funding-option-container .info-actions a.toggle-funding-info:after {
  right: 0;
  width: 12px;
  height: 2px;
}
.funding-option-container .info-actions a.toggle-funding-info.open:before {
  opacity: 0;
}
.funding-option-container .info-actions a.toggle-funding-info.open:after {
  transform: rotate(180deg);
}
.funding-option-container .info-actions .ext:after {
  font-family: "icomoon";
  color: #faae52;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e606";
  padding-left: 10px;
  font-size: 13px;
  display: inline-block;
  transform: translateY(1px);
}

.funding-option-info-container {
  position: relative;
  padding-top: 10px;
}
.funding-option-info-container:before {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(57, 50, 78, 0.2);
  position: absolute;
  left: 0;
  top: 20px;
}
.funding-option-info-container > div {
  padding-top: 0.9375rem;
}
.funding-option-info-container p, .funding-option-info-container ul {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.funding-option-info-container p > li, .funding-option-info-container ul > li {
  margin: 0;
}

.plan-decision-container label {
  display: block;
  color: #39324e;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin: 0;
}
.plan-decision-container small {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .plan-decision-container .custom-check {
    border-bottom: 1px solid rgba(57, 50, 78, 0.2);
    margin-bottom: 0.9375rem;
  }
}
.plan-decision-container .custom-fstdropdown {
  width: 100%;
  margin: 0 0.625rem;
}
@media (max-width: 767.98px) {
  .plan-decision-container .custom-fstdropdown {
    max-width: 400px;
    text-align: center;
    margin: 0.3125rem 0 0.625rem;
  }
}
.plan-decision-container footer {
  border-top: 1px solid rgba(57, 50, 78, 0.2);
  padding: 1.25rem 0 0;
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
}
.plan-decision-container footer * {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
}
.plan-decision-container .validation-message {
  position: absolute;
  font-size: 11px;
  color: #D8000C;
  right: 44px;
  bottom: -18px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.btn-check.shake-x {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.custom-fstdropdown.sm .fstdropdown {
  font-size: 0.875rem;
}
.custom-fstdropdown.sm .fstdropdown > .fstselected {
  font-size: 0.875rem;
  padding: 4px 20px 4px 10px;
}
.custom-fstdropdown.sm .fstdropdown > .fstselected:after {
  height: 16px;
  width: 16px;
  margin-top: -8px;
}
.custom-fstdropdown.sm .fstdropdown > .fstlist > div {
  padding: 5px 10px;
}
.custom-fstdropdown .fstdropdown-select.user-selected + .fstdiv .fstselected {
  font-style: normal;
  font-weight: 900;
  color: #0D8AD4;
}
.custom-fstdropdown .fstdiv.open {
  position: relative;
  z-index: 998;
}
.custom-fstdropdown .fstdropdown {
  position: absolute;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 1rem;
  font-family: "museo";
}
.custom-fstdropdown .fstdropdown.open:hover {
  box-shadow: none;
}
.custom-fstdropdown .fstdropdown > .fstselected {
  min-height: 32px;
  box-shadow: none;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  border-bottom: 2px solid #39324e;
  color: #666;
}
.custom-fstdropdown .fstdropdown > .fstselected.user-selected {
  font-style: normal;
  font-weight: 900;
  color: #0D8AD4;
}
.custom-fstdropdown .fstdropdown > .fstselected:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"></path></svg>');
  height: 20px;
  width: 20px;
  border: 0;
  margin-top: -12px;
  right: 4px;
}
.custom-fstdropdown .fstdropdown > .fstlist {
  border-left: 1px solid #9A9B9D;
  border-right: 1px solid #9A9B9D;
  background: #E2E2E2;
  color: #494949;
  font-weight: 700;
  position: relative;
}
.custom-fstdropdown .fstdropdown > .fstlist > div {
  padding: 10px 15px;
  border-bottom: 1px solid #9A9B9D;
}
.custom-fstdropdown .fstdropdown > .fstlist > div:hover, .custom-fstdropdown .fstdropdown > .fstlist > div.selected {
  color: #494949;
  background: #FAFAFA;
  font-weight: 900;
}

.custom-rangeslider.percentage .rangeslider__handle__value:after, .custom-rangeslider.percentage .rangeslider__labels__label:after {
  content: "%";
}
.custom-rangeslider.percentage .rangeslider__labels__label:nth-of-type(2) {
  transform: translateX(14px);
}
.custom-rangeslider.money .rangeslider__handle__value:before, .custom-rangeslider.money .rangeslider__labels__label:before {
  content: "$";
}
.custom-rangeslider.spectrum .rangeslider--horizontal {
  background: transparent;
  border: 0;
  border-radius: 0;
  height: 20px;
}
.custom-rangeslider.spectrum .rangeslider--horizontal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #82c495 linear-gradient(90deg, #82c495 4%, #118cd4 60%, #39324e 96%) 0% 0% no-repeat padding-box;
  clip-path: polygon(0 95%, 100% 0%, 100% 100%, 0 100%);
  transform: translateY(-7px);
}
.custom-rangeslider.spectrum .rangeslider--horizontal .rangeslider__fill {
  background: transparent;
  box-shadow: none;
}
.custom-rangeslider.spectrum .rangeslider--horizontal .rangeslider__handle__value {
  display: none;
}
.custom-rangeslider.spectrum .rangeslider--horizontal .rangeslider__labels {
  padding-top: 1.75rem;
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .custom-rangeslider.spectrum .rangeslider--horizontal .rangeslider__labels {
    font-size: 0.625rem;
  }
}
.custom-rangeslider.spectrum .rangeslider--horizontal .rangeslider__labels .rangeslider__labels__label:nth-of-type(2) {
  transform: translateX(-13px);
}
.custom-rangeslider.spectrum .rangeslider--horizontal .rangeslider__labels .rangeslider__labels__label.active {
  font-weight: 700;
  position: relative;
}
.custom-rangeslider.spectrum .rangeslider--horizontal .rangeslider__labels .rangeslider__labels__label.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #FFF;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .custom-rangeslider.spectrum .rangeslider--horizontal .rangeslider__labels .rangeslider__labels__label.active:after {
    transform: translate(-50%, 5px);
  }
}
.custom-rangeslider .rangeslider--horizontal {
  height: 6px;
  color: #39324e;
  background: #39324e;
  box-shadow: none;
  border: 1px solid #39324e;
}
.custom-rangeslider .rangeslider--horizontal .rangeslider__handle {
  top: -15px;
  width: 36px;
  height: 36px;
}
.custom-rangeslider .rangeslider--horizontal .rangeslider__handle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(130, 196, 149, 0.2);
  box-shadow: 0 0 0 10px rgba(130, 196, 149, 0.2);
  transition: all 300ms ease-out;
  transform: scale(0.95);
}
.custom-rangeslider .rangeslider--horizontal .rangeslider__handle:after {
  content: url('data:image/svg+xml; utf8,  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%2339324e" d="M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z"></path></svg>');
  display: inline-block;
  width: 9px;
  height: 9px;
  background: none;
  transform: rotate(90deg) translateY(-8px);
}
.custom-rangeslider .rangeslider--horizontal .rangeslider__handle.sliding:before {
  opacity: 1;
  transform: scale(1.2);
}
.custom-rangeslider .rangeslider--horizontal .rangeslider__handle .rangeslider__handle__value {
  text-align: center;
  transform: translateY(-26px);
}
.custom-rangeslider .rangeslider--horizontal .rangeslider__fill {
  background: #82c495;
}
.custom-rangeslider .rangeslider--horizontal .rangeslider__labels {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.slider-descriptions {
  background: #FFF;
  color: #39324e;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.slider-descriptions > div {
  position: absolute;
  opacity: 0;
}
.slider-descriptions > div.active {
  position: relative;
  opacity: 1;
}

.child-plan-container {
  color: #39324e;
  margin: 0 0 1.875rem 1.875rem;
  width: calc(100% - 30px);
  max-width: 350px;
  transition: all 500ms ease;
}
@media (max-width: 991.98px) {
  .child-plan-container {
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 9999;
    transform: translateX(100%);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    margin: 0;
    /*padding-bottom: rem(30px);*/
  }
  .child-plan-container.open {
    right: 32px;
    transform: translateX(0);
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .child-plan-container.open {
    /*right: 20px;*/
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 991.98px) {
  .child-plan-container.bump-out {
    animation: bumpOut 3s cubic-bezier(0.83, 0, 0.17, 1);
  }
}
.child-plan-container.completed .child-plan-footer {
  background: #fd8474;
}
.child-plan-container.completed .child-plan-footer .final-step-container {
  height: 52px;
}
.child-plan-container .form-control:disabled {
  background-color: #FFF;
}
.child-plan-container .child-plan-header {
  background: #82c495;
  -webkit-print-color-adjust: exact;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 0.3125rem 1.25rem 0.5625rem 3.125rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.child-plan-container .child-plan-header:before {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-20.000000, -13.000000)"><g transform="translate(24.000000, 12.000000)"><g fill="%2339324E" transform="translate(9.929749, 1.155556)"><path d="M11.8444444,0 C5.30293841,0 0,5.30293841 0,11.8444444 C0,18.3859505 5.30293841,23.6888889 11.8444444,23.6888889 C18.3859505,23.6888889 23.6888889,18.3859505 23.6888889,11.8444444 C23.6888889,5.30293841 18.3859505,0 11.8444444,0 Z M11.8444444,2.05990338 C17.2482973,2.05990338 21.6289855,6.44059163 21.6289855,11.8444444 C21.6289855,17.2482973 17.2482973,21.6289855 11.8444444,21.6289855 C6.44059163,21.6289855 2.05990338,17.2482973 2.05990338,11.8444444 C2.05990338,6.44059163 6.44059163,2.05990338 11.8444444,2.05990338 Z"></path><path d="M7.63355422,10.3227867 C7.77972967,10.4941587 7.99602013,10.5933846 8.22399643,10.5937888 C8.46304352,10.5810572 8.68179415,10.4585909 8.81464365,10.2637765 L10.778684,7.282147 C10.9709878,6.94243443 10.8633551,6.51501498 10.5316414,6.30181049 C10.1997227,6.0884039 9.75586593,6.16135823 9.51333359,6.46893856 L8.09135195,8.61371519 L7.5130056,7.91852706 C7.39389209,7.76150347 7.21368421,7.65965032 7.01502501,7.63742047 C6.81636581,7.61498853 6.61709156,7.67420077 6.46476567,7.80070884 C6.13797231,8.06423364 6.08446349,8.5340919 6.34421706,8.86147701 L7.63355422,10.3227867 Z"></path><path d="M7.63355422,16.2082249 C7.77972967,16.3795969 7.99602013,16.4788229 8.22399643,16.4792271 C8.46304352,16.4664954 8.68179415,16.3440291 8.81464365,16.1492148 L10.778684,13.1675852 C10.9709878,12.8278727 10.8633551,12.4004532 10.5316414,12.1872487 C10.1997227,11.9738421 9.75586593,12.0467965 9.51333359,12.3543768 L8.09135195,14.4991534 L7.5130056,13.8039653 C7.39389209,13.6469417 7.21368421,13.5450886 7.01502501,13.5228587 C6.81636581,13.5004268 6.61709156,13.559639 6.46476567,13.6861471 C6.13797231,13.9496719 6.08446349,14.4195301 6.34421706,14.7469152 L7.63355422,16.2082249 Z"></path><rect x="12.3594203" y="8.23961353" width="6.17971014" height="1.02995169" rx="0.514975845"></rect><rect x="12.3594203" y="14.4193237" width="6.17971014" height="1.02995169" rx="0.514975845"></rect></g><path fill="%23FD8474" d="M12.392919,8.78131787 C12.392919,10.717523 10.8004478,12.2872734 8.83621761,12.2872734 C6.87159697,12.2872734 5.27912569,10.717523 5.27912569,8.78131787 C5.27912569,6.84511273 6.87159697,5.27536232 8.83621761,5.27536232 C10.8004478,5.27536232 12.392919,6.84511273 12.392919,8.78131787"></path><path fill="%2339324E" d="M7.70418669,17.0907694 C7.70418669,18.687465 6.39131557,19.9819895 4.77111858,19.9819895 C3.15131209,19.9819895 1.83805046,18.687465 1.83805046,17.0907694 C1.83805046,15.4940738 3.15131209,14.1991644 4.77111858,14.1991644 C6.39131557,14.1991644 7.70418669,15.4940738 7.70418669,17.0907694"></path><path fill="%23FFFFFF" opacity="0.400000006" d="M2.22366589,5.40107781 C2.22366589,6.86920632 1.01623058,8.05941433 -0.472757402,8.05941433 C-1.96252639,8.05941433 -3.16957119,6.86920632 -3.16957119,5.40107781 C-3.16957119,3.93333423 -1.96252639,2.74312621 -0.472757402,2.74312621 C1.01623058,2.74312621 2.22366589,3.93333423 2.22366589,5.40107781"></path></g></g></svg>');
  width: 38px;
  height: 24px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.child-plan-container .child-plan-header.has-multiple .input-group {
  border-bottom-color: transparent;
}
.child-plan-container .child-plan-header.has-multiple .plan-selector {
  width: 70px;
}
.child-plan-container .child-plan-header.has-multiple .plan-selector > a:before {
  height: 48px;
}
.child-plan-container .child-plan-header label {
  color: #39324e;
  font-family: "KlinicSlab";
  font-style: italic;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  height: 2rem;
  margin: 0;
}
.child-plan-container .child-plan-header .input-group {
  border-bottom: 2px solid #39324e;
}
.child-plan-container .child-plan-header .input-group.editable {
  background: #FFF;
}
.child-plan-container .child-plan-header .input-group.editable .btn:before {
  content: url('data:image/svg+xml; utf8,  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%2339324e" d="M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM288 64v96H96V64h192zm128 368c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V80c0-8.822 7.178-16 16-16h16v104c0 13.255 10.745 24 24 24h208c13.255 0 24-10.745 24-24V64.491a15.888 15.888 0 0 1 7.432 4.195l83.882 83.882A15.895 15.895 0 0 1 416 163.882V432zM224 232c-48.523 0-88 39.477-88 88s39.477 88 88 88 88-39.477 88-88-39.477-88-88-88zm0 144c-30.879 0-56-25.121-56-56s25.121-56 56-56 56 25.121 56 56-25.121 56-56 56z"></path></svg>');
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  transform: translateY(-2px);
}
.child-plan-container .child-plan-header .input-group .form-control {
  border: 0;
  background: transparent;
  font-family: "KlinicSlab";
  font-style: italic;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.125rem;
  height: 2rem;
}
.child-plan-container .child-plan-header .input-group .form-control:read-only {
  cursor: default;
}
.child-plan-container .child-plan-header .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.child-plan-container .child-plan-header .input-group .btn {
  padding: 0.375rem 0.3125rem 0;
  font-size: 0.6875rem;
  display: flex;
  align-items: center;
  /*                &:before {
      content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%2339324e" d="M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z"></path></svg>');
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-right: 5px;
  }*/
}
.child-plan-container .child-plan-header .plan-selector {
  width: 0;
  height: 34px;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  transition: width 300ms cubic-bezier(0.45, 0, 0.55, 1);
}
.child-plan-container .child-plan-header .plan-selector.open > a:after {
  transform: rotate(180deg) translateY(-5px);
}
.child-plan-container .child-plan-header .plan-selector.open .plan-selector-list {
  z-index: 2;
  opacity: 1;
  height: auto;
}
.child-plan-container .child-plan-header .plan-selector > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.child-plan-container .child-plan-header .plan-selector > a:before {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  top: -5px;
  left: -5px;
  background: #A6ECBA;
  transition: height 300ms cubic-bezier(0.45, 0, 0.55, 1);
}
.child-plan-container .child-plan-header .plan-selector > a:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23494949" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
  width: 10px;
  height: 20px;
  transition: transform 200ms ease;
}
.child-plan-container .child-plan-header .plan-selector .plan-selector-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 0;
  overflow: auto;
  max-height: 400px;
  background: #FFF;
  border-left: 1px solid #82c495;
  border-right: 1px solid #82c495;
  transition: opacity 300ms ease;
}
.child-plan-container .child-plan-header .plan-selector .plan-selector-list > div {
  padding: 0.625rem 1.25rem;
  font-family: "museo";
  font-size: 0.875rem;
  font-weight: 700;
  color: #494949;
  border-bottom: 1px solid #82c495;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 300ms ease;
  position: relative;
}
.child-plan-container .child-plan-header .plan-selector .plan-selector-list > div.selected, .child-plan-container .child-plan-header .plan-selector .plan-selector-list > div:hover {
  opacity: 1;
}
.child-plan-container .child-plan-header .plan-selector .plan-selector-list > div button {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 46px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-plan-container .child-plan-header .plan-selector .plan-selector-list > div button:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23D8000C" d="M296 432h16a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v272a8 8 0 0 0 8 8zm-160 0h16a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v272a8 8 0 0 0 8 8zM440 64H336l-33.6-44.8A48 48 0 0 0 264 0h-80a48 48 0 0 0-38.4 19.2L112 64H8a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h24v368a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V96h24a8 8 0 0 0 8-8V72a8 8 0 0 0-8-8zM171.2 38.4A16.1 16.1 0 0 1 184 32h80a16.1 16.1 0 0 1 12.8 6.4L296 64H152zM384 464a16 16 0 0 1-16 16H80a16 16 0 0 1-16-16V96h320zm-168-32h16a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v272a8 8 0 0 0 8 8z"></path></svg>');
  width: 14px;
  height: 16px;
}
.child-plan-container .child-plan-content {
  background: #f1f8f3;
  -webkit-print-color-adjust: exact;
  position: relative;
  z-index: 1;
}
.child-plan-container .child-plan-content .action-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5625rem 0 0.4375rem;
  border-bottom: 1px solid rgba(57, 50, 78, 0.2);
}
.child-plan-container .child-plan-content .action-bar > a {
  color: #39324e;
  font-size: 0.6875rem;
  line-height: 0.75rem;
  margin: 0 1.25rem;
  display: flex;
  align-items: center;
}
.child-plan-container .child-plan-content .action-bar > a.add-plan span {
  display: inline-block;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: rgba(130, 196, 149, 0.4);
  position: relative;
  margin-right: 5px;
}
.child-plan-container .child-plan-content .action-bar > a.add-plan span:before, .child-plan-container .child-plan-content .action-bar > a.add-plan span:after {
  content: "";
  position: absolute;
  height: 11px;
  width: 1px;
  background: #39324e;
  top: 1px;
  left: 6px;
}
.child-plan-container .child-plan-content .action-bar > a.add-plan span:after {
  transform: rotate(90deg);
}
.child-plan-container .child-plan-content .action-bar > a.print-plan:before {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 18 14" xmlns="http://www.w3.org/2000/svg"><path fill="%2382C495" d="M16.65,14 L1.35,14 C0.6057,14 0,13.411125 0,12.6875 L0,1.3125 C0,0.588875 0.6057,0 1.35,0 L11.25,0 C11.4984,0 11.7,0.196 11.7,0.4375 C11.7,0.679 11.4984,0.875 11.25,0.875 L1.35,0.875 C1.1016,0.875 0.9,1.071 0.9,1.3125 L0.9,12.6875 C0.9,12.929 1.1016,13.125 1.35,13.125 L16.65,13.125 C16.8984,13.125 17.1,12.929 17.1,12.6875 L17.1,6.5625 C17.1,6.321 17.3016,6.125 17.55,6.125 C17.7984,6.125 18,6.321 18,6.5625 L18,12.6875 C18,13.411125 17.3943,14 16.65,14"></path><path fill="%2339324E" d="M17.4186,3.6281875 L13.8186,0.1281875 C13.6431,-0.0424375 13.3578,-0.0424375 13.1823,0.1281875 C13.0068,0.2979375 13.0068,0.5761875 13.1823,0.7468125 L16.0137,3.4995625 L10.35,3.4995625 C8.8011,3.4995625 7.3386,4.0420625 6.2325,5.0281875 C5.1156,6.0230625 4.5,7.3451875 4.5,8.7495625 L4.5,9.1870625 C4.5,9.4285625 4.7016,9.6245625 4.95,9.6245625 C5.1984,9.6245625 5.4,9.4285625 5.4,9.1870625 L5.4,8.7495625 C5.4,6.3371875 7.6203,4.3745625 10.35,4.3745625 L16.0137,4.3745625 L13.1823,7.1264375 C13.0068,7.2970625 13.0068,7.5753125 13.1823,7.7450625 C13.2705,7.8316875 13.3857,7.8736875 13.5009,7.8736875 C13.6161,7.8736875 13.7313,7.8308125 13.8195,7.7450625 L17.4195,4.2450625 C17.595,4.0753125 17.595,3.7970625 17.4195,3.6264375 L17.4186,3.6281875 Z"></path></svg>');
  display: inline-block;
  height: 14px;
  width: 18px;
  margin-right: 5px;
}
.child-plan-container .child-plan-content .action-content {
  overflow: hidden;
  height: 0;
  transition: all 350ms cubic-bezier(0.45, 0, 0.55, 1);
}
.child-plan-container .child-plan-content .action-content.show {
  height: 100px;
  transform: translateY(-31px);
}
.child-plan-container .child-plan-content .action-content .action-inner {
  padding: 0.9375rem 1.25rem 1.25rem;
  background: #82c495;
}
.child-plan-container .child-plan-content .action-content .action-inner .form-group {
  margin: 0;
}
.child-plan-container .child-plan-content .action-content .action-inner .form-group label {
  color: #39324e;
  font-family: "KlinicSlab";
  font-size: 1rem;
  line-height: 1.0625rem;
  margin: 0 2px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.child-plan-container .child-plan-content .action-content .action-inner .form-group label span {
  font-family: "museo-sans";
  font-size: 0.6875rem;
  cursor: pointer;
}
.child-plan-container .child-plan-content .action-content .action-inner .form-group label span:hover {
  text-decoration: underline;
}
.child-plan-container .child-plan-content .action-content .action-inner .form-group .input-group {
  background: #FFF;
  color: #39324e;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #39324e;
  border-bottom-width: 2px;
}
.child-plan-container .child-plan-content .action-content .action-inner .form-group .input-group input {
  border: 0;
  padding-left: 0.9375rem;
  font-family: "KlinicSlab";
  font-size: 1.125rem;
  font-weight: 700;
}
.child-plan-container .child-plan-content .action-content .action-inner .form-group .input-group button {
  font-size: 11px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.child-plan-container .child-plan-content .action-content .action-inner .form-group .input-group button:before {
  content: url('data:image/svg+xml; utf8,  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%2339324e" d="M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM288 64v96H96V64h192zm128 368c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V80c0-8.822 7.178-16 16-16h16v104c0 13.255 10.745 24 24 24h208c13.255 0 24-10.745 24-24V64.491a15.888 15.888 0 0 1 7.432 4.195l83.882 83.882A15.895 15.895 0 0 1 416 163.882V432zM224 232c-48.523 0-88 39.477-88 88s39.477 88 88 88 88-39.477 88-88-39.477-88-88-88zm0 144c-30.879 0-56-25.121-56-56s25.121-56 56-56 56 25.121 56 56-25.121 56-56 56z"></path></svg>');
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  transform: translateY(-2px);
}
.child-plan-container .child-plan-content .plan-step {
  padding: 0.8125rem 1.25rem 1.0625rem;
  display: flex;
  opacity: 0.6;
  transition: all 250ms ease;
}
.child-plan-container .child-plan-content .plan-step.completed {
  opacity: 1;
}
.child-plan-container .child-plan-content .plan-step.active {
  background: #39324e;
  opacity: 1;
}
.child-plan-container .child-plan-content .plan-step.active .circle-check circle {
  stroke: #82c495;
}
.child-plan-container .child-plan-content .plan-step.active .circle-check path {
  stroke: #FFF;
}
.child-plan-container .child-plan-content .plan-step.active .form-group label {
  color: #82c495;
}
.child-plan-container .child-plan-content .plan-step.active .input-row label {
  color: #FFF;
}
.child-plan-container .child-plan-content .plan-step.active .form-group .checkbox-selection label {
  color: #FFF;
}
.child-plan-container .child-plan-content .plan-step.active .form-group .checkbox-selection .circle-check circle {
  stroke: #FFF;
}
.child-plan-container .child-plan-content .plan-step > .custom-check .form-check {
  pointer-events: none;
}
.child-plan-container .child-plan-content .plan-step .custom-check .form-check {
  margin: 0.25rem;
  pointer-events: none;
}
.child-plan-container .child-plan-content .plan-step .checkbox-selection {
  margin-top: -1px;
}
.child-plan-container .child-plan-content .plan-step .checkbox-selection .custom-check .form-check {
  margin: 0 0 0.1875rem;
}
.child-plan-container .child-plan-content .plan-step .checkbox-selection .custom-check .form-check:last-child {
  margin-bottom: 0;
}
.child-plan-container .child-plan-content .plan-step .checkbox-selection .custom-check .form-check label {
  font-family: "museo-sans";
  font-weight: 500;
  font-size: 0.875rem;
}
.child-plan-container .child-plan-content .plan-step .form-group {
  width: 100%;
  margin: 0;
}
.child-plan-container .child-plan-content .plan-step .form-group label {
  color: #39324e;
  font-family: "KlinicSlab";
  font-size: 1rem;
  line-height: 1.0625rem;
}
.child-plan-container .child-plan-content .plan-step .form-group select {
  position: static;
  opacity: 1;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.child-plan-container .child-plan-content .plan-step .form-group .form-control {
  pointer-events: none;
}
.child-plan-container .child-plan-content .plan-step .form-group div.form-control {
  /*background: transparent;
  border-color: transparent;*/
  height: auto;
  min-height: 32px;
}
.child-plan-container .child-plan-content .plan-step .input-row label {
  font-family: "museo-sans";
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0;
}
.child-plan-container .child-plan-content .plan-step .input-group.removable > .input-group-append > .btn:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fd8474" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z"></path></svg>');
  width: 12px;
  height: 12px;
  left: 17px;
}
.child-plan-container .child-plan-content .plan-step .input-group > .form-control {
  border-radius: 4px;
  max-height: 38px;
}
.child-plan-container .child-plan-content .plan-step .input-group > .input-group-append > .btn {
  position: relative;
  max-height: 38px;
}
.child-plan-container .child-plan-content .plan-step .input-group > .input-group-append > .btn:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #979797;
}
.child-plan-container .child-plan-content .plan-step .input-group > .input-group-append > .btn:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%2339324e" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 16px;
}
.child-plan-container .child-plan-content .plan-step .input-group > .input-group-append > .btn:focus, .child-plan-container .child-plan-content .plan-step .input-group > .input-group-append > .btn:focus-within {
  border: 1px solid transparent !important;
  box-shadow: none;
}
.child-plan-container .child-plan-footer {
  background: #82c495;
  -webkit-print-color-adjust: exact;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 0.3125rem;
}
.child-plan-container .child-plan-footer .final-step-container {
  background: #fd8474;
  color: #39324e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  height: 0;
  padding: 0 1.25rem;
  transition: height 300ms ease;
}
.child-plan-container .child-plan-footer .final-step-container p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
.child-plan-container .child-plan-footer .final-step-container a {
  color: #39324e;
  font-size: 0.75rem;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0.3125rem 0.625rem 0.3125rem 0;
}
.child-plan-container .child-plan-footer .final-step-container a:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%2339324e" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  transform: translateY(-2px);
}

.child-plan-mobile-container {
  display: none;
}
@media (max-width: 991.98px) {
  .child-plan-mobile-container {
    display: block;
  }
}
.child-plan-mobile-container .toggler-mobile {
  border: 0;
  min-width: 163px;
  height: 60px;
  border-radius: 50%;
  background: #82c495;
  color: #39324e;
  position: fixed;
  bottom: 32px;
  right: 106px;
  z-index: 9999;
  transition: all 350ms ease;
  border-radius: 30px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  padding: 0 0.625rem;
}
.child-plan-mobile-container .toggler-mobile:before {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-20.000000, -13.000000)"><g transform="translate(24.000000, 12.000000)"><g fill="%2339324E" transform="translate(9.929749, 1.155556)"><path d="M11.8444444,0 C5.30293841,0 0,5.30293841 0,11.8444444 C0,18.3859505 5.30293841,23.6888889 11.8444444,23.6888889 C18.3859505,23.6888889 23.6888889,18.3859505 23.6888889,11.8444444 C23.6888889,5.30293841 18.3859505,0 11.8444444,0 Z M11.8444444,2.05990338 C17.2482973,2.05990338 21.6289855,6.44059163 21.6289855,11.8444444 C21.6289855,17.2482973 17.2482973,21.6289855 11.8444444,21.6289855 C6.44059163,21.6289855 2.05990338,17.2482973 2.05990338,11.8444444 C2.05990338,6.44059163 6.44059163,2.05990338 11.8444444,2.05990338 Z"></path><path d="M7.63355422,10.3227867 C7.77972967,10.4941587 7.99602013,10.5933846 8.22399643,10.5937888 C8.46304352,10.5810572 8.68179415,10.4585909 8.81464365,10.2637765 L10.778684,7.282147 C10.9709878,6.94243443 10.8633551,6.51501498 10.5316414,6.30181049 C10.1997227,6.0884039 9.75586593,6.16135823 9.51333359,6.46893856 L8.09135195,8.61371519 L7.5130056,7.91852706 C7.39389209,7.76150347 7.21368421,7.65965032 7.01502501,7.63742047 C6.81636581,7.61498853 6.61709156,7.67420077 6.46476567,7.80070884 C6.13797231,8.06423364 6.08446349,8.5340919 6.34421706,8.86147701 L7.63355422,10.3227867 Z"></path><path d="M7.63355422,16.2082249 C7.77972967,16.3795969 7.99602013,16.4788229 8.22399643,16.4792271 C8.46304352,16.4664954 8.68179415,16.3440291 8.81464365,16.1492148 L10.778684,13.1675852 C10.9709878,12.8278727 10.8633551,12.4004532 10.5316414,12.1872487 C10.1997227,11.9738421 9.75586593,12.0467965 9.51333359,12.3543768 L8.09135195,14.4991534 L7.5130056,13.8039653 C7.39389209,13.6469417 7.21368421,13.5450886 7.01502501,13.5228587 C6.81636581,13.5004268 6.61709156,13.559639 6.46476567,13.6861471 C6.13797231,13.9496719 6.08446349,14.4195301 6.34421706,14.7469152 L7.63355422,16.2082249 Z"></path><rect x="12.3594203" y="8.23961353" width="6.17971014" height="1.02995169" rx="0.514975845"></rect><rect x="12.3594203" y="14.4193237" width="6.17971014" height="1.02995169" rx="0.514975845"></rect></g><path fill="%23FD8474" d="M12.392919,8.78131787 C12.392919,10.717523 10.8004478,12.2872734 8.83621761,12.2872734 C6.87159697,12.2872734 5.27912569,10.717523 5.27912569,8.78131787 C5.27912569,6.84511273 6.87159697,5.27536232 8.83621761,5.27536232 C10.8004478,5.27536232 12.392919,6.84511273 12.392919,8.78131787"></path><path fill="%2339324E" d="M7.70418669,17.0907694 C7.70418669,18.687465 6.39131557,19.9819895 4.77111858,19.9819895 C3.15131209,19.9819895 1.83805046,18.687465 1.83805046,17.0907694 C1.83805046,15.4940738 3.15131209,14.1991644 4.77111858,14.1991644 C6.39131557,14.1991644 7.70418669,15.4940738 7.70418669,17.0907694"></path><path fill="%23FFFFFF" opacity="0.400000006" d="M2.22366589,5.40107781 C2.22366589,6.86920632 1.01623058,8.05941433 -0.472757402,8.05941433 C-1.96252639,8.05941433 -3.16957119,6.86920632 -3.16957119,5.40107781 C-3.16957119,3.93333423 -1.96252639,2.74312621 -0.472757402,2.74312621 C1.01623058,2.74312621 2.22366589,3.93333423 2.22366589,5.40107781"></path></g></g></svg>');
  width: 38px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
}
.child-plan-mobile-container .toggler-mobile.hide {
  right: 0;
  transform: translateX(100%);
}
.child-plan-mobile-container .toggler-wrapper {
  position: fixed;
  top: 32px;
  right: 0;
  z-index: 9999;
  width: 350px;
  transform: translateX(100%);
  transition: all 500ms ease;
}
.child-plan-mobile-container .toggler-wrapper.open {
  right: 32px;
  transform: translateX(0);
}
@media (max-width: 575.98px) {
  .child-plan-mobile-container .toggler-wrapper.open {
    right: 50%;
    transform: translateX(50%);
  }
}
.child-plan-mobile-container .toggler-close {
  height: 38px;
  width: 89px;
  display: flex;
  align-items: center;
  background: #39324e;
  padding: 0 1.125rem;
  border-radius: 11px;
  transition: all 500ms ease;
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.42;
  color: #FFF;
  text-transform: lowercase;
  white-space: nowrap;
  border-radius: 19px;
  border: 0;
}
.child-plan-mobile-container .toggler-close:before {
  content: url("/Content/Images/icons-icon-chevron-left.svg");
  margin-right: 0.625rem;
  display: inline-block;
  transform: translateY(-2px) rotate(180deg);
}
.child-plan-mobile-container .child-plan-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 350ms ease-in;
}
.child-plan-mobile-container .child-plan-overlay.open {
  display: block;
  z-index: 9998;
  opacity: 1;
}

.column-widget-container {
  position: relative;
}
@media (max-width: 991.98px) {
  .column-widget-container {
    margin-top: 0 !important;
  }
  .column-widget-container > div.scrollmagic-pin-spacer {
    padding-top: 0 !important;
    position: static !important;
  }
  .column-widget-container > div.scrollmagic-pin-spacer > div.column-widget-container-inner {
    position: static !important;
  }
}
.column-widget-container.moved .info-hub-desktop-container {
  position: absolute;
  right: 0;
  bottom: 100%;
}

@keyframes bumpOut {
  0%, 100% {
    transform: translateX(100%);
  }
  35%, 65% {
    transform: translateX(30%);
  }
}
.fund-chart-container {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(57, 50, 78, 0.2);
}
.fund-chart-container h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #39324e;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fund-chart-container h4 span {
  font-size: 0.75rem;
  color: #666;
  white-space: nowrap;
}
.fund-chart-container .chart-container {
  padding: 0.9375rem 0 0;
}
.fund-chart-container .chart-container > .row > div:nth-of-type(3) table.ratings, .fund-chart-container .chart-container > .row > div:nth-of-type(4) table.ratings {
  margin-bottom: 0;
}
.fund-chart-container .chart-container h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #39324e;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.fund-chart-container .chart-container h5 span {
  font-size: 0.75rem;
  font-weight: 500;
}
.fund-chart-container .chart-container label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
}
.fund-chart-container .chart-container label.view-label {
  transform: translateY(7px);
}
.fund-chart-container .chart-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #39324e;
}
@media (max-width: 400px) {
  .fund-chart-container .chart-container table {
    border-spacing: 1px;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.fund-chart-container .chart-container table.ratings {
  text-align: center;
  border-spacing: 2px;
  margin-bottom: 0.9375rem;
}
.fund-chart-container .chart-container table.ratings td {
  background: rgba(130, 196, 149, 0.5);
  white-space: nowrap;
  padding: 0.5rem 0;
  width: 20%;
}
.fund-chart-container .chart-container table.ratings td.active {
  background: #39324e;
  color: #FFF;
}
.fund-chart-container .chart-container table.ratings td .star-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fund-chart-container .chart-container table.ratings td .star-container svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0.031rem;
}
.fund-chart-container .chart-container table th, .fund-chart-container .chart-container table td {
  padding: 0.5rem 0.9375rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .fund-chart-container .chart-container table th, .fund-chart-container .chart-container table td {
    padding: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .fund-chart-container .chart-container table th, .fund-chart-container .chart-container table td {
    padding: 0.5rem 0.1875rem;
  }
}
.fund-chart-container .chart-container table td {
  padding-bottom: 0;
}
@media (max-width: 400px) {
  .fund-chart-container .chart-container table td {
    font-size: 0.6875rem;
    vertical-align: top;
  }
}
.fund-chart-container .chart-container table th {
  background: rgba(130, 196, 149, 0.25);
}
@media (max-width: 575.98px) {
  .fund-chart-container .chart-container table th {
    text-align: center;
  }
  .fund-chart-container .chart-container table th span {
    display: none;
  }
}
.fund-chart-container .chart-container table th.no-data {
  background: #EFEFEF;
}
.fund-chart-container .chart-container .custom-fstdropdown.sm {
  max-width: 110px;
}
@media (max-width: 767.98px) {
  .fund-chart-container .chart-container .custom-fstdropdown.sm {
    max-width: none;
  }
}
.fund-chart-container .chart-container .legend-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.fund-chart-container .chart-container .legend-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.fund-chart-container .chart-container .legend-container ul > li {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  pointer-events: none;
}
.fund-chart-container .chart-container .legend-container ul > li span {
  transform: translateY(-1px);
  flex: 0 0 20px;
  width: 20px;
  height: 12px;
  margin-right: 10px;
}
.fund-chart-container .chart-container .legend-container ul > li p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 500;
}
.fund-chart-container .chart-container .view-list {
  display: flex;
  flex-direction: column;
  width: 105px;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .fund-chart-container .chart-container .view-list {
    flex-direction: row;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .fund-chart-container .chart-container .view-list {
    flex-direction: row;
    width: auto;
  }
}
.fund-chart-container .chart-container .view-list a {
  display: block;
  border: 1px solid #9A9B9D;
  border-radius: 2px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #494949;
  text-align: center;
  padding: 0.25rem;
  margin: 0.0625rem 0;
  opacity: 0.7;
  transition: opacity 250ms ease;
}
@media (max-width: 767.98px) {
  .fund-chart-container .chart-container .view-list a {
    padding: 0.25rem 0.5rem;
  }
}
.fund-chart-container .chart-container .view-list a:hover, .fund-chart-container .chart-container .view-list a:focus {
  text-decoration: none;
  opacity: 1;
}
.fund-chart-container .chart-container .view-list a.active {
  border: 2px solid #A6ECBA;
  border-radius: 2px;
  background-color: #82c495;
  box-shadow: 0 12px 17px -13px rgba(0, 0, 0, 0.28);
  color: #39324e;
  opacity: 1;
}
.fund-chart-container footer {
  color: #555D5B;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 700;
  padding: 0 0.5rem;
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.vlc-share-menu {
  display: flex;
  flex-direction: column;
  padding: 10px 14px;
  background-color: #FFF;
  border: solid 1px #39324e;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vlc-share-menu-header {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.vlc-share-menu-header > span {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #39324e;
}
.vlc-share-menu-header svg {
  color: #39324e;
  width: 20px;
  cursor: pointer;
}
.vlc-share-menu-body {
  height: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1210px) {
  .vlc-share-menu-body {
    gap: 10px;
  }
}
@media screen and (max-width: 1052px) {
  .vlc-share-menu-body {
    gap: 20px;
  }
}
@media screen and (max-width: 430px) {
  .vlc-share-menu-body {
    gap: 10px;
  }
}
.vlc-share-menu-body > div {
  width: 100%;
  max-width: 340px;
}
.vlc-share-menu-body-buttons {
  display: inline-flex;
  justify-content: space-between;
}
.vlc-share-menu-body-buttons .vlc-share-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.vlc-share-menu-body-buttons .vlc-share-buttons img {
  width: 62px;
  height: 62px;
}
@media screen and (max-width: 1210px) {
  .vlc-share-menu-body-buttons .vlc-share-buttons img {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 1052px) {
  .vlc-share-menu-body-buttons .vlc-share-buttons img {
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 430px) {
  .vlc-share-menu-body-buttons .vlc-share-buttons img {
    width: 48px;
    height: 48px;
  }
}
.vlc-share-menu-body-buttons .vlc-share-buttons img.bounce {
  animation: bounce 0.3s ease-out 1;
}
.vlc-share-menu-body-buttons .vlc-share-buttons > div {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 1210px) {
  .vlc-share-menu-body-buttons .vlc-share-buttons > div {
    font-size: 12px;
  }
}
@media screen and (max-width: 1052px) {
  .vlc-share-menu-body-buttons .vlc-share-buttons > div {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .vlc-share-menu-body-buttons .vlc-share-buttons > div {
    font-size: 12px;
  }
}
.vlc-share-menu-body-copy {
  position: relative;
}
.vlc-share-menu-body-copy.bounce {
  animation: bounce 0.3s ease-out 1;
}
.vlc-share-menu-body-copy-link {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #494949;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: solid 1px #9A9B9D;
  border-radius: 4px;
  background-color: #FFF;
  padding: 11px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  height: 40px;
}
.vlc-share-menu-body-copy-button {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0a75b2;
  position: absolute;
  right: 11px;
  top: 7px;
  background: white;
  padding-left: 10px;
  text-decoration: underline !important;
}

.expandable-column .vlc-container {
  margin-bottom: 3.125rem;
}
.expandable-column .vlc-container .vlc-list-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 1.25rem;
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper {
  height: 100%;
  width: 100%;
  flex-basis: 48%;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 1052px) {
  .expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 991px) {
  .expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 800px) {
  .expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper {
    flex-basis: 100%;
  }
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper .vlc-anchor {
  position: absolute;
  top: 0px;
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper.fixed-height {
  height: var(--item-height);
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper .vlc-button-wrapper {
  position: relative;
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper .vlc-button-wrapper button {
  padding: 0;
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper > button {
  height: 0;
  padding-top: 61.4432989691%;
  overflow: hidden;
  display: contents;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 10px !important;
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper > button img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper .vlc-description-container.ellipsis {
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper .vlc-description-container {
  font-size: 16px;
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper .vlc-description-container h3 {
  color: #0C8BD4;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper .vlc-description-container p {
  font-size: 16px;
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper .vlc-description-container a {
  font-size: 16px;
  color: #0a75b2;
  text-decoration: underline;
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper .vlc-subheader-wrapper {
  margin: 0.625rem 0;
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: baseline;
}
@media screen and (max-width: 680px) {
  .expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper .vlc-subheader-wrapper {
    height: 35px;
  }
}
.expandable-column .vlc-container .vlc-list-wrapper .vlc-item-wrapper .vlc-subheader-wrapper .vlc-transcript-link {
  font-size: 0.8125rem;
  line-height: 1;
  color: #39324e;
  text-decoration: underline;
  align-self: flex-start;
}

.vlc-modal-video-wrapper {
  position: relative;
}
@media screen and (max-width: 375px) {
  .vlc-modal-video-wrapper .vlc-share-buttons > div {
    display: none;
  }
}
.vlc-modal-video-wrapper .vlc-share-menu-body {
  padding: 20px 125px;
  padding-top: 45px;
}

.vlc-share-menu-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.vlc-share-buttons {
  z-index: 1 !important;
}
.vlc-share-buttons-float-left {
  float: left;
  padding-top: 5px;
}

.vlc-video-file {
  width: 100%;
  height: 100%;
}

#vlc-share-menu-wrapper {
  display: none;
  height: 100%;
}

.vlc-share-button-trigger {
  padding: 3px 4px 0 0;
  font-family: "museo-sans";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0a75b2;
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: end;
  gap: 4px;
  cursor: pointer;
  transition: opacity 200ms ease;
}
.vlc-share-button-trigger-modal {
  padding: 3px 4px 8px 0;
  font-family: "museo-sans";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0a75b2;
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: end;
  gap: 4px;
  cursor: pointer;
}
.vlc-share-button-trigger-modal a {
  text-decoration: underline !important;
}
.vlc-share-button-trigger-modal img {
  width: 37px;
  height: 37px;
}
.vlc-share-button-trigger a {
  text-decoration: underline !important;
}
.vlc-share-button-trigger img {
  width: 27px;
  height: 27px;
}

div[data-target=iframe] ~ iframe {
  top: 35px !important;
}

div.video-js {
  border: 1px solid #39324e;
}
div.video-js.vjs-has-started .vjs-current-time {
  display: block;
}
div.video-js.vjs-has-started .vjs-remaining-time {
  display: none;
}
div.video-js .vjs-big-play-button {
  display: none;
}
div.video-js .vjs-poster {
  background-size: cover;
}
div.video-js .vjs-control-bar {
  display: flex !important;
  background: rgba(57, 50, 78, 0.9);
}
div.video-js .vjs-control-bar .vjs-time-control {
  font-family: "museo-sans";
  font-size: 0.75rem;
  line-height: 1.875rem;
}
div.video-js .vjs-control-bar .vjs-volume-vertical {
  background-color: rgba(0, 0, 0, 0.7);
}
div.video-js .vjs-control-bar .vjs-fullscreen-control .vjs-icon-placeholder:before {
  top: -2px;
  content: url('data:image/svg+xml; utf8, <svg width="40" height="34" viewBox="0 0 40 34" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="31.4,12.6 31.4,8.7 25.8,8.7"></polyline><polyline fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="14.7,8.7 9.1,8.7 9.1,12.6"></polyline><polyline fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="25.8,24.8 31.4,24.8 31.4,20.9"></polyline><polyline fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="9.1,20.9 9.1,24.8 14.7,24.8"></polyline><rect x="13.7" y="12.3" fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" enable-background="new" width="13.3" height="8.9"></rect></svg>');
}

iframe.wistia_embed {
  border: 1px solid #39324e;
}

.carousel-widget-container {
  margin: 2.5rem 0 0.625rem;
}
.carousel-widget-container h3 {
  color: #0C8BD4;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1.25rem;
}
.carousel-widget-container .carousel-inner-wrapper {
  position: relative;
  padding: 0 1.875rem;
}
.carousel-widget-container .carousel-widget {
  width: 100%;
  margin: 0 auto;
  padding: 2.03125rem 0;
}
.carousel-widget-container .carousel-widget .cycle-carousel-wrap {
  top: 2.03125rem !important;
}
.carousel-widget-container .carousel-widget .cycle-slide {
  width: 33%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .carousel-widget-container .carousel-widget .cycle-slide {
    width: 100%;
  }
}
.carousel-widget-container .carousel-widget .cycle-slide > div {
  display: flex;
  align-items: center;
  height: 100%;
}
.carousel-widget-container .carousel-widget .cycle-slide img {
  transition: all 250ms ease;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.carousel-widget-container .carousel-widget .cycle-slide label {
  display: none;
}
.carousel-widget-container .carousel-widget .cycle-slide-active + .cycle-slide img {
  transform: scale(1.5);
}
@media only screen and (max-width: 600px) {
  .carousel-widget-container .carousel-widget .cycle-slide-active + .cycle-slide img {
    transform: none;
  }
}
.carousel-widget-container .cycle-next, .carousel-widget-container .cycle-prev {
  position: absolute;
  width: 20px;
  height: 49px;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  background-color: transparent;
}
.carousel-widget-container .cycle-next:hover path, .carousel-widget-container .cycle-prev:hover path {
  stroke: #0D8AD4;
}
.carousel-widget-container .cycle-next {
  right: 0;
}
.carousel-widget-container .cycle-prev {
  left: 0;
}
.carousel-widget-container .swipe-reminder {
  background-color: rgba(0, 0, 0, 0.6);
  width: 50%;
  padding: 15px 5px;
  font-size: 2rem;
  color: lightgray;
  text-align: center;
  font-family: "museo", Arial, Helvetica, Sans-Serif;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-widget-container .swipe-reminder.hide {
  display: none;
}
.carousel-widget-container .swipe-reminder.show {
  display: block;
}
.carousel-widget-container footer {
  padding: 1rem;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .carousel-widget-container footer {
    padding: 0;
  }
}
.carousel-widget-container footer label {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #0C8BD4;
  margin: 0;
}

.gc-container {
  margin: 0 0 1.875rem;
}
.gc-container .callout {
  background: #FFF;
  position: relative;
  padding: 2.125rem 1.625rem 2.0625rem 3.125rem;
  box-shadow: 4px 7px 14px 2px rgba(192, 192, 192, 0.62);
  flex: 0 0 17.5rem;
}
.gc-container .callout:before {
  content: "";
  width: 24px;
  height: 100%;
  background: #faae52;
  position: absolute;
  top: 0;
  left: 0;
}
.gc-container .callout h4 {
  color: #39324e;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  margin: 0;
}
.gc-container .gc-info-box {
  display: flex;
  align-items: flex-start;
  padding: 1.875rem 0;
}
@media (max-width: 1199.98px) {
  .gc-container .gc-info-box {
    flex-wrap: wrap;
  }
  .gc-container .gc-info-box .callout {
    flex: 0 0 100%;
    margin-bottom: 1.875rem;
  }
}
.gc-container .gc-info-box ul {
  width: 100%;
  margin: 0;
}
.gc-container .gc-info-box .callout {
  margin-right: 1.875rem;
}
.gc-container .gc-image-box {
  padding: 2.5rem 1.5625rem;
  margin: 0 0 2.5rem;
  background: #F3F3F3;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .gc-container .gc-image-box {
    flex-wrap: wrap;
  }
}
.gc-container .gc-image-box .img-wrapper {
  padding: 0 1.25rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .gc-container .gc-image-box .img-wrapper {
    margin-bottom: 1.875rem;
  }
}
.gc-container .gc-image-box .img-wrapper img {
  object-fit: contain;
}
.gc-container .gc-image-box .callout {
  margin-left: 1.875rem;
}
@media (max-width: 767.98px) {
  .gc-container .gc-image-box .callout {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.gc-container .gc-list {
  display: flex;
  text-align: center;
  margin: 0 -0.9375rem 0.625rem;
}
@media (max-width: 1199.98px) {
  .gc-container .gc-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .gc-container .gc-list {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767.98px) {
  .gc-container .gc-list {
    flex-wrap: wrap;
  }
}
.gc-container .gc-list .gc-item {
  padding: 0 0.9375rem;
  max-width: 12.5rem;
  margin: 0 auto 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .gc-container .gc-list .gc-item {
    max-width: none;
    flex: 0 0 100%;
  }
  .gc-container .gc-list .gc-item img {
    max-width: 12.5rem;
  }
}
.gc-container .gc-list .gc-item label {
  display: block;
  color: #0C8BD4;
  margin: 0 -0.5rem 0.625rem;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 700;
}
.gc-container .gc-list .gc-item .view-gallery {
  cursor: pointer;
}
.gc-container .gc-list .gc-item .img-wrap {
  width: 100%;
  height: 12.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gc-container .gc-list .gc-item .img-wrap img {
  max-height: 12.375rem;
}
.gc-container .gc-list .gc-item .enlarge {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  padding: 0.5rem 0;
  white-space: nowrap;
}
.gc-container .gc-list .gc-item .enlarge svg {
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.3125rem;
}
.gc-container .gc-list .gc-item .enlarge svg path {
  fill: #0C8BD4;
}
.gc-container .gc-list .gc-item .input-group {
  justify-content: center;
  margin: 0.625rem 0;
}
.gc-container .gc-list .gc-item .input-group .input-group-prepend .input-group-text {
  padding-right: 0.9375rem;
}
.gc-container .gc-list .gc-item .input-group .input-group-append .input-group-text {
  padding-left: 0.9375rem;
}
.gc-container .gc-list .gc-item .input-group .input-group-text {
  background: transparent;
  padding: 0;
  border: none;
}
.gc-container .gc-list .gc-item .input-group .form-control {
  border-radius: 4px;
  max-width: 2.625rem;
  text-align: center;
}
.gc-container .gc-list .gc-item .input-group .form-control[readonly] {
  background: #FFF;
}
.gc-container .gc-list .gc-item .input-group button {
  background: transparent;
  border: 2px solid #C0C0C0;
  border-radius: 50%;
  padding: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gc-container .gc-list .gc-item .input-group svg {
  width: 0.9375rem;
  height: 1.0625rem;
}
.gc-container .gc-list .gc-item .input-group svg path {
  fill: #39324e;
}
.gc-container .gc-cart {
  margin: 1.25rem 0;
  padding: 1rem 1.875rem 1.375rem 1.6875rem;
  border-radius: 12px;
  border: solid 1px #e0e0e0;
}
.gc-container .gc-cart .gc-cart-items {
  margin: 0.9375rem 0;
}
.gc-container .gc-cart .gc-cart-items .gc-cart-item {
  display: none;
  margin: 0 0 1.25rem;
}
.gc-container .gc-cart .gc-cart-items .gc-cart-item.ordered {
  display: block;
}
.gc-container .gc-cart .gc-cart-items .gc-cart-item label {
  display: block;
  color: #666;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 700;
  margin: 0;
}
.gc-container .gc-cart .gc-cart-items .gc-cart-item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.gc-container .gc-cart .gc-cart-items .gc-cart-item .item-img-wrapper {
  width: 100%;
  padding: 0.3125rem 0;
  margin-right: 0.625rem;
  border-bottom: 1px solid #979797;
}
.gc-container .gc-cart .gc-cart-items .gc-cart-item .item-img-wrapper img {
  max-width: 10rem;
  transform: translateX(-8px);
}
.gc-container .gc-cart .gc-cart-items .gc-cart-item .form-control {
  border-radius: 4px;
  max-width: 2.625rem;
  text-align: center;
  border-color: #9A9B9D;
}
.gc-container .gc-cart .gc-cart-items .gc-cart-item .form-control[readonly] {
  background: #FFF;
}
.gc-container .gc-cart .gc-cart-items .empty-cart {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-style: italic;
  color: #d8d8d8;
}
.gc-container .gc-form-container {
  margin: 1.25rem 0;
  padding: 1.5rem 1.8125rem 1.5rem 2.0625rem;
  border-radius: 12px;
  background: #f4f4f4;
  position: relative;
}
.gc-container .gc-form-container h3 {
  margin: 0;
}
.gc-container .gc-form-container small {
  color: #39324e;
  font-weight: 700;
}
.gc-container .gc-form-container form {
  margin: 2.1875rem 0 0;
}
.gc-container .gc-form-container form .row {
  margin: 0 -0.46875rem;
}
.gc-container .gc-form-container form .row > div {
  padding: 0 0.46875rem 1.25rem;
  position: relative;
}
.gc-container .gc-form-container form select {
  opacity: 1;
  max-width: calc(100% - 15px);
}
.gc-container .gc-form-container form .form-control {
  border-radius: 4px;
  border-color: #9A9B9D;
  height: 2.5rem;
  padding: 0.6875rem 1rem;
  font-size: 0.875rem;
  color: #494949;
  font-family: "Lato", sans-serif;
}
.gc-container .gc-form-container form .form-control.err {
  border-color: #D8000C;
}
.gc-container .gc-form-container form .form-control::placeholder {
  color: #494949;
  opacity: 1;
}
.gc-container .gc-form-container form .form-control:-ms-input-placeholder {
  color: #494949;
}
.gc-container .gc-form-container form .form-control::-ms-input-placeholder {
  color: #494949;
}
.gc-container .gc-form-container form .val-message {
  position: absolute;
  left: 0.625rem;
  color: #D8000C;
  font-size: 0.6875rem;
  line-height: normal;
  font-weight: 700;
  margin-top: 0.1875rem;
}
.gc-container .gc-form-container form .custom-control-input {
  opacity: 1;
  transform: translateY(2px);
}
.gc-container .gc-form-container form .help-text {
  font-size: 0.75rem;
}
.gc-container .gc-form-container form .legal {
  font-size: 0.75rem;
  line-height: 1.33;
}
.gc-container .gc-form-container form strong {
  display: inline-block;
  font-size: 0.875rem;
  line-height: normal;
  color: #39324e;
  padding-right: 0.625rem;
}
.gc-container .gc-form-container form .btn {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  max-width: 11.5625rem;
}
.gc-container .gc-form-container .gc-form-loader {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.gc-container .btn {
  background: #0C8BD4;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5625rem 1.5rem;
  border-radius: 0;
}
.gc-container .btn:hover, .gc-container .btn:focus {
  background: #0a75b2;
}

#modalGallery .modal-body {
  display: flex;
  justify-content: center;
}
#modalGallery .cycle-slideshow img {
  min-height: 300px;
}
#modalGallery .cycle-slideshow .cycle-next, #modalGallery .cycle-slideshow .cycle-prev {
  position: absolute;
  width: 20px;
  height: 49px;
  background-size: cover;
  top: 50%;
  transform: translateY(-65%);
  border: none;
  padding: 0;
  background-color: transparent;
}
#modalGallery .cycle-slideshow .cycle-next:hover path, #modalGallery .cycle-slideshow .cycle-prev:hover path {
  stroke: #0D8AD4;
}
#modalGallery .cycle-slideshow .cycle-next {
  right: -180px;
}
#modalGallery .cycle-slideshow .cycle-prev {
  left: -180px;
}
#modalGallery .cycle-slideshow .cycle-pager {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
#modalGallery .cycle-slideshow .cycle-pager span {
  color: transparent;
  width: 20px;
  height: 20px;
  margin: 0 0.625rem;
  border-radius: 50%;
  border: 2px solid #39324e;
  background: #FFF;
  cursor: pointer;
}
#modalGallery .cycle-slideshow .cycle-pager span.cycle-pager-active {
  background: #0C8BD4;
}

.open-account-form-wrapper {
  display: flex;
  flex-direction: column;
}
.open-account-form-wrapper > p {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33;
  color: #666;
  margin-bottom: 24px;
}
.open-account-form-wrapper .oaf-plan-selector-wrapper {
  padding: 14px 24px 10px 16px;
  border-radius: 12px;
  background-color: rgba(255, 231, 228, 0.5);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .open-account-form-wrapper .oaf-plan-selector-wrapper {
    margin-bottom: 17px;
  }
}
.open-account-form-wrapper .oaf-plan-selector-wrapper .oaf-plan-selector-label {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  color: #39324e;
  margin-bottom: 5px;
}
.open-account-form-wrapper .oaf-plan-selector-wrapper .oaf-plan-selector-label > span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.43;
}
.open-account-form-wrapper .oaf-plan-selector-wrapper .oaf-plan-selector-radio-group {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.open-account-form-wrapper .oaf-plan-selector-wrapper .oaf-plan-selector-radio-group .form-group {
  padding-left: 0;
  flex-grow: 1;
  cursor: pointer;
  margin-bottom: 0;
}
.open-account-form-wrapper .oaf-plan-selector-wrapper .oaf-plan-selector-radio-group .form-group .form-check-input:focus + label {
  outline: -webkit-focus-ring-color auto 1px;
}
.open-account-form-wrapper .oaf-plan-selector-wrapper .oaf-plan-selector-radio-group label {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 0.875rem;
  font-weight: bold;
  color: #39324e;
  cursor: pointer;
}
.open-account-form-wrapper .oaf-plan-selector-wrapper .oaf-plan-selector-radio-group input[name=relationship] {
  width: 195px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #9a9b9d;
  background-color: #FFF;
  padding-left: 16px;
}
.open-account-form-wrapper .oaf-investment-wrapper .oaf-investment-title {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.3;
  color: #39324e;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .open-account-form-wrapper .oaf-investment-wrapper .oaf-investment-title {
    font-size: 1.25rem;
  }
}
.open-account-form-wrapper .oaf-investment-wrapper .form-group {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.open-account-form-wrapper .oaf-investment-wrapper .form-group svg {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .open-account-form-wrapper .oaf-investment-wrapper .form-group svg {
    transform: translateY(1px);
  }
}
.open-account-form-wrapper .oaf-investment-wrapper .form-group input[type=radio]:focus + label {
  outline: -webkit-focus-ring-color auto 1px;
}
.open-account-form-wrapper .oaf-investment-wrapper label {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 0.875rem;
  font-weight: bold;
  color: #39324e;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  position: relative;
  top: -6px;
}
@media screen and (max-width: 480px) {
  .open-account-form-wrapper .oaf-investment-wrapper label {
    font-size: 1rem;
    top: -2px;
  }
}
.open-account-form-wrapper .oaf-investment-wrapper a {
  text-decoration: underline !important;
  font-weight: 500;
  color: #0a75b2;
}
.open-account-form-wrapper > a {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0a75b2;
  margin-bottom: 31px;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .open-account-form-wrapper > a {
    font-size: 1rem;
  }
}
.open-account-form-wrapper > a.btn {
  width: 223px;
  height: 39px;
  width: fit-content;
  height: fit-content;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(253, 132, 116, 0.25), inset 0 0 0 2px rgba(250, 174, 82, 0.25), 0 12px 17px -13px rgba(0, 0, 0, 0.28);
  margin-bottom: 5px;
  border: none;
  color: #222;
  opacity: 0.75;
  background-color: rgba(253, 132, 116, 0.25);
  font-weight: bold;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  text-decoration: none !important;
  font-size: 1.125rem;
  white-space: nowrap;
  padding: 9px 23px;
}
@media screen and (max-width: 480px) {
  .open-account-form-wrapper > a.btn {
    align-self: flex-end;
    width: 100%;
  }
}
.open-account-form-wrapper > a.btn.active {
  box-shadow: inset 0 0 0 1px #fd8474, inset 0 0 0 2px #faae52, 0 12px 17px -13px rgba(0, 0, 0, 0.28);
  background-color: #fd8474;
  opacity: 1;
}
.open-account-form-wrapper > a.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 49, 111, 0.25);
}

svg.accordion-circle-check {
  margin-right: 5px !important;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: inline-block;
  fill-opacity: 0;
  overflow: visible;
}
svg.accordion-circle-check path {
  fill: none;
  stroke: #39324e;
  stroke-width: 3;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translate(3px, -3px);
}
svg.accordion-circle-check circle {
  fill-opacity: 0;
  stroke: #39324e;
  stroke-width: 2;
  stroke-dasharray: 64;
}
svg.accordion-circle-check.checked {
  animation: scale 0.3s ease-in-out 0.9s both;
}
svg.accordion-circle-check.checked circle {
  animation: stroke-fill 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
svg.accordion-circle-check.checked path {
  animation: stroke-show 0.7s ease forwards;
}

.start-application-modal-header {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .start-application-modal-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.start-application-modal-header > div {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.75rem;
  font-weight: bold;
  color: #39324e;
}
.start-application-modal-header .btn {
  background-color: #39324e;
  color: #FFF !important;
  text-transform: uppercase;
  font-size: 18px !important;
  width: 195px;
  min-height: 40px;
  padding: 0.5rem 0.75rem !important;
  margin-right: 1rem;
}
.start-application-modal-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.start-application-modal-body-top {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
}
@media screen and (max-width: 480px) {
  .start-application-modal-body-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.start-application-modal-body-top > div {
  flex-basis: 33.33%;
}
.start-application-modal-body-top .start-application-body-column-label {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  color: #0C8BD4;
  margin-bottom: 8px;
}
.start-application-modal-body-top .start-application-body-column-list {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33;
  color: #666;
}
.start-application-modal-body-top .start-application-body-column-list li {
  line-height: 2.2rem;
}
.start-application-modal-body-bottom {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #555d5b;
}

@keyframes stroke-fill {
  100% {
    fill: #fd8474;
    fill-opacity: 1;
  }
}
@keyframes stroke-show {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
.existing-account-form-wrapper > .form-group .ea-label-wrapper {
  display: inline-flex;
  align-items: flex-start;
}
.existing-account-form-wrapper > .form-group .ea-label-wrapper svg.accordion-circle-check {
  width: 19px;
  height: 19px;
  cursor: pointer;
  margin-right: 10px !important;
}
@media screen and (max-width: 480px) {
  .existing-account-form-wrapper > .form-group .ea-label-wrapper svg.accordion-circle-check {
    transform: translateY(1px);
  }
}
.existing-account-form-wrapper > .form-group .ea-label-wrapper label {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #39324e;
  position: relative;
  top: -6px;
  margin-bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .existing-account-form-wrapper > .form-group .ea-label-wrapper label {
    font-size: 1rem;
    top: -2px;
  }
}
.existing-account-form-wrapper > .form-group .ea-label-wrapper button[data-uploaded-video] {
  text-decoration: underline;
  color: #0a75b2;
  font-size: 1.25rem;
  font-weight: bold;
  outline: none !important;
  border: none !important;
}
.existing-account-form-wrapper > .form-group p.ea-paragraph {
  display: none;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.43;
  color: #39324e;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .existing-account-form-wrapper > .form-group p.ea-paragraph {
    font-size: 0.75rem;
  }
}
.existing-account-form-wrapper > .form-group a {
  color: #0a75b2;
}
.existing-account-form-wrapper > .form-group a:hover, .existing-account-form-wrapper > .form-group a:focus {
  text-decoration: none;
}
.existing-account-form-wrapper > .form-group a span {
  text-decoration: underline !important;
}
.existing-account-form-wrapper > .form-group input[type=radio]:focus + label {
  outline: -webkit-focus-ring-color auto 1px;
}

.login-info.heading--1 {
  padding: 40px 40px 5px 40px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 3rem;
}

.line {
  margin-bottom: 20px !important;
}

.main__blurb.clearfix {
  overflow: visible;
}
.main__blurb.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.main__blurb.clearfix .login-info-container.container {
  padding: 0px 0px 10px 10px;
  width: 100%;
}
.main__blurb.clearfix .login-info-container.container .heading--3 {
  font-family: "museo-sans";
  font-weight: 100;
  margin-left: 30px;
  font-size: 1.375rem;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container {
  width: 100%;
  padding-left: 0px;
  font-family: "museo-sans";
  display: inline-flex;
  justify-content: space-between;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer {
  height: auto;
  padding: 0 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 200px;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer p {
  font-family: "museo-sans";
  padding: 0.125rem;
  text-align: center;
  font-size: 1.125rem;
  margin-left: -18px;
  margin-right: -18px;
  line-height: 1.4;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer p a {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer:nth-child(-n+2) {
  border-right: 1px solid #1D89D2;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer:first-child {
  width: 40%;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer:first-child .button {
  font-size: 1.3125rem;
  padding: 14px;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer:nth-last-child(-n+2) {
  width: 30%;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer:nth-last-child(-n+2) .button {
  font-size: 1rem;
  padding: 10px 40px;
  margin-top: 15px;
  font-weight: 100;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer #directPlanBtn {
  position: relative;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer #directPlanBtn.open:after {
  content: "▲";
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer #directPlanBtn:after {
  content: "▼";
  position: absolute;
  right: 10px;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer #directPlanBtn #options-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f1f1f1;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 49px;
  height: auto;
  width: 100%;
  z-index: 1;
  padding-bottom: 0.125rem;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer #directPlanBtn #options-menu-container .option-label {
  background-color: #8EC447;
  padding: 0.5rem 0;
  margin: 0;
  text-align: center;
  font-weight: 700;
  width: 100%;
  color: #333;
  font-size: 0.875rem;
  line-height: 1;
  font-style: normal;
  font-family: "museo";
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer #directPlanBtn #options-menu-container .options-menu-item {
  width: 100%;
  height: 50px;
  padding: 0 0.625rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1rem;
  z-index: 2;
  overflow: hidden;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer #directPlanBtn #options-menu-container .options-menu-item span {
  transform: translateY(7px);
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer #directPlanBtn #options-menu-container .options-menu-item:not(:last-child):after {
  content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 15px;
  height: 1rem;
  width: calc(100% - 30px);
  color: #69C7C6;
  white-space: nowrap;
}
.main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .button {
  width: 100%;
  margin-bottom: 10px;
}

.cta-container {
  margin-right: auto;
  margin-left: auto;
}
.cta-container .cta {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "left right";
  grid-template-rows: 1fr;
  height: 100%;
  margin-bottom: 10px;
}
.cta-container .cta .cta-media {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta-container .cta .cta-media.left {
  grid-area: left;
  padding-right: 0.625rem;
}
.cta-container .cta .cta-media.right {
  grid-area: right;
  padding-left: 0.625rem;
}
.cta-container .cta .cta-media button {
  width: 100%;
}
.cta-container .cta .cta-media .media, .cta-container .cta .cta-media button .media {
  width: 100%;
  object-fit: cover;
  height: 215px;
}
.cta-container .cta #cta-wistia-video {
  padding: unset;
}
.cta-container .cta .cta-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}
.cta-container .cta .cta-text.left {
  grid-area: left;
  padding-right: 0.625rem;
}
.cta-container .cta .cta-text.right {
  grid-area: right;
  padding-left: 0.625rem;
}
.cta-container .cta .cta-text .cta-headline {
  color: #39324e;
  font-family: "museo-sans";
}
.cta-container .cta .cta-text .cta-headline > * {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.cta-container .cta .cta-text .cta-subheadline > * {
  font-family: "museo-sans";
  font-weight: 400;
  color: #444;
  font-size: 0.9rem;
}
.cta-container .cta .cta-text .cta-body {
  max-height: 215px;
  width: 100%;
  overflow: auto;
  font-size: 0.9rem;
}
.cta-container .cta .cta-text .cta-button {
  margin-top: 0.625rem;
  font-family: "museo-sans";
}
.cta-container .cta .cta-text .cta-button button {
  text-decoration: none;
}
.cta-container .cta .cta-text .cta-button .button {
  font-style: italic;
  font-size: 1.125rem;
  padding: 0.5rem 1.25rem;
}

@media only screen and (max-width: 1040px) {
  .cta-container {
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 2em;
  }
  .cta-container .cta {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "left" "right";
    grid-template-rows: 1fr;
    height: 100%;
  }
  .cta-container .cta .cta-media {
    padding: 0 !important;
    grid-area: left !important;
    display: inline-flex;
    justify-content: center;
    height: 250px;
  }
  .cta-container .cta .cta-media a {
    width: 90%;
  }
  .cta-container .cta .cta-media a .media {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .cta-container .cta .cta-media .media {
    width: 90%;
    height: 200px;
    object-fit: cover;
  }
  .cta-container .cta .cta-text {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-area: right !important;
  }
  .cta-container .cta .cta-text > * {
    text-align: center;
  }
  .cta-container .cta .cta-text .cta-headline {
    color: #8EC447;
  }
  .cta-container .cta .cta-text .cta-headline > * {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .cta-container .cta .cta-text .cta-subheadline > * {
    font-family: KlinicSlab, Arial, Helvetica, Sans-Serif;
    font-weight: 400;
    color: #444;
    font-size: 1.4rem;
  }
  .cta-container .cta .cta-text .cta-body {
    text-align: center;
  }
  .cta-container .cta .cta-text .cta-button {
    margin-top: auto;
    padding-bottom: 2em;
  }
  .cta-container .cta .cta-text .cta-button .button {
    font-style: italic;
    padding-left: 4em;
    padding-right: 4em;
    margin-top: 1em;
  }
  .cta-container .cta .cta-text .cta-button .button > * {
    font-size: 1.4rem;
  }
  .heading--1 {
    text-align: center;
  }
  .main__blurb.clearfix .login-info-container.container {
    padding: 0px 0px 10px 0px !important;
  }
  .main__blurb.clearfix .login-info-container.container .heading--3 {
    text-align: center;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container {
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer {
    width: 90% !important;
    height: auto;
    padding: 0 2em !important;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer p {
    margin-left: 0px;
    margin-right: 0px;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer:first-of-type {
    padding-left: 0.5em !important;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer:nth-last-child(-n+2) .button {
    padding: 15px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .cta-container .cta .cta-media {
    height: 270px;
  }
  .main__blurb.clearfix .heading--1 {
    padding: 0;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container {
    flex-direction: column;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer {
    border-right: none !important;
    min-height: unset !important;
    width: 90% !important;
    height: auto;
    padding: 0 !important;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer p {
    margin-left: 0px;
    margin-right: 0px;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer:first-of-type {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 425px) {
  .cta-container .cta .cta-media {
    display: none;
  }
  .login-button-spacer .button, .cta-button .button {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 3em;
    padding-right: 3em;
  }
  .main__blurb.clearfix .heading--1 {
    padding: 0;
  }
  .main__blurb.clearfix .login-info-container.container .heading--3 {
    margin: 0;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container {
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer {
    width: 100% !important;
    width: 90% !important;
    height: auto;
    padding: 0 !important;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer p {
    margin-left: 0px;
    margin-right: 0px;
  }
  .main__blurb.clearfix .login-info-container.container .login-info-spacer.button-container .login-button-spacer:first-of-type {
    padding-left: 0 !important;
  }
}
.key-stages-accordion-wrapper {
  border-top: 20px solid #39324e;
  border-bottom: 10px solid #39324e;
  border-radius: 10px;
  position: relative;
  padding-top: 20px;
}
.key-stages-accordion-wrapper::before {
  content: "";
  width: 10px;
  height: calc(100% + 27px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20'%3E%3Cpath id='svg_1' d='m5,8.5l0,571.07092' stroke-dasharray='14,5' stroke-width='3.4' stroke='%2339324e' fill='none'/%3E%3C/svg%3E");
  position: absolute;
  left: 70px;
  top: -27px;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper::before {
    left: 30px;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper {
  padding-left: 155px;
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper {
    padding-left: 70px;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper:first-of-type .ksa-node-image-wrapper.open {
  top: 0;
  animation-name: waitAndShowFirstItem !important;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper:first-of-type .ksa-header.open::after {
  top: 38px;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper:first-of-type .ksa-header.open::after {
    top: 19px;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #222;
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: 12px;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header {
    font-size: 1.125rem;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header.open {
  color: #0a75b2;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header.open::after {
  animation-name: growAndPop;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header.open::after {
    animation-name: growAndPopMobile;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fd8474;
  position: absolute;
  left: 66px;
  top: 19px;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header::after {
    width: 14px;
    height: 14px;
    left: 28px;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header .ksa-node-image-wrapper {
  position: absolute;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  left: 27px;
  top: -20px;
  opacity: 0;
  transform: scale(0);
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header .ksa-node-image-wrapper {
    width: 48px;
    height: 48px;
    left: 11px;
    top: 3px;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header .ksa-node-image-wrapper.border {
  border: 2px solid #fd8474 !important;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header .ksa-node-image-wrapper.open {
  animation-name: waitAndShow;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header .ksa-node-image-wrapper img.ksa-node-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header .ksa-plus-sign {
  position: relative;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header .ksa-plus-sign::after, .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header .ksa-plus-sign::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0a75b2;
  transition: all 0.25s ease-out;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header .ksa-plus-sign::after {
  right: 0;
  width: 21px;
  height: 3px;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header .ksa-plus-sign::before {
  right: 9px;
  width: 3px;
  height: 20px;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header .ksa-plus-sign.open:before {
  opacity: 0;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-header .ksa-plus-sign.open:after {
  transform: rotate(180deg) translateY(-50%);
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content a {
  color: #0a75b2 !important;
  text-decoration: underline;
  min-width: 46px;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content.collapse {
  width: 93%;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .webev3-checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .webev3-checkbox .webev3-checkbox-border {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #39324e;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .webev3-checkbox .webev3-checkbox-border {
    width: 16px;
    height: 16px;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .webev3-checkbox .webev3-checkbox-border svg {
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .webev3-checkbox .webev3-checkbox-border svg {
    width: 15px;
    height: 16px;
    top: -2px;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .webev3-checkbox .webev3-checkbox-title {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  color: #39324e;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .webev3-checkbox .webev3-checkbox-title {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .webev3-checkbox .webev3-checkbox-title {
    font-size: 0.875rem;
    position: relative;
    top: -1px;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content-list {
  color: #39324e;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content-list ul {
  padding-left: 50px;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content-list ul {
    padding-left: 20px;
    font-size: 0.875rem;
  }
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content-list ul a {
    font-size: 0.875rem !important;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content-list ul a:not(.wrap) {
  white-space: nowrap;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content-list ul li > div {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content-list ul li > div img.chevron {
    max-height: 15px;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content-list ul li > div span:nth-child(1) {
  display: inline-flex;
  align-items: flex-start;
  gap: 7px;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content-list ul li > div span:nth-child(1) {
    display: block;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content-list ul li > div span:nth-child(2) {
  font-size: 0.875rem;
  font-style: italic;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content-list ul li > div span:nth-child(2) {
    font-size: 0.75rem;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content-list ul li > div span:nth-child(2) a {
  font-style: normal;
  font-size: 1rem;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .ksa-list-item-style2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #39324e;
}
@media screen and (max-width: 480px) {
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .ksa-list-item-style2 {
    font-size: 0.875rem;
  }
  .key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .ksa-list-item-style2 img.chevron {
    max-height: 15px;
  }
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .ksa-list-item-style2 a:not(.wrap) {
  white-space: nowrap;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .ksa-options-list {
  display: flex;
  flex-direction: column;
  color: #39324e;
  gap: 10px;
}
.key-stages-accordion-wrapper .ksa-collapse-wrapper .ksa-content .ksa-options-list .ksa-list-item-style2 {
  gap: 2px;
}

@keyframes growAndPop {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99% {
    transform: scale(5);
    opacity: 1%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes growAndPopMobile {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99% {
    transform: scale(3);
    opacity: 1%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes waitAndShow {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 100%;
    transform: scale(1);
  }
}
@keyframes waitAndShowFirstItem {
  from {
    top: 0;
    opacity: 0;
    transform: scale(0);
  }
  to {
    top: 0;
    opacity: 100%;
    transform: scale(1);
  }
}
.additional-info-form-wrapper {
  display: flex;
  flex-direction: column;
  padding: 18px 30px 16px 30px;
  border-radius: 12px;
  background-color: #f4f4f4;
  margin-top: 27px;
  margin-bottom: 22px;
}
.additional-info-form-wrapper .aif-title {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #39324e;
  margin-bottom: 18px;
}
@media screen and (max-width: 480px) {
  .additional-info-form-wrapper .aif-title {
    font-size: 18px;
    line-height: 1.44;
  }
}
.additional-info-form-wrapper .aif-checkbox-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .additional-info-form-wrapper .aif-checkbox-wrapper {
    gap: 0px;
    margin-bottom: 21px;
  }
}
.additional-info-form-wrapper .aif-checkbox-wrapper .aif-checkbox-top {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.additional-info-form-wrapper .aif-checkbox-wrapper .aif-checkbox-top .aif-checkbox-border {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #39324e;
}
.additional-info-form-wrapper .aif-checkbox-wrapper .aif-checkbox-top .aif-checkbox-border input {
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .additional-info-form-wrapper .aif-checkbox-wrapper .aif-checkbox-top .aif-checkbox-border {
    width: 16px;
    height: 16px;
  }
}
.additional-info-form-wrapper .aif-checkbox-wrapper .aif-checkbox-top-checkbox.square-check {
  position: absolute;
  left: 0;
  top: -4px;
}
@media screen and (max-width: 480px) {
  .additional-info-form-wrapper .aif-checkbox-wrapper .aif-checkbox-top-checkbox.square-check {
    width: 15px;
    height: 16px;
    top: -2px;
  }
}
.additional-info-form-wrapper .aif-checkbox-wrapper .aif-checkbox-top-title {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #39324e;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .additional-info-form-wrapper .aif-checkbox-wrapper .aif-checkbox-top-title {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (max-width: 480px) {
  .additional-info-form-wrapper .aif-checkbox-wrapper .aif-checkbox-top-title {
    position: relative;
    top: -5px;
  }
}
.additional-info-form-wrapper .aif-checkbox-wrapper .aif-checkbox-bottom {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  color: #666;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .additional-info-form-wrapper .aif-checkbox-wrapper .aif-checkbox-bottom {
    font-size: 14px;
    line-height: normal;
  }
}
.additional-info-form-wrapper .aif-contact-info-title {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #39324e;
  margin-bottom: 9px;
}
@media screen and (max-width: 480px) {
  .additional-info-form-wrapper .aif-contact-info-title {
    font-size: 18px;
    line-height: 1.44;
  }
}
.additional-info-form-wrapper .aif-contact-info-inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.additional-info-form-wrapper .aif-contact-info-inputs-wrapper .aif-contact-info-input-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 575px) {
  .additional-info-form-wrapper .aif-contact-info-inputs-wrapper .aif-contact-info-input-wrapper {
    flex-wrap: wrap;
    gap: 0px;
  }
  .additional-info-form-wrapper .aif-contact-info-inputs-wrapper .aif-contact-info-input-wrapper .aif-contact-info-input-after {
    flex: 0 1 auto;
    width: 100%;
  }
  .additional-info-form-wrapper .aif-contact-info-inputs-wrapper .aif-contact-info-input-wrapper .aif-contact-info-input-after button.btn {
    margin-top: 17px;
    width: 100%;
  }
  .additional-info-form-wrapper .aif-contact-info-inputs-wrapper .aif-contact-info-input-wrapper .aif-contact-info-input-after button.btn.space-filler {
    display: none;
  }
}
.additional-info-form-wrapper .aif-contact-info-inputs-wrapper .aif-contact-info-input-wrapper .aif-contact-info-input {
  border-radius: 4px;
  border: solid 1px #9a9b9d;
  background-color: #FFF;
  flex: 0 1 587px;
  height: 40px;
  padding-left: 16px;
  font-size: 14px;
}
.additional-info-form-wrapper .aif-contact-info-inputs-wrapper .aif-contact-info-input-wrapper .aif-contact-info-input-after {
  flex: 0 0 auto;
}
.additional-info-form-wrapper .aif-contact-info-inputs-wrapper .aif-contact-info-input-wrapper .aif-contact-info-input-after button {
  width: 115px;
  height: 40px;
  padding: 9px 24px;
  background-color: #0C8BD4;
  color: #FFF;
}
.additional-info-form-wrapper .aif-contact-info-inputs-wrapper .aif-contact-info-input-wrapper .aif-contact-info-input-after button.space-filler {
  visibility: hidden;
}
.additional-info-form-wrapper .aif-contact-info-inputs-wrapper .aif-contact-info-input-wrapper .aif-contact-info-input-after button:hover {
  background-color: #074c73;
}
.additional-info-form-wrapper .aif-contact-info .aif-small-print {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.5;
  color: #666;
}
@media screen and (max-width: 480px) {
  .additional-info-form-wrapper .aif-contact-info .aif-small-print {
    margin-top: 17px;
    line-height: normal;
  }
}

#emailReminderForm {
  margin-top: -0.9375rem;
}

.email-reminders-form-wrapper {
  display: flex;
  flex-direction: column;
  padding: 24px 33px;
  border-radius: 12px;
  background-color: #f4f4f4;
  margin-top: 40px;
  position: relative;
  padding-bottom: 0.5rem;
}
@media (max-width: 575.98px) {
  .email-reminders-form-wrapper {
    padding: 12px 16px;
  }
}
.email-reminders-form-wrapper .erf-title {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  color: #39324e;
  margin-bottom: 21px;
}
@media (max-width: 575.98px) {
  .email-reminders-form-wrapper .erf-title {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.email-reminders-form-wrapper .erf-title.mt-30 {
  margin-top: 30px;
}
.email-reminders-form-wrapper .erf-label {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #39324e;
  margin-bottom: 7px;
}
.email-reminders-form-wrapper .erf-label.mt-25 {
  margin-top: 25px;
}
.email-reminders-form-wrapper .erf-flex-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  padding-right: 45px;
}
@media (max-width: 767.98px) {
  .email-reminders-form-wrapper .erf-flex-row {
    padding-right: unset;
    flex-wrap: wrap;
  }
}
.email-reminders-form-wrapper .erf-flex-row > * {
  flex: 0 0 calc(25% - 7.5px);
  min-height: 40px;
  border-radius: 4px;
  width: 100%;
  max-width: calc(25% - 7.5px);
}
@media (max-width: 767.98px) {
  .email-reminders-form-wrapper .erf-flex-row > * {
    flex: 0 0 100%;
  }
}
@media (max-width: 767.98px) {
  .email-reminders-form-wrapper .erf-flex-row > * {
    max-width: none;
  }
}
.email-reminders-form-wrapper .erf-flex-row .erf-name-flex-item {
  padding: 5px 16px;
}
@media (max-width: 1199.98px) {
  .email-reminders-form-wrapper .erf-flex-row .erf-name-flex-item {
    padding: 5px 8px;
  }
}
@media (max-width: 767.98px) {
  .email-reminders-form-wrapper .erf-flex-row .erf-button-flex-item {
    min-width: auto;
  }
}
.email-reminders-form-wrapper .erf-flex-row .erf-button-flex-item > label {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.17;
  color: #666;
  margin: 0;
  transition: opacity ease-in 300ms;
}
@media (max-width: 767.98px) {
  .email-reminders-form-wrapper .erf-flex-row .erf-button-flex-item > label {
    top: auto;
    bottom: -10px;
  }
}
.email-reminders-form-wrapper .erf-add-reminder.shake-x {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.email-reminders-form-wrapper .erf-add-reminder > * {
  border-color: #9A9B9D;
}
.email-reminders-form-wrapper .erf-add-reminder input {
  color: #494949;
}
.email-reminders-form-wrapper .erf-add-reminder input::placeholder {
  color: #888;
}
.email-reminders-form-wrapper .erf-add-reminder select {
  position: relative;
  opacity: 1;
  border: 1px solid #9A9B9D;
  height: 40px;
  border-radius: 4px;
}
.email-reminders-form-wrapper .erf-add-reminder span.select2.select2-container span.select2-selection {
  height: 100%;
}
.email-reminders-form-wrapper .erf-add-reminder input.erf-select-custom {
  position: relative;
  display: none;
  height: 25px;
  padding: 3px 6px 4px 4px;
  border-radius: 4px;
  border: solid 1px #9a9b9d;
}
.email-reminders-form-wrapper .erf-add-reminder input.erf-select-custom.open {
  display: block;
  top: -40px;
  left: 20px;
}
.email-reminders-form-wrapper .erf-add-reminder input.event-date {
  flex: 0 0 calc(25% - 7.5px);
  padding: 5px 16px;
}
@media (max-width: 1199.98px) {
  .email-reminders-form-wrapper .erf-add-reminder input.event-date {
    padding: 5px 8px;
  }
}
@media (max-width: 767.98px) {
  .email-reminders-form-wrapper .erf-add-reminder input.event-date {
    flex: 0 0 calc(100% - 80px);
  }
}
.email-reminders-form-wrapper .erf-add-reminder .input-group {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  flex: none;
  width: 45px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .email-reminders-form-wrapper .erf-add-reminder .input-group {
    right: 10px;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
.email-reminders-form-wrapper .erf-add-reminder .input-group.disabled label {
  opacity: 0;
}
.email-reminders-form-wrapper .erf-add-reminder .input-group.disabled > .input-group-append > .btn {
  opacity: 0.5;
  pointer-events: initial;
}
.email-reminders-form-wrapper .erf-add-reminder .input-group.disabled > .input-group-append > .btn:before {
  border-color: #9A9B9D;
}
.email-reminders-form-wrapper .erf-add-reminder .input-group.disabled > .input-group-append > .btn:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%239A9B9D" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
}
.email-reminders-form-wrapper .erf-add-reminder .input-group > .input-group-append > .btn {
  position: relative;
  max-height: 38px;
  transition: all 500ms ease;
}
.email-reminders-form-wrapper .erf-add-reminder .input-group > .input-group-append > .btn:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #0e9bec;
}
.email-reminders-form-wrapper .erf-add-reminder .input-group > .input-group-append > .btn:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%230e9bec" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 7.1px;
  left: 15.5px;
}
.email-reminders-form-wrapper .erf-add-reminder .input-group > .input-group-append > .btn.disabled:before {
  border-color: #9A9B9D;
}
.email-reminders-form-wrapper .erf-add-reminder .input-group > .input-group-append > .btn.disabled:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%239A9B9D" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
}
.email-reminders-form-wrapper .erf-add-reminder .input-group > .input-group-append > .btn:focus, .email-reminders-form-wrapper .erf-add-reminder .input-group > .input-group-append > .btn:focus-within {
  border: 1px solid transparent !important;
  box-shadow: none;
}
.email-reminders-form-wrapper .erf-add-reminder .input-group > .input-group-append > .btn.scale-up {
  animation: scale 500ms ease-in-out;
}
.email-reminders-form-wrapper .erf-add-reminder-dirty-message {
  font-size: 0.75rem;
  color: #D8000C;
  padding-left: 0.875rem;
  margin-bottom: 0;
}
.email-reminders-form-wrapper .erf-add-row-error {
  color: #D8000C;
  display: none;
  font-size: 14px;
  padding-top: 5px;
}
.email-reminders-form-wrapper .erf-reminders {
  margin-left: -14px;
  margin-right: -14px;
  padding: 10px 14px 21px 14px;
  margin-top: 23px;
  background-color: #FFF;
}
.email-reminders-form-wrapper .erf-reminders-wrapper {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminders-empty-list-title {
  color: #D8000C;
  font-weight: bold;
  margin: 0.3125rem 0px;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder {
  margin-top: 12px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder {
    margin-top: 31px;
  }
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder-event, .email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder-name {
  white-space: nowrap;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder:first-child {
  margin-top: 0 !important;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder .input-group.removable > .input-group-append > .btn:not(.btn-undo-remove):after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fd8474 " d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z"></path></svg>');
  width: 12px;
  height: 12px;
  left: 17.1px;
  top: 7.7px;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder .input-group .btn-undo-remove {
  display: none;
  color: #0C8BD4;
  font-size: 0.75rem;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder .input-group > .input-group-append > .btn:not(.btn-undo-remove) {
  max-height: 38px;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder .input-group > .input-group-append > .btn:not(.btn-undo-remove):before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #979797;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder .input-group > .input-group-append > .btn:not(.btn-undo-remove):after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%239a9b9d" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 16px;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder .input-group > .input-group-append > .btn:not(.btn-undo-remove):focus, .email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder .input-group > .input-group-append > .btn:not(.btn-undo-remove):focus-within {
  border: 1px solid transparent !important;
  box-shadow: none;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder > * {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.29;
  color: #494949;
  background-color: #f4f4f4;
  padding: 11px 16px;
  height: 40px;
  border: 1px solid transparent;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder-date {
  flex: 0 0 calc(25% - 7.5px);
  padding: 5px 16px;
}
@media (max-width: 1199.98px) {
  .email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder-date {
    padding: 5px 8px;
  }
}
@media (max-width: 767.98px) {
  .email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder-date {
    flex: 0 0 calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder-date {
    width: 85% !important;
  }
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder-x {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  flex: none;
  width: 45px;
  height: 40px;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 767.98px) {
  .email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder-x {
    right: 10px;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  .email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder-x {
    position: absolute;
    right: -12px;
    bottom: 0;
    width: auto !important;
  }
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder.pending-delete .erf-reminder-x:after {
  position: absolute;
  content: "";
  top: -2px;
  bottom: 0px;
  left: 4px;
  width: calc(100% - 4px);
  height: 110%;
  background-color: white;
  z-index: 1;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder.pending-delete:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.4);
  pointer-events: none;
  z-index: 1;
  width: calc(100% - 38px);
  border-radius: 4px;
}
.email-reminders-form-wrapper .erf-reminders-wrapper .erf-reminder.pending-delete > div {
  color: #9a9a9a;
}
.email-reminders-form-wrapper .erf-reminders-reminder {
  color: #D8000C;
  display: none;
  font-size: 14px;
  padding-top: 5px;
}
.email-reminders-form-wrapper .erf-contact-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .email-reminders-form-wrapper .erf-contact-wrapper {
    margin-bottom: 20px;
  }
}
.email-reminders-form-wrapper .erf-contact-wrapper:nth-child(1) {
  margin-top: 30px;
}
.email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-first {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 0;
  width: 100%;
}
.email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-first .erf-contact-field {
  flex: 0 0 400px;
}
@media (max-width: 575.98px) {
  .email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-first .erf-contact-field {
    flex: 0 0 100%;
  }
}
.email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-first .erf-contact-field input {
  height: 40px;
  border: 1px solid #9a9b9d;
  border-radius: 4px;
  background: white;
  padding-left: 16px;
  width: 100%;
}
.email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-first .erf-contact-field input::placeholder {
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 1.29;
  color: #494949;
}
.email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-first .erf-contact-field-edit-wrapper {
  display: inline-flex;
}
.email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-first .erf-contact-field-edit-wrapper > button {
  color: #0C8BD4;
  border: none;
  font-size: 0.875rem;
  font-weight: bold;
  background: none;
}
@media screen and (max-width: 1048px) {
  .email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-first {
    flex-direction: column;
    width: 100%;
    flex: 1 0 100%;
    align-items: flex-start;
    gap: 2px;
  }
  .email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-first > * {
    flex: 0 0 100%;
    align-items: flex-start;
    flex-basis: auto !important;
  }
  .email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-first > * input {
    width: 100%;
  }
}
.email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-button {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-button {
    margin-top: 15px;
  }
}
.email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-button .btn {
  width: 210px;
  background-color: #0C8BD4;
  color: #FFF;
}
.email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-button .btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-button .erf-submit-error {
  color: #D8000C;
  display: none;
  font-size: 14px;
  padding-top: 5px;
}
.email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-button.space-filler {
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-button.space-filler {
    display: none;
  }
}
.email-reminders-form-wrapper .erf-contact-wrapper .erf-contact-button.space-filler .btn {
  visibility: hidden;
}
.email-reminders-form-wrapper .erf-reminders-directions {
  display: none;
  color: #D8000C;
}
.email-reminders-form-wrapper .erf-reminders-directions-header {
  font-weight: bold;
  margin: 0.625rem 0px 0.3125rem 0px;
}
.email-reminders-form-wrapper .erf-reminders-directions-body {
  font-size: 0.75rem;
}
.email-reminders-form-wrapper .erf-fine-print {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.17;
  color: #666;
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  .email-reminders-form-wrapper .erf-fine-print {
    margin-top: 0;
  }
}
.email-reminders-form-wrapper .erf-loader {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.email-reminders-form-wrapper #erf-recaptcha {
  display: none;
}
.email-reminders-form-wrapper .select2.select2-container {
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 1.29;
  color: #494949;
  width: 100% !important;
}
.email-reminders-form-wrapper .select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  line-height: 40px;
  font-size: 0.8125rem;
  color: #494949;
}
@media (max-width: 1199.98px) {
  .email-reminders-form-wrapper .select2.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
  }
}
.email-reminders-form-wrapper .select2.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #888;
}
.email-reminders-form-wrapper .select2.select2-container .select2-selection--single .select2-selection__arrow {
  visibility: hidden;
}
.email-reminders-form-wrapper .select2.select2-container .select2-selection--single .select2-selection__arrow::before {
  content: "";
  background-image: url(/Content/Images/arrow-icon.png);
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 35%;
  right: 0px;
  visibility: visible;
}

.resend-email-modal-anchor-wrapper {
  color: #D8000C;
  font-weight: bold;
  margin-top: 0.5rem;
}

#modal-resend-email .modal-dialog,
#modal-resend-email-expired .modal-dialog {
  max-width: 550px;
}
#modal-resend-email .modal-body input,
#modal-resend-email-expired .modal-body input {
  height: 40px;
  border: 1px solid #9a9b9d;
  border-radius: 4px;
  background: white;
  padding-left: 16px;
  width: 100%;
}
#modal-resend-email .modal-body input::placeholder,
#modal-resend-email-expired .modal-body input::placeholder {
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 1.29;
  color: #494949;
}
#modal-resend-email .modal-body .access-link-sent-message,
#modal-resend-email-expired .modal-body .access-link-sent-message {
  color: #D8000C;
  font-weight: bold;
  margin-top: 1rem;
}

.select2-dropdown {
  background-color: #e5e5e5;
}
.select2-dropdown .select2-results__options {
  color: black;
  padding: 8px;
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 1.29;
  color: #494949;
}
.select2-dropdown .select2-results__options .select2-results__option {
  border-radius: 4px;
  margin-bottom: 0;
  color: black;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  width: calc(100% - 23px);
  border-radius: 4px;
  border-color: #9a9b9d !important;
}
.select2-dropdown .select2-search--dropdown {
  position: relative;
}
.select2-dropdown .select2-search--dropdown:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #979797;
  position: absolute;
  right: 2px;
  top: 7px;
}
.select2-dropdown .select2-search--dropdown:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%2339324e" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 5px;
}
.select2-dropdown .select2-search--dropdown:focus, .select2-dropdown .select2-search--dropdown:focus-within {
  border: 1px solid transparent !important;
  box-shadow: none;
}
.select2-dropdown .erf-hidden-button {
  position: absolute;
  right: -2px;
  top: 4px;
  height: 30px;
  width: 30px;
  z-index: 1;
  cursor: pointer;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
.spinner {
  position: relative;
  transition: all 0.3s;
  transition-timing-function: ease-in;
}
.spinner.running {
  padding-right: 2.5em !important;
}
.spinner.running .spinner-ring {
  opacity: 1;
  z-index: auto;
  visibility: visible;
}
.spinner .spinner-ring {
  display: inline-block;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: auto;
  right: 1.25em;
  width: 1em;
  height: 1em;
  margin: -0.5em;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  animation: spin 1s infinite linear;
}
.spinner .spinner-ring:after {
  content: " ";
  display: block;
  width: 2em;
  height: 2em;
  box-sizing: border-box;
  transform-origin: 0 0;
  transform: translateZ(0) scale(0.5);
  backface-visibility: hidden;
  border-radius: 50%;
  border: 0.3em solid currentColor;
  border-left-color: transparent;
}

@keyframes spin {
  0% {
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blog-container {
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 0 0 2.8125rem;
}
.blog-container > div {
  width: 100%;
}
.blog-container > div.filter-container {
  flex: 0 0 218px;
}
@media (max-width: 767.98px) {
  .blog-container > div.filter-container {
    position: fixed;
  }
  .blog-container > div.filter-container.show {
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .blog-container > div.filter-container.show .blog-filters-wrapper {
    opacity: 1;
    z-index: 1000;
  }
  .blog-container > div.filter-container.show .filter-close {
    display: inline-flex;
  }
}
.blog-container > div.blog-list-container {
  position: relative;
}
.blog-container h1 {
  font-size: 1.75rem;
  line-height: normal;
  font-weight: 700;
  color: #39324e;
  margin: 0 0 1.25rem;
}
@media (max-width: 767.98px) {
  .blog-container h1 {
    padding-right: 7.5rem;
  }
}
.blog-container .btn-mobile-filters {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 30px;
  border: 0;
  background: #39324e;
  color: #FFF;
  padding: 0.5625rem 1.25rem 0.5625rem 0.875rem;
  margin-top: -0.3125rem;
}
@media (max-width: 767.98px) {
  .blog-container .btn-mobile-filters {
    display: inline-flex;
    align-items: center;
  }
}
.blog-container .btn-mobile-filters svg {
  margin-right: 0.3125rem;
}
@media (max-width: 767.98px) {
  .blog-container .blog-filters-wrapper {
    position: absolute;
    opacity: 0;
    z-index: -1;
    padding: 1.25rem;
    width: 100%;
    height: 100%;
  }
}
.blog-container .filter-close {
  display: none;
  height: 38px;
  width: 89px;
  align-items: center;
  background: #39324e;
  padding: 0 1.125rem;
  margin-bottom: 0.625rem;
  border-radius: 11px;
  transition: all 500ms ease;
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.42;
  color: #FFF;
  text-transform: lowercase;
  white-space: nowrap;
  border-radius: 19px;
  border: 0;
}
.blog-container .filter-close:before {
  content: url("/Content/Images/icons-icon-chevron-left.svg");
  margin-right: 0.625rem;
  display: inline-block;
  transform: translateY(-2px) rotate(180deg);
}
.blog-container .blog-filters {
  border-radius: 0.75rem;
  box-shadow: 0 8px 20px 0 #C0C0C0;
  border: solid 1px #d9d9d9;
  background-color: #f4f4f4;
  border-bottom: 11px solid #39324e;
  margin: 0 0 1.875rem;
}
@media (max-width: 767.98px) {
  .blog-container .blog-filters {
    border-bottom: none;
  }
}
.blog-container .blog-filters h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #39324e;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.67;
  margin: 0;
  padding: 0.625rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.blog-container .blog-filters h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #39324e;
  margin: 0.9375rem 0 0.25rem;
}
.blog-container .blog-filters .filters-list {
  padding: 0.75rem 0.625rem;
}
@media (max-width: 767.98px) {
  .blog-container .blog-filters .filters-list {
    padding: 1.25rem;
  }
}
.blog-container .blog-filters .filters-list .filter-item {
  line-height: 1.25;
  cursor: pointer;
}
.blog-container .blog-filters .filters-list .filter-item:hover label, .blog-container .blog-filters .filters-list .filter-item input:checked + label {
  color: #39324e;
}
.blog-container .blog-filters .filters-list .filter-item label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #666;
  margin: 0;
  cursor: pointer;
}
.blog-container .blog-filters .filters-list .filter-item input:focus ~ label {
  outline: -webkit-focus-ring-color auto 1px;
}
.blog-container .blog-filters .filters-footer {
  display: none;
  background: #0C8BD4;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
@media (max-width: 767.98px) {
  .blog-container .blog-filters .filters-footer {
    display: flex;
  }
}
.blog-container .blog-filters .filters-footer button {
  width: 100%;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #FFF;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
}
.blog-container .blog-wrapper {
  position: relative;
  transition: all 0.3s;
  transition-timing-function: ease-in;
}
.blog-container .blog-wrapper:before {
  content: " ";
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  background: rgba(240, 240, 240, 0.8);
}
.blog-container .blog-wrapper.running {
  padding-right: 0 !important;
}
.blog-container .blog-wrapper.running:before {
  opacity: 1;
  z-index: 4000;
  display: block;
}
.blog-container .blog-wrapper.running > .spinner-ring {
  display: block;
  z-index: 4001;
  opacity: 1;
  visibility: visible;
}
.blog-container .blog-wrapper > .spinner-ring {
  display: none;
  color: #0C8BD4;
  font-size: 32px;
  left: 50%;
  right: auto;
}
.blog-container .blog-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .blog-container .blog-list {
    justify-content: space-between;
  }
}
.blog-container .blog-list .blog-list-item {
  display: block;
  flex: 0 0 28.5%;
  margin: 0 0 3.125rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .blog-container .blog-list .blog-list-item {
    flex: 0 0 31%;
  }
}
@media (max-width: 991.98px) {
  .blog-container .blog-list .blog-list-item {
    flex: 0 0 48%;
  }
}
.blog-container .blog-list .blog-list-item:nth-of-type(3n+2) {
  margin-left: 7.25%;
  margin-right: 7.25%;
}
@media (max-width: 1199.98px) {
  .blog-container .blog-list .blog-list-item:nth-of-type(3n+2) {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
}
@media (max-width: 991.98px) {
  .blog-container .blog-list .blog-list-item:nth-of-type(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
.blog-container .blog-list .blog-list-item:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8.588" height="22" viewBox="0 0 8.588 22"><path stroke="%2339324E" stroke-width="3" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" d="m1.5 1.5 5.589 9.245L1.5 20.5" /></svg>');
  width: 8.5px;
  height: 22px;
  position: absolute;
  bottom: 2px;
  right: 0;
}
.blog-container .blog-list .blog-list-item .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 56.38%;
  margin-bottom: 0.625rem;
  height: 0;
  overflow: hidden;
}
.blog-container .blog-list .blog-list-item .thumb img {
  height: 0;
  width: 0;
}
.blog-container .blog-list .blog-list-item > span {
  display: inline-flex;
  justify-content: flex-end;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.38;
  color: #39324e;
  position: relative;
  /*                &:after {
      content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8.588" height="22" viewBox="0 0 8.588 22"><path stroke="%2339324E" stroke-width="3" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" d="m1.5 1.5 5.589 9.245L1.5 20.5" /></svg>');
      width: 8.5px;
      height: 22px;
      position: absolute;
      bottom: 2px;
      right: 0;
  }*/
}
.blog-container .blog-list .blog-list-item > span > span {
  width: 60px;
  display: inline-block;
  height: 100%;
}
@media (max-width: 575.98px) {
  .blog-container .blog-list .blog-list-item > span {
    font-size: 0.875rem;
    line-height: 1.29;
  }
}
.blog-container .btn {
  background: #0C8BD4;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5625rem 1.5rem;
  border-radius: 0;
}
.blog-container .btn:hover {
  background: #0a75b2;
}
.blog-container .btn .ld {
  color: #FFF;
}

.blog-post-container > img {
  width: 100%;
}
@media screen and (max-width: 899px) {
  .blog-post-container {
    margin-top: -30px;
  }
}
.blog-post-container .blog-post-wrapper {
  display: flex;
  gap: 32px;
  padding: 1.25rem 0;
}
@media (max-width: 767.98px) {
  .blog-post-container .blog-post-wrapper {
    padding: 0.625rem 0;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .blog-post-container .blog-post-wrapper {
    gap: 11px;
  }
}
.blog-post-container .blog-post-wrapper .blog-post-info {
  flex: 0 0 28%;
}
.blog-post-container .blog-post-wrapper .blog-post-info label {
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
}
.blog-post-container .blog-post-wrapper .blog-post-info h1 {
  color: #39324e;
  font-size: 1.75rem;
  line-height: normal;
  margin-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .blog-post-container .blog-post-wrapper .blog-post-info h1 {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 575.98px) {
  .blog-post-container .blog-post-wrapper .blog-post-info h1 {
    font-weight: 700;
  }
}
.blog-post-container .blog-post-wrapper .blog-post-info .blog-share-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem !important;
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  direction: ltr;
  opacity: 1;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .blog-post-container .blog-post-wrapper .blog-post-info .blog-share-buttons {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .blog-post-container .blog-post-wrapper .blog-post-info .blog-share-buttons {
    margin-bottom: 1.5625rem !important;
  }
}
@media (max-width: 767.98px) {
  .blog-post-container .blog-post-wrapper .blog-post-info .blog-share-buttons {
    margin-bottom: 1.25rem !important;
  }
}
.blog-post-container .blog-post-wrapper .blog-post-info .blog-share-buttons .st-custom-button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  background-color: #0C8BD4;
  margin-right: 0.625rem;
}
.blog-post-container .blog-post-wrapper .blog-post-info .blog-share-buttons .st-custom-button:hover {
  opacity: 0.8;
  top: -4px;
}
.blog-post-container .blog-post-wrapper .blog-post-info .blog-share-buttons .st-custom-button:last-of-type {
  margin-right: 0;
}
.blog-post-container .blog-post-wrapper .blog-post-info .blog-share-buttons .st-custom-button img {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 32px;
  width: 32px;
}
.blog-post-container .blog-post-wrapper .blog-post-info .tag-blocks {
  display: flex;
  flex-wrap: wrap;
}
.blog-post-container .blog-post-wrapper .blog-post-info .tag-blocks .tag-block {
  background-color: rgba(192, 192, 192, 0.25);
  color: #39324e;
  padding: 0.25rem 0.75rem;
  margin: 0 0.3125rem 0.3125rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
}
.blog-post-container .blog-post-wrapper .blog-post-content {
  width: 100%;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif !important;
  font-size: 1rem !important;
  line-height: 1.38 !important;
  /*            a {
                  &[target="_blank"]:after {
                      font-family: 'icomoon';
                      color: $otta-yellow;
                      speak: none;
                      font-style: normal;
                      font-weight: normal;
                      font-variant: normal;
                      text-transform: none;
                      line-height: 1;
                      content: "\e606";
                      padding-left: 6px;
                      font-size: 10px;
                  }
              }*/
}
.blog-post-container .blog-post-wrapper .blog-post-content p, .blog-post-container .blog-post-wrapper .blog-post-content span {
  color: #666 !important;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif !important;
  font-size: 1rem !important;
  line-height: 1.38 !important;
  font-weight: 500 !important;
}
.blog-post-container .blog-post-wrapper .blog-post-content p {
  margin-bottom: 1.5625rem !important;
}
.blog-post-container .blog-post-wrapper .blog-post-content h2 {
  color: #39324e !important;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif !important;
  font-size: 1.25rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  margin-bottom: 0.375rem !important;
}

.playlist-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
@media (max-width: 991.98px) {
  .playlist-modal-container {
    z-index: 10001;
  }
}
.playlist-modal-container.show {
  display: block;
}
.playlist-modal-container .btn-close {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.playlist-modal-container .btn-close:after {
  content: url('data:image/svg+xml;utf-8,<svg width="16" height="17" viewBox="0 0 16 17" xmlns="http://www.w3.org/2000/svg"><g stroke="white" stroke-width="4" fill="none" fill-rule="evenodd" stroke-linecap="round"><path d="m2 2.692 12 12M13.705 2.842 2 14.692"/></g></svg>');
}
.playlist-modal-container .busy {
  position: relative;
}
.playlist-modal-container .busy:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transform: none;
}
.playlist-modal-container .playlist-modal {
  width: 100%;
  max-width: 1200px;
  height: 688px;
  overflow: hidden;
  margin: 15vh auto 0;
  display: flex;
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal {
    margin: 0;
    position: fixed;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    max-width: none;
  }
}
@media (max-height: 850px) and (min-width: 991.98px) {
  .playlist-modal-container .playlist-modal {
    margin-top: 5vh;
  }
}
@media (max-height: 750px) and (min-width: 991.98px) {
  .playlist-modal-container .playlist-modal {
    margin-top: 0;
  }
}
.playlist-modal-container .playlist-modal.shut .splide-container {
  height: 0;
  border-top-width: 0;
}
.playlist-modal-container .playlist-modal.shut .playlist-viewport {
  min-height: calc(100vh - 188px);
}
@media (max-width: 575.98px) {
  .playlist-modal-container .playlist-modal.shut .playlist-viewport {
    min-height: calc(100vh - 178px);
  }
}
.playlist-modal-container .playlist-modal.slide .playlist-selector, .playlist-modal-container .playlist-modal.slide .playlist-viewer {
  left: -100%;
}
.playlist-modal-container .playlist-modal .playlist-selector, .playlist-modal-container .playlist-modal .playlist-viewer {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  transition: left 500ms ease-out;
}
.playlist-modal-container .playlist-modal .playlist-selector {
  overflow-y: auto;
}
.playlist-modal-container .playlist-modal .playlist-selector .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.playlist-modal-container .playlist-modal .playlist-selector .btn-close:after {
  content: url('data:image/svg+xml;utf-8,<svg width="16" height="17" viewBox="0 0 16 17" xmlns="http://www.w3.org/2000/svg"><g stroke="%2339324e" stroke-width="4" fill="none" fill-rule="evenodd" stroke-linecap="round"><path d="m2 2.692 12 12M13.705 2.842 2 14.692"/></g></svg>');
}
.playlist-modal-container .playlist-modal .playlist-selector .selector-header {
  background: #faae52;
  height: 140px;
  display: flex;
  align-items: center;
}
.playlist-modal-container .playlist-modal .playlist-selector .selection-list-container {
  background: #FFF;
  padding: 3.75rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .playlist-modal-container .playlist-modal .playlist-selector .selection-list-container {
    padding: 1.875rem 0;
  }
}
.playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-list-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.75rem;
  width: 100%;
  max-width: 1028px;
}
@media (max-width: 1199.98px) {
  .playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-list-wrapper {
    gap: 1.875rem;
  }
}
.playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-list-wrapper:hover .selection-item, .playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-list-wrapper:focus .selection-item {
  opacity: 0.5;
}
.playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-item {
  text-align: center;
  flex: 0 0 212px;
  transition: all 350ms ease;
}
@media (max-width: 1199.98px) {
  .playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-item {
    flex: 0 0 178px;
  }
}
.playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-item:hover, .playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-item:focus {
  cursor: pointer;
  opacity: 1 !important;
}
.playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-item:hover > div, .playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-item:focus > div {
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
  border: 1px solid #adb7bd;
}
.playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-item > div {
  margin: 0 auto 0.9375rem;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 350ms ease;
  border: 1px solid transparent;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-item > div {
    width: 124px;
    height: 124px;
  }
}
.playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-item > div img {
  opacity: 0;
}
.playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-item h3 {
  margin: 0;
  font-size: 1.625rem;
  color: #39324e;
}
@media (max-width: 1199.98px) {
  .playlist-modal-container .playlist-modal .playlist-selector .selection-list-container .selection-item h3 {
    font-size: 1.375rem;
  }
}
.playlist-modal-container .playlist-modal .playlist-viewer {
  display: flex;
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-viewer {
    flex-direction: column;
  }
}
.playlist-modal-container .playlist-modal .playlist-viewer > div {
  height: 100%;
}
.playlist-modal-container .playlist-modal .playlist-viewer > div.first-col {
  background: #f3fafe;
  padding: 1.875rem 1.875rem 0;
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .playlist-modal-container .playlist-modal .playlist-viewer > div.first-col {
    padding: 0.625rem 0.625rem 0;
    flex: 0 0 65%;
  }
}
.playlist-modal-container .playlist-modal .playlist-viewer > div.second-col {
  position: relative;
  background: #FFF;
  border-left: 4px solid #39324e;
  border-right: 28px solid #39324e;
}
@media (max-width: 1199.98px) {
  .playlist-modal-container .playlist-modal .playlist-viewer > div.second-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-viewer > div.second-col {
    position: static;
    border: none;
    display: block;
  }
}
.playlist-modal-container .playlist-modal .playlist-viewer > div.second-col .btn-close {
  position: absolute;
  top: 5px;
  right: -21px;
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-viewer > div.second-col .btn-close {
    top: 20px;
    right: 20px;
    background: #39324e;
    padding: 0.3125rem 0.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .playlist-modal-container .playlist-modal .playlist-viewer > div.second-col .btn-close {
    right: 10px;
  }
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .splide-container {
    height: 293px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    border-top: 13px solid #39324e;
  }
}
@media (max-width: 575.98px) {
  .playlist-modal-container .playlist-modal .splide-container {
    height: 185px;
  }
}
.playlist-modal-container .playlist-modal .playlist-header {
  padding-bottom: 1.875rem;
  display: flex;
  align-items: center;
}
.playlist-modal-container .playlist-modal .playlist-header img {
  flex: 0 0 88px;
  height: 88px;
}
.playlist-modal-container .playlist-modal .playlist-header h3 {
  padding: 0.875rem 0.5625rem;
  color: #39324e;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media (max-width: 767.98px) {
  .playlist-modal-container .playlist-modal .playlist-header h3 {
    padding-right: 1.875rem;
  }
}
.playlist-modal-container .playlist-modal .playlist-header h3 > span {
  display: block;
  line-height: 1.1;
}
.playlist-modal-container .playlist-modal .playlist-header h3 > span small {
  display: block;
  font-size: 1rem;
}
.playlist-modal-container .playlist-modal .playlist-viewport {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  transition: all 300ms ease-in-out;
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-viewport {
    min-height: calc(100vh - 476px);
  }
}
@media (max-width: 575.98px) {
  .playlist-modal-container .playlist-modal .playlist-viewport {
    min-height: calc(100vh - 368px);
  }
}
.playlist-modal-container .playlist-modal .playlist-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  max-height: 500px;
  width: 100%;
  max-width: 755px;
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-content {
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 767.98px) {
  .playlist-modal-container .playlist-modal .playlist-content {
    max-width: none;
  }
}
.playlist-modal-container .playlist-modal .playlist-content.active {
  transition: all 300ms ease-out;
  z-index: 2;
  opacity: 1;
  max-height: none;
}
.playlist-modal-container .playlist-modal .playlist-content .video-wrapper {
  position: relative;
}
.playlist-modal-container .playlist-modal .playlist-content .video-wrapper:before {
  content: "Loading ...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 644px) {
  .playlist-modal-container .playlist-modal .playlist-content .video-wrapper {
    margin-top: 10vh;
  }
}
.playlist-modal-container .playlist-modal .playlist-content .video-wrapper > * {
  position: relative;
  z-index: 2;
}
.playlist-modal-container .playlist-modal .playlist-content .video-wrapper iframe {
  width: 100%;
  max-width: 768px;
  max-height: 432px;
  border: none;
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: block;
}
.playlist-modal-container .playlist-modal .playlist-content .video-footer {
  display: flex;
  justify-content: flex-end;
  max-width: 768px;
  margin: 0 auto;
  padding-top: 0.625rem;
}
.playlist-modal-container .playlist-modal .playlist-content .video-footer a {
  color: #39324e;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
}
.playlist-modal-container .playlist-modal .playlist-content .blog-post-container, .playlist-modal-container .playlist-modal .playlist-content .static-content {
  background: #FFF;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 900px) {
  .playlist-modal-container .playlist-modal .playlist-content .blog-post-container, .playlist-modal-container .playlist-modal .playlist-content .static-content {
    margin-top: 0;
  }
}
.playlist-modal-container .playlist-modal .playlist-content .blog-post-container .blog-post-info, .playlist-modal-container .playlist-modal .playlist-content .static-content .blog-post-info {
  flex: 0 0 36%;
}
@media (max-width: 767.98px) {
  .playlist-modal-container .playlist-modal .playlist-content .blog-post-container, .playlist-modal-container .playlist-modal .playlist-content .static-content {
    padding-left: 1.5rem;
  }
}
.playlist-modal-container .playlist-modal .playlist-content .static-content {
  font-weight: 500;
}
.playlist-modal-container .playlist-modal .playlist-content .static-content p {
  font-size: 1rem;
  line-height: 1.38;
  margin: 0 0 1.25rem;
}
@media (max-width: 767.98px) {
  .playlist-modal-container .playlist-modal .playlist-content .static-content p {
    font-size: 0.875rem;
    line-height: 1.43;
  }
}
.playlist-modal-container .playlist-modal .playlist-content .static-content h2 {
  font-size: 1.75rem;
  line-height: normal;
  color: #0D8AD4;
  margin: 0 0 0.9375rem;
}
@media (max-width: 767.98px) {
  .playlist-modal-container .playlist-modal .playlist-content .static-content h2 {
    font-size: 1.25rem;
  }
}
.playlist-modal-container .playlist-modal .playlist-content .static-content h3, .playlist-modal-container .playlist-modal .playlist-content .static-content h6 {
  font-size: 1.125rem;
  line-height: 1.33;
}
.playlist-modal-container .playlist-modal .playlist-content .static-content h3 {
  color: #39324e;
  margin: 0;
}
.playlist-modal-container .playlist-modal .playlist-content .static-content h6 {
  margin: 0 0 1.125rem;
}
.playlist-modal-container .playlist-modal .playlist-content .static-content li {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.38;
}
.playlist-modal-container .playlist-modal .playlist-content .static-content li::marker {
  color: #39324e;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.playlist-modal-container .playlist-modal .playlist-pager-header {
  height: 58px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager-header {
    padding: 0.3125rem 0.625rem 0.125rem;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager-header .email-step {
  background: #FFF;
  padding: 0.625rem;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 350ms ease-in-out;
}
@media (max-width: 575.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager-header .email-step {
    padding: 0.3125rem 0.625rem;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager-header .email-step.active {
  left: 0;
  opacity: 1;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .btn-link {
  color: #0a75b2;
  line-height: 1;
  padding: 0;
  margin: 0.625rem 1.25rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: underline;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .btn-link:before {
  content: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill="%230A75B2" fill-rule="nonzero" d="M16.667 2.5c1.377 0 2.5 1.123 2.5 2.5v10c0 1.377-1.123 2.5-2.5 2.5H3.333a2.505 2.505 0 0 1-2.5-2.5L.842 5c0-1.377 1.115-2.5 2.491-2.5h13.334zm0 1.667H3.333A.831.831 0 0 0 2.508 5L2.5 15c0 .456.377.833.833.833h13.334A.838.838 0 0 0 17.5 15V5a.838.838 0 0 0-.833-.833zm-1.948 1.786a.833.833 0 0 1 1.144.284.836.836 0 0 1-.282 1.146l-5.574 3.381-.004.01L4.57 7.5a.833.833 0 0 1 .86-1.427L9.975 8.81z"/></svg>');
}
@media (max-width: 767.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager-header .btn-link:before {
    content: url('data:image/svg+xml;utf-8,<svg width="12" height="12" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill="%230A75B2" fill-rule="nonzero" d="M16.667 2.5c1.377 0 2.5 1.123 2.5 2.5v10c0 1.377-1.123 2.5-2.5 2.5H3.333a2.505 2.505 0 0 1-2.5-2.5L.842 5c0-1.377 1.115-2.5 2.491-2.5h13.334zm0 1.667H3.333A.831.831 0 0 0 2.508 5L2.5 15c0 .456.377.833.833.833h13.334A.838.838 0 0 0 17.5 15V5a.838.838 0 0 0-.833-.833zm-1.948 1.786a.833.833 0 0 1 1.144.284.836.836 0 0 1-.282 1.146l-5.574 3.381-.004.01L4.57 7.5a.833.833 0 0 1 .86-1.427L9.975 8.81z"/></svg>');
    position: relative;
    top: 2px;
  }
}
@media (max-width: 767.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager-header .btn-link {
    font-size: 0.6875rem;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager-header .input-group {
  position: relative;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .input-group.shake-x {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .input-group.shake-x + .err-msg {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .input-group:before {
  content: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill="%230A75B2" d="M16.667 2.5c1.377 0 2.5 1.123 2.5 2.5v10c0 1.377-1.123 2.5-2.5 2.5H3.333a2.505 2.505 0 0 1-2.5-2.5L.842 5c0-1.377 1.115-2.5 2.491-2.5h13.334zm0 1.667H3.333A.831.831 0 0 0 2.508 5L2.5 15c0 .456.377.833.833.833h13.334A.838.838 0 0 0 17.5 15V5a.838.838 0 0 0-.833-.833zm-1.948 1.786a.833.833 0 0 1 1.144.284.836.836 0 0 1-.282 1.146l-5.574 3.381-.004.01L4.57 7.5a.833.833 0 0 1 .86-1.427L9.975 8.81z" /></svg>');
  position: absolute;
  z-index: 9;
  left: 8px;
  top: 8px;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .input-group input {
  padding-left: 32px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .input-group button {
  background-color: #0C8BD4;
  border-color: #0C8BD4;
  text-transform: uppercase;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .err-msg {
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 700;
  color: #D8000C;
  position: absolute;
  z-index: 9;
  left: 15px;
  bottom: -2px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 300ms ease-out;
}
@media (max-width: 575.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager-header .err-msg {
    bottom: 5px;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager-header .radio-group {
  display: flex;
  justify-content: space-between;
  background: #39324e;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .radio-group > div {
  padding: 0.125rem 0 0 0.9375rem;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .radio-group > div label {
  display: block;
  margin: 0;
  color: #FFF;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .radio-group > div .radio-group-inputs {
  display: flex;
  gap: 18px;
  height: 26px;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .radio-group > div .custom-radio {
  margin: 0;
  flex-wrap: nowrap;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .radio-group > div .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #0a75b2;
  background-color: #0a75b2;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .radio-group > div .custom-control-label {
  line-height: 24px;
  white-space: nowrap;
  text-indent: -3px;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .radio-group button {
  background-color: #0C8BD4;
  border-color: #0C8BD4;
  text-transform: uppercase;
}
.playlist-modal-container .playlist-modal .playlist-pager-header .success-msg {
  background: #39324e;
  color: #FFF;
  border-radius: 6px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  padding: 0.3125rem 2.5rem;
}
.playlist-modal-container .playlist-modal .playlist-pager {
  height: 630px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0.75rem 0 1rem;
}
@media (max-width: 1199.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager {
    padding: 0 1.25rem 0 0.375rem;
  }
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager {
    height: auto;
    padding: 0.3125rem 0 0.9375rem;
  }
}
@media (max-width: 575.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager {
    padding: 0;
    margin-top: -0.3125rem;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-slider {
  display: flex;
  flex-direction: column;
  transition: transform 350ms cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager .playlist-slider {
    flex-direction: row;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 3.75rem;
  cursor: pointer;
  height: 192px;
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager .playlist-item {
    align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager .playlist-item {
    justify-content: center;
    padding-left: 1.875rem;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item:hover svg, .playlist-modal-container .playlist-modal .playlist-pager .playlist-item:focus svg, .playlist-modal-container .playlist-modal .playlist-pager .playlist-item.active svg {
  transform: translateX(-7px);
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager .playlist-item:hover svg, .playlist-modal-container .playlist-modal .playlist-pager .playlist-item:focus svg, .playlist-modal-container .playlist-modal .playlist-pager .playlist-item.active svg {
    transform: none;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item.active img, .playlist-modal-container .playlist-modal .playlist-pager .playlist-item.active .thumbnail {
  border: 4px solid #faae52;
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item.completed .content-wrapper:after {
  content: url('data:image/svg+xml;utf-8,<svg width="18" height="18" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="white" fill-rule="nonzero" cx="7.435" cy="10.367" r="7.435"/><path d="M16.943.144c.438.267.561.815.274 1.223l-8.17 11.34a.995.995 0 0 1-1.432.17L3.44 9.342a.842.842 0 0 1-.064-1.248.998.998 0 0 1 1.34-.06l3.35 2.838L15.63.4c.287-.408.875-.523 1.314-.256z" fill="%2339324E"/></g></svg>');
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 0;
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item .content-wrapper {
  position: relative;
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item svg {
  position: absolute;
  top: 0;
  left: -61px;
  z-index: 1;
  transition: all 300ms ease-out;
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager .playlist-item svg {
    left: -68px;
  }
}
@media (max-width: 575.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager .playlist-item svg {
    width: 39px;
    height: 75px;
    left: -28px;
    top: 10px;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item img, .playlist-modal-container .playlist-modal .playlist-pager .playlist-item .thumbnail {
  width: 225px;
  height: 129px;
  position: relative;
  z-index: 2;
  margin: 0.3125rem 0 0.3125rem;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager .playlist-item img, .playlist-modal-container .playlist-modal .playlist-pager .playlist-item .thumbnail {
    width: 118.5px;
    height: 68px;
    margin: 0 0 0.125rem;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item img:hover, .playlist-modal-container .playlist-modal .playlist-pager .playlist-item img:focus, .playlist-modal-container .playlist-modal .playlist-pager .playlist-item .thumbnail:hover, .playlist-modal-container .playlist-modal .playlist-pager .playlist-item .thumbnail:focus {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item img {
  object-fit: cover;
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item .thumbnail {
  background: #d1e8f4;
  color: #0C8BD4;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: center;
  padding: 0.75rem;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager .playlist-item .thumbnail {
    font-size: 0.875rem;
    align-items: flex-start;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item .thumbnail.video {
  position: relative;
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item .thumbnail.video:after {
  content: url('data:image/svg+xml;utf-8,<svg width="40px" height="40px" viewBox="0 0 74 74" version="1.1" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.75"><g transform="translate(-746, -1593)" fill="%23FAAE52" fill-rule="nonzero"><g transform="translate(560, 1502)"><g transform="translate(186, 91)"><path d="M37,0 C57.4345357,0 74,16.5654643 74,37 C74,57.4345357 57.4345357,74 37,74 C16.5654643,74 0,57.4345357 0,37 C0,16.5654643 16.5654643,0 37,0 Z M24.7045455,18.8951589 C23.599976,18.8951589 22.7045455,19.7905894 22.7045455,20.8951589 L22.7045455,53.1048411 C22.7045455,53.4153313 22.7768356,53.7215574 22.9156911,53.9992683 C23.4096696,54.9872253 24.6110157,55.387674 25.5989726,54.8936955 L57.8086549,38.7888544 C58.1957097,38.595327 58.5095547,38.281482 58.7030821,37.8944272 C59.1970606,36.9064702 58.7966119,35.7051241 57.8086549,35.2111456 L25.5989726,19.1063045 C25.3212618,18.9674491 25.0150356,18.8951589 24.7045455,18.8951589 Z" opacity="0.800000012"></path></g></g></g></g></svg>');
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.playlist-modal-container .playlist-modal .playlist-pager .playlist-item label {
  display: block;
  color: #39324e;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.3125rem;
  max-width: 225px;
  max-height: 45px;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager .playlist-item label {
    max-width: 118.5px;
    font-size: 0.6875rem;
    line-height: 1.1;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager-footer {
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  height: 40px;
  padding: 0 1.875rem 0.3125rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager-footer {
    background: #39324e;
    color: #FFF;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager-footer button {
  border: none;
  appearance: none;
  background: none;
  color: #0a75b2;
  font-size: 0.6875rem;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.3125rem 0;
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager-footer button {
    color: #f3fafe;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager-footer button.btn-next {
  /*&:hover:after {
      transform: translateY(3px);
  }*/
}
.playlist-modal-container .playlist-modal .playlist-pager-footer button.btn-next:before {
  content: "Next up";
}
.playlist-modal-container .playlist-modal .playlist-pager-footer button.btn-next:after {
  content: url('data:image/svg+xml;utf-8,<svg width="20" height="11" viewBox="0 0 20 11" xmlns="http://www.w3.org/2000/svg"><path d="m18.5 1.5-8.271 8-8.729-8" stroke="%230A75B2" stroke-width="3" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager-footer button.btn-next:after {
    content: url('data:image/svg+xml;utf-8,<svg width="8" height="14" viewBox="0 0 8 14" xmlns="http://www.w3.org/2000/svg"><path d="m2.07 1.5 4.186 5.352L2.07 12.5" stroke="white" stroke-width="2.25" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
}
.playlist-modal-container .playlist-modal .playlist-pager-footer button.btn-prev {
  flex-direction: row-reverse;
}
.playlist-modal-container .playlist-modal .playlist-pager-footer button.btn-prev:before {
  content: "Previous";
}
.playlist-modal-container .playlist-modal .playlist-pager-footer button.btn-prev:after {
  content: url('data:image/svg+xml;utf-8,<svg width="20" height="11" viewBox="0 0 20 11" xmlns="http://www.w3.org/2000/svg"><path d="m18.5 1.5-8.271 8-8.729-8" stroke="%230A75B2" stroke-width="3" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  transform: rotate(180deg) translateY(2px);
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager-footer button.btn-prev:after {
    content: url('data:image/svg+xml;utf-8,<svg width="8" height="14" viewBox="0 0 8 14" xmlns="http://www.w3.org/2000/svg"><path d="M5.93 1.5 1.744 6.852 5.93 12.5" stroke="white" stroke-width="2.25" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transform: none;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager-footer button.btn-shut {
  display: none;
}
@media (max-width: 991.98px) {
  .playlist-modal-container .playlist-modal .playlist-pager-footer button.btn-shut {
    display: inline-block;
  }
}
.playlist-modal-container .playlist-modal .playlist-pager-footer button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.playlist-modal-container .playlist-warning {
  display: none;
  width: 100%;
  max-width: 482px;
  position: absolute;
  z-index: 2002;
  top: 25vh;
  left: 50%;
  transform: translateX(-50%);
}
.playlist-modal-container .playlist-warning.show {
  display: block;
}
.playlist-modal-container .playlist-warning.show + .playlist-modal {
  position: relative;
}
.playlist-modal-container .playlist-warning.show + .playlist-modal:after {
  content: "";
  position: absolute;
  z-index: 2001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.playlist-modal-container .playlist-warning h2 {
  font-size: 1.625rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 0.9375rem 1.875rem;
  background: #fd8474;
  display: flex;
  justify-content: space-between;
}
.playlist-modal-container .playlist-warning > div {
  background: #FFF;
  color: #39324e;
  padding: 1.25rem 1.875rem;
  font-weight: 700;
}
.playlist-modal-container .playlist-warning > div p {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.playlist-modal-container .playlist-warning > div button {
  padding: 0.6875rem 1.5rem;
  font-size: 1.125rem;
}

/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slides > li {
  padding: 20px 0;
}
@media screen and (min-width: 480px) {
  .slides > li {
    padding: 20px;
  }
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flexslider .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "icomoon";
  font-size: 40px;
  line-height: 1em;
  width: 25px;
  height: 40px;
  display: block;
  content: "\e600";
  color: #0C8BD4;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flex-direction-nav a.flex-next {
  right: 0px;
  text-align: right;
}
.flex-direction-nav a.flex-next:before {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.flex-direction-nav a.flex-prev {
  left: 0px;
}
.flex-direction-nav a.flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #F0F0F0;
  border-bottom-color: #C7C7C7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  color: #1D89D2;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #1D89D2;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

/*! responsive-nav.js 1.0.39 by @viljamis */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
.index .row1 {
  position: relative;
}
.index .row1 .two-col__larger section div {
  height: 180px;
  text-align: center;
}
.index .row1 .two-col__larger section h1 {
  font-size: 1rem;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  width: 98%;
  margin: 0;
  position: relative;
  top: -10px;
}
@media screen and (min-width: 375px) {
  .index .row1 .two-col__larger section h1 {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 760px) {
  .index .row1 .two-col__larger section h1 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 900px) {
  .index .row1 .two-col__larger section h1 {
    font-size: 1.1875rem;
  }
}
.index .row1 .two-col__larger section h1 strong {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
  display: block;
}
.index .row1 .two-col__larger section h1 strong.x-small {
  font-size: 0.5rem;
}
.index .row1 .two-col__larger section h1 strong.small {
  font-size: 0.5625rem;
}
.index .row1 .two-col__larger section h1 strong.medium {
  font-size: 0.625rem;
}
.index .row1 .two-col__larger section h1 strong.large {
  font-size: 0.75rem;
}
.index .row1 .two-col__larger section h1 strong.x-large {
  font-size: 0.875rem;
}
.index .row1 .two-col__larger section h1 strong.xx-large {
  font-size: 1.25rem;
}
@media screen and (min-width: 375px) {
  .index .row1 .two-col__larger section h1 strong.x-small {
    font-size: 0.625rem;
  }
  .index .row1 .two-col__larger section h1 strong.small {
    font-size: 0.6875rem;
  }
  .index .row1 .two-col__larger section h1 strong.medium {
    font-size: 0.875rem;
  }
  .index .row1 .two-col__larger section h1 strong.large {
    font-size: 1rem;
  }
  .index .row1 .two-col__larger section h1 strong.x-large {
    font-size: 1.125rem;
  }
  .index .row1 .two-col__larger section h1 strong.xx-large {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 760px) {
  .index .row1 .two-col__larger section h1 strong.x-small {
    font-size: 0.4375rem;
  }
  .index .row1 .two-col__larger section h1 strong.small {
    font-size: 0.5rem;
  }
  .index .row1 .two-col__larger section h1 strong.medium {
    font-size: 0.6875rem;
  }
  .index .row1 .two-col__larger section h1 strong.large {
    font-size: 0.875rem;
  }
  .index .row1 .two-col__larger section h1 strong.x-large {
    font-size: 1rem;
  }
  .index .row1 .two-col__larger section h1 strong.xx-large {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .index .row1 .two-col__larger section h1 strong.x-small {
    font-size: 0.625rem;
  }
  .index .row1 .two-col__larger section h1 strong.small {
    font-size: 0.75rem;
  }
  .index .row1 .two-col__larger section h1 strong.medium {
    font-size: 0.9375rem;
  }
  .index .row1 .two-col__larger section h1 strong.large {
    font-size: 1.25rem;
  }
  .index .row1 .two-col__larger section h1 strong.x-large {
    font-size: 1.5rem;
  }
  .index .row1 .two-col__larger section h1 strong.xx-large {
    font-size: 1.625rem;
  }
}
.index .row1 .two-col__larger section a {
  color: #FFF;
  height: 100%;
  position: relative;
  display: block;
}
.index .row1 .two-col__larger section a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.15625rem;
  position: static;
}
.index .row1 .two-col__larger section span {
  position: absolute;
  bottom: 5px;
  left: 0;
  color: #FFF;
  text-align: center;
  width: 90%;
  margin: 0 5%;
  border-top: 1px dotted #FFF;
  padding-top: 10px;
  font-size: 0.8125rem;
}
.index .row1 .two-col__smaller {
  padding: 30px 15px 50px 15px;
}
@media screen and (min-width: 760px) {
  .index .row1 .two-col__larger {
    float: right;
    padding-right: 0;
  }
  .index .row1 .two-col__smaller {
    padding: 20px 20px 0 20px;
  }
}
@media screen and (min-width: 900px) {
  .index .row1 .two-col__larger {
    width: 69.1%;
  }
  .index .row1 .two-col__smaller {
    width: 30.9%;
  }
}

.explore section {
  position: relative;
  margin-bottom: 15px;
}
.explore section.explore__section3 {
  margin-bottom: 30px;
}
@media screen and (min-width: 760px) {
  .explore section {
    margin-bottom: 20px;
  }
}
.explore__section1--countdown {
  cursor: pointer;
  /*background-image: url('/Content/images/countdown--bg--mobile.jpg');*/
  background-image: url("/Content/images/countdown--bg.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.explore__section1--countdown:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 640px;
  bottom: 0;
  z-index: 0;
  content: " ";
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  /* IE6-9 */
}
.explore__section1--countdown:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 768px;
  bottom: 0;
  z-index: 0;
  content: " ";
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 40%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 40%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 40%);
}
@media screen and (min-width: 768px) {
  .explore__section1--countdown:after {
    display: none;
  }
}
.explore__section1--countdown .heading--1,
.explore__section1--countdown .heading--2 {
  margin-bottom: 0;
}
.explore img {
  width: 100%;
  height: auto;
  display: block;
}
.explore .brush {
  background: url(../images/brush.png) center 0 no-repeat;
  background-size: cover;
  min-height: 95px;
}
.explore__section2 button {
  width: 100%;
  display: flex;
  padding: inherit;
}
.explore__section2 button img {
  width: 100%;
}
.explore__section2 div.brush {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 15px 15px 15px;
}
.explore__section2 span {
  color: #69C7C6;
  padding-left: 60px;
  position: relative;
  display: inline-flex !important;
  vertical-align: middle;
  width: 100%;
}
.explore__section2 span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  font-size: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 25px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  background: #69C7C6;
}
.explore__section2 h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
}
.explore__section2 h2:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 12px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #FFF;
}
.explore__section2 p {
  margin: 0;
}
.explore__section3 .two-col p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.explore__section3 .two-col p span {
  display: block;
  font-style: italic;
  font-weight: 300;
}

.transcript {
  color: white;
  background-color: #69C7C6;
  padding: 0.625rem 0.9375rem;
  text-decoration: none;
  float: right;
  margin-top: 30px;
  margin-left: 80px;
}
.transcript:hover {
  color: white;
  background-color: #45b8b7;
}

.outermost {
  padding-bottom: 20px;
}

.carousel {
  position: relative;
  margin-bottom: 40px;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 300px;
}
@media (max-width: 426px) {
  .carousel-inner {
    max-height: 400px !important;
  }
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  max-height: 400px;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .arrow,
.carousel-control .arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: -10px !important;
  left: 50%;
  z-index: 15;
  width: 14%;
  margin-left: -5%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.buttons {
  overflow: hidden;
  margin-bottom: 50px;
  padding: 0 15px;
}
.buttons .button {
  margin-bottom: 10px;
}
@media screen and (min-width: 760px) {
  .buttons {
    padding: 0 20px;
  }
  .buttons .button {
    float: right;
    padding: 20px;
  }
  .buttons .button:first-child {
    float: left;
  }
}
@media screen and (min-width: 900px) {
  .buttons {
    width: 72.5%;
    padding: 0 70px 0 20px;
  }
  .reverse + .advance + .buttons {
    position: relative;
    left: 27.5%;
    padding: 0 20px 0 60px;
  }
}
@media screen and (min-width: 1280px) {
  .buttons .button {
    width: 40%;
    text-align: center;
  }
}

#Advantage-Age-Based,
#Vanguard-Age-Based {
  background: #FFF;
  z-index: 8998;
}
@media screen and (min-width: 760px) {
  #Advantage-Age-Based.is_stuck,
  #Vanguard-Age-Based.is_stuck {
    position: static !important;
    width: 100% !important;
  }
  #Advantage-Age-Based.is_stuck + div,
  #Vanguard-Age-Based.is_stuck + div {
    display: none !important;
  }
}

#Vanguard-Age-Based {
  z-index: 8999;
}

.table--head {
  z-index: 8997;
}

.blog--color1 blockquote, .blog--color1 .blog__title, .blog--color1 .blog__landing h4, .blog__landing .blog--color1 h4, .blog--color1 p.heading--4 {
  color: #D60053;
}
.blog--color2 blockquote, .blog--color2 .blog__title, .blog--color2 .blog__landing h4, .blog__landing .blog--color2 h4, .blog--color2 p.heading--4 {
  color: #7acaeb;
}
.blog--color3 blockquote, .blog--color3 .blog__title, .blog--color3 .blog__landing h4, .blog__landing .blog--color3 h4, .blog--color3 p.heading--4 {
  color: #ff8c92;
}
.blog--color4 blockquote, .blog--color4 .blog__title, .blog--color4 .blog__landing h4, .blog__landing .blog--color4 h4, .blog--color4 p.heading--4 {
  color: #0C8BD4;
}
.blog--color5 blockquote, .blog--color5 .blog__title, .blog--color5 .blog__landing h4, .blog__landing .blog--color5 h4, .blog--color5 p.heading--4 {
  color: #e9804f;
}
.blog--color6 blockquote, .blog--color6 .blog__title, .blog--color6 .blog__landing h4, .blog__landing .blog--color6 h4, .blog--color6 p.heading--4 {
  color: #F07622;
}

.blog--color1 .blog__landing h4:hover, .blog__landing .blog--color1 h4:hover {
  color: rgb(112, 0, 43.4392523364);
}
.blog--color2 .blog__landing h4:hover, .blog__landing .blog--color2 h4:hover {
  color: rgb(33.3333333333, 166.6666666667, 221.6666666667);
}
.blog--color3 .blog__landing h4:hover, .blog__landing .blog--color3 h4:hover {
  color: rgb(255, 38, 49.3217391304);
}
.blog--color4 .blog__landing h4:hover, .blog__landing .blog--color4 h4:hover {
  color: rgb(6.5357142857, 75.7053571429, 115.4642857143);
}
.blog--color5 .blog__landing h4:hover, .blog__landing .blog--color5 h4:hover {
  color: rgb(186.6666666667, 75.303030303, 23.3333333333);
}
.blog--color6 .blog__landing h4:hover, .blog__landing .blog--color6 h4:hover {
  color: rgb(161.0677966102, 72.1525423729, 10.9322033898);
}

.blog--color1 .blog__share a, .blog__share .blog--color1 a, .blog--color1 .blog__landing h3, .blog__landing .blog--color1 h3 {
  background-color: #D60053;
}
.blog--color2 .blog__share a, .blog__share .blog--color2 a, .blog--color2 .blog__landing h3, .blog__landing .blog--color2 h3 {
  background-color: #7acaeb;
}
.blog--color3 .blog__share a, .blog__share .blog--color3 a, .blog--color3 .blog__landing h3, .blog__landing .blog--color3 h3 {
  background-color: #ff8c92;
}
.blog--color4 .blog__share a, .blog__share .blog--color4 a, .blog--color4 .blog__landing h3, .blog__landing .blog--color4 h3 {
  background-color: #0C8BD4;
}
.blog--color5 .blog__share a, .blog__share .blog--color5 a, .blog--color5 .blog__landing h3, .blog__landing .blog--color5 h3 {
  background-color: #e9804f;
}
.blog--color6 .blog__share a, .blog__share .blog--color6 a, .blog--color6 .blog__landing h3, .blog__landing .blog--color6 h3 {
  background-color: #F07622;
}

.blog--color1 .blog__share a:hover, .blog__share .blog--color1 a:hover {
  background-color: rgb(112, 0, 43.4392523364);
}
.blog--color2 .blog__share a:hover, .blog__share .blog--color2 a:hover {
  background-color: rgb(33.3333333333, 166.6666666667, 221.6666666667);
}
.blog--color3 .blog__share a:hover, .blog__share .blog--color3 a:hover {
  background-color: rgb(255, 38, 49.3217391304);
}
.blog--color4 .blog__share a:hover, .blog__share .blog--color4 a:hover {
  background-color: rgb(6.5357142857, 75.7053571429, 115.4642857143);
}
.blog--color5 .blog__share a:hover, .blog__share .blog--color5 a:hover {
  background-color: rgb(186.6666666667, 75.303030303, 23.3333333333);
}
.blog--color6 .blog__share a:hover, .blog__share .blog--color6 a:hover {
  background-color: rgb(161.0677966102, 72.1525423729, 10.9322033898);
}

.blog__landing > div {
  margin-bottom: 40px;
}
.blog__landing h3 {
  color: #FFF;
  font-size: 0.84375rem;
  line-height: 1em;
  font-style: italic;
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
}
.blog__landing h4 {
  font-size: 1.1875rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.blog__landing h4 a {
  color: inherit;
}
.blog__landing img, .blog__landing svg {
  display: none;
}
.blog__landing p.author {
  font-size: 0.8125rem;
  color: #7C7C7C;
}
.blog__post h2 {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  margin-bottom: 0;
}
.blog__post p:not(.blog__category) {
  margin-bottom: 20px;
}
.blog__category {
  color: #959595;
  font-size: 0.8125rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0;
}
.blog__header {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.blog__header h1 {
  margin-bottom: 20px;
}
.blog__title {
  color: #8EC447;
}
.blog__share {
  position: relative;
  overflow: hidden;
}
.blog__share a {
  display: inline-block;
  background: #8EC447;
  padding: 8px 20px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  max-width: 108px;
  position: relative;
  z-index: 10;
}
.blog__share a:hover {
  background: rgb(88.2716049383, 124.9382716049, 40.0617283951);
}
.blog__share a.at-share-btn {
  padding: 0;
  margin: 0 5px;
}
.blog__share a.active + div {
  left: 113px;
}
.blog__share > div {
  position: absolute;
  left: -168px;
  top: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
.blog__date {
  font-style: italic;
  margin-top: 30px;
}
.blog__author img {
  float: left;
  margin-right: 10px;
  max-width: 50px;
}
.blog__author p {
  float: left;
  font-weight: bold;
  line-height: 50px;
  vertical-align: middle;
}
.blog__author a {
  color: #666;
}
@media screen and (min-width: 375px) {
  .blog__author img {
    max-width: 100px;
  }
  .blog__author p {
    line-height: 100px;
  }
}
@media screen and (min-width: 760px) {
  .blog__landing > div {
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #C0C0C0;
  }
  .blog__landing > div div {
    padding-left: 220px;
  }
  .blog__landing > div div p:not(.author) {
    margin: 0;
  }
  .blog__landing > div div:first-child {
    float: left;
    width: 200px;
    padding: 0;
    position: relative;
    min-height: 114px;
  }
  .blog__landing > div div:first-child img {
    width: 100%;
  }
  .blog__landing > div div:first-child h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    opacity: 0.8;
  }
  .blog__landing h3 {
    font-size: 0.84375rem;
    display: block;
  }
  .blog__landing h4 {
    margin-bottom: 0;
  }
  .blog__landing img, .blog__landing svg {
    display: block;
  }
  .blog__header {
    min-height: 67px;
  }
  .blog__header h1 {
    margin-bottom: 0;
  }
  .blog__post blockquote {
    border: 0;
    border-left: 1px solid #F3F3F3;
    padding: 20px 0 20px 20px;
    float: right;
    width: 48%;
    margin-left: 20px;
  }
  .blog__title {
    padding-right: 175px;
  }
  .blog__share {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 67px;
  }
  .blog__share a.icon-share {
    width: 100%;
    max-width: 150px;
    text-align: center;
  }
  .blog__share a.active + div {
    left: 0;
    top: 35px;
  }
  .blog__share a.at-share-btn {
    padding: 0;
    margin: 0 7px 0 0;
  }
  .blog__share a.at-share-btn:last-child {
    margin-right: 0;
  }
  .blog__share > div {
    left: 0;
  }
  .blog__author img {
    margin-right: 20px;
  }
}

blockquote {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  padding: 20px 0;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 20px 0;
  color: #8EC447;
  font-style: italic;
}
blockquote:before, blockquote:after {
  display: none;
}
@media screen and (min-width: 760px) {
  blockquote {
    border: 0;
    border-left: 1px solid #F3F3F3;
    padding: 20px 0 20px 20px;
    float: right;
    width: 48%;
    margin-left: 20px;
    font-size: 1.125rem;
  }
}

.welcome #content {
  background: url(../images/bg-content--welcome.jpg) center 0 no-repeat;
  background-size: 1500px auto;
}
.welcome #content .container {
  padding-top: 0;
}
.welcome #content h1 {
  height: 165px;
}
@media screen and (min-width: 375px) {
  .welcome #content .container {
    padding-top: 20px;
  }
}
@media screen and (min-width: 760px) {
  .welcome #content {
    background-size: 2000px auto;
  }
  .welcome #content h1 {
    height: 225px;
  }
}
@media screen and (min-width: 760px) {
  .welcome__content {
    padding-right: 250px;
    background: url(../images/welcome__image1.jpg) right bottom no-repeat;
    background-size: 228px auto;
  }
}
@media screen and (min-width: 900px) {
  .welcome__content {
    padding-right: 475px;
    background: url(../images/welcome__image1.jpg) right bottom no-repeat;
    min-height: 432px;
  }
}
@media screen and (min-width: 1100px) {
  .welcome__content h2 {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .welcome__content {
    padding-right: 525px;
  }
  .welcome__content h2 {
    padding-right: 250px;
  }
}

.date-select {
  background: #FFF url(/Content/Images/calendar-icon.svg) right 5px center no-repeat;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  width: 100%;
  margin: 3px 0 10px 0;
  min-height: 40px;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #494949;
}

.is-selected .pika-button {
  background: #0C8BD4;
}

button.pika-button:hover {
  background: #39324e !important;
}

.stock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.stock-header h3 {
  font-size: 1.125rem;
}
.stock-header a {
  font-weight: 700;
  text-decoration: underline;
}

.stock-options {
  width: 100%;
}
.stock-options th, .stock-options td {
  padding: 5px;
  font-size: 0.8125rem;
}
.stock-options th {
  display: none;
}
.stock-options td {
  background: #F3F3F3;
  width: 100%;
  display: block;
  text-align: right;
}
.stock-options td:before {
  content: attr(data-label);
  float: left;
}
.stock-options td:first-child {
  text-align: center;
  border: 0;
}
.stock-options td:last-child {
  border: 0;
}
.stock-options td:last-child a {
  float: right;
}
.stock-options td:last-child:before {
  float: none;
  line-height: 30px;
  vertical-align: middle;
  padding-right: 5px;
}
.stock-options .remove-chart {
  background: #0C8BD4;
  display: block;
  color: #FFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.4;
}
.stock-options .remove-chart:hover {
  background: rgb(9.2678571429, 107.3526785714, 163.7321428571);
  color: #FFF;
}
@media screen and (min-width: 519px) {
  .stock-options th, .stock-options td {
    padding: 10px;
    display: table-cell;
    text-align: center;
  }
  .stock-options th {
    color: #39324e;
    display: table-cell;
  }
  .stock-options td {
    border-right: 1px solid #C0C0C0;
    width: 10%;
  }
  .stock-options td:first-child {
    text-align: left;
    border: 0;
    width: 45%;
  }
  .stock-options td:last-child {
    border: 0;
    width: 5%;
  }
  .stock-options td:before {
    display: none;
  }
}

.stock-data {
  width: 100%;
}
.stock-data th, .stock-data td {
  padding: 10px;
  font-size: 0.8125rem;
}
.stock-data th {
  display: none;
}
.stock-data td {
  text-align: right;
}
.stock-data tr:nth-child(odd) td {
  background: rgba(130, 196, 149, 0.2);
}
.stock-data--high-low td {
  display: block;
  width: 100%;
}
.stock-data--high-low td:before {
  content: attr(data-label);
  float: left;
}
.stock-data--high-low td:first-child {
  text-align: center;
  border: 0;
  background: #39324e;
  color: #82c495;
}
@media screen and (min-width: 519px) {
  .stock-data--high-low {
    width: auto;
  }
  .stock-data--high-low th, .stock-data--high-low td {
    padding: 10px 20px;
    font-size: 0.8125rem;
    text-align: center;
    display: table-cell;
    width: auto;
  }
  .stock-data--high-low th {
    background: #39324e;
    color: #82c495;
    border-right: 1px solid rgba(130, 196, 149, 0.3);
  }
  .stock-data--high-low th:last-child {
    border-right: 0;
  }
  .stock-data--high-low td:first-child {
    background: #FFF;
    color: #666;
  }
  .stock-data--high-low td:last-child {
    border-right: 0;
  }
  .stock-data--high-low td:before {
    display: none;
  }
}
.stock-data--daily td {
  display: block;
  width: 100%;
  overflow: hidden;
}
.stock-data--daily td:before {
  content: attr(data-label);
  float: left;
  width: 75%;
  text-align: left;
  font-weight: 900;
}
.stock-data--daily td:first-child {
  width: auto;
}
.stock-data--daily tr:nth-child(odd) td:first-child {
  background: rgba(130, 196, 149, 0.2);
}
@media screen and (min-width: 900px) {
  .stock-data--daily th, .stock-data--daily td {
    padding: 10px;
    font-size: 0.78125rem;
    text-align: center;
    display: table-cell;
    width: auto;
  }
  .stock-data--daily th {
    background: #39324e;
    color: #82c495;
    border-right: 1px solid rgba(130, 196, 149, 0.3);
  }
  .stock-data--daily th:last-child {
    border-right: 0;
  }
  .stock-data--daily td:before {
    display: none;
  }
  .stock-data--daily td:first-child {
    background: #FFF;
    color: #666;
  }
  .stock-data--daily tr:nth-child(odd) td:first-child {
    background: rgba(130, 196, 149, 0.2);
  }
}
@media screen and (min-width: 1280px) {
  .stock-data--daily th, .stock-data--daily td {
    padding: 10px 20px;
    font-size: 0.8125rem;
  }
}

.input-label {
  display: block;
  max-width: 568px;
  font-family: "museo";
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.86;
  color: #0C8BD4;
  border-bottom: 2px solid #39324e;
}

.date-select-container {
  display: flex;
  max-width: 568px;
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
  border-bottom: 2px solid #39324e;
}
.date-select-container > div {
  flex: 0 0 268px;
  margin-right: 2.5rem;
}
.date-select-container > div:last-child {
  margin-right: 0;
}
.date-select-container label {
  color: #39324e;
  font-size: 0.875rem;
  line-height: 1.43;
}
.date-select-container #change_date {
  font-size: 1.125rem;
  height: 40px;
  width: 158px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.1875rem;
}

#dvHeaderPriceDelta {
  overflow: hidden;
  position: relative;
}
#dvHeaderPriceDelta h3 {
  padding-right: 80px;
}
#dvHeaderPriceDelta a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  float: right;
  color: #0d2f59;
  padding: 5px 5px 5px 18px;
  background: #8EC447 url(../images/btn-arrow.png) 5px center no-repeat;
}

#dvSelectListChart, #dvSelectList {
  max-width: 568px;
}

.page--404 h1 {
  font-size: 8em;
  margin-bottom: 10px;
}
.page--404 p:last-child a {
  font-size: 0.75rem;
  font-weight: bold;
}
@media screen and (min-width: 760px) {
  .page--404 {
    min-height: 515px;
    background: url(../images/asset--404.jpg) right top no-repeat;
    background-size: 55% auto;
    padding-right: 55%;
  }
  .page--404 h1 {
    font-size: 3.75rem;
  }
}

.back-to-school h1.heading--1 {
  color: #0C8BD4;
  text-transform: uppercase;
  font-size: 2.1875rem;
}
.back-to-school h1.heading--1 strong {
  font-size: 1.125rem;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  display: block;
  line-height: 1;
}
.back-to-school [type=checkbox]:checked + label:after {
  color: #0C8BD4;
}
@media screen and (min-width: 760px) {
  .back-to-school #content {
    background: url(../images/bts__splash.png) center top no-repeat;
    background-size: 100% auto;
  }
  .back-to-school #content a.button {
    width: 75%;
  }
  .back-to-school h1.heading--1 {
    text-indent: -9999px;
    overflow: hidden;
    height: 80px;
    color: #FFF;
  }
  .back-to-school h1.heading--1 strong {
    display: inline;
  }
}
@media screen and (min-width: 900px) {
  .back-to-school #content a.button {
    width: 50%;
  }
  .back-to-school h1.heading--1 {
    height: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .back-to-school #content {
    background-size: 1420px auto;
  }
  .back-to-school h1.heading--1 {
    height: 150px;
  }
}
@media screen and (min-width: 1420px) {
  .back-to-school #content {
    background-size: 1600px auto;
  }
  .back-to-school h1.heading--1 {
    height: 170px;
  }
}
@media screen and (min-width: 1600px) {
  .back-to-school #content {
    background-size: 1800px auto;
  }
  .back-to-school h1.heading--1 {
    height: 190px;
  }
}
@media screen and (min-width: 1800px) {
  .back-to-school #content {
    background-size: 2000px auto;
  }
  .back-to-school h1.heading--1 {
    height: 210px;
  }
}
.back-to-school .two-col img {
  width: 80%;
  float: right;
  border: 2px solid #000;
}

.cards__single {
  text-align: center;
  margin-bottom: 20px;
}
.cards__single img {
  display: block;
  margin: 0 auto 10px auto;
  width: 100%;
  max-width: 108px;
}
.cards__single h3, .cards__single h4 {
  font-size: 0.875rem;
  color: #0C8BD4;
  margin-bottom: 15px;
}
.cards__single h3 + div, .cards__single h4 + div {
  position: relative;
  margin: 0 auto 10px auto;
  width: 100%;
  max-width: 108px;
}
.cards__single h3 {
  height: 36px;
  margin-bottom: 0;
}
.cards__single h3 span {
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: #555D5B;
}
.cards__single > a {
  font-size: 10px;
  color: #555D5B;
  margin-bottom: 10px;
  display: block;
}
.cards__single > a span {
  display: block;
}
.cards__single > a span:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e602";
  padding-right: 5px;
}
.cards__single > a:hover {
  color: rgb(36.2921348315, 39.7078651685, 38.8539325843);
}
.cards__single p.notify {
  color: #FFF;
  border-radius: 50%;
  font-size: 13px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  background: #B3298F;
  text-align: center;
  position: absolute;
  top: -13px;
  right: -13px;
}
.cards__count {
  overflow: hidden;
  width: 102px;
  margin: 0 auto;
}
.cards__count a {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  width: 22px;
  height: 22px;
  float: left;
  position: relative;
  top: 12px;
  color: #B3298F;
}
.cards__count a:before {
  text-indent: 0;
  display: block;
  font-size: 22px;
}
.cards__count a:hover {
  color: rgb(96.0090909091, 21.9909090909, 76.7);
}
.cards__count a:active {
  color: rgb(13.0181818182, 2.9818181818, 10.4);
  top: 13px;
  left: 1px;
}
.cards__count p {
  color: #555D5B;
  border: 1px solid #C0C0C0;
  border-radius: 50%;
  font-size: 22px;
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  margin: 0 5px;
}
.cards__count p.value {
  border-color: #B3298F;
}
.cards__single.minus-disabled .icon-minus {
  opacity: 0.5;
}
.cards__single.minus-disabled .icon-minus:hover {
  color: #B3298F;
}
.cards__single.minus-disabled .icon-minus:active {
  color: #B3298F;
  top: 12px;
  left: 0;
}
.cards__single.plus-disabled .icon-plus {
  opacity: 0.5;
}
.cards__single.plus-disabled .icon-plus:hover {
  color: #B3298F;
}
.cards__single.plus-disabled .icon-plus:active {
  color: #B3298F;
  top: 12px;
  left: 0;
}
.cards__row {
  display: inline;
}
@media screen and (min-width: 520px) {
  .cards__row {
    display: block;
    border-bottom: 1px dotted #0C8BD4;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .cards__row--last {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.cards .order {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.75);
  overflow: hidden;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
}
.cards__page2 h3 {
  font-size: 1.125rem;
  font-weight: 500;
}
.cards__page2 h3 span {
  font-size: 0.5625rem;
}
.cards__page2 label {
  color: #0C8BD4;
}
@media screen and (min-width: 375px) {
  .cards__single {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 520px) {
  .cards__single {
    width: 33%;
  }
}
@media screen and (min-width: 760px) {
  .cards h2 {
    float: left;
  }
  .cards h2 + p {
    float: right;
  }
}

@media screen and (min-width: 900px) {
  .confetti {
    background: url(../images/confetti.png) 0 0 no-repeat;
    background-size: 100% auto;
    padding: 0 175px 50px 175px !important;
  }
}
@media screen and (min-width: 1280px) {
  .confetti {
    padding: 0 200px 50px 200px !important;
  }
}

.tabs {
  position: relative;
  margin: 10px 0;
}
.tabs .tab {
  position: relative;
  display: inline-block;
  width: 49.5%;
  z-index: 1;
}
.tabs .tab a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  background: #0C8BD4;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.tabs .tab a:hover {
  background: rgb(9.2678571429, 107.3526785714, 163.7321428571);
}
.tabs .tab a.active {
  background: #8EC447;
}
.tabs .tab a.active:hover {
  background: rgb(115.5555555556, 163.5555555556, 52.4444444444);
}
.tabs .tab-sep {
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -28px;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #0C8BD4;
  background: #FFF;
  border-radius: 50%;
  z-index: 2;
}

.recorded {
  display: flex;
}
.recorded .col-lg-4 {
  text-align: center;
}
.recorded .record-video {
  display: inline-block;
  margin-top: 50px;
}
.recorded .record-video button {
  width: 100%;
  padding: 15px;
}

@media (max-width: 741) {
  .recorded .col-lg-4, .recorded .col-lg-8 {
    width: 100%;
  }
}
.written {
  display: none;
  margin-top: 30px !important;
}

.sfPageEditor .written {
  display: block !important;
}

.written input[type=text], .written input[type=email], .written input[type=tel] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  color: #000;
}
.written textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  height: 75px;
}
.written .button {
  padding: 0;
  margin: 0;
}
.written .button:hover button {
  background: rgb(9.2678571429, 107.3526785714, 163.7321428571);
}
.written .button button {
  padding: 15px 25px;
  border: none;
  background: #0C8BD4;
}
.written .button button:hover {
  background: rgb(9.2678571429, 107.3526785714, 163.7321428571);
}
.written .sf-fieldWrp {
  margin: 0 0 15px 0;
}
.written .sf-fieldWrp label {
  position: relative;
  display: block;
  margin: 5px 0 10px 0;
  color: #000;
  font-weight: bold;
}
.written .sf-fieldWrp label:before {
  display: none;
}
.written .sf-fieldWrp label.required {
  color: #000;
}
.written .sf-fieldWrp label.error {
  padding: 0;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: #D61B5B;
}
.written .sf-fieldWrp label.error:before {
  display: none;
}
.written .sf-fieldWrp.lbl-1 label:before {
  content: "1";
}
.written .sf-fieldWrp.lbl-2 label:before {
  content: "2";
}
.written .sf-fieldWrp.lbl-3 label:before {
  content: "3";
}
.written .sf-fieldWrp.lbl-4 label:before {
  content: "4";
}
.written .sf-fieldWrp.lbl-5 label:before {
  content: "5";
}
.written .sf-fieldWrp.lbl-6 label:before {
  content: "6";
}
.written .sf-fieldWrp.lbl-7 label:before {
  content: "7";
}
.written .sf-fieldWrp.lbl-8 label:before {
  content: "8";
}
.written .sf-fieldWrp.lbl-9 label:before {
  content: "9";
}
.written .sf-fieldWrp.lbl-10 label:before {
  content: "10";
}
.written .sf-fieldWrp.lbl-11 label:before {
  content: "11";
}
.written .sf-fieldWrp.lbl-12 label:before {
  content: "12";
}
.written .sf-fieldWrp.lbl-13 label:before {
  content: "13";
}
.written .sf-fieldWrp.lbl-14 label:before {
  content: "14";
}
.written .sf-fieldWrp.lbl-15 label:before {
  content: "15";
}
.written .sf-fieldWrp.lbl-16 label:before {
  content: "16";
}
.written .sf-fieldWrp.lbl-17 label:before {
  content: "17";
}
.written .sf-fieldWrp.lbl-18 label:before {
  content: "18";
}
.written .sf-fieldWrp.lbl-19 label:before {
  content: "19";
}
.written .sf-fieldWrp.lbl-20 label:before {
  content: "20";
}
.written .sf-fieldWrp.lbl-21 label:before {
  content: "21";
}
.written .sf-fieldWrp.lbl-22 label:before {
  content: "22";
}
.written .sf-fieldWrp.lbl-23 label:before {
  content: "23";
}
.written .sf-fieldWrp.lbl-24 label:before {
  content: "24";
}
.written .sf-fieldWrp.lbl-25 label:before {
  content: "25";
}
.written .sf-fieldWrp.lbl-26 label:before {
  content: "26";
}
.written .sf-fieldWrp.lbl-27 label:before {
  content: "27";
}
.written .sf-fieldWrp.lbl-28 label:before {
  content: "28";
}
.written .sf-fieldWrp.lbl-29 label:before {
  content: "29";
}
.written .sf-fieldWrp.lbl-30 label:before {
  content: "30";
}
.written .sfSuccess {
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .sf_colsOut.col-lg-8, .sf_colsOut.col-lg-4 {
    width: 100%;
  }
}
.account-login-wrapper {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.account-login-wrapper hr {
  display: none;
  width: 100%;
  border-color: #979797;
}
@media screen and (max-width: 480px) {
  .account-login-wrapper {
    margin-top: 0;
  }
  .account-login-wrapper hr {
    display: block;
  }
}
.account-login-wrapper .al-title {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-weight: bold;
  color: #39324e;
}
@media screen and (max-width: 480px) {
  .account-login-wrapper .al-title {
    font-size: 22px;
  }
}
.account-login-wrapper .al-body {
  display: inline-flex;
  gap: 54px;
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .account-login-wrapper .al-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .account-login-wrapper .al-body vr {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .account-login-wrapper .al-body {
    gap: 0;
    font-size: 16px;
    line-height: 1.38;
  }
}
.account-login-wrapper .al-body-section1-title {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-weight: bold;
  color: #39324e;
}
@media screen and (max-width: 480px) {
  .account-login-wrapper .al-body-section1-title {
    gap: 0;
    font-size: 18px;
    line-height: 1.38;
  }
}
.account-login-wrapper .al-body-section1-intro {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #666;
}
@media screen and (max-width: 480px) {
  .account-login-wrapper .al-body-section1-intro {
    font-size: 16px;
    line-height: 1.38;
  }
}
.account-login-wrapper .al-body-section1-intro a {
  text-decoration: underline;
}
.account-login-wrapper .al-body-section1-select #directPlanBtn {
  width: 100%;
  height: 57px;
  margin: 16px 0px 23px 0px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #0C8BD4, inset 0 0 0 2px #39324e, 0 12px 17px -13px rgba(0, 0, 0, 0.28);
  background-color: #0C8BD4;
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  position: relative;
  /*&.open {
      &::after {
          transform: translateY(-50%) rotate($toDeg);
      }
  }

  &::after {
      content: url('data:image/svg+xml; utf8,  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path stroke-width="2px" fill="white" d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"/></svg>');
      width: 19px;
      height: 19px;
      display: inline-block;
      margin-right: 6px;
      transform: translateY(-2px);
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%) rotate($fromDeg);
      transition-property: transform;
      transition-duration: 250ms;

      @media screen and (max-width: $mobile-small) {
          display: none;
      }
  }*/
}
.account-login-wrapper .al-body-section1-select #directPlanBtn:hover {
  text-decoration: none;
}
.account-login-wrapper .al-body-section1-select #directPlanBtn #options-menu-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #e4e4e4;
  top: 100%;
  left: 0;
  align-items: flex-start;
  z-index: 1;
}
.account-login-wrapper .al-body-section1-select #directPlanBtn #options-menu-container > * {
  width: 100%;
  padding-left: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #666;
  font-size: 16px;
  border: 1px solid #666;
  text-align: left;
}
.account-login-wrapper .al-body-section1-select #directPlanBtn #options-menu-container .option-label {
  background-color: #fff;
  font-weight: 800;
  margin-bottom: 0;
  color: #373737;
}
.account-login-wrapper .al-body-section1-select #directPlanBtn #options-menu-container a {
  margin-top: -1px;
}
.account-login-wrapper .al-body-section1-fine-print {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #666;
}
@media screen and (max-width: 480px) {
  .account-login-wrapper .al-body-section1-fine-print {
    line-height: 1.38;
  }
}
.account-login-wrapper .al-body-section1-fine-print a {
  text-decoration: underline;
}
.account-login-wrapper .al-body .vr {
  height: calc(100% + 30px);
  width: 1px;
  background: #9e9e9e;
}
.account-login-wrapper .al-body-section2 {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media screen and (max-width: 480px) {
  .account-login-wrapper .al-body-section2 {
    gap: 0;
  }
}
.account-login-wrapper .al-body-section2-title {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-weight: bold;
  color: #0C8BD4;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .account-login-wrapper .al-body-section2-title {
    font-size: 18px;
  }
}
.account-login-wrapper .al-body-section2-body {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #666;
}
@media screen and (max-width: 480px) {
  .account-login-wrapper .al-body-section2-body {
    font-size: 16px;
    line-height: 1.38;
  }
}
.account-login-wrapper .al-body-section2-body a {
  text-decoration: underline;
}

.two-factor-auth-modal-body-description {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #0C8BD4;
  margin-bottom: 1rem;
}
.two-factor-auth-modal-body-list {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #666;
  margin-bottom: 1rem;
}
.two-factor-auth-modal-body-list ol li {
  line-height: 1.7;
}
.two-factor-auth-modal-body-footer {
  font-family: "museo-sans", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #666;
}
