@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007cba;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ff9900;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007cba;
  --secondary: #6c757d;
  --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;
}

*,
*::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: #444444;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007cba;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #00496e;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 4.5rem;
}

h2, .h2 {
  font-size: 4.5rem;
}

h3, .h3 {
  font-size: 2.25rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #444444;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #444444;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daec;
}

.table-hover .table-primary:hover {
  background-color: #a4d0e7;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a4d0e7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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: #444444;
  border-color: #575757;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #444444;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #575757;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #3bbeff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(
  1.8125rem + 2px
);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(
  2.875rem + 2px
);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007cba;
  border-color: #007cba;
}
.btn-primary:hover {
  color: #fff;
  background-color: #006394;
  border-color: #005a87;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007cba;
  border-color: #007cba;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005a87;
  border-color: #00527a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #444444;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #444444;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #444444;
  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: #444444;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #444444;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #444444;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.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 {
  color: #444444;
  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: #444444;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.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 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007cba;
  background-color: transparent;
  background-image: none;
  border-color: #007cba;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007cba;
  border-color: #007cba;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007cba;
  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: #007cba;
  border-color: #007cba;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #444444;
  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: #444444;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #444444;
  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: #444444;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  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;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007cba;
  background-color: transparent;
}
.btn-link:hover {
  color: #00496e;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.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: #444444;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #444444;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #373737;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007cba;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007cba;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 124, 186, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #6ecfff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007cba;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007cba;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 124, 186, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 124, 186, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007cba;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 124, 186, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #3bbeff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(59, 190, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(
  1.8125rem + 2px
);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(
  2.875rem + 2px
);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #3bbeff;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #3bbeff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007cba;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .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 {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group: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 {
  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: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007cba;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #00496e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007cba;
  border-color: #007cba;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007cba;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #005a87;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #444444;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #444444;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #444444;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #444444;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004061;
  background-color: #cce5f1;
  border-color: #b8daec;
}
.alert-primary hr {
  border-top-color: #a4d0e7;
}
.alert-primary .alert-link {
  color: #001e2e;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007cba;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007cba;
  border-color: #007cba;
}

.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: #004061;
  background-color: #b8daec;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004061;
  background-color: #a4d0e7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004061;
  border-color: #004061;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-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: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #444444;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  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 {
  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 {
  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 {
  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: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  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: #007cba !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #005a87 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

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

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

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

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

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

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007cba !important;
}

.border-secondary {
  border-color: #6c757d !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: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

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

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

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

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

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

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

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

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

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

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

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

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

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

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.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: #007cba !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #005a87 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
blockquote {
  border: 0px;
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }

  .container {
    max-width: 962px;
    width: 100%;
  }
}
body {
  background-color: #fff !important;
}

.align-center {
  margin: auto;
}

ul, ol {
  padding-left: 40px;
}

p {
  font-weight: inherit;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  .row::before {
    display: block !important;
  }

  .row::after {
    display: block !important;
  }
}
.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

/*Global Setting */
#page-wrapper {
  overflow-x: hidden;
}

html {
  font-size: 16px;
  /*text-size-adjust: 100%;*/
}

p {
  font-size: 1.5rem;
}

strong {
  font-weight: 700;
}

.container {
  max-width: 1170px;
  width: 100%;
}

li {
  text-align: left;
}

@media (max-width: 1680px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 12px;
  }

  p {
    font-size: 1.66666rem;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 12px;
  }

  p {
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 11px;
  }

  p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1470px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 300;
  color: #212121;
  overflow-x: hidden;
}

.heading-light {
  font-weight: 500;
}

a:hover {
  text-decoration: none;
}

.default-margin {
  margin: 0 6.5%;
}

.text-bts-title {
  color: #007CBA !important;
}

.text-blue {
  color: #007cba !important;
}

.text-white {
  color: #fff;
}

.text-dark-blue {
  color: #003666;
}

.bg-green {
  background-color: #038754;
}

.bg-blue {
  background-color: #007cba;
}

.bg-light-blue {
  background-color: #cce5f1;
}

.background-dark-blue {
  background-color: #003666;
}

.bg-dark-blue {
  background-color: #003666;
}

.bg-gray {
  background-color: #aaabad;
}

.bg-light-green {
  background-color: #62bb46;
}

.bg-orange {
  background-color: #ff9900;
}

.bg-white {
  background-color: #fff;
}

.bg-chart-prussian-blue-003666 {
  background-color: #003666;
}

.bg-chart-cerulean-007CBA {
  background-color: #007CBA;
}

.bg-chart-curious-blue-3396C8 {
  background-color: #3396C8;
}

.bg-chart-apple-62BB46 {
  background-color: #62BB46;
}

.bg-chart-mantis-81C96B {
  background-color: #81C96B;
}

.bg-chart-madang-B1DDA3 {
  background-color: #B1DDA3;
}

.bg-chart-snowy-mint-D0EBC8 {
  background-color: #D0EBC8;
}

.bg-chart-bright-grey-55565A {
  background-color: #55565A;
}

.bg-chart-storm-grey-77787B {
  background-color: #77787B;
}

.bg-chart-mischka-AAABAD {
  background-color: #AAABAD;
}

.bg-chart-ghost-CCCCCE {
  background-color: #CCCCCE;
}

.bg-chart-tangerine-yellow-FFCC00 {
  background-color: #FFCC00;
}

.bg-chart-sweet-corn-FFEB80 {
  background-color: #FFEB80;
}

.bg-chart-fuel-yellow-D09129 {
  background-color: #D09129;
}

.bg-chart-orange-peel-FF9900 {
  background-color: #FF9900;
}

.bg-chart-red-orange-FF3333 {
  background-color: #FF3333;
}

.bg-chart-bittersweet-FF5C5C {
  background-color: #FF5C5C;
}

.bg-chart-cardinal-AC1E2D {
  background-color: #AC1E2D;
}

.bg-chart-barley-corn-BC995D {
  background-color: #BC995D;
}

.bg-chart-chelsea-gem-8E552F {
  background-color: #8E552F;
}

.bg-chart-chetwode-blue-7773B5 {
  background-color: #7773B5;
}

.bg-chart-black-rose-5A2C3F {
  background-color: #5A2C3F;
}

.bg-chart-mulberry-BB4197 {
  background-color: #BB4197;
}

.bg-chart-dark-purple-821B5F {
  background-color: #821B5F;
}

.bg-chart-purple-heart-4617AD {
  background-color: #4617AD;
}

.bg-chart-deluge-7C74AA {
  background-color: #7C74AA;
}

.bg-chart-victoria-5C5493 {
  background-color: #5C5493;
}

.bg-chart-minsk-413570 {
  background-color: #413570;
}

.primary-blue-color {
  background-color: #007CBA;
}

.primary-dark-blue-color {
  background-color: #003666;
}

.primary-grey-color {
  background-color: #707070;
}

.primary-green-color {
  background-color: #62BB46;
}

.primary-orange-color {
  background-color: #FF9900;
}

.primary-pattens-blue-color {
  background-color: #CDE5F1;
}

.primary-prussian-blue-color {
  background-color: #003666;
}

.primary-charcoal-color {
  background-color: #444444;
}

.button-blue-bg,
.btn-blue {
  background-color: #007cba;
  color: #fff;
  padding: 13px 49px;
  /* to be remove */
}

.btn-blue:hover {
  background-color: #62bb46;
  color: #fff;
}

.banner-whight-bg,
.btn-white {
  background-color: #fff;
  color: #007cba;
  padding: 2.1% 7.5%;
  /* to be remove */
}

.btn-white:hover {
  background-color: #cce5f1;
}

.btn {
  font-weight: bold !important;
  font-size: 1.125rem !important;
  border-radius: 0 !important;
}

.customBtn {
  transition: 0.25s ease-in;
  background-color: #fff;
  padding: 8px 15px;
  border: 1px solid #007cba;
  color: #007cba;
  display: inline-block;
  font-size: 14px;
}

.customBtn:hover {
  background-color: #003666;
  color: #fff;
}

.downloadBtn {
  border: 1px solid #007cba;
  display: inline-flex;
  margin-top: 40px;
  transition: 0.25s ease-in;
}
.downloadBtn span {
  background-color: #007cba;
  float: left;
}
.downloadBtn a {
  padding: 11px 15px 7px 15px;
  display: inline-block;
  font-size: 1rem;
}
.downloadBtn a:hover {
  color: #fff;
  background-color: #007cba;
  text-decoration: none;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  display: block;
}
.overlay .text {
  padding: 14.8%;
  vertical-align: middle;
  display: block;
}
.overlay .text .strong {
  font-weight: bold;
  font-family: "proxima-nova", sans-serif !important;
}

.img-container:hover .overlay, .img-container a:focus-visible .overlay {
  opacity: 1;
}

.remove-padding {
  padding: 0;
}

.full-width {
  width: 100%;
}

.img-full-width {
  vertical-align: middle !important;
}

.img-full-width {
  vertical-align: middle !important;
}

.img-full-width img {
  width: 100%;
}

.img-full-height img {
  height: 100%;
}

.light-font {
  font-weight: 300;
}

.underline-link {
  text-decoration: underline;
}

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

a:hover, a:focus, .link:hover, .link:focus {
  text-decoration: none;
}

.paragraph--type--generic-content.paragraph--view-mode--default .btn.button-blue-bg:focus {
  color: #fff !important;
  outline: 0 !important;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
  text-decoration: none;
  outline: 0 !important;
}

.banner-whight-bg:hover, .banner-whight-bg:focus-visible {
  background-color: #ffffff;
  text-decoration: underline;
  color: #003666 !important;
}

.button-blue-bg:hover, .button-blue-bg:focus-visible {
  background-color: #003666;
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  font-family: "proxima-nova", sans-serif !important;
  color: #007cba;
}

h6 {
  color: #007cba;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 3.375rem;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.5rem;
  color: #007cba;
}

p {
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
  h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: #007cba;
  }

  h1 {
    font-size: 3.375rem;
  }

  h2 {
    font-size: 2.53125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1.125rem;
    color: #007cba;
  }

  p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1023px) {
  h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: #007cba;
  }

  h1 {
    font-size: 3.375rem;
  }

  h2 {
    font-size: 2.53125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1.125rem;
    color: #007cba;
  }

  p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  h1, h2, h3, h4, h5 {
    font-weight: 700 !important;
    color: #007cba;
  }

  h1 {
    font-size: 2.25rem !important;
  }

  h2 {
    font-size: 1.6875rem !important;
  }

  h3 {
    font-size: 1.125rem !important;
  }

  h4 {
    font-size: 1rem !important;
  }

  h5 {
    font-size: 1rem !important;
  }

  h6 {
    font-size: 1rem !important;
    color: #007cba;
  }

  p {
    font-size: 1rem !important;
  }
}
.carousel-banner-text h1 {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .carousel-banner-text h1 {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 1023px) {
  .carousel-banner-text h1 {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-banner-text h1 {
    font-size: 2.25rem !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .paragraph--type--generic-content h2 {
    font-size: 2.53125rem;
  }
}
@media only screen and (max-width: 1023px) {
  .paragraph--type--generic-content h2 {
    font-size: 2.53125rem;
  }
}
@media only screen and (max-width: 767px) {
  .paragraph--type--generic-content h2 {
    font-size: 1.6875rem;
  }
}
.paragraph--type--generic-content h1 {
  font-size: 4.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .paragraph--type--generic-content h1 {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 1023px) {
  .paragraph--type--generic-content h1 {
    font-size: 3.375rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .paragraph--type--generic-content h1 {
    font-size: 2.25rem;
  }
}
.paragraph--type--generic-content .h4-h2-support {
  font-size: 1.5rem;
}
.paragraph--type--generic-content .mobile-container h2 {
  font-size: 1.6875rem !important;
}
.paragraph--type--generic-content .mobile-container h1 {
  font-size: 2.25rem !important;
}
.paragraph--type--generic-content .mobile-container .h4-h2-support {
  font-size: 1.25rem !important;
}

.paragraph--type--two-column-paragraph.highlight-box h3 {
  font-size: 2.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .paragraph--type--two-column-paragraph.highlight-box h3 {
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 1023px) {
  .paragraph--type--two-column-paragraph.highlight-box h3 {
    font-size: 1.6875rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .paragraph--type--two-column-paragraph.highlight-box h3 {
    font-size: 1.125rem !important;
  }
}

.paragraph--type--about-us-top-header .stat-container .aboutus-banner-text h1 {
  font-size: 4.5rem;
  color: #007cba;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .paragraph--type--about-us-top-header .stat-container .aboutus-banner-text h1 {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 1023px) {
  .paragraph--type--about-us-top-header .stat-container .aboutus-banner-text h1 {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .paragraph--type--about-us-top-header .stat-container .aboutus-banner-text h1 {
    font-size: 2.25rem !important;
  }
}

.team-block-margin-bottom.team-mobile-margin h2 {
  font-size: 3.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .team-block-margin-bottom.team-mobile-margin h2 {
    font-size: 2.53125rem;
  }
}
@media only screen and (max-width: 1023px) {
  .team-block-margin-bottom.team-mobile-margin h2 {
    font-size: 2.53125rem;
  }
}
@media only screen and (max-width: 767px) {
  .team-block-margin-bottom.team-mobile-margin h2 {
    font-size: 1.6875rem !important;
  }
}

.bold-profile {
  font-weight: 700;
}

.main-card .card-body h3.card-title {
  color: #212121;
}
.main-card .card-body p.card-title {
  color: #007cba;
  font-size: 1.25rem;
}
.main-card .card-body.single-bio-description h3.card-title {
  color: #007cba;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .main-card .card-body.single-bio-description h3.card-title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .main-card .card-body.single-bio-description h3.card-title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-card .card-body.single-bio-description h3.card-title {
    font-size: 1rem !important;
  }
}

.single-bio-heading h2 {
  font-size: 3.375rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-bio-heading h2 {
    font-size: 2.53125rem;
  }
}
@media only screen and (max-width: 1023px) {
  .single-bio-heading h2 {
    font-size: 2.53125rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-bio-heading h2 {
    font-size: 1.6875rem !important;
  }
}

.asset-management-head h3 {
  font-size: 2.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .asset-management-head h3 {
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 1023px) {
  .asset-management-head h3 {
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .asset-management-head h3 {
    font-size: 1.125rem !important;
  }
}
.asset-management-head + .mobile-container h3 {
  font-size: 1.125rem !important;
  width: 85%;
}

.invest-criteria-loc-box h3 {
  font-size: 2.25rem;
  color: #007cba;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .invest-criteria-loc-box h3 {
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 1023px) {
  .invest-criteria-loc-box h3 {
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .invest-criteria-loc-box h3 {
    font-size: 1.125rem !important;
  }
}

@media only screen and (min-width: 1300px) {
  .reduced-h2-size {
    font-size: 3.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .reduced-h2-size {
    font-size: 2.53125rem;
  }
}
@media only screen and (max-width: 767px) {
  .reduced-h2-size {
    font-size: 1.6875rem;
  }
}

.table-padding-top {
  padding-top: 93.594px;
}

.h2-content, .paragraph--type--generic-content-cpa18-global h2.text-blue {
  font-size: 3.375rem;
}
.h2-content.color-blue, .paragraph--type--generic-content-cpa18-global h2.color-blue.text-blue {
  color: #007cba;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .h2-content, .paragraph--type--generic-content-cpa18-global h2.text-blue {
    font-size: 2.53125rem;
  }
}
@media only screen and (max-width: 1023px) {
  .h2-content, .paragraph--type--generic-content-cpa18-global h2.text-blue {
    font-size: 2.53125rem;
  }
}
@media only screen and (max-width: 767px) {
  .h2-content, .paragraph--type--generic-content-cpa18-global h2.text-blue {
    font-size: 1.6875rem;
  }
}

.title-description-block .title-description h1.text-blue {
  font-size: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .title-description-block .title-description h1.text-blue {
    font-size: 2.25rem !important;
  }
}

.case-study-mb h2 {
  font-size: 3.375rem;
}
@media only screen and (max-width: 767px) {
  .case-study-mb h2 {
    font-size: 1.6875rem !important;
  }
}
.case-study-mb h3 {
  font-size: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .case-study-mb h3 {
    font-size: 1.125rem !important;
  }
}

.portfolio-banner-text h1 {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .portfolio-banner-text h1 {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 1023px) {
  .portfolio-banner-text h1 {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-banner-text h1 {
    font-size: 2.25rem !important;
  }
}

.tenant-contact-us h1 {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .tenant-contact-us h1 {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tenant-contact-us h1 {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .tenant-contact-us h1 {
    font-size: 2.25rem !important;
  }
}

.contact-us-right h2 {
  font-size: 3.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .contact-us-right h2 {
    font-size: 2.53125rem;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-us-right h2 {
    font-size: 2.53125rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-right h2 {
    font-size: 1.6875rem !important;
  }
}

.contact-us-left h3 {
  font-size: 2.25rem !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-left h3 {
    font-size: 1.6875rem !important;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-us-left h3 {
    font-size: 1.6875rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-left h3 {
    font-size: 1.125rem !important;
  }
}

.resourceSection h3 {
  margin: 0px 0 27.5px 0;
  color: #003666;
  font-size: 2.25rem !important;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
  text-align: center;
}

.managementSection h3 {
  margin: 0px 0 27.5px 0 !important;
  color: #003666 !important;
  font-size: 2.25rem !important;
  font-weight: bold !important;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
  text-align: center !important;
}

.account-access-landscape h3 {
  font-size: 2.25rem !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .account-access-landscape h3 {
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 1023px) {
  .account-access-landscape h3 {
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .account-access-landscape h3 {
    font-size: 1.125rem !important;
  }
}

.contactInfoSection .contentBox h3 {
  font-size: 2.25rem;
  color: #007cba;
  text-align: center;
  line-height: 1.5;
  clear: both;
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  .contactInfoSection .contentBox h3 {
    font-size: 1.125rem !important;
    margin-left: 0px !important;
  }
}

.h2-banner-content {
  font-size: 3.375rem;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif !important;
  color: #007cba;
}
@media only screen and (max-width: 767px) {
  .h2-banner-content {
    font-size: 1.6875rem !important;
  }
}

.gn-menu .footer_copyright_container ul.socialIcons li a:hover img {
  margin-top: -2.4rem;
}

.gn-menu-main > li > span {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.search-full-view .search-block-form {
  width: 100%;
}

.search-full-view .search-block-form .js-form-item.js-form-type-search {
  width: 70%;
  display: inline-flex;
}

.search-full-view .search-block-form .js-form-item.js-form-type-search input {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: inline-block;
  z-index: 2;
  width: 75%;
}

.search-full-view .search-block-form .search-form-submit-button {
  width: 25%;
  height: 75%;
  font-size: 16px !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .search-full-view .search-block-form .js-form-item.js-form-type-search {
    width: 68%;
  }
}
header {
  min-height: 90px;
}

header .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: #007cba;
  position: fixed;
  z-index: 500;
}

header .main-nav .nav-logo {
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 0 0 2.4%;
}

header .main-nav .nav-logo .logo {
  min-width: 15%;
  padding: 0 0 0 2.4%;
}

header .main-nav .nav-logo .logo img {
  width: 100%;
}

header .main-nav .nav-mid {
  min-width: 60%;
}

header .main-nav .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 1.813rem;
}

header .main-nav .nav-right .nav-fisrt {
  width: 115px;
}

header .main-nav .nav-right .nav-right-icon {
  margin-left: 30px;
}

header .main-nav .nav-right .nav-right-icon .gn-menu-main {
  width: 60px;
}

header .main-nav .nav-right .nav-right-icon li {
  margin-right: 10px;
}

header .main-nav .nav-right .gn-menu-main {
  padding-left: 0;
  width: 150px;
}

header .main-nav .nav-right .gn-menu-main > li {
  float: right;
}

header .main-nav .nav-right .gn-menu-main .submenu_box {
  background: #fff;
  position: absolute;
  top: 90px;
  width: auto;
  right: 0;
  display: flex;
}

header .main-nav .nav-right .gn-menu-main .submenu_box ul {
  min-width: 128px !important;
}

header .main-nav .nav-right .gn-menu-main .submenu_box::after {
  left: auto !important;
  right: 0 !important;
}

header .nav-icon {
  background-image: url("../images/ADA_Symbol.png");
  height: 23px;
  width: 17px;
}

.gn-menu-main {
  margin: 0;
  background: #007cba;
  color: #fff;
  float: left;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 500;
  display: table;
  padding-left: 2.813rem;
}
.gn-menu-main ul {
  float: left;
  padding: 0;
  margin-bottom: 25px;
  list-style: none;
  width: 90%;
}
.gn-menu-main .icon-bar {
  background: #fff;
  transition: all 0.2s;
  width: 35px;
  height: 4px;
  display: block;
  margin-bottom: 6px;
  position: relative;
  top: 4px;
}
.gn-menu-main a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
}
.gn-menu-main > li {
  float: left;
  padding: 0 3.4% 0 0;
  height: 90px;
  display: flex;
  align-items: center;
}
.gn-menu-main > li:nth-last-child(1) .submenu_box:last-child::after {
  top: 0px;
  right: 0;
}
.gn-menu-main > li:nth-last-child(1) .submenu_box:last-child ul {
  margin-right: 27px !important;
  list-style: none;
}
.gn-menu-main > li > a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.gn-menu-main > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.gn-menu-main li.gn-trigger {
  position: relative;
  width: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gn-menu-main:after {
  display: table;
  clear: both;
}
.gn-menu-main .logo {
  margin-top: 0;
}
.gn-menu-main .logo img {
  width: 100%;
}

.gn-menu {
  background: #fff !important;
}
.gn-menu li {
  margin-bottom: 7%;
  text-align: left;
}
.gn-menu a {
  display: block;
  height: 100%;
  color: #212121;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
}

.no-touch .gn-menu-main a:hover {
  background: #5f6f81;
  color: white;
}
.no-touch .gn-menu li.gn-search-item:hover {
  background: #5f6f81;
  color: white;
}
.no-touch .gn-menu li.gn-search-item:hover a {
  background: #5f6f81;
  color: white;
}
.no-touch .gn-icon-menu:hover::before {
  background: white;
  box-shadow: 0 3px #5f6f81, 0 -6px white, 0 -9px #5f6f81, 0 -12px white;
}
.no-touch .gn-icon-menu.gn-selected:hover::before {
  background: white;
  box-shadow: 0 3px #5f6f81, 0 -6px white, 0 -9px #5f6f81, 0 -12px white;
}

.gn-menu-wrapper {
  position: fixed;
  top: 90px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 60px;
  background: white;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: -webkit-transform 0.3s, width 0.3s;
  -moz-transition: -moz-transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s;
}

.gn-scroller {
  position: absolute;
  overflow-y: scroll;
  width: 370px;
  height: 100%;
}

.gn-menu {
  text-align: left;
  padding-left: 2.813rem !important;
  padding-right: 2.813rem !important;
}
.gn-submenu li {
  overflow: hidden;
  height: 0;
}
.gn-submenu li a {
  color: #212121;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif !important;
}

.gn-icon::before {
  display: inline-block;
  width: 60px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "ecoicons";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.gn-icon span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.gn-icon-menu::before {
  margin-left: -15px;
  vertical-align: -2px;
}

.gn-icon-menu.gn-selected::before {
  background: #5993cd;
  box-shadow: 0 3px white, 0 -6px #5993cd, 0 -9px white, 0 -12px #5993cd;
}

.gn-menu-wrapper.gn-open-all {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  width: 355px;
  padding: 36px 0px;
}
.gn-menu-wrapper.gn-open-all .gn-submenu li {
  height: auto;
}

.gn-menu-wrapper.gn-open-part {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

.accordion:after {
  content: " +";
  font-size: 1.125rem;
  color: #007cba;
  float: right;
  font-weight: 600;
  margin-right: 20px;
}

.gn-menu-wrapper .active:after {
  content: " ‒";
}

.gn-scroller .gn-menu .gn-submenu .menu-item--active-trail .active:after {
  content: " ";
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}

ul.panel {
  display: none;
}

ul.panel.show {
  display: block !important;
  background: transparent;
  margin-top: 7%;
  list-style: none;
}

.submenu {
  visibility: hidden;
}
.submenu ul:nth-child(2) {
  margin-left: 0 !important;
  list-style: none;
  margin-right: 23px;
}
.submenu ul {
  color: #212121;
  width: auto;
  text-align: left;
  min-width: 60px;
  list-style: none;
  margin-top: 36px;
  margin-left: 23px;
  margin-bottom: 30px;
  margin-right: 23px;
}
.submenu a {
  color: #212121;
  font-size: 1rem;
  line-height: 2rem;
}

.dropdown_menu:hover .submenu {
  visibility: visible;
}

.submenu_box {
  float: left;
  background: #fff;
  position: absolute;
  top: 90px;
}
.submenu_box::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 35%;
  border-top: 6px solid #62bb46;
}

.menu_divider {
  height: 5px;
  margin-top: 5px;
  border-bottom: 2px solid #007cba;
  margin-bottom: 5px;
}

.menu_socialIcons {
  margin-left: -7px !important;
  margin-top: 15px;
}

.mck-search-icon:before {
  content: "\e927";
}

.ser-input {
  border-color: transparent;
  border-bottom-color: #fff;
  color: #fff;
}

.ser-input:focus {
  border-color: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.search-full-view {
  position: fixed;
  width: 100%;
  left: 0;
  height: auto;
  left: 0;
  top: 90px;
  background: #fff;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all;
  transform: scale(0);
}

.search-full-view.search-normal-screen {
  opacity: 1;
  z-index: 99;
  transform: scale(1);
}

.search-full-view .input-group {
  width: 50%;
  margin: 0 auto;
  padding: 30px 0;
}
.search-full-view .input-group label {
  display: inline-block;
  padding: 10px 0 0 0;
  font-size: 2rem;
  color: #007cba;
  margin-bottom: 0;
}

.search-full-view .input-group .form-control {
  background: transparent;
  border-bottom: 1px solid #007cba !important;
  padding: 10px;
  box-shadow: none;
  vertical-align: unset;
  margin: 5px 30px 0px 30px;
  font-size: 16px;
}

.search-full-view .search-block-form #edit-submit--3 {
  width: 20%;
  height: 60%;
  font-size: 16px !important;
  padding: 2px;
  margin: 0;
  background-color: #007bff;
  border-color: #007bff;
}

.search-full-view .input-group .form-control:focus {
  border-color: #fff;
  border: 0 !important;
  border-bottom: 1px solid #007cba !important;
}

.form-control {
  border: 0 !important;
  border-radius: 0 !important;
}

.search-full-view .input-group .input-group-addon {
  background: transparent;
  font-size: 4em;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.search-full-view .btn-close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #003666;
}

.gn-menu-main li.menu-item--active-trail-parent span {
  color: #ffffff;
  text-decoration: underline;
}

.gn-menu-main li.menu-item--active-trail-parent > a {
  color: #ffffff;
  text-decoration: underline;
}

.gn-menu-main li.menu-item--active-trail a {
  color: #003666;
  text-decoration: underline;
}

.gn-menu-main .gn-menu-wrapper li.menu-item--active-trail-parent > a {
  color: #003666;
  text-decoration: underline;
}

.nav-mid .gn-menu-main .menu-item--expanded > a, .nav-right .gn-menu-main .menu-item--expanded > a {
  pointer-events: none;
}

@media screen and (min-width: 981px) and (max-width: 1024px) and (orientation: landscape) {
  .gn-menu-main .logo {
    width: 89%;
  }

  .gn-menu-main > li > a {
    margin: 0 auto;
  }

  header .main-nav .nav-mid {
    display: none;
  }

  header .main-nav .nav-right .nav-right-icon .gn-menu-main {
    width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .gn-menu-main > li > a {
    padding: 0 5px;
  }

  .gn-menu-main .logo {
    width: 85%;
  }

  .gn-menu-main > li > a {
    margin: 0 auto;
  }

  .gn-menu-main img {
    width: 75%;
  }

  .submenu ul {
    margin: 30px;
    list-style: none;
  }

  .search-full-view .input-group {
    width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  .gn-menu-main .logo {
    width: 30%;
  }

  .submenu ul {
    margin: 28px;
    list-style: none;
  }

  .search-full-view .input-group {
    width: 80% !important;
  }

  header .main-nav .nav-mid {
    display: none;
  }

  header .main-nav .nav-logo {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  header .main-nav .nav-right .nav-right-icon .gn-menu-main {
    width: 100px;
  }

  .gn-menu-main .logo img {
    margin-left: 90%;
  }

  .gn-menu-main .icon-bar {
    width: 30px;
    height: 3px;
    display: block;
    margin-bottom: 5px;
  }

  header .main-nav .nav-mid {
    display: none;
  }

  header .main-nav .nav-logo {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  header .main-nav .nav-right .nav-right-icon .gn-menu-main {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  header .main-nav .nav-right .nav-fisrt {
    display: none;
  }

  .gn-menu-main .accordion::after {
    display: block !important;
  }

  header .main-nav .nav-mid {
    display: none;
  }

  header .main-nav .nav-logo {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  header .main-nav .nav-right .nav-right-icon .gn-menu-main {
    width: 100px;
  }
}
@media screen and (max-width: 522px) {
  .gn-menu-main {
    margin: 0;
    padding: 0 1.813rem;
  }

  header .main-nav .nav-mid {
    display: none;
  }

  header .main-nav .nav-logo {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  header .main-nav .nav-right .nav-right-icon .gn-menu-main {
    width: 100px;
  }
}
@media screen and (max-width: 525px) {
  .gn-menu-main .logo {
    width: 45%;
  }

  .gn-menu-main .logo img {
    margin-left: 38%;
  }

  .button-blue-bg,
.btn-blue {
    padding: 14px 49px;
  }

  .search-full-view .input-group .form-control {
    width: 92%;
  }

  .input-group {
    display: block;
  }
  .input-group .button-blue-bg {
    margin-top: 25px;
  }

  .search-full-view .input-group label {
    display: none;
  }

  .search-full-view .input-group .form-control {
    height: 35px !important;
    margin: 0 15px !important;
  }

  .search-full-view .form-submit {
    color: #fff !important;
    padding: 5px !important;
  }

  .btn {
    font-weight: normal !important;
    font-size: 1rem;
    border-radius: 0 !important;
  }

  .gn-menu-wrapper.gn-open-all {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    width: 100%;
  }
  .gn-menu-wrapper.gn-open-all .gn-scroller {
    width: 130%;
  }

  header .main-nav .nav-mid {
    display: none;
  }

  header .main-nav .nav-logo {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  header .main-nav .nav-right .nav-fisrt {
    width: 115px;
    display: none;
  }

  header .main-nav .nav-right .nav-right-icon {
    margin-left: 0;
  }

  header .main-nav .nav-right {
    position: relative;
    right: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer_copyright_text {
    display: inline-block;
    margin-left: 50px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1025px) and (max-width: 1400px), screen and (-ms-high-contrast: none) and (min-width: 1025px) and (max-width: 1400px) {
  header .main-nav .nav-logo {
    padding: 2.4% 0 0 2.4%;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1401px), screen and (-ms-high-contrast: none) and (min-width: 1401px) {
  header .main-nav .nav-logo {
    padding: 1.5% 0 0 2.4%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-page-banner .carousel-inner .carousel-item .carousel-banner-text {
    top: 15% !important;
  }
}
@media screen and (max-width: 1124px) {
  header .main-nav .nav-logo {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  header .main-nav .nav-mid {
    display: none;
  }

  header .main-nav .nav-right .nav-fisrt {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  header .main-nav .nav-right .gn-menu-main .submenu_box ul {
    min-width: 171px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .submenu_box {
    top: 89px;
  }

  .gn-menu-main > .dropdown_menu {
    line-height: 90px;
    display: block;
  }
}
#user-login-form, #user-pass {
  width: 50%;
  margin: auto;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

#user-login-form .form-control, #user-pass .form-control {
  border: 1px solid #eee !important;
  box-shadow: none;
}

#user-login-form #edit-submit, #user-pass #edit-submit {
  width: 20%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #user-login-form #edit-submit, #user-pass #edit-submit {
    width: auto;
    display: block;
    margin: 0 auto;
  }

  #user-login-form, #user-pass {
    width: 90%;
    margin: auto;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  header .main-nav .nav-logo {
    padding: 0 65px 0 0;
  }
}
.gn-menu li {
  display: flow-root;
}

.gn-menu-main li .a_global_search:focus-visible, .gn-menu-main a:focus-visible {
  color: #ffffff;
  padding: 6px;
}

.gn-menu-main .submenu_box.submenu ul li a:focus-visible {
  color: #003666;
}

.gn-menu-main .gn-scroller a:focus-visible {
  color: #018fe2;
  padding: 6px;
}

.gn-menu-main .gn-scroller .footer_copyright_container ul li a:focus-visible {
  color: #018fe2;
  padding: 0px;
}

.gn-menu .footer_copyright_container ul.socialIcons li a:hover img {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .gn-menu-main .gn-open-all .gn-menu {
    width: 78%;
  }

  .gn-menu-main .gn-open-all .gn-submenu {
    width: 78%;
  }
}
.btn-close.a_global_search_close:focus {
  border: 1px solid black;
}

.home-cards {
  margin-top: 3.9%;
}

.home-page-banner .carousel-inner .carousel-item {
  perspective: none;
}
.home-page-banner .carousel-inner .carousel-item .carousel-banner-text {
  position: absolute;
  color: #fff;
  top: 0;
  height: 100%;
  align-items: center;
  display: grid;
}
.home-page-banner .carousel-inner .carousel-item .carousel-banner-text .banner-button {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 1.1rem;
  padding: 8px 28px;
  background-color: #007cba;
  color: #ffffff;
}
.home-page-banner .carousel-inner .carousel-item .carousel-banner-text .banner-button:hover {
  background-color: #003666;
  text-decoration: underline;
}
.home-page-banner .carousel-inner .carousel-item .carousel-banner-text .banner-button:focus-visible {
  background-color: #003666;
  text-decoration: underline;
}
.home-page-banner .carousel-inner .carousel-item .carousel-banner-text .banner-text-block {
  max-width: 37.2%;
  margin-left: 12.7%;
}
.home-page-banner .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

#carouselExampleIndicators img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 4%;
  }
}
@media only screen and (min-width: 768px) {
  .offset-lg-1 {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 752px) {
  .home-page-banner .carousel-inner .carousel-item .carousel-banner-text .banner-text-block {
    margin-left: 0% !important;
  }

  .page-node-126 .dataHeading, .page-node-126 .dataDetail {
    text-align: center;
  }

  .page-node-126 .bioDetail h4, p {
    text-align: center;
  }

  .page-node-126 .futureResults ol {
    padding: 0 15px !important;
  }

  .home-cards {
    margin-top: 57px;
  }

  .page-node-136 .banner-text-block {
    padding: 0 !important;
    margin-left: 0 !important;
  }

  .page-node-136 .home-page-banner .carousel-inner .carousel-item .carousel-banner-text .banner-text-block {
    margin-left: 6.4% !important;
  }

  .image-style-top-banner-1920-x-1080- {
    width: 100%;
  }

  .home-page-banner .carousel-inner .carousel-item .carousel-banner-text .banner-text-block {
    max-width: 100%;
  }

  .home-page-banner .carousel-inner .carousel-item .carousel-banner-text {
    position: absolute;
    color: #fff;
    padding: 0 36px;
    display: flex !important;
  }

  .home-page-banner .carousel-inner .carousel-item .carousel-banner-text h2 {
    font-size: 1.6875rem;
  }

  .home-page-banner .carousel-inner .carousel-item .carousel-banner-text p {
    font-size: 1rem;
    text-align: left;
    line-height: 2rem;
  }

  .title-description p {
    line-height: 32px;
    text-align: center !important;
  }

  .title-description h2 {
    font-size: 1.6875rem;
  }

  .paragraph--type--two-column-component .home-cards .field--name-field-add-column .paragraph--type--two-column-paragraph p {
    display: none;
  }
}
@media only screen and (max-width: 522px) {
  .carousel-item img {
    min-height: 644px !important;
  }

  .home-page-banner .carousel-inner .carousel-item .carousel-banner-text {
    position: absolute;
    color: #fff;
  }

  .home-page-banner .carousel-inner .carousel-item .carousel-banner-text h2 {
    font-size: 1.6875rem;
  }

  .home-page-banner .carousel-inner .carousel-item .carousel-banner-text p {
    text-align: left;
  }

  .title-description h2 {
    font-size: 1.6875rem;
  }
}
.home-page-banner .carousel-inner .carousel-item .carousel-banner-text .banner-text-block {
  margin-left: 6.4% !important;
}

@media only screen and (max-width: 752px) {
  .home-page-banner .carousel-inner .carousel-item .carousel-banner-text .banner-text-block {
    margin-left: 0% !important;
  }
}
.home-page-banner .carousel-indicators {
  width: auto;
  left: 50%;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  right: inherit;
}

.landscape-btn-wrap {
  display: block;
  margin: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .home-page-banner .carousel-inner .carousel-item .carousel-banner-text {
    display: flex !important;
    display: -webkit-flex;
  }
}
@media screen and (max-width: 1220) {
  .priorProgramTable {
    margin: 0 65px;
  }
}
@media screen and (min-width: 753px) and (max-width: 1024px) {
  .home-page-banner .carousel-inner .carousel-item .carousel-banner-text .banner-text-block {
    max-width: 80%;
  }
}
.wpc-admin-tab ul li {
  display: inline-block;
}

.offset-lg-1 {
  margin-left: 4.8% !important;
}

.show-highlight-para p {
  display: block;
}

.highlight-box {
  padding: 7.3%;
  margin: auto;
}
.highlight-box h2 {
  color: #fff;
}
.highlight-box h3 {
  color: #fff;
  font-family: "proxima-nova", sans-serif !important;
}
.highlight-box p {
  color: #fff;
  font-size: 1.5rem;
}

.is-table-row {
  display: flex;
}

.is-table-row [class*=col-] {
  float: none;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  margin: initial;
}

@media only screen and (max-width: 767px) {
  .is-table-row {
    display: flex;
  }

  .is-table-row [class*=col-] {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .highlight-box h2 {
    font-size: 1.6875rem;
  }

  .highlight-box p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 414px) {
  .highlight-box {
    padding: 10% 10%;
  }

  .highlight-box h2 {
    font-size: 1.6875rem;
  }

  .is-table-row [class*=col-] {
    width: 100%;
  }
}
.footer_copyright_container {
  display: inline-grid;
  margin-left: 50px;
}

footer {
  padding-top: 40px;
  border-top: 1px solid #dfdfdf;
  clear: both;
}
footer .nav-link {
  padding: 0 !important;
}
footer .footer-top-link-main {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-top-link-main .box_left {
  position: relative;
}
footer .footer-top-link-main .box_right {
  position: relative;
}

footer .logo {
  width: auto;
  text-align: right;
}

.logo .img-responsive {
  width: 100%;
  padding: 10px 0 0 37%;
}

ul.footer-top-links li {
  width: inherit;
  padding: 0px 25px 0 0;
  display: inline-block;
}
ul.footer-top-links li a {
  color: #007cba;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
}
ul.footer-top-links li a:hover {
  background: none;
  text-decoration: underline;
}

.pull-right {
  float: right;
}

.socialIcons-main {
  margin-left: -100px;
  padding-left: 0;
  padding-right: 0;
}

ul.socialIcons li {
  padding-left: 5px;
  display: inline-block;
}

ul.socialIcons {
  padding: 0;
  padding-top: 11px;
  width: auto;
  list-style: none;
}

ul.socialIcons li a {
  display: grid;
  height: 26px;
  overflow: hidden;
}

ul.socialIcons li a img {
  transition: 0.25s ease-in;
}

.footer_copyright_container ul.socialIcons li a:hover .dark-icons {
  position: relative;
  bottom: 28px;
  transition: 0.25s ease-in;
}

.footer-links {
  float: left;
  padding-right: 25px;
  min-height: 175px;
}
.footer-links .dark-blue-title a {
  color: #003666;
}
.footer-links .dark-blue-title span {
  color: #003666;
}
.footer-links .footer-menu-heading {
  color: #007cba;
  font-weight: 600;
  font-size: 1.25rem;
}
.footer-links ul.list-unstyled li a {
  font-size: 1rem;
  color: #212121;
  line-height: 13.2px;
}
.footer-links ul.list-unstyled li a:hover {
  color: #007cba;
}

.footer-links-list {
  padding-left: 0px;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: -1.7%;
}
.footer-links-list .footer-links ul li {
  margin-top: 13.2px;
}
.footer-links-list .footer-links ul li:first-of-type {
  margin-top: 0px;
}

.copy-right {
  font-size: 0.625rem;
  text-align: center !important;
  color: #707070;
  padding-top: 20px;
}

.copyright {
  display: none;
}

@media only screen and (max-width: 768px) {
  .footer_copyright_container {
    margin-left: 0px;
  }

  ul.socialIcons {
    padding: 0;
  }

  .logo .img-responsive {
    width: 100%;
  }

  .footer-top-links {
    padding-left: 0;
    justify-content: center;
  }

  .footer-links-list {
    padding-left: 0;
  }

  ul.socialIcons li {
    padding-left: 1px;
  }

  .menu_socialIcons ul.socialIcons li {
    display: inline-block;
    margin-right: 12px;
  }

  ul.footer-top-links li {
    padding: 0px 15px 0 0;
  }

  .socialIcons-main {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .gn-menu-main ul {
    width: 0px;
  }

  .logo .img-responsive {
    padding-top: 0;
  }

  ul.socialIcons {
    padding: 0;
    padding-left: 2.813rem !important;
    padding-right: 2.813rem !important;
  }

  .menu_socialIcons ul.socialIcons {
    padding-left: 0 !important;
    display: inline-flex;
  }

  .footer-top-link-main .box_left {
    order: 2;
  }
  .footer-top-link-main .box_right {
    order: 1;
  }

  .socialIcons-main {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    order: -1;
  }

  .pull-right {
    float: none !important;
  }

  .footer-top-links {
    padding-left: 0;
    text-align: center;
    padding: 0 30px;
  }

  footer .logo {
    display: none;
  }

  .links-main {
    display: none;
  }

  .copyright {
    display: block;
  }
}
@media only screen and (max-width: 1470px) {
  .footer-links {
    padding-right: 17px;
  }

  .footer-links-list {
    padding-left: 15px;
  }

  .footer-top-links {
    padding-left: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .footer-top-links {
    justify-content: left;
    padding-left: 0;
    margin-left: -8px;
  }

  .footer-links {
    min-height: 160px;
    padding-right: 10px;
  }

  .socialIcons-main {
    margin-left: -10px;
  }

  .footer-links-list {
    padding-left: 0;
    margin-left: -8px;
  }

  .logo .img-responsive {
    padding: 10px 0 0 0%;
  }

  ul.footer-top-links li {
    padding: 0px 10px 0 0;
  }

  .footer_copyright_container {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1471px) {
  .footer-links {
    padding-right: 35px;
  }

  .footer_copyright_container {
    margin-left: 0;
  }
}
.stat-container {
  margin-top: 4%;
}
.stat-container .default-margin {
  margin: 0;
  padding: 0 7.5%;
}
.stat-container .aboutus-banner-text h2 {
  font-weight: 600;
  color: #007cba;
}

.box-text-aboutus p {
  display: block !important;
}

.stat-div {
  padding-top: 5px;
}
.stat-div .stat-years {
  max-width: 30%;
}
.stat-div .stat-years p {
  font-family: "proxima-nova", sans-serif !important;
  float: left;
  text-align: left;
}
.stat-div .stat-years .stat-numbers {
  font-family: "petersburg-web" !important;
  font-size: 5.6rem;
  color: #003666;
  margin-top: -25px;
}
.stat-div .stat-years .stat-plus-icon {
  position: absolute;
  top: 65px;
  font-size: 3rem;
}
.stat-div .stat-tenant {
  max-width: 30%;
  margin-left: 11%;
}
.stat-div .stat-tenant p {
  font-family: "proxima-nova", sans-serif !important;
  float: left;
  text-align: left;
}
.stat-div .stat-tenant .stat-numbers {
  font-family: "petersburg-web" !important;
  font-size: 5.6rem;
  color: #212121;
  margin-top: -25px;
}
.stat-div .stat-tenant .stat-plus-icon {
  position: absolute;
  top: 65px;
  font-size: 3rem;
}
.stat-div .stat-country {
  max-width: 30%;
}
.stat-div .stat-country .stat-numbers {
  font-family: "petersburg-web" !important;
  font-size: 5.6rem;
  color: #007cba;
  margin-top: -25px;
}
.stat-div .stat-property {
  max-width: 25% !important;
  margin-left: 6%;
}
.stat-div .stat-property .stat-numbers {
  font-family: "petersburg-web" !important;
  font-size: 5.6rem;
  color: #038754;
  margin-top: -25px;
}

.frame-photo-row {
  margin-top: 3.5%;
}
.frame-photo-row .frame-photo-col-mob {
  padding: 0;
}
.frame-photo-row .frame-photo-col-mob img {
  width: 100%;
}
.frame-photo-row .frame-photo-col-desk {
  padding: 0;
}
.frame-photo-row .frame-photo-col-desk img {
  width: 100%;
}

@media screen and (max-width: 374px) {
  .about-us-image-with-text-component {
    width: 103%;
  }

  .frame-photo-row .frame-photo-col-mob img {
    width: 103%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .stat-container .col-xsl-6 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .stat-plus-icon {
    top: 60px !important;
    font-size: 2.81rem;
  }
}
@media only screen and (max-device-width: 991px) and (orientation: landscape) {
  .stat-container .stat-div-landscape {
    margin-left: 15px;
    margin-top: 6px;
    margin-right: 10px;
  }
  .stat-container .gap-col {
    display: none;
  }

  .about-us-accordian-block .about-us-accordion .card-header.collapsed:after, .accordion .card-header:after {
    bottom: 40px !important;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .stat-container .stat-div-landscape .stat-plus-icon {
    top: 34px !important;
    font-size: 2.81rem;
  }
}
@media screen and (max-width: 1320px) and (orientation: landscape) {
  .stat-container .stat-div-landscape .stat-plus-icon {
    top: 55px !important;
    font-size: 2.81rem;
  }
}
.page-node-41 {
  /*   .box-text-about {
      margin: 6% !important;
    } */
}
.page-node-41 .asset-management-head h3 {
  font-size: 24px;
}

@media screen and (max-width: 753px) {
  .page-node-41 .about-us-image-with-text-component .mid_box img {
    width: 100% !important;
  }
}
@media only screen and (min-width: 752px) {
  .accordion .card-header.collapsed:after {
    position: absolute !important;
    top: 0;
    right: 0;
  }

  .accordion .card-header:after {
    position: absolute !important;
    top: 0;
    right: 0;
  }

  .stat-div .stat-years .stat-numbers {
    font-size: 4.6rem !important;
  }

  .stat-div .stat-tenant .stat-numbers {
    font-size: 4.6rem !important;
  }

  .stat-div .stat-country .stat-numbers {
    font-size: 4.6rem !important;
  }

  .stat-div .stat-property .stat-numbers {
    font-size: 4.6rem !important;
  }
}
@media screen and (max-width: 752px) {
  /*   .page-node-41{
      .about-us-image-with-text-component{
        .mid_box{
          img{
            width: 100% !important;
          }
        }
      }
    } */
  .frame-photo-row .hide-mob-items {
    display: none;
  }

  /*   .page-node-41,.page-node-131,.page-node-21,.page-node-76{
      .accordion:after {
        display: none;
     }
     .card-header {
      padding: 0.25rem 1.25rem;
     }
     .accordion .card-header.collapsed:after {
      bottom: 38px;
      right: -18px;
    }
    .accordion .card-header:after {
      bottom: 38px;
      right: -18px;
    }
  } */
  .page-node-136 .accordion:after, .page-node-41 .accordion:after, .page-node-131 .accordion:after, .page-node-21 .accordion:after, .page-node-76 .accordion:after, .page-node-26 .accordion:after {
    display: none;
  }
  .page-node-136 .card-header, .page-node-41 .card-header, .page-node-131 .card-header, .page-node-21 .card-header, .page-node-76 .card-header, .page-node-26 .card-header {
    padding: 0.25rem 0.75rem 1.25rem;
  }
  .page-node-136 .accordion .card-header.collapsed:after, .page-node-41 .accordion .card-header.collapsed:after, .page-node-131 .accordion .card-header.collapsed:after, .page-node-21 .accordion .card-header.collapsed:after, .page-node-76 .accordion .card-header.collapsed:after, .page-node-26 .accordion .card-header.collapsed:after {
    bottom: 0px;
    right: 0px;
  }
  .page-node-136 .accordion .card-header.collapsed:after, .page-node-41 .accordion .card-header.collapsed:after, .page-node-131 .accordion .card-header.collapsed:after, .page-node-21 .accordion .card-header.collapsed:after, .page-node-76 .accordion .card-header.collapsed:after, .page-node-26 .accordion .card-header.collapsed:after {
    position: absolute;
    top: 0;
  }
  .page-node-136 .accordion .card-header:after, .page-node-41 .accordion .card-header:after, .page-node-131 .accordion .card-header:after, .page-node-21 .accordion .card-header:after, .page-node-76 .accordion .card-header:after, .page-node-26 .accordion .card-header:after {
    position: absolute;
    top: 0;
  }
  .page-node-136 .accordion .card-header:after, .page-node-41 .accordion .card-header:after, .page-node-131 .accordion .card-header:after, .page-node-21 .accordion .card-header:after, .page-node-76 .accordion .card-header:after, .page-node-26 .accordion .card-header:after {
    bottom: 0px;
    right: 0px;
  }

  .aboutus-banner-text {
    max-width: 80%;
    margin-left: 9.5%;
    margin-right: 10%;
    padding: 0;
  }
  .aboutus-banner-text h3 {
    width: 100%;
  }
  .aboutus-banner-text p {
    text-align: left !important;
    line-height: 32px;
  }
  .aboutus-banner-text .banner-button {
    width: 225px;
    height: 54px;
    font-size: 18px;
  }

  .stat-div {
    margin-left: 9.5%;
    margin-right: 10%;
    padding: 0;
    margin-top: 10%;
  }
  .stat-div .stat-text-paragragh {
    line-height: 16px;
  }
  .stat-div .row {
    margin: 0;
  }
  .stat-div .stat-tenant {
    margin-left: 30%;
    padding: 0;
    max-width: 35%;
  }
  .stat-div .stat-tenant p {
    width: 80%;
    text-align: left;
  }
  .stat-div .stat-tenant .stat-numbers {
    font-size: 2.8125rem !important;
    margin-top: -9px;
  }
  .stat-div .stat-tenant .stat-plus-icon {
    font-size: 2rem;
    top: -10px;
  }
  .stat-div .stat-years {
    padding: 0;
  }
  .stat-div .stat-years p {
    text-align: left;
  }
  .stat-div .stat-years .stat-numbers {
    font-size: 2.8125rem !important;
    margin-top: -9px;
  }
  .stat-div .stat-years .stat-plus-icon {
    font-size: 2rem;
    top: -10px;
  }
  .stat-div .stat-country {
    padding: 0;
  }
  .stat-div .stat-country p {
    text-align: left;
  }
  .stat-div .stat-country .stat-numbers {
    font-size: 2.8125rem !important;
  }
  .stat-div .stat-property {
    margin-left: 30%;
    padding: 0;
  }
  .stat-div .stat-property p {
    text-align: left;
  }
  .stat-div .stat-property .stat-numbers {
    font-size: 2.8125rem !important;
  }

  .frame-photo-row .frame-photo-col-desk {
    display: none;
  }
  .frame-photo-row .frame-photo-col-mob {
    padding: 0;
  }
}
@media screen and (max-width: 522px) {
  .stat-container .default-margin {
    margin: 0;
    padding: 0 10.5%;
  }

  .aboutus-banner-text {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutus-banner-text .banner-button {
    width: 62.5%;
  }

  .stat-div .stat-years .stat-numbers {
    font-size: 4.6rem;
  }

  .stat-div .stat-property .stat-numbers {
    font-size: 4.6rem;
  }

  .stat-div .stat-tenant .stat-numbers {
    font-size: 4.6rem;
  }

  .stat-div .stat-country .stat-numbers {
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 1320px) {
  .stat-div .stat-years {
    max-width: 25% !important;
  }

  .stat-div .stat-tenant {
    max-width: 25% !important;
  }

  .stat-plus-icon {
    top: 65px !important;
  }
}
.box-text-aboutus p {
  display: block !important;
}

.stat-container .stat-footnote {
  font-size: 16px;
}

.page-node-41 .box-text-aboutus {
  padding: 14.8%;
  margin: 0 !important;
}
.page-node-41 .about-us-image-with-text-component .mid_box img {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
}

.page-node-41 img.d-block {
  display: flex !important;
}

@media screen and (orientation: landscape) {
  .frame-photo-row .hide-mob-items {
    display: block;
  }

  .single-bio-popup-heading-block .single-button-bio-popup {
    display: block !important;
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .single-bio-popup-heading-block .single-button-bio-popup {
    display: block !important;
    max-width: 100%;
  }
}
@media screen and (orientation: landscape) and (max-width: 570px) {
  .single-bio-popup-heading-block .single-button-bio-popup {
    max-width: 100%;
  }
}
.h3-privacy-policy {
  color: black;
  font-size: 1.66666rem !important;
}

.plain-text-parent {
  margin-bottom: 3.9%;
}

.asset-management-button-margin {
  margin-top: 37.5px !important;
}

.title-description-block {
  margin-top: 3.9% !important;
}

.title-description-left {
  margin-top: 3.9% !important;
}

.title-description-plain-text {
  margin-bottom: 3.9% !important;
  padding-left: 17.5% !important;
  padding-right: 17.5% !important;
}

.title-description p {
  width: 100%;
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .title-description-block {
    padding: 0 !important;
    max-width: 1024px !important;
  }

  .title-description-left {
    padding: 0 !important;
    max-width: 1024px !important;
  }
}
@media only screen and (min-width: 1300px) {
  .title-description-block {
    padding: 0 !important;
    max-width: 1280px !important;
  }

  .title-description-left {
    padding: 0 !important;
    max-width: 1280px !important;
  }
}
@media only screen and (max-width: 768px) {
  .node--type-plain-text-template h3 {
    font-size: 1.125rem;
  }

  .case-study-mb h3 {
    font-size: 1.125rem;
  }

  .node--type-plain-text-template p {
    line-height: 32px;
  }

  .title-description p {
    width: 100%;
  }

  .title-description-block {
    padding-right: 36px !important;
    margin-top: 65px !important;
    padding-left: 36px !important;
  }

  .title-description-block-accordion {
    margin-bottom: 35px;
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .title-description-left {
    padding-right: 36px !important;
    margin-top: 57px !important;
    padding-left: 36px !important;
  }
}
.page-node-131 .build-to-suit-container-block {
  margin-top: 3.9% !important;
}

.faqfield-question.ui-state-default {
  border: 0;
  background-color: white;
  color: #007cba;
}

.faqfield-question.ui-state-active {
  border: 0;
  background-color: white;
  color: #007cba;
}

.ui-accordion {
  margin-bottom: 60px;
}

.ui-widget-content {
  border: 0;
}

h3.ui-state-active:after {
  content: " (shrink)";
}

h3.ui-accordion-header-collapsed:after {
  content: " (expand)";
}

.ui-accordion h3 .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.png);
}

@media only screen and (max-width: 422px) {
  .faqfield-answer p {
    text-align: justify;
  }
}
.title-description-h2 .title-description-button {
  background-color: #007cba;
  color: #ffffff;
  padding: 2.1% 12.5%;
}
.title-description-h2 p {
  width: 75%;
  margin: 0 auto;
}

.mobile-container {
  display: none;
}

@media only screen and (max-width: 767px) {
  .about-us-accordian-block .card-title {
    width: 85% !important;
  }

  .title-description img {
    max-width: 100%;
  }

  .accordion:after {
    display: none;
  }

  .our-team-menu .title-description {
    margin-top: 3px;
  }

  .mobile-container {
    display: block;
  }
  .mobile-container .mobile-title {
    border: none;
    display: block;
  }
  .mobile-container .mobile-title .mobile-card-header {
    border: none;
    background-color: #ffffff;
    width: 100%;
  }

  .desktop-container {
    display: none;
  }

  .accordion .card-header:after {
    font-family: "FontAwesome";
    content: "\f068";
    float: right;
    position: relative;
    bottom: 4rem;
    color: #007cba;
    font-size: 1.25rem;
  }

  .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    position: relative;
    bottom: 2.6rem;
    font-size: 1.25rem;
    color: #007cba;
  }

  .title-description-h2 p {
    width: 100%;
  }
}
.asset-management-head h5 {
  font-weight: bold;
}

.asset-management-head p {
  font-size: 20px;
}

.title-description-button:hover, .title-description-button:focus {
  background-color: #003666;
  text-decoration: underline;
  color: #fff;
}

.build-to-suits ul {
  list-style: none !important;
}

.build-to-suit-row .right-div {
  padding-top: 60px;
  background-color: #fff;
}

.about-us-image-with-text-component {
  margin-top: 3.9% !important;
}
.about-us-image-with-text-component .person-text {
  margin-top: 13%;
  margin-left: 14.5%;
  margin-right: 13%;
  margin-bottom: 13%;
}
.about-us-image-with-text-component p {
  color: #ffffff;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .about-us-accordion.accordion::after {
    display: none !important;
  }

  .about-us-image-with-text-component {
    margin-top: 30px !important;
  }
  .about-us-image-with-text-component .person-text {
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 8%;
  }
  .about-us-image-with-text-component p {
    color: #ffffff;
    font-size: 1rem !important;
  }
}
.our-team-menu .my-5 {
  margin-bottom: 3.5% !important;
}

.main-card-block {
  margin-top: 3.7%;
  display: contents;
}

.main-card {
  margin: 0 4%;
}
.main-card .card-img-top .card-body {
  text-align: left !important;
}

.card {
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.team-block {
  padding: 0 6.5%;
}
.team-block .team-block-margin-bottom {
  margin-bottom: 3%;
}
.team-block .main-card {
  width: 21%;
  float: left;
  margin-left: 0%;
}
.team-block .main-card h5 {
  color: #212121;
}
.team-block .team-member-block-row {
  margin-top: 3.5%;
}

.team-card {
  width: 100%;
  float: left;
  margin-left: 8%;
  display: block;
}
.team-card .card-img-top {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.team-card .card-title {
  text-align: left;
  font-size: 1.25rem;
}
.team-card a {
  text-decoration: underline;
}
.team-card .card-body {
  padding: 18.5px 8px;
}
.team-card .card-body .card-title.card-title-phone-number {
  color: #212121;
}
.team-card h5 {
  color: #212121;
}

.main-card .team-card:nth-child(4n-7) {
  margin-left: 0 !important;
}

.single-bio-block {
  margin-top: 4%;
}

@media only screen and (max-width: 767px) {
  .team-block .main-card {
    width: 46%;
    margin-left: 2%;
    margin-top: 0;
  }
  .team-block .main-card .team-card:nth-child(odd) {
    margin-left: 0 !important;
  }

  .team-card {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 752px) {
  .main-card-block {
    display: contents;
  }

  .team-mobile-margin {
    margin-bottom: 30px;
  }

  .team-card .card-title {
    font-size: 16px;
  }

  .main-card:nth-child(4n-7) {
    margin-left: 12px !important;
  }

  .our-team-menu .my-5 {
    margin-top: 0 !important;
  }

  .single-bio-popup-heading-block .single-button-bio-popup {
    display: contents;
  }

  .single-bio-popup-heading-block .single-button-bio-popup p {
    font-size: 1rem !important;
    padding: 0 36px !important;
  }

  .single-bio.single-bio-popup-margin {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .main-card {
    margin: 0 3%;
  }
  .main-card .main-card:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .team-block .main-card {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.ct-email u {
  cursor: pointer;
}

.main-card .team-card .card-body-box .card-body .ct-email u {
  cursor: pointer;
}

.single-bio-description .card-title.ct-email u {
  cursor: pointer;
}

.main-card a {
  display: inline-block;
}

.main-card .main-card-leadership-anchor:focus-visible {
  border: 1px solid black;
}

.main-card .card-title-phone-number a:focus {
  padding: 0 10px;
}

.main-card .ct-email a:focus-visible {
  padding: 0 10px;
  color: black !important;
}

.main-card .card-body .modal-anchor:focus-visible {
  padding: 0 10px;
  width: fit-content;
}

.main-card .card-body .modal-anchor {
  display: block;
  text-decoration: none !important;
  pointer-events: none;
}

.breadcrumb_main_go .breadcrumb .breadcrumb-item a {
  font-size: 1rem;
}

.breadcrumb_main .breadcrumb .breadcrumb-item a {
  font-size: 1rem !important;
}

.breadcrumb_main {
  padding-top: 4.6%;
  margin-left: 8.6% !important;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0rem 0rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  margin-top: 30px;
  font-size: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: ">";
}

.breadcrumb-item + .breadcrumb-item-blue::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #007cba;
  content: ">";
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .breadcrumb_main {
    padding-top: 18%;
    margin-left: 6% !important;
  }
}
.team-breadcrumb {
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  font-size: 1.5rem;
}

li.team-breadcrumb-item {
  display: inline;
}
li.team-breadcrumb-item a {
  color: #212121;
}

.team-breadcrumb-item + .team-breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.8rem;
  color: #007cba;
  content: "|";
  padding-left: 0.5rem;
}

.team-breadcrumb-item + .team-breadcrumb-item {
  padding-left: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .team-breadcrumb {
    font-size: 16px;
    padding: 1px;
  }
}
.breadcrumb_main_go {
  padding: 0px 7%;
  float: right;
}
.breadcrumb_main_go a {
  color: #212121;
}

.single-bio-popup-heading-block {
  margin-top: 4.5%;
}

.single-bio {
  padding: 0 4%;
}
.single-bio .single-button-bio {
  margin-top: 45.5px;
}
.single-bio .single-button-bio p {
  font-size: 1.25rem;
}
.single-bio .single-button-bio-popup {
  margin-top: 0;
}
.single-bio .single-bio-heading {
  text-align: left !important;
}
.single-bio .single-bio-heading-block {
  padding-left: 5%;
}
.single-bio .single-bio-description {
  padding: 0;
  padding-top: 1.25rem;
  padding-bottom: 75px;
}

.single-bio-popup-margin {
  padding-top: 4%;
}

@media only screen and (max-width: 414px) {
  .single-button-bio {
    margin-top: 0;
  }

  .single-bio {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #accordion .card .card-body p {
    text-align: left;
  }

  .single-bio .single-bio-heading {
    text-align: center !important;
    width: 90%;
    margin: 0 auto;
  }

  .single-button-bio {
    margin-top: 0px !important;
  }

  .single-button-bio p {
    text-align: left;
  }

  .single-bio-popup-margin {
    padding-top: 78px;
  }

  .single-bio-popup-heading-block {
    margin-top: 12%;
  }

  .single-bio-heading-alignment {
    text-align: center;
  }

  .paragraph--type--our-team .single-bio-heading-alignment h3 {
    font-size: 18px;
    font-weight: 500;
  }

  .paragraph--type--our-team .team-block .team-mobile-margin h3 {
    font-size: 18px;
    font-weight: 500;
  }
}
.main-card-block .main-card .card-body .card-title {
  font-weight: 400;
}

.main-card-block .main-card .card-body .card-title.text-blue {
  font-weight: 700;
}

.main-card .card.team-card .card-body .card-title {
  font-weight: 400;
}

.main-card .card.team-card .card-body .card-title.text-blue {
  font-weight: 700;
}

.main-card .card-body p.card-title {
  color: #212121;
}

.text-black {
  color: #212121;
}

.box-text {
  margin: 11% 14% !important;
}
.box-text p {
  font-size: 1.5rem;
}

.box-text-about {
  margin: 3% 14% !important;
}
.box-text-about p {
  color: #ffffff;
  font-size: 1.5rem;
}

.object-fit_fill {
  object-fit: fill;
}

@media only screen and (max-width: 767px) {
  .page-node-31 .mid_box {
    min-height: 200px;
  }

  .mid_box .gallery-box img {
    width: 100% !important;
  }

  .page-node-31 .title-description h2 {
    padding-bottom: 25px;
  }

  .page-node-31 .title-description p {
    padding-bottom: 20px;
  }

  .cr-two-column-block-top-margin {
    margin-top: 65px !important;
  }

  .box-text h1 {
    font-size: 4.5rem;
  }

  .box-text p {
    font-size: 1.5rem;
    display: none;
  }

  .box-text-aboutus p {
    display: block !important;
  }

  .page-node-41 .box-text-aboutus p {
    text-align: left;
  }

  .mid_box .box_right {
    order: -1;
  }

  .cr-two-column-block-top-margin {
    margin-top: 65px;
  }
}
.cr-two-column-block-top-margin {
  margin-top: 3.9%;
}

.cr-two-column-block .box-text .banner-whight-bg:hover {
  color: #007cba;
}

@media only screen and (min-width: 1024px) {
  .paragraph--type--generic-content.paragraph--view-mode--default .btn.button-blue-bg {
    margin-top: 27.5px;
  }
}
.mid_box {
  min-height: 400px;
}
.mid_box .gallery-box {
  position: relative;
}
.mid_box .gallery-box img {
  width: 80%;
  height: auto;
  display: block;
  margin: 11% auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_box {
    min-height: 250px;
  }
}
.button-container {
  display: flex;
  column-gap: 10px;
}

.button-container .banner-whight-bg, .btn-white {
  background-color: #fff;
  color: #007cba !important;
  padding: 2.1% 7.5%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .button-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .button-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}
.page-node-26 .build-to-suit-container-block {
  margin-top: 3.9%;
}

.banner-text-image-block {
  padding: 0 7.3% !important;
  margin-top: -1%;
}
.banner-text-image-block .sale-banner-text-image-block {
  width: 37.2%;
}
.banner-text-image-block .right-div {
  text-align: end;
}

.build-to-suits {
  background-color: #cce5f1;
  padding: 0 !important;
  margin-top: -1%;
  padding-left: 142.5px !important;
  padding-right: 9.1% !important;
}
.build-to-suits .right-div {
  border: 1px solid #212121;
}
.build-to-suits .breadcrumb_main {
  padding: 0px;
}

.build-box-text {
  padding: 11% 13% 11% 0;
}

.padding-top-bottom {
  padding-top: 10.1%;
  padding-bottom: 10.1%;
  /*padding-right: 8%;*/
  /*.box {
    border: 1px solid #444444;
    margin-right: -20%;
    min-height: 468px;
  }*/
}

.paragraph-btn {
  color: #212121 !important;
  margin-bottom: 2rem;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .companyTimeline {
    left: 80px;
  }

  .timelinData {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .build-box-text {
    padding: 11% 0% 11% 0;
  }

  .box-text p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .build-box-text {
    padding: 18% 0% 11% 2%;
  }

  .padding-top-bottom {
    padding: 0;
    padding-top: 1%;
  }

  .padding-top-bottom .box {
    margin: 0 1%;
    background-color: #cce5f1;
  }

  .box-text {
    margin: 0 5% 11% 5%;
  }

  .build-to-suit-block {
    background-color: #cce5f1;
    padding: 0 36px;
  }

  .build-to-suit-squareBlock {
    background-color: #ffff;
    padding-top: 15%;
  }

  .banner-text-image-block {
    padding: 0 3% !important;
    margin-top: -3%;
  }
  .banner-text-image-block .sale-banner-text-image-block {
    width: 100%;
  }
  .banner-text-image-block .right-div {
    padding: 0 36px;
    padding-top: 37px;
    margin-bottom: -1px;
  }
  .banner-text-image-block .build-box-text .text-white {
    font-size: 2.25rem;
  }
  .banner-text-image-block .build-box-text .salesBanner-blue-bg {
    background-color: #007CBA;
    color: #FFFFFF;
  }
  .banner-text-image-block .build-box-text .salesBanner-blue-bg:hover {
    background-color: #62BB46;
    color: #FFFFFF;
  }

  .build-to-suits {
    padding: 0 !important;
    background-color: #FFFFFF;
  }
  .build-to-suits .right-div {
    padding: 55px 37px 0 36px !important;
    border: none;
  }
  .build-to-suits .right-div .box {
    border: 1px solid #212121;
  }
}
@media only screen and (max-width: 522px) {
  .build-box-text {
    margin-left: 5%;
    padding-right: 5%;
  }
  .build-box-text p {
    text-align: left;
  }

  .padding-top-bottom .box {
    margin: 0 5%;
    min-height: 250px;
  }
}
.company-history ul {
  list-style: none !important;
}

@media (min-width: 320px) {
  /*timeline css */
  .company-history {
    width: 90%;
  }

  .company-history ul {
    padding-left: 40px;
  }

  .companyTimeline {
    position: relative;
    padding: 0;
    margin-top: 50px;
    display: flex;
  }

  .timeline-item {
    position: relative;
  }

  .hrLine {
    position: absolute;
    width: 2px;
    background-color: #007cba;
    left: 35px;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .timelinData {
    background-color: #f0f0f0;
    padding: 20px;
    width: 80%;
    margin-left: 60px;
    padding-bottom: 200px;
    margin-bottom: 40px;
  }

  .timelineDetail h3 {
    font-size: 1.125rem;
    color: #007cba;
  }

  .timelineDetail p {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 1rem;
    text-align: left;
  }

  .timeline-item:before {
    content: attr(data-rel);
    position: absolute;
    background-color: #fff;
    line-height: 1.5;
    text-align: center;
    color: black;
    font-size: 14px;
    transition: background-color 0.3s ease-in;
    top: 0;
    font-size: 20px;
    color: #007BB9;
    border-bottom: 2px solid #007cba;
    padding-top: 10px;
    left: -23%;
    font-weight: 700;
  }

  .timelinePage {
    margin-top: 50px;
  }

  .timelineImage {
    position: absolute;
    left: -45px;
    bottom: 0;
    left: 20px;
    border: 3px solid #fff;
    box-shadow: 0 5px 5px -5px #333;
  }

  .timeline-item:after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 42px;
    width: 15px;
    height: 15px;
    left: -19%;
  }

  .commonContent h2 {
    font-size: 27px;
  }

  .searchBarHeader input[type=text] {
    width: 50%;
    padding: 6px 0;
    font-size: 14px;
  }

  .largeImgPlaceholder {
    clear: both;
    float: left;
    margin-top: 40px;
  }

  /*timeline css ends */
}
@media only screen and (max-width: 522px) {
  .timelinData {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 753px) {
  /*timeline css */
  .timelinData {
    padding: 40px;
    margin-left: 25px;
  }

  .timelineDetail {
    width: 60%;
  }

  .timelineImage {
    left: inherit;
    right: -45px;
    top: 40px;
    bottom: inherit;
  }

  .hrLine {
    left: 65px;
  }

  .timeline-item:before {
    left: -50px;
  }

  .contentBox {
    margin-top: 0px;
    padding-top: 0;
  }

  /*timeline css ends */
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  .timeline-item:before {
    left: -115px;
  }

  .timeline-item:after {
    left: -105px;
  }
}
@media screen and (orientation: landscape) and (min-width: 667px) and (max-width: 1024px) {
  .timeline-item:before {
    left: -122px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .timeline-item:after {
    left: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .timeline-item:after {
    left: -120px;
  }
}
@media screen and (orientation: landscape) and (min-width: 769px) and (max-width: 850px) {
  .timeline-item:before {
    left: -125px;
  }

  .timeline-item:after {
    left: -115px;
  }
}
@media screen and (orientation: landscape) and (min-width: 852px) and (max-width: 1024px) {
  .timeline-item:before {
    left: -135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .timeline-item:before {
    left: -60px;
  }

  .timeline-item:after {
    left: -45px;
  }
}
@media (min-width: 992px) {
  .timelinData {
    margin-bottom: 80px;
    width: 85%;
  }
}
@media (min-width: 1300px) {
  /*timeline css */
  .timelineDetail h3 {
    font-size: 2.25rem;
    color: #007cba;
  }

  .timelineDetail p {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: left;
  }

  .companyTimeline {
    position: relative;
    padding: 50px 0 100px 0;
    margin-top: 50px;
  }

  .hrLine {
    position: absolute;
    width: 2px;
    background-color: #007cba;
    margin: 0 auto;
    left: 8px;
    right: 0;
    top: -10px;
    bottom: 0;
  }

  .timeline-item {
    width: 50%;
    margin: 0px;
    position: relative;
    clear: both;
    box-sizing: border-box;
  }

  .timeline-item:before {
    content: attr(data-rel);
    position: absolute;
    background-color: #fff;
    line-height: 1.5;
    text-align: center;
    color: black;
    font-size: 14px;
    transition: background-color 0.3s ease-in;
    top: 18px;
    font-size: 20px;
    color: #007BB9;
    border-bottom: 2px solid #007cba;
    padding-top: 20px;
    font-weight: 700;
  }

  .timeline-item:after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 70px;
    width: 15px;
    height: 25px;
    right: 6px;
    left: inherit;
  }

  .timeline-item.right:after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 70px;
    width: 15px;
    height: 25px;
    left: -5%;
  }

  .timeline-item.left:before {
    right: -1%;
    left: inherit;
  }

  .timeline-item.right:before {
    right: inherit;
    left: -7%;
  }

  .timelinData {
    background-color: #f0f0f0;
    padding: 40px;
    margin-bottom: 0;
    min-height: 180px;
  }

  .right .timelineDetail:before {
    left: -60px;
    transform: rotate(180deg);
    right: inherit;
  }

  .timeline-item.left {
    float: left;
  }

  .timeline-item.right {
    float: right;
  }

  .left .timelinData {
    float: left;
    margin-right: 80px;
    margin-left: 0;
  }

  .right .timelinData {
    float: right;
    margin-left: 80px;
  }

  .right .timelinData .timelineDetail {
    float: left;
  }

  .timelineImage {
    position: absolute;
    left: -45px;
    top: 40px;
    border: 3px solid #fff;
    box-shadow: 0 5px 5px -5px #333;
    right: inherit;
  }

  .timelineImage.videoPopup {
    cursor: pointer;
  }

  .right .timelinData .timelineImage {
    right: -45px;
    left: inherit;
  }

  .timelineDetail {
    width: 70%;
    float: right;
  }

  /*timeline css ends */
}
@media (max-width: 415px) {
  .timeline-item:before {
    left: -60px;
  }

  .timeline-item:after {
    left: -17%;
  }
}
@media only screen and (max-device-width: 1299px) and (orientation: landscape) {
  .timelinData {
    margin-left: 0 !important;
  }

  .hrLine {
    left: 65px !important;
  }

  .timeline-item {
    left: 77px !important;
  }

  .timelineDetail h3 {
    font-size: 1.6875rem;
    color: #007cba;
  }

  .timelineDetail p {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 1.125rem;
    text-align: left;
  }
}
.page-node-6 .companyTimeline {
  margin-bottom: 60px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .company-history .timelinData .timelineDetail {
    position: relative;
    bottom: 20px;
  }
}
.emp_spot {
  width: 95%;
}

@media only screen and (max-width: 522px) {
  .main-card {
    margin: 0;
  }

  .card {
    flex-direction: row;
  }

  .single-bio .single-button-bio p {
    font-size: 1rem;
  }

  .emp_spot {
    width: 100%;
    display: flex;
  }
  .emp_spot .card-body-box {
    width: 50%;
    float: left;
  }
  .emp_spot .card-body-box .card-title {
    text-align: left;
    font-size: 1rem;
    margin-top: -7px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .accordion-mobile-landscape-button {
    justify-content: center;
  }
}
.top-perks-count {
  font-size: 5.625rem;
}

@media only screen and (max-width: 422px) {
  .m-float-left {
    float: left;
    text-align: left;
  }

  .top-perks-width-1 {
    width: 15%;
  }

  .top-perks-width-2 {
    padding-top: 25px;
    width: 85%;
  }

  .top-perks-count {
    font-size: 2.812rem !important;
    text-align: left !important;
  }

  .mobile-margin {
    margin-bottom: 50px;
  }

  .top-perks-width-2 p {
    text-align: left;
  }
}
.case-study-small-blue-p {
  font-size: 1rem;
  font-weight: 500;
  color: #007cba;
}

.case-study p strong {
  font-weight: bold;
}

.container-small {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px;
}
.container-small p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 422px) {
  p {
    text-align: center;
  }
}
.case-study-btn-mt {
  margin-top: 37px;
}

@media only screen and (max-width: 767px) {
  .case-study-mb h3, .case-study-mb p {
    text-align: left !important;
  }

  .case-study-mb h3 {
    margin-bottom: 30px;
  }
  .case-study-mb blockquote {
    border: 0 !important;
  }

  .case-study-mobile-btn button {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .case-study-mobile-btn .col-md-12 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.4rem;
  }

  .case-study-mobile-btn .resourceBox:first-child .video-box {
    text-align: right;
  }

  .case-study-mobile-btn .resourceBox .video-box {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .resourceBox2 .video-box {
    margin-top: 1rem;
  }
}
.featured-article {
  padding: 0px 6%;
  margin-bottom: 5rem !important;
}
.featured-article .resourceBox {
  text-align: left;
}
.featured-article .resourceBox .imageBlock {
  margin: 20px 0 0 0;
}
.featured-article .resourceBox .imageBlock img {
  width: 100%;
}
.featured-article .resourceBox p {
  margin-top: 20px;
}
.featured-article .resourceBox h3 {
  font-size: 2.25rem;
  font-weight: 500;
}
.featured-article .resource-section p {
  font-size: 1.5rem;
}
.featured-article .resource-section h3 {
  font-size: 2.25rem;
}
.featured-article .resource-section .downloadBtn {
  height: auto;
}
.featured-article .resource-section .downloadBtn:hover {
  background-color: #007cba;
  color: #fff;
}
.featured-article .resource-section .downloadBtn:hover a {
  color: #fff;
}
.featured-article .resource-section .downloadBtn span {
  padding: 8px 10px 6px 10px;
  overflow: hidden;
  border: 0;
  outline: 0;
}
.featured-article .resource-section .downloadBtn a:hover {
  padding: 12px 15px 6px 15px;
  color: #fff;
}
.featured-article .resource-section .downloadBtn a {
  font-size: 13px;
}

.resource-padding-bottom {
  padding-bottom: 30px !important;
}
.downloadBtn a.featured-article-top-padding:hover {
  padding: 11px 15px 9px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .resource-section {
    margin-bottom: 40px !important;
  }
  .resource-section h3 {
    font-size: 1.6875rem !important;
  }
  .resource-section .downloadBtn span {
    padding: 13px 10px 8px !important;
  }
  .resource-section .downloadBtn img {
    margin-top: -4px;
  }
}
.news_block .news-press-button h3 {
  text-align: left !important;
}

@media only screen and (max-width: 768px) {
  .featured-article .resourceBox p {
    font-size: 16px !important;
    text-align: left !important;
  }
}
@media only screen and (max-width: 575px) {
  .featured-article .resourceBox {
    margin-bottom: 50px;
  }

  .investorBotSection {
    margin-top: -50px;
  }

  .news_block .screenDividerfull {
    display: none;
  }

  .text-white {
    text-align: left;
  }

  .news_block .pressReleaseBlock p.datetxt {
    text-align: left;
  }

  .investorBotSection .customBtn {
    margin-bottom: 40px;
  }

  .resourceBox {
    margin-bottom: 40px;
  }

  .mediaContact {
    background: none !important;
  }
}
/*WPC in the news and Press Release view exposed*/
#views-exposed-form-media-room-news-block-2 .title-description,
#views-exposed-form-media-room-press-release-block-2 .title-description {
  margin-left: 4%;
  margin-right: 4%;
  padding: 0px 3%;
}

.view-media-room-press-release {
  display: flex;
  flex-flow: column;
}
.view-media-room-press-release .view-header {
  order: 2;
  margin-left: 200px;
  pointer-events: none;
  cursor: default;
}
.view-media-room-press-release .view-header .container.press-release-results:focus {
  border: 1px solid #101010;
}
.view-media-room-press-release .view-header .container.press-release-results::before {
  content: none;
}
.view-media-room-press-release .view-header .container.press-release-results::after {
  content: none;
}
.view-media-room-press-release .view-filters {
  order: 1;
}
.view-media-room-press-release .view-content {
  order: 3;
}
.view-media-room-press-release .view-empty {
  order: 2;
  margin-left: 200px;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 767px) {
  #views-exposed-form-media-room-news-block-2 .title-description,
#views-exposed-form-media-room-press-release-block-2 .title-description {
    margin-left: 0;
    padding: 0;
  }

  #views-exposed-form-media-room-news-block-2 .form-group,
#views-exposed-form-media-room-press-release-block-2 .form-group {
    max-width: 55%;
  }

  #views-exposed-form-media-room-news-block-2 input[type=text],
#views-exposed-form-media-room-press-release-block-2 input[type=text] {
    max-width: 100%;
  }

  #views-exposed-form-media-room-news-block-2 .button,
#views-exposed-form-media-room-press-release-block-2 .button {
    width: 44% !important;
    font-size: 12px !important;
  }

  .media-room-search a {
    font-size: 16px !important;
    line-height: 24px;
  }
  .media-room-search .field-content {
    font-size: 16px !important;
    line-height: 24px;
  }
}
#views-exposed-form-media-room-news-block-2 input[type=text],
#views-exposed-form-media-room-press-release-block-2 input[type=text] {
  padding: 10px 2px;
  width: 100%;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #c0c0c0 !important;
  font: 400 1rem "proxima-nova", sans-serif !important;
  font-size: 1rem;
  font-weight: normal;
}

#views-exposed-form-media-room-news-block-2 {
  margin-top: 20px;
}

#views-exposed-form-media-room-press-release-block-2 {
  margin-top: 20px;
}

#views-exposed-form-media-room-news-block-2 .form-control,
#views-exposed-form-media-room-press-release-block-2 .form-control {
  padding: 0.375rem 0rem;
  float: left;
}

#views-exposed-form-media-room-news-block-2 .button,
#views-exposed-form-media-room-press-release-block-2 .button {
  width: 15%;
  transition: 0.25s ease-in;
  background-color: #fff;
  border: 1px solid #007cba !important;
  color: #007cba;
  font-weight: normal !important;
  display: inline-block;
  font-size: 14px !important;
  float: right;
  margin-right: -20px;
}

#views-exposed-form-media-room-news-block-2 .button:hover,
#views-exposed-form-media-room-press-release-block-2 .button:hover {
  background-color: #003666;
  color: #fff;
}

#views-exposed-form-media-room-news-block-2 .form-group,
#views-exposed-form-media-room-press-release-block-2 .form-group {
  margin-bottom: 1rem;
  float: left;
  width: 80%;
}

.media-room-search .search_result {
  padding: 0px 10%;
}
.media-room-search .field-content {
  font-size: 16px;
  line-height: 1.5;
}
.media-room-search a {
  font-size: 16px;
  line-height: 1.5;
}

.news-press-button .customBtn {
  font-size: 14px;
}
.news-press-button h3 {
  font-size: 36px;
  text-align: left !important;
}

@media only screen and (min-device-width: 753px) and (max-device-width: 1024px) {
  #views-exposed-form-media-room-news-block-2 .button,
#views-exposed-form-media-room-press-release-block-2 .button {
    width: 21%;
    padding: 2px;
  }

  #views-exposed-form-media-room-news-block-2 .title-description, #views-exposed-form-media-room-press-release-block-2 .title-description {
    margin-left: 2%;
    margin-right: 4%;
    padding: 0px 3%;
  }

  #views-exposed-form-media-room-news-block-2 .form-group,
#views-exposed-form-media-room-press-release-block-2 .form-group {
    margin-bottom: 1rem;
    float: left;
    width: 75%;
  }
}
@media (max-width: 768px) {
  .news_block h3 {
    text-align: center !important;
  }

  .news-press-button .customBtn {
    font-size: 18px;
  }

  .search-full-view .search-block-form .search-form-submit-button {
    width: 32%;
  }

  .search-block-form .ui-widget-content {
    width: 20%;
  }

  #views-exposed-form-media-room-news-block-2 .button,
#views-exposed-form-media-room-press-release-block-2 .button {
    font-size: 12px !important;
  }
}
.pressList {
  width: 100%;
}

.news_block h3 {
  text-align: center;
}

.news_block {
  padding: 0 6%;
}
.news_block .screenDividerfull {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-color: #007cba;
}
.news_block .pressReleaseBlock {
  padding: 30px 28px;
  background-color: #007cba;
  margin-top: 20px;
  position: relative;
  min-height: 171px;
}
.news_block .pressReleaseBlock p.datetxt {
  font-size: 20px;
}

.investorBotSection .customBtn {
  margin-top: 40px;
}
.investorBotSection .col-sm-12:nth-child(2n+2) .pressReleaseBlock {
  background: #62bb46;
}

.modalContent .pressReleaseBlock {
  background: #62bb46;
}

@media only screen and (max-device-width: 991px) and (orientation: landscape) {
  .investorBotSection .screenDividerfull {
    display: none;
  }

  .media-contact-background-mobile {
    background: none !important;
  }

  .media-contact-block .left {
    margin-left: 0 !important;
  }
  .media-contact-block .right {
    float: left !important;
  }
}
.search-block-form .ui-widget-content {
  background: rgba(235, 235, 235, 0.95);
  box-shadow: none;
  border: none;
  font-size: 16px;
}
.search-block-form ul[data-sa-theme=basic-blue] > li.ui-menu-item {
  background: rgba(235, 235, 235, 0.95);
  box-shadow: none;
  border: none;
}

@media only screen and (max-width: 753px) {
  .news_block .screenDividerfull {
    display: none;
  }

  .investorBotSection .customBtn {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 753px) {
  .media-contact-background-mobile {
    padding-bottom: 250px !important;
  }
}
.media-room-search .press_release_search {
  padding: 0px 16%;
}

@media only screen and (min-width: 1400px) {
  .media-room-search .press_release_search {
    padding: 0px 30%;
  }
}
@media only screen and (max-width: 767px) {
  .media-room-search .press_release_search {
    padding: 0px 12%;
  }
}
.at-share-btn.at-svc-email {
  background-color: #767676 !important;
}

.share-h2-small {
  font-size: 1.5rem;
}

.news-press-margin {
  margin: 15px;
  height: 185px;
}
.news-press-margin a {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.news-press-margin .views-field-field-news-date .field-content, .news-press-margin .views-field-field-press-release-date .field-content {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .news-press-margin .views-field-field-link-to-news .field-content,
.news-press-margin .views-field-field-press-release-docum .field-content,
.news-press-margin .views-field-field-link-to-press-release .field-content {
    margin-bottom: 5px !important;
  }

  .video-library-button-margin .readMore {
    margin-bottom: 20px;
  }
}
.newsroom-video-library-mb {
  margin-bottom: 20px;
}

.videoSection {
  padding: 0 6%;
  margin: 0 !important;
}
.videoSection h2 {
  margin: 75px 0 27.5px 0;
  color: #003666;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
  text-align: center;
}
.videoSection .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoSection img {
  display: inline;
  cursor: pointer;
}
.videoSection .accessLibrary {
  margin-top: 40px;
}
.videoSection .resourceBox h3 {
  text-align: left;
  font-size: 2.25rem;
  min-height: 45px;
}
.videoSection .video-item-line-height h3 {
  min-height: 0;
}

@media only screen and (max-width: 768px) {
  .videoSection .resourceBox h3 {
    text-align: center;
    font-size: 1.125rem;
    min-height: 45px;
  }

  .page-node-101 .mobile_container h2 {
    margin: 40px 0 20px 0;
    color: #003666;
    font-size: 1.6875rem !important;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #007cba;
    display: inline-block;
    text-align: center;
  }
}
.mobile_container {
  display: none;
}

.mediaContact {
  padding: 65px 0 0 0;
  clear: both;
  padding-bottom: 250px;
  text-align: center;
}
.mediaContact h2 {
  margin: 40px 0 40px 0;
  color: #003666;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
  text-align: center;
}
.mediaContact .contactBox.right {
  margin-right: 200px;
  float: right;
  text-align: left;
}

.contactBox p.contactType {
  color: #007cba;
  font-weight: 700;
  text-align: left;
}

.screenDivider {
  width: 2px;
  height: 50px;
  background-color: #007cba;
  margin: 0 auto;
}

.contactBox p.mediacontactName {
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 0;
}

.contactBox p.mediacontactPhone {
  margin-bottom: 0;
}

p.contactMail {
  padding: 0;
  width: auto;
  cursor: pointer;
}

.contactBox.left {
  margin-left: 220px;
  float: left;
  text-align: left;
}

.contactBox {
  text-align: left;
  margin-top: 50px;
  float: left;
}

.video-library-h2 h2 {
  font-size: 54px !important;
  font-weight: bold;
}

.media-room-pop-up .modal-body {
  height: 430px;
}
.media-room-pop-up .modal-body .embed-responsive {
  height: 400px;
}

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

.media-contact-block .contactType {
  font-size: 16px;
}
.media-contact-block .mediacontactName {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin-top: 15px;
}
.media-contact-block .mediacontactPhone {
  font-size: 16px;
  color: #545454;
  line-height: 0.8;
}
.media-contact-block .contactMail {
  font-size: 16px;
  padding-top: 0 !important;
  width: auto;
  cursor: pointer;
  color: #007cba;
}

@media only screen and (max-width: 575px) {
  .mediaContact {
    display: block;
  }

  .featured-article .resource-section {
    margin-bottom: 0;
  }

  .mobile_container {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .mediaContact .contactBox.right {
    margin-right: 0px;
    float: left;
    text-align: left;
  }

  .contactBox.left {
    margin-left: 0;
    float: left;
    text-align: left;
  }

  .contactBox p.mediacontactName {
    text-align: left;
  }

  .contactBox p.mediacontactPhone {
    text-align: left;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .media-contact-block.left {
    margin-left: 173px;
  }
}
@media only screen and (max-width: 767px) {
  .wpc-form-news-mt {
    margin-top: 30px;
  }

  .media-contact-mobile-column {
    width: 50%;
  }

  .media-contact-background-mobile {
    padding-bottom: 20px;
  }

  .media-contact-mobile-column .contactBox p.mediacontactPhone {
    margin-bottom: 10px;
  }
}
.social-sharing-buttons {
  margin: 0px;
  justify-content: right;
}

.tweetSection {
  padding: 40px 0 0 0;
  clear: both;
  text-align: center;
  padding: 0 6%;
}
.tweetSection h2 {
  margin: 40px 0 40px 0;
  color: #003666;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
  text-align: center;
}
.tweetSection .readMore {
  margin-top: 60px;
}

.tweetContainer {
  border: 1px solid #cceefc;
  padding: 20px;
  position: relative;
  text-align: left;
  margin-top: 20px;
  min-height: 305px;
}
.tweetContainer .tweetImg {
  position: absolute;
  top: -15px;
  right: 15px;
}

#latesttweet {
  padding-top: 75px;
}
#latesttweet .tweetHeading {
  font-size: 16px;
  color: #007cba;
  font-weight: 700;
}
#latesttweet .tweetTxt {
  font-size: 18px;
  color: #545454;
  line-height: 1.5;
  padding: 10px 0;
}
#latesttweet .tweetDate {
  font-weight: 300;
  font-size: 14px;
}
#latesttweet .tweetContainer {
  height: 240px;
  min-height: auto;
}
#latesttweet .readMore {
  margin-bottom: 75px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #latesttweet .tweetContainer {
    height: 305px;
    min-height: auto;
    word-break: break-word;
  }
  #latesttweet .readMore {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #latesttweet .readMore {
    margin-bottom: 40px;
  }
  #latesttweet .tweetContainer {
    word-break: break-word;
    min-height: 300px;
  }
}
.s01 form .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 3%;
}
.s01 form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.s01 form .inner-form .input-field {
  margin-right: 30px;
  height: 68px;
}

.first-wrap input {
  padding: 10px 2px;
  width: 100%;
  border: none;
  border-bottom: 1px Solid #444;
  font: 400 1rem "proxima-nova", sans-serif !important;
  font-size: 1rem;
  font-weight: normal;
}
.first-wrap input:focus {
  border: none;
  border-bottom: 1px Solid #007cba;
  outline: -webkit-focus-ring-color auto 0px;
}

.search_result {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 6%;
}
.search_result p {
  margin-bottom: 0;
}

#search-form {
  margin: 0px 50px 0 50px;
  margin-top: 3.9% !important;
}

#search-form input {
  padding: 10px 2px;
  width: 100%;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #c0c0c0 !important;
  font: 400 16px "proxima-nova", sans-serif !important;
  font-weight: normal;
  margin-top: 30px;
}

#search-form .form-group {
  margin-bottom: 1rem;
  float: left;
  width: 80%;
}

#search-form .button {
  width: 15%;
  transition: 0.25s ease-in;
  background-color: #fff;
  border: 1px solid #007cba !important;
  color: #007cba;
  font-weight: normal !important;
  display: inline-block;
  font-size: 16px !important;
  float: right;
  margin-right: -20px;
  padding: 6px;
  margin-top: 30px;
  margin-bottom: 20px;
}

#search-form .button:hover {
  background-color: #003666;
  color: white;
}

#search-form #edit-help-link {
  display: none;
}

#search-form label {
  display: none;
}

.wpc-search-container ol li {
  border: none;
}

.wpc-search-container ol {
  padding: 30px;
}

.wpc-search-container h2 {
  margin-top: -86px;
  margin-bottom: 110px;
  color: #007cba !important;
  text-align: center;
}

.wpc-search-container nav {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .search-full-view .search-block-form .js-form-item.js-form-type-search {
    width: 60%;
  }

  .wpc-search-container h3 {
    margin-left: 0px !important;
  }

  .wpc-search-container p {
    text-align: left;
  }

  .page-node-776 .search-block-form #edit-submit--2 {
    color: #ffffff;
    height: 40px !important;
    width: 30%;
  }

  .wpc-search-container h2 {
    margin-top: -45px;
  }

  #search-form {
    margin: 0;
  }

  #search-form .button {
    width: 30%;
    margin-right: 0;
  }

  #search-form .form-group {
    width: 70%;
  }

  #search-form input {
    width: 80%;
    margin-top: 40px;
  }

  .wpc-search-container ol {
    padding: 0;
  }

  .wpc-search-container ol li {
    padding: 0;
  }

  .wpc-search-container nav {
    margin-left: 0;
  }

  .wpc-search-container .search-count-wrap {
    margin-left: 0 !important;
  }

  .search-full-view .search-block-form #edit-submit--3 {
    width: 26%;
  }

  #search-form .button {
    margin-top: 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #search-form .form-group {
    width: 85%;
  }
}
.wpc-search-container {
  padding-bottom: 75px !important;
}

.search-block-form #edit-submit--3 {
  width: 25%;
  height: 75%;
  margin: 0;
  background-color: #007bff;
  border-color: #007bff;
}

.page-node-776 .search-block-form #edit-submit--2 {
  width: 25%;
  height: 75%;
  margin: 0;
  background-color: #007bff;
  border-color: #007bff;
}

.wpc-search-container .search-count-wrap {
  margin-top: 135px;
}

.wpc-search-container h3 {
  margin-left: 50px;
}

.wpc-search-container ol li h3 {
  margin-left: 0px;
}

.wpc-search-container .search-count-text {
  font-weight: 300;
}

.investmentBlock {
  padding-top: 40px;
}

.global_box {
  float: left;
}

.global_box .col-sm-6.col-md-4 {
  width: 100%;
  margin-bottom: 20px;
}

.investData.classType-new {
  background-color: #f7f7f7;
  border-top: 0;
}

.investData.classType-new span {
  font-size: 16px;
  color: #007cba;
  text-transform: uppercase;
  font-weight: 300;
}

.commonContent {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}

.contactUsSection .col-sm-6 {
  margin: 30px 0;
}

p.contactHeading {
  font-size: 20px;
  padding: 5px 0;
  color: #007cba;
  font-weight: 700;
}

p.contactHeading, p.contactNo, p.contactMail, p.contactName {
  text-align: left;
}

p.contactName, p.contactNo {
  font-size: 20px;
  color: #000;
  padding: 5px 0;
}

.col-md-4 p.contactNo {
  color: #007cba;
}

.aboutUsSection p, .contactUsSection p, .leadershipPage p, .leadershipDetailPage p, .realEstateSection p, .managedProgramSection p, .portfolioSectionPage p, .priorProgramSection p, .overviewSection p {
  font-size: 20px;
  line-height: 1.5;
  clear: both;
}

.portfolioSection .commonContent {
  padding-bottom: 0;
}

.commonContent h2 {
  margin: 0px 0 0 0;
  color: #003666;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
}

.commonContent h2 a {
  color: #003666;
}

.commonContent h2 a:hover {
  color: #007cba;
}

.commonContent h3 {
  font-size: 36px;
  color: #007cba;
  margin: 30px 0 0 0;
  line-height: 1.5;
}

.commonContent p {
  font-size: 20px;
  margin: 20px 0 0px 0;
  line-height: 1.5;
}

.portfolioSection .commonContent p {
  margin-bottom: 0;
}

.commonSection .commonContent p {
  margin-bottom: 0;
}

.commonSection .contentBox p, .commonSection .contactInfo p {
  text-align: center;
  line-height: 1.5;
}

/*managed programs page css starts here */
.investmemtDataBlock {
  border: 1px solid #dadadb;
  height: 100%;
  float: left;
  width: 100%;
}

.investmemtDataDiv {
  margin-bottom: 20px;
}

.cpa_box {
  cursor: pointer;
}

.cpa_box:hover {
  box-shadow: 0 0 5px 2px #ddd;
}

.investmemtDataBlock a {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.investHeader, .investContent, .investData {
  border-top: 1px solid #dadadb;
  padding: 20px 30px;
  float: left;
  width: 100%;
  display: table;
}

.type, .percent {
  display: table-cell;
  vertical-align: middle;
}

.investHeader {
  border-top: 0;
}

.investContent {
  background: #f7f7f7;
  border-top: 0;
}

.investContent p {
  line-height: 1.5;
  padding: 5px 0;
}

/*
.fundLogo {
	width: 100px;
	float: left;
	max-height: 50px;
}
.fundLogo img {
	width: 100px;
} */
.fundType {
  float: right;
  margin: 20px 0 0 0;
  color: #007cba;
  font-weight: 500;
  text-transform: uppercase;
}

.investData .percent {
  color: #053869;
  text-align: right;
  font-weight: 500;
}

.investData .percent span {
  margin: 0 10px;
  width: 80px;
  display: inline-block;
  text-align: left;
}

.classType {
  float: right;
  margin-top: 15px;
  margin-bottom: -10px;
}

.classType span {
  margin: 0 13px;
  font-size: 16px;
  color: #007cba;
  text-transform: uppercase;
}

.futureResults {
  padding: 40px 0 40px 0;
  font-size: 16px;
  text-align: left;
  clear: both;
}

.futureResults.padBot0 {
  padding-bottom: 0;
}

.futureResults h3 {
  font-weight: 500;
  color: inherit;
  font-size: inherit;
  margin: inherit;
}

.futureResults ol {
  margin: 10px 0 0 10px;
  list-style: decimal;
}

.futureResults ol li {
  padding: 10px 0;
  color: #007cba;
}

.futureResults ol li p {
  color: #333;
  margin-left: 10px;
  padding: 0;
}

.managedProgramSection .data p {
  font-weight: bold;
  padding: 0px;
}

.managedProgramSection .portfolioTxt {
  width: 100%;
  text-align: left;
}

.managedProgramSection .portfolioIcon img {
  bottom: 10px;
}

/*managed programs page css ends here */
@media (min-width: 320px) {
  /*managed program page css */
  .investData .type {
    width: 90px;
  }

  .managedProgramSection .data p {
    font-size: 16px;
  }

  .classType span {
    margin: 0 4px;
    font-size: 14px;
  }

  .investData .percent {
    font-size: 16px;
  }

  .investData .percent span {
    margin: 0 10px;
  }

  .investData .type {
    font-size: 14px;
  }

  .commonContent h2 {
    font-size: 27px;
  }

  p.contactHeading, p.contactName, p.contactNo, p.contactMail {
    padding-top: 10px !important;
  }

  .aboutUsSection p, .contactUsSection p, .leadershipPage p, .realEstateSection p, .managedProgramSection p, .portfolioSectionPage p, .priorProgramSection p, .overviewSection p {
    padding: 20px 0 0 0;
  }

  /*managed program page css ends*/
}
@media (min-width: 768px) {
  .contactinfo .commonContent h2 {
    font-size: 40.5px !important;
  }

  /*managed program page css */
  .classType span {
    margin: 0 11px;
    font-size: 16px;
  }

  .investData .percent {
    font-size: 22px;
  }

  .investData .type {
    font-size: 15px;
    width: 200px;
    font-weight: 400;
  }

  .chartDataList ul {
    float: left;
    list-style: none;
  }

  .commonContent h2 {
    font-size: 40.5px;
  }

  /*managed program page css ends */
}
@media (min-width: 1025px) {
  /*managed program page css */
  .relationTaemSection {
    height: 300px;
  }

  .managedProgramSection .data p, .portfolioTxt .data p {
    font-size: 16px;
  }

  /*managed program page css ends*/
}
.contactinfo .readMore {
  margin-bottom: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .investmemtDataDiv {
    display: inline-block;
    flex: none;
  }

  .featured-article .resource-section .downloadBtn span {
    padding: 5px 10px 6px 10px;
  }
}
.action-list {
  list-style: none;
}

.file--application-pdf {
  background-image: none;
}

.overviewSection {
  text-align: center;
  padding-bottom: 0 !important;
}
.overviewSection p {
  font-size: 20px;
  line-height: 1.5;
  clear: both;
}
.overviewSection .container {
  max-width: 1170px;
  width: 100%;
}
.overviewSection .container:before {
  display: table;
  content: " ";
}
.overviewSection h1 {
  font-size: 72px;
  color: #003666;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 20px;
}
.overviewSection h2 {
  font-size: 54px;
  color: #003666;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 320px) {
  .overviewSection {
    padding: 40px 0 0 0;
  }
  .overviewSection p {
    padding: 20px 0 0 0;
  }
}
@media (min-width: 1025px) {
  .overviewSection {
    padding: 100px 0 0 0;
  }
  .overviewSection p {
    padding: 40px 0 0 0;
  }
}
.tertiaryNav {
  padding: 5px 0 !important;
}

.tertiaryNav .container {
  margin-top: 0px !important;
}

.blueBarSection .dataHeading {
  font-size: 16px !important;
}

.futureResults ol li p {
  font-size: 20px;
}

.resourceSection .resourceBox ul {
  padding-left: 0;
}

.resourceSection .resourceBox p {
  font-size: 20px;
}

.diversificationSection .diversificationType li a, .diversificationSection .wlt-tabbing li a {
  font-size: 16px;
}

.diversificationSection .summaryTable td {
  font-size: 16px;
}

.commonContent h2 {
  font-size: 54px;
}

.fliterBar {
  list-style: none;
}

.fliterBar select {
  border-bottom: 1px solid #ccc !important;
}

.relatedSection .diversificationType li a, .relatedSection .wlt-tabbing li a {
  font-size: 16px;
}

.relatedSection .distributionTable table th, .relatedSection .distributionTable table td {
  font-size: 16px;
}

.relatedSection .searchBar .searchHeding {
  font-size: 16px;
}

.futureResults h3 p {
  font-size: 20px;
}

/* .botHeadLineTxt a.customBtn{
  margin-bottom: 35px;
} */
@media (min-width: 1025px) {
  .page-node-566 .overviewSection {
    padding: 75px 0 0 0;
  }
}
.page-node-566 .title-description img {
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-node-126 .resourceSection h2 {
    font-size: 40.5px !important;
  }

  .page-node-126 .diversificationSection h2 {
    font-size: 40.5px !important;
  }
}
@media (max-width: 767px) {
  .page-node-126 .relatedSection .commonContent h2 {
    font-size: 27px !important;
  }

  .page-node-126 .resourceSection h2 {
    font-size: 27px !important;
  }
}
@media (max-width: 768px) {
  .page-node-126 .pie-container {
    left: 0px;
  }

  .page-node-451 .bioDetail h4, .page-node-451 .bioDetail p {
    text-align: center !important;
  }

  .page-node-451 .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: pre-wrap;
  }

  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: normal !important;
  }

  .page-node-126 .table-responsive {
    overflow-y: scroll;
  }

  .page-node-451 .corporate-governance-document p {
    text-align: center !important;
  }

  .page-node-451 .managementSection h3 {
    text-align: center !important;
  }

  .page-node-376 .futureResults ol {
    padding: 0 10px !important;
  }

  .page-node-376 .contactUsSection .col-sm-6 {
    margin: 15px 0;
  }

  .page-node-126 .resourceSection .resourceBox p {
    text-align: left !important;
  }

  .page-node-126 .futureResults ol li p {
    text-align: left !important;
  }

  .organizational-action-wrap .file {
    padding: 0 !important;
    font-size: 16px !important;
  }

  .page-node-376 .title-description div:first-child {
    padding: 0 !important;
  }

  .page-node-376 p {
    text-align: left !important;
  }

  .page-node-376 .commonContent h2 {
    font-size: 27px !important;
  }

  .page-node-376 .contactinfo {
    padding: 0 15px !important;
  }

  .page-node-376 .contactinfo .row div.col-md-4 .col-sm-6 .aos-init .aos-animate {
    margin: 0 !important;
  }

  .page-node-376 .relatedSection .customBtn {
    margin-bottom: 75px;
  }
}
.page-node-376 .commonContent h2 {
  text-transform: capitalize;
}

.page-node-126 .table-responsive {
  max-height: 400px;
}

.summaryTable td span {
  font-weight: 500;
}

.distributionTable table.views-table th.views-field {
  word-break: break-word;
}

.page-node-126 .futureResults ol li p {
  line-height: 1;
}

.page-node-126 .diversificationSection {
  padding: 0;
}

.page-node-126 .relatedSection {
  padding: 0;
}

.page-node-126 .resourceSection .resourceBox ul li a {
  padding: 0px 26px 15px 0;
  position: relative;
  top: 7px;
}

.page-node-126 .botHeadLineTxt {
  padding: 30px 0 0 0;
}

.page-node-126 .botHeadLineTxt .buttons {
  margin-top: 20px;
}

.page-node-126 .botHeadLineTxt.paddingBot40 {
  padding: 30px 0 40px 0 !important;
}

.page-node-126 .blueBarSection .dataDetail {
  font-size: 2rem !important;
}

.page-node-126 .midContainer p {
  text-align: center;
}

.page-node-786 .priorProgramTable p {
  font-size: 20px !important;
}

.tenantListTab ul li {
  list-style: none;
}
.tenantListTab ul li p {
  margin: 0;
}

.page-node-126 .futureResults.padBot0, .page-node-126 .resourceSection.noBg {
  padding-bottom: 75px !important;
}

.padding-top-75 {
  padding-top: 75px;
}

.page-node-126 .form-control:focus {
  box-shadow: none;
}

.page-node-126 select:focus {
  box-shadow: none;
}

.page-node-451 .overviewSection h1 {
  padding-bottom: 10px !important;
}

.page-node-451 .overviewSection h2 {
  padding-bottom: 90px !important;
}

/* .page-node-451 .managementSection{
  margin-bottom: 40px;
} */
.page-node-451 .corporate-governance-document p {
  margin-bottom: 0;
}

.page-node-786 .futureResults ol li {
  padding-bottom: 0;
}

.page-node-786 .futureResults ol li:last-child {
  padding-bottom: 50px;
}

.page-node-786 .futureResults ol li p {
  margin-bottom: 0;
}

.page-node-126 .resourceSection .downloadBtn span {
  height: 39px;
  padding: 6px 10px;
}

.page-node-126 .resourceSection .downloadBtn:hover {
  background-color: #007cba;
}
.page-node-126 .resourceSection .downloadBtn:hover a {
  color: #ffffff;
}

.page-node-786 .futureResults ol {
  padding: 0 15px;
}

.page-node-786 .futureResults ol li:last-child {
  padding-bottom: 30px !important;
}

@media (min-width: 1470px) {
  .relatedSection .customBtn {
    font-size: 18px !important;
  }

  .botHeadLineTxt a.customBtn {
    font-size: 18px !important;
  }

  .page-node-126 .resourceBox ul li a {
    font-size: 18px !important;
  }

  .page-node-126 .resourceSection .resourceBox h3 {
    font-size: 36px !important;
  }

  .page-node-126 .diversificationSection .commonContent h2 {
    font-size: 54px !important;
  }

  .page-node-126 #formMaterials h2 {
    font-size: 54px !important;
  }
}
#ham-icon {
  width: 35px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#ham-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#ham-icon span:nth-child(1) {
  top: 12px;
}

#ham-icon span:nth-child(2), #ham-icon span:nth-child(3) {
  top: 22px;
}

#ham-icon span:nth-child(4) {
  top: 32px;
}

#ham-icon.gn-selected span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#ham-icon.gn-selected span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#ham-icon.gn-selected span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#ham-icon.gn-selected span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.page-node-126 .diversificationSection h2 {
  font-size: 54px !important;
}

@media (max-width: 767px) {
  .page-node-126 .resourceSection .downloadBtn span {
    padding: 0px 10px;
  }

  .page-node-126 .diversificationSection h2 {
    font-size: 27px !important;
  }
}
.page-node-126 .botHeadLineTxt a.customBtn:hover {
  background-color: #003666 !important;
  color: #fff !important;
}

.page-node-126 .relatedSection .customBtn:hover, .page-node-126 .relatedSection .customBtn:focus {
  background-color: #003666 !important;
  color: #fff !important;
  text-decoration: underline;
  outline: none;
}

.blueBarContent .dataHeading {
  color: #ffffff;
}

.padding-left-0 {
  padding-left: 0;
}

.remove-list-style {
  list-style: none;
  text-align: center;
}

.blueBarSection {
  background: #003666;
  padding: 40px 0;
  margin-top: 60px;
  text-align: center;
}
.blueBarSection .dataHeading {
  font-weight: 500;
  margin: 0 0 15px 0;
  line-height: 1.5;
  white-space: nowrap;
  font-size: 14px;
  color: #FFFFFF;
}
.blueBarSection .dataDetail {
  font-size: 32px;
  font-weight: 500;
  margin: 10px 0;
  color: #FFFFFF;
}
.blueBarSection .dataDetail.color1 {
  color: #ffffff;
}
.blueBarSection .dataDetail.color2 {
  color: #ffffff;
}
.blueBarSection .dataDetail.color3 {
  color: #ffffff;
}
.blueBarSection .container {
  max-width: 1170px;
  width: 100%;
}
.blueBarSection .container:before {
  display: table;
  content: " ";
}

@media (min-width: 768px) {
  .blueBarSection .col-sm-3:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 320px) {
  .blueBarContent {
    padding: 20px 0;
  }
}
.fliterBar select {
  box-shadow: none;
}

.page-node-126 .relatedSection p {
  padding: 30px 0 20px 0;
}

.page-node-126 .futureResults ol li {
  padding: 0;
  color: #007cba;
}

.page-node-126 .futureResults ol li:first-child {
  padding-top: 10px;
  color: #007cba;
}

.page-node-126 .futureResults h3 {
  font-size: 2.25rem !important;
}

.page-node-126 .resourceBox {
  margin-bottom: 0;
}

.page-node-126 .overviewSection h1 {
  padding-bottom: 10px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-node-126 .futureResults h3 {
    font-size: 1.6875rem !important;
  }

  .page-node-126 .relatedSection p {
    text-align: center !important;
  }

  .page-node-126 .commonContent h2 {
    font-size: 40.5px !important;
  }

  .page-node-126 .overviewSection h2 {
    font-size: 40.5px !important;
  }

  .blueBarSection .dataHeading {
    font-size: 1.5rem !important;
  }

  .futureResults ol li p {
    font-size: 1rem;
  }

  .resourceSection .resourceBox p {
    font-size: 1rem;
  }

  .diversificationSection .diversificationType li a, .diversificationSection .wlt-tabbing li a {
    font-size: 1.5rem;
  }

  .diversificationSection .summaryTable td {
    font-size: 1.5rem;
  }

  .commonContent h2 {
    font-size: 2.53125rem;
  }

  .relatedSection .diversificationType li a, .relatedSection .wlt-tabbing li a {
    font-size: 1.5rem;
  }

  .relatedSection .distributionTable table th, .relatedSection .distributionTable table td {
    font-size: 1.5rem;
  }

  .relatedSection .searchBar .searchHeding {
    font-size: 1.5rem;
  }

  .futureResults h3 p {
    font-size: 1rem;
  }

  .blueBarSection .dataHeading {
    white-space: inherit;
  }
}
.contact-us-box {
  padding: 5% 4%;
}
.contact-us-box .contact-us-rightbar {
  display: flex;
  flex-wrap: wrap;
}
.contact-us-box .contact-us-rightbar .box_left {
  position: relative;
}
.contact-us-box .contact-us-rightbar .box_right {
  position: relative;
  top: -60px;
}
.contact-us-box .contact-us-right h3 {
  font-size: 2.25rem;
}
.contact-us-box .full-width {
  width: 97% !important;
  margin-right: 0px !important;
}
.contact-us-box .form-group {
  margin-bottom: 1rem;
  width: 48%;
  margin-right: 10px;
  padding-right: 22px;
  display: inline-grid;
  vertical-align: top;
}
.contact-us-box .form-group .form-control {
  border: 1px solid !important;
}
.contact-us-box .form-group label {
  font-size: 1rem;
  font-weight: lighter;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact-us-box .contact-us-rightbar {
    display: block;
  }
}
.inquiry-by-office {
  margin-top: 40px;
}

.contact-detail {
  padding-top: 5%;
}
.contact-detail a {
  text-decoration: underline;
}
.contact-detail p {
  margin-bottom: 0;
}

.address-detail {
  padding-top: 5%;
}
.address-detail p {
  margin-bottom: 0;
}

.contact-message-form.contact-form span.glyphicon.glyphicon-asterisk {
  font-size: 5px;
}
.contact-message-form.contact-form .glyphicon {
  top: -5px;
  margin-left: -13px;
}
.contact-message-form.contact-form .form-item-field-first-name-0-value, .contact-message-form.contact-form .form-item-field-last-name-0-value, .contact-message-form.contact-form .form-item-field-email-0-value, .contact-message-form.contact-form .form-item-field-organization-0-value, .contact-message-form.contact-form .form-item-field-role-0-value, .contact-message-form.contact-form .form-item-field-country-0-value, .contact-message-form.contact-form .form-item-field-message-0-value {
  color: #212121;
  font-weight: 700;
}
.contact-message-form.contact-form .form-item-field-message-0-value {
  width: 98%;
}
.contact-message-form.contact-form .form-item-field-message-0-value textarea {
  height: 80px;
}
.contact-message-form.contact-form #edit-submit {
  width: 225px;
  height: 54px;
  font-size: 18px !important;
  color: #fff;
  background-color: #007cba;
  position: relative;
  border-color: #007cba;
  position: relative;
  margin-top: 40px;
}
.contact-message-form.contact-form #edit-submit:hover {
  color: #fff;
  background-color: #003666;
  text-decoration: underline;
  border-color: #005a87;
}
.contact-message-form.contact-form .form-required::after {
  background: none;
}

.contact-message-form.contact-form .captcha {
  display: inline-block;
}

@media (max-width: 992px) {
  .contact-us-box .contact-us-right h3 {
    font-size: 1.6875rem;
  }
  .contact-us-box .form-group {
    width: 100%;
    float: left;
  }
  .contact-us-box .full-width {
    width: 100% !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .contact-us-box .contact-us-rightbar .box_right {
    top: 10px;
  }
  .contact-us-box .contact-us-rightbar .box_left {
    order: 1;
    margin-top: 20px;
  }
  .contact-us-box p {
    text-align: left;
  }

  .contact-detail .contact-us-right {
    width: 50% !important;
  }

  .contact-detail .contact-us-left {
    width: 50%;
  }

  .contact-detail .contact-us-p {
    font-size: 1rem;
  }
  .contact-detail .contact-us-p p {
    text-align: left !important;
  }

  #edit-submit {
    font-size: 18px !important;
    font-weight: bold !important;
  }
}
@media (max-width: 522px) {
  .address-detail .contact-us-right {
    width: 50% !important;
  }

  .address-detail .contact-us-left {
    width: 50%;
  }

  .contact-detail p {
    margin-bottom: 0;
    text-align: left;
  }

  .address-detail p {
    margin-bottom: 0;
    text-align: left;
  }
}
@media only screen and (min-device-width: 768px) {
  alert.alert-dismissible.fade.show.col-12.alert-danger {
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
  }
}
.alert.alert-dismissible.fade.show.col-12.alert-danger {
  width: 1300px;
  margin: 50px 50px 0 0px;
  font-size: 16px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .contact-message-form.contact-form .form-item-field-first-name-0-value, .contact-message-form.contact-form .form-item-field-last-name-0-value, .contact-message-form.contact-form .form-item-field-email-0-value, .contact-message-form.contact-form .form-item-field-organization-0-value, .contact-message-form.contact-form .form-item-field-role-0-value, .contact-message-form.contact-form .form-item-field-country-0-value, .contact-message-form.contact-form .form-item-field-message-0-value {
    width: 100%;
  }
}
.contact-message-form.contact-form .form-required::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/asterisk.png);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}

.contact-message-form.contact-form label {
  font-size: 16px;
}

.contact-us-title b {
  font-weight: bold;
}

.contact-message-form.contact-form .form-required::after {
  height: 15px;
}

.tenant-form {
  display: flex;
  width: 70%;
  margin: auto;
}

.tenant-form #edit-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 40px;
}

.tenant-description {
  width: 70%;
  text-align: center;
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .tenant-form {
    width: 100%;
  }

  .tenant-description {
    width: 100%;
  }

  .contact-us-mb {
    margin-bottom: 40px;
  }
}
.contact-us-component {
  padding: 5% 7%;
}

.text-with-image {
  padding: 0 4%;
}
.text-with-image .paragraph-btn {
  color: #fff !important;
}
.text-with-image .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #fff;
  content: ">";
}

@media only screen and (max-width: 522px) {
  .text-with-image .right-div {
    background: #fff;
  }
  .text-with-image .padding-top-bottom {
    padding-bottom: 0;
  }
}
.row.highlights-points {
  width: 100%;
}

.stat-div .portfolio-stat-col .stat-numbers {
  font-family: "petersburg-web" !important;
  font-size: 4.5rem;
  margin-top: -25px;
}

.stat-div .portfolio-stat-col .stat-plus-icon {
  position: absolute;
  top: 65px;
  font-size: 3rem;
}

.stat-div .portfolio-stat-col2 .stat-numbers {
  font-family: "petersburg-web" !important;
  font-size: 4.5rem;
  margin-top: -25px;
}

.stat-div .portfolio-stat-col2 .stat-plus-icon {
  position: absolute;
  top: 65px;
  font-size: 3rem;
}

.stat-div .portfolio-stat-col {
  max-width: 30%;
}

.stat-div .portfolio-stat-col2 {
  margin-left: 11%;
}

.pie-container .tenant-industry-chart-block {
  margin: auto;
}

.portfolio-captivating-header .padding-top-bottom {
  padding-top: 3.9%;
}
.portfolio-captivating-header .default-margin {
  margin: 0;
  padding: 0 7.5%;
}
.portfolio-captivating-header .stat-box {
  padding: 0;
}
.portfolio-captivating-header .stat-box .row {
  margin: 0;
}
.portfolio-captivating-header .stat-box .row .stat-numbers {
  font-size: 4rem;
}
.portfolio-captivating-header .stat-box .stat-plus-icon {
  font-size: 2.5rem;
  position: absolute;
  margin-top: 7px;
  margin-left: 5px;
}
.portfolio-captivating-header .stat-box p {
  width: 68%;
  text-align: left;
}
.portfolio-captivating-header P {
  padding: 5% 0;
}

@media screen and (max-width: 767px) {
  .stat-div .portfolio-stat-col {
    padding: 0;
  }

  .page-node-71 .accordion .card-header:after {
    content: "";
  }

  .page-node-71 .mobile-container .mobile-title .mobile-card-header {
    pointer-events: none;
  }
  .page-node-71 .mobile-container .mobile-title .mobile-card-header button {
    pointer-events: all;
  }

  .page-node-71 .top-perks-count {
    white-space: nowrap;
    position: relative;
    right: 42px;
  }

  .stat-div .portfolio-stat-col .stat-numbers {
    font-size: 2.8125rem !important;
    margin-top: -9px;
  }

  .stat-div .portfolio-stat-col2 {
    margin-left: 30%;
    padding: 0;
    max-width: 35%;
  }

  .stat-div .portfolio-stat-col2 .stat-numbers {
    font-size: 2.8125rem !important;
    margin-top: -9px;
  }
}
@media screen and (min-width: 768px) {
  .portfolio-captivating-header P {
    min-height: 85px;
  }
}
@media screen and (max-width: 768px) {
  .page-node-71 .highlights-points p {
    text-align: left;
  }

  .page-node-71 .portfolio-captivating-header .portfolio-banner-text p {
    text-align: left;
  }
}
.remove-list-display {
  display: block;
}

.portfolio-footnote a {
  color: #fff !important;
  text-decoration: underline;
}
.portfolio-footnote a:hover {
  color: #fff !important;
  text-decoration-thickness: 2px;
}

.pie-positioning .view-chart {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pie-container .pie-chart-image {
  max-width: 70%;
  display: block;
  margin: auto;
}

.button-cpa-center {
  display: flex;
  justify-content: center;
}

.count-box .top-perks-count {
  font-family: "petersburg-web";
}

.pie-container {
  margin-top: 3.9%;
  position: relative;
}
.pie-container .bottom-text p {
  font-size: 20px;
}
.pie-container p {
  width: 73%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.pie-container .outer {
  position: relative;
}
.pie-container .outer .bottom-text {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .pie-container .pie-chart-image {
    max-width: 100%;
    display: block;
    margin: auto;
  }
}
.page-node-1916 thead th, .page-node-1921 thead th, .page-node-1891 thead th, .page-node-1881 thead th {
  width: 50%;
}

.highlights {
  margin: 5% 2px;
}

.highlights-points {
  width: 80%;
  margin: 0 auto;
}
.highlights-points .count-box {
  width: 20%;
  float: left;
  text-align: right;
  padding-right: 10px;
}
.highlights-points .content-box {
  margin-top: 25px;
  width: 80%;
  float: left;
  line-height: 1;
}
.highlights-points .content-box h3 {
  font-size: 2.25rem;
}
.highlights-points .content-box p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .highlights-points .count-box {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .highlights-points .count-box {
    margin-top: -10px;
  }
}
.futureResults {
  padding: 40px 0 40px 0;
  font-size: 16px;
  text-align: left;
  clear: both;
}
.futureResults .padBot0 {
  padding-bottom: 0;
}
.futureResults .container {
  max-width: 1170px;
  width: 100%;
}
.futureResults .container:before {
  display: table;
  content: " ";
}
.futureResults .container:after {
  clear: both;
}
.futureResults h3 {
  font-weight: 500;
  color: inherit;
  font-size: inherit;
  margin: inherit;
}
.futureResults ol {
  margin: 10px 0 0 10px;
  list-style: decimal;
}
.futureResults ol li {
  padding: 10px 0;
  color: #007cba;
}
.futureResults ol li p {
  color: #333;
  margin-left: 10px;
  padding: 0;
  text-align: left;
}

.resourceSection {
  text-align: center;
}
.resourceSection a {
  transition: 0.25s ease-in;
}
.resourceSection .resourceBox {
  text-align: left;
}
.resourceSection .resourceBox h3 {
  color: #007cba;
  font-size: 36px;
  font-weight: 700;
}
.resourceSection .resourceBox p {
  line-height: 1.5;
  margin-top: 20px;
}
.resourceSection .resourceBox ul {
  float: left;
  margin-top: 10px;
  width: 100%;
  clear: both;
  list-style: none;
}
.resourceSection .resourceBox ul li {
  border-bottom: 1px solid #d3d3d3;
  background: url(/themes/custom/wpc/assets/images/resourceLiBg.png) 95% center no-repeat;
}
.resourceSection .resourceBox ul li a {
  padding: 15px 26px 15px 0;
  display: block;
  font-size: 14px;
  color: #003666;
  line-height: 1.5;
}
.resourceSection .downloadBtn {
  border: 1px solid #007cba;
  display: inline-block;
  margin-top: 40px;
  transition: 0.25s ease-in;
}
.resourceSection .downloadBtn span {
  background-color: #007cba;
  padding: 6px 10px 5px;
  float: left;
}
.resourceSection .downloadBtn a {
  padding: 11px 15px 7px 15px;
  display: inline-block;
  font-size: 13px;
}
.resourceSection .imageBlock {
  margin: 20px 0 0 0;
}
.resourceSection .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.resourceSection .container {
  max-width: 1170px;
  width: 100%;
}
.resourceSection .container:before {
  display: table;
  content: " ";
}
.resourceSection .container:after {
  clear: both;
}
.resourceSection .screenDivider {
  width: 2px;
  height: 50px;
  background-color: #007cba;
  margin: 0 auto;
}
.resourceSection h2 {
  margin: 40px 0 40px 0;
  color: #003666;
  font-size: 54px;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
  text-align: center;
}

.noBg {
  background: none;
}

@media (min-width: 320px) {
  .resourceBox {
    padding: 40px 0;
    float: left;
    clear: both;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .resourceSection .row .col-sm-6:nth-child(3n+1) {
    clear: both;
  }

  .resourceBox {
    padding: 0;
    margin-bottom: 80px;
  }
}
@media (min-width: 1025px) {
  .resourceBox {
    margin-bottom: 0;
  }
}
.chart-h3 {
  color: #007cba !important;
  font-size: 2.25rem;
  font-weight: 700 !important;
  text-align: center !important;
}

.diversificationSection {
  padding: 40px 0 0 0;
  clear: both;
}
.diversificationSection .container {
  max-width: 1170px;
  width: 100%;
}
.diversificationSection .container:before {
  display: table;
  content: " ";
}
.diversificationSection .container:after {
  clear: both;
}
.diversificationSection .screenDivider {
  width: 2px;
  height: 50px;
  background-color: #007cba;
  margin: 0 auto;
}
.diversificationSection .commonContent {
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.diversificationSection .commonContent h2 {
  margin: 0px 0 27.5px 0;
  color: #003666;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
}
.diversificationSection .diversificationType, .diversificationSection .wlt-tabbing {
  margin-bottom: 40px;
  text-align: center;
}
.diversificationSection .diversificationType li, .diversificationSection .wlt-tabbing li {
  display: inline-block;
  position: relative;
}
.diversificationSection .diversificationType li a, .diversificationSection .wlt-tabbing li a {
  transition: none;
  display: inline-block;
  border-bottom: 2px solid transparent;
  color: #333;
  padding: 5px;
}
.diversificationSection .diversificationType li a.active, .diversificationSection .wlt-tabbing li a.active {
  border-bottom: 2px solid #007cba;
  color: #003666;
}
.diversificationSection .diversificationType li a.active:after, .diversificationSection .wlt-tabbing li a.active:after {
  content: url(/themes/custom/wpc/assets/images/liBotBg.png);
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.diversificationSection .diversificationType li a:hover, .diversificationSection .wlt-tabbing li a:hover {
  color: #003666;
}
.diversificationSection .summaryTable {
  width: 100%;
  border-collapse: collapse;
}
.diversificationSection .summaryTable tr:nth-child(2n+1) {
  background: #f9f9f9;
}
.diversificationSection .summaryTable td, .diversificationSection .summaryTable th {
  padding: 20px;
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
  text-align: left;
  font-weight: normal;
}
.diversificationSection .summaryTable td span, .diversificationSection .summaryTable th span {
  font-weight: 500;
}
.diversificationSection .futureResults {
  padding: 40px 0 40px 0;
  font-size: 16px;
  text-align: left;
  clear: both;
}
.diversificationSection .futureResults h3 {
  font-weight: 500;
  color: inherit;
  font-size: inherit;
  margin: inherit;
}
.diversificationSection .futureResults ol {
  margin: 10px 0 0 10px;
  list-style: decimal;
}
.diversificationSection .futureResults ol li {
  padding: 10px 0;
  color: #007cba;
}
.diversificationSection .futureResults ol li p {
  color: #333;
  margin-left: 10px;
  padding: 0;
}
.diversificationSection .futureResults.padBot0 {
  padding-bottom: 0;
}
.diversificationSection .hideDiv {
  display: none;
}

@media (min-width: 320px) {
  .commonContent h2 {
    font-size: 27px;
  }

  .diversificationType li, .wlt-tabbing li {
    margin-right: 5px;
  }

  .midContainer img {
    width: 90%;
  }

  .graphListing img.img-responsive {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .commonContent h2 {
    font-size: 40.5px;
  }

  .diversificationType li, .wlt-tabbing li {
    margin-right: 15px;
  }

  .graphListing img.img-responsive {
    display: block;
  }
}
@media (min-width: 992px) {
  .midContainer img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .midContainer, .graphTwoCols {
    width: 900px;
    margin: 0 auto;
  }
}
.contactUsSection.contactinfo .commonContent {
  padding: 65px 0px 37.5px 0px;
}

.relatedSection {
  text-align: center;
}
.relatedSection .container {
  max-width: 1170px;
  width: 100%;
}
.relatedSection .container:before {
  display: table;
  content: " ";
}
.relatedSection .container:after {
  clear: both;
}
.relatedSection .screenDivider {
  width: 2px;
  height: 50px;
  background-color: #007cba;
  margin: 0 auto;
}
.relatedSection .commonContent {
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.relatedSection .commonContent h2 {
  margin-bottom: 0;
  margin: 0px 0 27.5px 0;
  color: #003666;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
}
.relatedSection .diversificationType, .relatedSection .wlt-tabbing {
  margin-bottom: 40px;
  text-align: center;
}
.relatedSection .diversificationType li, .relatedSection .wlt-tabbing li {
  display: inline-block;
  position: relative;
}
.relatedSection .diversificationType li a, .relatedSection .wlt-tabbing li a {
  transition: none;
  display: inline-block;
  border-bottom: 2px solid transparent;
  color: #333;
  padding: 5px;
}
.relatedSection .diversificationType li a.active, .relatedSection .wlt-tabbing li a.active {
  border-bottom: 2px solid #007cba;
  color: #003666;
}
.relatedSection .diversificationType li a.active:after, .relatedSection .wlt-tabbing li a.active:after {
  content: url(/themes/custom/wpc/assets/images/liBotBg.png);
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.relatedSection .searchBar {
  text-align: left;
}
.relatedSection .searchBar .searchHeding {
  background: #003666;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.relatedSection .searchBar ul li {
  float: left;
  position: relative;
}
.relatedSection .fliterBar {
  padding: 10px 0;
}
.relatedSection .main {
  margin: 0 auto 0px;
  min-height: 34px;
  position: relative;
  width: 100%;
}
.relatedSection .stylish-select {
  float: left;
  width: 302px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.relatedSection .stylish-select-left {
  border-bottom: 1px solid #ccc;
  padding: 0 24px 0 10px;
  float: left;
  position: absolute;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  overflow: hidden;
}
.relatedSection .stylish-select-right {
  padding: 0;
  float: left;
  height: 33px;
  margin: 0;
  line-height: 33px;
  width: 99%;
  cursor: pointer;
  color: #8a8a8a;
  outline: none;
}
.relatedSection .stylish-select-left::after {
  border-bottom: 2px solid #007cba;
  border-right: 2px solid #007cba;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 46%;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: 66% 66% 0;
  -moz-transform-origin: 66% 66% 0;
  -webkit-transform-origin: 66% 66% 0;
  transition: all 0.15s ease-in-out 0s;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  width: 7px;
}
.relatedSection ul.listing {
  background: #fff;
  border: 1px solid #CCCCCC;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px;
  list-style-type: none;
  margin: 0;
  padding: 0px 0 0 0;
  position: absolute;
  top: 33px;
  z-index: 100;
  overflow: hidden;
  width: 99.3%;
  cursor: pointer;
  list-style: none;
}
.relatedSection ul.listing li {
  padding: 5px 10px;
  display: block;
  color: #000;
  line-height: 20px;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  font-size: 16px;
  border-bottom: solid #e1e1e1 1px;
  width: 90% !important;
  margin: 0 10px !important;
}
.relatedSection .divHide {
  display: none;
}
.relatedSection .showData {
  display: block;
}
.relatedSection .distributionTable {
  margin: 60px 0 0 0;
}
.relatedSection .distributionTable th {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #003366;
}
.relatedSection .distributionTable td {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #003366;
}
.relatedSection .distributionTable table {
  text-align: left;
  table-layout: fixed;
  width: 100%;
}
.relatedSection .distributionTable table th {
  background: #003666;
  color: #fff;
  border-right: 1px solid #fff;
}
.relatedSection .distributionTable table tbody {
  overflow: auto;
}
.relatedSection .futureResults {
  padding: 40px 0 40px 0;
  font-size: 16px;
  text-align: left;
  clear: both;
}
.relatedSection .futureResults h3 {
  font-weight: 500;
  color: inherit;
  font-size: inherit;
  margin: inherit;
}
.relatedSection .futureResults.padBot0 {
  padding-bottom: 0;
}

@media (min-width: 320px) {
  .commonContent h2 {
    font-size: 27px;
  }

  .diversificationType li, .wlt-tabbing li {
    margin-right: 5px;
  }

  .searchBar div.searchHeding {
    width: 100%;
    text-align: center;
  }

  .searchBar div.searchHeding:after {
    content: url(/themes/custom/wpc/assets/images/filterArrowBot.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
  }

  .searchBar .fliterBar li {
    margin: 10px 0;
  }

  .searchBar ul li {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .commonContent h2 {
    font-size: 40.5px;
  }

  .diversificationType li, .wlt-tabbing li {
    margin-right: 15px;
  }

  .searchBar div.searchHeding {
    width: 100%;
    text-align: center;
  }

  .searchBar div.searchHeding:after {
    content: url(/themes/custom/wpc/assets/images/searchBtnRight.jpg);
    position: absolute;
    right: -12px;
    bottom: 7px;
    left: inherit;
    transform: none;
  }

  .searchBar ul li {
    width: 30%;
    margin: 0 30px;
  }

  .searchBar .fliterBar li {
    margin: 10px;
  }
}
@media (min-width: 1024px) {
  .searchBar div.searchHeding {
    width: 75%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .relatedSection .distributionTable table tbody {
    height: auto;
  }
}
.paddingBot40 {
  padding-bottom: 40px !important;
}

.relatedSection {
  padding: 40px 0 0 0;
  clear: both;
  text-align: center;
}
.relatedSection .container {
  max-width: 1170px;
  width: 100%;
}
.relatedSection .container:before {
  display: table;
  content: " ";
}
.relatedSection .container:after {
  clear: both;
}
.relatedSection .screenDivider {
  width: 2px;
  height: 50px;
  background-color: #007cba;
  margin: 0 auto;
}
.relatedSection .commonContent {
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.relatedSection .commonContent h2 {
  margin-bottom: 0;
  margin: 0px 0 27.5px 0;
  color: #003666;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
}
.relatedSection h2 {
  margin-bottom: 60px;
}
.relatedSection h3 {
  font-size: 36px;
  font-weight: 500;
  color: #007cba;
}
.relatedSection p {
  font-size: 20px;
  padding: 30px;
  line-height: 1.5;
}
.relatedSection .customBtn {
  transition: 0.25s ease-in;
  background-color: #fff;
  padding: 8px 15px;
  border: 1px solid #007cba;
  color: #007cba;
  display: inline-block;
  font-size: 14px;
  /* text-transform: capitalize; */
}

@media (min-width: 320px) {
  .commonContent h2 {
    font-size: 27px;
  }

  .relatedSection h3 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .commonContent h2 {
    font-size: 40.5px;
  }

  .relatedSection .row .col-sm-3:nth-child(4n+1) {
    clear: both;
  }

  .relatedSection h3 {
    margin-top: 0;
  }
}
.botHeadLineTxt {
  text-align: center;
  padding: 40px 20px 0 20px;
  clear: both;
}
.botHeadLineTxt .container {
  max-width: 1170px;
  width: 100%;
}
.botHeadLineTxt .container:before {
  display: table;
  content: " ";
}
.botHeadLineTxt .container:after {
  clear: both;
}
.botHeadLineTxt .screenDivider {
  width: 2px;
  height: 50px;
  background-color: #007cba;
  margin: 0 auto;
  margin-bottom: 40px;
}
.botHeadLineTxt .customBtn {
  transition: 0.25s ease-in;
  background-color: #fff;
  padding: 8px 15px;
  border: 1px solid #007cba;
  color: #007cba;
  display: inline-block;
  font-size: 14px;
  /* text-transform: capitalize; */
}
.botHeadLineTxt h4 {
  color: #007cba;
  font-size: 24px;
  /* cursor: pointer; */
}
.botHeadLineTxt .buttons {
  margin-top: 40px;
  width: 100%;
  clear: both;
  float: left;
}
.botHeadLineTxt .buttons a {
  display: inline-block;
}
.botHeadLineTxt a.customBtn {
  font-size: 14px;
}

.paddingBot40 {
  padding-bottom: 40px !important;
}

@media (min-width: 320px) {
  .buttons a {
    margin: 20px 40px;
  }
}
@media (min-width: 768px) {
  .buttons a {
    margin: 0px 40px;
  }
}
.tertiaryNav {
  display: none;
}

.tertiaryNav .cpa-global h3 {
  text-align: center;
  margin: 0;
  line-height: 35px;
  font-size: 2.25rem;
  color: #003666;
}
.tertiaryNav .cpa-global h3 .txt-18 {
  color: #62BB46;
}

.tertiaryNavMobile .cpa-global {
  position: relative;
}
.tertiaryNavMobile .cpa-global img {
  position: absolute;
  right: 0;
  top: 7px;
}

.tertiaryNavMobile .cpa-global h3 {
  text-align: left;
  margin: 0;
  font-size: 2.25rem;
  color: #003666;
}
.tertiaryNavMobile .cpa-global h3 .txt-18 {
  color: #62BB46;
}

.tertiaryNav {
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 0;
}

.tertiaryNav ul.navLinks {
  border-right: 1px solid #007cba;
  margin-right: 20px;
  padding-right: 20px;
  list-style: none;
}

.tertiaryNav ul li {
  display: inline-block;
  padding: 0 5px;
}
.tertiaryNav ul li a {
  color: #333;
  font-size: 16px;
}

/*tertiary nav css starts here */
.tertiaryNav {
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 0;
}

.tertiaryNav ul li {
  display: inline-block;
  padding: 0 5px;
}

.tertiaryNav ul li a {
  color: #333;
  font-size: 16px;
}

.tertiaryNav ul li a:hover, .tertiaryNav ul li a.liActive {
  color: #007cba;
}

.tertiaryNav ul {
  padding: 10px 0;
  float: left;
  list-style: none;
}

.tertiaryNav ul.navLinks {
  border-right: 1px solid #007cba;
  margin-right: 20px;
  padding-right: 20px;
  list-style: none;
}

.tertiaryNav ul.navLinks.ourteam-nav {
  border-right: 0;
  margin-right: 0px;
  padding-right: 0px;
}

.tertiaryNav ul.cpa17New {
  text-align: center;
  border-right: 0;
  width: 100%;
}

.tertiaryNav ul.cpa17New li {
  margin: 0 15px;
}

.tertiaryNav.fixed {
  width: 100%;
  position: fixed;
  top: 90px;
  top: 138px;
  background: #fff;
  z-index: 1;
}

@media (min-width: 1025px) {
  .tertiaryNav .container {
    display: flex;
    justify-content: center;
  }

  .tertiaryNavMobile {
    display: none;
  }

  .tertiaryNav {
    display: block;
  }
}
.tertiaryNav ul {
  float: left;
  list-style: none;
}

.tertiaryNav ul + ul {
  padding-left: 0;
}

.tertiaryNavMobile {
  padding: 25px;
  border-bottom: 1px solid #e7e7e7;
}

.tertiaryNavMobile h3 {
  color: #007cba;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
}

.tertiaryNavMobile ul {
  display: none;
}

.tertiaryNavMobile ul li a {
  color: #333;
  margin: 20px 0;
  display: block;
  font-size: 18px;
}

.tertiaryNavMobile ul li a:hover {
  color: #007cba;
}

.leadershipPage, .leadershipDetailPage,
.realEstateSection, .globalSearchContainer,
.pressReleaseContainer, .managedProgramSection,
.portfolioSectionPage, .priorProgramSection, .overviewSection {
  text-align: center;
}

.leadershipPage h2, .leadershipDetailPage h2,
.realEstateSection h2, .globalSearchContainer h2,
.pressReleaseContainer h2, .managedProgramSection h2,
.portfolioSectionPage h2, .priorProgramSection h2, .overviewSection h2 {
  font-size: 3.375rem;
  color: #003666;
  text-transform: uppercase;
  font-weight: 700;
}

.overviewSection h2 {
  font-size: 3.375rem;
  color: #003666;
  text-transform: uppercase;
  font-weight: 700;
}

.overviewSection h1 {
  font-size: 4.5rem;
  color: #003666;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 20px;
}

.ourCoreValue h2, .managementSection h2, .bodSection h2,
.mediaContact h2, .resourceSection h2, .tweetSection h2,
#materialSection h2, #portfolioSection h2, #dividendSection h2 {
  margin: 0px 0 27.5px 0;
  color: #003666;
  font-size: 3.375rem !important;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
  text-align: center;
}

.relatedSection .diversificationType, .relatedSection .wlt-tabbing {
  margin-bottom: 0px;
}

.relatedSection .searchBar {
  margin-bottom: 40px;
}

#views-exposed-form-distribution-history-distribution-history-class-a input[type=submit] {
  display: none !important;
}

.bioDetail h4 {
  padding: 0;
  color: #007cba;
  font-size: 1.5rem;
  text-align: left;
  transition: 0.25s ease-in;
  padding-top: 20px;
  font-weight: normal;
  margin-bottom: 0 !important;
}

.bioDetail p {
  text-align: left;
  padding-top: 0px !important;
}

.managementSection h3 {
  font-size: 2.25rem;
  color: #007cba;
  margin: 40px 0 0 0;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}

.aboutUsSection p, .contactUsSection p, .leadershipPage p,
.leadershipDetailPage p, .realEstateSection p, .managedProgramSection p,
.portfolioSectionPage p, .priorProgramSection p, .overviewSection p {
  font-size: 1.5rem;
  line-height: 1.5;
  clear: both;
}

.bioSection {
  padding: 20px 15px;
  position: relative;
}

.bioSection:hover {
  box-shadow: 0 0 5px #ccc;
  cursor: pointer;
}

.bioSection .bioImg img {
  max-width: 100%;
}

.MPArrowTop {
  display: none;
}

@media (min-width: 768px) {
  .managementSection .row, .bodSection .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .bioDetail h4 {
    text-align: left;
  }

  /*  .page-node-126 .resourceSection h2{
       font-size: 14px!important;
   } */
}
@media (min-width: 1200px) {
  .corporate-governance-document.container.managementSection {
    max-width: 1170px !important;
  }
}
.cg-desig p {
  color: #3B3B3B;
}

.cg-desig-card p {
  font-size: 1.5rem;
  text-align: left;
}

.cpa-global-image {
  display: block;
  margin: auto;
}

.bioDetail .file {
  padding-left: 0;
}

.corporate-governance-document {
  padding-bottom: 100px !important;
}

.single-button-bio-popup {
  padding-bottom: 47px;
}

.tertiaryNav ul li {
  padding: 0 !important;
}

.invest-criteria-loc-details .text-green {
  color: #62bb46 !important;
}
.invest-criteria-loc-details .ic-text-dark-blue {
  color: #003666 !important;
}
.invest-criteria-loc-details .text-orange {
  color: #ff9900 !important;
}
.invest-criteria-loc-details .text-light-blue {
  color: #007cba !important;
}

.invest-criteria-banner img {
  float: left;
  width: 25%;
}

.numeric-title-main-wrap {
  display: flex;
  flex-direction: row wrap;
  justify-content: space-evenly;
}

.numeric-title-box-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0 10px 0;
}
.numeric-title-box-wrap .num-txt {
  margin: 0 10px 0 0;
  font-size: 50px;
  color: #007CBA;
  display: flex;
  height: 35px;
  align-items: flex-end;
}
.numeric-title-box-wrap p {
  margin-bottom: 0;
}
.numeric-title-box-wrap h5 {
  margin-bottom: 0;
  color: #007CBA;
}

.invest-criteria-loc-box {
  text-align: center;
  margin-top: 27.5px;
}
.invest-criteria-loc-box h4 {
  color: #007CBA;
}
.invest-criteria-loc-box p {
  margin: auto;
  width: 58.6%;
}
.invest-criteria-loc-box img {
  margin: auto;
  margin-top: 35px;
}

.invest-criteria-loc-details h4 {
  color: #007CBA;
  font-size: 1.5rem;
}
.invest-criteria-loc-details p {
  font-size: 1.5rem;
  margin: 0;
}
.invest-criteria-loc-details a {
  color: #007CBA !important;
  text-decoration: underline !important;
}

.loc-btn-wrap {
  margin: 35px auto 50px auto;
  text-align: center;
}
.loc-btn-wrap .loc-button {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 1.1rem;
  padding: 2% 6.7%;
  background-color: #007cba;
  color: #ffffff;
}
.loc-btn-wrap .loc-button:hover {
  background-color: #62bb46;
}

.invest-criteria-loc-details-wrap {
  display: block;
  margin: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  padding-left: 11%;
}
.invest-criteria-loc-details-wrap .invest-criteria-loc-details {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .loc-btn-wrap {
    margin: 35px auto 0px auto;
    float: left;
  }

  .numeric-title-box-wrap p {
    text-align: left !important;
    display: initial;
  }

  .numeric-title-box-wrap .num-txt {
    height: 0 !important;
  }

  .bannerd {
    display: none;
  }

  .banner-mobile {
    width: 100% !important;
  }

  .invest-criteria-loc-box {
    margin-top: 55px;
  }

  .invest-criteria-loc-box img {
    max-width: 100% !important;
  }

  .invest-criteria-loc-details-wrap {
    flex-direction: row !important;
    justify-content: space-between !important;
    margin-top: 35px;
    text-align: center;
    padding: inherit;
  }

  .invest-criteria-loc-details-wrap > .invest-criteria-loc-details {
    margin-right: 10px;
  }

  .invest-criteria-loc-box p {
    text-align: center !important;
    width: 100%;
  }

  .invest-criteria-loc-details-wrap.yurope {
    justify-content: center !important;
  }
}
.views-exposed-form .form-submit {
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-node-76 .text-block-ipad {
    max-width: 80% !important;
  }
}
.investmentErrorMsg {
  color: #B30000;
  margin-bottom: 5px;
}

.email-font-black {
  color: black;
}

@media (max-width: 767px) {
  .mobile-container .accordion .mobile-title.accordion-mobile-title {
    display: grid;
  }
}
.invest-criteria-loc-details .popup-email.email-font-black {
  color: black !important;
}

.invest-criteria-loc-details .popup-email.email-font-black:focus-visible {
  padding: 2px 6px;
}

.blogErrorMsg {
  color: #B30000;
  margin-bottom: 2px;
  position: relative;
  bottom: 20px;
  float: left;
  margin-left: 26px;
}

.sign-up-container .elq-FormFirstRow {
  display: inline-block !important;
}

.tertiaryNav {
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 0;
}

.tertiaryNav ul.navLinks {
  border-right: 1px solid #007cba;
  margin-right: 20px;
  padding-right: 20px;
}

.tertiaryNav ul {
  padding: 10px 0;
  float: left;
}

.tertiaryNav ul li {
  display: inline-block;
  padding: 0 5px;
}

.screenDividermenuRight {
  border-right: 1px solid #007cba;
  padding-right: 40px;
}

.tertiaryNav ul li a:hover, .tertiaryNav ul li a.liActive {
  color: #007cba;
}

.tertiaryNav ul li a {
  color: #333;
  font-size: 14px;
}

.tertiaryNav.fixed {
  width: 100%;
  position: fixed;
  top: 90px;
  background: #fff;
  z-index: 1;
}

@media (min-width: 320px) {
  .tertiaryNavMobile {
    padding: 25px;
    border-bottom: 1px solid #e7e7e7;
  }

  .tertiaryNavMobile h3 {
    color: #007cba;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
  }

  .tertiaryNavMobile h3:after {
    content: url(/themes/custom/wpc/assets/images/filterRightArrowBot.png);
    float: right;
  }

  .tertiaryNavMobile h3.active:after {
    content: url(/themes/custom/wpc/assets/images/filterRightArrowTop.png);
    float: right;
  }

  .tertiaryNavMobile ul {
    display: none;
  }

  .tertiaryNavMobile ul li a {
    color: #333;
    margin: 20px 0;
    display: block;
    font-size: 18px;
  }

  .tertiaryNav {
    display: none;
  }
}
@media (min-width: 1025px) {
  .tertiaryNavMobile {
    display: none;
  }

  .tertiaryNav {
    display: block;
  }

  .tertiaryNav .container {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1470px) {
  .tertiaryNav {
    padding: 18px 0;
  }

  .tertiaryNav ul li {
    padding: 0 10px;
  }

  .tertiaryNav ul li a {
    font-size: 15px;
  }
}
.page-node-566 .tertiaryNavMobile h3 {
  font-size: 36px !important;
  cursor: pointer;
}

.carousel-banner-text-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-25%) translateY(-50%);
  color: #ffffff;
}

.portfolioSection .botPortfolio {
  font-size: 16px;
}

.irwPageHeader .leftBox .capabilityContent p {
  font-size: 1.5rem;
}

.capabilitySection .screenDivider {
  width: 2px;
  height: 50px;
  background-color: #007cba;
  margin: 0 auto;
}

.capabilitySection .row.irwHeaderRow {
  margin: 0px !important;
}

.capabilitySection .leftBox {
  background: #2089c2 url(/themes/custom/wpc/assets/images/leftBoxBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  float: left;
  position: relative;
}

.capabilitySection .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.capabilitySection .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.capabilitySection .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.capabilitySection .rightBox {
  background-color: #003666;
  padding: 0;
  float: left;
}

.capabilitySection .rightBox ul.cpQR {
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.capabilitySection ul li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
}

.capabilitySection .rightBox ul li {
  transition: 0.25s ease-in;
}

.capabilitySection .rightBox ul li a {
  padding: 32.4px 0;
  border-top: 1px solid #006098;
  display: block;
  color: #fff;
  position: relative;
  border-left: 0px solid #32acaf;
  transition: border-left 0.3s;
  padding-left: 20px;
  padding-right: 35px;
  font-size: 18px;
}

.capabilitySection .rightBox ul.cpQR > li:first-child a {
  border-top: 0px;
}

.capabilitySection .rightBox ul li a {
  padding: 40px 0;
  border-top: 1px solid #006098;
  display: block;
  color: #fff;
  position: relative;
  border-left: 0px solid #32acaf;
  transition: border-left 0.3s;
}

.capabilitySection .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.rightBox ul li a:hover {
  border-left: 10px solid #2089c2;
  transition: border-left 0.3s;
}

.capabilitySection .rightBox ul li a span {
  position: absolute;
  top: 48px;
  font-size: 14px;
  right: 10px;
}

.capabilitySection .slick-slide .cpWebcastBtn {
  transition: 0.25s ease-in;
  background-color: transparent;
  padding: 8px 15px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 18px;
}

@media (min-width: 320px) {
  .capabilitySection .leftBox, .capabilitySection .rightBoxSection {
    padding: 100px 15px 140px 15px;
  }

  .capabilitySection .capabilityContent {
    margin: 0 auto;
    padding: 0 15px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    left: 14%;
  }

  .capabilitySection .rightBox ul li a {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .capabilitySection .capabilityContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
  }

  .capabilitySection .rightBox ul li a {
    width: 100%;
  }

  .capabilitySection .rightBox ul li a {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .capabilitySection .rightBox ul li a {
    width: 60%;
  }
}
@media (min-width: 1025px) {
  .capabilitySection .capabilityContent {
    max-width: 550px;
    text-align: left;
  }
}
@media (min-width: 1470px) {
  .capabilitySection .capabilityContent {
    min-width: 650px;
  }
}
.press-release-block {
  margin-top: 3.9%;
  padding-bottom: 30px;
}

.press-release-investor {
  background-color: #007cba;
  background-clip: content-box;
}
.press-release-investor .views-field-field-press-release-date {
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 20px;
}

.paddingBot100 {
  padding-bottom: 30px !important;
}

h2.sub-ir-title {
  font-size: 3.375rem;
  color: #003666;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
}

.cpPRsection .commonContent {
  margin: 0;
  padding: 0;
  text-align: center;
}
.cpPRsection .cpPRcontainer {
  padding: 40px 0px 40px;
}
.cpPRsection .cpPRbox {
  padding: 35px 35px;
  text-align: left;
  position: relative;
}
.cpPRsection .cpPRbox a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.cpPRsection .cpPRbox .cpPRDate {
  margin-top: 20px;
}
.cpPRsection a.customBtn {
  transition: 0.25s ease-in;
  background-color: #fff;
  padding: 8px 15px;
  border: 1px solid #007cba;
  color: #007cba;
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .press-release-investor {
    margin-bottom: 30px;
  }

  h2.sub-ir-title {
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .portfolioSection {
    padding: 0px 15px;
  }

  .cpPRsection .cpPRcontainer .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 576px) {
  .col-sm-4 {
    max-width: 33% !important;
  }

  .col-md-4 {
    max-width: 33% !important;
  }
}
.portfolio-section {
  padding-bottom: 30px;
}
.portfolio-section .irwPageFooter {
  padding: 0px;
}
.portfolio-section .screenDivider {
  width: 2px;
  height: 50px;
  background-color: #007cba;
  margin: 0 auto;
}
.portfolio-section .commonContent {
  margin: 5px auto 9px;
  text-align: center;
  padding: 0;
}
.portfolio-section h2.sub-ir-title {
  font-size: 3.375rem;
  color: #003666;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #007cba;
  display: inline-block;
}
.portfolio-section .commonContent .sub-ir-title2 {
  font-size: 30px;
  color: #007cba;
  margin: 30px 0 0 0;
  font-weight: 300;
}
.portfolio-section .commonContent p {
  color: #000;
  margin: 20px 0 30px 0;
  line-height: 1.5;
}
.portfolio-section .botPortfolio {
  text-align: center;
  margin: 10px 0px;
}
.portfolio-section .contentBlock {
  float: left;
  padding: 40px 0 35px;
  display: flex;
}
.portfolio-section .portfolioIcon {
  float: left;
  margin-right: 20px;
  width: 40px;
  position: relative;
}
.portfolio-section img {
  vertical-align: middle;
  border: 0;
}
.portfolio-section .portfolioIcon img {
  position: absolute;
  bottom: 10px;
}
.portfolio-section .portfolioTxt {
  float: left;
  width: 100%;
}
.portfolio-section h4 {
  font-weight: 300;
  margin: 0;
  font-size: 1.5rem;
}
.portfolio-section p {
  margin: 0px;
  margin: 0 0 10px;
}
.portfolio-section .data p {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
}
.portfolio-section .data p.colorGreen {
  color: #62BB46;
}
.portfolio-section .data p.colorSecondry {
  color: #007cba;
}
.portfolio-section .data p.colorPrimary {
  color: #003666;
}
.portfolio-section .readMore {
  text-align: center;
  margin-top: 15px;
}
.portfolio-section a.customBtn {
  transition: 0.25s ease-in;
  background-color: #fff;
  padding: 8px 15px;
  border: 1px solid #007cba;
  color: #007cba;
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
}

@media (min-width: 1025px) {
  .portfolio-section .contentBlock {
    margin-left: 50px;
  }
}
@media (min-width: 1470px) {
  .portfolio-section .contentBlock {
    margin-left: 70px;
  }
  .portfolio-section .data p {
    font-size: 1.5rem;
  }
  .portfolio-section .commonContent p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1470px) {
  .portfolio-section h2.sub-ir-title {
    font-size: 3.375rem;
  }
}
@media (max-width: 767px) {
  .portfolio-section .data p {
    text-align: left;
  }

  .contactInfoSection .contentBox p {
    text-align: left;
  }
}
.contactInfoSection .screenDivider {
  width: 2px;
  height: 50px;
  background-color: #007cba;
  margin: 0 auto;
}
.contactInfoSection .commonContent {
  text-align: center;
  padding: 0;
}
.contactInfoSection h2.sub-ir-title {
  font-size: 3.375rem;
  color: #003666;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 17.5px;
  display: inline-block;
}
.contactInfoSection .contentBox {
  text-align: left;
  padding: 20px;
  padding-bottom: 0;
}
.contactInfoSection p.contactHeading {
  font-size: 1.5rem;
  padding: 5px 0;
  color: #007cba;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  clear: both;
}
.contactInfoSection .contentBox p {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (min-width: 320px) {
  .contactInfoSection .commonContent h2 {
    font-size: 1.6875rem !important;
  }
  .contactInfoSection .contentBox {
    padding-top: 40px;
  }
  .contactInfoSection .contentBox p {
    text-align: center;
  }
  .contactInfoSection p.contactHeading, .contactInfoSection p.contactName, .contactInfoSection p.contactNo, .contactInfoSection p.contactMail {
    padding-top: 10px !important;
  }
  .contactInfoSection .commonContent {
    padding-top: 75px;
  }
  .contactInfoSection .commonContent p {
    text-align: center;
  }
}
#cp-contact {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .contactInfoSection .commonContent h2 {
    font-size: 1.6875rem;
  }
  .contactInfoSection .contentBox {
    margin-top: 0px;
    padding-top: 0;
  }
  .contactInfoSection #cp-contact p {
    font-size: 16px;
    margin-left: 70px;
  }
  .contactInfoSection p.contactHeading, .contactInfoSection p.contactName, .contactInfoSection p.contactNo, .contactInfoSection p.contactMail {
    padding-top: 0 !important;
    margin-left: 70px;
  }
}
@media (min-width: 1024px) {
  .contactInfoSection .contentBox {
    margin-top: 35px;
  }
}
@media (min-width: 1470px) {
  .contactInfoSection .commonContent h2 {
    font-size: 3.375rem;
  }

  .contentBox p {
    font-size: 1.5rem;
  }
}
.irwCopyright {
  text-align: center;
  padding-bottom: 20px;
  font-size: 16px;
}

.irwCopyright .text-primary {
  color: #337ab7;
}

.irwCopyrightlinks.irwcopyrightSNL {
  display: contents;
}

@media (min-width: 768px) {
  .irwCopyright a {
    float: unset;
    width: auto;
    clear: unset;
    display: inherit;
    line-height: normal;
    margin: 0px;
  }
}
@media (min-width: 320px) {
  .irwCopyright a {
    float: left;
    width: 100%;
    clear: both;
    display: block;
    line-height: normal;
    margin: 4px 0 0;
  }
}
@media (max-width: 767px) {
  .cpPRcontainer .view-content.row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cpPRsection .cpPRcontainer {
    padding: 40px 0px 0px;
  }

  .portfolio-section .commonContent p {
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .capabilitySection .capabilityContent {
    left: 25%;
  }
}
.pp-banner {
  height: 275px;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.pp-title-description p {
  width: 100%;
}

/*prior program section starts here*/
.priorProgramSection, .overviewSection {
  padding-bottom: 0 !important;
}

.priorProgramTable {
  margin-top: 40px;
  text-align: left;
}

.priorProgramTable th {
  color: #333;
  border-bottom: 1px solid #003366;
  border-top: 1px solid #003366;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  padding-left: 10px;
}

.priorProgramTable th, .priorProgramTable td, .distributionTable th, .distributionTable td {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #003366;
}

.priorProgramTable sup {
  line-height: 0;
  font-size: 10px;
}

.priorPage {
  margin-top: 60px;
}

.priorPage li {
  text-align: left;
}

.fliterBar {
  padding: 10px 0;
}

/*prior program section ends */
.pp-future-result h3:first-child {
  margin: 0px 0 30px 0;
}

.priorProgramTable.wtl {
  margin-bottom: 40px;
}

.priorProgramTable.wtl table {
  width: 100%;
}

.priorProgramTable.wtl p {
  text-align: center;
}

.priorProgramTable.wtl table td p {
  text-align: left;
}

.priorProgramTable td p {
  padding-top: 0 !important;
}

.priorProgramTable.wtl th {
  border: 1px solid #9e8959;
}

.priorProgramTable.wtl th, .priorProgramTable.wtl td, .distributionTable.wtl th, .distributionTable.wtl td {
  border: 1px solid #9e8959;
}

@media (max-width: 767px) {
  .tenantListTab ul li p {
    text-align: left !important;
  }

  .tenantListTab ul li th {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 300;
    padding-left: 10px;
  }

  .organizational-action-wrap .title-description-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-node-786 .futureResults ol {
    margin: 10px 15px 0 0 !important;
  }

  .page-node-786 .futureResults ol li {
    padding: 0 !important;
  }

  .page-node-786 .tenantListTab ul {
    padding: 0 0 0px 15px !important;
  }

  .page-node-786 .futureResults h3 {
    padding: 0 15px;
    font-size: 18px !important;
  }

  .bioSection .bioImg img {
    width: 100% !important;
  }

  .priorProgramTable {
    display: none;
  }

  .tenantListTab {
    display: block !important;
  }
}
.tenantListTab {
  display: none;
}

@media (min-width: 320px) {
  .innerTable {
    display: none;
  }

  .tenantListTab.priorPage {
    max-width: 95% !important;
  }

  .tenantListTab ul li a:after {
    content: url(../../assets/images/arrowBot.png);
    float: right;
  }

  .tenantListTab ul li a.active:after {
    content: url(../../assets/images/arrowTop.png);
  }

  .tenantListTab ul li {
    margin: 10px 0;
  }

  .tenantListTab table {
    border: 1px solid #e3e3e3;
    width: 100%;
    border-collapse: collapse;
  }

  .tenantListTab table td {
    padding: 10px 20px;
    border: 1px solid #e3e3e3;
    border-right: 0;
    border-left: 0;
  }

  .tenantListTab ul li a {
    padding: 10px 20px;
    background-color: #11406c;
    color: #fff !important;
    display: block;
  }
}
.organizational-action-wrap ul {
  padding: 0;
}
.organizational-action-wrap li {
  text-align: center;
}
.organizational-action-wrap .file {
  padding: 0 35px;
}

.carousel-indicators {
  margin: auto;
  bottom: 50px;
}

.organizational-action-wrap .title-description-block {
  margin: auto;
}

.page-node-376 .contactNo, .page-node-376 .contactHeading {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.page-node-376 .contactName p {
  margin: 0;
  padding: 10px 0 3px 0;
}

.tenantListTab ul li a:after, .tenantListTab ul li a:before {
  top: -35px;
  position: relative;
}

.page-node-376 .tenantListTab.priorPage {
  margin: 35px 0;
}

.tenantListTab table td {
  font-size: 16px;
}

.page-node-376 .contactinfo .readMore .customBtn {
  width: 200px;
  text-align: center;
}

.cpa-list-bold-p {
  font-weight: 500;
}

.is-description-section {
  text-align: center;
}
.is-description-section h2 {
  font-size: 3.375rem;
  color: #003666;
  text-transform: uppercase;
  font-weight: 700;
}
.is-description-section p {
  font-size: 1.5rem;
  line-height: 1.5;
  clear: both;
}

@media (min-width: 320px) {
  .is-description-section {
    margin-top: 65px;
  }
  .is-description-section p {
    padding: 20px 0 0 0;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .is-description-section {
    margin-top: 3.9%;
  }
  .is-description-section p {
    padding-top: 28px !important;
  }
}
@media (min-width: 1470px) {
  .is-description-section h2 {
    font-size: 3.375rem;
  }
  .is-description-section p {
    font-size: 1.5rem;
  }
}
.is-relations-team-section {
  padding: 0;
  clear: both;
}
.is-relations-team-section .screenDivider {
  width: 2px;
  height: 50px;
  background-color: #007cba;
  margin: 0 auto;
}
.is-relations-team-section .commonContent {
  margin: 0 auto;
  text-align: center;
  padding: 65px 0px 37.5px 0px;
}
.is-relations-team-section .commonContent h2 {
  margin: 0px 0 0 0;
  color: #003666;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 54px;
}
.is-relations-team-section .relationTaemSection {
  background: #f0f0f0;
  width: 100%;
  float: left;
  padding: 30px 0px;
  margin-top: 40px;
  text-align: left;
}
.is-relations-team-section .relationTaemSection .largeHeadingTxt {
  font-size: 24px;
  line-height: 1.5;
  color: #000;
}
.is-relations-team-section .commonContent p {
  margin-bottom: 0;
  font-size: 20px;
  margin: 20px 0 0px 0;
  line-height: 1.5;
}
.is-relations-team-section .contactInvestor {
  background: #007cba;
  padding: 30px 50px;
  color: #fff;
  position: relative;
  height: 200px;
  font-size: 20px;
}
.is-relations-team-section .contactInvestor p {
  display: flex;
  margin: 12px 0;
  width: auto;
  font-size: 20px;
}
.is-relations-team-section .contactInvestor p span {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.is-relations-team-section .contactInvestor p span img {
  width: 30px;
}
.is-relations-team-section .contactInvestor p a {
  color: #fff;
}
.is-relations-team-section p.contactMail {
  padding-top: 0 !important;
  /* margin-left: 70px; */
}
.is-relations-team-section p.contactMail {
  font-size: 20px;
  padding: 5px 0;
  width: auto;
  cursor: pointer;
  text-align: left;
  line-height: 1.5;
}
.is-relations-team-section .contactInvestor .contactMail span {
  color: #fff !important;
}
.is-relations-team-section .contactMail span {
  color: #007cba;
  cursor: pointer;
}

@media (min-width: 320px) {
  .is-relations-team-section .commonContent h2 {
    font-size: 27px !important;
  }
  .is-relations-team-section .contactInvestor {
    float: left;
    margin-top: 20px;
    width: 100%;
  }

  p.contactMail {
    padding-top: 10px !important;
  }
}
@media (min-width: 768px) {
  .is-relations-team-section .commonContent h2 {
    font-size: 40.5px;
  }
  .is-relations-team-section .relationTaemSection {
    padding: 30px 40px;
  }
  .is-relations-team-section p.contactMail {
    padding-top: 0 !important;
    /* margin-left: 70px; */
  }
}
@media (min-width: 1025px) {
  .is-relations-team-section .relationTaemSection {
    height: 300px;
  }
  .is-relations-team-section .contactInvestor {
    float: right;
    width: 85%;
  }
}
@media (min-width: 1470px) {
  .is-relations-team-section h2 {
    font-size: 54px;
  }
  .is-relations-team-section .commonContent p {
    font-size: 20px;
  }
}
@media only screen and (max-device-width: 991px) and (orientation: landscape) {
  .commonContent .relationTaemSection {
    display: flex;
  }

  .account-access-landscape {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 752px) {
  .is-relations-team-section .relationTaemSection {
    display: flex;
  }
}
.investor-email-decoration {
  text-decoration: underline;
}

.is-account-access-section {
  padding: 0;
}
.is-account-access-section .screenDivider {
  width: 2px;
  height: 50px;
  background-color: #007cba;
  margin: 0 auto;
}
.is-account-access-section .commonContent h2 {
  margin: 0px 0 0 0;
  color: #003666;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
}
.is-account-access-section .commonContent {
  margin: 0 auto;
  text-align: center;
  padding: 75px 0px 0px 0px;
}
.is-account-access-section .commonContent h2 {
  font-size: 3.375rem;
}
.is-account-access-section .onlineAccesSection {
  text-align: center;
}
.is-account-access-section .commonContent p {
  text-align: center;
  font-size: 1.5rem;
  margin: 20px 0 0px 0;
  line-height: 1.5;
}
.is-account-access-section .onlineAccesSection .accessHeading {
  font-weight: 600;
  color: #007cba;
  padding: 0 80px !important;
}
.is-account-access-section .commonSection .commonContent p {
  margin-bottom: 0;
}
.is-account-access-section .customBtn {
  font-size: 18px;
  transition: 0.25s ease-in;
  background-color: #fff;
  padding: 8px 15px;
  border: 1px solid #007cba;
  color: #007cba;
  display: inline-block;
  font-size: 14px;
}
.is-account-access-section .onlineAccesSection .customBtn {
  margin-top: 40px;
}

@media (min-width: 320px) {
  .is-account-access-section .commonContent h2 {
    font-size: 1.6875rem !important;
  }

  .is-account-access-section .onlineAccesSection .accessHeading {
    text-align: center;
  }

  .is-account-access-section .onlineAccesSection p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .is-account-access-section .commonContent h2 {
    font-size: 2.51325rem;
  }
  .is-account-access-section .onlineAccesSection {
    padding-top: 27.5px;
  }

  .onlineAccesSection p {
    padding: 0 80px !important;
  }
}
@media (min-width: 1470px) {
  .is-account-access-section .commonContent p {
    font-size: 1.5rem;
  }
  .is-account-access-section .customBtn {
    font-size: 18px;
  }
}
/*modal content css starts here */
.modalContent ul {
  margin: 0;
  padding: 0;
}

.modalContent ul li {
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 0;
}

.modalContent ul li p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.modalContent ul li p a {
  color: #007cba;
}

.modalContent ul li p.publicationName span {
  margin-left: 10px;
  display: inline-block;
}

.modalContent ul li p.publicationName span:before {
  content: "-";
  margin-right: 10px;
}

.modalContent .bottomTxt {
  position: static;
  margin-top: 15px;
}

.modalTitle {
  text-align: center;
  width: 100%;
  border: 0;
}

.email-dialog {
  width: 100% !important;
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 999 !important;
}

.contactPopUp input, .contactPopUp textarea {
  width: 62%;
  padding-left: 10px;
}

.contactPopUp input, .contactPopUp textarea {
  outline: none;
}

@media (min-width: 320px) {
  .contactPopUp input, .contactPopUp textarea {
    width: 100%;
    border: 1px solid #ccc;
  }
}
@media (min-width: 1025px) {
  .contactPopUp label {
    width: 200px;
  }
}
@media (min-width: 320px) {
  .contactPopUp label {
    margin-bottom: 5px;
    text-align: left;
    float: left;
    width: 100%;
    font-size: 16px;
  }
}
.errorMsg {
  color: #B30000;
  font-size: 16px;
}

@media (max-width: 768px) {
  .email-dialog {
    padding: 0 15px !important;
  }
}
@media (min-width: 768px) {
  .contactPopUp label {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .contactPopUp input, .contactPopUp textarea {
    width: 62%;
    padding-left: 10px;
    margin-bottom: 8px;
  }
}
.modal-dialog {
  max-width: 600px !important;
  margin: 1.75rem auto;
}

.error {
  border-bottom: 1px solid red !important;
}

.hideEd {
  display: none;
}

.showEd {
  display: block;
}

.email-dialog-error {
  display: none;
}

.email-dialog-success {
  display: none;
}

.dropED {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  z-index: 9999;
  display: none;
}

.loaderED {
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 45%;
  right: 0%;
  background-color: white;
  z-index: 99;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wait-btn {
  display: none;
}

.contactPopUp label sup {
  color: #B30000;
}

.sliding-popup-bottom {
  width: 100%;
  height: auto !important;
}

.eu-cookie-compliance-content {
  max-width: 90%;
}

.eu-cookie-compliance-message {
  max-width: 100%;
  margin: 5px 0 0 25px;
  text-align: center;
  position: relative;
  right: 30px;
  bottom: 6px;
}

.eu-cookie-compliance-message p {
  font-size: 1.5rem;
  display: inline;
  font-weight: 300;
}

.eu-cookie-compliance-more-button {
  position: relative;
  left: -5px;
  font-weight: 400;
  font-size: 1.5rem;
}

.eu-cookie-compliance-more-button:hover {
  color: #FF9900;
}

.eu-cookie-compliance-secondary-button {
  margin-top: 8px;
  color: #007cba;
  background-color: #fff;
  background-image: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0;
  position: relative;
  bottom: 63px;
  left: 46px;
}

.eu-cookie-compliance-secondary-button:hover {
  background-color: #cce5f1;
  background-image: none;
}

.eu-cookie-compliance-buttons {
  margin: auto;
}
.eu-cookie-compliance-buttons .decline-button {
  display: none;
}

.eu-cookie-compliance-default-button {
  margin-top: 8px;
  color: #007cba;
  background-color: #fff;
  background-image: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0;
  position: relative;
  left: 48px;
  bottom: 60px;
}

.eu-cookie-compliance-default-button:hover {
  background-color: #cce5f1;
  background-image: none;
}

.eu-cookie-compliance-hide-button {
  margin-top: 8px;
  color: #007cba;
  background-color: #fff;
  background-image: none;
  font-weight: bold;
  font-size: 1.125rem;
  border-radius: 0;
  padding-left: 23px;
  padding-right: 23px;
}

.eu-cookie-compliance-hide-button:hover {
  background-color: #cce5f1;
  background-image: none;
}

.eu-cookie-compliance-more-button-thank-you {
  margin-top: 8px;
  color: #007cba;
  background-color: #fff;
  background-image: none;
  font-weight: bold;
  font-size: 1.125rem;
  border-radius: 0;
}

.eu-cookie-compliance-more-button-thank-you:hover {
  background-color: #cce5f1;
  background-image: none;
}

.eu-cookie-withdraw-button {
  margin-top: 8px;
  color: #007cba;
  background-color: #fff;
  background-image: none;
  font-weight: bold;
  font-size: 1.125rem;
  border-radius: 0;
}

.eu-cookie-withdraw-button:hover {
  background-color: #cce5f1;
  background-image: none;
}

.sliding-popup-bottom .eu-cookie-withdraw-tab {
  border-width: 0px 0px 0;
}

@media (max-width: 767.98px) {
  .eu-cookie-compliance-message {
    line-height: 0.7;
    right: 14px;
  }

  .eu-cookie-compliance-message p {
    font-size: 1.2rem !important;
    line-height: 1;
  }

  .eu-cookie-compliance-default-button {
    left: 105px;
    bottom: 9px;
    font-size: 11px;
  }

  .eu-cookie-compliance-buttons {
    text-align: center;
  }

  .eu-cookie-compliance-secondary-button {
    margin-top: -6px;
    position: inherit;
    font-size: 1.2rem;
  }

  .eu-cookie-compliance-more-button {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  .sliding-popup-bottom {
    height: 80px !important;
  }

  .eu-cookie-compliance-message p {
    line-height: 0.7;
  }

  .eu-cookie-compliance-message {
    right: 25px;
  }

  .eu-cookie-compliance-buttons {
    float: right;
  }

  .eu-cookie-compliance-secondary-button {
    position: relative;
    bottom: 50px;
    left: 25px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .eu-cookie-compliance-message {
    right: 45px;
    margin-top: 15px;
  }

  .eu-cookie-compliance-message p {
    position: relative;
    bottom: 15px;
  }

  .eu-cookie-compliance-more-button {
    bottom: 15px;
  }

  .eu-cookie-compliance-secondary-button {
    left: 25px;
    bottom: 85px;
  }
}
@media (min-width: 768px) {
  .eu-cookie-compliance-content {
    margin: 20px 0px -20px 0px;
  }
}
@media only screen and (min-device-width: 3100px) {
  .eu-cookie-compliance-secondary-button {
    bottom: 15px;
    left: 46px;
  }
}
/*# sourceMappingURL=style.css.map */
