@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 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: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    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;
  }
  .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;
  }
}
*,
*::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: none !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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  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;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  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;
}

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: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.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: 1140px;
  }
}

.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-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-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-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-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-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%;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1500px;
  }
  .footer2 .container {
    max-width: 1700px;
  }
}
.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 #e9ecef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}
.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: rgb(183.6, 218.04, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(221.12, 223.36, 225.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(207.4673451327, 210.61, 213.7526548673);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(207.4673451327, 210.61, 213.7526548673);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.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: 575px) {
  .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: 767px) {
  .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: 991px) {
  .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: 1199px) {
  .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-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::placeholder {
  color: #868e96;
  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;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  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;
}

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  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 > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .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 > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .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 > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > 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;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  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 {
  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 .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  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 {
  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 .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  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;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 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: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(114.1758849558, 122.875, 131.5741150442);
  border-color: rgb(108.2522123894, 116.5, 124.7477876106);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(108.2522123894, 116.5, 124.7477876106);
  border-color: rgb(102.328539823, 110.125, 117.921460177);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.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 {
  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: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
  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: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.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 {
  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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #111;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.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 {
  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: #111;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
  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: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.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 {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #111;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  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: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 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;
  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;
  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: #fff;
  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: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  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;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

.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%;
}

/*.fade {
  opacity: 0;
  @include transition($transition-fade);

  &.show {
    opacity: 1;
  }
}*/
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 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;
}

.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: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  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: #868e96;
  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: 2;
}
.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: 2;
}
.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:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.btn + .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(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .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-align: stretch;
      align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  -ms-flex-align: stretch;
      align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}
.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
}
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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-indicator {
  background-color: #007bff;
  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-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  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-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple] {
  height: auto;
  background-image: none;
}
.custom-select:disabled {
  color: #868e96;
  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-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.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:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.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:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  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: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -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:focus, .navbar-brand:hover {
  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: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .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: 767px) {
  .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: 991px) {
  .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: 1199px) {
  .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:focus, .navbar-light .navbar-brand:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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:focus, .navbar-dark .navbar-text a:hover {
  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 {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    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 {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-bottom {
    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 {
    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: #868e96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.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: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.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: #007bff;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(0, 98.4, 204);
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(108.2522123894, 116.5, 124.7477876106);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.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 .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(69.68, 73.84, 78);
  background-color: rgb(230.8, 232.4, 234);
  border-color: rgb(221.12, 223.36, 225.6);
}
.alert-secondary hr {
  border-top-color: rgb(207.4673451327, 210.61, 213.7526548673);
}
.alert-secondary .alert-link {
  color: rgb(45.6166197183, 48.34, 51.0633802817);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -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-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  background-color: #007bff;
}

.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:focus, .list-group-item-action:hover {
  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:focus, .list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.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: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
}
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(69.68, 73.84, 78);
  background-color: rgb(221.12, 223.36, 225.6);
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: rgb(69.68, 73.84, 78);
}
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: rgb(69.68, 73.84, 78);
  background-color: rgb(207.4673451327, 210.61, 213.7526548673);
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: rgb(69.68, 73.84, 78);
  border-color: rgb(69.68, 73.84, 78);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}

a.list-group-item-success,
button.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}

a.list-group-item-info,
button.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}

a.list-group-item-light,
button.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
}
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
}
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background: 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.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-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  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: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 15px;
  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: 30px auto;
  }
  .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: 5px;
  height: 5px;
}
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^=top] {
  padding: 5px 0;
}
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^=right] {
  padding: 0 5px;
}
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
}
.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^=bottom] {
  padding: 5px 0;
}
.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^=left] {
  padding: 0 5px;
}
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
}
.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  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: 0.8rem;
  height: 0.4rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}
.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.8rem;
}
.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^=top] .arrow::after {
  border-bottom-width: 0;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^=right] {
  margin-left: 0.8rem;
}
.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^=right] .arrow {
  left: 0;
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^=right] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.8rem;
}
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}
.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^=left] {
  margin-right: 0.8rem;
}
.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^=left] .arrow {
  right: 0;
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^=left] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.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:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  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: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: rgb(108.2522123894, 116.5, 124.7477876106) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -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;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !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: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 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: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: rgb(0, 98.4, 204) !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: rgb(108.2522123894, 116.5, 124.7477876106) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: rgb(211, 158.25, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: rgb(218.25, 223.5, 228.75) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.text-muted {
  color: #868e96 !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;
}

/**
* 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
**/
header.header-tabs-with-login {
  padding-top: 0;
}
header.header-tabs-with-login .brand img {
  max-height: 50px;
  max-width: 250px;
  padding-top: 5px;
}
header.header-tabs-with-login .logoRow {
  padding: 10px 0;
  width: 50%;
  display: inline-block;
  float: left;
}
header.header-tabs-with-login .logoRow .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
header.header-tabs-with-login .logoRow .phoneChatSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
header.header-tabs-with-login .logoRow .phoneChatSearch .phone {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 10px;
}
header.header-tabs-with-login .logoRow .phoneChatSearch .phone a:hover, header.header-tabs-with-login .logoRow .phoneChatSearch .phone a:focus, header.header-tabs-with-login .logoRow .phoneChatSearch .phone a:active {
  color: #000;
}
header.header-tabs-with-login .logoRow .phoneChatSearch .liveChat {
  margin-right: 10px;
}
header.header-tabs-with-login .liveChat {
  border: 1px solid var(--primary-color, #007BBD);
  background: #eef4f6;
  padding: 10px 20px 10px 10px;
  border-radius: 5px;
}
header.header-tabs-with-login .liveChat a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  color: var(--primary-color, #007BBD);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
header.header-tabs-with-login .liveChat:hover, header.header-tabs-with-login .liveChat:focus, header.header-tabs-with-login .liveChat:active {
  background: #aecfda;
}
header.header-tabs-with-login .liveChat:hover a, header.header-tabs-with-login .liveChat:focus a, header.header-tabs-with-login .liveChat:active a {
  color: #000;
  text-decoration: none;
}
header.header-tabs-with-login .liveChat:hover svg, header.header-tabs-with-login .liveChat:focus svg, header.header-tabs-with-login .liveChat:active svg {
  fill: #000;
}
header.header-tabs-with-login .liveChat svg {
  width: 24px;
  height: 21px;
  fill: var(--primary-color, #007BBD);
  margin-right: 10px;
}

.menuWrapper .container {
  max-width: -webkit-fill-available;
  max-width: 100%;
  padding-right: 100px;
  padding-left: 100px;
}

@media screen and (max-width: 1250px) {
  .menuWrapper .container {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.header-tabs-with-login .menuWrapper.desktop {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.header-tabs-with-login .desktopMenu {
  height: 75px;
}
.header-tabs-with-login .mainMenu {
  display: inline-block;
  width: 50%;
  height: 100%;
  position: relative;
}
.header-tabs-with-login .mainMenu .mobile-site-search {
  display: none;
}
.header-tabs-with-login .mainMenu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 100%;
}
.header-tabs-with-login .mainMenu > ul > li {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.header-tabs-with-login .mainMenu > ul > li:nth-last-child(-n+2) ul {
  left: auto;
  right: 0;
}
.header-tabs-with-login .mainMenu > ul > li.logo {
  border-bottom: none;
}
.header-tabs-with-login .mainMenu > ul > li.logo:hover:before, .header-tabs-with-login .mainMenu > ul > li.logo:focus:before, .header-tabs-with-login .mainMenu > ul > li.logo.active:before {
  display: none;
}
.header-tabs-with-login .mainMenu > ul > li > a {
  color: #2D3846;
  display: block;
  font-weight: 300;
  padding: 13px 20px;
  font-size: 18px;
  font-size: 1.125rem;
  white-space: nowrap;
  text-decoration: none;
}
.header-tabs-with-login .mainMenu > ul > li > a .fa-lock {
  font-size: 15px;
  padding-right: 5px;
}
.header-tabs-with-login .mainMenu > ul > li > a:after {
  content: "";
  height: 4px;
  width: 0;
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
}
.header-tabs-with-login .mainMenu > ul > li:hover, .header-tabs-with-login .mainMenu > ul > li:focus, .header-tabs-with-login .mainMenu > ul > li.active {
  cursor: pointer;
  background-color: var(--secondary-color, #004B96);
}
.header-tabs-with-login .mainMenu > ul > li:hover > a, .header-tabs-with-login .mainMenu > ul > li:focus > a, .header-tabs-with-login .mainMenu > ul > li.active > a {
  color: white;
  text-decoration: none;
}
.header-tabs-with-login .mainMenu > ul > li:hover > a:after, .header-tabs-with-login .mainMenu > ul > li:focus > a:after, .header-tabs-with-login .mainMenu > ul > li.active > a:after {
  width: 100%;
}
.header-tabs-with-login .mainMenu > ul > li:hover .tier2, .header-tabs-with-login .mainMenu > ul > li:focus .tier2, .header-tabs-with-login .mainMenu > ul > li.active .tier2 {
  display: block;
}
.header-tabs-with-login .mainMenu > ul > li.login {
  position: relative;
  background-color: var(--quaternary-color, #ED925A);
  height: 100%;
}
.header-tabs-with-login .mainMenu > ul > li.login:hover {
  padding-top: 0;
}
.header-tabs-with-login .mainMenu > ul > li.login a {
  color: #2D3846;
}
.header-tabs-with-login .mainMenu > ul > li.login a:hover, .header-tabs-with-login .mainMenu > ul > li.login a:focus {
  color: white;
  background-color: var(--secondary-color, #004B96);
  height: 100%;
  padding-top: 25px;
}
.header-tabs-with-login .mainMenu > ul > li.login a:after {
  display: none;
}
.header-tabs-with-login .mainMenu > ul > li.login a i {
  margin-right: 5px;
}
.header-tabs-with-login .mainMenu > ul > li.login svg {
  margin-left: 5px;
}
.header-tabs-with-login .mainMenu > ul > li.login .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
  padding: 25px;
  z-index: 10;
  width: 285px;
  cursor: default;
}
.header-tabs-with-login .mainMenu > ul > li.login .dropdown .info-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
.header-tabs-with-login .mainMenu > ul > li.login .dropdown .info-actions a {
  text-decoration: none;
  color: var(--primary-color-contrast, #FFF);
}
.header-tabs-with-login .mainMenu > ul > li.login .dropdown .info-actions a:focus, .header-tabs-with-login .mainMenu > ul > li.login .dropdown .info-actions a:hover {
  background-color: inherit;
  padding-top: inherit;
  text-decoration: underline;
}
.header-tabs-with-login .mainMenu > ul > li.login .dropdown .form-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header-tabs-with-login .mainMenu > ul > li.login .dropdown .form-actions button {
  cursor: pointer;
}
.header-tabs-with-login .mainMenu > ul > li.login .dropdown .form-actions .btn {
  width: 48%;
}
.header-tabs-with-login .mainMenu > ul > li.login .dropdown .form-actions .btn.loginBtn {
  background: #eef4f6;
  color: var(--primary-color, #007BBD);
}
.header-tabs-with-login .mainMenu > ul > li.login .dropdown .form-actions .btn.loginBtn:hover, .header-tabs-with-login .mainMenu > ul > li.login .dropdown .form-actions .btn.loginBtn:focus, .header-tabs-with-login .mainMenu > ul > li.login .dropdown .form-actions .btn.loginBtn:active {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
}
.header-tabs-with-login .mainMenu > ul > li.login .dropdown .form-actions a:focus, .header-tabs-with-login .mainMenu > ul > li.login .dropdown .form-actions a:hover {
  padding-top: 13px;
}
.header-tabs-with-login .mainMenu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 10;
  list-style: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header-tabs-with-login .mainMenu ul ul > li {
  text-align: left;
  list-style: none;
  border-bottom: 1px solid var(--tertiary-color, #0063A8);
}
.header-tabs-with-login .mainMenu ul ul > li a:hover {
  text-decoration: underline;
}
.header-tabs-with-login .mainMenu ul ul > li > a {
  background: var(--secondary-color, #004B96);
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Source Sans Pro";
  font-weight: bold;
  color: var(--secondary-color-contrast, #FFF);
  display: block;
  white-space: nowrap;
  border-left: 4px solid transparent;
  padding: 15px;
  text-decoration: none;
}
.header-tabs-with-login .mainMenu ul ul > li:hover > a, .header-tabs-with-login .mainMenu ul ul > li:focus > a, .header-tabs-with-login .mainMenu ul ul > li.active > a {
  text-decoration: underline;
}
.header-tabs-with-login .mainMenu ul ul > li:hover .tier3, .header-tabs-with-login .mainMenu ul ul > li:focus .tier3, .header-tabs-with-login .mainMenu ul ul > li.active .tier3 {
  display: block;
}
.header-tabs-with-login .mainMenu ul ul > li:hover .tier4, .header-tabs-with-login .mainMenu ul ul > li:focus .tier4, .header-tabs-with-login .mainMenu ul ul > li.active .tier4 {
  display: block;
}
.header-tabs-with-login .mainMenu ul ul .tier3 {
  display: block;
}
.header-tabs-with-login .mainMenu ul ul ul {
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
  border-left: 1px solid #000;
}
.header-tabs-with-login .mainMenu ul ul ul > li {
  text-align: left;
  list-style: none;
  position: relative;
}
.header-tabs-with-login .mainMenu ul ul ul > li > a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--tertiary-color-contrast, #FFF);
  text-transform: none;
  position: relative;
  display: block;
  background-color: var(--tertiary-color, #0063A8);
  padding-left: 30px;
  padding-right: 60px;
}
.header-tabs-with-login .mainMenu ul ul ul > li:hover > a, .header-tabs-with-login .mainMenu ul ul ul > li:focus > a, .header-tabs-with-login .mainMenu ul ul ul > li.active > a {
  text-decoration: underline;
}
.header-tabs-with-login .mainMenu ul ul ul > li:hover .tier4, .header-tabs-with-login .mainMenu ul ul ul > li:focus .tier4, .header-tabs-with-login .mainMenu ul ul ul > li.active .tier4 {
  display: block;
}

@media (max-width: 1199px) {
  .header-tabs-with-login {
    display: none;
  }
}
.header-tabs-with-login .mainMenu > ul > li > a {
  font-size: 14px !important;
}

.header-tabs-with-login .business .utilityNav {
  background: var(--secondary-color, #004B96);
}
.header-tabs-with-login .utilityNav {
  background: var(--primary-color, #007BBD);
}
.header-tabs-with-login .utilityNav .utilityItemsWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.header-tabs-with-login .utilityNav a {
  color: #FFF;
  text-decoration: underline;
}
.header-tabs-with-login .utilityNav a:hover, .header-tabs-with-login .utilityNav a:focus, .header-tabs-with-login .utilityNav a:active, .header-tabs-with-login .utilityNav a.active {
  text-decoration: underline !important;
  font-weight: inherit;
}
.header-tabs-with-login .utilityNav .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  padding: 10px 0;
  margin-right: 100px;
}
.header-tabs-with-login .utilityNav .audienceMenuTabs {
  display: -ms-flexbox;
  display: flex;
}
.header-tabs-with-login .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-family: "Source Sans Pro";
  font-weight: 700;
  padding: 15px;
  transition: all 0.4s ease-in-out;
}
.header-tabs-with-login .utilityNav .audienceMenuTabs a.personalBtn {
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
  border-left: 1px solid var(--primary-color-contrast, #FFF);
}
.header-tabs-with-login .utilityNav .audienceMenuTabs a.personalBtn.active, .header-tabs-with-login .utilityNav .audienceMenuTabs a.personalBtn:hover, .header-tabs-with-login .utilityNav .audienceMenuTabs a.personalBtn:focus, .header-tabs-with-login .utilityNav .audienceMenuTabs a.personalBtn:active {
  background: var(--primary-color-contrast, #FFF);
  color: var(--primary-color, #007BBD);
  text-decoration: none;
}
.header-tabs-with-login .utilityNav .audienceMenuTabs a.personalBtn.active svg, .header-tabs-with-login .utilityNav .audienceMenuTabs a.personalBtn:hover svg, .header-tabs-with-login .utilityNav .audienceMenuTabs a.personalBtn:focus svg, .header-tabs-with-login .utilityNav .audienceMenuTabs a.personalBtn:active svg {
  fill: var(--primary-color, #007BBD);
}
.header-tabs-with-login .utilityNav .audienceMenuTabs a.businessBtn {
  background: var(--secondary-color, #004B96);
  color: var(--secondary-color-contrast, #FFF);
  border-left: 1px solid var(--primary-color, #007BBD);
  border-right: 1px solid #78b492;
}
.header-tabs-with-login .utilityNav .audienceMenuTabs a.businessBtn svg {
  fill: var(--secondary-color-contrast, #FFF);
}
.header-tabs-with-login .utilityNav .audienceMenuTabs a.businessBtn.active, .header-tabs-with-login .utilityNav .audienceMenuTabs a.businessBtn:hover, .header-tabs-with-login .utilityNav .audienceMenuTabs a.businessBtn:focus, .header-tabs-with-login .utilityNav .audienceMenuTabs a.businessBtn:active {
  text-decoration: none;
  background: var(--secondary-color-contrast, #FFF);
  color: var(--secondary-color, #004B96);
}
.header-tabs-with-login .utilityNav .audienceMenuTabs a.businessBtn.active svg, .header-tabs-with-login .utilityNav .audienceMenuTabs a.businessBtn:hover svg, .header-tabs-with-login .utilityNav .audienceMenuTabs a.businessBtn:focus svg, .header-tabs-with-login .utilityNav .audienceMenuTabs a.businessBtn:active svg {
  fill: var(--secondary-color, #004B96);
}
.header-tabs-with-login .utilityNav .audienceMenuTabs svg {
  width: 15px;
  height: 15px;
  fill: #FFF;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
.header-tabs-with-login .utilityNav .utilityItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto;
}
.header-tabs-with-login .utilityNav .utilityItems a {
  margin-right: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
}
.header-tabs-with-login .utilityNav .utilityItems a:last-child {
  margin-right: 20px;
}
.header-tabs-with-login .utilityNav .utilityItems .st-search {
  height: 35px;
}
.header-tabs-with-login .utilityNav .utilityItems .st-search input {
  border: none;
  transition: inherit;
  border-radius: 5px;
  line-height: inherit;
  font-size: inherit;
  margin: inherit;
  padding: 5px;
  width: 100%;
}
.header-tabs-with-login .utilityNav .utilityItems .st-search a {
  display: inherit;
}
.header-tabs-with-login .utilityNav .utilityItems .st-search .fas.fa-search {
  color: var(--secondary-color, #004B96);
  position: absolute;
  right: 107px;
  margin-top: -25px;
}
.header-tabs-with-login .utilityNav .utilityItems .utilityLinks img {
  padding-right: 5px;
  padding-bottom: 5px;
}
.header-tabs-with-login .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;
}
.header-tabs-with-login .utilityNav .text-resizer .title {
  margin-right: 15px;
}
.header-tabs-with-login .utilityNav .text-resizer a {
  position: relative;
  background: #e9f2f5;
  border-radius: 4px;
  color: var(--primary-color, #007BBD);
  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;
}
.header-tabs-with-login .utilityNav .text-resizer a:hover, .header-tabs-with-login .utilityNav .text-resizer a:focus {
  background: var(--tertiary-color, #0063A8);
  color: #FFF;
}

@media (max-width: 991px) {
  .header-tabs-with-login .utilityNav {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .header-tabs-with-login .utilityNav .utilityItems .st-search .fas.fa-search {
    right: 75px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1040px) {
  .header-tabs-with-login .utilityNav .utilityItems .st-search .fas.fa-search {
    right: 70px !important;
  }
}
.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: var(--tertiary-color, #0063A8);
}
.templateList a:hover img, .templateList a:focus img {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .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;
  }
}

body, html {
  position: relative;
  min-height: 100vh;
}

html {
  overflow-x: hidden;
  max-width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}
html.text-large {
  font-size: 110%;
}
html.text-larger {
  font-size: 125%;
}
html.text-largest {
  font-size: 150%;
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Neris", sans-serif;
  overflow-x: hidden;
  color: #2D3846;
}

body > form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.sfPublicWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
}

.theme-color-primary {
  color: var(--primary-color, #007BBD);
}

.theme-color-secondary {
  color: var(--secondary-color, #004B96);
}

.theme-color-tertiary {
  color: var(--tertiary-color, #0063A8);
}

.theme-background-color-primary {
  background-color: var(--primary-color, #007BBD);
}

.theme-background-color-secondary {
  background-color: var(--secondary-color, #004B96);
}

.theme-background-color-tertiary {
  background-color: var(--tertiary-color, #0063A8);
}

.header-tabs-with-login .mainMenu > ul > li > a {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro";
  color: var(--primary-color, #007BBD);
  font-weight: 700;
  line-height: 1;
  margin: 10px 0;
}

h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 40px;
  color: var(--secondary-color, #004B96);
}

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 38px;
  color: #231f20;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 32px;
  color: var(--primary-color, #007BBD);
}

h4 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 24px;
  color: var(--secondary-color, #004B96);
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #231f20;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #231f20;
}

img {
  max-width: 100%;
}

a {
  color: var(--secondary-color, #004B96);
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  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:not(.btn-default) {
  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: var(--primary-color, #007BBD);
  border: 1px solid transparent;
  color: var(--primary-color-contrast, #FFF) !important;
}
.btn:not(.btn-default).btn-primary {
  background: var(--primary-color, #007BBD);
  border: 1px solid transparent;
}
.btn:not(.btn-default).btn-primary:hover, .btn:not(.btn-default).btn-primary:focus, .btn:not(.btn-default).btn-primary.active {
  background: var(--primary-color-contrast, #FFF);
  color: var(--primary-color, #007BBD) !important;
  border: 1px solid var(--primary-color, #007BBD);
}
.btn:not(.btn-default).btn-secondary {
  background: var(--secondary-color-contrast, #FFF);
  color: var(--secondary-color, #004B96) !important;
  border: 1px solid transparent;
}
.btn:not(.btn-default).btn-secondary:hover, .btn:not(.btn-default).btn-secondary:focus, .btn:not(.btn-default).btn-secondary.active {
  background: var(--secondary-color, #004B96);
  color: var(--secondary-color-contrast, #FFF) !important;
  border: 1px solid var(--secondary-color-contrast, #FFF);
}
.btn:not(.btn-default).btn-tertiary {
  background: none;
  border: 1px solid var(--secondary-color, #004B96);
  color: var(--secondary-color, #004B96) !important;
}
.btn:not(.btn-default).btn-tertiary:hover, .btn:not(.btn-default).btn-tertiary:focus, .btn:not(.btn-default).btn-tertiary.active {
  background: var(--secondary-color, #004B96);
  color: var(--secondary-color-contrast, #FFF) !important;
}
.btn:not(.btn-default):focus, .btn:not(.btn-default):active {
  box-shadow: none;
}
.btn:not(.btn-default) svg {
  margin-right: 5px;
}

.scrollToTop {
  display: none;
  position: fixed;
  right: 45px;
  top: 80%;
  cursor: pointer;
  z-index: 9;
}
.scrollToTop img {
  height: 50px;
}
.scrollToTop:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .btn {
    padding: 13px 40px;
  }
  .scrollToTop {
    right: 20px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.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: var(--tertiary-color, #0063A8);
  width: calc(50% - 25px);
  position: relative;
  top: 3px;
}
.divider .pineapple {
  padding: 0 20px;
}
.divider .pineapple img {
  height: 20px;
}

@media (max-width: 767px) {
  .divider {
    margin: 0 auto 30px auto;
  }
}
.table-scrollable {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  overflow-x: auto;
}

.tableWrapper {
  padding: 30px 0;
}

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: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #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: #2D3846;
  font-size: 13px;
  font-size: 0.8125rem;
}
table tbody td:first-child, .table tbody td:first-child {
  text-align: left;
  padding-left: 20px;
}

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: var(--primary-color, #007BBD);
  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;
}

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 var(--primary-color, #007BBD);
  box-shadow: none;
  outline: none;
  border-radius: 2px;
}

.mobileHeader {
  display: none;
  position: relative;
  padding: 10px 15px 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;
  margin: 0 auto;
}
.mobileHeader .logo img {
  max-height: 40px;
  max-width: 150px;
}
.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: var(--primary-color, #007BBD);
}
.mobileHeader .actionItems .item {
  border-right: 1px solid var(--secondary-color, #004B96);
  text-align: center;
}
.mobileHeader .actionItems .item:last-child {
  border-right: none;
}
.mobileHeader .actionItems .item span {
  display: block;
}
.mobileHeader .actionItems a {
  color: var(--primary-color, #007BBD);
  border-bottom: 6px solid transparent;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.mobileHeader .actionItems a:hover, .mobileHeader .actionItems a:focus, .mobileHeader .actionItems a:active, .mobileHeader .actionItems a.open {
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
  border-bottom: 6px solid var(--tertiary-color, #0063A8);
}
.mobileHeader .actionItems .toggleMobileMenu {
  padding-left: 10px;
}
.mobileHeader .actionItems .mobileSearch .dropdown {
  display: none;
  background: var(--primary-color, #007BBD);
  padding: 5px 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 5px 15px;
}
.mobileHeader .actionItems .mobileSearch .dropdown input {
  border-right: none;
  height: 30px;
}
.mobileHeader .actionItems .mobileSearch .dropdown button {
  background: #FFF;
  outline: none;
  box-shadow: none;
  border: none;
  height: 30px;
  border: 1px solid #b7b7b7;
}
.mobileHeader .toggleMobileMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  color: var(--primary-color, #007BBD);
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
  background: transparent;
  cursor: pointer;
}
.mobileHeader .toggleMobileMenu svg {
  margin-bottom: 3px;
  color: var(--primary-color, #007BBD);
  font-size: 30px;
  font-size: 1.875rem;
}

@media (max-width: 1199px) {
  .mobileHeader {
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1200px) {
  .mobileMenu {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .fas.fa-lock {
    font-size: 18px;
  }
  .mobileLogin a {
    text-decoration: none;
  }
}
.mobileMenu {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  background: #FFF;
  z-index: 10;
  box-shadow: 0 4px 2px -2px gray;
}
.mobileMenu .fas.fa-search {
  position: absolute;
  z-index: 2;
  left: 90%;
  top: 55%;
}
.mobileMenu .dropdown .input-group {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 35px;
}
.mobileMenu .dropdown .input-group-append {
  width: 5px;
}
.mobileMenu .dropdown .input-group-append button {
  visibility: hidden;
}
.mobileMenu .dropdown .input-group-append button i {
  visibility: visible;
}
.mobileMenu .dropdown input.form-control {
  border-radius: 5px !important;
  font-family: "nerislight";
}
.mobileMenu .dropdown input.form-control:hover {
  z-index: 1;
}
.mobileMenu a {
  text-decoration: none;
  display: block;
}
.mobileMenu .routing {
  padding: 15px 0;
  text-align: center;
  border-bottom: 5px solid #ccc;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #535353;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+1,ffffff+100 */
  background: rgb(243, 243, 243); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(243, 243, 243) 1%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f3f3f3", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.mobileMenu .menuIconQuickLinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px 0 0 0;
}
.mobileMenu .menuIconQuickLinks a {
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  color: var(--primary-color, #007BBD);
  text-align: center;
  border-right: 1px solid #f4eaef;
  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;
}
.mobileMenu .menuIconQuickLinks a:before {
  content: "";
  background: var(--primary-color, #007BBD);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  transition: height 0.4s;
}
.mobileMenu .menuIconQuickLinks a:first-child {
  border-left: 1px solid #f4eaef;
}
.mobileMenu .menuIconQuickLinks a .icon {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.mobileMenu .menuIconQuickLinks a .icon img {
  height: 40px;
}
.mobileMenu .menuIconQuickLinks a .icon svg {
  width: 50px;
  height: 40px;
  margin-bottom: 5px;
  fill: var(--tertiary-color, #0063A8);
  z-index: 2;
  position: relative;
}
.mobileMenu .menuIconQuickLinks a .title {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}
.mobileMenu .menuIconQuickLinks a:hover, .mobileMenu .menuIconQuickLinks a:focus, .mobileMenu .menuIconQuickLinks a.active {
  color: var(--primary-color-contrast, #FFF);
  border-bottom: 7px solid var(--tertiary-color, #0063A8);
}
.mobileMenu .menuIconQuickLinks a:hover svg, .mobileMenu .menuIconQuickLinks a:focus svg, .mobileMenu .menuIconQuickLinks a.active svg {
  fill: var(--primary-color-contrast, #FFF);
}
.mobileMenu .menuIconQuickLinks a:hover img, .mobileMenu .menuIconQuickLinks a:focus img, .mobileMenu .menuIconQuickLinks a.active img {
  filter: brightness(0) invert(1);
}
.mobileMenu .menuIconQuickLinks a:hover:before, .mobileMenu .menuIconQuickLinks a:focus:before, .mobileMenu .menuIconQuickLinks a.active:before {
  height: 100%;
}
.mobileMenu .menuIconQuickLinks .cta-actions {
  width: 90%;
}
.mobileMenu .menuIconQuickLinks .cta-actions button {
  background-color: #FFEAB2;
  width: 100%;
  padding: 10px;
  border: none;
  text-transform: uppercase;
  font-family: var(--primary-color, #007BBD);
}
.mobileMenu .menuIconQuickLinks .cta-actions .fa-lock {
  padding-right: 10px;
}
.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: 1px solid #FFF;
  width: 50px;
  padding: 15px 0;
  text-align: center;
  background-color: #0063A8;
  color: #fff;
}
.mobileMenu ul {
  margin: 0;
  padding: 0;
}
.mobileMenu ul li {
  border-bottom: 1px solid #C6CEE0;
}
.mobileMenu .tier1.active .menuItem .toggleSubmenu {
  background-color: var(--secondary-color, #004B96);
}
.mobileMenu ul.tier1 > li {
  background: #FFF;
}
.mobileMenu ul.tier1 > li:first-child .menuItem {
  border-top: 1px solid #C6CEE0;
}
.mobileMenu ul.tier1 > li a {
  padding: 15px 15px 15px 25px;
  background: #FFF;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Neris", sans-serif;
  width: 100%;
}
.mobileMenu ul.tier2 {
  display: none;
  background: #f2f7fb;
}
.mobileMenu ul.tier2 .toggleSubmenu {
  background-color: #004E84 !important;
}
.mobileMenu ul.tier2 .tier2.active .menuItem .toggleSubmenu {
  background-color: var(--secondary-color, #004B96) !important;
}
.mobileMenu ul.tier2 > li {
  background: #FFF;
  border-bottom: 1px solid #ccc;
  color: #fff;
}
.mobileMenu ul.tier2 > li.hasUL {
  border-bottom: none;
}
.mobileMenu ul.tier2 > li.hasUL .menuItem {
  border-top: none;
}
.mobileMenu ul.tier2 > li .menuItem {
  border: 1px solid #ccc;
}
.mobileMenu ul.tier2 > li a {
  padding: 15px 15px 15px 30px;
  background: var(--secondary-color, #004B96);
  font-family: "Open Sans";
  color: var(--secondary-color-contrast, #FFF);
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
  width: 100%;
  font-weight: 900;
  border-left: 1px solid #48596E !important;
}
.mobileMenu ul.tier3 {
  display: none;
  background: #f9f7f3;
}
.mobileMenu ul.tier3 > li a {
  padding: 15px 15px 15px 40px;
  background: #004E84;
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: none;
}
.mobileMenu ul.tier4 {
  display: none;
  background: #f4f0e8;
}
.mobileMenu ul.tier4 > li a {
  padding: 8px 15px 8px 50px;
  background: #f4f0e8;
  color: var(--secondary-color, #004B96);
  font-family: "Neris", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  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: var(--secondary-color, #004B96);
  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: var(--primary-color, #007BBD);
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px 15px;
}
.mobileMenu .mobileMenuFooter .footerLinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 15px;
}
.mobileMenu .mobileMenuFooter .footerLinks a {
  color: var(--primary-color-contrast, #FFF);
}
.mobileMenu .mobileMenuFooter .footerLinks a:hover, .mobileMenu .mobileMenuFooter .footerLinks a:focus, .mobileMenu .mobileMenuFooter .footerLinks a:active {
  text-decoration: underline;
}
.mobileMenu .mobileMenuFooter .footerLinks.translate {
  margin-bottom: 10px;
  -ms-flex-pack: center;
      justify-content: center;
}
.mobileMenu .mobileMenuFooter .footerLinks.translate a {
  margin: 0 auto;
}
.mobileMenu .mobileMenuFooter .footerLinks.translate img {
  padding-right: 5px;
  padding-bottom: 5px;
}
.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;
}

@media screen and (max-width: 376px) {
  .mobileMenu .fas.fa-search {
    left: 85%;
  }
}
.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;
  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;
}

.paging {
  margin-top: 35px;
}

ul.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: 20px;
}
ul.pagination li {
  margin-right: 15px;
  margin-bottom: 10px;
}
ul.pagination li a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 600;
  transition: box-shadow 0.3s;
  background-color: #D3DCE6;
  color: #126599;
}
ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li a.active {
  box-shadow: 0 0 0 4px var(--primary-color, #007BBD);
  background-color: white;
}
ul.pagination li a.current-page {
  box-shadow: 0 0 0 4px var(--primary-color, #007BBD);
  background-color: white;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 25px 0 0 0;
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  font-family: "nerislight";
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 8px;
  color: var(--secondary-color, #004B96);
}
.breadcrumbs a {
  text-decoration: none;
  color: var(--secondary-color, #004B96);
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  text-decoration: underline;
  font-weight: bold;
}

.breadcrumb-wrapper .row {
  width: 100%;
}

@media (max-width: 1199px) {
  .breadcrumbs {
    padding: 25px 15px 15px 15px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 20px 0 20px 20px;
  }
}
footer.footer2 {
  color: #46566B;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  margin-top: auto;
  padding-top: 40px;
}
footer.footer2 .footerCol {
  border-right: 2px solid #2b3f50;
  padding-right: 30px;
}
footer.footer2 .footerCol:last-child {
  border-right: none;
  padding-right: 0;
}
footer.footer2 .customerService {
  padding-left: 65px;
}
footer.footer2 .customerService .service {
  margin-bottom: 25px;
}
footer.footer2 .customerService .service .info {
  padding-left: 15px;
}
footer.footer2 .customerService .service .viewBranchHours {
  margin-top: 20px;
  display: inline-block;
}
footer.footer2 .customerService a {
  color: #75a4ca;
  text-decoration: underline;
}
footer.footer2 .customerService a:hover, footer.footer2 .customerService a:focus, footer.footer2 .customerService a.active {
  color: #FFF;
}
footer.footer2 .customerService a.viewBranchHours {
  text-decoration: underline;
}
footer.footer2 .customerService strong {
  color: #FFF;
}
footer.footer2 .brand {
  margin-bottom: 60px;
  display: block;
}
footer.footer2 .footer-container {
  padding: 60px 0 35px 0;
}
footer.footer2 .footerLinks {
  padding-left: 30px;
}
footer.footer2 .footerLinks .footer-nav {
  margin-bottom: 40px;
  padding: 0;
}
footer.footer2 .footerLinks .footer-nav li {
  width: 100%;
  display: block;
  margin-right: 0;
  padding: 0;
  border-bottom: 2px solid #2b3f50;
}
footer.footer2 .footerLinks .footer-nav li:last-child {
  border-bottom: none;
}
footer.footer2 .footerLinks .footer-nav li a {
  color: #79a9d0;
  display: block;
  padding: 10px 0 10px 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
footer.footer2 .footerLinks .footer-nav li a:after {
  content: none;
}
footer.footer2 .footerLinks .footer-nav li a:hover, footer.footer2 .footerLinks .footer-nav li a:focus, footer.footer2 .footerLinks .footer-nav li a:active {
  color: #FFF;
}
footer.footer2 h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Neris", sans-serif;
  color: #FFF;
  margin: 0 0 15px 0;
}
footer.footer2 h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #FFF;
  margin: 0 0 15px 0;
}
footer.footer2 address {
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 35px;
}
footer.footer2 address .org {
  font-weight: 700;
}
footer.footer2 .socialIcons {
  margin-bottom: 15px;
}
footer.footer2 .equalLender {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  padding-left: 20px;
}
footer.footer2 .equalLender p {
  margin: 0;
}
footer.footer2 .equalLender .icon {
  margin-right: 20px;
}
footer.footer2 .equalLender .icon img {
  height: 65px;
}
footer.footer2 .financialDisclaimer {
  padding: 35px 0 0 0;
  font-size: 16px;
  font-size: 1rem;
}
footer.footer2 .copyright-footer {
  color: var(--primary-color-contrast, #FFF);
  background: var(--primary-color, #007BBD);
  padding: 0 20px 20px 20px;
}
footer.footer2 .copyright-footer .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
footer.footer2 .socialIcons ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footer2 .socialIcons li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  color: #FFF;
  background: var(--primary-color, #007BBD);
  border-radius: 25px;
  padding: 10px;
  margin-right: 8px;
}
footer.footer2 .socialIcons li a:hover {
  background: rgb(51, 149.4, 255);
}
footer.footer2 .socialIcons svg {
  width: 20px;
  height: 20px;
  fill: #FFF;
}
footer.footer2 img {
  width: 80px;
}
@media (max-width: 1199px) {
  footer.footer2 .footer-container {
    padding: 40px 15px 30px 15px;
  }
}
@media (max-width: 991px) {
  footer.footer2 .footer-container {
    text-align: center;
  }
  footer.footer2 .socialIcons ul {
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer.footer2 .footer-links {
    padding: 30px 15px;
    text-align: left;
  }
  footer.footer2 .brand {
    margin-bottom: 50px;
    max-width: 335px;
    margin: 0 auto 40px auto;
  }
  footer.footer2 .customerService {
    padding-left: 15px;
  }
  footer.footer2 .footerLinks {
    padding-left: 0;
  }
  footer.footer2 address {
    margin-bottom: 15px;
  }
  footer.footer2 .copyright-footer {
    text-align: left;
  }
  footer.footer2 .copyright-footer .copyrightInfo {
    margin-bottom: 25px;
  }
  footer.footer2 .copyright-footer .copyrightLinks a {
    margin: 0;
    display: block;
  }
  footer.footer2 .footerCol {
    border-right: none;
  }
  footer.footer2 .socialIcons li a {
    padding: 16px;
    margin-right: 10px;
  }
  footer.footer2 .footer-nav {
    display: block;
    margin: 0 15px 40px 15px;
  }
  footer.footer2 .footerLinks .footer-nav li a {
    padding: 10px 0;
  }
  footer.footer2 .equalLender {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (max-width: 767px) {
  footer.footer2 .footer-container {
    text-align: left;
  }
  footer.footer2 .socialIcons ul {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  footer.footer2 .equalLender {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  footer.footer2 .brand {
    max-width: initial;
    margin: 0 0 50px 0;
  }
  footer.footer2 .col-sm-8 {
    padding-left: 25px;
  }
}

.footer2 .row {
  padding-top: 20px;
}
.footer2 .row p {
  font-family: "nerislight";
  margin-bottom: 0px;
  font-size: 13px;
}
.footer2 .row .copyrightLinks .footer-links {
  display: inline-block;
}
.footer2 .row .copyrightLinks p {
  font-family: "Neris";
  font-size: 14px;
}
.footer2 .row .copyrightLinks a {
  font-family: "Neris";
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
.footer2 .row .copyrightLinks a:first-child {
  padding-right: 20px;
}
.footer2 .row .copyrightLinks a:not(:first-child) {
  padding-left: 20px;
  padding-right: 20px;
}
.footer2 .row .copyrightLinks a:hover, .footer2 .row .copyrightLinks a:focus {
  text-decoration: underline;
}
.footer2 .row .copyrightLinks:first-child a {
  padding-right: 0px;
}
.footer2 .row .copyrightLinks:first-child a:not(:last-child):after {
  content: " | ";
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 400;
  display: inline-block;
}
.footer2 .row .copyrightLinks:first-child a:not(:first-child) {
  padding-left: 0px;
}
.footer2 .copyright-footer .row {
  padding-top: 20px;
}
.footer2 .col-lg-4 img {
  float: right;
  height: 70px;
  width: auto;
}
.footer2 .information {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer2 .fa-linkedin {
  color: #fff;
}
.footer2 .top-footer {
  border-top: 2px solid #E4EFF6;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer2 .top-footer p {
    text-align: center;
  }
  .footer2 .top-footer .row .col-sm-8 {
    margin: 0 auto;
  }
  .footer2 .col-lg-4 {
    text-align: center;
  }
  .footer2 .col-lg-4 img {
    float: none;
    margin: 0 auto;
    padding-top: 30px;
    height: 105px;
    width: 80px;
  }
  .footer2 .footer-links {
    display: inline-block;
  }
  .footer2 .row .copyrightLinks {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .footer2 .row .copyrightLinks:first-child a:after {
    display: none !important;
  }
  .footer2 .row .copyrightLinks p a {
    margin-bottom: 15px;
  }
  .footer2 .fa-linkedin {
    font-size: 30px;
  }
}
/* 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("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -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: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Neris", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 40px;
  list-style: none;
  display: block;
  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;
  border-radius: 3px;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  border: 1px solid transparent;
  display: block;
  height: 7px;
  width: 7px;
  outline: 1px solid #FFF;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  padding: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active, .slick-dots li:hover, .slick-dots li:focus {
  border: 1px solid #FFF;
}
.slick-dots li.slick-active button, .slick-dots li:hover button, .slick-dots li:focus button {
  color: white;
  background: #FFF;
  border: 1px solid #FFF;
}

.playControls {
  position: absolute;
  bottom: 38px;
  right: 40px;
}
.playControls .pausePlayBtn {
  background: #FFF;
  color: var(--primary-color, #007BBD);
  outline: none;
  box-shadow: none;
  border: 1px solid var(--primary-color, #007BBD);
  border-radius: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  cursor: pointer;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  direction: ltr;
  /*.dow {
  	border-top: 1px solid #ddd !important;
  }*/
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span.old {
  color: #999999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.tracking-consent-dialog {
  position: fixed;
  bottom: 25px;
  width: calc(100% - 50px);
  left: 25px;
  z-index: 100;
  background-image: linear-gradient(var(--secondary-color, #004B96), var(--tertiary-color, #0063A8));
  color: var(--secondary-color-contrast, #FFF);
  padding: 25px 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.tracking-consent-dialog:after {
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  content: " ";
  top: 0;
  z-index: -1;
  left: 0;
}
.tracking-consent-dialog .tracking-consent-dialog-description {
  display: inline-block;
}
.tracking-consent-dialog .tracking-consent-dialog-description a {
  color: var(--secondary-color-contrast, #FFF);
}
.tracking-consent-dialog button {
  z-index: 101;
  float: right;
  background-color: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF) !important;
}
.tracking-consent-dialog button:hover, .tracking-consent-dialog button:focus {
  cursor: pointer;
  background-color: var(--primary-color-contrast, #FFF);
  color: var(--primary-color, #007BBD) !important;
}

@media (max-width: 767px) {
  .tracking-consent-dialog .tracking-consent-dialog-description {
    display: block;
    margin-bottom: 12px;
  }
  .tracking-consent-dialog button {
    width: 100%;
  }
}
.alert {
  background: var(--alert-primary-color, #004B96);
  color: var(--alert-primary-color-contrast, #FFF);
  padding: 15px 0;
  margin-bottom: 0;
}
.alert.alert-danger {
  padding: 15px;
}
.alert.alert_option1 {
  background: var(--alert-secondary-color, #FAD771);
  color: var(--alert-secondary-color-contrast, #000);
}
.alert.alert_option1 .alert-description, .alert.alert_option1 a {
  color: var(--alert-secondary-color-contrast, #000);
}
.alert.alert_option2 {
  background: var(--alert-tertiary-color, #06527B);
  color: var(--alert-tertiary-color-contrast, #000);
}
.alert.alert_option2 .alert-description, .alert.alert_option2 a {
  color: var(--alert-tertiary-color-contrast, #000);
}
.alert .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.alert .alert-title {
  margin-right: 50px;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  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;
}
.alert .alert-title svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.alert .alert-title i {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.alert .alert-description {
  color: var(--alert-primary-color-contrast, #FFF);
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 0;
  width: initial;
}
.alert a {
  color: var(--alert-primary-color-contrast, #FFF);
  text-decoration: underline;
}
.alert a:hover, .alert a:focus, .alert a:active, .alert a.active {
  text-decoration: none;
}

@media (max-width: 767px) {
  .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;
  }
}
.cookie-modal {
  width: 100%;
  min-height: 150px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.3);
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 16px;
  outline: 0;
  z-index: 3;
}
.cookie-modal .bar {
  width: 100%;
  height: 30px;
  position: relative;
}
.cookie-modal .bar .close {
  position: absolute;
  text-align: right;
  top: 0px;
  right: 2px;
  padding: 5px 10px;
}
.cookie-modal .container {
  width: 100%;
  max-width: 900px;
  margin: 20px auto 35px;
  padding: 0 25px;
}
.cookie-modal .container p {
  font-size: 16px;
  margin-bottom: 20px;
}
.cookie-modal .container .button {
  color: var(--secondary-color-contrast, #FFF);
  background-color: var(--secondary-color, #004B96);
  text-decoration: none;
  padding: 5px 15px 7px;
  margin-right: 10px;
  border-radius: 15px;
}
.cookie-modal .container .button:hover {
  background-color: rgb(75, 164, 224);
}
.cookie-modal .container a {
  color: rgb(114, 205, 247);
  text-decoration: underline;
}
.cookie-modal .container a:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .cookie-modal {
    min-height: 80px;
  }
  .cookie-modal .container p {
    font-size: 14px;
    margin-bottom: 25px;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .cookie-modal .container .button {
    margin-left: 30px;
  }
  .cookie-modal:focus {
    outline: 0;
  }
}
@media screen and (max-width: 450px) {
  .cookie-modal {
    bottom: 20px;
  }
}

.video-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.hero-login {
  position: relative;
}
.hero-login .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;
}
.hero-login .caption {
  position: relative;
  z-index: 2;
  left: 50px;
  color: #FFF;
  padding: 115px 55px;
  background-color: #FFF;
}
.hero-login .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 -35px;
  background-repeat: no-repeat;
}
.hero-login .caption .body {
  position: relative;
  z-index: 2;
}
.hero-login .caption .title {
  color: var(--primary-color, #007BBD);
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 30px;
}
.hero-login .caption .blurb {
  margin-bottom: 35px;
  color: #58595b;
  line-height: 26px;
}
.hero-login .caption .cta {
  margin-bottom: 40px;
}
.hero-login .login {
  -ms-flex-item-align: center;
      align-self: center;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  z-index: 3;
}
.hero-login .login .divider {
  width: 90%;
  margin: 0 auto;
}
.hero-login .login .title {
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--primary-color, #007BBD);
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}
.hero-login .login .btn {
  width: 100%;
  margin-bottom: 10px;
}
.hero-login .login .register a {
  font-size: 15px;
  font-size: 0.9375rem;
}
.hero-login .login .register a:hover, .hero-login .login .register a:focus {
  text-decoration: none;
  color: var(--primary-color, #007BBD);
}

@media (max-width: 767px) {
  .hero-login {
    height: auto;
    min-height: initial;
  }
  .hero-login .container {
    max-width: 100%;
  }
  .hero-login .photo {
    height: 285px;
    min-height: initial;
    position: relative;
    overflow: hidden;
  }
  .hero-login .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;
  }
  .hero-login .caption {
    padding: 0 15px 40px 15px;
    left: 0;
    background-image: url("/ResourcePackages/ST/library/img/pineappleBG.png");
    background-size: contain;
    background-position: left -25px bottom -35px;
    background-repeat: no-repeat;
  }
  .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 {
    margin-bottom: 0px;
  }
  .hero-login .login {
    display: none;
  }
}
.hero-no-caption {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 460px;
}

@media (max-width: 767px) {
  .hero-inner {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .hero-no-caption {
    height: 300px;
  }
}
.hero-landing {
  height: 495px;
  position: relative;
}
.hero-landing:before {
  content: "";
  background: var(--secondary-color, #004B96);
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
}
.hero-landing .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-landing .caption {
  padding: 60px 0;
  font-size: 22px;
  font-size: 1.375rem;
  color: #FFF;
  position: relative;
  z-index: 2;
  width: 40%;
  padding-right: 80px;
}
.hero-landing .caption .headline {
  color: #FFF;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 50px;
  margin-bottom: 30px;
  max-height: 150px;
  overflow: hidden;
}
.hero-landing .caption .headline span {
  color: #faa61a;
}
.hero-landing .caption .blurb {
  max-width: 80%;
}
.hero-landing .container .row {
  display: inline-block;
}

@media (max-width: 991px) {
  .hero-landing .caption {
    padding-right: 30px;
  }
  .hero-landing .caption .headline {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .hero-landing {
    height: auto;
    background-size: top center;
  }
  .hero-landing:before {
    display: none;
  }
  .hero-landing .container {
    background: #005395;
    opacity: 0.95;
    max-width: 100%;
  }
  .hero-landing .image {
    position: relative;
    height: 300px;
  }
  .hero-landing .caption {
    width: 100%;
    padding: 20px;
  }
  .hero-landing .caption .headline {
    margin-bottom: 20px;
    text-align: center;
  }
  .hero-landing .caption .blurb {
    max-width: 100%;
    text-align: center;
  }
}
.hero-slick-slider {
  position: relative;
}
.hero-slick-slider .item {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.hero-slick-slider .item .overlay {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("/ResourcePackages/ST/library/img/heroOverlay.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.hero-slick-slider .item .caption {
  color: #FFF;
  padding: 100px 55px 150px 25px;
}
.hero-slick-slider .item .caption .title {
  color: #FFF;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 54px;
  margin-bottom: 30px;
}
.hero-slick-slider .item .caption .blurb {
  margin-bottom: 35px;
}
.hero-slick-slider .item .caption .cta {
  margin-bottom: 40px;
}
.hero-slick-slider .dotsWrapper {
  position: relative;
}
.hero-slick-slider .slick-dots {
  width: 50%;
  left: 135px;
}

@media (max-width: 1199px) {
  .hero-slick-slider .item .overlay {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .hero-slick-slider {
    background-color: rgba(0, 98, 152, 0.8);
    position: relative;
  }
  .hero-slick-slider .item {
    height: 375px;
  }
  .hero-slick-slider .item .overlay {
    background-image: none;
    background-color: rgba(0, 98, 152, 0.8);
    width: 100%;
  }
  .hero-slick-slider .item .caption {
    padding: 40px 15px;
  }
  .hero-slick-slider .item .caption .title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .hero-slick-slider .item .caption .blurb {
    margin-bottom: 20px;
  }
  .hero-slick-slider .item .caption .cta {
    margin-bottom: 40px;
  }
  .hero-slick-slider .slick-dots {
    left: 15px;
    bottom: 10px;
  }
  .hero-slick-slider .playControls {
    bottom: 10px;
    right: 15px;
  }
}
.hero-slider-box-caption {
  position: relative;
}
.hero-slider-box-caption .item {
  background-size: cover;
  min-height: 545px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-slider-box-caption .container {
  position: relative;
  background-color: inherit;
}
.hero-slider-box-caption .body {
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
}
.hero-slider-box-caption .caption {
  color: #FFF;
  padding: 30px 60px;
  width: 50%;
  position: relative;
}
.hero-slider-box-caption .caption .overlay {
  background: var(--secondary-color, #004B96);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-slider-box-caption .caption .info {
  position: relative;
  z-index: 2;
}
.hero-slider-box-caption .caption .title {
  color: #FFF;
  font-size: 55px;
  line-height: 1.1;
}
.hero-slider-box-caption .caption .blurb {
  margin-bottom: 20px;
}
.hero-slider-box-caption .caption .btn {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.hero-slider-box-caption .caption .btn:focus {
  outline: 2px solid #FFF;
}
.hero-slider-box-caption .owlPause {
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero-slider-box-caption .item {
    min-height: 475px;
  }
  .hero-slider-box-caption .caption {
    width: 100%;
    padding: 20px;
  }
  .hero-slider-box-caption .caption .title {
    font-size: 30px;
  }
  .hero-slider-box-caption .caption .blurb {
    font-size: 15px;
  }
  .hero-slider-box-caption .caption .btn {
    font-size: 14px;
  }
}
.promo {
  position: relative;
  min-height: 400px;
}
.promo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  z-index: 1;
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.5);
}
.promo .body {
  position: relative;
  z-index: 3;
  width: 55%;
  padding: 45px 0 125px 125px;
}
.promo .subHeadline {
  color: #14609b;
  font-size: 24px;
  font-size: 1.5rem;
}
.promo .headline {
  font-size: 48px;
  font-size: 3rem;
}
.promo .text {
  margin-bottom: 40px;
}
.promo .promoSlider {
  width: 100%;
}
.promo .promoSlider .item {
  height: 100%;
}
.promo .promoSlider .item:before {
  content: "";
  background-image: url("/ResourcePackages/ST/library/img/promoBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.promo .promoSlider .photo {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.promo .promoSlider .photo:after {
  content: "";
  background: linear-gradient(to right, white 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 90px;
  height: 100%;
  width: 300px;
  z-index: 1;
}
.promo .promoSlider .owl-dots {
  padding-left: 135px;
}
.promo .owl-carousel .owl-dots-wrapper {
  position: absolute;
  bottom: 55px;
  width: 100%;
}
.promo .owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
}
.promo .owl-carousel button.owl-dot {
  margin-right: 5px;
}
.promo .owl-carousel button.owl-dot span {
  width: 29px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 3px;
  background: url("/library/img/sprites.png") no-repeat;
  background-position: 0 0;
}
.promo .owl-carousel button.owl-dot.active span, .promo .owl-carousel button.owl-dot:hover span {
  background-position: -34px 0;
}
.promo .carousel-buttons {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.promo .carousel-buttons .row {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.promo .carousel-buttons .pauseBtn {
  background: #FFF;
  padding: 10px;
  color: #005395;
  z-index: 1;
  position: relative;
  border: none;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}
.promo .carousel-buttons .pauseBtn:hover, .promo .carousel-buttons .pauseBtn:focus, .promo .carousel-buttons .pauseBtn.active {
  outline: 2px solid var(--primary-color, #007BBD);
}

.promo .promoSlider .photo:after {
  left: -45px;
}

@media (max-width: 991px) {
  .promo .body {
    padding: 45px 15px 80px 15px;
    width: 100%;
  }
  .promo .subHeadline {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .promo .headline {
    font-size: 32px;
    font-size: 2rem;
  }
  .promo .promoSlider .photo {
    background-image: none !important;
  }
  .promo .promoSlider .photo:after {
    display: none;
  }
  .promo .promoSlider .item:before {
    background-image: url("/ResourcePackages/ST/library/img/promoBG_mobile.png");
    background-position: left top;
    background-size: initial;
  }
  .promo .promoSlider .owl-dots {
    padding-left: 25px;
  }
  .promo .owl-carousel .owl-dots-wrapper {
    bottom: 20px;
  }
  .promo .carousel-buttons {
    bottom: 20px;
    right: 15px;
  }
  .promo .carousel-buttons .pauseBtn {
    box-shadow: 0 0 1px 1px #ccc;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.standard-hero-with-title {
  position: relative;
  border-radius: 0;
  background-color: var(--primary-color, #007BBD);
  background-size: cover;
  background-position: center;
  color: var(--primary-color-contrast, #FFF);
}
.standard-hero-with-title .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(var(--secondary-color, #004B96), var(--tertiary-color, #0063A8));
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.standard-hero-with-title .hero-content {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 50px;
}
.standard-hero-with-title .hero-content .title {
  color: var(--primary-color-contrast, #FFF);
  text-align: center;
  font-family: "Source Sans Pro";
  padding-bottom: 30px;
}
.standard-hero-with-title .hero-content p {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  font-family: "nerislight";
  padding-bottom: 30px;
}
.standard-hero-with-title .hero-content .cta-actions {
  text-align: center;
}
.standard-hero-with-title .hero-content .btn {
  background-color: var(--quaternary-color, #ED925A);
  color: var(--quaternary-color-contrast, #FFF) !important;
  padding: 13px 60px;
  margin: 5px 25px;
}
.standard-hero-with-title .hero-content .btn:hover, .standard-hero-with-title .hero-content .btn:focus {
  background-color: var(--quaternary-color-contrast, #FFF);
  color: var(--quaternary-color, #ED925A) !important;
  border: 1px solid transparent;
}
.standard-hero-with-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

@media (max-width: 991px) {
  .standard-hero-with-title .hero-content {
    padding: 50px 15px;
  }
  .standard-hero-with-title .hero-content .title {
    font-size: 38px;
  }
  .standard-hero-with-title .hero-content p {
    width: 90%;
  }
}
.feature-hero {
  position: relative;
  border-radius: 0;
  background-color: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
}
.feature-hero .container {
  position: relative;
  z-index: 2;
}
.feature-hero .title {
  color: var(--primary-color-contrast, #FFF);
}
.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: 767px) {
  .feature-hero {
    padding: 0;
  }
  .feature-hero .image {
    position: relative;
    width: 100%;
    height: 275px;
  }
  .feature-hero .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.feature-hero-with-fade {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFF;
  margin-bottom: 0;
}
.feature-hero-with-fade:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 8px 10px -10px #d6d6d6;
  z-index: 4;
}
.feature-hero-with-fade:after {
  content: "";
  position: absolute;
  left: calc(50% - 200px);
  top: 0;
  width: 225px;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, white 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
}
.feature-hero-with-fade .image {
  background-size: cover;
  background-position: center;
  width: calc(49.5% + 200px);
  box-shadow: inset 2px 2px 2px -2px #000;
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  height: 100%;
  z-index: 1;
}
.feature-hero-with-fade .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.feature-hero-with-fade .caption {
  position: relative;
  z-index: 5;
}
.feature-hero-with-fade .headline {
  font-size: 60px;
  font-size: 3.75rem;
  text-transform: uppercase;
  color: #878787;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.feature-hero-with-fade .headline span {
  color: #005395;
}
.feature-hero-with-fade .blurb, .feature-hero-with-fade .blurb p {
  color: #393838;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}
.feature-hero-with-fade h1, .feature-hero-with-fade h2, .feature-hero-with-fade h3, .feature-hero-with-fade h4, .feature-hero-with-fade h5, .feature-hero-with-fade h6, .feature-hero-with-fade p {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  color: var(--primary-color, #007BBD);
}

@media (max-width: 991px) {
  .feature-hero-with-fade {
    padding-top: 0;
    padding-bottom: 0;
  }
  .feature-hero-with-fade.landing-hero {
    padding-bottom: 75px;
  }
  .feature-hero-with-fade .headline {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .feature-hero-with-fade .image {
    width: 100%;
    height: 190px;
    position: relative;
  }
  .feature-hero-with-fade .image:before {
    display: none;
  }
  .feature-hero-with-fade .container {
    padding: 15px;
  }
  .feature-hero-with-fade .container h1 {
    margin-bottom: 15px;
    line-height: 1;
  }
  .feature-hero-with-fade:after {
    width: 100%;
    height: 100px;
    left: 0;
    top: 95px;
    background-image: linear-gradient(transparent, #FFF);
  }
}
.icon-quickLinks {
  padding: 45px 0;
}
.icon-quickLinks .iconListRow {
  -ms-flex-pack: center;
      justify-content: center;
}
.icon-quickLinks .sectionHeadline {
  padding-bottom: 20px;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}
.icon-quickLinks .sectionHeadline:after {
  content: "";
  height: 4px;
  width: 90px;
  background: var(--tertiary-color, #0063A8);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 3px;
}
.icon-quickLinks .quickLink {
  text-align: center;
  width: calc(20% - 20px);
  margin: 10px;
}
.icon-quickLinks .quickLink a {
  display: block;
}
.icon-quickLinks .quickLink a:hover svg, .icon-quickLinks .quickLink a:focus svg, .icon-quickLinks .quickLink a:active svg {
  fill: #006298;
}
.icon-quickLinks .quickLink a:hover h3, .icon-quickLinks .quickLink a:focus h3, .icon-quickLinks .quickLink a:active h3 {
  color: #006298;
  border-bottom: 4px solid var(--tertiary-color, #0063A8);
}
.icon-quickLinks .quickLink .icon {
  background-image: url("/ResourcePackages/ST/library/img/quicklinksBG.png");
  background-repeat: no-repeat;
  background-position: center;
  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;
}
.icon-quickLinks .quickLink .icon svg, .icon-quickLinks .quickLink .icon img {
  position: relative;
  margin-bottom: 20px;
  margin: 0;
  height: 80px;
  width: 80px;
  fill: #6ba4b8;
  transition: fill 0.3s linear;
}
.icon-quickLinks .quickLink h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #6d6e71;
  padding: 0;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 4px solid transparent;
  transition: all 0.3s linear;
}

@media (max-width: 991px) {
  .icon-quickLinks {
    padding: 50px 15px;
  }
  .icon-quickLinks .quickLink {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .icon-quickLinks {
    padding: 30px 15px;
  }
  .icon-quickLinks .quickLink {
    width: 100%;
  }
}
.icon-swap-on-hover ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px 0;
}
.icon-swap-on-hover li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 10px 10px 0;
}
.icon-swap-on-hover .image {
  margin: 0;
}
.icon-swap-on-hover .image img {
  max-height: 200px;
  max-width: 250px;
}

@media (max-width: 767px) {
  .icon-swap-on-hover {
    padding: 20px 0;
  }
  .icon-swap-on-hover ul {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 0;
  }
  .icon-swap-on-hover li {
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 0 25px 0;
  }
  .icon-swap-on-hover li:last-of-type {
    margin-bottom: 0;
  }
}
section.iconWidget {
  padding-bottom: 50px;
}

.iconWidget {
  padding: 50px 0 20px 0;
}
.iconWidget .sectionHeadline {
  display: inline-block;
  position: relative;
  font-family: "Source Sans Pro";
  font-size: 45px;
  color: var(--secondary-color, #004B96);
  margin-bottom: 0;
}
.iconWidget h2 {
  font-family: "Source Sans Pro";
  font-size: 28px;
  font-weight: 600;
}
.iconWidget .iconListRow {
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 310px;
}
.iconWidget .tile {
  text-align: center;
}
.iconWidget .tile a {
  display: block;
  background: var(--secondary-color-contrast, #FFF);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 275px;
  margin-top: 10px;
}
.iconWidget .tile a p {
  opacity: 0;
  font-weight: bold;
}
.iconWidget .tile a:hover, .iconWidget .tile a:focus {
  height: 300px;
  background: var(--secondary-color, #004B96);
  text-decoration: none;
  transition: all 1s;
}
.iconWidget .tile a:hover h3, .iconWidget .tile a:focus h3 {
  color: var(--secondary-color-contrast, #FFF);
}
.iconWidget .tile a:hover .icon, .iconWidget .tile a:focus .icon {
  color: var(--secondary-color-contrast, #FFF);
}
.iconWidget .tile a:hover .claims-and-benefits, .iconWidget .tile a:hover .about-self-funding, .iconWidget .tile a:focus .claims-and-benefits, .iconWidget .tile a:focus .about-self-funding {
  background: url("/ResourcePackages/ST/library/img/file-hover.png") no-repeat center;
}
.iconWidget .tile a:hover .engagement-and-navigation, .iconWidget .tile a:hover .our-team, .iconWidget .tile a:focus .engagement-and-navigation, .iconWidget .tile a:focus .our-team {
  background: url("/ResourcePackages/ST/library/img/computer-hover.png") no-repeat center;
}
.iconWidget .tile a:hover .cost-management, .iconWidget .tile a:hover .our-offerings, .iconWidget .tile a:hover .cobra, .iconWidget .tile a:focus .cost-management, .iconWidget .tile a:focus .our-offerings, .iconWidget .tile a:focus .cobra {
  background: url("/ResourcePackages/ST/library/img/chart-hover.png") no-repeat center;
}
.iconWidget .tile a:hover .analytics, .iconWidget .tile a:focus .analytics {
  background: url("/ResourcePackages/ST/library/img/flip-chart-hover.png") no-repeat center;
}
.iconWidget .tile a:hover .medical-dental, .iconWidget .tile a:focus .medical-dental {
  background: url("/ResourcePackages/ST/library/img/medical-dental-hover.png") no-repeat center;
}
.iconWidget .tile a:hover .parking-transit, .iconWidget .tile a:focus .parking-transit {
  background: url("/ResourcePackages/ST/library/img/parking-transit-hover.png") no-repeat center;
}
.iconWidget .tile a:hover .fsa, .iconWidget .tile a:focus .fsa {
  background: url("/ResourcePackages/ST/library/img/fsa-hover.png") no-repeat center;
}
.iconWidget .tile a:hover .custom-solutions, .iconWidget .tile a:focus .custom-solutions {
  background: url("/ResourcePackages/ST/library/img/custom-solutions-hover.png") no-repeat center;
}
.iconWidget .tile a:hover .direct-billing, .iconWidget .tile a:focus .direct-billing {
  background: url("/ResourcePackages/ST/library/img/direct-billing-hover.png") no-repeat center;
}
.iconWidget .tile a:hover p, .iconWidget .tile a:focus p {
  display: inline-block;
  color: var(--secondary-color-contrast, #FFF);
  padding-top: 20px;
  opacity: 1;
  transition: visibility 1s linear 1s, opacity 1s;
}
.iconWidget .tile a:hover p:after, .iconWidget .tile a:focus p:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  padding-left: 15px;
}
.iconWidget .tile .icon {
  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;
}
.iconWidget .tile .icon.claims-and-benefits, .iconWidget .tile .icon.about-self-funding {
  background: url("/ResourcePackages/ST/library/img/file.png") no-repeat center;
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto;
}
.iconWidget .tile .icon.engagement-and-navigation, .iconWidget .tile .icon.our-team {
  background: url("/ResourcePackages/ST/library/img/computer.png") no-repeat center;
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto;
}
.iconWidget .tile .icon.cost-management, .iconWidget .tile .icon.our-offerings, .iconWidget .tile .icon.cobra {
  background: url("/ResourcePackages/ST/library/img/chart.png") no-repeat center;
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto;
}
.iconWidget .tile .icon.analytics {
  background: url("/ResourcePackages/ST/library/img/flip-chart.png") no-repeat center;
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto;
}
.iconWidget .tile .icon.medical-dental {
  background: url("/ResourcePackages/ST/library/img/medical-dental.png") no-repeat center;
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto;
}
.iconWidget .tile .icon.parking-transit {
  background: url("/ResourcePackages/ST/library/img/parking-transit.png") no-repeat center;
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto;
}
.iconWidget .tile .icon.fsa {
  background: url("/ResourcePackages/ST/library/img/fsa.png") no-repeat center;
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto;
}
.iconWidget .tile .icon.custom-solutions {
  background: url("/ResourcePackages/ST/library/img/custom-solutions.png") no-repeat center;
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto;
}
.iconWidget .tile .icon.direct-billing {
  background: url("/ResourcePackages/ST/library/img/direct-billing.png") no-repeat center;
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto;
}
.iconWidget .tile h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #231f20;
  line-height: 18px;
  padding: 15px 0 0 0;
  display: inline-block;
  border-bottom: 4px solid transparent;
  border-bottom: 7px solid transparent;
  margin-top: 30px;
  min-height: 60px;
  width: 80%;
  font-family: "Source Sans Pro";
  line-height: 24px;
}
.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;
}
.iconWidget.teamWidget .tile p {
  margin: 0;
}

@media (max-width: 991px) {
  .iconWidget {
    box-shadow: inset 0 20px 30px -15px rgb(211, 208, 201);
    padding: 45px 0 25px 0;
  }
  .iconWidget .tile {
    margin: 15px 0;
  }
  .iconWidget .tile .icon {
    width: 125px;
    height: 125px;
  }
  .iconWidget .tile .icon img {
    width: 60px;
    height: 60px;
  }
  .iconWidget .tile h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: var(--primary-color, #007BBD);
    font-weight: 700;
    margin-bottom: 20px;
  }
  .iconWidget .iconListRow {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .iconWidget .tile .icon {
    width: 100px;
    height: 100px;
    background-size: 100px 100px !important;
  }
  .iconWidget .tile a:hover {
    height: 315px;
  }
}
.rates-preview {
  background: var(--primary-color, #007BBD);
  padding: 60px 0;
  text-align: center;
}
.rates-preview .sectionHeadlineWrap {
  margin-bottom: 40px;
}
.rates-preview .sectionHeadline {
  display: inline-block;
  position: relative;
  color: var(--primary-color-contrast, #FFF);
  margin-top: 0;
}
.rates-preview .rate-preview {
  margin-bottom: 40px;
  border-right: 1px solid #035094;
}
.rates-preview .rate-preview:last-child {
  border-right: none;
}
.rates-preview .rate-preview .type h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary-color-contrast, #FFF);
  margin-bottom: 30px;
}
.rates-preview .rate-preview .type h3 span {
  color: var(--primary-color-contrast, #FFF);
  font-family: "Neris", sans-serif;
  font-weight: 400;
  margin-top: 5px;
}
.rates-preview .rate-preview h4 {
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: 700;
  color: #e0bd82;
  margin-bottom: 30px;
}
.rates-preview .rate-preview h4 sup {
  top: -17px;
  font-size: 36px;
  font-size: 2.25rem;
}
.rates-preview .rate-preview .unit {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-color-contrast, #FFF);
}

@media (max-width: 767px) {
  .rates-preview {
    padding: 30px 15px 10px 15px;
  }
  .rates-preview .row .rate-preview {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
  }
  .rates-preview .sectionHeadline {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
  .rates-preview a.btn {
    display: block;
  }
  .rates-preview .rate-preview h4 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.rates {
  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: 767px) {
  .rates .jumpTo {
    margin: 20px 0;
  }
  .rates .jumpTo ul li {
    width: 100%;
  }
}
.product-comparison-table {
  background: #f9f7f3;
  padding: 30px 0;
}
.product-comparison-table .headline {
  text-align: center;
  margin-top: 0;
}
.product-comparison-table .divider {
  margin-bottom: 40px;
}
.product-comparison-table .tableWrapper {
  position: relative;
  z-index: 1;
}
.product-comparison-table table th, .product-comparison-table table td {
  text-align: center;
  border: 1px solid #dcdcdd;
  padding: 30px 10px;
  background: #FFF;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}
.product-comparison-table table thead th {
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.product-comparison-table table tbody td {
  color: var(--primary-color, #007BBD);
  font-size: 20px;
  font-size: 1.25rem;
}
.product-comparison-table table tbody td.gray {
  color: #58595b;
}
.product-comparison-table table tbody td small {
  color: #2D3846;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
}
.product-comparison-table table tbody td:first-child {
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
}
.product-comparison-table table tbody td:first-child small {
  color: var(--primary-color-contrast, #FFF);
}
.product-comparison-table table tbody td .btn {
  margin-bottom: 10px;
}
.product-comparison-table table tbody td .seeRates {
  font-size: 15px;
  font-size: 0.9375rem;
}

.image-with-caption-cta {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: none;
}
.image-with-caption-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-with-caption-cta .caption {
  position: relative;
  left: 50px;
  color: #FFF;
  padding: 115px 55px;
  background-color: #FFF;
}
.image-with-caption-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-with-caption-cta .caption .body {
  position: relative;
  z-index: 2;
}
.image-with-caption-cta .caption .title {
  color: var(--primary-color, #007BBD);
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.image-with-caption-cta .caption .blurb {
  margin-bottom: 35px;
  color: #58595b;
  line-height: 26px;
}
.image-with-caption-cta .caption .cta {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .image-with-caption-cta .container {
    max-width: 100%;
  }
  .image-with-caption-cta .photo {
    height: 220px;
    min-height: initial;
    position: relative;
    overflow: hidden;
  }
  .image-with-caption-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-with-caption-cta .caption {
    padding: 0 15px;
    left: 0;
  }
  .image-with-caption-cta .caption:before {
    background-position: right -50px bottom -20px;
  }
  .image-with-caption-cta .caption .title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
  .image-with-caption-cta .caption .blurb {
    line-height: 22px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.icon-cta {
  padding: 100px 0 75px 0;
  background: #f9f7f3;
}
.icon-cta .caption .leftcol {
  padding-right: 70px;
}
.icon-cta .caption .title {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  color: var(--primary-color, #007BBD);
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.icon-cta .caption .description {
  margin-bottom: 30px;
  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;
}

@media (max-width: 767px) {
  .icon-cta {
    padding: 50px 0 40px 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;
    text-align: center;
  }
  .icon-cta .caption .icon img {
    max-height: 125px;
  }
  .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;
  }
}
.banner-cta {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/ResourcePackages/ST/library/img/bannerCTA-overlay.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-cta .caption {
  padding: 85px 0;
  color: #FFF;
}
.banner-cta .caption .title {
  color: #FFF;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 20px;
}
.banner-cta .caption .blurb {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .banner-cta {
    padding: 0 15px;
  }
  .banner-cta .caption {
    padding: 20px 0;
  }
}
.two-tile-cta .tile {
  background: #09629b;
  position: relative;
  padding: 45px 0;
}
.two-tile-cta .tile:last-of-type {
  background: #1f5681;
}
.two-tile-cta .tile .body {
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 2;
  padding: 0 65px;
}
.two-tile-cta .tile h2 {
  color: #FFF;
  font-family: "Source Sans Pro";
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 15px;
}
.two-tile-cta .tile .text {
  margin-bottom: 20px;
}
.two-tile-cta .tile .cta {
  margin-top: auto;
}
.two-tile-cta .tile a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .two-tile-cta .tile {
    padding: 35px 0;
  }
  .two-tile-cta .tile .body {
    padding: 0 15px;
  }
}

.video-cta {
  background: #fff;
}
.video-cta iframe {
  width: 100%;
  height: 500px;
}
.video-cta h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.video-cta p {
  margin-bottom: 30px;
}
.video-cta .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-cta .video-content {
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: none;
        transform: none;
    width: auto;
    margin-bottom: 40px;
  }
}

.videoWrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.videoWrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.locate-cta {
  background-color: #17a2b8;
  padding: 60px 0;
  color: white;
  text-align: center;
}
.locate-cta h1, .locate-cta h2, .locate-cta h3, .locate-cta h4, .locate-cta h5, .locate-cta h6, .locate-cta p, .locate-cta a {
  color: white;
}
.locate-cta a {
  text-decoration: underline;
}
.locate-cta a:hover {
  color: white;
  text-decoration: none;
}
.locate-cta .body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 auto;
  text-align: center;
}
.locate-cta .title {
  font-size: 36px;
  margin-bottom: 15px;
}
.locate-cta .form-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
}
.locate-cta .form-wrapper .enterMissingZip {
  padding: 0 20px;
  min-width: 420px;
  height: 44px;
  margin-right: 10px;
}
.locate-cta .form-wrapper a {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .locate-cta {
    padding: 30px 10px;
  }
  .locate-cta .form-wrapper .enterMissingZip {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  .locate-cta {
    margin: 10px 0 0 0;
  }
  .locate-cta .row {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .locate-cta .body {
    -ms-flex-align: center;
        align-items: center;
    margin: 0;
    padding: 0;
  }
  .locate-cta .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .locate-cta .form-wrapper {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
  }
  .locate-cta .form-wrapper .enterMissingZip, .locate-cta .form-wrapper .btn {
    width: 100%;
  }
  .locate-cta .form-wrapper .enterMissingZip {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .locate-cta .region {
    display: none;
  }
  .locate-cta .title, .locate-cta .photo, .locate-cta .body {
    width: 100%;
    text-align: center;
  }
}
.generic-cta {
  margin-bottom: 50px;
}
.generic-cta .cta {
  background: #1ca0b2;
  color: #FFF;
  font-size: 18px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  height: 100%;
}
.generic-cta .cta .icon {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background: url(/library/images/chatIcon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 225px;
  height: 206px;
  opacity: 0.25;
  display: none;
  margin: 0;
}
.generic-cta .cta h2, .generic-cta .cta .desc {
  color: #FFF;
  margin: 0;
  z-index: 2;
}
.generic-cta .cta h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.generic-cta .cta .image {
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30%;
}
.generic-cta .cta .body {
  padding: 50px;
  width: 70%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
.generic-cta .cta .desc {
  margin-bottom: 40px;
}
.generic-cta .cta .ctaBtn {
  margin-top: auto;
}
.generic-cta .cta .ctaBtn a {
  white-space: normal;
}
.generic-cta .cta .iconWrapper {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 15px;
  width: 150px;
  opacity: 0.2;
}
.generic-cta .cta .iconWrapper .icon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  width: 150px;
  height: 125px;
}
.generic-cta.two-col-layout .cta .image {
  width: 40%;
}
.generic-cta.two-col-layout .cta .body {
  width: 60%;
}
.generic-cta.three-col-layout .cta .image, .generic-cta.four-col-layout .cta .image {
  display: none;
}
.generic-cta.three-col-layout .cta .body, .generic-cta.four-col-layout .cta .body {
  width: 100%;
  padding: 10px 35px;
}
.generic-cta.three-col-layout .cta .icon, .generic-cta.four-col-layout .cta .icon {
  display: block;
}
.generic-cta.three-col-layout .cta h2, .generic-cta.four-col-layout .cta h2 {
  font-size: 24px;
}
.generic-cta .row {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 991px) {
  .generic-cta {
    margin-bottom: 20px;
  }
  .generic-cta .ctaWrapper {
    padding: 0;
  }
  .generic-cta .cta {
    margin: 0 15px;
  }
  .generic-cta .cta .icon {
    display: block;
  }
  .generic-cta .cta .image {
    display: none;
  }
  .generic-cta .cta h2 {
    min-height: initial;
    font-size: 26px;
  }
  .generic-cta .cta .body {
    width: 100%;
    padding: 35px 20px 10px 20px;
  }
  .generic-cta .cta .desc {
    margin-bottom: 25px;
  }
  .generic-cta.two-col-layout .cta .icon, .generic-cta.three-col-layout .cta .icon, .generic-cta.four-col-layout .cta .icon {
    display: block;
  }
  .generic-cta.two-col-layout .cta .image, .generic-cta.three-col-layout .cta .image, .generic-cta.four-col-layout .cta .image {
    display: none;
  }
  .generic-cta.two-col-layout .cta .body, .generic-cta.three-col-layout .cta .body, .generic-cta.four-col-layout .cta .body {
    width: 100%;
    padding: 35px 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .generic-cta .ctaWrapper {
    padding: 0 15px;
  }
}
.datapoint-cta {
  color: #FFF;
  position: relative;
  padding: 40px 0;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.datapoint-cta .row {
  -ms-flex-align: center;
      align-items: center;
  padding: 0 60px 0 110px;
}
@media (max-width: 1199px) {
  .datapoint-cta .row {
    width: 100%;
    padding: 0;
  }
}
.datapoint-cta:before {
  content: "";
  background: rgba(27, 117, 188, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.datapoint-cta .infoCol, .datapoint-cta .dataCol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.datapoint-cta .dataCol {
  text-align: right;
}
@media (max-width: 1199px) {
  .datapoint-cta .dataCol {
    text-align: center;
  }
}
.datapoint-cta .infoCol {
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .datapoint-cta .infoCol {
    padding-right: 20px;
  }
}
.datapoint-cta .title, .datapoint-cta .desc, .datapoint-cta .data {
  color: #FFF;
}
.datapoint-cta .title {
  font-size: 64px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.datapoint-cta .desc {
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
}
.datapoint-cta .data {
  font-size: 150px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1199px) {
  .datapoint-cta .infoCol {
    padding-left: 0px;
  }
  .datapoint-cta .title {
    font-size: 40px;
  }
  .datapoint-cta .data {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .datapoint-cta {
    padding: 30px 0 10px 0;
    margin-bottom: 20px;
  }
  .datapoint-cta .dataCol {
    margin: 0 0 25px 0;
    text-align: left;
  }
  .datapoint-cta .title {
    font-size: 36px;
    margin: 10px 0 0 0;
  }
  .datapoint-cta .desc {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  .datapoint-cta .data {
    font-size: 90px;
    margin: 0;
  }
  .datapoint-cta .infoCol {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }
}

.community-cta {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  box-shadow: 0px 5px 5px -5px grey;
  padding: 85px 0;
}
.community-cta .body {
  background: #FFF;
  width: 40%;
  padding: 50px 35px;
  position: relative;
}
.community-cta .body .headline {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 25px;
}
.community-cta .body .text {
  margin-bottom: 35px;
  color: #323131;
}
.community-cta .body .social {
  display: inline-block;
}
.community-cta .body .social h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Neris", sans-serif;
  border-bottom: 2px solid #fab14a;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.community-cta .socialIcons ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.community-cta .socialIcons li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  color: #FFF;
  background: var(--primary-color, #007BBD);
  border-radius: 25px;
  padding: 10px;
  margin-right: 8px;
}
.community-cta .socialIcons li a:hover {
  background: rgb(51, 149.4, 255);
}
.community-cta .socialIcons svg {
  width: 20px;
  height: 20px;
  fill: #FFF;
}
@media (max-width: 1199px) {
  .community-cta .body {
    width: 50%;
  }
  .community-cta .row {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .community-cta {
    padding: 70px 15px;
  }
  .community-cta .row {
    padding: 0;
  }
  .community-cta .body {
    width: 100%;
    padding: 20px;
  }
  .community-cta .body .headline {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 15px;
  }
  .community-cta .body .text {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .community-cta .body .social {
    display: block;
    text-align: center;
    margin: 0 20px;
  }
  .community-cta .body .social h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .community-cta .body .social .socialIcons {
    text-align: center;
    display: inline-block;
  }
}

.form-cta {
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
  padding: 70px 0;
}
.form-cta .row {
  -ms-flex-align: center;
      align-items: center;
}
.form-cta .form-box {
  background: none;
}
.form-cta .form-box [type=submit] {
  margin-top: 20px;
}
.form-cta h3 {
  color: var(--primary-color-contrast, #FFF);
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .form-cta {
    padding: 20px 0;
  }
  .form-cta .form-box {
    padding: 0;
    margin-top: 0;
  }
}
.full-width-text-cta {
  position: relative;
  padding: 60px 60px 100px 60px;
  color: black;
  width: 60%;
  margin: 0 auto;
  background: url("/ResourcePackages/ST/library/img/user.png") no-repeat;
}
.full-width-text-cta .row {
  position: relative;
  z-index: 2;
}
.full-width-text-cta .headline {
  color: var(--secondary-color, #004B96);
  font-family: "Source Sans Pro";
}
.full-width-text-cta .cta-actions {
  position: absolute;
  top: 50%;
  left: 100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.full-width-text-cta .cta-actions .btn {
  background-color: var(--secondary-color, #004B96);
  width: 150px;
}
.full-width-text-cta .cta-actions .btn:hover, .full-width-text-cta .cta-actions .btn:focus {
  background-color: #014163;
  color: #FFF !important;
}
.full-width-text-cta .cta-actions a {
  color: white !important;
}
.full-width-text-cta p {
  font-family: "nerislight";
}
.full-width-text-cta .glyph {
  fill: var(--primary-color, #007BBD);
  position: absolute;
  top: 40px;
  left: 0;
  max-width: 130px;
  max-height: 130px;
  opacity: 0.25;
  z-index: 1;
}
@media (max-width: 991px) {
  .full-width-text-cta .cta-actions {
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: none;
        transform: none;
    text-align: center;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .full-width-text-cta {
    background-size: 50% 30%;
  }
}
@media screen and (max-width: 768px) {
  .full-width-text-cta {
    width: 80%;
    padding: 0 0 50px 0;
  }
  .full-width-text-cta .cta-actions {
    text-align: left;
  }
  .full-width-text-cta .headline {
    font-size: 36px;
  }
}
.left-right-image-cta {
  position: relative;
  background: var(--primary-color, #007BBD);
}
.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: var(--primary-color-contrast, #FFF);
}
.left-right-image-cta .cta-content .headline {
  color: var(--primary-color-contrast, #FFF);
}
.left-right-image-cta .cta-content .subheadline {
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--primary-color-contrast, #FFF);
}
.left-right-image-cta.image-right .image {
  left: 50%;
}

@media (max-width: 767px) {
  .left-right-image-cta .image {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .left-right-image-cta.image-right .image {
    left: 0;
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.multi-cta-box {
  padding: 100px 0;
  background: var(--primary-color, #007BBD);
  color: var(--primary-color, #007BBD);
  position: relative;
}
.multi-cta-box .row {
  -ms-flex-pack: center;
      justify-content: center;
}
.multi-cta-box .multi-cta {
  position: relative;
  z-index: 2;
}
.multi-cta-box .multi-cta .body {
  background: #FFF;
  padding: 45px;
  height: 100%;
}
.multi-cta-box .multi-cta .title a {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  padding-bottom: 25px;
}
.multi-cta-box .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 1199px) {
  .multi-cta-box .multi-cta a {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .multi-cta-box {
    padding: 40px;
    margin: 40px 0px;
  }
  .multi-cta-box .multi-cta {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .multi-cta-box .multi-cta:last-of-type {
    margin-bottom: 0;
  }
}
.flex-cta {
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
}
.flex-cta .headline {
  color: var(--primary-color-contrast, #FFF);
}
.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 a {
  color: var(--primary-color-contrast, #FFF);
}
.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: var(--primary-color-contrast, #FFF);
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .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;
  }
}

.featured-cards {
  background-image: url("/ResourcePackages/ST/library/img/plusPattern.png");
  background-repeat: repeat;
  padding: 30px 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: 767px) {
  .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;
  }
}
.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: var(--secondary-color, #004B96);
  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;
  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: var(--secondary-color, #004B96);
  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: var(--secondary-color, #004B96);
  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: 991px) {
  .inner-tiles {
    padding: 40px 0;
  }
  .inner-tiles .tile {
    margin: 0;
  }
  .inner-tiles .tile .box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .inner-tiles .tile .box {
    padding: 15px;
  }
}
.image-cards {
  padding: 40px 0;
  background: var(--primary-color, #007BBD);
}
.image-cards .card-box {
  background: #FFF;
  height: 100%;
}
.image-cards .links-col .links-title {
  color: #FFF;
}
.image-cards .links-col a {
  color: #FFF;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .image-cards .image-card {
    margin-bottom: 20px;
  }
}
.info-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info-cards .info-card {
  padding: 20px 20px 80px 20px;
  margin: 10px 5px 10px 0;
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
}
.info-cards .info-card:last-of-type {
  margin-right: 0;
}
.info-cards .info-card a.info-title,
.info-cards .info-card .info-title {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--tertiary-color, #0063A8);
}
.info-cards .info-card a.btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
.info-cards .info {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 10px;
  padding: 40px 40px 130px 40px;
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.info-cards .info:hover {
  text-decoration: none;
}
.info-cards .info svg {
  max-width: 130px;
  max-height: 80px;
  fill: var(--primary-color, #007BBD);
  margin-bottom: 20px;
}
.info-cards .info h5 {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 30px;
  font-weight: 400;
}
.info-cards .info .actions {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .info-cards .info {
    width: 100%;
    margin: 0 0 20px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.angled-cards {
  background: #f9f7f3;
  padding: 30px 0;
}
.angled-cards .tilesList {
  margin-top: 40px;
}
.angled-cards .tilesList .row {
  -ms-flex-pack: center;
      justify-content: center;
}
.angled-cards .tile {
  padding: 0 15px 0 15px;
  margin-bottom: 20px;
}
.angled-cards .tile .body {
  padding: 0 15px 30px 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;
}
.angled-cards .tile .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 235px;
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  overflow: hidden;
}
.angled-cards .tile .photo:after {
  content: "";
  background: #FFF;
  position: absolute;
  height: 100px;
  width: 110%;
  top: calc(100% - 37px);
  left: calc(0% - 20px);
  -ms-transform: rotate(5deg);
      transform: rotate(5deg);
}
.angled-cards .tile .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 23px;
  color: var(--secondary-color, #004B96);
}
.angled-cards .tile .blurb {
  color: #58595b;
  margin-bottom: 40px;
}
.angled-cards .tile .cta {
  margin-top: auto;
}

@media (max-width: 991px) {
  .tilesWidget {
    margin: 0;
  }
  .tilesWidget .tile {
    margin: 0 0 20px 0;
  }
  .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;
  }
  .tilesWidget .tile .btn {
    display: inline-block;
  }
}
.circle-image-cards {
  background: #e8f4ee;
  padding: 135px 0 50px 0;
  margin: 0 -40px;
}
.circle-image-cards .row {
  -ms-flex-pack: center;
      justify-content: center;
}
.circle-image-cards .card {
  text-align: center;
  padding: 0 20px 40px 20px;
  margin: 0 20px 20px 20px;
  width: calc(33.3333333333% - 40px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#619db3+0,1e8c62+50,00843d+100 */
  background: var(--tertiary-color, #0063A8); /* Old browsers */
  background: linear-gradient(to bottom, var(--tertiary-color, #0063A8) 0%, var(--secondary-color, #004B96) 100%);
}
.circle-image-cards .card .photo {
  margin: -80px auto 20px auto;
}
.circle-image-cards .card .photo img {
  border-radius: 50%;
  height: 210px;
  width: 220px;
}
.circle-image-cards .card .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
}
.circle-image-cards .card .blurb {
  color: #FFF;
  margin-bottom: 40px;
}
.circle-image-cards .card .cta {
  margin-top: auto;
}

@media (max-width: 991px) {
  .circle-image-cards {
    margin: 0;
  }
  .circle-image-cards .row {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 15px;
  }
  .circle-image-cards .card {
    width: 100%;
    margin: 0 0 120px 0;
  }
  .circle-image-cards .card:last-child {
    margin: 0;
  }
  .circle-image-cards .card .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .circle-image-cards .card .blurb {
    line-height: 1.2;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.front-back-cards {
  margin-bottom: 50px;
}
.front-back-cards .container {
  padding: 0;
}
.front-back-cards .row {
  margin-top: 10px;
}
.front-back-cards .row .cardWrapper {
  margin: 0;
}
.front-back-cards .row .card {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  border: 0px;
  background-color: #f3f3f3;
  border-radius: 0px;
  font-size: 18px;
  overflow: hidden;
  transition: top 0.5s linear;
  margin-top: 0;
  margin-bottom: 0;
}
.front-back-cards .row .card .cardContent {
  transition: all 0.4s ease-in-out;
  position: relative;
  margin: 0;
}
.front-back-cards .row .card .hoverState {
  opacity: 0;
  display: none;
  transition: all 0.4s ease-in-out;
}
.front-back-cards .row .card.hover .hoverState {
  opacity: 1;
  display: block;
}
.front-back-cards .row .card.hover .cardContent {
  -ms-transform: translateY(-210px);
      transform: translateY(-210px);
}
.front-back-cards .row .card .ctaBtn {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}
.front-back-cards .row .card .ctaBtn a {
  color: #1e4072;
}
.front-back-cards .row .card .ctaBtn a span {
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.front-back-cards .row .card .body {
  margin: 0;
  position: relative;
  padding: 20px 20px 70px 20px;
  margin: 0;
  border-top: 10px solid #f69d2f;
}
.front-back-cards .row .card .body .cardHeading > img, .front-back-cards .row .card .body .cardHeading > span {
  display: block;
}
.front-back-cards .row .card .title {
  margin-bottom: 10px;
}
.front-back-cards .row .card .desc {
  margin-bottom: 20px;
}
.front-back-cards .row .card.darkBlue .body {
  border-top: 10px solid #1c3f74;
}
.front-back-cards .row .card.lightBlue .body {
  border-top: 10px solid #0072b4;
}
.front-back-cards .row .card.orange .body {
  border-top: 10px solid #f59c2d;
}
.front-back-cards .row .card.darkGreen .body {
  border-top: 10px solid #5c9842;
}
.front-back-cards .row .card.lightGreen .body {
  border-top: 10px solid #9dc23b;
}
.front-back-cards .row .card.purple .body {
  border-top: 10px solid #a54198;
}
.front-back-cards .row .card.teal .body {
  border-top: 10px solid #00b5cc;
}
.front-back-cards .row .card .image {
  position: relative;
  height: 210px;
  background-position: center 20%;
  background-size: cover;
  margin: 0;
}

@media (max-width: 991px) {
  .front-back-cards {
    margin: 20px;
  }
  .front-back-cards .row .cardWrapper {
    margin-bottom: 20px;
  }
  .front-back-cards .row .card {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    background: #FFF;
  }
  .front-back-cards .row .card .hoverState {
    display: block;
    opacity: 1;
    margin-top: 25px;
  }
  .front-back-cards .row .card .hoverState .icon {
    display: none;
  }
  .front-back-cards .row .card .ctaBtn .icon {
    display: inline-block;
  }
  .front-back-cards .row .card .body {
    background-color: #f3f3f3;
    padding: 20px;
  }
}
.product-icon-hovers {
  background-color: #f3f3f3;
  padding: 30px 0;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .product-icon-hovers {
    text-align: center;
  }
}
.product-icon-hovers .title {
  text-align: left;
}
.product-icon-hovers .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.product-icon-hovers .row .product {
  -ms-flex: 1 1;
      flex: 1 1;
  padding-bottom: 30px;
  text-align: center;
  padding: 30px;
  margin: 10px;
  background-color: #f3f3f3;
  animation: all 1s ease;
}
@media (min-width: 992px) {
  .product-icon-hovers .row .product {
    max-width: 22%;
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
  }
}
@media (max-width: 1024px) {
  .product-icon-hovers .row .product .ctaBtn {
    visibility: visible !important;
  }
}
.product-icon-hovers .row .product:hover, .product-icon-hovers .row .product:focus {
  background-color: white;
}
.product-icon-hovers .row .product:hover .ctaBtn, .product-icon-hovers .row .product:focus .ctaBtn {
  visibility: visible;
}
.product-icon-hovers .row .product h3 {
  color: #000;
  font-size: 18px;
  margin-top: 30px;
  text-transform: uppercase;
}
.product-icon-hovers .row .product .image {
  min-height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-icon-hovers .row .product .ctaBtn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  visibility: hidden;
  transition: all 100ms;
  margin-top: 10px;
  display: block;
  line-height: 1;
}
.product-icon-hovers .row .product .ctaBtn a {
  color: #1e4072;
}
.product-icon-hovers .row .product .ctaBtn a span {
  margin-left: 10px;
  top: -2px;
  position: relative;
}
.product-icon-hovers .row .product div {
  margin: 0;
}

@media (max-width: 767px) {
  .product-icon-hovers {
    padding: 35px 0 0 0;
    margin: 30px 0;
    text-align: left;
  }
  .product-icon-hovers .h1 {
    padding: 0 20px;
    font-size: 24px;
  }
  .product-icon-hovers .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .product-icon-hovers .row p {
    display: none;
  }
  .product-icon-hovers .row .product {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    text-align: left;
  }
  .product-icon-hovers .row .product h3 {
    color: #1785be;
    font-size: 16px;
    margin: 0;
  }
  .product-icon-hovers .row .product .image {
    min-height: 50px;
    width: 60px;
    background-position: center;
    margin-right: 15px;
  }
  .product-icon-hovers .row .product .ctaBtn {
    display: none;
  }
  .product-icon-hovers .mobileInfo {
    width: 100%;
  }
  .product-icon-hovers .mobileInfo a {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px 0;
    margin: 0;
  }
  .product-icon-hovers .mobileInfo a:hover {
    text-decoration: none;
  }
}
.related-products {
  padding: 180px 0 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 30px;
}
.related-products .row {
  margin-left: -25px;
  margin-right: -25px;
}
.related-products:before {
  content: "";
  background-image: url("/ResourcePackages/ST/library/img/relatedProductsBottomLeftBG.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 470px;
  height: 262px;
  z-index: 1;
}
.related-products:after {
  content: "";
  background-image: url("/ResourcePackages/ST/library/img/relatedProductsBottomRightBG.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 230px;
  height: 416px;
  z-index: 1;
}
.related-products .product-box {
  background: #FFF;
  color: #000;
  border-radius: 0;
  text-align: left;
  padding: 45px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(33.33% - 20px);
  margin: 10px;
  line-height: 1;
  z-index: 2;
  position: relative;
}
.related-products .product-box h1, .related-products .product-box h2, .related-products .product-box h3, .related-products .product-box h4, .related-products .product-box h5, .related-products .product-box h6 {
  color: var(--primary-color, #007BBD);
}
.related-products .product-box p {
  padding: 0 0 10px 0;
}
.related-products .product-box .product-title {
  font-size: 36px;
  font-size: 2.25rem;
  padding-bottom: 30px;
}
.related-products .product-box .blurb {
  margin-bottom: 40px;
  line-height: 30px;
}
.related-products .product-box .product-feature {
  padding-bottom: 70px;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  font-family: "Source Sans Pro";
  display: inline;
  color: var(--primary-color, #007BBD);
}
.related-products .product-box .product-feature .largeText {
  display: inline;
}
.related-products .product-box .product-feature .smallText {
  display: inline;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}
.related-products .product-box .product-feature span {
  color: var(--secondary-color, #004B96);
  padding-left: 0px;
  font-size: 60px;
  font-size: 3.75rem;
}
.related-products .product-box .product-bottom {
  position: relative;
  padding: 0;
  padding-bottom: 0;
  margin-top: auto;
}
.related-products .product-box .product-bottom .learnMore {
  margin-left: 25px;
  text-decoration: underline;
}
.related-products .product-box .product-bottom .learnMore:hover {
  color: #000;
}

@media (max-width: 991px) {
  .related-products {
    padding: 100px 15px;
  }
  .related-products:after {
    display: none;
  }
  .related-products .product-box {
    width: 100%;
    padding: 15px;
  }
  .related-products .product-box .product-title {
    font-size: 30px;
    font-size: 1.875rem;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .related-products .product-box .product-feature {
    padding-bottom: 20px;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .related-products .product-box .product-feature span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .related-products:before {
    display: none;
  }
}
.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: var(--primary-color, #007BBD);
  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: var(--primary-color-contrast, #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: var(--primary-color, #007BBD);
  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: var(--primary-color-contrast, #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: var(--primary-color-contrast, #FFF);
}
.comparison-cards .compCard .cta a {
  color: var(--primary-color, #007BBD);
  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: 991px) {
  .inner-tiles {
    padding: 40px 0;
  }
  .inner-tiles .tile {
    margin: 0;
  }
  .inner-tiles .tile .box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .inner-tiles .tile .box {
    padding: 15px;
  }
}
.event-cards-with-date-icon {
  background: #e9eef5;
  padding: 90px 0;
}
.event-cards-with-date-icon .newsItem {
  background: #FFF;
  box-shadow: 0px 0px 10px 1px #ccc;
  margin-right: 20px;
  padding: 0;
}
.event-cards-with-date-icon .newsItem:hover, .event-cards-with-date-icon .newsItem:focus, .event-cards-with-date-icon .newsItem.active {
  box-shadow: 0px 0px 10px 1px #797575;
}
.event-cards-with-date-icon .featured-post-preview {
  position: relative;
  background: #FFF;
}
.event-cards-with-date-icon .featured-post-content {
  padding: 50px 35px;
}
.event-cards-with-date-icon .image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 170px;
}
.event-cards-with-date-icon .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 90, 159, 0.5);
  z-index: 1;
  transition: all 0.3s linear;
}
.event-cards-with-date-icon a {
  transition: all 0.5s linear;
  text-decoration: none;
}
.event-cards-with-date-icon a:hover, .event-cards-with-date-icon a:focus, .event-cards-with-date-icon a.active {
  text-decoration: none;
}
.event-cards-with-date-icon a:hover .image:after, .event-cards-with-date-icon a:focus .image:after, .event-cards-with-date-icon a.active .image:after {
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
}
.event-cards-with-date-icon .headline {
  color: var(--primary-color, #007BBD);
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.event-cards-with-date-icon .blurb {
  color: #000;
}
.event-cards-with-date-icon .calendar {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 50px;
  width: 63px;
  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;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  background: #faa61a;
  padding: 20px 0;
}
.event-cards-with-date-icon .calendar:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 100%;
  border-style: solid;
  border-width: 50px 30px 50px 0;
  border-color: transparent #faa61a transparent transparent;
}
.event-cards-with-date-icon .calendar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #faa61a;
}
.event-cards-with-date-icon .calendar .day {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 0.7;
}
@media (max-width: 991px) {
  .event-cards-with-date-icon {
    padding: 30px 15px;
  }
  .event-cards-with-date-icon .newsItem {
    margin-right: 0;
    margin-bottom: 15px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .event-cards-with-date-icon .image {
    height: 110px;
  }
  .event-cards-with-date-icon .calendar {
    padding: 15px 5px;
    width: 50px;
  }
  .event-cards-with-date-icon .calendar:before {
    border-width: 35px 20px 35px 0;
  }
  .event-cards-with-date-icon .calendar:after {
    border-width: 35px 0px 35px 20px;
  }
  .event-cards-with-date-icon .calendar .month {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .event-cards-with-date-icon .calendar .day {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .event-cards-with-date-icon .featured-post-preview {
    margin-bottom: 10px;
  }
  .event-cards-with-date-icon .featured-post-content {
    padding: 30px;
  }
}

.account-stats {
  position: relative;
  margin-bottom: 40px;
}
.account-stats .container {
  padding: 40px 25px;
  text-align: center;
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
}
.account-stats h3 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-color-contrast, #FFF);
}
.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: var(--primary-color-contrast, #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-cards .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-cards .product {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 10px;
  padding: 40px 40px 130px 40px;
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
}
.product-cards .product svg {
  max-width: 130px;
  max-height: 80px;
  fill: var(--tertiary-color, #0063A8);
  margin-bottom: 20px;
}
.product-cards .product .product-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary-color-contrast, #FFF);
  margin-bottom: 30px;
}
.product-cards .product .actions {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .product-cards .product {
    width: 100%;
    margin: 0 0 20px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.promo-cards .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promo-cards .promo-card {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 10px;
  padding: 40px 10px 95px 10px;
  background: #9c9c9c;
  color: #000;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s;
}
.promo-cards .promo-card:hover {
  text-decoration: none;
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
}
.promo-cards .promo-card:hover .promo-title, .promo-cards .promo-card:hover .promo-feature h3 {
  color: var(--primary-color-contrast, #FFF);
}
.promo-cards .promo-card .promo-title {
  font-size: 25px;
  font-size: 1.5625rem;
  padding-bottom: 40px;
  color: #000;
}
.promo-cards .promo-card .promo-feature h3 {
  font-weight: 400;
  font-size: 80px;
  font-size: 5rem;
  line-height: 50px;
  line-height: 3.125rem;
  color: #000;
}
.promo-cards .promo-card .promo-feature h3 sup {
  top: -0.6em;
  font-size: 55%;
}
.promo-cards .promo-card .promo-feature span {
  display: inline-block;
  padding-left: 25%;
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
}
.promo-cards .promo-card p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding: 20px 40px 0 40px;
}
.promo-cards .promo-card .promo-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .promo-cards .promo-card p {
    padding: 20px 10px 0 10px;
  }
}
@media screen and (max-width: 970px) {
  .promo-cards .promo-card {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 780px) {
  .promo-cards .promo-card {
    width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 370px) {
  .promo-cards .promo-card {
    padding-bottom: 80px;
  }
}

.simple-cards-with-icons {
  color: var(--primary-color-contrast, #FFF);
}
.simple-cards-with-icons a {
  color: var(--primary-color-contrast, #FFF);
  text-decoration: none;
  transition: color 0.3s;
}
.simple-cards-with-icons a:hover, .simple-cards-with-icons a:focus, .simple-cards-with-icons a:active {
  text-decoration: none;
  color: var(--secondary-color-contrast, #FFF);
}
.simple-cards-with-icons a:hover .box, .simple-cards-with-icons a:focus .box, .simple-cards-with-icons a:active .box {
  background: var(--secondary-color, #004B96);
}
.simple-cards-with-icons .box {
  background: var(--primary-color, #007BBD);
  height: 100%;
  padding: 25px;
  transition: background 0.3s;
}
.simple-cards-with-icons:last-of-type {
  margin-right: 0;
}
.simple-cards-with-icons .title {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  padding-left: 90px;
  min-height: 70px;
  color: var(--tertiary-color, #0063A8);
}
.simple-cards-with-icons .title svg {
  max-width: 70px;
  max-height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  fill: var(--tertiary-color, #0063A8);
}
@media screen and (max-width: 1020px) {
  .simple-cards-with-icons {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 630px) {
  .simple-cards-with-icons p {
    display: none;
  }
}

.location-search {
  height: 850px;
}
.location-search .locations-pane {
  position: relative;
  height: 100%;
  overflow-y: auto;
  background-color: #f6f6f6;
}
.location-search .locations-pane .locations {
  max-width: 100%;
}
.location-search .locations-pane .locations-header {
  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-filter {
  padding: 10px 0 30px 0;
}
.location-search .locations-pane .locations-filter label {
  display: block;
  font-weight: 700;
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-size: 1.5rem;
  color: var(--secondary-color, #004B96);
}
.location-search .locations-pane .locations-filter .select-box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 7px;
  max-width: 100%;
}
.location-search .locations-pane .locations-filter .select-box select {
  width: 100%;
  padding: 15px;
  color: #6d6e71;
  font-size: 18px;
  font-size: 1.125rem;
}
.location-search .locations-pane .locations-filter .select-box + a.btn {
  vertical-align: top;
}
.location-search .locations-pane .locations-info {
  padding: 0;
}
.location-search .locations-pane .locations-listings {
  padding: 0 0 25px 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 #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 {
  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, .location-item:focus, .location-item.active {
  box-shadow: 0px 0px 10px 1px #797575;
}
.location-item:hover .bankInfo .location-title, .location-item:focus .bankInfo .location-title, .location-item.active .bankInfo .location-title {
  text-decoration: underline;
}
.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: var(--secondary-color, #004B96);
  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: var(--primary-color, #007BBD);
}
.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: "Source Sans Pro";
  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: var(--primary-color, #007BBD);
}
.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: 1199px) {
  .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: 767px) {
  .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-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: var(--secondary-color, #004B96);
  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: var(--secondary-color, #004B96);
  color: #FFF;
  padding: 25px 35px;
}
.bank-features-box .photo {
  margin-bottom: 20px;
}
.bank-features-box .info {
  margin-bottom: 20px;
}
.bank-features-box h4 {
  font-size: 24px;
  font-size: 1.5rem;
  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: 1199px) {
  .location-detail {
    padding: 40px 15px;
  }
  .locationDetailTop .breadcrumbs {
    padding: 25px 15px;
  }
}
@media (max-width: 767px) {
  .location-detail {
    padding: 0;
  }
  .location-detail .pageTitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .location-detail .cta {
    margin-bottom: 20px;
  }
  .bank-features-box {
    padding: 20px;
  }
}
.location-banner {
  height: auto;
}
.location-banner a {
  height: 423px;
  width: 100%;
  padding-top: 70px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
}
.location-banner a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color, #007BBD);
  opacity: 0;
  transition: opacity 0.5s linear;
}
.location-banner a:hover, .location-banner a:focus, .location-banner a.active {
  text-decoration: none;
}
.location-banner a:hover:before, .location-banner a:focus:before, .location-banner a.active:before {
  opacity: 0.5;
}
.location-banner .cta {
  background: #FFF;
  padding: 50px 135px 50px 40px;
  position: relative;
  z-index: 2;
}
.location-banner .cta .title {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 20px 0;
}
@media (max-width: 1199px) {
  .location-banner .row {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .location-banner {
    height: auto;
    margin-top: 45px;
    margin-top: 0;
  }
  .location-banner a {
    height: 405px;
  }
  .location-banner .row {
    padding: 0;
  }
  .location-banner .cta {
    width: 90%;
    padding: 30px;
    margin: 0 auto;
  }
  .location-banner .cta .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.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:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  background: var(--secondary-color, #004B96);
  opacity: 0;
  transition: all 0.3s;
}
.event-listing .event a .title {
  font-size: 24px;
  font-size: 1.5rem;
  color: var(--secondary-color, #004B96);
  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: 1199px) {
  .event-listing {
    background: none;
  }
}
@media (max-width: 767px) {
  .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 .photo {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .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: 767px) {
  .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;
  }
}
.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: var(--secondary-color, #004B96);
  color: #FFF;
  text-transform: uppercase;
  padding: 20px 30px;
  text-align: center;
  font-family: "Source Sans Pro";
  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: var(--secondary-color, #004B96);
  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 .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: var(--primary-color, #007BBD);
}
.event-widget .featuredEvent .event .cta a:hover svg, .event-widget .featuredEvent .event .cta a:focus svg {
  color: var(--primary-color, #007BBD);
}
.event-widget .featuredEvent .event .cta a:hover span, .event-widget .featuredEvent .event .cta a:focus span {
  color: var(--primary-color, #007BBD);
}
.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: var(--primary-color, #007BBD);
  margin: 0;
  padding: 0;
}
.event-widget .upcomingEvents .event .cta a {
  color: var(--primary-color-contrast, #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: var(--primary-color-contrast, #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: var(--primary-color, #007BBD);
}
.event-widget .upcomingEvents .event .cta a:hover:after, .event-widget .upcomingEvents .event .cta a:focus:after {
  left: 5%;
}

@media (max-width: 767px) {
  .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 .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;
  }
}
.news-listing {
  padding: 40px 0 30px 0;
  position: relative;
}
.news-listing .news-item {
  margin-bottom: 60px;
}
.news-listing .news-item:last-child {
  margin-bottom: 0;
}
.news-listing .news-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.news-listing .news-summary {
  font-weight: 300;
  margin-bottom: 25px;
}
.news-listing .news-summary .date {
  font-weight: 700;
}
.news-listing .news-summary .date:after {
  content: "-";
  margin: 0 0 0 5px;
  font-weight: 300;
}
.news-listing .btn {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .news-listing .news-item {
    margin-bottom: 30px;
  }
  .news-listing .news-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.news-detail {
  padding: 40px 0 30px 0;
  position: relative;
}
.news-detail .backBtn {
  margin-bottom: 35px;
}
.news-detail .news-item {
  margin-bottom: 60px;
}
.news-detail .news-item:last-child {
  margin-bottom: 0;
}
.news-detail .news-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 35px;
}
.news-detail .btn {
  text-transform: uppercase;
}
.news-detail .photo {
  margin-bottom: 30px;
}
.news-detail .date {
  font-weight: 900;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .news .news-item {
    margin-bottom: 30px;
  }
  .news .news-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .news.news-detail .news-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .news.news-detail .photo {
    margin-bottom: 15px;
  }
}
.news-widget-with-image-card .news-events-item {
  position: relative;
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
  margin-bottom: 10px;
}
.news-widget-with-image-card .news-events-item .event-info {
  padding: 20px;
}
.news-widget-with-image-card .news-events-item .event-info a {
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--tertiary-color, #0063A8);
}
.news-widget-with-image-card .news-events-item .event-info p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-widget-with-image-card .news-events-item .date-box + .event-info {
  padding-left: 135px;
}
.news-widget-with-image-card .news-events-item .date-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 100%;
  background: var(--tertiary-color, #0063A8);
}
.news-widget-with-image-card .news-events-item .date-box .date {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: var(--tertiary-color-contrast, #FFF);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: 700;
}
.news-widget-with-image-card .news-events-item .date-box .date span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.news-widget-with-image-card .image-cards {
  background: none;
  padding: 0;
}
.news-widget-with-image-card .image-cards .card-body {
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
}
.news-widget-with-image-card .image-cards .card-body a {
  color: var(--primary-color-contrast, #FFF);
  font-weight: 700;
  text-transform: uppercase;
}

.blog-listing {
  margin-bottom: 0;
  padding-bottom: 25px;
}
.blog-listing .categories {
  width: 30%;
}
.blog-listing .categories .categorySelect {
  width: 100%;
  font-family: "nerislight";
}
.blog-listing .pageTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.blog-listing .pageTitle:not(:first-child) {
  border-bottom: 1px solid #ccc;
}
.blog-listing a {
  font-size: 16px;
  font-size: 1rem;
}
.blog-listing .blog {
  border-bottom: 1px solid #ccc;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.blog-listing .blog .row {
  margin-left: 0;
  margin-right: 0;
}
.blog-listing .blog .tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
}
.blog-listing .blog .tags li {
  display: inline-block;
}
.blog-listing .blog .tags li a {
  font-size: 16px;
  font-size: 1rem;
  color: var(--tertiary-color, #0063A8);
}
.blog-listing .blog .tags li a:after {
  content: " , ";
  margin-right: 2px;
}
.blog-listing .blog .tags li:last-child a:after {
  display: none;
  margin-right: 0;
}
.blog-listing .blog .title {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 25px;
}
.blog-listing .blog .title a {
  color: var(--primary-color, #007BBD);
  text-decoration: none;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
}
.blog-listing .blog .title a:hover, .blog-listing .blog .title a:focus {
  color: var(--secondary-color, #004B96);
  text-decoration: underline;
}
.blog-listing .blog .author {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #231f20;
}
.blog-listing .blog .date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #2D3846;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blog-listing .blog .summary {
  color: #231f20;
  line-height: 26px;
  margin-bottom: 30px;
  font-family: "nerislight";
}
.blog-listing .blog .cta a {
  font-size: 13px;
  font-size: 0.8125rem;
}
.blog-listing .blog .rightCol .tags {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-listing {
    padding-left: 0;
  }
  .blog-listing .pageTitle {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .blog-listing .categories {
    width: 100%;
  }
  .blog-listing .categories select {
    width: 100%;
  }
  .blog-listing .blog .tags {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .blog-listing .categories {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .blog-listing .categories {
    width: 100%;
  }
}
.blog-detail {
  padding: 0 0 30px 0;
  position: relative;
}
.blog-detail .backBtn {
  margin-bottom: 35px;
}
.blog-detail .blog-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 35px;
  color: var(--primary-color, #007BBD);
}
.blog-detail .blog-description {
  font-family: "nerislight";
  margin-bottom: 50px;
}
.blog-detail .blog-description h2 {
  font-size: 28px;
}
.blog-detail .blog-description .expandable-category {
  margin-left: 40px;
  padding-bottom: 20px;
}
.blog-detail .blog-description .expandable-category .fa-chevron-circle-down {
  color: var(--primary-color, #007BBD);
  display: inline-block;
  margin-right: 20px;
}
.blog-detail .blog-description .expandable-category .fa-chevron-up {
  color: var(--primary-color, #007BBD);
  display: inline-block;
  margin-right: 20px;
  border: 1px solid var(--primary-color, #007BBD);
  border-radius: 50%;
  padding: 3px;
}
.blog-detail .blog-description .expandable-category h3 {
  display: inline-block;
  font-family: "Source Sans Pro";
  font-weight: 400;
  max-width: 90%;
  font-size: 24px;
  color: black;
}
.blog-detail .blog-description .expandable-category ul {
  display: none;
  margin-top: 30px;
  max-width: unset;
}
.blog-detail .blog-description .expandable-category ul li {
  padding-bottom: 0;
}
.blog-detail .blog-description .expandable-category:hover {
  cursor: pointer;
}
.blog-detail .photo {
  margin-bottom: 30px;
}
.blog-detail .date {
  font-weight: 900;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog-detail .btn {
  text-transform: uppercase;
}
.blog-detail .social-media p {
  font-family: "nerislight";
}
.blog-detail .social-media .icons a {
  color: var(--primary-color, #007BBD);
  padding-right: 20px;
  font-size: 28px;
}
.blog-detail .tags {
  margin-top: 30px;
  font-family: "nerislight";
  width: 40%;
}
.blog-detail .tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 60%;
}
.blog-detail .tags ul li {
  display: inline-block;
}
.blog-detail .tags ul li a {
  font-family: "Source Sans Pro";
  color: var(--secondary-color, #004B96);
}
.blog-detail .tags ul li a:after {
  content: " , ";
  margin-right: 2px;
}
.blog-detail .tags ul li:last-child a:after {
  display: none;
  margin-right: 0;
}
.blog-detail .tags p {
  margin-bottom: 0px;
}
.blog-detail img {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .blog-detail .backBtn {
    margin-top: 20px;
  }
  .blog-detail .blog-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .blog-detail .photo {
    margin-bottom: 15px;
  }
}
.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: var(--secondary-color, #004B96);
}
.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: var(--primary-color, #007BBD);
}
.blog-widget .blog .cta a {
  color: var(--primary-color-contrast, #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: var(--primary-color-contrast, #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: var(--primary-color-contrast, #FFF);
  transition: top 0.3s;
  z-index: 1;
}
.blog-widget .featuredBlog .blog .cta a:hover, .blog-widget .featuredBlog .blog .cta a:focus {
  color: var(--primary-color, #007BBD);
}
.blog-widget .featuredBlog .blog .cta a:hover svg, .blog-widget .featuredBlog .blog .cta a:focus svg {
  color: var(--primary-color, #007BBD);
}
.blog-widget .featuredBlog .blog .cta a:hover span, .blog-widget .featuredBlog .blog .cta a:focus span {
  color: var(--primary-color, #007BBD);
}
.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: var(--primary-color, #007BBD);
  margin: 0;
  padding: 0;
  margin-left: auto;
}
.blog-widget .upcomingBlogs .blog .cta a {
  color: var(--primary-color-contrast, #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: var(--primary-color-contrast, #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: var(--primary-color, #007BBD);
}
.blog-widget .upcomingBlogs .blog .cta a:hover:after, .blog-widget .upcomingBlogs .blog .cta a:focus:after {
  left: 5%;
}

@media (max-width: 767px) {
  .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;
  }
}
.blog-previews {
  padding: 60px 0;
}
.blog-previews h2 {
  margin-bottom: 40px;
}
.blog-previews h2 a.btn {
  margin-left: 20px;
}

.featured-post-preview {
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
}
@media (max-width: 991px) {
  .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: var(--secondary-color, #004B96);
  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);
  color: #FFF;
}
.featured-post-preview .meta-data a {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  transition: color 350ms;
  color: #FFF;
}
.featured-post-preview .meta-data a svg {
  max-width: 10px;
  max-height: 13px;
  margin-left: 5px;
  fill: #FFF;
  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: #FFF;
  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: var(--primary-color, #007BBD);
  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: var(--primary-color, #007BBD);
  margin-right: 10px;
  vertical-align: middle;
}
.post-preview p b {
  font-weight: 400;
}

.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/STFstt/multisite/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: var(--secondary-color, #004B96);
  font-weight: 600;
  font-family: "Source Sans Pro";
  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: 1199px) {
  .searchResultsWrapper {
    background: none;
  }
}
@media (max-width: 767px) {
  .search-results {
    padding-left: 0;
  }
  .search-results .pageTitle {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
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;
}

.has-error .help-block {
  color: #DD0000;
}

.form-warning-message {
  color: #DD0000;
  margin-bottom: 1rem;
}

.form-label-animation {
  background: var(--primary-color, #007BBD);
  color: var(--primary-color-contrast, #FFF);
}
.form-label-animation .row {
  -ms-flex-align: center;
      align-items: center;
}
.form-label-animation .form-box {
  background: none;
}
.form-label-animation .form-box [type=submit] {
  margin-top: 20px;
}
.form-label-animation h3 {
  color: var(--primary-color-contrast, #FFF);
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 10px;
}
.form-label-animation .field {
  position: relative;
  padding: 7px 0;
}
.form-label-animation .field:last-child {
  padding: 0;
}
.form-label-animation .field:focus label, .form-label-animation .field.not-empty label {
  border-color: var(--primary-color, #007BBD);
  font-size: 14px;
  font-size: 0.875rem;
  top: 15px;
  color: var(--primary-color, #007BBD);
  font-weight: 700;
}
.form-label-animation .field.active label {
  border-color: var(--primary-color, #007BBD);
  font-size: 14px;
  font-size: 0.875rem;
  top: 15px;
  color: var(--primary-color, #007BBD);
  font-weight: 700;
}
.form-label-animation input {
  width: 100%;
  padding: 20px 10px 5px 10px;
  transition: all 0.2s;
  color: #b6bbbf;
  border-radius: 0;
  border: 1px solid #b6bbbf;
}
.form-label-animation label {
  position: absolute;
  top: 25px;
  left: 10px;
  margin: auto;
  transition: all 0.2s;
  z-index: 1;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #b6bbbf;
}
.form-label-animation input[type=submit] {
  background-color: #faa61a;
  color: #000;
  width: auto;
  font-weight: 700;
  padding: 8px 20px;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .form-label-animation {
    padding: 20px 0;
  }
  .form-label-animation .form-box {
    padding: 0;
    margin-top: 0;
  }
}

.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;
  max-width: 640px;
  max-height: 640px;
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  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: 767px) {
  .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;
  }
}
.login-box-raised {
  z-index: 3;
  position: relative;
}
.login-box-raised .login-links {
  padding: 60px 0 100px 0;
}
.login-box-raised .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-box-raised .login-links a {
  margin-right: 15px;
  min-width: 170px;
}
.login-box-raised .login-box-container {
  height: 0;
}
.login-box-raised .login-box-container .login-box {
  margin-top: -35%;
}
.login-box-raised .login-box {
  max-width: 320px;
  padding: 30px 30px 20px 30px;
  background: var(--primary-color, #007BBD);
}
.login-box-raised .login-box fieldset, .login-box-raised .login-box .field {
  padding: 10px 0;
}
.login-box-raised .login-box input[type=text], .login-box-raised .login-box input[type=email], .login-box-raised .login-box input[type=password], .login-box-raised .login-box input[type=number], .login-box-raised .login-box select {
  width: 100%;
}
.login-box-raised .login-box a {
  margin-right: 20px;
}
.login-box-raised .login-box a.btn {
  margin-right: 0;
}
.login-box-raised .login-box [type=submit] {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.login-box-raised .login-box a {
  margin-right: 5px;
  color: #FFF;
}
.login-box-raised .login-box .login-box-headline {
  color: #FFF;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 1208px) {
  .login-box-raised .login-links {
    padding: 20px 0 40px 0;
    text-align: center;
  }
  .login-box-raised .login-links span {
    margin-right: 30px;
  }
  .login-box-raised .login-box-container {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .login-box-raised .login-box-container .login-box {
    -ms-transform: none;
        transform: none;
    margin-top: 0;
    max-width: none;
  }
}
@media screen and (max-width: 785px) {
  .login-box-raised .login-links {
    padding-top: 10px;
  }
  .login-box-raised .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-box-raised .login-links {
    padding-bottom: 30px;
  }
  .login-box-raised .login-links span {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    margin-right: 0;
  }
  .login-box-raised .login-links a.btn.btn-primary.big-btn {
    margin-bottom: 10px;
  }
}

#tourModal {
  padding-right: 0;
}
#tourModal .modal-dialog {
  margin: 200px auto;
  max-width: 940px;
  max-height: 515px;
  width: 100%;
  height: 100%;
}
#tourModal .modal-dialog .modal-content {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 100%;
  height: 100%;
}
#tourModal .modal-dialog .modal-content .modal-header, #tourModal .modal-dialog .modal-content .modal-footer {
  border-right: 0;
}
#tourModal .modal-dialog .modal-content .modal-header {
  padding: 35px 45px 40px;
  background-color: white;
}
#tourModal .modal-dialog .modal-content .modal-header .header-line {
  width: 100%;
  height: 7px;
  background-color: #1a6fb5;
  position: absolute;
  top: 0;
  left: 0;
}
#tourModal .modal-dialog .modal-content .modal-body {
  border-right: 1px solid white;
  border-left: 1px solid white;
  padding: 25px 45px;
  background-color: #f3f4fc;
}
#tourModal .modal-dialog .modal-content .modal-body .tour-intro {
  white-space: normal;
}
#tourModal .modal-dialog .modal-content .modal-body .tour-intro h3 {
  margin-bottom: 35px;
  font-size: 36px;
}
#tourModal .modal-dialog .modal-content .modal-body .tour-intro p {
  font-size: 15px;
}
#tourModal .modal-dialog .modal-content .modal-body .tour-options {
  padding: 20px 0px 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
#tourModal .modal-dialog .modal-content .modal-body .tour-options .btn {
  display: inline-block;
  text-align: center;
  padding: 12px 10px;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 21px;
  border: 2px solid white;
  line-height: 1;
  cursor: pointer;
  min-width: 165px;
  transition: all 0.25s;
  margin: 0 10px;
}
#tourModal .modal-dialog .modal-content .modal-body .tour-options .btn.btn-primary {
  background-color: #003087;
}
#tourModal .modal-dialog .modal-content .modal-body .tour-options .btn.btn-primary:focus {
  background-color: #004e95;
  border-color: #004e95;
}
#tourModal .modal-dialog .modal-content .modal-body .tour-options .btn.btn-secondary {
  background-color: white;
  color: #3a4149;
  border-color: #e3e8f0;
}
#tourModal .modal-dialog .modal-content .modal-footer {
  border-top: 1px solid #0a5aa7;
  background: linear-gradient(#0a4c9c, #0a64b0);
  padding: 15px 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
#tourModal .modal-dialog .modal-content .modal-footer input[type=checkbox] {
  width: 20px;
  height: 20px;
}
#tourModal .modal-dialog .modal-content .modal-footer .modal-label {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  margin-bottom: 2px;
}

.lg-popover.bs-popover-right, .lg-popover.popover.bs-popover-auto[x-placement^=right] {
  margin-left: 35px;
}
.lg-popover.bs-popover-right .arrow, .lg-popover.popover.bs-popover-auto[x-placement^=right] .arrow {
  width: 25px;
  height: 50px;
  left: -25px;
  top: 50%;
}
.lg-popover.bs-popover-right .arrow:before, .lg-popover.popover.bs-popover-auto[x-placement^=right] .arrow:before, .lg-popover.bs-popover-right .arrow:after, .lg-popover.popover.bs-popover-auto[x-placement^=right] .arrow:after {
  width: 25px !important;
  height: 50px;
  border-width: 25px 25px 25px 0;
}
.lg-popover.bs-popover-left, .lg-popover.popover.bs-popover-auto[x-placement^=left] {
  margin-right: 35px;
}
.lg-popover.bs-popover-left .arrow, .lg-popover.popover.bs-popover-auto[x-placement^=left] .arrow {
  width: 25px;
  height: 50px;
  right: -25px;
  top: 50%;
}
.lg-popover.bs-popover-left .arrow:before, .lg-popover.popover.bs-popover-auto[x-placement^=left] .arrow:before, .lg-popover.bs-popover-left .arrow:after, .lg-popover.popover.bs-popover-auto[x-placement^=left] .arrow:after {
  width: 25px;
  height: 50px;
  border-width: 25px 0 25px 25px;
  border-right-color: white;
}
.lg-popover.bs-popover-top, .lg-popover.popover.bs-popover-auto[x-placement^=top] {
  margin-bottom: 35px;
}
.lg-popover.bs-popover-top .arrow, .lg-popover.popover.bs-popover-auto[x-placement^=top] .arrow {
  width: 50px;
  height: 25px;
  bottom: -25px;
  left: calc(50% - 25px);
}
.lg-popover.bs-popover-top .arrow:before, .lg-popover.popover.bs-popover-auto[x-placement^=top] .arrow:before, .lg-popover.bs-popover-top .arrow:after, .lg-popover.popover.bs-popover-auto[x-placement^=top] .arrow:after {
  width: 50px;
  height: 25px;
  border-width: 25px 25px 0 25px;
}
.lg-popover.bs-popover-top .arrow:after, .lg-popover.popover.bs-popover-auto[x-placement^=top] .arrow:after {
  border-top-color: #0a4c9d;
}
.lg-popover.bs-popover-bottom, .lg-popover.popover.bs-popover-auto[x-placement^=bottom] {
  margin-top: 35px;
}
.lg-popover.bs-popover-bottom .arrow, .lg-popover.popover.bs-popover-auto[x-placement^=bottom] .arrow {
  width: 50px;
  height: 25px;
  top: -25px;
  left: calc(50% - 25px);
}
.lg-popover.bs-popover-bottom .arrow:before, .lg-popover.popover.bs-popover-auto[x-placement^=bottom] .arrow:before, .lg-popover.bs-popover-bottom .arrow:after, .lg-popover.popover.bs-popover-auto[x-placement^=bottom] .arrow:after {
  width: 50px;
  height: 25px;
  border-width: 0 25px 25px 25px;
}

.popover.lg-popover.tour-tour {
  padding: 25px 35px 100px;
  border-radius: 30px;
  max-width: 100%;
}
.popover.lg-popover.tour-tour .arrow {
  margin-top: 0;
  margin-bottom: 0;
}
.popover.lg-popover.tour-tour .popover-title {
  font-size: 18px;
  color: #003087;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.popover.lg-popover.tour-tour .position {
  position: absolute;
  top: 25px;
  right: 30px;
}
.popover.lg-popover.tour-tour .popover-content {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 425px;
}
.popover.lg-popover.tour-tour .popover-content p {
  line-break: auto;
  white-space: normal;
  margin: 0 5px;
}
.popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl {
  width: 295px;
  height: 220px;
  margin: 20px auto 25px;
}
.popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .item {
  background-color: #003087;
  height: 223px;
}
.popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .item h4 {
  padding-top: 50px;
  text-align: center;
  color: white;
}
.popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .owl-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 45%;
  margin-top: 0;
}
.popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .owl-nav .owl-prev {
  position: absolute;
  font-size: 150px;
  left: -60px;
  top: -125px;
}
.popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .owl-nav .owl-next {
  position: absolute;
  font-size: 150px;
  top: -125px;
  right: -60px;
}
.popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .owl-nav .owl-prev, .popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .owl-nav .owl-next {
  background-color: transparent;
}
.popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .owl-nav .owl-prev span, .popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .owl-nav .owl-next span {
  color: #f3f4fc;
}
.popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .owl-nav .owl-prev span:hover, .popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .owl-nav .owl-next span:hover {
  background-color: transparent;
  color: #003087;
}
.popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .owl-nav .owl-prev:focus, .popover.lg-popover.tour-tour .popover-content .owl-carousel.popup-owl .owl-nav .owl-next:focus {
  outline: 0;
}
.popover.lg-popover.tour-tour .popover-navigation {
  position: absolute;
  height: 53px;
  padding: 0 auto;
  padding-right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  bottom: 35px;
  left: 0;
}
.popover.lg-popover.tour-tour .popover-navigation .btn-group .btn {
  display: inline-block;
  text-align: center;
  padding: 12px;
  margin: 0 10px;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 21px;
  border: 2px solid white;
  line-height: 1;
  cursor: pointer;
  min-width: 155px;
  transition: all 0.25s;
}
.popover.lg-popover.tour-tour .popover-navigation .btn-group .btn[data-role=end] {
  margin: 0 6px;
  background-color: white;
  color: #3a4149;
  border-color: #e3e8f0;
}
.popover.lg-popover.tour-tour .popover-navigation .btn-group .btn[data-role=next] {
  background-color: #003087;
  color: white;
  padding-left: 18px;
}
.popover.lg-popover.tour-tour .popover-navigation .btn-group .btn[data-role=next]:focus {
  background-color: #004e95;
  border-color: #004e95;
}
.popover.lg-popover.tour-tour .popover-navigation .btn-group .btn[data-role=next].disabled {
  background-color: #8c95a7;
  cursor: default;
}
.popover.lg-popover.tour-tour .bottom-strip {
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #0a4c9d;
}

.sm-popover.bs-popover-right, .sm-popover.popover.bs-popover-auto[x-placement^=right] {
  margin-left: 25px;
}
.sm-popover.bs-popover-right .arrow, .sm-popover.popover.bs-popover-auto[x-placement^=right] .arrow {
  width: 15px;
  height: 30px;
  left: -15px;
  top: 50%;
}
.sm-popover.bs-popover-right .arrow:before, .sm-popover.popover.bs-popover-auto[x-placement^=right] .arrow:before, .sm-popover.bs-popover-right .arrow:after, .sm-popover.popover.bs-popover-auto[x-placement^=right] .arrow:after {
  width: 15px !important;
  height: 30px;
  border-width: 15px 15px 15px 0;
}
.sm-popover.bs-popover-left, .sm-popover.popover.bs-popover-auto[x-placement^=left] {
  margin-right: 25px;
}
.sm-popover.bs-popover-left .arrow, .sm-popover.popover.bs-popover-auto[x-placement^=left] .arrow {
  width: 15px;
  height: 30px;
  right: -15px;
  top: 50%;
}
.sm-popover.bs-popover-left .arrow:before, .sm-popover.popover.bs-popover-auto[x-placement^=left] .arrow:before, .sm-popover.bs-popover-left .arrow:after, .sm-popover.popover.bs-popover-auto[x-placement^=left] .arrow:after {
  width: 15px;
  height: 30px;
  border-width: 15px 0 15px 15px;
  border-right-color: white;
}
.sm-popover.bs-popover-top, .sm-popover.popover.bs-popover-auto[x-placement^=top] {
  margin-bottom: 25px;
}
.sm-popover.bs-popover-top .arrow, .sm-popover.popover.bs-popover-auto[x-placement^=top] .arrow {
  width: 30px;
  height: 15px;
  bottom: -15px;
  left: calc(50% - 15px);
}
.sm-popover.bs-popover-top .arrow:before, .sm-popover.popover.bs-popover-auto[x-placement^=top] .arrow:before, .sm-popover.bs-popover-top .arrow:after, .sm-popover.popover.bs-popover-auto[x-placement^=top] .arrow:after {
  width: 30px;
  height: 15px;
  border-width: 15px 15px 0 15px;
}
.sm-popover.bs-popover-top .arrow:after, .sm-popover.popover.bs-popover-auto[x-placement^=top] .arrow:after {
  border-top-color: #0a4c9d;
}
.sm-popover.bs-popover-bottom, .sm-popover.popover.bs-popover-auto[x-placement^=bottom] {
  margin-top: 25px;
}
.sm-popover.bs-popover-bottom .arrow, .sm-popover.popover.bs-popover-auto[x-placement^=bottom] .arrow {
  width: 30px;
  height: 15px;
  top: -15px;
  left: calc(50% - 15px);
}
.sm-popover.bs-popover-bottom .arrow:before, .sm-popover.popover.bs-popover-auto[x-placement^=bottom] .arrow:before, .sm-popover.bs-popover-bottom .arrow:after, .sm-popover.popover.bs-popover-auto[x-placement^=bottom] .arrow:after {
  width: 30px;
  height: 15px;
  border-width: 0 15px 15px 15px;
}

.popover.sm-popover.tour-tour {
  max-width: 100%;
  padding: 20px 20px 120px;
  border-radius: 30px;
}
.popover.sm-popover.tour-tour .position {
  position: absolute;
  top: 20px;
  right: 25px;
}
.popover.sm-popover.tour-tour .popover-title {
  font-size: 18px;
  color: #003087;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.popover.sm-popover.tour-tour .popover-content {
  width: 365px;
}
.popover.sm-popover.tour-tour .popover-content p {
  line-break: auto;
  white-space: normal;
  margin: 0 5px;
}
.popover.sm-popover.tour-tour .popover-navigation {
  padding: 0px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.popover.sm-popover.tour-tour .popover-navigation .btn-group .btn {
  display: inline-block;
  text-align: center;
  padding: 12px;
  margin: 0 10px;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 21px;
  border: 2px solid white;
  line-height: 1;
  cursor: pointer;
  min-width: 155px;
  transition: all 0.25s;
}
.popover.sm-popover.tour-tour .popover-navigation .btn-group .btn[data-role=end] {
  margin: 0 6px;
  background-color: white;
  color: #3a4149;
  border-color: #e3e8f0;
}
.popover.sm-popover.tour-tour .popover-navigation .btn-group .btn[data-role=next] {
  background-color: #003087;
  color: white;
  padding-left: 18px;
}
.popover.sm-popover.tour-tour .popover-navigation .btn-group .btn[data-role=next]:focus {
  background-color: #004e95;
  border-color: #004e95;
}
.popover.sm-popover.tour-tour .popover-navigation .btn-group .btn[data-role=next].disabled {
  background-color: #8c95a7;
  cursor: default;
}
.popover.sm-popover.tour-tour .bottom-strip {
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #0a4c9d;
}

.full-text h1 {
  font-size: 45px;
}
.full-text h2 {
  font-family: "Source Sans Pro";
  color: var(--primary-color, #007BBD);
  font-size: 36px;
  padding-bottom: 30px;
}
.full-text p, .full-text ul {
  font-family: "nerislight";
  font-size: 16px;
}
.full-text p {
  padding-bottom: 5px;
}
.full-text li {
  padding-bottom: 5px;
  list-style: disc;
}
.full-text ul.pagination li {
  list-style: none;
}
.full-text ul.pagination li a {
  color: #126599;
}
.full-text article.result {
  margin-bottom: 75px;
}
.full-text .col-md-6 ul {
  max-width: 100%;
}
.full-text ul {
  max-width: 100%;
}
.full-text ul.tier2-list {
  padding-bottom: 5px;
}
.full-text ul.tier2-list li {
  padding-bottom: 5px;
  list-style: none;
}
.full-text ul.tier2-list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 20px;
  -webkit-font-smoothing: antialiased;
}
.full-text .video-container {
  text-align: center;
}
.full-text .video-container video {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.full-text .search button {
  margin-left: 10px;
}
.full-text .expandable-category {
  margin-left: 40px;
  padding-bottom: 20px;
  cursor: pointer;
}
.full-text .expandable-category .fa-chevron-circle-down {
  color: var(--primary-color, #007BBD);
  display: inline-block;
  margin-right: 20px;
}
.full-text .expandable-category .fa-chevron-up {
  color: var(--primary-color, #007BBD);
  display: inline-block;
  margin-right: 20px;
  border: 1px solid var(--primary-color, #007BBD);
  border-radius: 50%;
  padding: 3px;
}
.full-text .expandable-category h4 {
  display: inline-block;
  font-family: "Source Sans Pro";
  font-weight: 400;
  max-width: 90%;
}
.full-text .expandable-category ul {
  margin-top: 30px;
  max-width: unset;
}
.full-text .expandable-category ul li {
  padding-bottom: 0;
}
.full-text .expandable-category:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .full-text ul {
    max-width: 95%;
  }
  .full-text ul.tier2-list {
    max-width: 100%;
  }
  .full-text video {
    width: 90%;
  }
  .full-text .expandable-category {
    margin-left: 10px;
  }
}
.full-text {
  margin-top: 50px;
}
.full-text h1 {
  margin-bottom: 60px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  color: var(--secondary-color, #004B96);
}
.full-text article {
  font-family: "nerislight";
  font-size: 16px;
}
.full-text article.sales-section {
  margin-bottom: 30px;
}
.full-text article.sales-section p {
  max-width: 80%;
}
.full-text article.sales-section ul.contact-info li {
  padding-bottom: 0;
  list-style: none;
}
.full-text article.sales-section li {
  list-style: none;
}
.full-text article.locations-section {
  margin-bottom: 50px;
}
.full-text article.locations-section li {
  list-style: none;
  padding-bottom: 0;
}
.full-text article .location-container {
  margin: 10px 0 0 0px;
}
.full-text article .location-container > ul {
  padding-left: 0;
}
.full-text article .location-container h3 {
  color: #2D3846;
  font-weight: 600;
  font-size: 28px;
}
.full-text article .location-container .expandable-category {
  margin-left: 0px;
  padding-bottom: 20px;
  cursor: pointer;
}
.full-text article .location-container .expandable-category .fa-chevron-circle-down {
  color: var(--primary-color, #007BBD);
  display: inline-block;
  margin-right: 20px;
}
.full-text article .location-container .expandable-category .fa-chevron-up {
  color: var(--primary-color, #007BBD);
  display: inline-block;
  margin-right: 20px;
  border: 1px solid var(--primary-color, #007BBD);
  border-radius: 50%;
  padding: 3px;
}
.full-text article .location-container .expandable-category h4 {
  display: inline-block;
  font-family: "Source Sans Pro";
  font-weight: 300;
  max-width: 90%;
  color: black;
}
.full-text article .location-container .expandable-category ul {
  display: block;
  margin-top: 30px;
}
.full-text article .location-container .expandable-category ul li {
  padding-bottom: 0;
  list-style: none;
}
.full-text article .location-container .expandable-category ul.active {
  display: block;
  margin-left: 40px;
  margin-bottom: 30px;
}
.full-text article .location-container .expandable-category ul.active h5 {
  color: var(--primary-color, #007BBD);
  font-size: 22px;
  font-family: "Source Sans Pro";
  font-weight: bold;
}
.full-text article .location-container li {
  list-style: none;
}
.full-text h2 {
  font-family: "Source Sans Pro";
  color: var(--primary-color, #007BBD);
  font-weight: bold;
}
.full-text ul {
  list-style: none;
}
.full-text ul.pagination li a {
  color: #126599;
}
.full-text ul li a {
  text-decoration: underline !important;
  color: var(--primary-color, #007BBD);
  font-family: "Neris", sans-serif;
}
.full-text .form-group {
  width: 100%;
}
.full-text .form-group label {
  font-family: "nerislight";
  font-style: italic;
}
.full-text .form-group a {
  color: var(--secondary-color, #004B96) !important;
  text-decoration: underline;
}
.full-text .form-group a:after {
  content: "\f021";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 10px;
}
.full-text .form-group img {
  padding-bottom: 20px;
}
.full-text .form-group .form-inline label {
  padding-right: 20px;
}
.full-text .form-group input {
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact-container .sales-section ul.contact-info {
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-container .locations-section div.location-container {
    margin-left: 10px;
  }
  .contact-container .locations-section div.location-container ul {
    padding-left: 10px;
  }
  .contact-container .locations-section div.location-container .expandable-category {
    margin-left: 0;
  }
  .contact-container .locations-section div.location-container .expandable-category i {
    width: 10%;
  }
  .contact-container .locations-section div.location-container .expandable-category h4 {
    width: 80%;
  }
  .contact-container .locations-section div.location-container .expandable-category ul.active {
    margin-left: 0;
  }
  .full-text article .location-container {
    margin: 40px 0 0 10px;
  }
  .full-text article .location-container .expandable-category {
    margin-left: 10px;
  }
  .full-text article .location-container .expandable-category .fa-chevron-circle-down {
    margin-right: 10px;
  }
  .full-text article .location-container .expandable-category .fa-chevron-up {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .full-text .form-group .form-inline {
    padding-top: 30px;
  }
}
.testimonial {
  background-color: #FAFCFD;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.testimonial h2 {
  color: #8AB23E;
  font-family: "Neris", sans-serif;
  font-size: 100px;
}
.testimonial h3 {
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-size: 32px;
  color: #2D3846;
}
.testimonial p {
  font-family: "nerislight";
}
.testimonial p.quote {
  width: 50%;
  margin: 0 auto;
  font-family: "nerislight";
  font-size: 22px;
  color: #5F7887;
  padding-bottom: 10px;
  padding-top: 20px;
}
.testimonial p.testimonial-author {
  font-family: "Neris";
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
}
.testimonial p.testimonial-author-description {
  font-family: "nerislight_italic";
  display: inline-block;
  padding-left: 5px;
  font-size: 18px;
  color: #5F7887;
}

@media (max-width: 767px) {
  .testimonial p.quote {
    width: 80%;
  }
}
div#google_translate_element .goog-te-gadget {
  margin-right: 30px;
  color: white;
}

.portalWrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.portal-menu {
  width: 325px;
  padding: 25px 20px;
  color: #FFF;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0063a8+0,004e84+100 */
  background: rgb(0, 99, 168); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 99, 168) 0%, rgb(0, 78, 132) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0063a8", endColorstr="#004e84",GradientType=0 ); /* IE6-9 */
}

.backToPortalMenu {
  padding: 10px 20px;
}
.backToPortalMenu a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: var(--secondary-color, #004B96);
  text-decoration: none;
}
.backToPortalMenu a .fas {
  margin-right: 5px;
}
.backToPortalMenu a:hover, .backToPortalMenu a:focus {
  color: var(--primary-color, #007BBD);
  text-decoration: underline;
}

.portal-content {
  width: calc(100% - 325px);
  background: #F5F5F5;
  padding: 25px 20px;
}
.portal-content .row {
  margin-bottom: 25px;
}
.portal-content .claim-details table th {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}
.portal-content a {
  color: var(--secondary-color, #004B96);
  font-family: "Source Sans Pro";
}
.portal-content a:hover, .portal-content a:focus {
  color: var(--primary-color, #007BBD);
}
.portal-content .portalBoxWrapper {
  margin-bottom: 20px;
}
.portal-content .btn-primary {
  text-transform: uppercase;
  background: var(--primary-color, #007BBD);
  border-radius: 3px;
  padding: 13px 35px;
  font-family: "Neris", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  white-space: normal;
}
.portal-content .btn-primary:hover, .portal-content .btn-primary:focus, .portal-content .btn-primary:active {
  background: #FFF;
  color: var(--primary-color, #007BBD);
}
.portal-content .pageHeadline {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 48px;
  margin: 0 0 0 0;
  color: var(--primary-color, #007BBD);
}
.portal-content .pageSubHeadline {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  margin: 0 0 15px 0;
  line-height: 24px;
  padding-bottom: 15px;
}
.portal-content .selectTypeRow {
  margin-bottom: 30px;
}
.portal-content table {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.portal-content table th, .portal-content table td {
  border: none;
}
.portal-content table th {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Source Sans Pro";
  font-weight: 700;
  background: #0060A4;
  color: #ffffff;
}
.portal-content table td {
  font-family: "Source Sans Pro";
  padding: 17px 10px;
  background: #FFF;
}
.portal-content table td label {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}
.portal-content table td .relationship {
  color: #84909F;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  padding-top: 5px;
  display: block;
}
.portal-content table tbody tr:nth-child(odd) td {
  background: #FFF;
}
.portal-content table tbody tr:hover td {
  background: #EFA00B;
  color: #000;
}
.portal-content table tbody tr:hover td .relationship {
  color: #000;
}
.portal-content table tbody tr:hover td a {
  color: #000;
  font-weight: 400;
}
.portal-content table tbody tr:hover td a:hover, .portal-content table tbody tr:hover td a:focus {
  text-decoration: none;
}
.portal-content input[type=text], .portal-content input[type=email], .portal-content input[type=password], .portal-content input[type=number], .portal-content input[type=search], .portal-content input[type=autocomplete], .portal-content select {
  width: 100%;
  border-radius: 3px;
}
.portal-content label {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Source Sans Pro";
  color: #000;
}
.portal-content .form-check-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 5px;
}
.portal-content .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 5px;
  margin-left: 0;
}
.portal-content .form-check-inline .form-check-label {
  margin-bottom: 0;
  padding-left: 0;
}
.portal-content .btn-primary:not([disabled]):not(.disabled):active, .portal-content .btn-primary:not([disabled]):not(.disabled).active, .portal-content .show > .btn-primary.dropdown-toggle {
  color: #FFF !important;
}
.portal-content table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, .portal-content table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: inherit !important;
}

@media (max-width: 991px) {
  .portal-content .pageHeadline {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 24px;
    text-align: center;
  }
  .portal-content .pageSubHeadline {
    font-size: 1.15rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 15px 0;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .portal-content table {
    width: 100% !important;
  }
  .claim-details table th {
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .claim-details table td {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .portal-menu {
    display: none;
  }
  .portal-menu.open {
    display: block;
    width: 100%;
  }
  .portal-content {
    width: 100%;
    padding: 15px 10px;
  }
  .portal-content .btn {
    padding: 13px 10px;
  }
  .portal-content table th {
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .portal-content table td {
    padding: 10px;
  }
  .portal-content table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
  .portal-content table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
    top: 21px;
  }
  .portal-content table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
  .portal-content table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
    border: none;
  }
  .portal-content table.dataTable.dtr-inline.collapsed > tbody > tr[role=row].parent > td:first-child:before,
  .portal-content table.dataTable.dtr-inline.collapsed > tbody > tr[role=row].parent > th:first-child:before {
    background-color: #239F8E;
  }
  .portal-content table.dataTable > tbody > tr.child ul.dtr-details > li {
    display: -ms-flexbox;
    display: flex;
  }
  .portal-content table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
    padding: 10px;
  }
  .portal-content table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
  }
  .portal-content table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: none;
  }
  .portal-content table.dataTable > tbody > tr.child span.dtr-title {
    color: var(--primary-color, #007BBD);
    width: 50%;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .portal-content table.dataTable > tbody > tr.child span.dtr-data {
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 35%;
    margin-bottom: 0;
  }
  .portal-claim-detail table th {
    width: 30%;
  }
  .portal-claim-detail table td {
    width: 70%;
  }
}
.portal-menu .portalSearch {
  padding-bottom: 35px;
}
.portal-menu .portalSearch label {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Source Sans Pro";
  margin-bottom: 10px;
}
.portal-menu .portalSearch input {
  border-radius: 3px 0 0 3px;
  border: none;
}
.portal-menu .portal-menu-header {
  margin: -25px -20px 0px;
}
.portal-menu .portal-menu-header:empty {
  display: none;
}
.portal-menu .goBtn {
  background: var(--quaternary-color, #ED925A);
  padding: 15px;
  color: #212121;
  border-radius: 0 3px 3px 0;
  border: none;
  cursor: pointer;
}
.portal-menu .portalMenuNav > img {
  margin-top: -25px;
}
.portal-menu .portalMenuNav ul {
  margin: 0 -20px;
  padding: 0;
  list-style: none;
}
.portal-menu .portalMenuNav ul > li {
  border-bottom: 1px solid #0096FF;
}
.portal-menu .portalMenuNav ul > li:first-child {
  border-top: 1px solid #0096FF;
}
.portal-menu .portalMenuNav ul > li a {
  color: #FFF;
  padding: 12px 40px 12px 20px;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.portal-menu .portalMenuNav ul > li a:hover, .portal-menu .portalMenuNav ul > li a:focus {
  background: #003C79;
}
.portal-menu .portalMenuNav ul > li a:hover:after, .portal-menu .portalMenuNav ul > li a:focus:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #FFF;
  display: inline-block;
}
.portal-menu .portalMenuNav ul > li.active a {
  background: #003C79;
}
.portal-menu .portalMenuNav ul > li.active a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #FFF;
  display: inline-block;
}
.portal-menu .portalMenuNav ul ul {
  margin: 0;
}
.portal-menu .portalMenuNav ul ul > li a {
  padding: 12px 40px 12px 50px;
}

@media (max-width: 991px) {
  .portal-menu .portal-menu-header {
    margin: 0px auto 25px;
    text-align: center;
  }
  .portal-menu .portal-menu-header image {
    max-height: 20vh;
  }
}
.portal-welcome {
  background: #FFF;
  padding: 50px 40px;
  height: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.portal-welcome .welcome {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
  font-family: "Source Sans Pro";
  margin: 0 0 5px 0;
}
.portal-welcome .name {
  font-size: 45px;
  font-size: 2.8125rem;
  margin: 0 0 10px 0;
  color: #2D3846;
}
.portal-welcome .idNum {
  margin-bottom: 10px;
}
.portal-welcome a {
  text-decoration: none;
}
.portal-welcome a .fas {
  margin-right: 5px;
}
.portal-welcome a:hover, .portal-welcome a:focus {
  text-decoration: underline;
  font-weight: 400;
}

@media (max-width: 991px) {
  .portal-welcome {
    padding: 15px;
  }
  .portal-welcome .welcome {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0;
  }
  .portal-welcome .name {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 36px;
    margin: 0;
  }
  .portal-welcome .idNum {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
}
.portal-my-plan {
  background: #FFF;
  padding: 30px;
  height: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.portal-my-plan .myPlanHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
}
.portal-my-plan .myPlanHeader .headline {
  color: #2D3846;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
}
.portal-my-plan .myPlanHeader .seeDocs {
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--secondary-color, #004B96);
  padding-bottom: 5px;
}
.portal-my-plan .myPlanHeader .seeDocs .fas {
  margin-left: 10px;
}
.portal-my-plan .myPlanHeader .seeDocs:hover, .portal-my-plan .myPlanHeader .seeDocs:focus {
  border-bottom: 1px solid var(--primary-color, #007BBD);
}
.portal-my-plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portal-my-plan ul li {
  margin-bottom: 10px;
  margin-left: 20px;
}
.portal-my-plan ul li a {
  text-decoration: none;
  font-weight: 600;
}
.portal-my-plan ul li a .fas {
  padding-right: 5px;
  margin-left: -20px;
}

@media (max-width: 991px) {
  .portal-my-plan {
    padding: 15px;
  }
  .portal-my-plan .myPlanHeader {
    margin-bottom: 10px;
  }
  .portal-my-plan .myPlanHeader .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
  .portal-my-plan .myPlanHeader .seeDocs {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 17px;
    padding-bottom: 2px;
  }
  .portal-my-plan ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 18px;
  }
}
.portal-whos-covered {
  background: #FFF;
  height: 100%;
  padding: 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.portal-whos-covered .headline {
  text-align: center;
  margin: 0 0 10px 0;
  color: #2D3846;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
}
.portal-whos-covered .elegibilityCoverage {
  display: block;
  text-align: center;
  font-weight: 400;
}
.portal-whos-covered .category .catHeadline {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  font-weight: 600;
  font-family: "Source Sans Pro";
  color: #2D3846;
}
.portal-whos-covered .category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-align: center;
      align-items: center;
}
.portal-whos-covered .category li {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 10px;
}
.portal-whos-covered .category li > a {
  display: contents;
}
.portal-whos-covered .category li .icon {
  margin-right: 10px;
  width: 60px;
}
.portal-whos-covered .category li .icon img {
  width: 60px;
  height: 60px;
}
.portal-whos-covered .category li .info {
  width: calc(100% - 70px);
}
.portal-whos-covered .category li p {
  margin: 0;
  line-height: 18px;
}
.portal-whos-covered .category li p.name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Source Sans Pro";
}
.portal-whos-covered .category li p.relationship {
  font-family: "nerislight", sans-serif;
}
.portal-whos-covered .category li p.desc {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "nerisblack", sans-serif;
  text-transform: uppercase;
  color: #515767;
}
.portal-whos-covered .cta {
  margin-top: auto;
  text-align: center;
  padding-bottom: 10px;
}
.portal-whos-covered .cta .btn-primary {
  padding: 13px 10px;
}

@media (max-width: 991px) {
  .portal-whos-covered .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    margin: 0 0 5px 0;
  }
  .portal-whos-covered .elegibilityCoverage {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 19px;
  }
  .portal-whos-covered .cta {
    margin-top: 10px;
  }
  .portal-whos-covered .cta .btn-primary {
    padding: 13px 20px;
  }
}
.portal-print-card {
  width: 100%;
  padding: 30px;
  background: #FFF;
  padding: 35px 45px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.portal-print-card .row {
  -ms-flex-align: center;
      align-items: center;
}
.portal-print-card .headline {
  color: #2D3846;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
}
.portal-print-card .subscriberCard img {
  border-radius: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.portal-print-card .blurb {
  font-family: "nerislight", sans-serif;
  line-height: 24px;
  margin-bottom: 30px;
}
.portal-print-card .cta .btn .fas {
  margin-right: 5px;
}
.portal-print-card #printYourCard {
  cursor: pointer;
}

#printYourCardSidebar {
  cursor: pointer;
}

@media (max-width: 991px) {
  .portal-print-card {
    padding: 15px;
  }
  .portal-print-card .infoCol {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 20px;
  }
  .portal-print-card .cardCol {
    -ms-flex-order: 2;
        order: 2;
  }
  .portal-print-card .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .portal-print-card .blurb {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
}
.portal-recent-claims {
  width: 100%;
  margin-bottom: 20px;
}
.portal-recent-claims .claimsHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.portal-recent-claims .claimsHeader .headline {
  margin: 0;
  color: #2D3846;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
}
.portal-recent-claims .claimsHeader .seeAllClaims {
  text-decoration: none;
  border-bottom: 1px solid var(--secondary-color, #004B96);
  padding-bottom: 5px;
  font-weight: 600;
}
.portal-recent-claims .claimsHeader .seeAllClaims .fas {
  margin-left: 10px;
}
.portal-recent-claims .claimsHeader .seeAllClaims:hover, .portal-recent-claims .claimsHeader .seeAllClaims:focus {
  border-bottom: 1px solid var(--primary-color, #007BBD);
}
.portal-recent-claims .cta {
  margin-top: 20px;
}
.portal-recent-claims .responsiveTable .number {
  min-width: 130px;
}
.portal-recent-claims .claim-details.tuition-details .row > div {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .portal-recent-claims .claimsHeader {
    margin-bottom: 5px;
  }
  .portal-recent-claims .claimsHeader .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
  .portal-recent-claims .claimsHeader .seeAllClaims {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 17px;
    padding-bottom: 2px;
  }
  .portal-recent-claims .cta {
    margin-top: 10px;
    text-align: center;
  }
}
.portal-find-doctor {
  margin-bottom: 50px;
}
.portal-find-doctor .doctorHeadline {
  text-align: center;
  margin-bottom: 20px;
}
.portal-find-doctor .doctorHeadline .headline {
  color: #2D3846;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 56px;
  margin: 0;
}
.portal-find-doctor .doctorHeadline .form-check-inline {
  padding-top: 10px;
}
.portal-find-doctor .doctorForm .cta {
  text-align: center;
  padding-top: 15px;
}
.portal-find-doctor .doctorForm .cta .fas {
  margin-right: 5px;
}

@media (max-width: 991px) {
  .portal-find-doctor {
    margin-bottom: 20px;
  }
  .portal-find-doctor .doctorHeadline .headline {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 42px;
  }
}
.portal-cost-estimator .costHeader {
  text-align: center;
  margin-bottom: 20px;
}
.portal-cost-estimator .costHeader .headline {
  color: #2D3846;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 56px;
  margin: 0;
}
.portal-cost-estimator .costHeader .form-check-inline {
  padding-top: 10px;
}
.portal-cost-estimator .procedureOrTreatment {
  position: relative;
}
.portal-cost-estimator .procedureOrTreatment .searchIcon {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 4;
  color: var(--secondary-color, #004B96);
}
.portal-cost-estimator .procedureOrTreatment input {
  padding: 10px 15px 10px 40px;
  border-radius: 3px 0 0 3px !important;
}
.portal-cost-estimator .procedureOrTreatment button {
  border-radius: 0 3px 3px 0 !important;
  padding: 14px 15px;
  cursor: pointer;
}
.portal-cost-estimator .results {
  margin-top: 10px;
}
.portal-cost-estimator .results .alphabetSort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.portal-cost-estimator .results .alphabetSort a {
  position: relative;
  background: var(--secondary-color, #004B96);
  color: #FFF;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid transparent;
  border-right: 1px solid #6CAEFF;
  padding: 5px 0;
  text-decoration: none;
  transition: all 0.2s;
}
.portal-cost-estimator .results .alphabetSort a:hover, .portal-cost-estimator .results .alphabetSort a:focus, .portal-cost-estimator .results .alphabetSort a.active {
  background: #FFF;
  color: #000;
  border: 1px solid #8291B0;
}
.portal-cost-estimator .results .alphabetSort a:focus, .portal-cost-estimator .results .alphabetSort a:active {
  outline: none;
}
.portal-cost-estimator .results .alphabetSort a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background: #FFF;
  top: 100%;
  left: 0;
}
.portal-cost-estimator .results .alphabetSort a.active:after {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #239F8E;
  font-size: 10px;
  position: absolute;
  top: 100%;
  left: 40%;
}
.portal-cost-estimator .results .alphabetSort .slick-prev:before, .portal-cost-estimator .results .alphabetSort .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  background: var(--primary-color, #007BBD);
  padding: 10px;
  opacity: 1;
}
.portal-cost-estimator .results .alphabetSort .slick-prev {
  left: -34px;
  height: 36px;
  width: 36px;
  border-right: 1px solid #6CAEFF;
  overflow: hidden;
  z-index: 1;
}
.portal-cost-estimator .results .alphabetSort .slick-prev:before {
  content: "\f053";
}
.portal-cost-estimator .results .alphabetSort .slick-next {
  right: -34px;
  height: 36px;
  width: 36px;
  overflow: hidden;
  border-left: 1px solid #6CAEFF;
  z-index: 1;
}
.portal-cost-estimator .results .alphabetSort .slick-next:before {
  content: "\f054";
}
.portal-cost-estimator .results .sortContent {
  padding: 20px;
  border: 1px solid #8291B0;
  margin-top: 5px;
  background: #FFF;
  max-height: 400px;
  overflow-y: auto;
}
.portal-cost-estimator .results .sortContent .expandable {
  margin-bottom: 20px;
}
.portal-cost-estimator .results .sortContent .expandable .expandable-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  margin-left: 40px;
  cursor: pointer;
}
.portal-cost-estimator .results .sortContent .expandable .expandable-title .fas {
  color: var(--primary-color, #007BBD);
  margin-left: -45px;
  margin-right: 20px;
  font-size: 26px;
}
.portal-cost-estimator .results .sortContent .expandable .expandable-title .fas.fa-chevron-up {
  border: 1px solid var(--primary-color, #007BBD);
  display: inline-block;
  border-radius: 50%;
  padding: 2px 3px 3px 3px;
  font-size: 20px;
}
.portal-cost-estimator .results .sortContent .expandable .expandable-title:hover, .portal-cost-estimator .results .sortContent .expandable .expandable-title:focus {
  color: var(--primary-color, #007BBD);
}
.portal-cost-estimator .results .sortContent .expandable .expandable-content {
  padding-left: 45px;
  display: none;
}

@media (max-width: 991px) {
  .portal-cost-estimator .costHeader .headline {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 42px;
  }
  .portal-cost-estimator .sliderMargin {
    margin: 0 34px;
  }
  .portal-cost-estimator .results .sortContent {
    max-height: 383px;
    overflow-y: auto;
  }
}
.portal-family-tracker .sectionHeadline {
  text-align: center;
  color: #2D3846;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
}
.portal-family-tracker .boxCol {
  padding: 0;
}
.portal-family-tracker .individualTracker {
  margin-bottom: 20px;
}
.portal-family-tracker .familyTracker {
  margin-bottom: 20px;
}
.portal-family-tracker .portal-chart-deductible-and-maximums {
  height: 100%;
}

@media (max-width: 991px) {
  .portal-family-tracker .sectionHeadline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
  .portal-family-tracker .selectTypeRow {
    margin-bottom: 20px;
  }
}
.portal-chart-deductible-and-maximums {
  background: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.portal-chart-deductible-and-maximums .headline {
  text-align: center;
  padding: 10px;
  margin: 0;
  color: #2D3846;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  font-weight: 600;
}
.portal-chart-deductible-and-maximums .subHeadline {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  margin: 0 0;
  line-height: 24px;
  padding-bottom: 15px;
  color: gray;
}
.portal-chart-deductible-and-maximums .groupHeadline {
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  padding: 30px 10px 10px 10px;
  margin: 0;
}
.portal-chart-deductible-and-maximums .box {
  border: 1px solid #DEEAF3;
}
.portal-chart-deductible-and-maximums .box.noBorders {
  border: none;
}
.portal-chart-deductible-and-maximums .chartTitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Source Sans Pro";
  font-weight: 700;
  padding: 20px 0 10px 0;
  text-align: center;
  min-height: 110px;
}
.portal-chart-deductible-and-maximums .chartWrapper {
  height: 160px;
  position: relative;
}
.portal-chart-deductible-and-maximums .chart div div {
  margin: auto;
  width: 100%;
}
.portal-chart-deductible-and-maximums .chart div[id*=visualization-errors] {
  display: none;
}
.portal-chart-deductible-and-maximums .labelOverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  cursor: default;
  text-align: center;
}
.portal-chart-deductible-and-maximums .labelOverlay .used {
  color: var(--secondary-color, #004B96);
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  line-height: 1;
  font-family: "Source Sans Pro";
  padding-bottom: 5px;
  margin: 5px;
}
.portal-chart-deductible-and-maximums .labelOverlay .total {
  color: #84909F;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Source Sans Pro";
  margin: 0;
}
.portal-chart-deductible-and-maximums .accumulators {
  text-align: center;
  padding: 10px 0;
  font-family: "Source Sans Pro";
  line-height: 18px;
}

@media (max-width: 991px) {
  .portal-chart-deductible-and-maximums .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
  .portal-chart-deductible-and-maximums .subHeadline {
    font-size: 1rem;
    line-height: 22px;
  }
  .portal-chart-deductible-and-maximums .chartTitle {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
  }
  .portal-chart-deductible-and-maximums .labelOverlay {
    width: auto;
  }
  .portal-chart-deductible-and-maximums .accumulators {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .portal-chart-deductible-and-maximums .groupHeadline {
    padding: 10px;
  }
}
.portal-chart-year-to-date {
  background: #FFF;
  height: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.portal-chart-year-to-date .headline {
  text-align: center;
  padding: 10px;
  margin: 0;
  color: var(--primary-color, #007BBD);
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  font-weight: 600;
}
.portal-chart-year-to-date .groupHeadline {
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  padding: 30px 0 10px 0;
  margin: 0;
}
.portal-chart-year-to-date .chartTitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Source Sans Pro";
  color: #2D3846;
  padding: 0 0 25px 0;
  text-align: center;
  margin: 0;
}
.portal-chart-year-to-date .chartTitle .value {
  font-weight: 700;
}
.portal-chart-year-to-date .chartRow {
  -ms-flex-align: center;
      align-items: center;
}
.portal-chart-year-to-date .labelOverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  cursor: default;
  text-align: center;
}
.portal-chart-year-to-date .labelOverlay .saved {
  color: #0063A8;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Source Sans Pro";
  margin: 0px;
}
.portal-chart-year-to-date .labelOverlay .amount {
  color: #84909F;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Source Sans Pro";
  margin: 0;
}
.portal-chart-year-to-date .chartWrapper {
  height: 250px;
  position: relative;
  width: 310px;
  padding: 0 30px 25px 30px;
}
.portal-chart-year-to-date .chartWrapper .chart {
  position: relative;
}
.portal-chart-year-to-date .chartWrapper .chart div[id*=visualization-errors] {
  display: none;
}
.portal-chart-year-to-date .chartLegend {
  width: calc(100% - 310px);
}
.portal-chart-year-to-date .chartLegend .item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.portal-chart-year-to-date .chartLegend .item .icon {
  width: 15px;
}
.portal-chart-year-to-date .chartLegend .item .data {
  padding-left: 10px;
  width: calc(100% - 25px);
  font-family: "Source Sans Pro";
}
.portal-chart-year-to-date .chartLegend .item p {
  margin: 0;
}
.portal-chart-year-to-date .chartLegend .item.planPaid .icon {
  color: #7AD38F;
}
.portal-chart-year-to-date .chartLegend .item.youOwe .icon {
  color: #E66D6D;
}

@media (max-width: 991px) {
  .portal-chart-year-to-date .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
  .portal-chart-year-to-date .chartTitle {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .portal-chart-year-to-date .labelOverlay {
    width: 50%;
  }
  .portal-chart-year-to-date .labelOverlay .saved {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .portal-chart-year-to-date .labelOverlay .owe {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .portal-chart-year-to-date .accumulators {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .portal-chart-year-to-date .groupHeadline {
    padding: 10px;
  }
  .portal-chart-year-to-date .chartWrapper {
    width: 50%;
    padding: 0 10px;
  }
  .portal-chart-year-to-date .chartWrapper div div div {
    margin: auto;
  }
  .portal-chart-year-to-date .chartLegend {
    width: 50%;
    padding: 0 10px;
  }
  .portal-chart-year-to-date .chartLegend .item:last-child {
    margin-bottom: 0;
  }
  .portal-chart-year-to-date .chartLegend .item .data {
    font-size: 15px;
    font-size: 0.9375rem;
    width: calc(100% - 15px);
    padding-left: 5px;
  }
}
.portal-chart-family-deductible {
  background: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.portal-chart-family-deductible .headline {
  text-align: center;
  padding: 30px 0;
  margin: 0;
  color: var(--primary-color, #007BBD);
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  font-weight: 600;
}
.portal-chart-family-deductible .chartTitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Source Sans Pro";
  color: #2D3846;
  padding: 0 0 25px 0;
  text-align: center;
  margin: 0;
}
.portal-chart-family-deductible .chartTitle .value {
  font-weight: 700;
}
.portal-chart-family-deductible .chartRow {
  -ms-flex-align: center;
      align-items: center;
}
.portal-chart-family-deductible .labelOverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  cursor: default;
  text-align: center;
}
.portal-chart-family-deductible .labelOverlay .total {
  color: #239F8E;
  font-size: 39px;
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Source Sans Pro";
  margin-bottom: 7px;
  padding-bottom: 10px;
  border-bottom: 1px solid #A6BAC9;
}
.portal-chart-family-deductible .labelOverlay .desc {
  color: #515767;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Source Sans Pro";
  margin: 0;
}
.portal-chart-family-deductible .chartWrapper {
  height: 190px;
  position: relative;
  padding: 0 30px 25px 30px;
}
.portal-chart-family-deductible .chartWrapper .chart {
  position: relative;
}
.portal-chart-family-deductible .chartWrapper .chart div[id*=visualization-errors] {
  display: none;
}
.portal-chart-family-deductible .chartLegend {
  width: 100%;
  font-family: "Source Sans Pro";
}
.portal-chart-family-deductible .chartLegend .totalBilled {
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.portal-chart-family-deductible .chartLegend .totalBilled p {
  margin-bottom: 0;
}
.portal-chart-family-deductible .chartLegend .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 20px;
}
.portal-chart-family-deductible .chartLegend .item .label .icon {
  width: 15px;
}
.portal-chart-family-deductible .chartLegend .item .label .text {
  padding-left: 10px;
}
.portal-chart-family-deductible .chartLegend .item p {
  margin: 0;
}
.portal-chart-family-deductible .chartLegend .item.healthPlanDiscount .icon {
  color: #0063A8;
}
.portal-chart-family-deductible .chartLegend .item.healthPlanPays .icon {
  color: #52A9E5;
}
.portal-chart-family-deductible .chartLegend .item.patientResponsibility .icon {
  color: #AFDEFF;
}
.portal-chart-family-deductible .chartLegend .summary {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 19px;
  font-weight: 600;
  color: #515767;
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .portal-chart-family-deductible .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
  .portal-chart-family-deductible .chartTitle {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0;
  }
  .portal-chart-family-deductible .labelOverlay .saved {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .portal-chart-family-deductible .labelOverlay .owe {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .portal-chart-family-deductible .accumulators {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .portal-chart-family-deductible .groupHeadline {
    padding: 10px 0;
  }
  .portal-chart-family-deductible .chartWrapper {
    padding: 0 10px;
  }
  .portal-chart-family-deductible .chartLegend {
    padding: 10px 10px 0 10px;
  }
  .portal-chart-family-deductible .chartLegend .item {
    padding: 0;
  }
  .portal-chart-family-deductible .chartLegend .item:last-child {
    margin-bottom: 0;
  }
  .portal-chart-family-deductible .chartLegend .summary {
    font-size: 16px;
    font-size: 1rem;
    color: #4A5C71;
    padding-bottom: 15px;
  }
}
.portal-claim-status .sectionTitle {
  font-size: 36px;
  font-size: 2.25rem;
  color: var(--primary-color, #007BBD);
}
.portal-claim-status .headerRow {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.portal-claim-status .clearFilters {
  font-size: 13px;
  font-size: 0.8125rem;
}
.portal-claim-status .steps {
  display: inline-block;
  margin-bottom: 20px;
}
.portal-claim-status .steps span {
  position: relative;
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 66px;
  color: white;
  padding: 0 10px 0 60px;
  background: #0060A4;
}
.portal-claim-status .steps span:first-child {
  padding-left: 46px;
  padding-right: 30px;
}
.portal-claim-status .steps span:first-child:before {
  left: 14px;
}
.portal-claim-status .steps span:last-child {
  padding-right: 40px;
}
.portal-claim-status .steps span.active {
  background: var(--quaternary-color, #ED925A);
}
.portal-claim-status .steps span.active:after {
  background: var(--quaternary-color, #ED925A);
}
.portal-claim-status .steps span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -33px;
  /*same dimension as the line-height of .steps span */
  width: 66px;
  height: 66px;
  -ms-transform: scale(0.707) rotate(45deg);
      transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #0060A4;
  /*stylish arrow design using box shadow*/
  box-shadow: 4px -3px 0 0px #FFF, 2px -2px 0 0px #FFF;
  border-radius: 0 5px 0 50px;
}
.portal-claim-status .allClaimsTableWrapper #DataTables_Table_0_filter {
  display: none;
}
.portal-claim-status .allClaimsTableWrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 10px;
}
.portal-claim-status .allClaimsTableWrapper .dataTables_length {
  margin-bottom: 10px;
}
.portal-claim-status .allClaimsTableWrapper .dataTables_length label {
  display: -ms-flexbox;
  display: flex;
}
.portal-claim-status .allClaimsTableWrapper .dataTables_length label select {
  margin: 0 5px;
}
.portal-claim-status .allClaimsTableWrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  margin: 0 5px 0 0;
}

.portal-claim-filters .datepickerWrapper {
  position: relative;
}
.portal-claim-filters .datepickerWrapper input.datepicker {
  padding: 10px 15px 10px 30px;
  line-height: 1;
  cursor: pointer;
}
.portal-claim-filters .datepickerWrapper:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 10px;
  color: var(--secondary-color, #004B96);
}

.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th, .datepicker td, .datepicker th {
  padding: 10px;
  border-radius: 0;
}

.datepicker thead tr:first-child th .icon-arrow-left:before {
  content: "\f30a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.datepicker thead tr:first-child th .icon-arrow-right:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr:first-child th:hover {
  background: var(--secondary-color, #004B96);
}

@media (min-width: 1360px) {
  .portal-claim-status .steps span.workingOnIt {
    padding: 0 90px 0 120px;
  }
}
@media (max-width: 1199px) {
  .portal-claim-status .steps {
    display: none;
  }
  .portal-claim-status .headerRow {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 20px;
  }
  .portal-claim-filters {
    margin-bottom: 20px;
  }
}
.allClaimsTable .number {
  min-width: 130px;
}

.tuition-chart {
  background: #FFF;
  padding: 50px 40px;
  height: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.tuition-chart__title {
  color: var(--secondary-color, #004B96);
  text-align: center;
}
.tuition-chart__subtitle {
  font-weight: 700;
}
.tuition-chart__amount {
  font-weight: 400;
  font-size: 0.9em;
}
.tuition-chart .container {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 2em;
  line-height: 1.75em;
}

@media (max-width: 991px) {
  .tuition-chart {
    padding: 15px;
  }
  .tuition-chart__title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 36px;
    margin: 0;
  }
}
.impersonation-selector {
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  z-index: 2;
}
.impersonation-selector > .row {
  margin-bottom: 10px;
}
.impersonation-selector .impersonation-status .impersonated-name {
  font-size: 1.1rem;
}
.impersonation-selector .impersonation-status .impersonated-name:not(:empty):before {
  content: "Currently Impersonating:";
  margin-right: 6px;
}
.impersonation-selector .impersonation-status .btn {
  width: 100%;
}
.impersonation-selector .impersonation-status .btn:not(:disabled):hover {
  cursor: pointer;
}
.impersonation-selector .impersonation-dropdowns {
  -ms-flex-align: end;
      align-items: flex-end;
}
.impersonation-selector .impersonation-dropdowns select {
  width: 100%;
}
.impersonation-selector .impersonation-dropdowns .btn {
  width: 100%;
}
.impersonation-selector .impersonation-dropdowns .btn:hover {
  cursor: pointer;
}

@media (max-width: 991px) {
  .impersonation-selector .impersonation-status .btn {
    margin-bottom: 10px;
  }
  .impersonation-selector .impersonation-dropdowns > div {
    magin-bottom: 10px;
  }
}
.consent-message form {
  display: block;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 24px;
  margin-top: 10px;
}
.consent-message form .consent-message__content {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E8E8E8;
}
.consent-message form .btn:not(:disabled):hover {
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */