/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {

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

  a,
  a:visited {
    text-decoration: underline;
  }

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

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

  thead {
    display: table-header-group;
  }

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

  img {
    max-width: 100% !important;
  }

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

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

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

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

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

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] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

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

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

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
}

textarea {
  resize: vertical;
}

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

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

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 0.5rem;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: 3.5rem;
  font-weight: 300;
}

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 6rem;
  font-weight: 300;
}

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

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

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

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

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

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}

.dl-horizontal:before,
.dl-horizontal:after {
  content: " ";
  display: table;
}

.dl-horizontal:after {
  clear: both;
}

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote p:last-child,
.blockquote ul:last-child,
.blockquote ol:last-child {
  margin-bottom: 0;
}

.blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91;
}

.blockquote footer:before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse footer:before {
  content: "";
}

.blockquote-reverse footer:after {
  content: "\00A0 \2014";
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

.img-responsive,
.figure>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 34em) {
  .container {
    max-width: 34rem;
  }
}

@media (min-width: 48em) {
  .container {
    max-width: 45rem;
  }
}

@media (min-width: 62em) {
  .container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .container {
    max-width: 72.25rem;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  display: flex;
  /* Use Flex for horizontal*/
  justify-content: center;
  /* Center the items horizontally */
  align-items: center;
  /* Center the items vertically if needed */
  gap: 2rem;
  /* Optional: Add some space between the icons */
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

/* .col-xs-offset-1 {
  margin-left: 8.3333333333%; } */

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 34em) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

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

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

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

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

  .col-sm-4-1 {
    padding-left: 50px;
  }

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

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

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

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

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

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

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

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

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 48em) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

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

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

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

  .col-md-4 {
    width: 33.3333333333%;
    /* padding-left: 100px;
    padding-right: 100px; */
  }

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

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

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

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

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

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

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

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

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 62em) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 75em) {

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody+tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: #e8e8e8;
}

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

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

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

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

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

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

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

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

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

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

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  border-color: #66afe9;
  outline: none;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eceeef;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

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

.form-control-label {
  padding: 0.4375rem 0.75rem;
  margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.375rem;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm input[type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm input[type="month"].form-control {
    line-height: 1.95rem;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg input[type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg input[type="month"].form-control {
    line-height: 3.2916666667rem;
  }
}

.form-control-static {
  min-height: 2.375rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-bottom: 0;
}

.form-control-static.form-control-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0.3rem;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -0.25rem;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 0.75rem;
}

input[type="radio"]:disabled,
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-success,
.form-control-warning,
.form-control-error {
  padding-right: 2.25rem;
  background-position: center right 0.59375rem;
  background-size: 1.54375rem 1.54375rem;
  background-repeat: no-repeat;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-feedback {
  color: #5cb85c;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM1Q0I4NUMiIGQ9Ik0yMzMuOCw2MTAuMWMtMTMuMywwLTI1LjktNi4yLTM0LTE2LjlMOTAuNSw0NDguOEM3Ni4zLDQzMCw4MCw0MDMuMyw5OC44LDM4OS4xYzE4LjgtMTQuMyw0NS41LTEwLjUsNTkuOCw4LjNsNzEuOSw5NWwyMjAuOS0yNTAuNWMxMi41LTIwLDM4LjgtMjYuMSw1OC44LTEzLjZjMjAsMTIuNCwyNi4xLDM4LjcsMTMuNiw1OC44TDI3MCw1OTBjLTcuNCwxMi0yMC4yLDE5LjQtMzQuMywyMC4xQzIzNS4xLDYxMC4xLDIzNC41LDYxMC4xLDIzMy44LDYxMC4xeiIvPjwvc3ZnPg==");
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-feedback {
  color: #f0ad4e;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ildhcm5pbmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjEyIDc5MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjEyIDc5MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0YwQUQ0RSIgZD0iTTYwMyw2NDAuMmwtMjc4LjUtNTA5Yy0zLjgtNi42LTEwLjgtMTAuNi0xOC41LTEwLjZzLTE0LjcsNC4xLTE4LjUsMTAuNkw5LDY0MC4yYy0zLjcsNi41LTMuNiwxNC40LDAuMiwyMC44YzMuOCw2LjUsMTAuOCwxMC40LDE4LjMsMTAuNGg1NTcuMWM3LjUsMCwxNC41LTMuOSwxOC4zLTEwLjRDNjA2LjYsNjU0LjYsNjA2LjcsNjQ2LjYsNjAzLDY0MC4yeiBNMzM2LjYsNjEwLjJoLTYxLjJWNTQ5aDYxLjJWNjEwLjJ6IE0zMzYuNiw1MDMuMWgtNjEuMlYzMDQuMmg2MS4yVjUwMy4xeiIvPjwvc3ZnPg==");
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d9534f;
}

.has-error .form-control {
  border-color: #d9534f;
}

.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-error .form-control-feedback {
  color: #d9534f;
}

.has-error .form-control-error {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNyb3NzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNEOTUzNEYiIGQ9Ik00NDcsNTQ0LjRjLTE0LjQsMTQuNC0zNy42LDE0LjQtNTEuOSwwTDMwNiw0NTEuN2wtODkuMSw5Mi43Yy0xNC40LDE0LjQtMzcuNiwxNC40LTUxLjksMGMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlsOTIuNC05Ni40TDE2NSwyOTkuNmMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlzMzcuNi0xNC40LDUxLjksMGw4OS4yLDkyLjdsODkuMS05Mi43YzE0LjQtMTQuNCwzNy42LTE0LjQsNTEuOSwwYzE0LjQsMTQuNCwxNC40LDM3LjYsMCw1MS45TDM1NC43LDM5Nmw5Mi40LDk2LjRDNDYxLjQsNTA2LjgsNDYxLjQsNTMwLDQ0Nyw1NDQuNHoiLz48L3N2Zz4=");
}

@media (min-width: 34em) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 0.0625rem solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn.focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}

.btn.disabled,
.btn:disabled,
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
}

a.btn.disaabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
fieldset[disabled] .btn-primary:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open>.btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:active,
.btn-secondary.active,
.open>.btn-secondary.dropdown-toggle {
  background-image: none;
}

.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
fieldset[disabled] .btn-secondary:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-primary-outline {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open>.btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary-outline:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary-outline.disabled:focus,
.btn-primary-outline.disabled.focus,
.btn-primary-outline:disabled:focus,
.btn-primary-outline:disabled.focus,
fieldset[disabled] .btn-primary-outline:focus,
fieldset[disabled] .btn-primary-outline.focus {
  border-color: #43a7fd;
}

.btn-primary-outline.disabled:hover,
.btn-primary-outline:disabled:hover,
fieldset[disabled] .btn-primary-outline:hover {
  border-color: #43a7fd;
}

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active,
.open>.btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-secondary-outline:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-secondary-outline.disabled:focus,
.btn-secondary-outline.disabled.focus,
.btn-secondary-outline:disabled:focus,
.btn-secondary-outline:disabled.focus,
fieldset[disabled] .btn-secondary-outline:focus,
fieldset[disabled] .btn-secondary-outline.focus {
  border-color: white;
}

.btn-secondary-outline.disabled:hover,
.btn-secondary-outline:disabled:hover,
fieldset[disabled] .btn-secondary-outline:hover {
  border-color: white;
}

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active,
.open>.btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info-outline:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info-outline.disabled:focus,
.btn-info-outline.disabled.focus,
.btn-info-outline:disabled:focus,
.btn-info-outline:disabled.focus,
fieldset[disabled] .btn-info-outline:focus,
fieldset[disabled] .btn-info-outline.focus {
  border-color: #b0e1ef;
}

.btn-info-outline.disabled:hover,
.btn-info-outline:disabled:hover,
fieldset[disabled] .btn-info-outline:hover {
  border-color: #b0e1ef;
}

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active,
.open>.btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success-outline:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success-outline.disabled:focus,
.btn-success-outline.disabled.focus,
.btn-success-outline:disabled:focus,
.btn-success-outline:disabled.focus,
fieldset[disabled] .btn-success-outline:focus,
fieldset[disabled] .btn-success-outline.focus {
  border-color: #a3d7a3;
}

.btn-success-outline.disabled:hover,
.btn-success-outline:disabled:hover,
fieldset[disabled] .btn-success-outline:hover {
  border-color: #a3d7a3;
}

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active,
.open>.btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning-outline:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning-outline.disabled:focus,
.btn-warning-outline.disabled.focus,
.btn-warning-outline:disabled:focus,
.btn-warning-outline:disabled.focus,
fieldset[disabled] .btn-warning-outline:focus,
fieldset[disabled] .btn-warning-outline.focus {
  border-color: #f8d9ac;
}

.btn-warning-outline.disabled:hover,
.btn-warning-outline:disabled:hover,
fieldset[disabled] .btn-warning-outline:hover {
  border-color: #f8d9ac;
}

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active,
.open>.btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger-outline:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger-outline.disabled:focus,
.btn-danger-outline.disabled.focus,
.btn-danger-outline:disabled:focus,
.btn-danger-outline:disabled.focus,
fieldset[disabled] .btn-danger-outline:focus,
fieldset[disabled] .btn-danger-outline.focus {
  border-color: #eba5a3;
}

.btn-danger-outline.disabled:hover,
.btn-danger-outline:disabled:hover,
fieldset[disabled] .btn-danger-outline:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled,
fieldset[disabled] .btn-link {
  background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

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.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  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;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  white-space: nowrap;
  text-align: inherit;
  width: 100%;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  color: #818a91;
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.85rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 1.25rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

.input-group-addon:first-child {
  border-right: 0;
}

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

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

.nav-link {
  display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #818a91;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-link+.nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs:before,
.nav-tabs:after {
  content: " ";
  display: table;
}

.nav-tabs:after {
  clear: both;
}

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs .nav-item+.nav-item {
  margin-left: 0.2rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item+.nav-item {
  margin-left: 0.2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item+.nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 34em) {
  .navbar {
    border-radius: 0.25rem;
  }
}

.navbar-static-top {
  z-index: 1000;
}

@media (min-width: 34em) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

@media (min-width: 34em) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 34em) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  margin-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  overflow: hidden;
  margin-left: 1rem;
  margin-right: 1rem;
}

.navbar-divider:before {
  content: "\00a0";
}

.navbar-toggler {
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

@media (min-width: 34em) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}

@media (min-width: 48em) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}

.navbar-nav .nav-item {
  float: left;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 20px;
}

.navbar-nav .nav-link+.nav-link {
  margin-left: 1rem;
}

.navbar-nav .nav-item+.nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.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 {
  padding-bottom: 42.8571428571%;
}

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  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.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

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

@media (min-width: 34em) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 48em) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.85rem;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

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

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.pull-left {
  float: left !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left;
}

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

.text-xs-center {
  text-align: center;
}

@media (min-width: 34em) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-center {
    text-align: center;
  }
}

@media (min-width: 48em) {
  .text-md-left {
    text-align: left;
  }

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

  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 62em) {
  .text-lg-left {
    text-align: left;
  }

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

  .text-lg-center {
    text-align: center;
  }
}

@media (min-width: 75em) {
  .text-xl-left {
    text-align: left;
  }

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

  .text-xl-center {
    text-align: center;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #818a91;
}

.text-primary {
  color: #0275d8;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #025aa5;
}

.text-success {
  color: #5cb85c;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44;
}

.text-info {
  color: #5bc0de;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5;
}

.text-warning {
  color: #f0ad4e;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f;
}

.text-danger {
  color: #d9534f;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c;
}

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff;
  background-color: #0275d8;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #025aa5;
}

.bg-success {
  color: #fff;
  background-color: #5cb85c;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #449d44;
}

.bg-info {
  color: #fff;
  background-color: #5bc0de;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5;
}

.bg-warning {
  color: #fff;
  background-color: #f0ad4e;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ec971f;
}

.bg-danger {
  color: #fff;
  background-color: #d9534f;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #c9302c;
}

.m-a-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a {
  margin: 1rem !important;
}

.m-t {
  margin-top: 1rem !important;
}

.m-r {
  margin-right: 1rem !important;
}

.m-b {
  margin-bottom: 1rem !important;
}

.m-l {
  margin-left: 1rem !important;
}

.m-x {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-md {
  margin: 1.5rem !important;
}

.m-t-md {
  margin-top: 1.5rem !important;
}

.m-r-md {
  margin-right: 1.5rem !important;
}

.m-b-md {
  margin-bottom: 1.5rem !important;
}

.m-l-md {
  margin-left: 1.5rem !important;
}

.m-x-md {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-md {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-lg {
  margin: 3rem !important;
}

.m-t-lg {
  margin-top: 3rem !important;
}

.m-r-lg {
  margin-right: 3rem !important;
}

.m-b-lg {
  margin-bottom: 3rem !important;
}

.m-l-lg {
  margin-left: 3rem !important;
}

.m-x-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a {
  padding: 1rem !important;
}

.p-t {
  padding-top: 1rem !important;
}

.p-r {
  padding-right: 1rem !important;
}

.p-b {
  padding-bottom: 1rem !important;
}

.p-l {
  padding-left: 1rem !important;
}

.p-x {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-md {
  padding: 1.5rem !important;
}

.p-t-md {
  padding-top: 1.5rem !important;
}

.p-r-md {
  padding-right: 1.5rem !important;
}

.p-b-md {
  padding-bottom: 1.5rem !important;
}

.p-l-md {
  padding-left: 1.5rem !important;
}

.p-x-md {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-md {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-lg {
  padding: 3rem !important;
}

.p-t-lg {
  padding-top: 3rem !important;
}

.p-r-lg {
  padding-right: 3rem !important;
}

.p-b-lg {
  padding-bottom: 3rem !important;
}

.p-l-lg {
  padding-left: 3rem !important;
}

.p-x-lg {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 33.9em) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 34em) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 47.9em) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 61.9em) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 74.9em) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 75em) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print .hidden-print {
    display: none !important;
  }
}

html,
body {
  background-color: rgb(6, 0, 151);
  color: #788994;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
}

a {
  color: rgb(6, 0, 151);
  text-decoration: none;
}

a:hover {
  color: rgb(130, 4, 255);
  text-decoration: none;
}

a.block-link {
  text-decoration: none;
}

.img-center {
  margin: 0 auto;
}

.img-sm img {
  max-height: 120px;
  max-width: 120px;
}

.align-middle {
  padding: 5rem 1rem;
}

.align-middle img {
  max-height: 300px;
  max-width: 320px;
}

.img-fixed-height {
  padding: 3rem 1rem;
}

.img-fixed-height img {
  max-height: 220px;
}

/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) {
  .align-middle {
    padding: 5rem 1rem;
  }

  .align-middle img {
    max-height: 300px;
    max-width: 100%;
  }
}

/* 992px and up) */
.full-overlay {
  position: absolute;
  overflow: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1900;
  background-color: #f5f5f6;
}

.full-overlay.dark-gradient {
  background-color: #4c6085;
  background: #4c6085;
  background: -moz-radial-gradient(center,
      ellipse cover,
      #4c6085 0%,
      #374c72 100%);
  background: -webkit-gradient(radial,
      center center,
      0px,
      center center,
      100%,
      color-stop(0%, #4c6085),
      color-stop(100%, #374c72));
  background: -webkit-radial-gradient(center,
      ellipse cover,
      #4c6085 0%,
      #374c72 100%);
  background: -o-radial-gradient(center,
      ellipse cover,
      #4c6085 0%,
      #374c72 100%);
  background: -ms-radial-gradient(center,
      ellipse cover,
      #4c6085 0%,
      #374c72 100%);
  background: radial-gradient(ellipse at center, #4c6085 0%, #374c72 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c6085', endColorstr='#374c72', GradientType=1);
}

.full-overlay.dark-gradient h1,
.full-overlay.dark-gradient h2,
.full-overlay.dark-gradient .preheader {
  color: #f5f5f6;
}

.full-overlay.dark-gradient p {
  color: rgba(245, 245, 246, 0.7);
}

.full-overlay .details {
  padding: 10rem 0;
}

.page section .details,
.page .section .details,
.landing-page section .details,
.landing-page .section .details {
  padding: 4rem 0;
}

figure {
  margin: 1rem auto;
}

figure.figure-right img {
  margin: 0 0 0 auto;
}

figure img {
  margin: 0 auto;
  max-height: 600px;
}

.vcenter-wrapper {
  width: 100%;
  display: table;
}

.vcenter-wrapper .vcenter {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.line-lg {
  margin: 3rem auto;
  width: 25%;
  border-color: #f5f5f6;
  border-width: 2px;
}

.benefits-section h3 {
  padding: 0 0 1rem 0;
  margin: 0;
  font-weight: 300;
  color: #f5f5f6;
}

.benefit {
  display: block;
  padding-top: 2rem;
  font-size: 3.5rem;
  font-weight: 100;
  line-height: 100%;
  color: #ffcd57;
}

.b-description {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 100%;
}

.header-content {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 7rem;
}

.header-content.spaced {
  padding: 4rem 0;
}

.header-content h1 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 100;
}

.header-content h1 b {
  color: #ffffff;
  font-weight: 500;
}

.header-content .vcenter-wrapper {
  width: 100%;
  min-height: 450px;
  display: table;
}

.header-content .vcenter-wrapper .vcenter {
  display: table-cell;
  vertical-align: middle;
}

.header-content .preheader {
  color: #ffffff;
}

.landing .header-content {
  padding-top: 5rem;
}

.landing .header-content h1 {
  font-weight: 300;
  font-size: 2.5rem;
}

.img-spaced {
  padding: 1rem;
}

.img-spaced img {
  max-width: 80%;
  max-height: 200px;
}

.market-chart {
  padding: 0;
  margin: 0;
  height: 200px;
}

.chart-bottom {
  width: 100%;
  height: 20px;
  margin-top: -21px;
  background-color: #ffffff;
  border-top: 2px solid #4c6085;
}

.full-height {
  min-height: 800px;
}

.col-narrow {
  width: 80%;
  margin: 0 auto;
}

.attribution-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/attribution_bg.jpg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  opacity: 0.2;
  background-blend-mode: multiply;
}

.page section.landing-section .details {
  padding: 8rem 0;
}

.spacer {
  height: 3rem;
}

.img-align-bottom {
  padding: 5rem 1rem 1rem 1rem;
}

section .details.primary {
  background-color: #ffcd57;
}

section#rtb-section .details {
  min-height: 500px;
}

section .section-content {
  padding: 7rem 0 3.5rem 0;
}

section .details {
  position: relative;
  height: 100%;
  background-color: #ffffff;
}

section .details.darken {
  background-color: #f5f5f6;
}

section .details.connected-bottom {
  padding-bottom: 0;
}

section .details .figure-right {
  display: block;
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0rem 0rem;
  background-size: auto 100%;
}

section .details.dark {
  background: rgb(6, 0, 151);
  /* Fallback for older browsers */
  background: linear-gradient(35deg,
      rgb(6, 0, 151) 0%,
      rgb(130, 4, 255) 64%,
      rgb(193, 15, 255) 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#060097', endColorstr='#c10fff', GradientType=1);
  /* background-color: #ffcd57;  */
}

section .details.dark-gradient {
  /* background-color: #4C6085; */
  padding: 4.5rem 0;
  background: rgb(6, 0, 151);
  /* Fallback for older browsers */
  background: linear-gradient(35deg,
      rgb(6, 0, 151) 0%,
      rgb(130, 4, 255) 64%,
      rgb(193, 15, 255) 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#060097', endColorstr='#c10fff', GradientType=1);
}

footer .details,
.footer .details {
  text-align: center;
  padding: 3.5rem 0;
  border-top: 2px solid rgba(76, 96, 133, 0.1);
}

footer h6,
footer .h6,
.footer h6,
.footer .h6 {
  color: #ffcd57;
  text-transform: uppercase;
}

footer p,
.footer p {
  color: #788994;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

footer a,
.footer a {
  color: #788994;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer a:hover,
.footer a:hover {
  color: #ffcd57;
  text-decoration: none;
}

footer ul.footer-list,
.footer ul.footer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
  font-size: 0.9rem;
}

footer ul.footer-list>li,
.footer ul.footer-list>li {
  padding: 0.35rem 0;
}

footer .copyright,
.footer .copyright {
  border-top: 1px solid rgba(245, 245, 246, 0.1);
  padding: 2rem 0;
  font-size: 0.9rem;
  color: rgba(120, 137, 148, 0.5);
}

footer .legal-list,
.footer .legal-list {
  width: 100%;
  margin: 1rem auto;
}

footer .legal-list>li,
.footer .legal-list>li {
  display: block;
  margin: 0.45rem 0;
  padding: 0;
}

.icon {
  text-align: center;
  /* Center the content */
  padding: 3rem 0;
  /* Adjust padding as needed */
  display: flex;
  /* Use flexbox to align items */
  flex-direction: column;
  /* Align items vertically */
  align-items: center;
  /* Center the content horizontally */
}

.icon-container {
  width: 100px;
  /* Width of the circle */
  height: 100px;
  /* Height of the circle */
  background-color: white;
  /* Background color of the circle */
  border-radius: 50%;
  /* Make the container a circle */
  display: flex;
  /* Center the image inside the circle */
  align-items: center;
  /* Center the image vertically */
  justify-content: center;
  /* Center the image horizontally */
  overflow: hidden;
  /* Hide any overflow */
}

.icon-image {
  width: 70%;
  height: auto;
  object-fit: contain;
}

.icon-text {
  color: white;
  /* Text color */
  font-weight: 400;
  padding-top: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.2rem;
  text-align: center;
  /* Center the text */
}

.nav-item .menu-trigger {
  display: none;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

  footer .details,
  .footer .details {
    text-align: left;
  }

  footer .legal-list,
  .footer .legal-list {
    width: auto;
    margin: auto;
  }

  footer .legal-list>li,
  .footer .legal-list>li {
    display: inline-block;
    margin: 0;
    padding: 0 0.5rem;
  }

  .person .vcenter-wrapper .vcenter {
    padding: 3rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .menu-trigger {
    display: block !important;
  }

  .page section .details {
    padding: 0;
  }

  .modal-footer {
    padding-top: 50px;
  }

  .col-lg-7.col-md-12 {
    display: none;
  }

  .col-lg-5.col-md-12 {
    width: 100%;
  }

  .section-content {
    text-align: center;
  }

  .section-content .vcenter-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
  }

  .section-content h2 {
    margin-bottom: 15px;
  }

  .section-content p.lead {
    margin-bottom: 20px;
  }

  .section-content a.more-link {
    margin-top: 20px;
  }

  section .section-content {
    padding: 2rem 0;
  }

  .details.dark-gradient {
    padding-top: 3rem;
  }

  footer .col-md-4 {
    display: none;
  }

  .row1,
  .col-md-naics,
  .section-block,
  .text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .highlight1,
  .highlight {
    font-size: 1.5rem;
  }

  .emphasis small {
    font-size: 1rem;
  }

  .logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo-img {
    max-width: 80px;
    /* Reduce the logo size for mobile */
  }

  ul.justify-text {
    padding-left: 20px;
    font-size: 1rem;
    text-align: left;
  }

  .modal-footer {
    display: block;
    width: 100%;
  }

  button#signupButton {
    width: 100%;
  }

  .text-center {
    text-align: left;
  }

  .logo-section {
    flex-direction: column;
    align-items: center;
  }

  .logo-img {
    max-width: 100px;
    /* Shrink logos on mobile */
  }

  .highlight1,
  .highlight {
    font-size: 1.5rem;
  }

  ul.justify-text {
    padding-left: 20px;
    font-size: 1rem;
  }

  .modal-footer {
    display: flex;
    justify-content: center;
  }

  button#signupButton {
    width: 100%;
    max-width: 300px;
  }

  #overview-section {
    padding: 20px;
  }

  .details,
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

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

  .logo-section {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .logo-img {
    max-width: 150px;
    height: auto;
  }

  ul.justify-text {
    list-style: none;
    padding-left: 0;
    text-align: left;
  }

  .col-md-naics {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn {
    white-space: normal;
    width: 100%;
    word-wrap: break-word;
  }

  .article1 {
    padding-top: 0px;
  }

  .col-lg-6 .hide-on-mobile {
    display: none;
  }

  .row-1 {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .text-center1 {
    width: 300px;
    padding-left: 50px;
    justify-content: center;
  }

  .p-t-lg {
    padding-top: 0 !important;
  }

  .display-1.p-t-lg {
    padding-left: 50px;
  }

  .photo .round-image-R {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px auto;
  }

  .col-lg-4 {
    height: 160px;
    margin-left: 120px;
  }

  .col-lg-8 .overline:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin: 30px 0 30px;
  }

  .col-lg-8 .overline {
    margin-bottom: 10px;
  }

  .justify {
    padding: 20px;
  }

  .container .mobileResponsiveness {
    padding: 20px;

  }

  .row2 .col-md-4 {
    padding: 50px 20px 0 20px;
  }

  .mobileResp {
    padding: 50px 20px 0 20px;
  }

  .btn {
    margin-bottom: 20px;
  }

  .legal {
    padding: 50px 20px 50px 20px;
  }

  .legalPage {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .figure-flex-right .img-responsive,
  .figure-flex-right .figure>img {
    background: none;
    margin: 0 auto;
  }

  .figure-flex-right figure {
    width: 100%;
    top: 4rem;
    left: 0%;
  }

  .vcenter-wrapper {
    width: 100%;
    min-height: 360px;
    display: table;
  }

  .vcenter-wrapper .vcenter {
    display: table-cell;
    vertical-align: middle;
  }

  .figure-flex-left {
    position: relative;
  }

  .figure-flex-left figure {
    position: absolute;
    top: 4rem;
    right: 0;
    bottom: 0;
    left: auto;
  }

  .figure-flex-left figure.vcenter {
    position: relative;
    margin: 4rem 0;
  }

  .col-narrow {
    width: 60%;
  }

  .landing .header-content {
    padding-top: 5rem;
  }

  .landing .header-content h1 {
    font-weight: 300;
    font-size: 3rem;
  }

  .img-spaced {
    padding: 0rem;
    padding-top: 3rem;
  }

  .img-spaced img {
    max-width: 100%;
  }

  .header-content h1 {
    font-size: 4rem;
    letter-spacing: -0.01em;
  }

  section .section-content {
    padding: 7rem 0 7rem 0;
  }

  section .details {
    position: relative;
    min-height: 12vh;
    /* Minimum height based on 30% of the viewport height */
    height: auto;
    /* Allow height to adjust automatically based on content */
  }

  .details.dark-gradient {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section .details .dashboard-figure {
    position: absolute;
    right: 0;
    bottom: -5rem;
    width: 50%;
    height: 100%;
    /* background-image: url(../images/dashboard_view.png); */
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
    overflow: hidden;
  }

  section .details .location-figure {
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: 50%;
    height: 100%;
    /* background-image: url(../images/location_image.svg); */
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: 100% auto;
    overflow: hidden;
  }

  section .details .money-figure {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/bonus_dude.svg);
    background-repeat: no-repeat;
    background-position: 0% bottom;
    background-size: auto 80%;
    overflow: hidden;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1170px) {
  .attribution-bg {
    background-size: 100% auto;
  }

  .landing .header-content {
    padding-top: 5rem;
  }

  .landing .header-content h1 {
    font-weight: 300;
    font-size: 3.5rem;
  }
}

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

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

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

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

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

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

h1,
h2,
h3 {
  font-weight: 100;
}

h1 small,
h2 small,
h3 small {
  display: block;
  font-size: 0.5em;
  line-height: 1.5em;
  margin-top: 0.5rem;
  color: #4c6085;
  font-weight: 300;
}

h1.dark,
h2.dark,
h3.dark {
  font-weight: 400;
}

h3,
.h3 {
  color: #4c6085;
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 1rem;
}

h3.overline,
.h3.overline {
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 3rem;
}

h3.overline.text-center:before,
.h3.overline.text-center:before {
  margin: 0rem auto 2rem auto;
}

h3.overline:before,
.h3.overline:before {
  margin-bottom: 2rem;
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #ffcd57;
}

ul {
  color: #788994;
}

em {
  font-weight: 600;
  color: #4c6085;
}

b {
  font-weight: 600;
  color: #4c6085;
}

.highlight {
  color: rgb(130, 4, 255);
}

.features-list {
  list-style: none;
  padding: 0;
  font-weight: 300;
  background-image: url(../images/vertical_line.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 84%;
}

.features-list li {
  padding: 1rem 5rem;
  font-size: 1.05rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #788994;
  margin: 0.5rem auto;
  background-image: url(../images/circle.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-right: 55%;
  text-align: right;
}

.features-list li:nth-child(2n + 1) {
  padding-right: 0%;
  text-align: left;
  padding-left: 55%;
}

.display-1 {
  font-size: 3rem;
  font-weight: 100;
  margin: 1rem auto 2rem auto;
}

.preheader {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 0 1rem 0;
}

.dark .preheader {
  color: rgba(245, 245, 246, 0.5);
}

.page-header .header-content h1 b {
  font-weight: 400;
  color: white;
}

.page-header .header-content .preheader {
  color: rgba(245, 245, 246, 0.5);
  font-weight: 400;
}

.emphasis {
  font-size: 2.75rem;
  line-height: 3rem;
  font-weight: 100;
  color: #4c6085;
  padding: 3.5rem 0;
}

.text-standout {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  margin: 3rem 0 2rem 0;
  border-left: 2px solid rgba(76, 96, 133, 0.1);
  padding-left: 3rem;
}

p.overline {
  border-top: 2px solid rgba(76, 96, 133, 0.1);
  padding-top: 1rem;
  margin-top: 2rem;
}

p.important {
  font-weight: 500;
  color: #4c6085;
  font-size: 1.125em;
  margin: 1.5rem 0;
}

section .details.dark .preheader,
section .details.dark-gradient .preheader {
  color: rgba(255, 255, 255, 0.5);
}

section .details.dark h1,
section .details.dark h2,
section .details.dark-gradient h1,
section .details.dark-gradient h2 {
  color: #ffffff;
}

section .preheader {
  color: #788994;
}

section h1,
section h2 {
  color: rgb(6, 0, 151);
}

section p,
section p.lead {
  color: #788994;
  font-weight: 300;
}

section .more-link {
  color: rgb(193, 15, 255);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

ul.process-list {
  list-style-type: none;
  font-size: 1rem;
  color: #788994;
  font-weight: 300;
  padding: 0 0 0 2rem;
  margin: 0;
}

ul.process-list>li {
  padding: 0.75rem 0 0.75rem 1.75rem;
  background-image: url(../images/bullet.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.documents {
  text-align: center;
}

.document {
  width: 200px;
  display: inline-block;
  margin: 0rem 0.5rem;
  text-align: left;
}

.document a.cover-link .document-name {
  margin: 0.5rem 0;
  font-size: 1.25rem;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.document a.cover-link .document-name:after {
  content: "";
  margin-top: 5px;
  display: block;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #f5f5f6;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.document a.cover-link p.small {
  opacity: 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.document a.cover-link:hover .document-name {
  color: #4c6085;
}

.document a.cover-link:hover .document-name:after {
  width: 100%;
  background-color: #13c4a3;
}

.document a.cover-link:hover p.small {
  opacity: 1;
}

.document figure.cover {
  -webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3);
}

.document figure.cover img {
  width: 100%;
}

.contact-card {
  padding: 4rem 2rem 2rem 2rem;
  min-height: 260px;
  background-color: #fafafb;
  border: 2px solid #eceeef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-image: url(../images/adb_symbol_bg.svg);
  background-repeat: no-repeat;
  background-position: 200% 50%;
  background-size: 80% auto;
  margin: 0 0 2rem 0;
}

.contact-card h3 {
  margin: 0 0 0rem 0;
}

.contact-card p {
  margin: 0 0 2rem 0;
}

.adb-symbol {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  background-image: url(../images/adb_symbol.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 50%;
}

.figure-block {
  text-align: center;
}

.figure-block img {
  margin: 1rem auto;
}

.figure-block.side-figure img {
  margin: 2rem auto;
}

figure.figure-center img {
  margin: 1rem auto;
  width: 100%;
}

#slideshow {
  position: relative;
}

#slideshow>div {
  position: absolute;
  top: 0;
  width: 100%;
}

.chart-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 600px;
}

.details.sky-bg {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      to(#b1d9c9));
  background-image: -webkit-linear-gradient(top, #ffffff, #b1d9c9);
  background-image: -moz-linear-gradient(top, #ffffff, #b1d9c9);
  background-image: -ms-linear-gradient(top, #ffffff, #b1d9c9);
  background-image: -o-linear-gradient(top, #ffffff, #b1d9c9);
  background-image: linear-gradient(top, #ffffff, #b1d9c9);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#FFFFFF', end-colourStr='#b1d9c9');
}

.details.sky-bg p.lead {
  font-weight: 400;
}

.details.sky-bg p.lead b {
  color: #13c4a3;
}

section#location-section .details {
  padding-bottom: 0;
}

.location-demo-bg {
  position: relative;
  overflow: hidden;
  /* Rectangle 318: */
  min-height: 400px;
}

.location-demo-bg .location-states {
  text-align: center;
  padding-top: 2rem;
}

.location-demo-bg .location-states .location-state {
  background-color: rgba(76, 96, 133, 0.9);
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0.25rem 1rem;
  font-size: 0.9rem;
  margin: 0 0.5rem;
  color: #ffffff;
}

.location-demo-bg .location-states .location-state.inside {
  background-color: rgba(253, 195, 100, 0.9);
}

.location-demo-bg .location-states .location-state.nearby {
  background-color: rgba(19, 196, 163, 0.9);
}

.location-demo-bg .location-states .location-state.passed-by {
  background-color: rgba(76, 96, 133, 0.9);
}

.street-buildings {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 400px;
  background-image: url(../images/street_buildings.png);
  background-size: auto 258px;
  background-repeat: no-repeat;
  background-position: center 102%;
}

.street-buildings-static {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 400px;
  background-image: url(../images/street_buildings_static_lg.png);
  background-size: auto 258px;
  background-repeat: no-repeat;
  background-position: center 102%;
}

.street-shop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 400px;
  background-image: url(../images/shop.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: auto 180px;
  z-index: 300;
}

.street-shop.activate {
  animation: activate 27s infinite linear;
}

.circle-1 {
  width: 220px;
  height: 220px;
  position: absolute;
  top: auto;
  right: 50%;
  bottom: -40px;
  left: 50%;
  border-radius: 400px;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  -ms-border-radius: 400px;
  -o-border-radius: 400px;
  transform: translateX(-50%);
  animation: insideCircle 50s infinite linear;
}

.circle-2 {
  width: 360px;
  height: 360px;
  position: absolute;
  top: auto;
  right: 50%;
  bottom: -120px;
  left: 50%;
  border-radius: 400px;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  -ms-border-radius: 400px;
  -o-border-radius: 400px;
  transform: translateX(-50%);
  animation: nearbyCircle 50s infinite linear;
}

.clouds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 400px;
  background-image: url(../images/clouds.svg);
  background-repeat: no-repeat;
  background-position: 0 30%;
  background-size: 200% auto;
  animation: move 50s infinite linear;
}

.clouds.static {
  animation: none;
  background-repeat: repeat-x;
  background-size: 150% auto;
  background-position: 50% 30%;
}

.stickman {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -4px;
  left: 0;
  min-height: 400px;
  background-image: url(../images/stickman2.gif);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  animation: walk 27s infinite linear;
}

.stickman-2 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -4px;
  left: 0;
  min-height: 400px;
  background-image: url(../images/stickman2.gif);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 25% 100%;
  transform: rotateY(180deg);
  animation: walkLeft 20s infinite linear;
  z-index: 310;
}

.stickman-3 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 40px;
  background-image: url(../images/stickman2.gif);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 25% 100%;
  transform: rotateY(0deg);
  animation: walking 50s infinite linear;
}

.state-wrapper {
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.state-label {
  display: block;
  position: absolute;
  bottom: 0px;
  white-space: nowrap;
  word-wrap: nowrap;
  font-size: 0.9rem;
  color: #ffffff;
  width: 100px;
  height: 30px;
  transform: translateX(-35px);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  z-index: 330;
  animation: labelMove 50s infinite linear;
}

.state-label>div {
  display: block;
  width: 100%;
  text-align: center;
  padding: 4px 12px;
  position: absolute;
  top: 0;
}

.state-label .nearby {
  background-color: #13c4a3;
  animation: nearbyLabel 50s infinite linear;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.state-label .inside {
  background-color: #fdc364;
  animation: insideLabel 50s infinite linear;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.state-label .passed-by {
  background-color: #4c6085;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  animation: passedbyLabel 50s infinite linear;
}

@keyframes move {
  from {
    background-position: 0% 30%;
  }

  to {
    background-position: 100% 30%;
  }
}

@keyframes walk {
  0% {
    background-position: 0% 100%;
  }

  33% {
    background-position: 51% 100%;
  }

  66% {
    background-position: 51% 100%;
  }

  100% {
    background-position: 100% 100%;
  }
}

@keyframes walking {
  0% {
    transform: rotateY(0deg);
    left: -5%;
    z-index: 310;
  }

  40% {
    transform: rotateY(0deg);
    left: 105%;
    z-index: 310;
  }

  41% {
    transform: rotateY(180deg);
    left: 105%;
    z-index: 310;
  }

  42% {
    transform: rotateY(180deg);
    left: 105%;
    z-index: 290;
  }

  62% {
    transform: rotateY(180deg);
    left: 50%;
    z-index: 290;
  }

  80% {
    transform: rotateY(180deg);
    left: 50%;
    z-index: 290;
  }

  100% {
    transform: rotateY(180deg);
    left: -5%;
    z-index: 290;
  }
}

@keyframes labelMove {
  0% {
    left: -5%;
  }

  40% {
    left: 105%;
  }

  41% {
    left: 105%;
  }

  42% {
    left: 105%;
  }

  62% {
    left: 49%;
  }

  80% {
    left: 49%;
  }

  100% {
    left: -5%;
  }
}

@keyframes activate {
  33% {
    transform: scale(1);
    transform-origin: bottom center;
  }

  34% {
    transform: scale(1.05);
    transform-origin: bottom center;
  }

  35% {
    transform: scale(1);
    transform-origin: bottom center;
  }
}

@keyframes walkLeft {
  0% {
    background-position: 0% 100%;
  }

  100% {
    background-position: 100% 100%;
  }
}

@keyframes inside {
  0% {
    opacity: 0.1;
    top: 40%;
  }

  34% {
    opacity: 0.1;
    top: 35%;
  }

  35% {
    opacity: 1;
    top: 40%;
  }

  70% {
    opacity: 1;
    top: 40%;
  }

  71% {
    opacity: 0.1;
    top: 45%;
  }

  100% {
    opacity: 0.1;
    top: 40%;
  }
}

@keyframes nearbyLabel {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  57% {
    opacity: 0;
  }

  58% {
    opacity: 1;
  }

  65% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  82% {
    opacity: 0;
  }

  83% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  86% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes passedbyLabel {
  0% {
    opacity: 0;
  }

  24% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  35% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  41% {
    opacity: 0;
  }

  59% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes insideLabel {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  16% {
    opacity: 0;
  }

  24% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  66% {
    opacity: 1;
  }

  82% {
    opacity: 1;
  }

  83% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes nearbyCircle {
  0% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  15% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  16% {
    background-color: #13c4a3;
    opacity: 0.6;
  }

  24% {
    background-color: #13c4a3;
    opacity: 0.6;
  }

  25% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  40% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  57% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  58% {
    background-color: #13c4a3;
    opacity: 0.6;
  }

  65% {
    background-color: #13c4a3;
    opacity: 0.6;
  }

  66% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  80% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  82% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  83% {
    background-color: #13c4a3;
    opacity: 0.6;
  }

  85% {
    background-color: #13c4a3;
    opacity: 0.6;
  }

  86% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  100% {
    background-color: #ffffff;
    opacity: 0.3;
  }
}

@keyframes insideCircle {
  0% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  15% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  16% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  24% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  25% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  40% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  65% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  66% {
    background-color: #fdc364;
    opacity: 0.6;
  }

  82% {
    background-color: #fdc364;
    opacity: 0.6;
  }

  83% {
    background-color: #ffffff;
    opacity: 0.3;
  }

  100% {
    background-color: #ffffff;
    opacity: 0.3;
  }
}

@keyframes passed-by {
  0% {
    opacity: 0.1;
    top: 40%;
  }

  55% {
    opacity: 0.1;
    top: 35%;
  }

  56% {
    opacity: 1;
    top: 40%;
  }

  70% {
    opacity: 1;
    top: 40%;
  }

  71% {
    opacity: 0.1;
    top: 45%;
  }

  100% {
    opacity: 0.1;
    top: 40%;
  }
}

.hero-header {
  background-color: #ffffff;
  height: 650px;
  position: relative;
  width: 100%;
  top: 0;
}

.hero-header .header-content {
  text-transform: uppercase;
}

.hero-header .hero-bg1 {
  position: absolute;
  width: 100%;
  top: 0;
  background-image: url(../images/Cytrine-Home.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  min-height: 900px;
  opacity: 1;
  transform: scaleX(-1);
}

.hero-header .hero-bg1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(35deg,
      rgba(94, 92, 146, 0.3) 0%,
      rgba(130, 4, 255, 0.3) 64%,
      rgba(193, 15, 255, 0.3) 98%);
  opacity: 1.5;
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 1480px) {
  .hero-header .hero-bg1 {
    background-size: 100% auto;
  }
}

.hero-header .bottom-shape {
  position: absolute;
  width: 100%;
  bottom: -1px;
  /* background-image: url(../images/header_bottom_shape.svg); */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 110% auto;
  min-height: 450px;
  opacity: 1;
}

.hero-header .phone-illustration {
  position: absolute;
  width: 100%;
  bottom: 0px;
  /* background-image: url(../images/phone.svg); */
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 450px;
  opacity: 1;
}

/* .hero-header .phone-illustration.adb { */
/* background-image: url(../images/phone_adb_logo.svg);  */
/* } */
.hero-header .details {
  width: 100%;
  position: absolute;
  top: 0;
  background-color: transparent;
  z-index: 1600;
}

.landing-page .light-header {
  height: auto;
  padding-bottom: 3rem;
}

.light-header {
  position: relative;
  height: 600px;
  background: #fafbfb;
  background: -moz-linear-gradient(-45deg, #fafbfb 0%, #e5ecf3 100%);
  background: -webkit-gradient(left top,
      right bottom,
      color-stop(0%, #fafbfb),
      color-stop(100%, #e5ecf3));
  background: -webkit-linear-gradient(-45deg, #fafbfb 0%, #e5ecf3 100%);
  background: -o-linear-gradient(-45deg, #fafbfb 0%, #e5ecf3 100%);
  background: -ms-linear-gradient(-45deg, #fafbfb 0%, #e5ecf3 100%);
  background: linear-gradient(135deg, #fafbfb 0%, #e5ecf3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafbfb', endColorstr='#e5ecf3', GradientType=1);
}

.light-header.compact {
  height: 24rem;
}

.sidebar-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #788994;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.recent-news {
  list-style: none;
  padding: 0;
}

.recent-news>li {
  padding: 1rem 0;
  border-top: 2px solid rgba(76, 96, 133, 0.1);
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.recent-news>li .date {
  display: block;
  font-size: 0.9rem;
  margin: 0.5rem 0;
  font-weight: 400;
  color: rgba(120, 137, 148, 0.5);
  text-transform: uppercase;
}

.person {
  text-align: center;
}

.person .photo {
  position: relative;
  max-width: 300px;
  min-height: 350px;
  margin: 0 auto;
  padding: 1rem 0;
}

.person .photo img {
  /* mask-image: url(../images/pin_mask.svg);
      -webkit-mask-image: url(../images/pin_mask.svg);
      -webkit-mask-size: 100% 100%; */
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@-moz-document url-prefix() {
  .person .photo img {
    border-radius: 400px;
  }
}

.person .photo img:hover {
  opacity: 1;
}

.person h2 {
  margin-bottom: 1.5rem;
}

.person .title {
  font-weight: 400;
  display: block;
  font-size: 0.75em;
  line-height: 1.5em;
  text-transform: uppercase;
  color: rgba(120, 137, 148, 0.5);
}

.person .social {
  display: block;
  width: 100%;
  margin-top: 1rem;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.person .social a {
  cursor: pointer;
  display: inline-block;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background-color: rgba(76, 96, 133, 0.2);
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.person .social a:hover {
  background-color: #13c4a3;
  color: #ffffff;
}

.circle-icon {
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 2rem auto;
  padding: 30px 0;
  border: 2px solid rgba(76, 96, 133, 0.1);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #13c4a3;
}

.circle-icon .fa {
  font-size: 40px;
}

.blog-feed article,
.blog-feed .article {
  background-color: #ffffff;
}

.archive-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.archive-list>li a {
  padding: 1rem 0rem;
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
  color: rgba(120, 137, 148, 0.5);
  border-bottom: 1px solid rgba(76, 96, 133, 0.1);
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.archive-list>li a:hover {
  color: #13c4a3;
  padding-left: 1rem;
  border-bottom: 1px solid #13c4a3;
}

article,
.article {
  padding: 4rem 0;
}

article p,
.article p {
  font-size: 1.2em;
  margin: 1rem 0rem;
}

article.blog-article p,
.article.blog-article p {
  margin: 1rem 2.5rem;
}

article figure img,
.article figure img {
  margin: 2.5rem auto;
  width: 100%;
}

.postmeta .tags {
  list-style: none;
  padding: 0;
}

.postmeta .tags>li {
  display: inline;
}

.postmeta .tags>li a {
  display: inline-block;
  padding: 0.25rem 1rem;
  margin: 0 0.25rem 0.35rem 0;
  font-size: 0.9em;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  background-color: #f5f5f6;
  color: rgba(120, 137, 148, 0.6);
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.postmeta .tags>li a:hover {
  background-color: #13c4a3;
  color: #ffffff;
}

.timeline-title {
  margin-bottom: 2rem;
}

article a,
.article a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

article a:hover .article-line,
.article a:hover .article-line {
  width: 21rem;
  height: 2px;
  background-color: #0e967c;
  margin: 1rem 0 1.5rem 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

article a .article-line,
.article a .article-line {
  width: 7rem;
  height: 2px;
  background-color: #13c4a3;
  margin: 1rem 0 1.5rem 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

article .post-footer ul,
.article .post-footer ul {
  list-style: none;
  padding: 0;
}

article .post-footer ul li,
.article .post-footer ul li {
  color: rgba(120, 137, 148, 0.5);
}

aside .timeline {
  background-position: 9px top;
}

.timeline {
  background-image: url(../images/vertical_line.svg);
  background-repeat: repeat-y;
  background-position: 11px top;
}

.timeline ul.side-timeline {
  padding: 0;
  margin: 0;
  list-style: none;
}

.timeline ul.side-timeline>li {
  background-image: url(../images/circle.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 20px;
  padding: 0 0 0 40px;
}

.timeline ul.side-timeline>li a {
  display: block;
  color: #13c4a3;
  line-height: 1.4rem;
  padding: 0.5rem 0 2rem 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.timeline ul.side-timeline>li a:hover {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #4c6085;
}

.timeline ul.side-timeline>li .date {
  font-size: 0.9em;
  color: rgba(120, 137, 148, 0.7);
}

.timeline article,
.timeline .article {
  margin-bottom: 3rem;
}

.timeline article .postmetadata,
.timeline .article .postmetadata {
  color: rgba(120, 137, 148, 0.5);
}

.timeline article .postmetadata .fa,
.timeline .article .postmetadata .fa {
  margin-right: 0.5rem;
}

.timeline article,
.timeline .article {
  padding: 0 80px;
  margin-bottom: 4rem;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: url(../images/circle.svg);
  background-repeat: no-repeat;
}

.timeline article a h3,
.timeline .article a h3 {
  color: rgb(6, 0, 151);
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.timeline article:hover,
.timeline .article:hover {
  padding: 0 70px 0 90px;
}

.timeline article:hover h3,
.timeline .article:hover h3 {
  color: rgb(193, 15, 255);
}

.timeline article ul.postmetadata,
.timeline .article ul.postmetadata {
  font-size: 0.9em;
  /* display: inline-block; */
  margin-left: -40px;
}

.timeline article ul.postmetadata .date,
.timeline .article ul.postmetadata .date {
  padding: 0.15rem 1rem;
  border: 2px solid #f5f5f6;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wrapper {
  width: 100%;
}

.photo-bg {
  position: relative;
  text-align: center;
  background-color: #fff;
}

.photo-bg .details {
  background-color: transparent;
  padding: 3rem 0;
}

.page-404 {
  height: 100%;
  padding-bottom: 10rem;
  background-color: #ffffff;
  background-image: url(../images/header_bottom_shape.svg);
  background-repeat: no-repeat;
  background-size: 110% auto;
  background-position: 50% 101%;
}

.error-content {
  padding: 4rem 0 1rem 0;
  word-wrap: nowrap;
  white-space: nowrap;
  text-align: center;
  font-size: 8rem;
  line-height: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(76, 96, 133, 0.2);
}

.error-content .error-text {
  font-size: 1.5rem;
}

.header-404 {
  padding: 5rem 0 3rem 0;
  text-align: center;
}

.header-404 h1 {
  text-transform: uppercase;
  color: #ffcd57;
}

.header-404 h1 b {
  color: #ffcd57;
}

.default-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url(../images/Cytrine-Home.jpg);
  background-blend-mode: lighten;
  background-color: #4c6085;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-position: 50% 50%;
  opacity: 0.25;
}

@media (min-width: 834px) {
  .default-photo {
    background-size: 100% auto;
  }
}

.page-header {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: #4c6085;
  background: -moz-radial-gradient(center,
      ellipse cover,
      #4c6085 0%,
      #374c72 100%);
  background: -webkit-gradient(radial,
      center center,
      0px,
      center center,
      100%,
      color-stop(0%, #4c6085),
      color-stop(100%, #374c72));
  background: -webkit-radial-gradient(center,
      ellipse cover,
      #4c6085 0%,
      #374c72 100%);
  background: -o-radial-gradient(center,
      ellipse cover,
      #4c6085 0%,
      #374c72 100%);
  background: -ms-radial-gradient(center,
      ellipse cover,
      #4c6085 0%,
      #374c72 100%);
  background: radial-gradient(ellipse at center, #4c6085 0%, #374c72 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c6085', endColorstr='#374c72', GradientType=1);
}

.page-header.dark {
  color: #ffffff;
}

.page-header.dark .header-content h1 {
  color: #ffffff;
}

.page-header.translator {
  min-height: 270px;
}

.page-header.translator .header-content {
  padding: 2rem 0;
}

.page-header .details {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 40;
}

.page-header .blog-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  background-image: url(../images/blog_bg.jpg);
  background-blend-mode: lighten;
  background-color: #4c6085;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  opacity: 0.25;
}

@media (min-width: 1440px) {
  .page-header .blog-photo {
    background-size: 100% auto;
  }
}

.page-header .our-story-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url(../images/team_banner.jpg);
  background-blend-mode: lighten;
  background-color: #4c6085;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  opacity: 0.25;
}

@media (min-width: 834px) {
  .page-header .our-story-photo {
    background-size: 100% auto;
  }
}

.page-header .developers-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(35deg,
      rgba(94, 92, 146, 0.3) 0%,
      rgba(130, 4, 255, 0.3) 64%,
      rgba(193, 15, 255, 0.3) 98%),
    url(../images/advertisers_bg.jpg);
  /* background-image: url(../images/advertisers_bg.jpg); */
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  opacity: 0.25;
}

@media (min-width: 1440px) {
  .page-header .developers-photo {
    background-size: 100% auto;
  }
}

.page-header .advertisers-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: linear-gradient(35deg,
      rgba(94, 92, 146, 0.3) 0%,
      rgba(130, 4, 255, 0.3) 64%,
      rgba(193, 15, 255, 0.3) 98%),
    url(../images/developers_bg.jpg);
  /* background-image: url(../images/developers_bg.jpg ); */
  background-blend-mode: lighten;
  /* background-color: #4C6085; */
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  opacity: 0.25;
}

@media (min-width: 1440px) {
  .page-header .advertisers-photo {
    background-size: 100% auto;
  }
}

.made-by {
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(76, 96, 133, 0.5);
}

.made-by img {
  opacity: 0.5;
  margin: 0.2rem;
}

.st-menu {
  background: #f5f5f6;
}

footer,
.footer {
  background-color: rgb(6, 0, 151);
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  text-align: center;
}

.social-links>li {
  display: inline-block;
  margin: 0 0.5rem;
}

.social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-color: rgba(245, 245, 246, 0.2);
  line-height: 30px;
  color: #ffcd57;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.social-links a:hover {
  color: #ffffff;
  background-color: #ffcd57;
}

/* 768px and up */
@media (min-width: 768px) {
  .person {
    text-align: left;
  }

  figure.figure-center {
    text-align: center;
  }

  figure.figure-center img {
    width: 80%;
    margin: 1rem auto;
  }

  .error-content {
    padding: 10rem 0 1rem 0;
    word-wrap: nowrap;
    white-space: nowrap;
    text-align: center;
    font-size: 10rem;
    line-height: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(76, 96, 133, 0.2);
  }

  .error-content .error-text {
    font-size: 2rem;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  figure.full-width {
    background-size: auto 90%;
  }

  figure.figure-center {
    text-align: center;
  }

  figure.figure-center img {
    width: 90%;
    margin: 1rem auto;
  }

  .hero-header .header-content h1 {
    font-size: 3.4rem;
  }
}

.navbar {
  padding: 1rem 1rem;
}

.navbar-brand {
  font-size: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/cytrine-logo-dark.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.navbar-brand.brand-inverse {
  background-image: url(../images/cytrine-logo-light.svg);
}

.navbar-brand.mcl {
  background-image: url(../images/adb_logo_dark_mcl.svg);
  width: 34px;
}

.navbar-brand.mcl.brand-inverse {
  background-image: url(../images/adb_logo_light_mcl.svg);
}

.navbar {
  z-index: 1200;
}

.navbar.navbar-fixed {
  position: fixed;
  background-color: rgb(6, 0, 151);
  /* background-color: rgba(18, 57, 76, 0.9); */
  top: 0px;
  z-index: 2000;
  width: 100%;
  transition: slideInTop 0.2s ease-in-out;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.navbar.navbar-fixed .navbar-brand {
  background-image: url(../images/cytrine-logo-light.svg);
}

.navbar.navbar-fixed .navbar-brand.mcl {
  background-image: url(../images/adb_logo_light_mcl.svg);
}

.navbar.navbar-fixed .navbar-nav a {
  color: #ffffff;
}

.dropdown-menu {
  background-color: rgb(6, 0, 151);
  border: 1px solid rgb(6, 0, 151);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.dropdown-menu a.dropdown-item {
  color: #f5f5f6;
}

.dropdown-menu a.dropdown-item:hover {
  color: #ffcd57;
  background-color: transparent;
}

.page-navbar {
  position: absolute;
  padding: 0;
  bottom: 0;
  width: 100%;
  z-index: 40;
  text-align: center;
  background-color: rgba(39, 49, 68, 0.6);
}

.page-navbar ul {
  margin: 0;
}

.page-navbar ul>li a,
.page-navbar ul>li a:active {
  color: rgba(255, 255, 255, 0.5);
  padding: 0.75rem 1.25rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-navbar ul>li a:hover,
.page-navbar ul>li a:active:hover {
  color: white;
  text-decoration: none;
}

.dark .navbar-nav a {
  color: #ffffff;
  font-weight: 400;
}

.dark .navbar-nav a a.dropdown-item {
  color: #f5f5f6;
}

.dark .navbar-nav a a.dropdown-item:hover {
  color: #13c4a3;
  background-color: transparent;
}

.navbar-nav a {
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.navbar-nav .nav-item.nav-item {
  margin-left: 70px;
}

.st-menu {
  background-color: #f5f5f6;
  overflow: scroll;
}

.sidebar-list {
  list-style: none;
  padding: 0;
}

.sidebar-list .nav-header {
  display: block;
  padding: 1.5rem 1rem 0.25rem 2rem;
  border-bottom: 2px solid rgba(76, 96, 133, 0.1);
  color: rgba(120, 137, 148, 0.4);
  font-size: 1.5rem;
}

.sidebar-list li>a {
  display: block;
  color: #4c6085;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sidebar-list li>a:hover {
  background-color: #ffcd57;
  color: #f5f5f6;
}


.sidebar-list li>ul {
  list-style: none;
  padding: 0;
}

.sidebar-list li>ul li a {
  padding-left: 2rem;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-brand {
    width: 200px;
  }

  .navbar-brand.mcl {
    width: 200px;
  }
}

.btn,
a.btn {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  outline: none;
  padding: 0.5rem 1.5rem;
}

.btn:focus,
.btn:active,
a.btn:focus,
a.btn:active {
  outline: none;
}

.btn .fa,
a.btn .fa {
  margin: 0 8px 0 0;
}

.btn.btn-primary,
a.btn.btn-primary {
  color: rgb(6, 0, 151);
  background-color: #ffcd57;
  border-color: #ffcd57;
}

.btn.btn-default,
a.btn.btn-default {
  background-color: transparent;
  border: 2px solid #f5f5f6;
  color: #f5f5f6;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn.btn-default:hover,
a.btn.btn-default:hover {
  background-color: #f5f5f6;
  color: #4c6085;
}

.btn.btn-secondary,
a.btn.btn-secondary {
  border: 2px solid rgba(120, 137, 148, 0.2);
  color: #788994;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  background-color: #f5f5f6;
}

.btn.btn-lg,
a.btn.btn-lg {
  padding: 0.75rem 2rem;
}

.form-control {
  border: 2px solid rgba(76, 96, 133, 0.1);
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-control:focus {
  border-color: #ffcd57;
}

select.form-control {
  height: 55px;
  line-height: 55px;
  color: #788994;
}

.user-type .radio {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.dark-gradient .form-control {
  border: 2px solid rgba(245, 245, 246, 0);
  background-color: rgba(18, 57, 76, 0.5);
  border-radius: 40px;
  color: white;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dark-gradient .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.dark-gradient .form-control:focus {
  border-color: #13c4a3;
  border: 2px solid #f5f5f6;
}

.modal-content {
  border: none;
}

.modal-content .modal-header {
  text-align: center;
  border: none;
}

.modal-content .modal-footer {
  border: none;
}

.modal-content .modal-footer .btn {
  margin-bottom: 1rem;
}

.round-table {
  border-radius: 10px;
  border: 2px solid #ebeef2;
}

.round-table .table {
  margin-bottom: 0;
}

.round-table .table thead th {
  border-top: none;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: middle;
  border-top: 1px solid #ebeef2;
}

.table td.table-label {
  color: rgba(120, 137, 148, 0.4);
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 500;
  text-align: right;
}

.table thead th {
  color: #4c6085;
  text-transform: uppercase;
  vertical-align: bottom;
  border-bottom: 2px solid #ebeef2;
}

.table tbody+tbody {
  border-top: 2px solid #ebeef2;
}

.table .table {
  background-color: #fff;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ebeef2;
}

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

.table-rounded thead th:first-of-type {
  border-top-left-radius: 10px;
}

.table-rounded thead th:last-of-type {
  border-top-right-radius: 10px;
}

#textBlock1 {
  opacity: 1;
}

.slide1 {
  -webkit-animation-name: slideInOut;
  animation-name: slideInOut;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2s;
  /* Chrome, Safari, Opera */
  animation-delay: 2s;
}

@-webkit-keyframes slideInOut {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  25% {
    opacity: 1;
    transform: translateY(0px);
  }

  50% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}

.reveal {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.11, 0.19, 0.99);
  animation-timing-function: cubic-bezier(0.53, 0.11, 0.19, 0.99);
}

.slideIn1 {
  -webkit-animation-name: slideIn1;
  animation-name: slideIn1;
  transform-origin: right bottom;
}

@-webkit-keyframes fadeInLight {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 0.25;
    transform: translateY(0px);
  }
}

@keyframes fadeInLight {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 0.25;
    transform: translateY(0px);
  }
}

.fadeInLight {
  -webkit-animation-name: fadeInLight;
  animation-name: fadeInLight;
}

@-webkit-keyframes fadeInShortLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInShortLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInShortLeft {
  -webkit-animation-name: fadeInShortLeft;
  animation-name: fadeInShortLeft;
}

@-webkit-keyframes slide1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slide1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.slideIn2 {
  -webkit-animation-name: slideIn2;
  animation-name: slideIn2;
  transform-origin: right top;
}

.navbarSlideIn {
  -webkit-animation-name: navbarSlideIn;
  animation-name: navbarSlideIn;
}

.fadeInDownSm {
  -webkit-animation-name: fadeInDownSm;
  animation-name: fadeInDownSm;
}

.zoomInBig {
  -webkit-animation-name: zoomInBig;
  animation-name: zoomInBig;
}

.point {
  -webkit-animation-name: point;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.19, 0.8, 0.4, 0.96);
  animation-name: point;
  animation-duration: 5s;
  transform-origin: right top;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-name: point;
  animation-duration: 1s;
}

@-webkit-keyframes slideIn1 {
  0% {
    -webkit-transform: translate(100px, 100px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes slideIn2 {
  0% {
    -webkit-transform: translate(100px, -100px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes navbarSlideIn {
  0% {
    -webkit-transform: translate(0px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 72px);
  }
}

@-webkit-keyframes zoomInBig {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(10, 10);
    opacity: 0;
  }
}

@-webkit-keyframes fadeInDownSm {
  0% {
    -webkit-transform: translate(0px, -40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
  }
}

@-webkit-keyframes point {

  0%,
  100% {
    -webkit-transform: translateY(0);
  }

  90% {
    -webkit-transform: translateY(-20px);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.9rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #d70206;
}

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
  fill: #d70206;
}

.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
  fill: #f05b4f;
}

.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}

.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
  fill: #f4c63d;
}

.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #d17905;
}

.ct-series-d .ct-slice-pie,
.ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}

.ct-series-e .ct-slice-pie,
.ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #59922b;
}

.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}

.ct-series-g .ct-slice-pie,
.ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

.ct-series-h .ct-slice-pie,
.ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie,
.ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-slice-pie,
.ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie,
.ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-slice-pie,
.ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-slice-pie,
.ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-slice-pie,
.ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-slice-pie,
.ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

.ct-square:after {
  content: "";
  display: table;
  clear: both;
}

.ct-square>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-second>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}

.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-second>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}

.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-third>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-third>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fourth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}

.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fifth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-sixth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}

.ct-golden-section>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-sixth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-seventh>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}

.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-seventh>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-octave>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-tenth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-eleventh>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}

.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-twelfth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-double-octave>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-chart {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  z-index: 1999;
}

.ct-chart-lines {
  position: absolute;
  width: 100%;
  height: 450px;
  bottom: 0;
}

.ct-chart .ct-tooltip {
  position: absolute;
  display: inline-block;
  min-width: 5em;
  padding: 0.5em;
  font-size: 0.9rem;
  background: #ffcd57;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #ffcd57;
  font-weight: 400;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.ct-chart .ct-tooltip:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-left: -10px;
  border-top: 10px solid #ffcd57;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.ct-series-a .ct-line {
  stroke: #13c4a3;
  stroke-width: 2;
}

.ct-series-a .ct-area {
  fill: #13c4a3;
  fill-opacity: 0.1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ct-series-a .ct-area:hover {
  fill-opacity: 0.2;
}

.ct-series-a .ct-point {
  stroke: #13c4a3;
}

.ct-series-a .ct-text {
  color: #ed686d;
  font-size: 2rem;
  font-weight: 300;
}

.ct-series-b .ct-line {
  stroke: #ed686d;
  stroke-width: 2;
}

.ct-series-b .ct-area {
  fill: #ed686d;
  fill-opacity: 0.1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ct-series-b .ct-area:hover {
  fill-opacity: 0.2;
}

.ct-series-b .ct-point {
  stroke: #ed686d;
}

.ct-series-b .ct-text {
  color: #ed686d;
  font-size: 2rem;
  font-weight: 300;
}

.ct-series-c .ct-line {
  stroke: #fdc364;
  stroke-width: 2;
}

.ct-series-c .ct-area {
  fill: #fdc364;
  fill-opacity: 0.1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ct-series-c .ct-area:hover {
  fill-opacity: 0.2;
}

.ct-series-c .ct-point {
  stroke: #fdc364;
}

.ct-series-c .ct-text {
  color: #fdc364;
  font-size: 2rem;
  font-weight: 300;
}

.ct-series-d .ct-line {
  stroke: #4c6085;
  stroke-width: 2;
}

.ct-series-d .ct-area {
  fill: #fff;
  fill-opacity: 1;
}

.ct-series-d .ct-point {
  stroke: #4c6085;
}

.ct-series-d .ct-text {
  color: #4c6085;
  font-size: 2rem;
  font-weight: 300;
}

.ct-series-a .ct-circle {
  r: 7;
  fill: #f5f5f6;
  stroke-width: 2;
  stroke: #ffcd57;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.ct-series-a .ct-circle:hover {
  fill: #13c4a3;
  r: 10;
}

.ct-series-a .ct-text {
  font-weight: 700;
}

.ct-series-a .ct-labeline {
  stroke: #ffcd57;
  stroke-width: 2;
}

.ct-labeline:first-of-type {
  stroke: black;
}

.ct-series-a .ct-point {
  stroke-width: 10;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.my-table {
  margin: 20px 0;
  width: 100%;
  border-collapse: collapse;
}

.my-table th,
.my-table td {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: left;
  color: rgb(6, 0, 151);
}

.my-table th {
  background-color: #f2f2f2;
}

.article1 {
  margin: 20px 0;
}

.row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.row1:before,
.row1:after {
  content: " ";
  display: table;
}

.row1:after {
  clear: both;
}

.col-md-naics {
  flex: 0 0 40%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .col-md-naics {
    flex: 0 0 100%;
  }

  .article1 {
    margin: 10px 0;
  }
}

.highlight1 {
  color: rgb(130, 4, 255);
  font-size: 40px;
}

.logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.logo-img {
  max-width: 250px;
  margin: 0 15px;
}

.col-md-12a {
  position: relative;
  min-height: 1px;
}

.row2 {
  display: block;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.row2:before,
.row2:after {
  content: " ";
  display: table;
}

.row2:after {
  clear: both;
}

.round-image {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 0;
}

.round-image-R {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 0;
}

.highlight1 .justify-text {
  text-align: justify;
  display: block;
  margin-top: 20px;
}

.custom-style .lead {
  font-size: 20px;
  color: rgb(130, 4, 255);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* Make sure it's on top of other elements */
}

.modal-details {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

.invisible {
  display: none;
}

.captcha-container {
  padding: 20px 0 20px 0;
}