@charset "UTF-8";
/*
    :: Bootstrap Theme Settings 
        -Comment out or delete variables to use defaults
        -Commonly used values are included below, but commented out
        -Add any value from /Bank_Core/Boostrap/_variables.scss to override
*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #7a003c;
  --secondary: #1d345e;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #45a7fc;
  --dark: #0a3a67;
  --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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.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;
}

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;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #035094;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #035094;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 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;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 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%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.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 .table {
  background-color: #fff;
}

.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-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #dab8c8;
}

.table-hover .table-primary:hover {
  background-color: #d1a7bb;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #d1a7bb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c0c6d2;
}

.table-hover .table-secondary:hover {
  background-color: #b1b9c7;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b1b9c7;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #cbe6fe;
}

.table-hover .table-light:hover {
  background-color: #b2dafe;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #b2dafe;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bac8d4;
}

.table-hover .table-dark:hover {
  background-color: #aabbca;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #aabbca;
}

.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: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fa007b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 0, 60, 0.25);
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 0, 60, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #7a003c;
  border-color: #7a003c;
}
.btn-primary:hover {
  color: #fff;
  background-color: #540029;
  border-color: #470023;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 0, 60, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #7a003c;
  border-color: #7a003c;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #470023;
  border-color: #3a001d;
}
.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(122, 0, 60, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #1d345e;
  border-color: #1d345e;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #142441;
  border-color: #111e37;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 52, 94, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #1d345e;
  border-color: #1d345e;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #111e37;
  border-color: #0e192d;
}
.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(29, 52, 94, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #fff;
  background-color: #45a7fc;
  border-color: #45a7fc;
}
.btn-light:hover {
  color: #fff;
  background-color: #1f95fb;
  border-color: #138ffb;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 167, 252, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  background-color: #45a7fc;
  border-color: #45a7fc;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #138ffb;
  border-color: #0689fb;
}
.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(69, 167, 252, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #0a3a67;
  border-color: #0a3a67;
}
.btn-dark:hover {
  color: #fff;
  background-color: #072644;
  border-color: #052039;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 58, 103, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #0a3a67;
  border-color: #0a3a67;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #052039;
  border-color: #04192d;
}
.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(10, 58, 103, 0.5);
}

.btn-outline-primary {
  color: #7a003c;
  background-color: transparent;
  background-image: none;
  border-color: #7a003c;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #7a003c;
  border-color: #7a003c;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 0, 60, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #7a003c;
  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: #7a003c;
  border-color: #7a003c;
}
.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(122, 0, 60, 0.5);
}

.btn-outline-secondary {
  color: #1d345e;
  background-color: transparent;
  background-image: none;
  border-color: #1d345e;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #1d345e;
  border-color: #1d345e;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 52, 94, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #1d345e;
  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: #1d345e;
  border-color: #1d345e;
}
.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(29, 52, 94, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #45a7fc;
  background-color: transparent;
  background-image: none;
  border-color: #45a7fc;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #45a7fc;
  border-color: #45a7fc;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 167, 252, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #45a7fc;
  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: #fff;
  background-color: #45a7fc;
  border-color: #45a7fc;
}
.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(69, 167, 252, 0.5);
}

.btn-outline-dark {
  color: #0a3a67;
  background-color: transparent;
  background-image: none;
  border-color: #0a3a67;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #0a3a67;
  border-color: #0a3a67;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 58, 103, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #0a3a67;
  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: #0a3a67;
  border-color: #0a3a67;
}
.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(10, 58, 103, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #035094;
  background-color: transparent;
}
.btn-link:hover {
  color: #035094;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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%;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 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.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #7a003c;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.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 {
  margin-left: 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 {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      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.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #7a003c;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(122, 0, 60, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ff2e95;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #7a003c;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #7a003c;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(122, 0, 60, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(122, 0, 60, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #7a003c;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(122, 0, 60, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #fa007b;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(250, 0, 123, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #fa007b;
  box-shadow: 0 0 0 0.2rem rgba(122, 0, 60, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #fa007b;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #7a003c;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  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.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 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.25rem - 1px) calc(0.25rem - 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;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 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: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #035094;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #035094;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 0, 60, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #7a003c;
  border-color: #7a003c;
}
.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.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.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.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.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: #7a003c;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #470023;
}

.badge-secondary {
  color: #fff;
  background-color: #1d345e;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #111e37;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #fff;
  background-color: #45a7fc;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #138ffb;
}

.badge-dark {
  color: #fff;
  background-color: #0a3a67;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #052039;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@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.25rem;
}

.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: #3f001f;
  background-color: #e4ccd8;
  border-color: #dab8c8;
}
.alert-primary hr {
  border-top-color: #d1a7bb;
}
.alert-primary .alert-link {
  color: #0c0006;
}

.alert-secondary {
  color: #0f1b31;
  background-color: #d2d6df;
  border-color: #c0c6d2;
}
.alert-secondary hr {
  border-top-color: #b1b9c7;
}
.alert-secondary .alert-link {
  color: #03050a;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #245783;
  background-color: #daedfe;
  border-color: #cbe6fe;
}
.alert-light hr {
  border-top-color: #b2dafe;
}
.alert-light .alert-link {
  color: #193c5b;
}

.alert-dark {
  color: #051e36;
  background-color: #ced8e1;
  border-color: #bac8d4;
}
.alert-dark hr {
  border-top-color: #aabbca;
}
.alert-dark .alert-link {
  color: #010407;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #7a003c;
  transition: width 0.6s ease;
}

.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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
      flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #7a003c;
  border-color: #7a003c;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #3f001f;
  background-color: #dab8c8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #3f001f;
  background-color: #d1a7bb;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3f001f;
  border-color: #3f001f;
}

.list-group-item-secondary {
  color: #0f1b31;
  background-color: #c0c6d2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #0f1b31;
  background-color: #b1b9c7;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #0f1b31;
  border-color: #0f1b31;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #245783;
  background-color: #cbe6fe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #245783;
  background-color: #b2dafe;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #245783;
  border-color: #245783;
}

.list-group-item-dark {
  color: #051e36;
  background-color: #bac8d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #051e36;
  background-color: #aabbca;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #051e36;
  border-color: #051e36;
}

.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, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  -ms-transform: translate(0, -25%);
      transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.25rem;
}

.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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.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) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 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-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) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  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-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 #f7f7f7;
}

.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -ms-transform: translateX(0);
      transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #7a003c !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #470023 !important;
}

.bg-secondary {
  background-color: #1d345e !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #111e37 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #45a7fc !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #138ffb !important;
}

.bg-dark {
  background-color: #0a3a67 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #052039 !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: #7a003c !important;
}

.border-secondary {
  border-color: #1d345e !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #45a7fc !important;
}

.border-dark {
  border-color: #0a3a67 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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 {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        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;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 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-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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-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-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #7a003c !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #470023 !important;
}

.text-secondary {
  color: #1d345e !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #111e37 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #45a7fc !important;
}

a.text-light:hover, a.text-light:focus {
  color: #138ffb !important;
}

.text-dark {
  color: #0a3a67 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #052039 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 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 #ddd !important;
  }
}
/**
* Pass px font size, outputs px and rem font size
* @param {font-size} $size
**/
/**
* Pass px line height, outputs px and rem line height
* @param {line-height} $size
**/
@media screen and (min-width: 1048px) {
  header.main-header {
    position: relative;
    padding-top: 20px;
    z-index: 10;
  }
  header.main-header .mobile-top-header {
    display: none;
  }
  header.main-header .container:after {
    content: "";
    display: block;
    clear: both;
  }
  header.main-header .brand {
    float: left;
  }
  header.main-header .brand img {
    max-width: 235px;
  }
  header.main-header .util-nav {
    float: right;
    text-align: right;
    padding-bottom: 20px;
  }
  header.main-header .util-nav a {
    display: inline-block;
    margin-right: 20px;
  }
  header.main-header .util-nav a.btn {
    margin-right: 0;
    margin-left: 20px;
  }
  header.main-header .util-nav div + div {
    margin-top: 20px;
  }
  header.main-header nav {
    display: block !important;
    background: #eeeeee;
  }
  header.main-header nav.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  header.main-header nav .mobile-util-nav,
  header.main-header nav .mobile-site-search {
    display: none;
  }
  header.main-header nav ul {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header.main-header nav ul li {
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center;
  }
  header.main-header nav ul li:hover .mega-menu {
    display: block !important;
  }
  header.main-header nav ul li:last-child {
    text-align: right;
  }
  header.main-header nav ul li a {
    padding: 15px;
    display: inline-block;
  }
  header.main-header nav ul li a.btn-link {
    padding: 15px 45px;
    background: #3f9ef1;
    color: #000;
  }
  header.main-header .mega-menu {
    display: none;
    position: absolute;
    left: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: calc(100% - 30px);
    padding: 20px 0;
    background: #eeeeee;
  }
  header.main-header .mega-menu ul {
    display: block;
    float: left;
    width: calc(25% - 50px);
    margin: 0 25px;
  }
  header.main-header .mega-menu ul li {
    display: block;
    text-align: left;
  }
  header.main-header .mega-menu ul li:first-child {
    padding-bottom: 10px;
  }
  header.main-header .mega-menu ul li a {
    padding: 0;
  }
  header.main-header .mega-menu ul li:last-child {
    text-align: left;
  }
}
@media screen and (min-width: 1048px) and (min-width: 1200px) {
  header.main-header .mega-menu {
    max-width: 1110px;
  }
}
@media screen and (min-width: 1048px) {
  header.main-header .mega-menu .nav-back {
    display: none;
  }
}
.site-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.site-search input[type=text],
.site-search input[type=search],
.site-search input[type=autocomplete] {
  padding-right: 28px;
}
.site-search svg {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  cursor: pointer;
}
.site-search button,
.site-search input[type=submit] {
  opacity: 0;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 5px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
}

header.main-header.alt-header-1 {
  background: #eeeeee;
}

@media screen and (min-width: 1048px) {
  header.main-header.alt-header-1 .top-header {
    margin-bottom: 15px;
  }
  header.main-header.alt-header-1 .brand {
    -ms-transform: translateY(-10%);
        transform: translateY(-10%);
  }
  header.main-header.alt-header-1 .util-nav {
    width: 100%;
  }
  header.main-header.alt-header-1 .text-resizer {
    -ms-transform: translateY(5px);
        transform: translateY(5px);
    float: left;
  }
  header.main-header.alt-header-1 .text-resizer .text-size-increase,
  header.main-header.alt-header-1 .text-resizer .text-size-decrease {
    position: relative;
    width: 22px;
    height: 22px;
    background: #45a7fc;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
  }
  header.main-header.alt-header-1 .text-resizer .text-size-increase:after,
  header.main-header.alt-header-1 .text-resizer .text-size-decrease:after {
    content: "+";
    color: #7a003c;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  header.main-header.alt-header-1 .text-resizer .text-size-increase:hover,
  header.main-header.alt-header-1 .text-resizer .text-size-decrease:hover {
    background: #7a003c;
  }
  header.main-header.alt-header-1 .text-resizer .text-size-increase:hover:after,
  header.main-header.alt-header-1 .text-resizer .text-size-decrease:hover:after {
    color: #fff;
  }
  header.main-header.alt-header-1 .text-resizer .text-size-decrease:after {
    content: "-";
  }
  header.main-header.alt-header-1 .util-links {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  header.main-header.alt-header-1 .util-links a {
    display: inline-block;
    vertical-align: middle;
    background: #45a7fc;
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 10px;
    margin: 0;
    border-radius: 4px;
  }
  header.main-header.alt-header-1 .util-buttons {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  header.main-header.alt-header-1 .util-buttons a.btn.btn-secondary,
  header.main-header.alt-header-1 .util-buttons a.btn.btn-primary {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 10px;
    margin: 0 5px;
  }
  header.main-header.alt-header-1 .site-search {
    margin-top: 0;
  }
  header.main-header.alt-header-1 .util-nav div + div {
    margin-top: 0;
  }
  header.main-header.alt-header-1 nav.sticky-nav {
    position: relative;
  }
  header.main-header.alt-header-1 nav.main-nav {
    min-height: 85px;
  }
  header.main-header.alt-header-1 nav ul {
    display: block;
    float: right;
    -ms-transform: translateY(5px);
        transform: translateY(5px);
  }
  header.main-header.alt-header-1 nav ul li {
    display: inline-block;
    -ms-flex-positive: unset;
        flex-grow: unset;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }
  header.main-header.alt-header-1 nav ul li a {
    position: relative;
    color: #7a003c;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 5px 0 15px 0;
  }
  header.main-header.alt-header-1 nav ul li a:hover {
    text-decoration: none;
  }
  header.main-header.alt-header-1 nav ul li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #7a003c;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  header.main-header.alt-header-1 nav ul li:last-child {
    text-align: center;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu {
    background: #f2f2f2;
    max-width: 250px;
    left: auto;
    -ms-transform: translateX(-35%);
        transform: translateX(-35%);
    margin-top: -1px;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #7a003c;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu ul {
    display: block;
    float: none;
    width: auto;
    margin: 0;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu ul li {
    display: block;
    margin-bottom: 15px;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu ul li.parent-nav {
    position: relative;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu ul li.parent-nav:after {
    content: "";
    width: 8px;
    height: 13px;
    background-image: url("/ResourcePackages/ST/library/img/nav-chev.svg");
    background-size: cover;
    background-repeat: none;
    position: absolute;
    right: 25px;
    top: 15px;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu ul li.parent-nav:hover a {
    color: #7a003c;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu ul li.parent-nav:hover:after {
    background-image: url("/ResourcePackages/ST/library/img/nav-chev-alt.svg");
  }
  header.main-header.alt-header-1 nav ul li .mega-menu ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    color: #035094;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu ul li a:hover {
    color: #7a003c;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu ul li .mega-menu {
    margin: 0;
    padding: 5px 0 0 0;
    display: none !important;
    position: absolute;
    -ms-transform: translateX(-99%);
        transform: translateX(-99%);
    margin-top: -30px;
    left: 0;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu ul li .mega-menu:before {
    content: none;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu ul li:hover .mega-menu {
    display: block !important;
  }
  header.main-header.alt-header-1 nav ul li .mega-menu ul li:first-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1047px) {
  header.alt-header-1 nav.main-nav .brand {
    display: none;
  }
  header.main-header.alt-header-1 .mobile-btns a.btn {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 7px 10px;
  }
  header.main-header.alt-header-1 nav.main-nav ul li .mega-menu ul li {
    border-bottom: none;
  }
  header.main-header.alt-header-1 nav.main-nav ul li .mega-menu ul li.parent-nav {
    border: none;
  }
  header.main-header.alt-header-1 nav.main-nav ul li .mega-menu ul li.parent-nav:after {
    content: none;
  }
  header.main-header.alt-header-1 nav.main-nav ul li .mega-menu ul li.parent-nav .mega-menu {
    position: relative;
    top: auto;
    -ms-transform: none;
        transform: none;
  }
  header.main-header.alt-header-1 nav.main-nav ul li .mega-menu ul li.parent-nav .mega-menu ul li {
    border-bottom: none;
  }
  header.main-header.alt-header-1 nav.main-nav ul li .mega-menu ul li.parent-nav .mega-menu .nav-back {
    display: none;
  }
}
@media screen and (max-width: 1047px) {
  header.main-header {
    position: relative;
    z-index: 10;
  }
  header.main-header .container {
    max-width: none;
    padding: 0;
    margin: 0;
  }
  header.main-header .top-header {
    display: none;
  }
  header.main-header .menu-toggle {
    position: relative;
    width: 95px;
    min-height: 35px;
    padding: 20px 0 0 10px;
    cursor: pointer;
  }
  header.main-header .menu-toggle:after {
    content: "Menu";
    position: absolute;
    top: 16px;
    right: 0;
  }
  header.main-header .menu-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background: #035094;
    margin-bottom: 6px;
    transition: transform 300ms;
  }
  header.main-header .menu-toggle span:last-of-type {
    margin-bottom: 0;
  }
  header.main-header .menu-toggle.open span:first-of-type {
    -ms-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
  }
  header.main-header .menu-toggle.open span:nth-of-type(2) {
    display: none;
  }
  header.main-header .menu-toggle.open span:last-of-type {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  header.main-header .menu-toggle.open:after {
    content: "Close";
  }
  header.main-header .mobile-btns {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header.main-header .mobile-btns a.btn {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
  }
  header.main-header .mobile-brand {
    padding: 30px 10px;
    text-align: center;
  }
  header.main-header .mobile-brand img {
    max-width: 100%;
  }
  header.main-header nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #eeeeee;
  }
  header.main-header nav ul {
    list-style: none;
    margin: 0;
    padding: 20px 20px 10px 20px;
  }
  header.main-header nav ul li {
    margin-bottom: 20px;
  }
  header.main-header nav ul li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  header.main-header nav ul li.parent-nav:after {
    content: "";
    position: absolute;
    right: 25px;
    margin-top: 7px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #939598;
  }
  header.main-header nav .mega-menu {
    display: none;
  }
  header.main-header nav li.parent-nav .mega-menu {
    display: block;
    position: absolute;
    top: -60px;
    min-height: calc(100% + 60px);
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    transition: transform 300ms;
    background: #fff;
    z-index: 2;
  }
  header.main-header nav li.parent-nav .mega-menu.open {
    -ms-transform: translateX(0%);
        transform: translateX(0%);
  }
  header.main-header nav li.parent-nav .mega-menu ul {
    display: block;
  }
  header.main-header nav li.parent-nav .mega-menu ul li {
    margin-bottom: 0px;
    padding: 5px 0;
    border-bottom: 1px solid #e9eaea;
  }
  header.main-header nav li.parent-nav .mega-menu ul li:first-child {
    border-bottom: none;
  }
  header.main-header nav li.parent-nav .mega-menu .nav-back {
    display: inline-block;
    margin: 20px 0 0 20px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  header.main-header nav li.parent-nav .mega-menu .nav-back:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #939598;
  }
  header.main-header nav .mobile-util-nav {
    padding: 0 20px 10px 20px;
  }
  header.main-header nav .mobile-util-nav a {
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 10px;
  }
  header.main-header nav .mobile-util-nav a.btn {
    display: none;
  }
  header.main-header .mobile-site-search.site-search {
    display: block;
    padding: 0 20px;
    margin-top: 20px;
  }
  header.main-header .mobile-site-search.site-search input[type=text],
  header.main-header .mobile-site-search.site-search input[type=search],
  header.main-header .mobile-site-search.site-search input[type=autocomplete] {
    display: block;
    width: 100%;
  }
  header.main-header .mobile-site-search.site-search svg {
    right: 25px;
  }
  #content {
    padding-top: 0 !important;
  }
}
footer.main-footer {
  background: #035094;
  color: #fff;
}
footer.main-footer .footer-links {
  padding: 60px 0;
}
footer.main-footer .footer-links .brand {
  display: block;
  margin-bottom: 35px;
}
footer.main-footer .footer-links .brand img {
  max-width: 100%;
}
footer.main-footer .footer-links .social-links a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
footer.main-footer .footer-links .social-links a svg {
  fill: #45a7fc;
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
footer.main-footer .footer-links .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.main-footer .footer-links .footer-nav li {
  display: inline-block;
  width: calc(50% - 45px);
  margin-right: 40px;
  vertical-align: top;
  font-size: 17px;
  font-size: 1.0625rem;
  padding-bottom: 15px;
}
footer.main-footer .footer-links .footer-nav li a {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
footer.main-footer .footer-links .footer-nav li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #45a7fc;
}
footer.main-footer .footer-links .footer-contact-block h3 {
  padding-bottom: 10px;
}
footer.main-footer .copyright-footer {
  background: #fff;
  padding: 20px;
}
footer.main-footer .copyright-footer img, footer.main-footer .copyright-footer p, footer.main-footer .copyright-footer a {
  display: inline-block;
  vertical-align: middle;
}
footer.main-footer .copyright-footer p, footer.main-footer .copyright-footer a {
  margin: 0 15px;
}
footer.main-footer .copyright-footer img {
  max-height: 35px;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  footer.main-footer .footer-links {
    padding: 40px 0;
    text-align: center;
  }
  footer.main-footer .footer-nav {
    display: none;
  }
  footer.main-footer .footer-contact-block {
    margin-top: 30px;
  }
  footer.main-footer .copyright-footer {
    text-align: center;
  }
  footer.main-footer .copyright-footer p {
    display: block;
    padding: 20px 0 15px 0;
  }
}

.side-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-nav li {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  background: #f2f2f2;
}
.side-nav li:last-child {
  margin-bottom: 0;
}
.side-nav li ul {
  padding: 5px 30px;
}
.side-nav li ul li {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #035094;
}
.side-nav li ul li:last-child {
  border-bottom: none;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li:after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 8px;
  color: #035094;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

#tracking-consent-dialog {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 48px;
  padding-block: 32px;
  padding-inline: 48px;
  background-color: white;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.1607843137);
}
#tracking-consent-dialog .tracking-consent-dialog__title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #1d345e;
}
#tracking-consent-dialog .tracking-consent-dialog__description {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  max-inline-size: 90ch;
  block-size: min-content;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
#tracking-consent-dialog .tracking-consent-dialog__actions {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

@media (max-width: 991.98px) {
  #tracking-consent-dialog {
    bottom: 10px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 14px;
    padding-block: 18px;
    padding-inline: 24px;
    inset-inline: 10px;
    block-size: fit-content;
    border-radius: 8px;
  }
  #tracking-consent-dialog .tracking-consent-dialog__title {
    font-size: 18px;
  }
  #tracking-consent-dialog .tracking-consent-dialog__description {
    font-size: 16px;
    text-align: center;
  }
  #tracking-consent-dialog .tracking-consent-dialog__actions {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
    margin-inline: auto;
    inline-size: 100%;
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}
.sidenav-layout {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sidenav-layout .col-md-9 {
  padding-left: 35px;
}
@media (max-width: 767.98px) {
  .sidenav-layout .col-md-9 {
    padding-left: 15px;
  }
  .sidenav-layout .side-nav {
    display: none;
  }
}

.cta-links-layout .row .row {
  margin-left: -30px;
}
.cta-links-layout .row .row .col {
  padding-right: 7.5px;
}
.cta-links-layout .links-col {
  padding-top: 40px;
}
.cta-links-layout .links-col a {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 767.98px) {
  .cta-links-layout .links-col {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.login-links-layout.login-wrapper {
  z-index: 3;
}
.login-links-layout.login-wrapper .login-links {
  padding: 60px 0 100px 0;
}
.login-links-layout.login-wrapper .login-links span {
  color: #222222;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 80px;
}
.login-links-layout.login-wrapper .login-links a {
  margin-right: 15px;
  min-width: 170px;
}
.login-links-layout.login-wrapper .login-box-container {
  height: 0;
}
.login-links-layout.login-wrapper .login-box-container .login-box {
  margin-top: -35%;
}
@media screen and (max-width: 1208px) {
  .login-links-layout.login-wrapper .login-links {
    padding: 20px 0 40px 0;
    text-align: center;
  }
  .login-links-layout.login-wrapper .login-links span {
    margin-right: 30px;
  }
  .login-links-layout.login-wrapper .login-box-container {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .login-links-layout.login-wrapper .login-box-container .login-box {
    -ms-transform: none;
        transform: none;
    margin-top: 0;
    max-width: none;
  }
}
@media screen and (max-width: 785px) {
  .login-links-layout.login-wrapper .login-links {
    padding-top: 10px;
  }
  .login-links-layout.login-wrapper .login-links a.btn.btn-primary.big-btn {
    font-size: 13px;
    font-size: 0.8125rem;
    min-width: 0;
  }
}
@media screen and (max-width: 530px) {
  .login-links-layout.login-wrapper .login-links {
    padding-bottom: 30px;
  }
  .login-links-layout.login-wrapper .login-links span {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    margin-right: 0;
  }
  .login-links-layout.login-wrapper .login-links a.btn.btn-primary.big-btn {
    margin-bottom: 10px;
  }
}

.form-layout {
  padding: 70px 0;
  background: #f2f2f2;
}
.form-layout .form-container {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
}
.form-layout h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.form-layout p {
  margin-bottom: 30px;
}
.form-layout a.btn {
  margin-top: 10px;
}
.form-layout .form-box {
  -ms-transform: none;
      transform: none;
  text-align: left;
  max-width: none;
}
.form-layout .form-box .field {
  text-align: left;
}
.form-layout .form-box [type=submit] {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .form-layout .form-box {
    margin-top: 40px;
  }
}

.standard-hero {
  position: relative;
  border-radius: 0;
  background-color: #035094;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.standard-hero .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.standard-hero .hero-content {
  position: relative;
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 100px;
}
.standard-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.feature-hero {
  position: relative;
  border-radius: 0;
  background-color: #035094;
  color: #fff;
}
.feature-hero .container {
  position: relative;
  z-index: 2;
}
.feature-hero .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .feature-hero {
    padding: 0;
  }
  .feature-hero .image {
    position: relative;
    width: 100%;
    height: 275px;
  }
  .feature-hero .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.standard-hero.title-only .hero-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.standard-hero.title-only .hero-content ul, .standard-hero.title-only .hero-content h1 {
  max-width: 675px;
}
.standard-hero.title-only:after {
  content: none;
}

.login-wrapper {
  position: relative;
}

.login-box,
.form-box {
  max-width: 320px;
  padding: 30px 30px 20px 30px;
  background: #035094;
}
.login-box fieldset,
.login-box .field,
.form-box fieldset,
.form-box .field {
  padding: 10px 0;
}
.login-box fieldset input[type=text],
.login-box fieldset input[type=email],
.login-box fieldset input[type=password],
.login-box fieldset input[type=number],
.login-box fieldset select,
.login-box .field input[type=text],
.login-box .field input[type=email],
.login-box .field input[type=password],
.login-box .field input[type=number],
.login-box .field select,
.form-box fieldset input[type=text],
.form-box fieldset input[type=email],
.form-box fieldset input[type=password],
.form-box fieldset input[type=number],
.form-box fieldset select,
.form-box .field input[type=text],
.form-box .field input[type=email],
.form-box .field input[type=password],
.form-box .field input[type=number],
.form-box .field select {
  width: 100%;
}
.login-box a,
.form-box a {
  margin-right: 20px;
}
.login-box a.btn,
.form-box a.btn {
  margin-right: 0;
}

.login-box.alt-1 [type=submit] {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.login-box.alt-1 a {
  margin-right: 5px;
}

.simple-cta {
  padding: 25px;
  background: #035094;
  margin-right: 20px;
  color: #fff;
}
.simple-cta:hover {
  text-decoration: none;
}
.simple-cta:last-of-type {
  margin-right: 0;
}
.simple-cta h4 {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  padding-left: 90px;
  min-height: 70px;
}
.simple-cta h4 svg {
  max-width: 70px;
  max-height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  fill: #45a7fc;
}
@media screen and (max-width: 1020px) {
  .simple-cta {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 630px) {
  .simple-cta p {
    display: none;
  }
}

.full-width-text-cta {
  position: relative;
  padding: 60px 60px;
}
.full-width-text-cta .row {
  position: relative;
  z-index: 2;
}
.full-width-text-cta .cta-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.full-width-text-cta .glyph {
  fill: #45a7fc;
  position: absolute;
  top: 40px;
  left: 0;
  max-width: 130px;
  max-height: 130px;
  opacity: 0.25;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .full-width-text-cta .cta-actions {
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: none;
        transform: none;
    text-align: center;
    padding-top: 30px;
  }
}

.left-right-image-cta {
  position: relative;
  background: #035094;
}
.left-right-image-cta .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.left-right-image-cta .cta-content {
  padding: 70px 40px;
  color: #fff;
}
.left-right-image-cta.image-right .image {
  left: 50%;
}
@media (max-width: 767.98px) {
  .left-right-image-cta .image {
    position: relative;
    width: 100%;
    height: 300px;
  }
}

.multi-cta-box {
  padding: 100px 0;
  background: #035094;
  color: #fff;
}
.multi-cta-box .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.multi-cta-box .container .multi-cta {
  min-width: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 45px;
  margin-right: 25px;
  background: #fff;
}
.multi-cta-box .container .multi-cta a {
  display: block;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 40px;
  padding-bottom: 25px;
}
.multi-cta-box .container .multi-cta:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1160px) {
  .multi-cta-box .container .multi-cta a {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .multi-cta-box {
    padding: 40px;
    margin: 40px -15px;
  }
  .multi-cta-box .container {
    display: block;
  }
  .multi-cta-box .container .multi-cta {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .multi-cta-box .container .multi-cta:last-of-type {
    margin-bottom: 0;
  }
}

.sidenav-layout .multi-cta-box {
  padding: 40px;
  margin: 40px -15px;
}
@media screen and (max-width: 1024px) {
  .sidenav-layout .multi-cta-box .container {
    display: block;
  }
  .sidenav-layout .multi-cta-box .container .multi-cta {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .sidenav-layout .multi-cta-box .container .multi-cta:last-of-type {
    margin-bottom: 0;
  }
}

.flex-cta {
  background: #035094;
}
.flex-cta .content-column {
  padding-top: 120px;
  padding-bottom: 120px;
}
.flex-cta .content-column p {
  margin-top: 25px;
}
.flex-cta .actions-column {
  position: relative;
}
.flex-cta .actions-column .cta-actions {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%;
}
.flex-cta .actions-column .cta-actions div {
  margin-top: 25px;
}
.flex-cta .actions-column .cta-actions div + div {
  margin-top: 15px;
}
.flex-cta .actions-column .cta-actions svg {
  max-width: 24px;
  max-height: 24px;
  fill: #45a7fc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .flex-cta {
    padding: 40px 0;
  }
  .flex-cta .content-column {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .flex-cta .actions-column .cta-actions {
    position: relative;
    top: auto;
    -ms-transform: none;
        transform: none;
    width: auto;
  }
}

.image-cta {
  margin: 40px 0;
  background: #035094;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 0;
}

.news-events-item {
  position: relative;
  background: #035094;
  color: #fff;
  margin-bottom: 10px;
}
.news-events-item:first-of-type {
  margin-top: 40px;
}
.news-events-item:last-of-type {
  margin-bottom: 40px;
}
.news-events-item .event-info {
  padding: 20px;
}
.news-events-item .event-info a {
  font-size: 22px;
  font-size: 1.375rem;
}
.news-events-item .event-info p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-events-item .date-box + .event-info {
  padding-left: 135px;
}
.news-events-item .date-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 100%;
  background: #7a003c;
}
.news-events-item .date-box .date {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: 700;
}
.news-events-item .date-box .date span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.quick-links {
  position: relative;
  padding: 40px 0;
  text-align: center;
}
.quick-links .quick-links-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.quick-links h3 {
  padding-left: 80px;
  padding-bottom: 40px;
}
.quick-links .links-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.quick-links .quick-link {
  display: block;
  min-width: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  text-align: center;
  padding: 10px;
  margin-right: 20px;
  text-decoration: none;
}
.quick-links .quick-link:last-of-type {
  margin-right: 0;
}
.quick-links .quick-link svg {
  max-width: 80px;
  max-height: 80px;
  fill: #45a7fc;
}
.quick-links .quick-link span {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
}
.quick-links a.btn {
  margin-top: 30px;
}
@media screen and (min-width: 901px) {
  .quick-links .links-row {
    width: 100% !important;
    -ms-transform: none !important;
        transform: none !important;
  }
  .quick-links .quick-link {
    width: auto !important;
  }
  .quick-links .quick-link-prev,
  .quick-links .quick-link-next {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .quick-links {
    padding: 20px 0;
  }
  .quick-links h3 {
    padding-left: 0;
    padding: 0 25px 20px 25px;
  }
  .quick-links .links-row {
    display: block;
    transition: transform 300ms;
  }
  .quick-links .links-row:after {
    content: "";
    display: block;
    clear: both;
  }
  .quick-links .quick-link {
    float: left;
    margin: 0;
  }
  .quick-links .quick-link-prev,
  .quick-links .quick-link-next {
    position: absolute;
    bottom: 130px;
    background: url("/ResourcePackages/ST/library/img/arrow_grey.svg");
    background-size: cover;
    width: 35px;
    height: 35px;
  }
  .quick-links .quick-link-prev.quick-link-prev,
  .quick-links .quick-link-next.quick-link-prev {
    left: 30px;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
  .quick-links .quick-link-prev.quick-link-next,
  .quick-links .quick-link-next.quick-link-next {
    right: 30px;
  }
}

.account-stats {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  background: #035094;
  color: #fff;
  padding: 40px 25px;
}
.account-stats h3 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.account-stats h3 sup {
  font-size: 35px;
  font-size: 2.1875rem;
}
.account-stats .separator {
  display: block;
  width: 100%;
  text-align: center;
  padding: 25px 0;
}
.account-stats .separator span {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
}
.account-stats .separator:before, .account-stats .separator:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  vertical-align: middle;
  background: #fff;
  margin: 0 10px;
}
@media (min-width: 576px) {
  .account-stats .separator {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
  .account-stats .separator span {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-10%, -50%);
        transform: translate(-10%, -50%);
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 700;
  }
  .account-stats .separator:before, .account-stats .separator:after {
    content: "";
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 1px;
    height: 35px;
    background: #fff;
  }
  .account-stats .separator:before {
    top: 25px;
  }
  .account-stats .separator:after {
    bottom: 25px;
  }
}
@media screen and (max-width: 1020px) {
  .account-stats h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.product-card {
  padding: 20px 20px 80px 20px;
  margin: 10px 5px 10px 0;
  background: #035094;
  color: #fff;
}
.product-card:last-of-type {
  margin-right: 0;
}
.product-card a.product-title,
.product-card .product-title {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.product-card a.btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}

.product-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 10px;
  padding: 40px 40px 130px 40px;
  background: #035094;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.product:hover {
  text-decoration: none;
}
.product svg {
  max-width: 130px;
  max-height: 80px;
  fill: #7a003c;
  margin-bottom: 20px;
}
.product h5 {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 30px;
  font-weight: 400;
}
.product .actions {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .product {
    width: 100%;
    margin: 0 0 20px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rates-layout {
  padding: 80px 0 20px 0;
  background: #eeeeee;
}
.rates-layout h2 {
  margin-bottom: 10px;
}

.rate-table-wrapper {
  margin: 60px 0;
  padding: 60px;
  background: #fff;
}

.rate-table {
  width: 100%;
  background: #fff;
}
.rate-table th, .rate-table td {
  text-align: center;
}
.rate-table th:first-child, .rate-table td:first-child {
  text-align: left;
}
.rate-table th {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 30px;
}
.rate-table td {
  padding: 10px 5px 10px 0;
  border-bottom: 1px solid #000;
}
.rate-table tr:last-child td {
  border-bottom: none;
}

.rate-table + p,
.rate-table-wrapper + p {
  margin-bottom: 60px;
  font-size: 14px;
  font-size: 0.875rem;
}

.rates-previews {
  padding: 30px 0 10px 0;
  text-align: center;
}
.rates-previews h3 {
  margin-bottom: 40px;
}
.rates-previews .rate-preview {
  margin-bottom: 40px;
  border-right: 1px solid #035094;
}
.rates-previews .rate-preview:last-of-type {
  border-right: none;
}
.rates-previews .rate-preview .type {
  font-size: 20px;
  font-size: 1.25rem;
}
.rates-previews .rate-preview .type span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.rates-previews .rate-preview h3 {
  padding: 10px 0;
  margin: 0;
  font-size: 60px;
  font-size: 3.75rem;
}
.rates-previews a.btn {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .rates-previews .row .rate-preview:nth-of-type(even) {
    border-right: none;
  }
}
@media screen and (max-width: 595px) {
  .rates-previews {
    padding: 20px 20px 60px 20px;
  }
  .rates-previews .row {
    display: block;
  }
  .rates-previews .row .rate-preview {
    border-right: none;
    border-bottom: 1px solid #035094;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .rates-previews .row .rate-preview:last-of-type {
    border-bottom: none;
  }
  .rates-previews a.btn {
    margin-top: 0;
  }
}

.disclaimer {
  padding: 80px 0;
  background: #fff;
}
.disclaimer p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.directory {
  padding: 40px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.directory .directory-item {
  padding: 45px 25px;
  background: #035094;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 7px;
  max-width: calc(33.33% - 14px);
}
.directory .directory-item a {
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 780px) {
  .directory {
    display: block;
  }
  .directory .directory-item {
    display: block;
    width: 100%;
    max-width: none !important;
    margin: 10px 0;
  }
}

.share-page {
  padding: 40px 0;
}
.share-page a,
.share-page span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.share-page a svg,
.share-page span svg {
  fill: #45a7fc;
  max-width: 30px;
  max-height: 30px;
}

.bank-about {
  padding-bottom: 60px;
}

.alert {
  background: #1d345e;
  padding: 15px 0 10px 0;
  margin-bottom: 0;
  border-radius: 0;
}
.alert .alert-description {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #fff;
  padding-left: 40px;
}
.alert .alert-description h4 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 30px;
}
.alert .alert-description p {
  margin-bottom: 0;
}
.alert .alert-description svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (max-width: 700px) {
  .alert .alert-description h4 {
    font-size: 25px;
    font-size: 1.5625rem;
    display: block;
  }
}

.promo-boxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promo-boxes .promo-box {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 10px;
  padding: 40px 10px 95px 10px;
  background: #035094;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.promo-boxes .promo-box.hover-3d {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
}
.promo-boxes .promo-box:hover {
  text-decoration: none;
  color: #035094;
}
.promo-boxes .promo-box .promo-title {
  font-size: 25px;
  font-size: 1.5625rem;
  padding-bottom: 40px;
}
.promo-boxes .promo-box .promo-feature h3 {
  font-weight: 400;
  font-size: 80px;
  font-size: 5rem;
  line-height: 50px;
  line-height: 3.125rem;
}
.promo-boxes .promo-box .promo-feature h3 sup {
  top: -0.6em;
  font-size: 55%;
}
.promo-boxes .promo-box .promo-feature span {
  display: inline-block;
  padding-left: 25%;
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
}
.promo-boxes .promo-box p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding: 20px 40px 0 40px;
}
.promo-boxes .promo-box .promo-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .promo-boxes .promo-box p {
    padding: 20px 10px 0 10px;
  }
}
@media screen and (max-width: 970px) {
  .promo-boxes .promo-box {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 780px) {
  .promo-boxes .promo-box {
    width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 370px) {
  .promo-boxes .promo-box {
    padding-bottom: 80px;
  }
}

.faqs {
  padding: 40px 0 80px 0;
}
.faqs h3 {
  margin-bottom: 30px;
}
.faqs h3 + p {
  margin-bottom: 30px;
}

.faq-item {
  margin-bottom: 10px;
}
.faq-item:hover {
  background: #f2f2f2;
}
.faq-item .faq-title {
  padding: 30px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #035094;
  line-height: 0;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faq-item .faq-title span {
  color: #222;
  font-size: 40px;
  font-size: 2.5rem;
  vertical-align: top;
  margin-right: 25px;
}
.faq-item .faq-content {
  display: none;
  padding: 10px 10px 30px 85px;
}
.faq-item .faq-content p {
  margin-bottom: 0;
}

.video {
  background: #fff;
  padding: 80px 0;
}
.video iframe {
  width: 100%;
  height: 500px;
}
.video h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.video p {
  margin-bottom: 30px;
}
.video .video-content {
  position: absolute;
  top: 50%;
  left: 15px;
  -ms-transform: translateY(-55%);
      transform: translateY(-55%);
  width: calc(100% - 30px);
}
@media screen and (max-width: 1250px) {
  .video .video-content {
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: none;
        transform: none;
    width: auto;
    margin-bottom: 40px;
  }
}

.location-search {
  height: 850px;
}
.location-search .locations-pane {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
.location-search .locations-pane .locations {
  max-width: 610px;
}
.location-search .locations-pane .locations-filter {
  padding: 25px 25px 20px 25px;
}
.location-search .locations-pane .locations-filter label {
  display: block;
}
.location-search .locations-pane .locations-filter .select-box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 370px;
  margin-right: 5px;
  margin-bottom: 7px;
}
.location-search .locations-pane .locations-filter .select-box select {
  padding: 5px;
  width: 100%;
}
.location-search .locations-pane .locations-filter .select-box + a.btn {
  vertical-align: top;
}
.location-search .locations-pane .locations-info {
  padding: 0 25px 25px 25px;
}
.location-search .locations-pane .locations-listings {
  padding: 0 25px 25px 25px;
}
.location-search #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ddd;
}

.locations-template.option-two .location-search .locations-pane .locations {
  margin-left: 15px;
}

.location-item {
  padding: 20px;
  background: #035094;
  color: #fff;
  margin-bottom: 10px;
}
.location-item .location-title {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 28px;
  font-size: 1.75rem;
}
.location-item p {
  padding: 5px 0;
  margin: 0;
  font-size: 17px;
  font-size: 1.0625rem;
}
.location-item .row {
  margin-bottom: 10px;
}

.bank-features p {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 10px;
}
.bank-features p:last-of-type {
  padding-bottom: 5px;
}
.bank-features svg {
  max-width: 24px;
  max-height: 24px;
  vertical-align: middle;
  margin-right: 5px;
  fill: #45a7fc;
}

.location-detail {
  padding-top: 45px;
  padding-bottom: 35px;
}
.location-detail .location-info {
  margin-bottom: 20px;
}
.location-detail .location-info .info-col {
  width: calc(20% - 8px);
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.location-detail .location-info .info-col + .info-col {
  width: calc(25% - 8px);
}
.location-detail .location-info .info-col + .info-col + .info-col {
  width: calc(40% - 8px);
}

.bank-features-box {
  margin-bottom: 25px;
}
.bank-features-box h3 {
  margin-bottom: 20px;
}
.bank-features-box p {
  padding-bottom: 0;
}
.bank-features-box p:last-of-type {
  padding-bottom: 20px;
}
.bank-features-box a.btn {
  vertical-align: middle;
}

.location-detail-map {
  height: 460px;
  border-top: 1px solid #e7e7e7;
  background: #ddd;
}

@media (max-width: 767.98px) {
  .location-detail .location-info .info-col {
    width: 100%;
    margin-right: none;
    display: block;
  }
  .location-detail .location-info .info-col + .info-col {
    width: calc(50% - 8px);
    margin-right: 5px;
    display: inline-block;
  }
  .location-detail .location-info .info-col + .info-col + .info-col {
    width: calc(50% - 3px);
    margin-right: 0;
  }
  .bank-features-box {
    margin-top: 40px;
  }
}
.blog-listings .standard-hero {
  background: none;
}
.blog-listings .pagination {
  padding-bottom: 60px;
}

.blog-listing {
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.blog-listing p {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px;
}
.blog-listing:last-of-type {
  border-bottom: none;
}

.featured.blog-listing {
  background-color: #F2F0EC;
  padding-top: 12px;
  padding-bottom: 32px;
  margin-bottom: 24px;
}
.featured.blog-listing > h2 {
  text-align: center;
  font-size: 36px;
  color: #231F20;
}
.featured.blog-listing > .divider-wrapper {
  margin-top: 5px;
  margin-bottom: 25px;
}
.featured.blog-listing > .divider-wrapper > .divider {
  margin-bottom: 0;
}
.featured.blog-listing .blogs {
  display: -ms-flexbox;
  display: flex;
}
.featured.blog-listing .blogs .blog {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1 0;
      flex: 1 0;
  padding: 0;
  padding-right: 16px;
}
.featured.blog-listing .blogs .blog:last-of-type {
  padding-right: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.featured.blog-listing .blogs .blog .image {
  width: 100%;
  padding-bottom: 66.6666666667%;
  margin-right: 0;
  margin-bottom: 10px;
}
.featured.blog-listing .blogs .blog .info {
  width: 100%;
}
.featured.blog-listing .blogs .blog .info .summary {
  display: none !important;
}
.featured.blog-listing .optionalCta {
  text-align: center;
  margin-top: 19px;
}
@media (max-width: 767.98px) {
  .featured.blog-listing > h2 {
    font-size: 30px;
  }
  .featured.blog-listing .blogs {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 24px;
  }
  .featured.blog-listing .blogs .blog {
    padding: 0;
  }
}

.blog-post {
  padding: 30px 0;
}
.blog-post .blog-meta,
.blog-post .blog-content {
  max-width: 725px;
}
.blog-post .blog-meta {
  padding: 60px 0 30px 0;
}
.blog-post h2 {
  margin-bottom: 30px;
}

.blog-previews {
  padding: 60px 0;
}
.blog-previews h2 {
  margin-bottom: 40px;
}
.blog-previews h2 a.btn {
  margin-left: 20px;
}

.featured-post-preview {
  background: #035094;
}
@media (max-width: 991.98px) {
  .featured-post-preview {
    margin-bottom: 40px;
  }
}
.featured-post-preview img {
  width: 100%;
}
.featured-post-preview .featured-post-content {
  padding: 35px;
}
.featured-post-preview .date {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 130px;
  margin-right: 35px;
  margin-top: -175px;
  vertical-align: bottom;
  background: #7a003c;
  text-align: center;
}
.featured-post-preview .date span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
.featured-post-preview .date span b {
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  display: block;
}
.featured-post-preview .meta-data {
  display: inline-block;
  width: calc(100% - 141px);
}
.featured-post-preview .meta-data a {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  transition: color 350ms;
}
.featured-post-preview .meta-data a svg {
  max-width: 10px;
  max-height: 13px;
  fill: #035094;
  vertical-align: middle;
  transition: transform 350ms;
}
.featured-post-preview .meta-data a:hover {
  color: #000;
  text-decoration: none;
}
.featured-post-preview .meta-data a:hover svg {
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}
.featured-post-preview .meta-data p {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
.featured-post-preview .meta-data p svg {
  max-width: 20px;
  max-height: 20px;
  fill: #035094;
  margin-right: 10px;
  vertical-align: middle;
}
.featured-post-preview .meta-data + p {
  margin-top: 35px;
  margin-bottom: 0;
}

.post-preview {
  margin-bottom: 30px;
}
.post-preview:last-of-type {
  margin-bottom: 0;
}
.post-preview img {
  width: 150px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.post-preview .post-content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 176px);
}
.post-preview a {
  display: inline-block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  margin-bottom: 10px;
  transition: color 350ms;
}
.post-preview a svg {
  max-width: 10px;
  max-height: 13px;
  fill: #035094;
  vertical-align: middle;
  transition: transform 350ms;
}
.post-preview a:hover {
  color: #000;
  text-decoration: none;
}
.post-preview a:hover svg {
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}
.post-preview p svg {
  max-width: 20px;
  max-height: 20px;
  fill: #7a003c;
  margin-right: 10px;
  vertical-align: middle;
}
.post-preview p b {
  font-weight: 400;
}

.featured.press-releases.blog-listing .blogs .blog .info .category {
  display: none !important;
}
.featured.press-releases.blog-listing ~ .icon-cta {
  background-color: #F2F0EC;
}

.press-releases.year-selector {
  position: relative;
  -ms-flex-direction: row !important;
      flex-direction: row !important;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 16px;
}
.press-releases.year-selector a {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 21px;
}

.fluent-design a.btn.fluent-element {
  border: none;
}
.fluent-design a.btn.fluent-element:hover {
  border: none;
}
.fluent-design .product.fluent-element:hover,
.fluent-design .promo-box.fluent-element:hover,
.fluent-design .simple-cta.fluent-element:hover {
  color: #fff;
}

.material-design a.btn.material-element {
  border: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.material-design a.btn.material-element:hover {
  border: none;
}
.material-design .product.material-element:hover,
.material-design .promo-box.material-element:hover,
.material-design .simple-cta.material-element:hover {
  color: #fff;
}

html,
body {
  position: relative;
}

html {
  overflow-x: hidden;
  max-width: 100%;
  -webkit-text-size-adjust: none;
}
html.text-large {
  font-size: 110%;
}
html.text-larger {
  font-size: 125%;
}
html.text-largest {
  font-size: 150%;
}

.row.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1020px) {
  .row.no-wrap {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .row.no-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
input[type=autocomplete],
select {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px;
  background: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  outline: none;
  border-radius: 2px;
}

.inline-link {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: middle;
  transition: color 350ms;
}
.inline-link svg {
  max-width: 7px;
  max-height: 10px;
  fill: #035094;
  vertical-align: middle;
  -ms-transform: translateX(10px);
      transform: translateX(10px);
  transition: transform 350ms;
}
.inline-link:hover {
  text-decoration: none;
  color: #000;
}
.inline-link:hover svg {
  -ms-transform: translateX(15px);
      transform: translateX(15px);
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  overflow-x: hidden;
  color: #58595b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "proxima-nova", sans-serif;
  color: #7a003c;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0;
}

h1, .h1 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 40px;
  color: #1d345e;
}
h1 a, .h1 a {
  color: #1d345e;
}

h2, .h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 38px;
  color: #231f20;
}
h2 a, .h2 a {
  color: #231f20;
}

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 32px;
  color: #7a003c;
}
h3 a, .h3 a {
  color: #7a003c;
}

h4, .h4 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 24px;
  color: #1d345e;
}
h4 a, .h4 a {
  color: #1d345e;
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #231f20;
}
h5 a, .h5 a {
  color: #231f20;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #231f20;
}
h6 a, .h6 a {
  color: #231f20;
}

img {
  max-width: 100%;
}

a {
  color: #035094;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #000;
}

.center {
  text-align: center;
}

.error {
  color: #FF0000;
  padding: 0 10px;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h5 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.btn {
  padding: 13px 20px 13px 20px;
  border-radius: 2px;
  border: none;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  background: #7a003c;
  border: 1px solid transparent;
  color: #FFF;
}
.btn.btn-primary {
  background: #7a003c;
  border: 1px solid transparent;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.active {
  background: #FFF;
  color: #7a003c;
  border: 1px solid #7a003c;
}
.btn.btn-primary.btn-outline {
  background: none;
  border: 1px solid #7a003c;
  color: #7a003c;
}
.btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:focus {
  background: #7a003c;
  color: #fff;
}
.btn.btn-secondary {
  background: #FFF;
  color: #1d345e;
  border: 1px solid transparent;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.active {
  background: #1d345e;
  color: #FFF;
  border: 1px solid #FFF;
}
.btn.btn-tertiary {
  background: none;
  border: 1px solid #1d345e;
  color: #1d345e;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary.active {
  background: #1d345e;
  color: #FFF;
}
.btn:focus, .btn:active {
  box-shadow: none;
}
.btn svg {
  margin-right: 5px;
}
.btn.btn-video-play {
  background: rgba(255, 255, 255, 0.59);
  border-radius: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  width: 117px;
  height: 117px;
  position: relative;
}
.btn.btn-video-play::after {
  content: url("/ResourcePackages/ST/library/img/video-play.svg");
  position: absolute;
  top: 17%;
  left: 26%;
}
.btn.btn-video-play:hover {
  background: rgba(255, 255, 255, 0.44);
}
.btn.btn-video-play:focus, .btn.btn-video-play.active {
  outline: 1px dotted #fff;
}

.scrollToTop {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 90px;
  cursor: pointer;
  z-index: 11;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #d2a355;
  background-color: #7a003c;
}
.scrollToTop::before, .scrollToTop::after {
  content: "";
  width: 36%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 48%;
  left: 50%;
}
.scrollToTop::before {
  -ms-transform: translate(-14%, -50%) rotate(40.6deg);
      transform: translate(-14%, -50%) rotate(40.6deg);
}
.scrollToTop::after {
  -ms-transform: translate(-86%, -50%) rotate(-40.6deg);
      transform: translate(-86%, -50%) rotate(-40.6deg);
}
.scrollToTop:hover {
  opacity: 0.8;
}

.chat-bot-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.chat-bot-wrapper .chat-bot-toggle {
  position: fixed;
  right: 15px;
  bottom: 25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #d2a355;
  background-color: #7a003c;
  position: absolute;
}
.chat-bot-wrapper .chat-bot-toggle svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.chat-bot-wrapper .chat-bot-toggle svg.arrow-up {
  display: none;
}
.chat-bot-wrapper .chat-bot-toggle svg.chat-icons {
  display: block;
}
.chat-bot-wrapper .chat-bot-toggle:hover {
  opacity: 0.8;
}
.chat-bot-wrapper .iframe-holder {
  position: absolute;
  width: 400px;
  height: 0px;
  bottom: 89px;
  right: 15px;
  transition: height 0.3s ease-in;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.chat-bot-wrapper .iframe-holder iframe {
  border-radius: 5px;
  background: transparent;
  height: 100%;
  width: 100%;
  border: none;
}
.chat-bot-wrapper.open .chat-bot-toggle svg.arrow-up {
  display: block;
}
.chat-bot-wrapper.open .chat-bot-toggle svg.chat-icons {
  display: none;
}

@media (max-width: 430px) {
  .chat-bot-wrapper .iframe-holder {
    width: 282px;
  }
}
@media (max-width: 350px) {
  .chat-bot-wrapper .chat-bot-toggle {
    right: 5px;
    width: 30px;
    height: 30px;
  }
  .chat-bot-wrapper .chat-bot-toggle svg {
    height: 15px;
    width: 15px;
    fill: #fff;
  }
}
label {
  margin-bottom: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

input[type=text], input[type=email],
input[type=password], input[type=number],
input[type=search], input[type=autocomplete],
select {
  padding: 10px 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
}

input[name=captcha-a] {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  input[name=captcha-a] {
    margin-left: 0;
  }
}

header.pageHeader {
  padding-top: 0;
  box-shadow: 0 4px 2px -2px #ccc;
}
header.pageHeader .brand img {
  height: 85px;
  width: 210px;
}
header.pageHeader .logoRow {
  padding: 15px 0;
}
header.pageHeader .logoRow .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
header.pageHeader .logoRow .linksAndSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
header.pageHeader .logoRow .linksAndSearch a {
  color: #1d345e;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 35px;
}
header.pageHeader .logoRow .linksAndSearch a:hover, header.pageHeader .logoRow .linksAndSearch a:focus, header.pageHeader .logoRow .linksAndSearch a:active {
  text-decoration: underline;
}
header.pageHeader .logoRow .linksAndSearch a:last-of-type {
  margin-right: 0;
}
header.pageHeader .logoRow .linksAndSearch a.whyAHCU svg {
  width: 40px;
}
header.pageHeader .logoRow .linksAndSearch img {
  height: 25px;
  margin-left: 15px;
}
header.pageHeader .logoRow .linksAndSearch svg {
  width: 20px;
  height: 25px;
  color: #1d345e;
  margin-left: 15px;
}
header.pageHeader .search {
  margin-left: 35px;
  position: relative;
}
header.pageHeader .search.open .toggleSearch {
  display: none;
}
header.pageHeader .search.open .searchBox {
  opacity: 1;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
header.pageHeader .search .searchBox {
  display: none;
  width: 0;
  opacity: 0;
  right: 100%;
  top: 0;
}
header.pageHeader .search .searchBox input[type=search] {
  padding: 5px 40px 5px 15px;
  border: 1px solid #b7b7b7;
  color: #535353;
  font-weight: 400;
  line-height: 1;
}
header.pageHeader .search .searchBox button {
  position: absolute;
  top: 1px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
  background: none;
  box-shadow: none;
  border: none;
}
header.pageHeader .search .searchBox svg {
  color: #1d345e;
  margin-left: 0;
}

footer.pageFooter {
  border-top: 6px solid #f2f0ec;
}
footer.pageFooter .mainFooter {
  color: #000;
  padding: 25px 0 45px 0;
}
footer.pageFooter .mainFooter a {
  color: #000;
}
footer.pageFooter .mainFooter a:hover, footer.pageFooter .mainFooter a:focus {
  color: #7a003c;
}
footer.pageFooter .mainFooter .brand {
  margin-bottom: 15px;
  display: block;
}
footer.pageFooter .mainFooter .brand svg {
  fill: #FFF;
  max-width: 175px;
  height: 81px;
}
footer.pageFooter .mainFooter .footer-contact-block {
  font-size: 18px;
  font-size: 1.125rem;
}
footer.pageFooter .mainFooter .footer-contact-block .routingInfo {
  margin-bottom: 30px;
}
footer.pageFooter .mainFooter .footer-contact-block .routingInfo a {
  text-decoration: none;
}
footer.pageFooter .mainFooter .footer-contact-block .routingInfo a:hover, footer.pageFooter .mainFooter .footer-contact-block .routingInfo a:focus {
  text-decoration: underline;
}
footer.pageFooter .mainFooter .footer-contact-block p {
  margin: 0;
}
footer.pageFooter .mainFooter .footer-quick-links {
  margin-bottom: 80px;
  margin-top: 25px;
}
footer.pageFooter .mainFooter .footer-quick-links ul {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding-left: 60px;
}
footer.pageFooter .mainFooter .footer-quick-links ul li {
  list-style: none;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  border-bottom: 1px solid #b7b7b7;
  transition: border-bottom 0.3s;
}
footer.pageFooter .mainFooter .footer-quick-links ul li:first-child {
  margin-left: 0;
}
footer.pageFooter .mainFooter .footer-quick-links ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
footer.pageFooter .mainFooter .footer-quick-links ul li a {
  text-decoration: none;
  display: block;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 15px;
  font-weight: 700;
  color: #1d345e;
  padding-right: 40px;
  transition: color 0.3s;
}
footer.pageFooter .mainFooter .footer-quick-links ul li a:hover, footer.pageFooter .mainFooter .footer-quick-links ul li a:focus {
  color: #7a003c;
}
footer.pageFooter .mainFooter .footer-quick-links ul li:last-child a {
  padding-right: 0;
}
footer.pageFooter .mainFooter .footer-quick-links ul li:hover, footer.pageFooter .mainFooter .footer-quick-links ul li:focus {
  border-bottom: 1px solid #7a003c;
}
footer.pageFooter .mainFooter .compliance-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
footer.pageFooter .mainFooter .compliance-logos div div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
footer.pageFooter .mainFooter .compliance-logos img {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 20%;
  max-height: 41px;
}
footer.pageFooter .mainFooter .compliance-info {
  font-size: 16px;
  font-size: 1rem;
  color: #231f20;
}
footer.pageFooter .mainFooter .privacyLinks {
  margin-top: 30px;
}
footer.pageFooter .mainFooter .privacyLinks a:after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  text-decoration: none !important;
}
footer.pageFooter .mainFooter .privacyLinks a:last-child:after {
  display: none;
}
footer.pageFooter .mainFooter .privacyLinks ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer.pageFooter .mainFooter .privacyLinks ul li:after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}
footer.pageFooter .mainFooter .privacyLinks ul li:last-child:after {
  display: none;
}
footer.pageFooter .mainFooter .privacyLinks ul li a {
  display: inline-block;
  color: #1d345e;
  text-decoration: underline;
  font-weight: 600;
}
footer.pageFooter .mainFooter .privacyLinks ul li a:hover, footer.pageFooter .mainFooter .privacyLinks ul li a:focus {
  color: #7a003c;
  text-decoration: none;
}
footer.pageFooter .copyright-footer {
  padding: 10px 0;
  background: #231f20;
  color: #FFF;
  border-top: 7px solid #7a003c;
}
footer.pageFooter .copyright-footer .row {
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
}
footer.pageFooter .copyright-footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
footer.pageFooter .copyright-footer .container .store-icons {
  margin-right: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
footer.pageFooter .copyright-footer .container .store-icons a {
  margin-right: 10px;
  display: inline-block;
}
footer.pageFooter .copyright-footer .container .store-icons a img {
  max-height: 40px;
}
footer.pageFooter .copyright-footer .container .store-icons a:last-child {
  margin-right: 0;
}
footer.pageFooter .copyright-footer .container .store-icons a:hover, footer.pageFooter .copyright-footer .container .store-icons a:focus {
  outline: 1px solid #d2a355;
}
footer.pageFooter .copyright-footer .container .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 0;
}
footer.pageFooter .copyright-footer .container .social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin: 0;
}
footer.pageFooter .copyright-footer .container .social-icons li {
  list-style: none;
  margin-right: 20px;
  margin-bottom: 0;
}
footer.pageFooter .copyright-footer .container .social-icons li a {
  color: #FFF;
}
footer.pageFooter .copyright-footer .container .social-icons li a:hover, footer.pageFooter .copyright-footer .container .social-icons li a:focus {
  color: #d2a355;
  padding-bottom: 5px;
  border-bottom: 4px solid #d2a355;
}
footer.pageFooter .copyright-footer .container .social-icons li:last-child {
  margin-right: 0;
}
footer.pageFooter .copyright-footer .container .social-icons li svg {
  font-size: 22px;
}

@media (max-width: 991.98px) {
  footer.pageFooter .mainFooter .leftCol {
    text-align: center;
  }
  footer.pageFooter .mainFooter .brand {
    margin-bottom: 30px;
  }
  footer.pageFooter .mainFooter .brand svg, footer.pageFooter .mainFooter .brand img {
    width: 60%;
    max-width: initial;
    height: auto;
  }
  footer.pageFooter .mainFooter .footer-contact-block {
    margin-bottom: 30px;
  }
  footer.pageFooter .mainFooter .footer-quick-links ul {
    padding-left: 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer.pageFooter .mainFooter .footer-quick-links ul li {
    padding-right: 15px;
  }
  footer.pageFooter .mainFooter .compliance {
    text-align: center;
  }
  footer.pageFooter .mainFooter .compliance .compliance-logos {
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer.pageFooter .copyright-footer {
    text-align: center;
  }
  footer.pageFooter .copyright-footer .copyright {
    margin-bottom: 10px;
  }
  footer.pageFooter .copyright-footer .container .social-links {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (max-width: 767.98px) {
  footer.pageFooter .mainFooter .leftCol {
    text-align: left;
  }
  footer.pageFooter .mainFooter .brand {
    margin-bottom: 45px;
    text-align: center;
  }
  footer.pageFooter .mainFooter .brand img {
    width: 80%;
  }
  footer.pageFooter .mainFooter .footer-contact-block {
    margin-bottom: 20px;
    line-height: 1.2;
  }
  footer.pageFooter .mainFooter .footer-contact-block .routingInfo {
    margin-bottom: 20px;
  }
  footer.pageFooter .mainFooter .footer-quick-links {
    padding: 0;
    margin: 0 0 30px 0;
  }
  footer.pageFooter .mainFooter .footer-quick-links ul {
    display: block;
  }
  footer.pageFooter .mainFooter .footer-quick-links ul li {
    border-right: none;
    padding: 0;
    margin-left: 0;
    text-align: left;
  }
  footer.pageFooter .mainFooter .footer-quick-links ul li a {
    padding: 10px;
    width: 100%;
    display: block;
  }
  footer.pageFooter .mainFooter .compliance {
    text-align: left;
  }
  footer.pageFooter .mainFooter .compliance .compliance-logos {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.pageFooter .mainFooter .compliance .compliance-logos div div {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.pageFooter .mainFooter .compliance .compliance-info {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
  footer.pageFooter .copyright-footer {
    padding: 20px 0;
    text-align: left;
  }
  footer.pageFooter .copyright-footer .row {
    padding: 0 15px;
    width: initial;
  }
  footer.pageFooter .copyright-footer .copyright {
    margin-bottom: 30px;
    text-align: left;
    padding: 0;
  }
  footer.pageFooter .copyright-footer .social-links {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0;
    text-align: left;
  }
  footer.pageFooter .copyright-footer .social-links .store-icons {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer.pageFooter .copyright-footer .social-links .store-icons a img {
    max-height: 50px;
  }
  footer.pageFooter .copyright-footer .social-links .social-icons {
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
  }
}
.genericContent {
  padding: 30px 0;
}

.divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  max-width: 180px;
  margin: 0 auto 40px auto;
}
.divider .line {
  height: 1px;
  background: #d2a355;
  width: calc(50% - 25px);
  position: relative;
  top: 3px;
}
.divider .pineapple {
  padding: 0 20px;
}
.divider .pineapple img {
  height: auto;
  max-width: 12px;
}

.sf-social-share li {
  margin-right: 10px;
}
.sf-social-share li:last-child {
  margin-right: 0;
}
.sf-social-share li img {
  height: 20px;
}

@media (max-width: 767.98px) {
  .divider {
    margin: 0 auto 30px auto;
  }
}
.table-responsive {
  margin-bottom: 20px;
}

table, .table {
  margin-bottom: 0;
  width: 100%;
}
table th, table td, .table th, .table td {
  text-align: center;
  border: 1px solid #dcdcdd;
  padding: 30px 10px;
  background: #FFF;
  line-height: 1;
}
table thead th, .table thead th {
  background: #1d345e;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
}
table tbody tr:nth-child(odd) td, .table tbody tr:nth-child(odd) td {
  background: #f9f7f3;
}
table tbody tr:nth-child(even) td, .table tbody tr:nth-child(even) td {
  background: #FFF;
}
table tbody td, .table tbody td {
  font-size: 16px;
  font-size: 1rem;
}
table tbody td small, .table tbody td small {
  color: #58595b;
  font-size: 13px;
  font-size: 0.8125rem;
}
table tbody td:first-child, .table tbody td:first-child {
  text-align: left;
  padding-left: 20px;
}

.table-header {
  padding: 30px 10px;
  inline-size: 100%;
  text-align: center;
  color: #fff;
  background-color: #7a003c;
  font-size: 1.25rem;
  font-weight: bold;
}

table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  background-color: #7a003c;
  left: 10px;
  top: 30px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  text-align: left;
  padding: 20px;
}

table.dataTable > tbody > tr.child span.dtr-title,
table.dataTable > tbody > tr.child span.dtr-data {
  display: block;
  margin-bottom: 10px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  background: #FFF;
  color: #000;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
  padding-left: 40px;
}

.templateList {
  margin: 30px 0 80px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.templateList a {
  width: 25%;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 0 20px 0;
  line-height: 1;
}
.templateList a img {
  margin-top: 10px;
}
.templateList a:hover, .templateList a:focus {
  color: #d2a355;
}
.templateList a:hover img, .templateList a:focus img {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .templateList {
    margin: 20px 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .templateList a {
    width: 100%;
    margin-bottom: 20px;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.site-footer {
  padding-top: 25px;
}
.site-footer .brand {
  max-width: 195px;
  display: block;
  margin-bottom: 25px;
}
.site-footer .brand svg, .site-footer .brand img {
  max-width: 100%;
}
.site-footer .footer-bank-info {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 15px;
}
.site-footer .footer-certs {
  margin-bottom: 25px;
}
.site-footer .footer-certs img, .site-footer .footer-certs svg {
  max-width: 90px;
  max-height: 49px;
}
.site-footer .footer-certs img + img, .site-footer .footer-certs img + svg, .site-footer .footer-certs svg + img, .site-footer .footer-certs svg + svg {
  margin-left: 20px;
}
.site-footer .footer-certs .col-md-3 {
  -ms-flex: 0 0 0;
      flex: 0 0 0;
}
.site-footer .footer-certs .sf-Long-text {
  display: none;
}
.site-footer .footer-disclosures {
  padding-bottom: 25px;
}
.site-footer .footer-disclosures a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1d345e;
  margin-right: 25px;
}
.site-footer .footer-disclosures a:after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background: #1d345e;
}
.site-footer .footer-disclosures a:last-child:after {
  content: none;
}
.site-footer .footer-links-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.site-footer .footer-links-wrapper .footer-links {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}
.site-footer .footer-links-wrapper .footer-links a:hover {
  text-decoration: underline;
}
.site-footer .footer-links-wrapper .footer-links .footer-link-parent {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2a355;
  color: #000;
}
.site-footer .footer-links-wrapper .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
.site-footer .footer-links-wrapper .footer-links ul li {
  margin-bottom: 10px;
}
.site-footer .footer-links-wrapper .footer-links ul a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #1d345e;
}
.site-footer .footer-copy-target {
  display: none;
}

@media (max-width: 991.98px) {
  .site-footer .footer-copy-mobile {
    display: none;
  }
  .site-footer .footer-copy-target {
    display: block;
  }
  .site-footer .brand {
    margin: 0 auto 25px auto;
    text-align: center;
  }
  .site-footer .footer-bank-info {
    text-align: center;
  }
  .site-footer .footer-bank-info .col + .col {
    margin-top: 10px;
  }
  .site-footer .footer-certs {
    text-align: center;
  }
  .site-footer .footer-certs .sf-Long-text {
    display: none;
  }
  .site-footer .footer-disclosures {
    text-align: center;
  }
  .site-footer .footer-disclosures a:last-child {
    margin-right: 0;
  }
  .site-footer .footer-links-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .site-footer .footer-certs img {
    margin-bottom: 20px;
  }
}
.breadcrumbs {
  padding: 20px 0 50px 0;
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  color: #000;
  margin-bottom: 0;
  line-height: 1;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:after {
  color: #000;
}
.breadcrumbs li, .breadcrumbs li a {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .breadcrumbs li, .breadcrumbs li a {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.12px;
  }
}
.breadcrumbs li a {
  color: #1d345e;
}
@media (max-width: 1199.98px) {
  .breadcrumbs {
    padding: 25px 0 15px 0;
  }
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    padding: 20px 0px;
  }
}

.leftNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.leftNav li {
  border-bottom: 1px solid #e0d6c6;
}
.leftNav li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 5px solid transparent;
  text-decoration: none;
}
.leftNav li a:hover, .leftNav li a:focus {
  background-color: #FFF;
  border-bottom: 5px solid #d2a355;
  text-decoration: none;
  background-image: url("/ResourcePackages/ST/library/img/pineappleSmall.png");
  background-size: 15px 30px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  box-shadow: 0 0 7px 0px #ccc;
}

.menuRow {
  margin-top: -25px;
}
.menuRow .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.menuRow .desktopMenu {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.mainMenu .mobile-site-search {
  display: none;
}
.mainMenu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
}
.mainMenu > ul > li {
  display: block;
  position: relative;
}
.mainMenu > ul > li.logo {
  border-bottom: none;
}
.mainMenu > ul > li.logo:hover:before, .mainMenu > ul > li.logo:focus:before, .mainMenu > ul > li.logo.active:before {
  display: none;
}
.mainMenu > ul > li > a {
  color: #1d345e;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  transition: all 0.3s linear;
  display: block;
  padding: 0 20px 20px 20px;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}
.mainMenu > ul > li > a:after {
  content: "";
  height: 7px;
  background: #d2a355;
  width: 0;
  position: absolute;
  top: calc(100% - 7px);
  left: 0;
  transition: all 0.3s ease-in-out;
}
.mainMenu > ul > li:hover, .mainMenu > ul > li:focus, .mainMenu > ul > li.active {
  cursor: pointer;
}
.mainMenu > ul > li:hover > a, .mainMenu > ul > li:focus > a, .mainMenu > ul > li.active > a {
  text-decoration: none;
}
.mainMenu > ul > li:hover > a:after, .mainMenu > ul > li:focus > a:after, .mainMenu > ul > li.active > a:after {
  width: 100%;
}
.mainMenu > ul > li:hover .tier2, .mainMenu > ul > li:focus .tier2, .mainMenu > ul > li.active .tier2 {
  display: block;
}
.mainMenu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 10;
  box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.11);
}
.mainMenu ul ul > li {
  text-align: left;
  list-style: none;
  position: relative;
}
.mainMenu ul ul > li > a {
  background: #f9f7f3;
  font-size: 16px;
  font-size: 1rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #000;
  display: block;
  white-space: nowrap;
  border-bottom: 4px solid transparent;
  padding: 15px 50px 15px 25px;
  transition: background-color 0.2s linear;
  text-decoration: none;
}
.mainMenu ul ul > li:hover > a, .mainMenu ul ul > li:focus > a, .mainMenu ul ul > li.active > a {
  background-color: #FFF;
  border-bottom: 4px solid #d2a355;
  text-decoration: none;
  background-image: url("/ResourcePackages/ST/library/img/pineappleSmall.png");
  background-size: 15px 30px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}
.mainMenu ul ul > li:hover .tier3, .mainMenu ul ul > li:focus .tier3, .mainMenu ul ul > li.active .tier3 {
  display: block;
}
.mainMenu ul ul ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  padding: 0;
  margin: 0;
  border-left: 1px solid #000;
}
.mainMenu ul ul ul > li {
  text-align: left;
  list-style: none;
  position: relative;
}
.mainMenu ul ul ul > li > a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-transform: none;
  position: relative;
  display: block;
}
.mainMenu ul ul ul > li:hover > a, .mainMenu ul ul ul > li:focus > a, .mainMenu ul ul ul > li.active > a {
  background: #FFF;
  border-left: 4px solid #d2a355;
  text-decoration: none;
}
.mainMenu ul ul ul > li:hover .tier4, .mainMenu ul ul ul > li:focus .tier4, .mainMenu ul ul ul > li.active .tier4 {
  display: block;
}

.menuQuickLinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.menuQuickLinks a {
  font-weight: 600;
  line-height: 17px;
  color: #1d345e;
  text-align: center;
  display: inline-block;
  padding: 5px 25px 5px 25px;
  text-decoration: none;
  border-bottom: 7px solid transparent;
  transition: all 0.2s;
  transition-delay: 0.2s;
  position: relative;
}
.menuQuickLinks a:before {
  content: "";
  background: #7a003c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  transition: height 0.4s;
}
.menuQuickLinks a .icon {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.menuQuickLinks a .icon img {
  height: 40px;
}
.menuQuickLinks a .icon svg {
  width: 50px;
  height: 40px;
  margin-bottom: 5px;
  fill: #d2a355;
  z-index: 2;
  position: relative;
}
.menuQuickLinks a .title {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

@media screen and (max-width: 1023px) {
  .menuRow {
    margin-top: 0;
  }
  .desktopMenu, .logoRow, .menuQuickLinks {
    display: none;
  }
}
.mobileHeader {
  display: none;
  position: relative;
  padding: 0 0 0 15px;
  position: relative;
}
.mobileHeader .mobileHeaderIcons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
.mobileHeader .logo {
  position: relative;
  z-index: 2;
  padding-right: 10px;
}
.mobileHeader .logo a {
  display: block;
  min-width: 110px;
}
.mobileHeader .logo img {
  width: 110px;
}
.mobileHeader .actionItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1d345e;
  width: calc(100% - 55px);
}
.mobileHeader .actionItems .item {
  border-left: 1px solid #DBDBDB;
  text-align: center;
  min-height: 70px;
  display: -ms-flexbox;
  display: flex;
}
.mobileHeader .actionItems .item span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.mobileHeader .actionItems .item img {
  height: 21px;
  margin-bottom: 5px;
}
.mobileHeader .actionItems .item.mobileLogin img {
  height: 19px;
  margin-bottom: 8px;
}
.mobileHeader .actionItems .item.toggleMobileMenu img {
  height: 22px;
}
.mobileHeader .actionItems .item.toggleMobileMenu svg {
  width: 100%;
  max-width: 26px;
}
.mobileHeader .actionItems .item.toggleMobileMenu svg path {
  fill: #1d345e;
}
.mobileHeader .actionItems .item.toggleMobileMenu .icon-close {
  display: none;
}
.mobileHeader .actionItems .item.toggleMobileMenu .open svg path, .mobileHeader .actionItems .item.toggleMobileMenu .active svg path {
  fill: #fff;
}
.mobileHeader .actionItems .item.toggleMobileMenu > span {
  padding-top: 20px;
}
.mobileHeader .actionItems a, .mobileHeader .actionItems .item > span {
  color: #1d345e;
  display: block;
  padding: 14px 8px;
  min-width: 58px;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
  -ms-flex: 1;
      flex: 1;
}
.mobileHeader .actionItems a.open, .mobileHeader .actionItems .item > span.open {
  background: #7a003c;
  color: #FFF;
}

.search-dropdown {
  display: none;
  background: #7a003c;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 12px 15px;
}
.search-dropdown input {
  border-right: none;
  height: 30px;
}
.search-dropdown button {
  background: #FFF;
  outline: none;
  box-shadow: none;
  border: none;
  height: 30px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
}
.search-dropdown .toggle-search {
  display: none;
}
.search-dropdown .mobile-search-quick-links {
  display: none;
}

.mobile-item-icon {
  font-size: 18px;
}
.mobile-item-icon .close-icon {
  display: none;
}
.mobile-item-icon svg {
  width: 90%;
  max-width: 20px;
}
.mobile-item-icon svg path {
  fill: #1d345e;
}

.active .mobile-item-icon .main-icon, .open .mobile-item-icon .main-icon {
  display: none;
}
.active .mobile-item-icon svg path, .open .mobile-item-icon svg path {
  fill: #fff;
}
.active .mobile-item-icon .close-icon, .open .mobile-item-icon .close-icon {
  display: inline-block;
  color: #fff;
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
}

@media screen and (min-width: 1024px) {
  .search-dropdown {
    padding: 0;
    left: auto;
    right: 17px;
    background: none;
    width: 50%;
  }
  .search-dropdown input {
    padding: 8px;
    background: #5C002D;
    height: auto;
    border: none;
    outline: none;
    color: #fff;
    min-height: 40px;
  }
  .search-dropdown input:-ms-input-placeholder {
    color: #fff;
    font-style: italic;
  }
  .search-dropdown input::placeholder {
    color: #fff;
    font-style: italic;
  }
  .search-dropdown input:focus {
    background: #5C002D;
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
  }
  .search-dropdown button {
    background: #5C002D;
    border: none;
    outline: none;
    height: auto;
    color: #fff;
  }
  .search-dropdown .search-inner {
    max-width: 1335px;
    display: -ms-flexbox;
    display: flex;
    margin-left: 55px;
  }
  .search-dropdown .search-inner form, .search-dropdown .search-inner > div {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% - 25px);
    max-width: 600px;
    background: #7a003c;
  }
  .search-dropdown .toggle-search {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    height: 24px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .mobileHeader {
    display: -ms-flexbox;
    display: flex;
  }
  .search-dropdown {
    padding: 40px 16px;
    height: 100vh;
  }
  .search-dropdown input {
    border: none;
    background: transparent;
    height: 32px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 28px 18px 28px;
    border-bottom: 1px solid rgba(219, 219, 219, 0.5019607843);
  }
  .search-dropdown input:-ms-input-placeholder {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .search-dropdown input::placeholder {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .search-dropdown input:focus, .search-dropdown input:hover, .search-dropdown input:active {
    background: transparent;
    border-color: rgba(219, 219, 219, 0.5019607843);
    outline: none;
    color: #fff;
  }
  .search-dropdown .searchIcon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .search-dropdown button {
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: start;
    padding-top: 2px;
    cursor: pointer;
    height: 30px;
    z-index: 1;
  }
  .search-dropdown .mobile-search-quick-links {
    display: block;
    margin-top: 40px;
  }
  .search-dropdown .mobile-search-quick-links > div > div, .search-dropdown .mobile-search-quick-links .sf-Long-text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
  }
  .search-dropdown .mobile-search-quick-links ul, .search-dropdown .mobile-search-quick-links .nav {
    margin-top: 12px;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px;
  }
  .search-dropdown .mobile-search-quick-links ul li a, .search-dropdown .mobile-search-quick-links .nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    margin-left: 28px;
  }
  .search-dropdown .mobile-search-quick-links ul li a::after, .search-dropdown .mobile-search-quick-links .nav li a::after {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M7.24354 8.84625L6.65375 8.24688L10.0608 4.83979H0V4.00646H10.0608L6.65375 0.599375L7.24354 0L11.6667 4.42313L7.24354 8.84625Z' fill='white'/%3E%3C/svg%3E");
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 12px;
    height: 9px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .search-dropdown .mobile-search-quick-links ul li a:hover, .search-dropdown .mobile-search-quick-links ul li a:focus, .search-dropdown .mobile-search-quick-links .nav li a:hover, .search-dropdown .mobile-search-quick-links .nav li a:focus {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  .mobileMenu {
    display: none !important;
  }
}
.mobileMenu {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  background: #FFF;
  z-index: 10;
}
.mobileMenu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.mobileMenu a {
  text-decoration: none;
  display: block;
}
.mobileMenu a:hover, .mobileMenu a:focus {
  text-decoration: underline;
}
.mobileMenu .quickLinks {
  padding: 0 15px;
}
.mobileMenu .quickLinks a {
  margin-bottom: 10px;
}
.mobileMenu .quickLinks img {
  height: 25px;
  margin-left: 15px;
}
.mobileMenu .routing {
  padding: 12px 0;
  text-align: center;
  background: #7A003C;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 0.5px solid rgba(219, 219, 219, 0.5019607843);
}
.mobileMenu .routing span {
  font-weight: 600;
  color: #fff !important;
}
.mobileMenu .routing .copy-routing-number {
  background: none;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 26px;
  width: 26px;
}
.mobileMenu .routing .copy-routing-number:hover, .mobileMenu .routing .copy-routing-number:focus {
  opacity: 0.8;
}
.mobileMenu .menuQuickLinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 16px;
  gap: 23px;
  border-bottom: 2px solid #DBDBDB;
}
.mobileMenu .menuQuickLinks a {
  border: 0px;
  padding: 0;
  position: relative;
}
.mobileMenu .menuQuickLinks a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -11.5px;
  top: 0;
  height: 100%;
  width: 0.5px;
  background: #DBDBDB;
}
.mobileMenu .menuQuickLinks a .icon {
  height: 24px;
  min-height: 24px;
  margin-bottom: 5px;
}
.mobileMenu .menuQuickLinks a .icon svg, .mobileMenu .menuQuickLinks a .icon img {
  max-height: 24px;
  min-height: 24px;
}
.mobileMenu .menuQuickLinks a .title {
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
}
.mobileMenu .menuQuickLinks a:hover, .mobileMenu .menuQuickLinks a:focus {
  text-decoration: underline;
}
.mobileMenu .menuItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.mobileMenu .menuItem .toggleSubmenu {
  border-left: 0.5px solid #DBDBDB;
  width: 56px;
  height: 24px;
  margin: 15px 0;
  text-align: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.mobileMenu .menuItem .toggleSubmenu svg {
  height: 12px;
  width: 19px;
  color: #fff;
}
.mobileMenu ul {
  margin: 0;
  padding: 0;
}
.mobileMenu li.tier1.active > .menuItem {
  background: #fff;
  color: #7a003c;
}
.mobileMenu li.tier1.active > .menuItem a {
  background: #fff;
  color: #7a003c;
}
.mobileMenu li.tier1.active > .menuItem .toggleSubmenu svg {
  color: #7a003c;
}
.mobileMenu ul.tier1 > li {
  background: #7A003C;
}
.mobileMenu ul.tier1 > li:last-child .menuItem {
  border-bottom: none;
}
.mobileMenu ul.tier1 > li .menuItem {
  border-bottom: 0.5px solid #DBDBDB;
}
.mobileMenu ul.tier1 > li a {
  padding: 12px 12px 12px 16px;
  background: #7a003c;
  color: #FFF;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.mobileMenu li.tier2.active > .menuItem {
  background: #fff;
  color: #231F20;
}
.mobileMenu li.tier2.active > .menuItem a {
  background: #fff;
  color: #231F20;
  position: relative;
}
.mobileMenu li.tier2.active > .menuItem a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #D2A355;
  height: 4px;
  width: calc(100% + 16px);
}
.mobileMenu li.tier2.active > .menuItem .toggleSubmenu svg {
  color: #1d345e;
}
.mobileMenu li.tier2 > .menuItem .toggleSubmenu svg {
  color: #1d345e;
}
.mobileMenu ul.tier2 {
  display: none;
}
.mobileMenu ul.tier2 > li {
  background: #FFF;
  border-bottom: 0.5px solid #DBDBDB;
}
.mobileMenu ul.tier2 > li > .menuItem {
  border-bottom: none;
}
.mobileMenu ul.tier2 > li a {
  padding: 15px 15px 15px 32px;
  background: #FFF;
  color: #1d345e;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  text-transform: none;
  font-weight: 700;
}
.mobileMenu li.tier3.active > .menuItem {
  background: #231F20;
  color: #fff;
}
.mobileMenu li.tier3.active > .menuItem a {
  background: #231F20;
  color: #fff;
}
.mobileMenu ul.tier3 {
  display: none;
  background: #f9f7f3;
}
.mobileMenu ul.tier3 > li {
  border-bottom: 0.5px solid rgba(210, 163, 85, 0.2509803922);
}
.mobileMenu ul.tier3 > li > .menuItem {
  border-bottom: none;
}
.mobileMenu ul.tier3 > li a {
  padding: 12px 12px 12px 48px;
  background: #f9f7f3;
  color: #231F20;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
}
.mobileMenu ul.tier4 {
  display: none;
  background: #f4f0e8;
}
.mobileMenu ul.tier4 > li a {
  padding: 12px 12px 12px 56px;
  background: #f4f0e8;
  color: #231F20;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.mobileMenu .quickLinks ul {
  list-style: none;
}
.mobileMenu .quickLinks ul li {
  border-bottom: 1px solid #e1e1e1;
}
.mobileMenu .quickLinks ul li:first-child {
  border-top: 1px solid #e1e1e1;
}
.mobileMenu .quickLinks ul li a {
  color: #1d345e;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  padding: 15px;
  display: block;
}
.mobileMenu .quickLinks ul li a:hover, .mobileMenu .quickLinks ul li a:focus {
  text-decoration: underline;
  color: #098AFB;
}
.mobileMenu .quickLinks ul li a svg {
  width: 30px;
  height: 20px;
  margin-left: 10px;
}
.mobileMenu .mobileMenuFooter {
  background: #7a003c;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10px 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
}
.mobileMenu .mobileMenuFooter .footerLinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 15px;
  width: 100%;
}
.mobileMenu .mobileMenuFooter .footerLinks div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.mobileMenu .mobileMenuFooter .footerLinks a {
  color: #FFF;
  font-weight: 700;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.mobileMenu .mobileMenuFooter .footerLinks a:not(:last-child) {
  border-right: 0.5px solid rgba(219, 219, 219, 0.5019607843);
}
.mobileMenu .mobileMenuFooter .footerLinks a:hover, .mobileMenu .mobileMenuFooter .footerLinks a:focus, .mobileMenu .mobileMenuFooter .footerLinks a:active {
  text-decoration: underline;
}
.mobileMenu .mobileMenuFooter .socialIcons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
}
.mobileMenu .mobileMenuFooter .socialIcons li {
  width: auto;
  margin-right: 10px;
  display: inline-block;
}
.mobileMenu .mobileMenuFooter .socialIcons li a {
  padding: 0 10px;
  color: #098AFB;
}
.mobileMenu .mobileMenuFooter .socialIcons li a:hover svg, .mobileMenu .mobileMenuFooter .socialIcons li a:focus svg {
  color: #FFF;
}

.routing-search {
  padding: 0px 0px 12px 0px;
  text-align: center;
  background: #7A003C;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: none;
}
.routing-search span {
  font-weight: 600;
  color: #fff !important;
  padding-left: 4px;
}
.routing-search .copy-routing-number {
  background: none;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 26px;
  width: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 4px;
}
.routing-search .copy-routing-number:hover, .routing-search .copy-routing-number:focus {
  opacity: 0.8;
}

@media screen and (max-width: 1023px) {
  .routing-search {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 400px) {
  .mobileMenu .mobileMenuFooter .footerLinks a {
    font-weight: 600;
    padding: 2px 8px;
    font-size: 13px;
  }
}
body.sfPageEditor .search-dropdown {
  display: block !important;
  position: relative !important;
}

.paging {
  margin-top: 35px;
}

.pagination {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding-bottom: 28px;
}
.pagination li {
  margin-bottom: 10px;
}
.pagination li:not(:last-of-type) {
  margin-right: 15px;
}
.pagination a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #d2a355;
  box-shadow: 0 0 0 4px transparent;
  font-weight: 600;
  transition: box-shadow 0.3s;
}
.pagination a:hover, .pagination a:focus, .pagination a.active {
  box-shadow: 0 0 0 4px #d2a355;
}
.pagination .active a {
  background-color: #7a003c;
  border-color: #7a003c;
  color: #fff;
}

.utilityNav {
  background: #7a003c;
}
.utilityNav .utilityItemsWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.utilityNav a {
  color: #FFF;
  text-decoration: underline;
}
.utilityNav a:hover, .utilityNav a:focus, .utilityNav a:active, .utilityNav a.active {
  text-decoration: none;
}
.utilityNav .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}
.utilityNav .audienceMenuTabs {
  display: -ms-flexbox;
  display: flex;
}
.utilityNav .audienceMenuTabs a {
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  padding: 15px;
  transition: all 0.4s ease-in-out;
  border-bottom: 7px solid transparent;
  text-decoration: none;
}
.utilityNav .audienceMenuTabs a.personalBtn {
  color: #FFF;
  border-right: 1px solid #7a003c;
}
.utilityNav .audienceMenuTabs a.personalBtn:hover, .utilityNav .audienceMenuTabs a.personalBtn:focus, .utilityNav .audienceMenuTabs a.personalBtn:active {
  background: #FFF;
  color: #1d345e;
  text-decoration: none;
}
.utilityNav .audienceMenuTabs a.personalBtn:hover svg, .utilityNav .audienceMenuTabs a.personalBtn:focus svg, .utilityNav .audienceMenuTabs a.personalBtn:active svg {
  fill: #7a003c;
}
.utilityNav .audienceMenuTabs a.businessBtn {
  color: #FFF;
}
.utilityNav .audienceMenuTabs a.businessBtn svg {
  fill: #FFF;
}
.utilityNav .audienceMenuTabs a.businessBtn:hover, .utilityNav .audienceMenuTabs a.businessBtn:focus, .utilityNav .audienceMenuTabs a.businessBtn:active {
  text-decoration: none;
  background: #FFF;
  color: #1d345e;
}
.utilityNav .audienceMenuTabs a.businessBtn:hover svg, .utilityNav .audienceMenuTabs a.businessBtn:focus svg, .utilityNav .audienceMenuTabs a.businessBtn:active svg {
  fill: #1d345e;
}
.utilityNav .audienceMenuTabs a.active {
  border-bottom: 7px solid #d2a355;
  background: #FFF;
  color: #7a003c;
}
.utilityNav .audienceMenuTabs svg {
  width: 15px;
  height: 15px;
  fill: #FFF;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
.utilityNav .utilityItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #FFF;
}
.utilityNav .utilityItems a {
  margin-right: 25px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
}
.utilityNav .utilityItems a:last-child {
  margin-right: 0;
}
.utilityNav .utilityItems a:hover, .utilityNav .utilityItems a:focus, .utilityNav .utilityItems a:active {
  text-decoration: underline;
}
.utilityNav .utilityItems .routing {
  margin-right: 45px;
  font-weight: 400;
  color: #e6e7e8;
}
.utilityNav .text-resizer {
  color: #FFF;
  margin-right: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.utilityNav .text-resizer .title {
  margin-right: 15px;
}
.utilityNav .text-resizer a {
  position: relative;
  background: #e9f2f5;
  border-radius: 4px;
  color: #7a003c;
  padding: 4px 8px;
  margin-right: 5px;
  transition: 0.3s background ease-in-out;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  width: 25px;
  height: 25px;
  text-align: center;
}
.utilityNav .text-resizer a:hover, .utilityNav .text-resizer a:focus {
  background: #d2a355;
  color: #FFF;
}

@media (max-width: 991.98px) {
  .utilityNav {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .alt-nav .alt-nav-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: calc(100% - 30px);
    max-width: 1335px;
    margin: 0 auto;
  }
  .alt-nav .util-nav {
    background: #7a003c;
  }
  .alt-nav .util-nav .type-link {
    display: inline-block;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 6px 22px;
  }
  .alt-nav .util-nav .type-link:hover, .alt-nav .util-nav .type-link:focus, .alt-nav .util-nav .type-link.active {
    background: #fff;
    color: #7a003c;
  }
  .alt-nav .util-nav .routing {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300;
    margin-right: 50px;
  }
  .alt-nav .util-nav .util-nav-link {
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding: 9px 2px;
  }
  .alt-nav .util-nav .util-nav-link + .util-nav-link {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .alt-nav .util-nav .util-nav-link + .util-nav-link {
    margin-left: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .alt-nav .util-nav .util-nav-link:hover, .alt-nav .util-nav .util-nav-link:focus {
    border-bottom: 4px solid #d2a355;
    padding-bottom: 5px;
  }
  .alt-nav .alt-nav-main {
    background: #fff;
    box-shadow: 0px 6px 8px rgba(0, 28, 58, 0.1);
  }
  .alt-nav .alt-nav-main .logo-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .alt-nav .alt-nav-main .brand {
    display: block;
  }
  .alt-nav .alt-nav-main .brand img {
    display: block;
    width: 135px;
  }
  .alt-nav .alt-nav-main .main-nav-content {
    display: -ms-flexbox;
    display: flex;
  }
  .alt-nav .alt-nav-main .nav-links .nav-item {
    position: relative;
    display: inline-block;
  }
  .alt-nav .alt-nav-main .nav-links .nav-item .nav-item-link {
    display: inline-block;
    padding: 36px 20px 40px 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #1d345e;
    text-decoration: none;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1360px) {
  .alt-nav .alt-nav-main .nav-links .nav-item .nav-item-link {
    padding: 36px 15px 40px 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .alt-nav .alt-nav-main .nav-links .nav-item .nav-item-link {
    padding: 36px 10px 40px 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1090px) {
  .alt-nav .alt-nav-main .nav-links .nav-item .nav-item-link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .alt-nav .alt-nav-main .nav-links .nav-item .nav-item-link:focus, .alt-nav .alt-nav-main .nav-links .nav-item .nav-item-link:hover {
    color: #000;
    border-bottom: 7px solid #d2a355;
    padding-bottom: 33px;
  }
  .alt-nav .alt-nav-main .nav-links .nav-item:hover .tier2 {
    display: block;
  }
  .alt-nav .alt-nav-main .nav-links .nav-item:hover .nav-item-link {
    color: #000;
    border-bottom: 7px solid #d2a355;
    padding-bottom: 33px;
  }
  .alt-nav .alt-nav-main .nav-links .tier2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 10;
    box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.11);
  }
  .alt-nav .alt-nav-main .nav-links .tier2 > li {
    text-align: left;
    list-style: none;
    position: relative;
  }
  .alt-nav .alt-nav-main .nav-links .tier2 > li > a {
    background: #f9f7f3;
    font-size: 16px;
    font-size: 1rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    color: #000;
    display: block;
    white-space: nowrap;
    border-bottom: 4px solid transparent;
    padding: 15px 50px 15px 25px;
    transition: background-color 0.2s linear;
    text-decoration: none;
  }
  .alt-nav .alt-nav-main .nav-links .tier2 > li:hover > a, .alt-nav .alt-nav-main .nav-links .tier2 > li:focus > a, .alt-nav .alt-nav-main .nav-links .tier2 > li.active > a {
    background-color: #FFF;
    border-bottom: 4px solid #d2a355;
    text-decoration: none;
    background-image: url("/ResourcePackages/ST/library/img/pineappleSmall.png");
    background-size: 15px 30px;
    background-position: center right 20px;
    background-repeat: no-repeat;
  }
  .alt-nav .alt-nav-main .nav-links .tier2 > li:hover .tier3, .alt-nav .alt-nav-main .nav-links .tier2 > li:focus .tier3, .alt-nav .alt-nav-main .nav-links .tier2 > li.active .tier3 {
    display: block;
  }
  .alt-nav .alt-nav-main .menuQuickLinks {
    margin-left: 15px;
  }
  .alt-nav .alt-nav-main .menuQuickLinks a {
    padding: 15px 20px 5px 20px;
    min-width: 97px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1220px) {
  .alt-nav .alt-nav-main .menuQuickLinks a {
    padding: 15px 10px 5px 10px;
    min-width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .alt-nav .alt-nav-main .menuQuickLinks a .icon {
    height: 27px;
  }
  .alt-nav .alt-nav-main .menuQuickLinks a .icon svg, .alt-nav .alt-nav-main .menuQuickLinks a .icon img {
    max-height: 27px;
  }
  .alt-nav .alt-nav-main .menuQuickLinks a .title {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 58px;
  }
}
@media screen and (max-width: 1023px) {
  .alt-nav {
    display: none;
  }
}
.login-wrapper {
  display: none;
  max-width: 1335px;
  margin: 0 auto;
}
.login-wrapper form, .login-wrapper > div {
  position: absolute;
  right: 0;
  z-index: 5;
  background: #F9F7F3;
  padding: 15px;
  border-left: 6px solid #d2a355;
  min-width: 270px;
}
.login-wrapper form .field, .login-wrapper > div .field {
  position: relative;
}
.login-wrapper form label, .login-wrapper > div label {
  display: block;
}
.login-wrapper form input, .login-wrapper > div input {
  font-size: 16px;
  padding: 7px 75px 7px 10px;
  margin-bottom: 10px;
  min-height: 42px;
}
.login-wrapper form .btn, .login-wrapper > div .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 13.6px 12px;
  height: 42px;
}

.alert {
  background: #fad771;
  color: #000;
  padding: 15px 0;
}
.alert.alert_option1 {
  background: #fad771;
  color: #000;
}
.alert.alert_option1 .alert-description, .alert.alert_option1 a {
  color: #000;
}
.alert.alert_option2 {
  background: #1d345e;
  color: #FFF;
}
.alert.alert_option2 .alert-description, .alert.alert_option2 a {
  color: #FFF;
}
.alert.global-alert {
  display: none;
}
.alert.global-alert .toggle-alert-mobile {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.alert.global-alert .toggle-alert-mobile .minimize-icon {
  display: none;
}
.alert.global-alert .toggle-alert-mobile .expand-icon {
  display: block;
}
.alert.global-alert.alert-expanded .toggle-alert-mobile .expand-icon {
  display: none;
}
.alert.global-alert.alert-expanded .toggle-alert-mobile .minimize-icon {
  display: block;
}
.alert.global-alert .alert-title {
  margin-bottom: 0;
  padding-right: 25%;
  white-space: normal;
}
.alert.global-alert .alert-title img {
  width: 23px;
  margin-right: 12px;
}
.alert.download-app {
  background: #1d345e;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.alert.download-app .container {
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
}
.alert.download-app .app-info {
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.alert.download-app .app-icon img {
  max-height: 60px;
  max-width: 60px;
}
.alert.download-app .alert-description {
  color: #fff;
  margin: 0 auto 0 14px;
  max-width: 600px;
  line-height: 18px;
}
.alert.download-app .alert-description .alert-title {
  text-transform: none;
  line-height: 28px;
}
.alert.download-app .download-links {
  margin: 0 auto 0 0;
  padding: 10px 40px 0 0;
}
.alert.download-app .download-links a {
  text-decoration: none;
  padding-right: 5px;
}
.alert.download-app .download-links a:first-child img {
  width: 125px;
  height: 35px;
}
.alert.download-app .download-links a:last-child {
  padding-right: 0;
}
.alert.download-app .download-links a:last-child img {
  width: 126px;
  height: 38px;
}
.alert.download-app .close-icon {
  position: absolute;
  top: 0;
  right: 20px;
}
.alert.download-app .close-icon a {
  color: #fff;
}
.alert .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: start;
  position: relative;
}
.alert .close-alert {
  margin-top: -30px;
}
.alert .alert-title {
  margin-right: 0;
  font-family: "proxima-nova", sans-serif;
  white-space: nowrap;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
}
.alert .alert-title svg {
  width: 20px;
  height: 20px;
}
.alert .alert-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
.alert .alert-description {
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 0;
  width: initial;
}
.alert a {
  color: #000;
  text-decoration: underline;
}
.alert a:hover, .alert a:focus, .alert a:active, .alert a.active {
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .alert.download-app .alert-description {
    max-width: 500px;
  }
}
@media (max-width: 991.98px) {
  .alert.download-app .alert-description {
    max-width: 300px;
  }
  .alert.download-app .download-links {
    padding-left: 20px;
  }
  .alert.download-app .download-links a:first-child img {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .alert.global-alert .alert-content {
    margin-top: 5px;
    line-height: 24px;
  }
  .alert.global-alert .alert-content .alert-description {
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 75%;
  }
  .alert.global-alert .alert-content .actions {
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    height: 25px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: end;
        align-items: end;
    gap: 33px;
  }
  .alert.global-alert .alert-content .actions .alert-cta-link {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
  }
  .alert.global-alert .alert-content .actions .alert-cta-link::after {
    content: "";
    position: absolute;
    right: -17px;
    height: 100%;
    width: 1px;
    background: #ccc;
  }
  .alert.global-alert .alert-content .actions .close-alert {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
  }
  .alert.global-alert .alert-content .actions .alert-cta-link:hover, .alert.global-alert .alert-content .actions .alert-cta-link:focus, .alert.global-alert .alert-content .actions .close-alert:hover, .alert.global-alert .alert-content .actions .close-alert:focus {
    text-decoration: underline;
  }
}
@media (max-width: 767.98px) {
  .alert.global-alert {
    text-align: left;
  }
  .alert.global-alert .alert-title {
    width: 100%;
    margin-right: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: relative;
    padding-right: 40px;
    margin-bottom: 0;
  }
  .alert.global-alert .toggle-alert-mobile {
    display: block;
  }
  .alert.global-alert .alert-content {
    display: none;
  }
  .alert.global-alert .alert-content .alert-description {
    font-size: 13px;
    line-height: 16px;
    width: 100%;
  }
  .alert.global-alert .alert-content .actions {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: end;
        align-items: end;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .alert.global-alert .alert-content .actions .alert-cta-link {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
  }
  .alert.global-alert .alert-content .actions .close-alert {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
  }
  .alert.global-alert .alert-content .actions .alert-cta-link:hover, .alert.global-alert .alert-content .actions .alert-cta-link:focus, .alert.global-alert .alert-content .actions .close-alert:hover, .alert.global-alert .alert-content .actions .close-alert:focus {
    text-decoration: underline;
  }
  .alert.global-alert.alert-expanded .alert-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 15px;
    margin-top: 8px;
  }
  .alert.global-alert.alert-collapsed .alert-content {
    display: none;
  }
  .alert .container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .alert .alert-title {
    margin-bottom: 10px;
  }
  .alert .alert-description {
    line-height: 1;
  }
  .alert.download-app .app-info {
    max-width: 100%;
  }
  .alert.download-app .app-icon img {
    max-height: 40px;
    max-width: 40px;
  }
  .alert.download-app .alert-description {
    margin: 0 auto 0 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 14px;
    max-width: 600px;
  }
  .alert.download-app .alert-description .alert-title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
  }
  .alert.download-app .download-links {
    margin: 0 auto;
    padding: 10px 0;
  }
  .alert.download-app .download-links a {
    text-decoration: none;
  }
  .alert.download-app .download-links a:first-child img {
    margin-bottom: 0;
  }
  .alert.download-app .close-icon {
    top: -5px;
  }
}
@media (max-width: 430px) {
  .alert.download-app .download-links {
    margin: 0;
  }
}
.accordion {
  border-bottom: 1px solid #ccc;
}
.accordion:first-of-type {
  margin-top: 25px;
}
.accordion .accordion-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
}
.accordion .accordion-title svg {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 5px 20px 0 0;
}
.accordion .accordion-title:hover, .accordion .accordion-title:focus {
  color: #7a003c;
  outline: none;
}
.accordion .accordion-content {
  display: none;
  margin-left: 40px;
  padding: 15px 0 0 0;
}
.accordion.open {
  padding-bottom: 20px;
}
.accordion.open .accordion-title {
  color: #7a003c;
}

@media (max-width: 991.98px) {
  .accordion {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
  .accordion:first-of-type {
    margin-top: 10px;
  }
  .accordion .accordion-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    padding: 15px 0;
  }
  .accordion .accordion-title svg {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 5px 10px 0 0;
  }
  .accordion .accordion-content {
    margin-left: 20px;
    padding: 5px 0;
  }
}
.loan-calculators .description-box {
  padding: 30px 50px;
  margin-bottom: 5px;
}
.loan-calculators .description-box p {
  font-size: 16px;
  line-height: 22px;
}
.loan-calculators form.calculator-form {
  padding: 0 1rem;
  width: 100%;
}
.loan-calculators form.calculator-form ul li a {
  text-decoration: none;
}
.loan-calculators form.calculator-form .form-check.email,
.loan-calculators form.calculator-form #emailField {
  display: none;
}
.loan-calculators form.calculator-form button:hover, .loan-calculators form.calculator-form button:focus {
  background-color: #fff;
  border-color: #7a003c;
  color: #7a003c;
}
.loan-calculators form.calculator-form .button-box {
  padding: 1rem 0;
}
.loan-calculators form.calculator-form .validation-failed,
.loan-calculators form.calculator-form .recaptcha-error {
  display: none;
  text-align: right;
  margin-top: 10px;
  color: #7a003c;
}
.loan-calculators input::-webkit-outer-spin-button, .loan-calculators input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.loan-calculators input:-ms-input-placeholder {
  opacity: 0.5;
}
.loan-calculators input::placeholder {
  opacity: 0.5;
}
.loan-calculators input[type=number] {
  -moz-appearance: textfield;
  text-align: right;
}
.loan-calculators input[data-number-type=double] + .input-decorator::before {
  content: "$";
  line-height: 26px;
  max-height: 46px;
  padding: 10px 0;
  position: absolute;
  left: 5px;
  text-align: right;
  -ms-transform: translateY(-46px);
      transform: translateY(-46px);
  width: 15px;
}
.loan-calculators input[data-number-type=float] + .input-decorator::before {
  content: "%";
  font-size: 12px;
  line-height: 26px;
  max-height: 46px;
  padding: 10px 0;
  position: absolute;
  right: 5px;
  -ms-transform: translateY(-46px);
      transform: translateY(-46px);
  width: 15px;
}
.loan-calculators .calc-image-wrapper {
  margin: 1rem auto;
  padding: 1rem;
}
.loan-calculators .calc-image-wrapper .response-monthly,
.loan-calculators .calc-image-wrapper .response-interest {
  font-size: 2rem;
  font-weight: 800;
  padding: 0.5rem;
}
.loan-calculators .calc-image-wrapper .response-text {
  font-size: 1.5rem;
  font-weight: 800;
  padding: 0.5rem;
}
.loan-calculators .calc-image-wrapper img {
  display: block;
  margin: 0.25rem auto;
  padding-top: 2rem;
}

.blog-widget {
  background: #f9f7f3;
  padding: 35px 0 55px 0;
}
.blog-widget .headline {
  text-align: center;
  margin-top: 0;
}
.blog-widget .divider {
  margin-bottom: 40px;
}
.blog-widget .blog {
  background: #FFF;
}
.blog-widget .blog .photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-widget .blog .blogInfo {
  padding: 15px;
}
.blog-widget .blog .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1d345e;
}
.blog-widget .blog .blogMeta {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
}
.blog-widget .blog .blogMeta .author, .blog-widget .blog .blogMeta .date {
  display: inline-block;
}
.blog-widget .blog .blogMeta .author:after {
  content: "|";
  margin: 0 5px;
}
.blog-widget .blog .cta {
  background: #7a003c;
}
.blog-widget .blog .cta a {
  color: #FFF;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.blog-widget .blog .cta a span {
  width: 95%;
}
.blog-widget .blog .cta svg {
  position: relative;
  z-index: 2;
  color: #FFF;
  transition: color 0.3s;
}
.blog-widget .featuredBlog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.blog-widget .featuredBlog.singleBlog {
  width: 70%;
  margin: 0 auto;
}
.blog-widget .featuredBlog .blog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.blog-widget .featuredBlog .blog .photo {
  height: 245px;
}
.blog-widget .featuredBlog .blog .cta {
  margin-top: auto;
}
.blog-widget .featuredBlog .blog .cta a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.blog-widget .featuredBlog .blog .cta a span {
  position: relative;
  z-index: 2;
}
.blog-widget .featuredBlog .blog .cta a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  transition: top 0.3s;
  z-index: 1;
}
.blog-widget .featuredBlog .blog .cta a:hover, .blog-widget .featuredBlog .blog .cta a:focus {
  color: #7a003c;
}
.blog-widget .featuredBlog .blog .cta a:hover svg, .blog-widget .featuredBlog .blog .cta a:focus svg {
  color: #7a003c;
}
.blog-widget .featuredBlog .blog .cta a:hover span, .blog-widget .featuredBlog .blog .cta a:focus span {
  color: #7a003c;
}
.blog-widget .featuredBlog .blog .cta a:hover:after, .blog-widget .featuredBlog .blog .cta a:focus:after {
  top: 5%;
}
.blog-widget .upcomingBlogs .blog {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.blog-widget .upcomingBlogs .blog:last-child {
  margin-bottom: 0;
}
.blog-widget .upcomingBlogs .blog .photoWrapper {
  padding: 0;
}
.blog-widget .upcomingBlogs .blog .photo {
  height: 100%;
  width: 100%;
}
.blog-widget .upcomingBlogs .blog .title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
.blog-widget .upcomingBlogs .blog .blogMeta {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 5px;
}
.blog-widget .upcomingBlogs .blog .summary {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
}
.blog-widget .upcomingBlogs .blog .cta {
  background: #7a003c;
  margin: 0;
  padding: 0;
  margin-left: auto;
}
.blog-widget .upcomingBlogs .blog .cta a {
  color: #FFF;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  position: relative;
  transition: color 0.3s;
}
.blog-widget .upcomingBlogs .blog .cta a svg {
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
.blog-widget .upcomingBlogs .blog .cta a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #FFF;
  transition: left 0.3s;
  z-index: 1;
}
.blog-widget .upcomingBlogs .blog .cta a:hover svg, .blog-widget .upcomingBlogs .blog .cta a:focus svg {
  color: #7a003c;
}
.blog-widget .upcomingBlogs .blog .cta a:hover:after, .blog-widget .upcomingBlogs .blog .cta a:focus:after {
  left: 5%;
}

@media (max-width: 767.98px) {
  .blog-widget {
    padding: 40px 0;
  }
  .blog-widget .blog {
    margin-bottom: 25px;
  }
  .blog-widget .featuredBlog {
    padding-right: 15px;
  }
  .blog-widget .featuredBlog.singleBlog {
    width: 100%;
    margin: 0 15px;
  }
  .blog-widget .upcomingBlogs .blog {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .blog-widget .upcomingBlogs .blog .photo {
    height: 175px;
  }
  .blog-widget .upcomingBlogs .blog .cta {
    margin-left: initial;
  }
  .blog-widget .upcomingBlogs .blog .cta a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
  }
  .blog-widget .upcomingBlogs .blog .cta a:after {
    top: 100%;
    left: 0;
    transition: top 0.3s;
  }
  .blog-widget .upcomingBlogs .blog .cta a:hover:after, .blog-widget .upcomingBlogs .blog .cta a:focus:after {
    top: 5%;
    left: 0;
  }
}
#content .container > .pageIntro > .pageTitle {
  position: relative;
  margin-bottom: 24px;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
}
#content .container > .pageIntro > .pageTitle > h1 {
  font-size: 40px;
  margin-bottom: 18px;
}
@media (max-width: 991.98px) {
  #content .container > .pageIntro > .pageTitle > h1 {
    font-size: 36px;
    margin-bottom: 5px;
  }
}
#content .container > .pageIntro > .pageTitle > p {
  font-size: 20px;
  color: #1D345E;
}
@media (max-width: 991.98px) {
  #content .container > .pageIntro > .pageTitle > p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.year-selector {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .year-selector {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media (min-width: 991.98px) {
  .year-selector a {
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 21px;
  }
}
.year-selector > div {
  position: relative;
}
.year-selector select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  line-height: 1;
  padding: 8px 10px;
  padding-right: 33px;
  font-size: 15px;
  font-weight: 600;
  color: #231F20;
  border: thin solid #707070;
}
.year-selector select:focus {
  border-color: rgba(82, 168, 236, 0.8);
}
.year-selector select + svg {
  position: absolute;
  width: 9px;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .year-selector select {
    padding: 7px 10px;
    padding-right: 27px;
    font-size: 12px;
  }
  .year-selector select + svg {
    width: 7px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .year-selector select {
    padding: 8px 10px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 991.98px), (-ms-high-contrast: none) and (max-width: 991.98px) {
  .year-selector select {
    padding: 7px 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .year-selector select + svg {
    display: none;
  }
}
.year-selector select > option {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

.category-selector {
  position: relative;
}

.categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
}
.scrolling .categories {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}
.scrolling .categories::-webkit-scrollbar {
  display: none;
}
.categories > a {
  font-size: 16px;
  font-weight: 600;
  color: #1d345e;
  text-align: center;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 15px;
  min-width: calc(11.1111111111% + 0.5px);
  border-left: 1px solid #f4eaef;
  border-right: 1px solid #f4eaef;
  margin: 0 -0.5px;
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.2s;
  transition-delay: 0.2s;
  position: relative;
}
.scrolling .categories > a {
  scroll-snap-align: center;
  min-width: 120px;
}
.categories > a:before {
  content: "";
  background: #7a003c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  transition: height 0.4s;
}
.categories > a .icon {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.categories > a .icon img {
  height: 40px;
  object-fit: scale-down;
  image-rendering: -webkit-optimize-contrast;
}
.categories > a .icon svg {
  width: 50px;
  height: 40px;
  margin-bottom: 5px;
  fill: #d2a355;
  z-index: 2;
  position: relative;
}
.categories > a .title {
  position: relative;
  z-index: 2;
  margin: 0;
  margin-top: 5px;
  font-weight: 500;
}
.categories > a:hover, .categories > a:focus, .categories > a.active, .categories > a.current-category {
  color: #fff;
  border-bottom-color: #d2a355;
}
.categories > a:hover svg, .categories > a:focus svg, .categories > a.active svg, .categories > a.current-category svg {
  fill: #fff;
}
.categories > a:hover img, .categories > a:focus img, .categories > a.active img, .categories > a.current-category img {
  filter: brightness(0) invert(1);
}
.categories > a:hover:before, .categories > a:focus:before, .categories > a.active:before, .categories > a.current-category:before {
  height: 100%;
}

.scroll-button-left, .scroll-button-right {
  display: none;
}

.scrolling .scroll-button-left, .scrolling .scroll-button-right {
  display: block;
  position: absolute;
  z-index: 2;
  top: -1px;
  bottom: -1px;
  width: 15%;
  cursor: pointer;
  transition: opacity 0.2s;
}
.scrolling .scroll-button-left > svg, .scrolling .scroll-button-right > svg {
  width: 100%;
  height: 100%;
  stroke-width: 2px;
}
.scrolling .scroll-button-left:not(.fade), .scrolling .scroll-button-right:not(.fade) {
  opacity: 1;
  transition-timing-function: ease-in;
}
.scrolling .scroll-button-left.fade, .scrolling .scroll-button-right.fade {
  opacity: 0;
  transition-timing-function: ease-out;
  pointer-events: none;
}
.scrolling .scroll-button-left {
  background: linear-gradient(to right, white, white 50%, transparent 100%);
  left: -1px;
}
.scrolling .scroll-button-right {
  background: linear-gradient(to left, white, white 50%, transparent 100%);
  right: -1px;
}

.clear-filter {
  display: block;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.97px;
  margin-top: 6px;
}
.clear-filter::before {
  content: "✖ ";
}

.blog-listing {
  margin-bottom: 0;
  padding-bottom: 25px;
}
.blog-listing .pageTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.blog-listing section.blogs.filtered {
  border-top: 1px solid #f4eaef;
  padding-top: 20px;
}
.blog-listing .blog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .blog-listing .blog {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.blog-listing .blog:last-of-type {
  padding-bottom: 36px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 42px;
}
.blog-listing .blog > .image {
  width: 36.6666666667%;
  padding-bottom: 24.4444444444%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 22px;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog-listing .blog > .image {
    width: 100%;
    padding-bottom: 66.6666666667%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.blog-listing .blog > .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .blog-listing .blog > .info {
    width: 100%;
  }
}
.blog-listing .blog > .info .category-divider {
  margin-left: 6px;
  border-left: solid 1px #b4b4b4;
  padding-right: 12px;
}
.blog-listing .blog > .info .category {
  display: inline-block;
  color: #595959;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  padding: 4px 7px;
  margin-bottom: 0px;
  margin-right: 4px;
}
.blog-listing .blog > .info .category a {
  color: #595959;
  text-decoration: none;
}
.blog-listing .blog > .info .category:hover {
  background-color: #D2A355;
}
.blog-listing .blog > .info .category:hover a {
  color: #231F20;
}
.blog-listing .blog > .info .category:last-child {
  margin-right: 0px;
}
@media (max-width: 991.98px) {
  .blog-listing .blog > .info .category {
    font-size: 10px;
    padding: 3px 5px;
  }
}
.blog-listing .blog > .info .title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .blog-listing .blog > .info .title {
    font-size: 16px;
    line-height: 19px;
  }
}
.blog-listing .blog > .info .title a {
  color: #1D345E;
  text-decoration: none;
}
.blog-listing .blog > .info .title a:hover, .blog-listing .blog > .info .title a:focus {
  color: #7A003C;
  text-decoration: underline;
}
.blog-listing .blog > .info .blogMeta {
  color: #231F20;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 6px 0;
}
@media (max-width: 991.98px) {
  .blog-listing .blog > .info .blogMeta {
    font-size: 12px;
  }
}
.blog-listing .blog > .info .blogMeta .author {
  padding-right: 10px;
  border-right: 1px solid #B4B4B4;
}
.blog-listing .blog > .info .blogMeta .date {
  padding-left: 10px;
}
.blog-listing .blog > .info .summary {
  color: #231F20;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .blog-listing .blog > .info .summary {
    font-size: 14px;
    line-height: 19px;
  }
}
.blog-listing .blog > .info .cta {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #1D345E;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-out;
}
.blog-listing .blog > .info .cta:hover, .blog-listing .blog > .info .cta:focus {
  color: #7A003C;
  border-color: #7A003C;
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
}
.blog-listing .blog > .info .cta a {
  color: currentColor;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 1;
  -ms-transform: translateY(1px);
      transform: translateY(1px);
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .blog-listing .blog > .info .cta a {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
.blog-listing .blog > .info .cta svg {
  margin-left: 10px;
  width: 8px;
}
@media (max-width: 991.98px) {
  .blog-listing .blog > .info .cta svg {
    margin-left: 5px;
    width: 6px;
  }
}

.addthis_inline_share_toolbox {
  text-align: center;
}

.blog-detail {
  padding: 30px 0;
  position: relative;
  max-width: 894px;
  margin: 0 auto;
}
.blog-detail .backBtn {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .blog-detail .backBtn a {
    padding: 10px 14px;
  }
}
.blog-detail .blog-title {
  color: #1D345E;
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .blog-detail .blog-title {
    font-size: 26px;
  }
}
.blog-detail .blogMeta {
  color: #231F20;
  font-size: 20px;
  font-weight: 600;
  margin: 8px 0;
}
@media (max-width: 767.98px) {
  .blog-detail .blogMeta {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.blog-detail .blogMeta .author {
  padding-right: 10px;
  border-right: 1px solid #B4B4B4;
}
.blog-detail .blogMeta .date {
  padding-left: 10px;
}
.blog-detail .category {
  display: inline-block;
  color: #595959;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  padding: 4px 7px;
  margin-bottom: 18px;
}
.blog-detail .category a {
  color: #595959;
  text-decoration: none;
}
.blog-detail .category:hover {
  background-color: #D2A355;
}
.blog-detail .category:hover a {
  color: #231F20;
}
@media (max-width: 767.98px) {
  .blog-detail .category {
    font-size: 10px;
    padding: 3px 5px;
  }
}
.blog-detail .photo {
  margin-bottom: 20px;
}
.blog-detail .photo img {
  width: 100%;
  height: 100%;
}
.blog-detail .blog-description h1, .blog-detail .blog-description h2, .blog-detail .blog-description h3, .blog-detail .blog-description h4, .blog-detail .blog-description h5, .blog-detail .blog-description h6 {
  font-weight: 700;
}
.blog-detail p {
  letter-spacing: 0.16px;
  line-height: 26px;
}
@media (max-width: 767.98px) {
  .blog-detail p {
    font-size: 14px;
    letter-spacing: 0.14px;
    line-height: 20px;
  }
}

.calculator {
  background: #f9f7f3;
  padding: 30px 0;
}

.comparison-cards {
  background: #f9f7f3;
  padding: 70px 0;
}
.comparison-cards .row {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.comparison-cards .compCard {
  border-radius: 3px;
  padding: 10px;
}
.comparison-cards .compCard .box {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 35px 30px 0 30px;
  height: 100%;
  background: #1d345e;
  overflow: hidden;
  box-shadow: 0 0 15px 5px #ccc;
}
.comparison-cards .compCard .content {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 1px;
}
.comparison-cards .compCard .divider {
  width: 70%;
  margin-bottom: 20px;
}
.comparison-cards .compCard .title {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 28px;
}
.comparison-cards .compCard .title a {
  color: #dfbc82;
  transition: color 0.3s;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.1;
  text-decoration: underline;
}
.comparison-cards .compCard .title a:hover, .comparison-cards .compCard .title a:focus, .comparison-cards .compCard .title a:active {
  text-decoration: none;
  color: #FFF;
}
.comparison-cards .compCard .info {
  margin-bottom: 45px;
  color: #231f20;
  transition: color 0.3s;
  color: #FFF;
}
.comparison-cards .compCard .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comparison-cards .compCard .info li {
  margin-bottom: 20px;
  padding-left: 25px;
  background-image: url("/ResourcePackages/ST/library/img/pineappleSmall.png");
  background-size: 10px 20px;
  background-position: top 1px left;
  background-repeat: no-repeat;
}
.comparison-cards .compCard .cta {
  margin-top: auto;
  text-align: center;
  background: #1d345e;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}
.comparison-cards .compCard .cta:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -30px;
  width: 120%;
  height: 100px;
  -ms-transform: rotate(6deg);
      transform: rotate(6deg);
  background: #FFF;
  z-index: 1;
  transition: all 0.3s;
}
.comparison-cards .compCard .cta:hover:before, .comparison-cards .compCard .cta:focus:before {
  top: 150%;
}
.comparison-cards .compCard .cta:hover a, .comparison-cards .compCard .cta:focus a {
  color: #FFF;
}
.comparison-cards .compCard .cta a {
  color: #1d345e;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s;
  display: block;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .inner-tiles {
    padding: 40px 0;
  }
  .inner-tiles .tile {
    margin: 0;
  }
  .inner-tiles .tile .box {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .inner-tiles .tile .box {
    padding: 15px;
  }
}
.image-cta {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: none;
}
.image-cta .photo {
  min-height: 530px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.image-cta .caption {
  position: relative;
  left: 50px;
  color: #FFF;
  padding: 115px 55px;
  background-color: #FFF;
}
.image-cta .caption:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: calc(0% - 35px);
  top: 0;
  width: calc(100% + 55px);
  height: 101%;
  background-color: #FFF;
  -ms-transform: skew(3deg);
      transform: skew(3deg);
  background-image: url("/ResourcePackages/ST/library/img/pineappleBG.png");
  background-size: contain;
  background-position: left -70px bottom -50px;
  background-repeat: no-repeat;
}
.image-cta .caption .body {
  position: relative;
  z-index: 2;
}
.image-cta .caption .title {
  color: #7a003c;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.image-cta .caption .blurb {
  margin-bottom: 35px;
  color: #58595b;
  line-height: 26px;
}
.image-cta .caption .cta {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .image-cta .container {
    max-width: 100%;
  }
  .image-cta .photo {
    height: 220px;
    min-height: initial;
    position: relative;
    overflow: hidden;
  }
  .image-cta .photo:after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -45px;
    height: 100px;
    width: 120%;
    -ms-transform: skew(0deg);
        transform: skew(0deg);
    -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
    background-image: none;
    background: #FFF;
  }
  .image-cta .caption {
    padding: 0 15px;
    left: 0;
  }
  .image-cta .caption:before {
    background-position: right -50px bottom -20px;
  }
  .image-cta .caption .title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
  .image-cta .caption .blurb {
    line-height: 22px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.image-cta-alt {
  position: relative;
}
.image-cta-alt .photo {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
}
.image-cta-alt .photo img {
  display: none;
}
.image-cta-alt .caption {
  position: relative;
  padding: 109px 10px 115px 45px;
  border-left: 7px solid #d2a355;
}
.image-cta-alt .caption:after {
  content: "";
  background-image: url(/ResourcePackages/ST/library/img/pineappleSmall.png);
  position: absolute;
  bottom: 0;
  left: -130px;
  width: 330px;
  height: calc(100% - 15px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 1;
  opacity: 0.09;
}
.image-cta-alt .caption .body {
  position: relative;
  z-index: 2;
}
.image-cta-alt .caption .title {
  color: #7a003c;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.image-cta-alt .caption .blurb {
  color: #58595B;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 25px;
}
.image-cta-alt .caption .cta .btn {
  font-size: 13px;
  font-size: 0.8125rem;
  min-height: 50px;
  padding: 17px 30px;
}

@media (max-width: 991.98px) {
  .image-cta-alt .container {
    width: 100%;
    max-width: 100%;
  }
  .image-cta-alt .photo {
    background: none;
    position: relative;
    height: auto;
    width: 100%;
  }
  .image-cta-alt .photo img {
    display: block;
    width: 100%;
  }
  .image-cta-alt .caption {
    border-left: none;
    border-top: 7px solid #d2a355;
    padding: 20px 20px 30px 20px;
  }
  .image-cta-alt .caption:after {
    left: auto;
    right: -50px;
    width: 170px;
    height: 100%;
  }
  .image-cta-alt .caption .title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .image-cta-alt .caption .cta .btn {
    min-height: 42px;
    padding: 14px 30px;
  }
}
.icon-cta {
  padding: 43px 0 40px 0;
  background: #f9f7f3;
}
.icon-cta .caption .leftcol {
  padding-right: 70px;
}
.icon-cta .caption .title {
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  color: #7a003c;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}
.icon-cta .caption .description {
  margin-bottom: 20px;
  color: #231f20;
}
.icon-cta .caption .featuredText {
  font-weight: 600;
  font-size: 36px;
  font-size: 2.25rem;
  color: #231f20;
  margin-bottom: 30px;
}
.icon-cta .caption .rightCol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.icon-cta .caption .icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
}
.icon-cta .caption .cta .btn {
  border-radius: 2px;
  font-size: 13px;
  font-size: 0.8125rem;
  min-height: 50px;
  padding: 17px 30px;
}

@media (max-width: 767.98px) {
  .icon-cta {
    padding: 20px 0 20px 0;
  }
  .icon-cta .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .icon-cta .caption .leftcol {
    padding-right: 15px;
  }
  .icon-cta .caption .icon {
    margin: 0 0 25px 0;
    max-width: initial;
    max-height: initial;
    height: auto;
    text-align: center;
  }
  .icon-cta .caption .icon img {
    max-height: 65px;
  }
  .icon-cta .caption .title {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .icon-cta .caption .blurb {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .icon-cta .caption .description {
    margin-bottom: 10px;
  }
  .icon-cta .caption .featuredText {
    margin-bottom: 20px;
  }
}
.event-widget {
  background: #f9f7f3;
  padding: 100px 0 55px 0;
}
.event-widget .headline {
  text-align: center;
  margin-top: 0;
}
.event-widget .divider {
  margin-bottom: 40px;
}
.event-widget .event .photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.event-widget .event .calendar {
  background: #1d345e;
  color: #FFF;
  text-transform: uppercase;
  padding: 20px 30px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  font-weight: 700;
  width: 115px;
}
.event-widget .event .calendar .month, .event-widget .event .calendar .year {
  font-size: 17px;
  font-size: 1.0625rem;
}
.event-widget .event .calendar .day {
  font-size: 52px;
  font-size: 3.25rem;
  color: #e0bd82;
}
.event-widget .event .eventInfo {
  padding-top: 5px;
}
.event-widget .event .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
}
.event-widget .event .title a {
  color: #1d345e;
  transition: color 0.5s;
}
.event-widget .event .title a:hover, .event-widget .event .title a:focus {
  text-decoration: none;
  color: #231f20;
}
.event-widget .event .location {
  color: #231f20;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.event-widget .event .summary {
  color: #231f20;
}
.event-widget .featuredEvent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 40px;
}
.event-widget .featuredEvent.singleEvent {
  width: 70%;
  margin: 0 auto;
}
.event-widget .featuredEvent.singleEvent .event .photo {
  height: 235px;
}
.event-widget .featuredEvent.singleEvent .calendar {
  height: 100%;
  width: 235px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.event-widget .featuredEvent.singleEvent .calendar .month, .event-widget .featuredEvent.singleEvent .calendar .year {
  font-size: 29px;
  font-size: 1.8125rem;
}
.event-widget .featuredEvent.singleEvent .calendar .day {
  font-size: 86px;
  font-size: 5.375rem;
}
.event-widget .featuredEvent .calendar {
  position: absolute;
  top: 0;
  left: 0;
}
.event-widget .featuredEvent .event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.event-widget .featuredEvent .event .photo {
  height: 245px;
}
.event-widget .featuredEvent .event .cta {
  margin-top: auto;
}
.event-widget .featuredEvent .event .cta a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.event-widget .featuredEvent .event .cta a span {
  position: relative;
  z-index: 2;
}
.event-widget .featuredEvent .event .cta a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  transition: top 0.3s;
  z-index: 1;
}
.event-widget .featuredEvent .event .cta a:hover, .event-widget .featuredEvent .event .cta a:focus {
  color: #7a003c;
}
.event-widget .featuredEvent .event .cta a:hover svg, .event-widget .featuredEvent .event .cta a:focus svg {
  color: #7a003c;
}
.event-widget .featuredEvent .event .cta a:hover span, .event-widget .featuredEvent .event .cta a:focus span {
  color: #7a003c;
}
.event-widget .featuredEvent .event .cta a:hover:after, .event-widget .featuredEvent .event .cta a:focus:after {
  top: 5%;
}
.event-widget .upcomingEvents {
  padding-left: 40px;
}
.event-widget .upcomingEvents .event {
  margin-bottom: 20px;
}
.event-widget .upcomingEvents .event:last-child {
  margin-bottom: 0;
}
.event-widget .upcomingEvents .event .photoWrapper {
  padding: 0;
}
.event-widget .upcomingEvents .event .photo {
  height: 100%;
  width: 100%;
}
.event-widget .upcomingEvents .event .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.event-widget .upcomingEvents .event .eventMeta {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 5px;
}
.event-widget .upcomingEvents .event .summary {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
}
.event-widget .upcomingEvents .event .cta {
  background: #7a003c;
  margin: 0;
  padding: 0;
}
.event-widget .upcomingEvents .event .cta a {
  color: #FFF;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  position: relative;
  transition: color 0.3s;
}
.event-widget .upcomingEvents .event .cta a svg {
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
.event-widget .upcomingEvents .event .cta a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #FFF;
  transition: left 0.3s;
  z-index: 1;
}
.event-widget .upcomingEvents .event .cta a:hover svg, .event-widget .upcomingEvents .event .cta a:focus svg {
  color: #7a003c;
}
.event-widget .upcomingEvents .event .cta a:hover:after, .event-widget .upcomingEvents .event .cta a:focus:after {
  left: 5%;
}

@media (max-width: 767.98px) {
  .event-widget {
    padding: 40px 0;
  }
  .event-widget .event {
    margin-bottom: 20px;
  }
  .event-widget .event .calendar {
    width: 100%;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .event-widget .event .calendar .month, .event-widget .event .calendar .day {
    margin-right: 5px;
  }
  .event-widget .featuredEvent {
    padding-right: 0;
  }
  .event-widget .featuredEvent.singleEvent {
    width: 100%;
    margin: 0 15px;
  }
  .event-widget .featuredEvent.singleEvent .calendar {
    width: 100%;
    height: auto;
    padding: 10px 0;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .event-widget .featuredEvent.singleEvent .calendar .month, .event-widget .featuredEvent.singleEvent .calendar .day {
    margin-right: 10px;
  }
  .event-widget .featuredEvent.singleEvent .calendar .month, .event-widget .featuredEvent.singleEvent .calendar .year {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .event-widget .featuredEvent.singleEvent .calendar .day {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .event-widget .upcomingEvents {
    padding-left: 15px;
  }
  .event-widget .upcomingEvents .event {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .event-widget .upcomingEvents .event .photo {
    height: 175px;
  }
  .event-widget .upcomingEvents .event .cta a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
  }
  .event-widget .upcomingEvents .event .cta a:after {
    top: 100%;
    left: 0;
    transition: top 0.3s;
  }
  .event-widget .upcomingEvents .event .cta a:hover:after, .event-widget .upcomingEvents .event .cta a:focus:after {
    top: 5%;
    left: 0;
  }
}
.event-listing {
  background-image: url("/ResourcePackages/ST/library/img/PineappleBG.png"), url("/ResourcePackages/ST/library/img/PineappleBG.png"), url("/ResourcePackages/ST/library/img/PineappleBG.png"), url("/ResourcePackages/ST/library/img/PineappleBG.png");
  background-position: top left -100px, bottom -100px left -100px, top right -100px, bottom -100px right -100px;
  background-repeat: no-repeat, no-repeat;
}
.event-listing .pageTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.event-listing .search input[type=search] {
  border-right: none;
}
.event-listing .search .input-group-text {
  background: none;
}
.event-listing .event {
  border-bottom: 1px solid #ccc;
}
.event-listing .event a {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 35px 0;
}
.event-listing .event a:hover, .event-listing .event a:focus {
  background: #f5f5f5;
}
.event-listing .event a:hover .photo:before, .event-listing .event a:focus .photo:before {
  opacity: 0.8;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.event-listing .event a .photo {
  position: relative;
  padding: 0;
}
.event-listing .event a .photo img {
  width: 100%;
  height: 100%;
}
.event-listing .event a .photo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  background: #1d345e;
  opacity: 0;
  transition: all 0.3s;
}
.event-listing .event a .title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #1d345e;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1;
  text-decoration: underline;
}
.event-listing .event a .location {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #231f20;
  text-decoration: none;
}
.event-listing .event a .date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #231f20;
  text-decoration: none;
}
.event-listing .event a .summary {
  color: #231f20;
  line-height: 26px;
  margin-bottom: 30px;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .event-listing {
    background: none;
  }
}
@media (max-width: 767.98px) {
  .event-listing {
    padding-left: 0;
  }
  .event-listing .pageTitle {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .event-listing .categories select {
    width: 100%;
  }
  .event-listing .event a {
    display: block;
  }
  .event-listing .event a .photo {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .event-listing .event a .photo img {
    object-fit: contain;
    max-height: 260px;
  }
  .event-listing .event a .summary {
    margin-bottom: 0;
  }
}
.event-detail {
  padding: 0 0 30px 0;
  position: relative;
}
.event-detail .backBtn {
  margin-bottom: 35px;
}
.event-detail .events-title {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.event-detail .photo {
  margin-bottom: 30px;
}
.event-detail .date {
  font-weight: 900;
  margin-bottom: 15px;
}
.event-detail .btn {
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .event-detail .backBtn {
    margin-top: 20px;
  }
  .event-detail .events-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .event-detail .photo {
    margin-bottom: 15px;
  }
}
.hero-login,
.hero-carousel {
  position: relative;
  overflow: hidden;
  min-height: 430px;
}
.hero-login .container,
.hero-carousel .container {
  position: relative;
}
.hero-login .hero-slider,
.hero-carousel .hero-slider {
  position: relative;
  z-index: 3;
}
.hero-login .hero-slider.slick-dotted.slick-slider,
.hero-carousel .hero-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero-login .hero-slider:after,
.hero-carousel .hero-slider:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 106px;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.87+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#deffffff",GradientType=1 ); /* IE6-9 */
}
.hero-login .photo,
.hero-carousel .photo {
  min-height: 530px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.hero-login .pineappleBG,
.hero-carousel .pineappleBG {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 235px;
  height: 100%;
  background-image: url("/ResourcePackages/ST/library/img/pineappleBG.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 2;
}
.hero-login .caption,
.hero-carousel .caption {
  position: relative;
  z-index: 2;
  left: 0px;
  color: #FFF;
  padding: 85px 50px 85px 0;
  width: 40%;
  z-index: 3;
}
.hero-login .caption:before,
.hero-carousel .caption:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 300%;
  height: calc(100% + 100px);
  background: rgba(255, 255, 255, 0.85);
  -ms-transform: skew(-7deg);
      transform: skew(-7deg);
  -ms-transform-origin: bottom right;
      transform-origin: bottom right;
  min-height: 535px;
}
.hero-login .caption .body,
.hero-carousel .caption .body {
  position: relative;
  z-index: 2;
}
.hero-login .caption .title,
.hero-carousel .caption .title {
  color: #1d345e;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 30px;
}
.hero-login .caption .blurb,
.hero-carousel .caption .blurb {
  margin-bottom: 35px;
  color: #000;
  line-height: 26px;
}
.hero-login .caption .cta,
.hero-carousel .caption .cta {
  margin-bottom: 40px;
}
.hero-login .caption .cta a,
.hero-carousel .caption .cta a {
  white-space: initial;
  padding: 13px 40px;
}
.hero-login .slider-controls,
.hero-carousel .slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-login .slider-controls .container,
.hero-carousel .slider-controls .container {
  position: relative;
  height: 100%;
}
.hero-login .slider-controls .row,
.hero-carousel .slider-controls .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.hero-login .slider-controls .slider-navigation,
.hero-carousel .slider-controls .slider-navigation {
  position: absolute;
  bottom: 45px;
  left: 15px;
  z-index: 6;
}
.hero-login .slider-controls .slider-navigation .pauseBtn,
.hero-carousel .slider-controls .slider-navigation .pauseBtn {
  position: absolute;
  top: 5px;
  right: -75px;
  background: #7a003c;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.hero-login .slider-controls .slider-navigation .pauseBtn svg,
.hero-carousel .slider-controls .slider-navigation .pauseBtn svg {
  color: #FFF;
  font-size: 16px;
}
.hero-login .slider-controls .slider-navigation .pauseBtn:hover, .hero-login .slider-controls .slider-navigation .pauseBtn:focus,
.hero-carousel .slider-controls .slider-navigation .pauseBtn:hover,
.hero-carousel .slider-controls .slider-navigation .pauseBtn:focus {
  background: #FFF;
  border: 1px solid #000;
  outline: none;
}
.hero-login .slider-controls .slider-navigation .pauseBtn:hover svg, .hero-login .slider-controls .slider-navigation .pauseBtn:focus svg,
.hero-carousel .slider-controls .slider-navigation .pauseBtn:hover svg,
.hero-carousel .slider-controls .slider-navigation .pauseBtn:focus svg {
  color: #7a003c;
}
.hero-login .slider-controls .slider-navigation .slick-dots,
.hero-carousel .slider-controls .slider-navigation .slick-dots {
  position: relative;
  bottom: 0;
}
.hero-login .loginBox,
.hero-carousel .loginBox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
}
.hero-login .login,
.hero-carousel .login {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("/ResourcePackages/ST/library/img/loginBG.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 100px 30px;
  z-index: 3;
  position: relative;
}
.hero-login .login .divider,
.hero-carousel .login .divider {
  width: 90%;
  margin: 0 auto 10px auto;
}
.hero-login .login .title,
.hero-carousel .login .title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1d345e;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}
.hero-login .login .btn,
.hero-carousel .login .btn {
  width: 100%;
  margin-bottom: 10px;
}
.hero-login .login .register a,
.hero-carousel .login .register a {
  font-size: 14px;
  font-size: 0.875rem;
}
.hero-login .login .register a:hover, .hero-login .login .register a:focus,
.hero-carousel .login .register a:hover,
.hero-carousel .login .register a:focus {
  text-decoration: none;
  color: #7a003c;
}

.hero-carousel {
  box-shadow: 0px 6px 8px rgba(0, 28, 58, 0.05);
}
.hero-carousel:after {
  content: "";
  background-image: url(/ResourcePackages/ST/library/img/pineappleSmall.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -609px;
  width: 330px;
  height: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 1;
  opacity: 0.08;
}
.hero-carousel .slick-slide:focus {
  outline: none;
}
.hero-carousel .photo {
  width: 58%;
  left: auto;
  right: 0;
  border-left: 7px solid #d2a355;
}
.hero-carousel .photo img {
  display: none;
}
.hero-carousel .photo .btn-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.hero-carousel .container {
  max-width: 1335px;
}
.hero-carousel .caption:before {
  content: none;
}
.hero-carousel .pineappleBG {
  background-image: none;
}
.hero-carousel .caption {
  padding-top: 25px;
}
.hero-carousel .caption .body, .hero-carousel .caption .title, .hero-carousel .caption .blurb {
  text-align: center;
}
.hero-carousel .caption .title, .hero-carousel .caption .blurb, .hero-carousel .caption .cta, .hero-carousel .caption .divider-wrapper {
  max-width: 440px;
}
.hero-carousel .caption .title .divider, .hero-carousel .caption .blurb .divider, .hero-carousel .caption .cta .divider, .hero-carousel .caption .divider-wrapper .divider {
  margin-bottom: 20px;
}
.hero-carousel .caption .title .divider .pineapple img, .hero-carousel .caption .blurb .divider .pineapple img, .hero-carousel .caption .cta .divider .pineapple img, .hero-carousel .caption .divider-wrapper .divider .pineapple img {
  height: auto;
  max-width: 12px;
}
.hero-carousel .caption .title {
  margin-bottom: 10px;
}
.hero-carousel .caption .blurb {
  color: #58595B;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 20px;
}
.hero-carousel .caption .cta {
  margin-bottom: 0;
}
.hero-carousel .caption .cta .btn {
  border-radius: 2px;
  font-size: 13px;
  font-size: 0.8125rem;
  min-height: 50px;
  padding: 19px 30px;
  margin: 0 5px;
}
.hero-carousel .slick-next:before {
  background-image: url("/ResourcePackages/ST/library/img/slider-next-white.png");
  background-position: center;
}
.hero-carousel .slick-prev, .hero-carousel .slick-next {
  top: calc(50% - 35px);
}
.hero-carousel .slick-prev:focus, .hero-carousel .slick-next:focus {
  outline: 1px dotted #000;
}
.hero-carousel .slick-next:focus {
  outline: 1px dotted #FFF;
}
.hero-carousel .slider-controls .slider-navigation {
  left: 20%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin-left: -54px;
}
.hero-carousel .slider-controls .slider-navigation .pauseBtn {
  right: -45px;
  background: none;
  border: none;
}
.hero-carousel .slider-controls .slider-navigation .pauseBtn svg, .hero-carousel .slider-controls .slider-navigation .pauseBtn path {
  fill: #7a003c;
}
.hero-carousel .slider-controls .slider-navigation .pauseBtn:hover svg, .hero-carousel .slider-controls .slider-navigation .pauseBtn:hover path, .hero-carousel .slider-controls .slider-navigation .pauseBtn:focus svg, .hero-carousel .slider-controls .slider-navigation .pauseBtn:focus path, .hero-carousel .slider-controls .slider-navigation .pauseBtn.paused svg, .hero-carousel .slider-controls .slider-navigation .pauseBtn.paused path {
  fill: #7a003c;
}
.hero-carousel .slider-controls .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px;
}
.hero-carousel .slider-controls .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
}
.hero-carousel .slider-controls .slick-dots li button:hover, .hero-carousel .slider-controls .slick-dots li button:focus {
  width: 17px;
  height: 17px;
  background: #1d345e;
}
.hero-carousel .slider-controls .slick-dots li button:hover:before, .hero-carousel .slider-controls .slick-dots li button:focus:before {
  content: none;
}
.hero-carousel .slider-controls .slick-dots li.slick-active button {
  width: 17px;
  height: 17px;
}
.hero-carousel .slider-controls .slick-dots li.slick-active button:before {
  content: none;
}
.hero-carousel .hero-slider:after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
}
@media screen and (min-width: 2600px) {
  .hero-carousel .caption {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1460px) {
  .hero-carousel:after {
    left: 22%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    margin-left: 0;
  }
  .hero-carousel .caption {
    padding: 24px 20px 85px 50px;
  }
  .hero-carousel .slider-controls .slider-navigation {
    left: 24%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}

@media (max-width: 1199.98px) {
  .hero-login {
    height: auto;
    min-height: initial;
  }
  .hero-login .container {
    max-width: 100%;
  }
  .hero-login .slider-controls .slider-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 6;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 17px;
  }
  .hero-login .slider-controls .slider-navigation .dots-wrapper {
    margin-right: 20px;
  }
  .hero-login .slider-controls .slider-navigation .slick-dots {
    display: inline-block;
    width: auto;
  }
  .hero-login .slider-controls .slider-navigation .pauseBtn {
    position: relative;
    right: auto;
    right: initial;
    top: 2px;
  }
  .hero-login .hero-slider:after {
    display: none;
  }
  .hero-login .hero-slider .slick-prev, .hero-login .hero-slider .slick-next {
    display: none !important;
  }
  .hero-login .photo {
    height: 200px;
    min-height: initial;
    position: relative;
    overflow: hidden;
  }
  .hero-login .photo:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 85px;
    height: 155px;
    background: rgba(255, 255, 255, 0.5);
    -ms-transform: rotate(-35deg);
        transform: rotate(-35deg);
    -ms-transform-origin: bottom right;
        transform-origin: bottom right;
  }
  .hero-login .photo:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    background-image: url("/ResourcePackages/ST/library/img/pineappleBG.png");
    background-size: 30px 60px;
    background-position: bottom 5px left 5px;
    background-repeat: no-repeat;
  }
  .hero-login .pineappleBG {
    display: none;
  }
  .hero-login .caption {
    width: 100%;
    padding: 10px 0 40px 0;
    left: 0;
  }
  .hero-login .caption:before {
    display: none;
  }
  .hero-login .caption .title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .hero-login .caption .blurb {
    margin-bottom: 20px;
  }
  .hero-login .caption .cta a {
    padding: 13px 20px;
  }
  .hero-login .login {
    display: none;
  }
  .hero-carousel {
    box-shadow: none;
  }
  .hero-carousel:after {
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    left: 50%;
    margin-left: 0;
  }
  .hero-carousel .hero-slider:after {
    content: none;
  }
  .hero-carousel .hero-slider .slick-next, .hero-carousel .hero-slider .slick-prev {
    display: none !important;
  }
  .hero-carousel .slider-controls {
    height: auto;
    top: 0;
    bottom: 0;
  }
  .hero-carousel .slider-controls .slider-navigation {
    left: 50%;
    -ms-transform: translateX(calc(-50% - 22px));
        transform: translateX(calc(-50% - 22px));
    margin-left: 0;
  }
  .hero-carousel .photo {
    position: relative;
    width: 100%;
    height: 0;
    min-height: 0;
    top: 0;
    left: 0;
    border-left: none;
    border-bottom: 7px solid #d2a355;
    padding-top: 250px;
  }
  .hero-carousel .photo img {
    display: block;
    width: 100%;
  }
  .hero-carousel .photo .btn-video-play {
    display: none;
  }
  .hero-carousel .caption {
    width: 100%;
    padding: 0px 20px 50px 20px;
  }
  .hero-carousel .caption .title, .hero-carousel .caption .blurb, .hero-carousel .caption .cta, .hero-carousel .caption .divider-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 991px) {
  .hero-carousel .caption .title, .hero-carousel .caption .blurb, .hero-carousel .caption .cta, .hero-carousel .caption .divider-wrapper {
    max-width: 640px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767px) {
  .hero-carousel .caption .title, .hero-carousel .caption .blurb, .hero-carousel .caption .cta, .hero-carousel .caption .divider-wrapper {
    max-width: 440px;
  }
}
@media (max-width: 1199.98px) {
  .hero-carousel .caption .title {
    padding-top: 5px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
  .hero-carousel .caption .cta .btn {
    min-height: 42px;
    padding: 14px 30px;
    margin: 5px;
  }
  .hero-carousel .caption .divider-wrapper {
    display: none;
  }
  .hero-carousel .slider-controls .slider-navigation {
    bottom: 15px;
  }
  .hero-carousel .slider-controls .slick-dots li {
    margin: 0 7px;
  }
  .hero-carousel .slider-controls .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .hero-carousel .slider-controls .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .hero-carousel .photo {
    padding-top: 150px;
  }
}
.faqs {
  background-image: url("/ResourcePackages/ST/library/img/plusPattern.png");
  background-repeat: repeat;
  padding: 70px 0;
}

@media (max-width: 767.98px) {
  .faqs {
    padding: 30px 0;
  }
  .faqs ul {
    padding-left: 15px;
  }
}
.featured-cards {
  background-image: url("/ResourcePackages/ST/library/img/plusPattern.png");
  background-repeat: repeat;
  padding: 70px 0;
}
.featured-cards .card {
  background: #e8f4ee;
  padding: 45px 25px 30px 25px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.featured-cards .card .card-title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 15px;
}
.featured-cards .card ul {
  padding-left: 20px;
}
.featured-cards .card ul li {
  margin-bottom: 10px;
}
.featured-cards .card .cta {
  text-align: center;
  margin-top: auto;
}

@media (max-width: 767.98px) {
  .featured-cards {
    padding: 50px 15px;
  }
  .featured-cards .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .featured-cards .card {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 20px;
  }
}
.hero-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 400px;
}

@media (max-width: 767.98px) {
  .hero-inner {
    height: 250px;
  }
}
.iconWidget {
  padding: 45px 0 20px 0;
  background: #1d345e;
}
.iconWidget .sectionHeadline {
  display: inline-block;
  position: relative;
  color: #fff;
}
.iconWidget .iconListRow {
  -ms-flex-pack: center;
      justify-content: center;
}
.iconWidget .tile {
  text-align: center;
}
.iconWidget .tile a {
  display: block;
  color: #fff;
}
.iconWidget .tile a .h5 {
  color: #fff;
}
.iconWidget .tile a:hover .h5, .iconWidget .tile a:focus .h5 {
  color: #fff;
  border-bottom: 7px solid #d2a355;
}
.iconWidget .tile a:hover .icon, .iconWidget .tile a:focus .icon {
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.5);
}
.iconWidget .tile .icon {
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto 20px auto;
  transition: all 0.3s linear;
}
.iconWidget .tile .icon img {
  position: relative;
  margin-bottom: 20px;
  margin: 0;
  height: 80px;
  width: 80px;
}
.iconWidget .tile .h5 {
  border-bottom: 7px solid transparent;
  display: inline-block;
  padding-bottom: 15px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.iconWidget.teamWidget {
  padding: 45px 0;
}
.iconWidget.teamWidget .tile {
  margin: 20px 0;
}
.iconWidget.teamWidget .tile .icon {
  border-radius: 0;
  background: none;
  border: none;
  width: auto;
  height: auto;
}
.iconWidget.teamWidget .tile .icon img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  border: 1px solid #ccc;
}
.iconWidget.teamWidget .tile h3 {
  border-bottom: none;
  padding: 0;
  margin: 0;
  color: #FFF;
}
.iconWidget.teamWidget .tile p {
  margin: 0;
  color: #d2a355;
}
.iconWidget .document-list-accordion {
  border-bottom: none;
  margin-bottom: 15px;
}
.iconWidget .document-list-accordion .sectionHeadlineWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 10px;
  position: relative;
  border-bottom: 1px solid #d2a355;
  padding-bottom: 5px;
}
.iconWidget .document-list-accordion .sectionHeadlineWrap-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.iconWidget .document-list-accordion .sectionHeadlineWrap img {
  height: 30px;
  margin-bottom: 4px;
}
.iconWidget .document-list-accordion .sectionHeadlineWrap h2 {
  margin: 0;
}
.iconWidget .document-list-accordion .sectionHeadlineWrap svg {
  color: #d2a355;
}
.iconWidget .document-list-accordion .sectionHeadlineWrap:hover svg, .iconWidget .document-list-accordion .sectionHeadlineWrap:focus svg {
  color: #fff;
}
.iconWidget .document-list-accordion .accordion-content {
  margin-left: 0;
}
.iconWidget .document-list-accordion .accordion-content .iconListRow {
  margin-left: -10px;
}
.iconWidget .document-list-accordion:first-of-type {
  margin-top: 0;
}
.iconWidget .document-list-accordion:first-of-type .sectionHeadlineWrap {
  padding-top: 0;
}
.iconWidget .document-list-accordion:last-of-type {
  margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
  .iconWidget .tile .h5 {
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .iconWidget {
    padding: 10px 0 0px 0;
  }
  .iconWidget:has(.document-list-accordion) {
    padding: 20px 0 10px 0;
  }
  .iconWidget:has(.document-list-accordion) .document-list-accordion:first-of-type .sectionHeadlineWrap {
    padding-top: 15px;
  }
  .iconWidget .divider {
    display: none;
  }
  .iconWidget .tile {
    margin: 5px 0;
  }
  .iconWidget .tile .icon {
    width: 100px;
    height: 100px;
  }
  .iconWidget .tile .icon img {
    width: 60px;
    height: 60px;
  }
  .iconWidget .tile .h5 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
}
.overlay-hero {
  position: relative;
  width: 100%;
  padding: 100px 0;
  min-height: 404px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.overlay-hero > .container {
  height: 100%;
  text-align: left;
}
.overlay-hero > .container > .row {
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.overlay-hero .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.overlay-hero .bg-image.banner-left {
  background-position: left;
}
.overlay-hero .bg-image.banner-right {
  background-position: right;
}
.overlay-hero .bg-image.banner-bottom {
  background-position: bottom;
}
.overlay-hero .bg-image.banner-top {
  background-position: top;
}
.overlay-hero .bg-image-mobile {
  display: none;
}
.overlay-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
.overlay-hero .mobile-overlay {
  display: none;
}
.overlay-hero .content {
  z-index: 1;
}
.overlay-hero .content h1,
.overlay-hero .content .title {
  font-family: "proxima-nova", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 45px;
  line-height: 2.8125rem;
  font-weight: 700;
  margin-bottom: 17px;
  margin-top: 0;
}
.overlay-hero .content > p,
.overlay-hero .content .description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  margin-bottom: 32px;
}
.overlay-hero .content .ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.overlay-hero .content .ctas .btn {
  border-radius: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: white !important;
  font-weight: 700;
  height: 56px;
  padding: 19px 30px;
}
.overlay-hero .content .ctas .btn:hover, .overlay-hero .content .ctas .btn:focus {
  color: #7a003c !important;
}
.overlay-hero .content .ctas .link {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 700;
  text-decoration: none;
}
.overlay-hero .content .ctas .link:hover, .overlay-hero .content .ctas .link:focus {
  text-decoration: underline;
}
.overlay-hero .content .ctas > a {
  margin-right: 32px;
}
.overlay-hero .content .ctas > a:last-child {
  margin: 0;
}
.overlay-hero.content-left.overlay-hero-dark .overlay {
  background: transparent linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
.overlay-hero.content-left.overlay-hero-dark * {
  color: #FAFAFA;
}
.overlay-hero.content-left.overlay-hero-light .overlay {
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
.overlay-hero.content-left.overlay-hero-light * {
  color: #1d345e;
}
.overlay-hero.content-left.overlay-hero-light .content > p,
.overlay-hero.content-left.overlay-hero-light .content .description {
  color: #58595b;
}
.overlay-hero.content-left.overlay-hero-light .content .ctas .btn {
  color: white;
}
.overlay-hero.content-right > .container > .row {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.overlay-hero.content-right.overlay-hero-dark .overlay {
  background: transparent linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 31%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
.overlay-hero.content-right.overlay-hero-dark * {
  color: #FAFAFA;
}
.overlay-hero.content-right.overlay-hero-light .overlay {
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
.overlay-hero.content-right.overlay-hero-light * {
  color: #1d345e;
}
.overlay-hero.content-right.overlay-hero-light .content > p,
.overlay-hero.content-right.overlay-hero-light .content .description {
  color: #58595b;
}
.overlay-hero.content-right.overlay-hero-light .content .ctas .btn {
  color: white;
}
@media screen and (min-width: 1200px) {
  .overlay-hero {
    min-height: 450px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.overlay-hero.overlay-hero-lg {
  min-height: 500px;
}
.overlay-hero.overlay-hero-sm {
  min-height: 320px;
}
@media (max-width: 991.98px) {
  .overlay-hero {
    text-align: center;
    padding: 0;
  }
  .overlay-hero > .container {
    height: 100%;
    text-align: center;
  }
  .overlay-hero > .container > .row {
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .overlay-hero .bg-image {
    display: none;
  }
  .overlay-hero .bg-image-mobile {
    display: block;
  }
  .overlay-hero .overlay {
    display: none;
  }
  .overlay-hero .mobile-overlay {
    display: block;
    width: calc(100% + 30px);
    left: -15px;
    height: 100%;
    background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%) 0% 0% no-repeat padding-box !important;
  }
  .overlay-hero .content {
    z-index: 1;
  }
  .overlay-hero .content h1,
  .overlay-hero .content .title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 31px;
    line-height: 1.9375rem;
    margin-bottom: 16px;
  }
  .overlay-hero .content .ctas {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .overlay-hero .content .ctas > a {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .overlay-hero .content .ctas > a:last-child {
    margin: 0;
  }
  .overlay-hero.overlay-hero-light .overlay {
    background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%) 0% 0% no-repeat padding-box !important;
  }
}

.inner-tiles {
  background: #f9f7f3;
  padding: 70px 0 85px 0;
}
.inner-tiles .row {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.inner-tiles .tile {
  border-radius: 3px;
  padding: 10px;
}
.inner-tiles .tile .box {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 35px 30px;
  height: 100%;
  background: #FFF;
}
.inner-tiles .tile .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #FFF;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
}
.inner-tiles .tile .box:hover:before, .inner-tiles .tile .box:focus:before, .inner-tiles .tile .box:active:before {
  background: #1d345e;
  height: 100%;
  opacity: 1;
}
.inner-tiles .tile .box:hover .title, .inner-tiles .tile .box:hover .blurb, .inner-tiles .tile .box:hover .cta a, .inner-tiles .tile .box:focus .title, .inner-tiles .tile .box:focus .blurb, .inner-tiles .tile .box:focus .cta a, .inner-tiles .tile .box:active .title, .inner-tiles .tile .box:active .blurb, .inner-tiles .tile .box:active .cta a {
  color: #FFF;
}
.inner-tiles .tile .content {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  min-width: 1px;
}
.inner-tiles .tile .divider {
  width: 70%;
  margin-bottom: 20px;
}
.inner-tiles .tile .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #1d345e;
  line-height: 1.1;
  text-align: center;
  position: relative;
  transition: color 0.3s;
}
.inner-tiles .tile .blurb {
  margin-bottom: 45px;
  color: #231f20;
  transition: color 0.3s;
}
.inner-tiles .tile .cta {
  margin-top: auto;
  text-align: center;
}
.inner-tiles .tile .cta a {
  color: #1d345e;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s;
}
.inner-tiles .tile .cta a:hover, .inner-tiles .tile .cta a:focus, .inner-tiles .tile .cta a:active {
  text-decoration: underline;
}
.inner-tiles .tile .cta a:hover svg, .inner-tiles .tile .cta a:focus svg, .inner-tiles .tile .cta a:active svg {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .inner-tiles {
    padding: 40px 0;
  }
  .inner-tiles .tile {
    margin: 0;
  }
  .inner-tiles .tile .box {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .inner-tiles .tile .box {
    padding: 15px;
  }
}
.location-search .locations-pane {
  background-color: #f6f6f6;
}
.location-search .locations-pane .locations {
  max-width: 100%;
}
.location-search .locations-pane .locations-header {
  background-image: url(/ResourcePackages/ST/library/img/locationsInfoBG.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}
.location-search .locations-pane .locations-header .location-title {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0;
  line-height: 1.3;
}
.location-search .locations-pane .locations-header .breadcrumbs .container {
  padding-left: 0;
  max-width: 100%;
}
.location-search .locations-pane .locations-info {
  padding: 0;
}
.location-search .locations-pane .contactLinks {
  color: #231f20;
}
.location-search .locations-pane .contactLinks a {
  text-decoration: underline;
}
.location-search .locations-pane .contactLinks .btn {
  text-decoration: none;
}
.location-search .locations-pane .locations-filter {
  padding: 10px 0 30px 0;
}
.location-search .locations-pane .locations-filter .select-box {
  max-width: 100%;
}
.location-search .locations-pane .locations-filter .select-box select {
  padding: 15px;
  color: #6d6e71;
  font-size: 18px;
  font-size: 1.125rem;
}
.location-search .locations-pane .locations-filter label {
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #1d345e;
}
.location-search .locations-pane .locations-listings {
  padding: 0 0 25px 0;
}

.location-item {
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px 10px 0;
}
.location-item:hover, .location-item:focus, .location-item.active {
  text-decoration: none;
}
.location-item:hover .bankInfo .location-title, .location-item:focus .bankInfo .location-title, .location-item.active .bankInfo .location-title {
  text-decoration: underline;
}
.location-item.active {
  border-right: 5px solid #1d345e;
}
.location-item .photo {
  width: 186px;
}
.location-item .bankInfo {
  padding: 10px 20px 10px 40px;
  width: calc(100% - 186px);
}
.location-item .bankInfo .location-title {
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-decoration: none;
  color: #1d345e;
  margin-top: 0;
}
.location-item .bankInfo .location-title a {
  text-decoration: none;
}
.location-item .bankInfo .location-title a:hover, .location-item .bankInfo .location-title a:focus {
  text-decoration: underline;
}
.location-item .bankInfo .location-title svg {
  margin-left: 30px;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  height: 17px;
  width: 17px;
  fill: #7a003c;
}
.location-item .bankInfo .bankAddress {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  color: #000;
}
.location-item .bankInfo .bankAddress p {
  padding: 0;
}
.location-item .bankInfo .options {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
}
.location-item .bankInfo .options .getDirections {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: underline;
}
.location-item .bankInfo .options .getDirections:hover, .location-item .bankInfo .options .getDirections:focus {
  color: #7a003c;
}
.location-item .bankInfo .ctas {
  margin-top: 10px;
}
.location-item .bankInfo .ctas a {
  margin-right: 10px;
  margin-bottom: 10px;
}
.location-item .bankInfo .ctas a:last-child {
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  .locations-template {
    padding: 0 15px;
  }
  .locations-template.option-two .location-search .locations-pane .locations {
    margin-left: 0;
  }
  .location-search .locations-pane .locations-header .breadcrumbs {
    padding: 25px 15px 15px 0;
  }
}
@media (max-width: 767.98px) {
  .locations-template.option-two .location-search .locations-pane .locations {
    margin: 0;
  }
  .location-item {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 15px;
  }
  .location-item .photo {
    width: 100%;
    margin: 15px;
  }
  .location-item .bankInfo {
    padding: 0;
    width: 100%;
  }
  .location-search #map {
    display: none;
  }
}
.locationDetailTop {
  background-image: url("/ResourcePackages/ST/library/img/pineappleBG.png");
  background-size: contain;
  background-position: left -100px center;
  background-repeat: no-repeat;
}

.location-detail {
  padding: 40px 140px 40px 100px;
}
.location-detail .pageTitle {
  font-size: 36px;
  font-size: 2.25rem;
}
.location-detail .infoHeadline {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #1d345e;
  margin-bottom: 10px;
}
.location-detail .phone a:hover {
  color: #000;
}
.location-detail .catInfo {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
}
.location-detail .cta {
  margin-top: 40px;
}

.bank-features-box {
  background: #1d345e;
  color: #FFF;
  padding: 25px 35px;
}
.bank-features-box .photo {
  margin-bottom: 20px;
}
.bank-features-box h3 {
  color: #e0bd82;
  text-transform: uppercase;
}
.bank-features-box p {
  margin-bottom: 3px;
  font-size: 18px;
  font-size: 1.125rem;
}
.bank-features-box a {
  color: #FFF;
}

@media (max-width: 1199.98px) {
  .location-detail {
    padding: 40px 15px;
  }
  .locationDetailTop .breadcrumbs {
    padding: 25px 15px;
  }
}
@media (max-width: 767.98px) {
  .location-detail {
    padding: 20px 15px;
  }
  .location-detail .pageTitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .bank-features-box {
    padding: 20px;
  }
}
.pageIntro {
  margin-bottom: 40px;
  line-height: 26px;
}
.pageIntro .rightCol {
  padding-left: 80px;
}
.pageIntro .leftCol + .rightCol {
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .pageIntro .rightCol {
    padding-left: 15px;
  }
}

.pageTitle {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .pageTitle {
    margin-bottom: 25px;
  }
}

.product-comparison {
  background: #f9f7f3;
  padding: 30px 0;
}
.product-comparison .headline {
  text-align: center;
  margin-top: 0;
}
.product-comparison .divider {
  margin-bottom: 40px;
}
.product-comparison .tableWrapper {
  background-image: url("/ResourcePackages/ST/library/img/pineappleBG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.product-comparison table th, .product-comparison table td {
  text-align: center;
  border: 1px solid #dcdcdd;
  padding: 30px 10px;
  background: #FFF;
  line-height: 1;
}
.product-comparison table thead th {
  background: #1d345e;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.product-comparison table tbody td {
  color: #7a003c;
  font-size: 24px;
  font-size: 1.5rem;
}
.product-comparison table tbody td.gray {
  color: #58595b;
}
.product-comparison table tbody td small {
  color: #58595b;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
}
.product-comparison table tbody td:first-child {
  background: #1d345e;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}
.product-comparison table tbody td:first-child small {
  color: #FFF;
}
.product-comparison table tbody td .btn {
  margin-bottom: 10px;
}
.product-comparison table tbody td .seeRates {
  font-size: 16px;
  font-size: 1rem;
}

.rates-previews {
  background: #1d345e;
}
.rates-previews .sectionHeadlineWrap {
  margin-bottom: 40px;
}
.rates-previews .sectionHeadline {
  display: inline-block;
  position: relative;
  color: #FFF;
}
.rates-previews .row {
  -ms-flex-pack: center;
      justify-content: center;
}
.rates-previews .rate-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-right: 1px solid #ccc;
}
.rates-previews .rate-preview:last-of-type {
  border-right: none;
}
.rates-previews .rate-preview .type {
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.rates-previews .rate-preview .type h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.rates-previews .rate-preview .type h3 span {
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-top: 5px;
}
.rates-previews .rate-preview .rate-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1;
      flex: 1;
}
.rates-previews .rate-preview h4 {
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: 700;
  color: #e0bd82;
  margin: 0 0 0 0;
  line-height: 100%;
}
.rates-previews .rate-preview h4 sup {
  top: -17px;
  font-size: 36px;
  font-size: 2.25rem;
}
.rates-previews .rate-preview .unit {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFF;
}
.rates-previews .rate-preview .cta {
  margin-top: auto;
}
.rates-previews .rate-preview .cta .btn {
  border-radius: 2px;
  font-size: 13px;
  font-size: 0.8125rem;
  min-height: 50px;
  padding: 17px 30px;
}

@media (max-width: 991.98px) {
  .rates-previews {
    padding: 10px 15px 0px 15px;
  }
  .rates-previews .divider {
    display: none;
  }
  .rates-previews .sectionHeadlineWrap {
    margin-bottom: 10px;
  }
  .rates-previews .row {
    display: -ms-flexbox;
    display: flex;
  }
  .rates-previews .container {
    padding-left: 0;
    padding-right: 0;
  }
  .rates-previews .row .rate-preview, .rates-previews .rate-preview {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: none;
  }
  .rates-previews .row .rate-preview:nth-child(odd), .rates-previews .rate-preview:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  .rates-previews .row .rate-preview .type h3, .rates-previews .rate-preview .type h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
  }
  .rates-previews .row .rate-preview h4, .rates-previews .rate-preview h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .rates-previews .row .rate-preview h4 sup, .rates-previews .rate-preview h4 sup {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .rates-previews .sectionHeadline {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .rates-previews a.btn {
    display: block;
    white-space: initial;
    padding: 13px 0;
  }
}
.rates {
  background: #f9f7f3;
  padding: 30px 0;
}
.rates .headline {
  text-align: center;
  margin-top: 0;
}
.rates .divider {
  margin-bottom: 40px;
}
.rates .jumpTo {
  margin: 45px 0 55px 0;
}
.rates .jumpTo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rates .jumpTo ul li {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.rates .jumpTo ul li:last-child {
  margin-right: 0;
}
.rates .rateSection {
  margin-bottom: 60px;
}
.rates .rateSection .rateTableWrapper {
  margin-bottom: 65px;
}
.rates .rateSection .rateHeadline {
  margin-bottom: 30px;
}
.rates .rateSection .tableSubnote {
  font-style: italic;
  margin-bottom: 20px;
}
.rates .rateSection .cta {
  margin-bottom: 65px;
}
.rates .rateSection .toc {
  font-size: 15px;
  font-size: 0.9375rem;
}
.rates .disclosures {
  background: #e8f4ee;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #2f2f2f;
  padding: 40px 0;
}
.rates .disclosures p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .rates .jumpTo {
    margin: 20px 0;
  }
  .rates .jumpTo ul li {
    width: 100%;
  }
}
.searchResultsWrapper {
  background-image: url("/ResourcePackages/ST/library/img/PineappleBG.png"), url("/ResourcePackages/ST/library/img/PineappleBG.png"), url("/ResourcePackages/ST/library/img/PineappleBG.png"), url("/ResourcePackages/ST/library/img/PineappleBG.png");
  background-position: top left -100px, bottom -100px left -100px, top right -100px, bottom -100px right -100px;
  background-repeat: no-repeat, no-repeat;
}

.search-results {
  padding-left: 80px;
}
.search-results .pageTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.search-results .filters {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.search-results .filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-results .filters li {
  display: inline-block;
  color: #000;
}
.search-results .filters li:after {
  content: "|";
  margin: 0 5px;
}
.search-results .filters li:last-child:after {
  display: none;
}
.search-results .search input[type=search] {
  border-right: none;
}
.search-results .search .input-group-text {
  background: none;
}
.search-results .results {
  margin-bottom: 40px;
}
.search-results .results .result {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.search-results .results .result .title {
  color: #1d345e;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
}
.search-results .results .result .summary {
  margin-bottom: 20px;
}
.search-results .results .result .url {
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .searchResultsWrapper {
    background: none;
  }
}
@media (max-width: 767.98px) {
  .search-results {
    padding-left: 0;
  }
  .search-results .pageTitle {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.speedBumpModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.speedBumpModal .modalBox {
  background: #fff;
  margin: auto;
  width: 100%;
  max-width: 640px;
  max-height: 640px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 30px 10px 30px;
  overflow: auto;
}
.speedBumpModal .modalBox .modalHeader {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  box-shadow: 0 4px 2px -2px gray;
  padding-bottom: 10px;
}
.speedBumpModal .modalBox .modalHeader .title {
  line-height: 1;
}
.speedBumpModal .modalBox .modalHeader .closeBtn {
  cursor: pointer;
}
.speedBumpModal .modalBox .icon {
  margin-bottom: 20px;
  text-align: center;
}
.speedBumpModal .modalBox .icon img {
  max-height: 150px;
}
.speedBumpModal .modalBox .notice {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
.speedBumpModal .modalBox .ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.speedBumpModal .modalBox .ctas a {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .speedBumpModal .modalBox {
    width: 95%;
    height: 95%;
    max-width: 95%;
    max-width: 95%;
    padding: 10px;
  }
  .speedBumpModal .modalBox .modalHeader {
    padding-bottom: 10px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .speedBumpModal .modalBox .icon img {
    max-height: 75px;
  }
  .speedBumpModal .modalBox .notice {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .speedBumpModal .modalBox .ctas {
    display: block;
  }
  .speedBumpModal .modalBox .ctas a {
    display: block;
  }
}
.testimonial-carousel {
  width: 100%;
}
.testimonial-carousel .quotes-icon {
  background: transparent 0% 0% no-repeat padding-box;
  opacity: 1;
  left: 16%;
  z-index: 5;
  top: 55px;
  position: relative;
}
.testimonial-carousel .testimonial-content {
  width: 80%;
  margin: auto;
  display: inherit;
  position: relative;
  padding: 80px 0;
}
.testimonial-carousel .testimonial-text {
  text-align: left;
  font: normal normal normal 16px/21px Source Sans Pro;
  letter-spacing: 0px;
  color: #2D3133;
  opacity: 1;
  padding: 0px 0px 25px 0px;
}
.testimonial-carousel .testimonial-source-name {
  text-align: left;
  font: normal normal bold 20px/41px proxima-nova;
  letter-spacing: 0px;
  color: #7A003C;
  opacity: 1;
}
.testimonial-carousel .testimonial-secondary-text {
  text-align: left;
  font: normal normal normal 16px proxima-nova;
  letter-spacing: 0px;
  color: #1D345E;
  opacity: 1;
}
.testimonial-carousel .slick-list {
  width: 80%;
  min-height: 320px;
  height: auto;
  margin: auto !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 34px rgba(17, 31, 56, 0.0784313725);
  border-radius: 10px;
  opacity: 1;
}
.testimonial-carousel .slick-slider {
  padding-bottom: 50px;
}
.testimonial-carousel .slick-next {
  top: 40%;
}
.testimonial-carousel .slick-next:focus-visible {
  outline: 3px solid #7a003c !important;
  outline-offset: 5px;
}
.testimonial-carousel .slick-prev {
  top: 40%;
}
.testimonial-carousel .slick-prev:focus-visible {
  outline: 3px solid #7a003c !important;
  outline-offset: 5px;
}
.testimonial-carousel .slick-track {
  height: auto !important;
}
.testimonial-carousel .slick-dots button:focus-visible {
  outline: 3px solid #7a003c !important;
  outline-offset: 5px;
}

@media screen and (max-width: 768px) {
  .testimonial-carousel .slick-prev {
    left: 5px !important;
  }
  .testimonial-carousel .slick-next {
    right: 5px !important;
  }
  .testimonial-carousel .slick-prev:before,
  .testimonial-carousel .slick-next:before {
    font-size: 20px !important;
  }
}
.tilesWidget {
  background: #f9f7f3;
  padding: 30px 0;
}
.tilesWidget .tilesList {
  margin-top: 40px;
}
.tilesWidget .tilesList .row {
  -ms-flex-pack: center;
      justify-content: center;
}
.tilesWidget .tile {
  padding: 0 9px 0 9px;
}
.tilesWidget .tile .body {
  padding: 0 15px 23px 15px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #FFF;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1098039216);
}
.tilesWidget .tile .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 195px;
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #d2a355;
}
.tilesWidget .tile .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 23px;
  color: #1d345e;
}
.tilesWidget .tile .blurb {
  color: #58595B;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 23px;
}
.tilesWidget .tile .cta {
  margin-top: auto;
}
.tilesWidget .tile .cta .btn {
  width: 100%;
  border-radius: 2px;
  font-size: 13px;
  font-size: 0.8125rem;
  min-height: 42px;
  padding: 14px 5px;
}
.tilesWidget .tile .title, .tilesWidget .tile .blurb, .tilesWidget .tile .cta {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 991.98px) {
  .tilesWidget {
    margin: 0;
    padding-top: 10px;
  }
  .tilesWidget .divider {
    display: none;
  }
  .tilesWidget .tilesList {
    margin-top: 15px;
  }
  .tilesWidget .tile .photo {
    height: 260px;
  }
  .tilesWidget .tile:last-child {
    margin: 0;
  }
  .tilesWidget .tile .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .tilesWidget .tile .blurb {
    line-height: 1.2;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
  .tilesWidget .tile .btn {
    display: inline-block;
  }
  .tilesWidget .tile .body {
    padding-bottom: 20px;
  }
  .tilesWidget .tile .title {
    margin: 5px 0;
  }
  .tilesWidget .tile .title, .tilesWidget .tile .blurb, .tilesWidget .tile .cta {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767.98px) {
  .tilesWidget .tile {
    margin: 0 0 20px 0;
  }
}
.comparison-card__wrapper .comparison-card {
  margin-bottom: 36px;
  border: 1px solid #d8d8d8;
}
.comparison-card__wrapper .comparison-card .comparison-card__main-content {
  padding: 40px 65px 30px 50px;
}
.comparison-card__wrapper .comparison-card .comparison-card__main-content .col-12 {
  padding-right: 0;
}
.comparison-card__wrapper .comparison-card .comparison-card__img {
  min-width: 210px;
  min-height: 132px;
  padding-right: 20px;
  width: 80%;
  height: auto;
  object-fit: contain;
}
.comparison-card__wrapper .comparison-card .comparison-card__header-wrap {
  position: relative;
  margin-bottom: 20px;
}
.comparison-card__wrapper .comparison-card .comparison-card__header-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -20px;
  background-color: #D8D8D8;
}
.comparison-card__wrapper .comparison-card .comparison-card__header-wrap .pre-heading {
  font-size: 20px;
  line-height: 41px;
  font-family: "proxima-nova", sans-serif;
  color: #1d345e;
  font-weight: 600;
}
.comparison-card__wrapper .comparison-card .comparison-card__header-wrap h2 {
  font-size: 32px;
  line-height: 41px;
  color: #7a003c;
}
.comparison-card__wrapper .comparison-card .img-col {
  margin-top: 20px;
  padding-right: 20px;
}
.comparison-card__wrapper .comparison-card .content-col {
  padding: 0;
  margin-top: 20px;
}
.comparison-card__wrapper .comparison-card .comparison-card__list {
  margin-left: -20px;
  margin-right: -20px;
}
.comparison-card__wrapper .comparison-card .comparison-card__list-title {
  color: #1d345e;
}
.comparison-card__wrapper .comparison-card .comparison-card__list-desc {
  font-family: "proxima-nova", sans-serif;
}
.comparison-card__wrapper .comparison-card .comparison-card__list ul {
  padding-left: 0;
  padding-right: 15px;
}
.comparison-card__wrapper .comparison-card .comparison-card__list ul li {
  padding: 10px 0;
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 12px;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 1rem;
  position: relative;
}
.comparison-card__wrapper .comparison-card .comparison-card__list ul li::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
}
.comparison-card__wrapper .comparison-card .comparison-card__list ul li:last-child::before {
  content: none;
}
.comparison-card__wrapper .comparison-card .comparison-card__list-info {
  position: relative;
  border: none;
  background: transparent;
}
.comparison-card__wrapper .comparison-card .comparison-card__list-info svg {
  width: 12px;
  height: 12px;
  -ms-transform: translateX(-6px);
      transform: translateX(-6px);
}
.comparison-card__wrapper .comparison-card .comparison-card__list-info svg .info-circle {
  fill: white;
  stroke: #7a003c;
  stroke-width: 5%;
  transition: all 0.3s ease;
}
.comparison-card__wrapper .comparison-card .comparison-card__list-info svg .info-i {
  fill: #7a003c;
  transition: all 0.3s ease;
}
.comparison-card__wrapper .comparison-card .comparison-card__list-info .info-hover {
  display: none;
  height: auto;
  opacity: 0;
  animation: vanish 0.3s;
  background-color: #FBFBFB;
  border: 1px solid #E8E8E8;
  color: #1d345e;
  font-family: "Source Sans Pro", sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  box-shadow: 0px 3px 18px rgba(29, 52, 94, 0.0705882353);
  padding: 16px 25px;
  position: absolute;
  top: 0;
  left: 40px;
  min-width: 210px;
  width: 100%;
}
.comparison-card__wrapper .comparison-card .comparison-card__list-info:hover .info-circle, .comparison-card__wrapper .comparison-card .comparison-card__list-info:focus .info-circle {
  fill: #7a003c;
}
.comparison-card__wrapper .comparison-card .comparison-card__list-info:hover .info-i, .comparison-card__wrapper .comparison-card .comparison-card__list-info:focus .info-i {
  fill: white;
}
.comparison-card__wrapper .comparison-card .comparison-card__list-info:hover .info-hover, .comparison-card__wrapper .comparison-card .comparison-card__list-info:focus .info-hover {
  display: block;
  height: auto;
  opacity: 1;
  animation: appear 0.1s;
  z-index: 1;
}
.comparison-card__wrapper .comparison-card .cta {
  margin-left: -20px;
}
.comparison-card__wrapper .comparison-card a.btn.btn-primary {
  width: 100%;
  font-family: "proxima-nova", sans-serif;
}
.comparison-card__wrapper .comparison-card .comparison-card__disclaimer-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}
.comparison-card__wrapper .comparison-card .comparison-card__disclaimer-list ul {
  list-style: none;
  padding-left: 0;
}
.comparison-card__wrapper .comparison-card .comparison-card__disclaimer-list ul li {
  font-size: 12px;
  line-height: 14px;
  color: #58595B;
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 16px;
}
.comparison-card__wrapper .comparison-card .details-dropdown {
  border-top: 1px solid #D8D8D8;
  background-color: #F8F8F8;
  padding: 20px 0;
  margin: 0;
  max-width: 100%;
}
.comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-dropdown {
  padding: 0 130px;
  border: none;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
}
.comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-dropdown:hover, .comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-dropdown:focus {
  border: none;
  outline: none;
}
.comparison-card__wrapper .comparison-card .details-dropdown .col-12 {
  padding: 0;
}
.comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-heading span {
  font-size: 20px;
  line-height: 41px;
  color: #7a003c;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  margin-right: auto;
}
.comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-heading .comparison-card__details-btn {
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 25px;
  height: 25px;
}
.comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-heading .comparison-card__details-btn svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-heading .comparison-card__details-btn svg circle {
  fill: #7a003c;
}
.comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-heading .comparison-card__details-btn svg path {
  stroke: #FFF;
}
.comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-heading .comparison-card__details-btn:hover, .comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-heading .comparison-card__details-btn:focus {
  border: none;
  outline: none;
}
.comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-heading .comparison-card__details-btn:hover svg circle, .comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-heading .comparison-card__details-btn:focus svg circle {
  fill: #1D345E;
}
.comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-heading .comparison-card__details-btn:hover svg path, .comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-heading .comparison-card__details-btn:focus svg path {
  stroke: #FFF;
}
.comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-desc {
  display: none;
  height: 0;
  opacity: 0;
  text-align: left;
  animation: vanish 350ms ease-in-out;
  font-size: 16px;
  line-height: 21px;
  font-family: "Source Sans Pro", sans-serif;
  color: #2D3133;
}
.comparison-card__wrapper .comparison-card.details-open .comparison-card__details-heading span {
  color: #1d345e;
}
.comparison-card__wrapper .comparison-card.details-open .comparison-card__details-heading .comparison-card__details-btn svg {
  width: 25px;
  height: 25px;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.comparison-card__wrapper .comparison-card.details-open .comparison-card__details-heading .comparison-card__details-btn svg circle {
  fill: #FFF;
}
.comparison-card__wrapper .comparison-card.details-open .comparison-card__details-heading .comparison-card__details-btn svg path {
  stroke: #7a003c;
}
.comparison-card__wrapper .comparison-card.details-open .comparison-card__details-heading .comparison-card__details-btn:hover svg circle, .comparison-card__wrapper .comparison-card.details-open .comparison-card__details-heading .comparison-card__details-btn:focus svg circle {
  fill: #1e355f;
}
.comparison-card__wrapper .comparison-card.details-open .comparison-card__details-heading .comparison-card__details-btn:hover svg path, .comparison-card__wrapper .comparison-card.details-open .comparison-card__details-heading .comparison-card__details-btn:focus svg path {
  stroke: #FFF;
}
.comparison-card__wrapper .comparison-card.details-open .comparison-card__details-desc {
  display: block;
  animation: appear 350ms ease-in-out;
  height: 100%;
  opacity: 1;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .comparison-card__wrapper {
    margin: 20px 10px;
  }
  .comparison-card__wrapper .comparison-card .comparison-card__main-content {
    padding: 30px;
  }
  .comparison-card__wrapper .comparison-card .comparison-card__main-content .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .comparison-card__wrapper .comparison-card .comparison-card__header-wrap .pre-heading {
    display: none;
  }
  .comparison-card__wrapper .comparison-card .comparison-card__header-wrap h2 {
    font-size: 26px;
    text-align: center;
  }
  .comparison-card__wrapper .comparison-card .comparison-card__img {
    max-height: 200px;
    width: 100%;
    padding-right: 0;
  }
  .comparison-card__wrapper .comparison-card .comparison-card__list {
    margin-left: 0;
    margin-right: 0;
  }
  .comparison-card__wrapper .comparison-card .comparison-card__list-title {
    color: #1d345e;
    font-size: 14px;
    margin: 5px 0;
  }
  .comparison-card__wrapper .comparison-card .comparison-card__list ul li {
    grid-template-columns: 1fr 24px;
    grid-template-rows: auto auto;
    gap: 0.5rem;
  }
  .comparison-card__wrapper .comparison-card .comparison-card__list ul li > *:nth-child(2) {
    grid-column: 1/-1;
    grid-row: 2;
    font-size: 14px;
    line-height: 21px;
  }
  .comparison-card__wrapper .comparison-card .comparison-card__list-info {
    width: 24px;
    height: 24px;
    padding: 0;
  }
  .comparison-card__wrapper .comparison-card .comparison-card__list-info svg {
    width: 24px;
    height: 24px;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .comparison-card__wrapper .comparison-card .comparison-card__list-info .info-hover {
    top: -2px;
    left: auto;
    right: 30px;
  }
  .comparison-card__wrapper .comparison-card .cta {
    margin-left: 0;
  }
  .comparison-card__wrapper .comparison-card .details-dropdown {
    padding: 30px;
  }
  .comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-dropdown {
    padding: 0 20px;
    width: 100%;
  }
  .comparison-card__wrapper .comparison-card .details-dropdown .comparison-card__details-dropdown .comparison-card__details-heading span {
    font-size: 18px;
  }
  .comparison-card__wrapper .comparison-card.details-open .comparison-card__details-desc {
    font-size: 14px;
  }
}
@keyframes appear {
  from {
    display: none;
    opacity: 0;
    height: 0;
  }
  to {
    display: block;
    opacity: 1;
    height: 100%;
  }
}
@keyframes vanish {
  from {
    display: block;
    opacity: 1;
    height: 100%;
  }
  to {
    display: none;
    opacity: 0;
    height: 0;
  }
}
body:not(.is-design-mode) .disclosure-container .row {
  -ms-flex-align: start;
      align-items: flex-start;
}
body:not(.is-design-mode) .disclosure-container .disclosure-markers {
  display: none !important;
}
body:not(.is-design-mode) .disclosure-container .disclosure-content {
  position: relative;
  width: 100%;
}
body:not(.is-design-mode) .disclosure-container .disclosure-content .disclosure-item::before {
  content: attr(data-marker);
  display: inline;
  vertical-align: super;
  font-size: 0.75em;
  font-weight: 500;
  margin-right: 4px;
  color: #1d345e;
  line-height: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(".//ResourcePackages/ST/library/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/ResourcePackages/ST/library/img/fonts/slick.eot");
  src: url("/ResourcePackages/ST/library/img/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/ResourcePackages/ST/library/img/fonts/slick.woff") format("woff"), url("/ResourcePackages/ST/library/img/fonts/slick.ttf") format("truetype"), url("/ResourcePackages/ST/library/img/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 27px;
  height: 70px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  background: url("/ResourcePackages/ST/library/img/sliderArrows.png") no-repeat;
  line-height: 1;
  display: inline-block;
  width: 27px;
  height: 70px;
  position: relative;
  z-index: 5;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  background-position: 0 0;
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  background-position: -35px 0;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #7a003c;
  border-radius: 50%;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: #7a003c;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:hover {
  outline: none;
  width: 20px;
  height: 20px;
}
.slick-dots li button:hover:before {
  position: absolute;
  top: 1px;
  left: 2px;
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:before {
  content: "•";
  color: #7a003c;
  opacity: 1;
}
.slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
}
.slick-dots li.slick-active button:before {
  position: absolute;
  top: 1px;
  left: 2px;
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.compensate-for-scrollbar {
  margin-right: 0;
}
/*# sourceMappingURL=style.css.map */