*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}
footer, header, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #FFF;
  overflow-x: hidden;
  padding-top: 164px;
}
body.landing {
  padding-top: 108px;
}
@media (min-width: 768px) {
  body {
    padding-top: 155px;
    font-size: 17px;
  }
  body.landing {
    padding-top: 80px;
  }
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 20px;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
ul.styled {
  list-style: none;
}
ul.styled li::before {
  content: "\2022";
  color: #C4D600;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.styled li, ul.styled li + li {
  margin-bottom: 4px;
}
ul.styled li:last-child {
  margin-bottom: 0;
}
ol.ol-styled li::before {
  color:#830151;
  font-weight: 700;
}
ul li {
  margin-bottom: 5px;
}
ul ul,
ol ol {
  margin-top: 5px;
}
ul li ul li {
  list-style: disc;
}
b,
strong {
  font-weight: 700 !important;
}
small, .references {
  font-size: 15px;
}
a {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
a.text-underline {
  text-decoration: underline !important;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #000000;
}
.tickboxes label {
  font-weight: 400;
  color: #000000;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
button,
[type="button"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}
textarea {
  overflow: auto;
  resize: vertical;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "lexia", serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 34px;
}
h2, .h2 {
  font-size: 26px;
  margin-bottom: 25px;
}
h3, .h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 60px;
  }
  h2, .h2 {
    font-size: 38px;
  }
  h3, .h3 {
    font-size: 24px;
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
  .container-md {
    max-width: 900px;
    margin: 0 auto;
  }
  .container-sm {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutters-xs {
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters-xs > .col,
.no-gutters-xs > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.gutters-xl {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row.gutters-xl > .col,
.row.gutters-xl > [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.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-sm,
.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-md,
.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-lg {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .row, .no-gutters-xs {
    margin-right: -20px;
    margin-left: -20px;
  }
  .no-gutters-xs > .col,
  .no-gutters-xs > [class*="col-"],
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .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-sm,
  .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-md,
  .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-lg {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row.gutters-xl {
    margin-right: -50px;
    margin-left: -50px;
  }
  .row.gutters-xl > .col,
  .row.gutters-xl > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.btn {
  display: inline-block;
  font-family: 'lexia', serif;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0px;
  margin-bottom: 10px;
  text-decoration: none !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 992px) {
  .btn {
    padding: 10px 35px;
    font-size: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #FFF;
  background-color: #830051;
  border: 2px solid #830051;
}
.btn-primary:hover {
  color: #FFF;
  background-color: #830051;
  border: 2px solid #830051;
}
.btn-secondary {
  color: #FFF;
  background-color: #3F4444;
  border: 2px solid #3F4444;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #3F4444;
  border-color: #3F4444;
}
.btn-inverse {
  color: #830051;
  background-color: #FFF;
  border: 2px solid #FFF;
}
.btn-inverse:hover {
  color: #830051;
  background-color: #FFF;
  border: 2px solid #FFF;
}
.btn-enroll {
  color: #3F4444;
  background: #C4D600;
}
.btn-enroll:hover {
  color: #3F4444;
  background: #C4D600;
}
.btn-submit {
  width: 250px; 
  font-size: 18px;
  color: #FFF;
}
.register {
  background: #C4D600;
  color: #3F4444;
  border-radius: 50%;
  padding: 38px 15px;
  width: 100px;
  height: 100px;
  position: fixed;
  text-align: center;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.2s ease;
  font-family: "lexia", serif;
  font-weight: 700;
}
.register > a {
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
}
@media (max-width: 990px) {
  .nav-link.btn-enroll {
    min-width: auto;
    padding: 8px 10px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  background: #FFF;
  padding: 10px 0;
}
.nav-item {
  display: inline-block;
  padding: 5px 10px;
  color: #707070;
  line-height: 1.25;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .nav-item {
    padding: 0px 25px 0 0;
  }
  nav .nav-item:last-child {
    padding-right: 0;
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .nav-item {
    padding: 0 25px;
  }
  nav .nav-item:last-child {
    padding-right: 0;
    padding-left: 10px;
  }
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0 0 0;
  background: transparent;
  background: #FFF;
  box-shadow: 0 3px 6px rgb(0 0 0 / 24%);
}
.navbar a {
  text-decoration: none;
}
.navbar-expand-lg .navbar-nav .nav-link.btn {
  min-width: initial;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-weight: 700;
  margin: -15px 0 0 0;
  font-size: 16px;
  background: #C4D600;
  color: #3F4444;
}
.navbar-brand {
  display: inline-block;
  padding: 5px 10px 15px;
  line-height: inherit;
  white-space: nowrap;
  max-width: 250px;
}
.navbar-text {
  display: block;
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .navbar .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbar-text {
    display: inline-block;
    margin: 12px 0 0 0px;
    font-size: 20px;
  }
  .navbar-brand {
    padding: 20px 0;
  }
  .navbar {
    padding: 0px 0;
  }
  .navbar-text {
    margin: 20px 0 0 25px;
    font-size: 18px;
    line-height: 1.25;
  }
}
@media (min-width: 1100px) {
  .navbar-text {
    margin: 20px 0 0 25px;
    font-size: 20px;
  }
}
@media (min-width: 1230px) {
  .navbar-text {
    margin: 30px 0 0 25px;
    font-size: 18px;
  }
}
.navbar-brand-wrap img {
  padding-bottom: 0
}
.navbar-brand-wrap p {
  font-weight: 500;
  margin-bottom: 5px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 16px;
  height: 35px;
  display: inline-block;
}
@media (min-width: 992px) {
  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    height: auto;
  }
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-weight: 700;
  text-decoration: none !important;
  color: #707070;
  font-family: 'lexia', serif;
  font-weight: 500;
}
.navbar-nav .nav-link.active {
  padding-bottom: 3px;
  border-bottom: 3px solid #830151;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right:  0;
    padding-left: 0;
  }
  .navbar-expand-lg > .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-dismissible {
  padding-right: 4rem;
}
form .alert .close,
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 5px 15px;
  color: inherit;
  background: transparent;
  border: none;
  font-size: 25px;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.position-fixed {
  position: fixed !important;
  z-index: 9999;
  top: 0;
  width: 100%;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
@media (min-width: 992px) {
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
/**/
.sub-nav {
  border-top: 2px solid #D1D1D1;
  width: 100%;
  padding: 8px 0 5px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .sub-nav {
    padding: 27px 0 12px;
    margin-top: 0;
  }
}
section {
  padding: 35px 0;
}
.paddingOverlap {
  padding-bottom: 90px;
}
.paddingOverlap-top {
  padding-top: 70px;
}
.sectionOverlap {
  margin-top: -60px;
  margin-bottom: 35px;
}
.sectionOverlap-top {
  margin-bottom: -60px;
  position: relative;
  z-index: 99;
}
.sectionOverlap .light,
.sectionOverlap-top .light {
  padding: 35px 15px;
}
.lexia {
  font-family: "lexia", serif;
  font-weight: 500;
  font-size: 18px;
}
.pink {
  background: #830151;
  color: #FFF;
}
.pink a:not(.btn) {
  color: #FFF;
}
.pink-text {
  color: #830151;
}
.grey {
  background: #3F4444;
  color: #FFF;
}
.grey a:not(.btn) {
  color: #FFF;
}
.light {
  background: #F4F4F4;
}
.light .h2,
.light a:not(.btn) {
  color: #830151;;
}
.header {
  height: 200px;
  position: relative;
}
.header h1 {
  color: #FFF;
  position: absolute; 
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 15px;
}
@media (min-width: 992px) {
  section {
    padding: 65px 0;
  }
  .header {
    height: 535px;
  }
  .lexia {
    font-size: 22px;
  }
  .paddingOverlap {
    padding-bottom: 100px;
  }
  .paddingOverlap-top {
    padding-top: 100px;
  }
}
.header.about-header {
  background: url('/../img/ls-about.jpg') no-repeat center / cover;
}
.header.patients-header {
  background: url('/../img/ls-patients.jpg') no-repeat center / cover;
}
.header.healthcare-header {
  background: url('/../img/ls-healthcare.jpg') no-repeat center / cover;
}

.header.about-header-pr {
  background: url('/../img/pr-about-2.jpg') no-repeat center / cover;
}
.header.patients-header-pr {
  background: url('/../img/pr-patients.jpg') no-repeat center / cover;
}
.header.healthcare-header-pr {
  background: url('/../img/pr-healthcare.jpg') no-repeat center / cover;
}
.header .headerOverlay {
  background: rgba(0,0,0,.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mt50 {
  margin-top: 50px;
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt35 {
  margin-top: 35px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.down {
  margin-top: 35px;
  padding: 0px 15px;
  text-align: center;
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
.down img {
  width: 45px
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

.aboutIntro {
  max-width: 960px; 
  margin: 0 auto;
}
.informationBlockWrapper {
  margin-top: 35px;
  margin-bottom: 25px;
}
.informationBlock {
  padding: 25px 15px;
  border-radius: 15px;
  text-align: center;
  color: #FFF;
  position: relative;
  margin-bottom: 15px;
}
.informationBlock.patientBlock {
  background: rgb(42,13,202);
}
.informationBlock.healthcareBlock {
  background: rgb(20,145,249);
}
.informationBlock.eligibleBlock {
  background: #FFF;
  color: #000000;
  text-align: left;
  padding: 25px 15px;
  margin-top: 25px;
}
.informationBlock li {
  margin-bottom: 10px;
}
.informationBlock li ul {
  margin-top: 10px;
}
.informationBlock a {
  margin:  0 auto;
  min-width: 290px;
  width: 290px;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .informationBlockWrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .informationBlock {
    height: 100%;
    padding: 25px 25px 75px;
  }
  .informationBlock a {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
  }
  .informationBlock.eligibleBlock {
    padding: 25px;
    margin-top: 0;
  }
}
.lightBlock {
  background: #F0F0F0;
}
.btn-block {
  margin: 15px 0 25px 0;
}
.btn-block .btn {
  margin: 0 15px 15px;
  width: 280px;
  padding: 10px 20px;
}
.email, .emailpr {
  word-break: break-word;
  font-size: 16px;
}
.contact-block {
  margin: 10px auto 0px;
  text-align: center;
  font-size: 16px;
  max-width: 360px;
}
.icon {
  margin-bottom: 20px;
}
.contact-block a,
a.no-underline {
  text-decoration: none;
}
.greyBlock.greyBlock-first {
  padding: 25px 15px 15px;
}
.greyBlock {
  background: #F4F4F4;
  padding: 25px 15px 35px;
  position: relative;
  margin-bottom: 0;
}
.greyBlockWrap.landing {
  margin-top: -100px;
}
.greyBlockWrap.landing .greyBlock {
  height: 100%;
  padding: 0;
}
.greyBlockWrap.landing .greyBlock .greyBlockBody {
  padding: 15px 15px 5px;
  font-size: 15px;
}
.greyBlockWrap.landing .h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.greyBlockWrap.landing .btn {
  width: 100%;
  margin: 20px auto;
}
.greyBlock .btn {
  margin: 0 auto;
  width: 295px;
}
@media (min-width: 992px) {
  .btn-block {
    margin: 50px 0;
  }
  .btn-block .btn {
    margin: 0 25px;
  }
  .contact-block {
    margin: 35px auto 0;
  }
  .greyBlockWrap {
    margin-top: -100px;
    margin-bottom: 50px;
  }
  .greyBlock, .greyBlock.greyBlock-first {
    padding: 25px 25px 90px;
    height: 100%;
    margin-bottom: 0;
  }
  .greyBlock .btn {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
  }
  .greyBlockWrap.landing {
    margin-top: -130px;
  }
  .greyBlockWrap.landing .greyBlock .greyBlockBody {
    padding: 35px 35px 85px 35px;
    font-size: 17px;
  }
  .greyBlockWrap.landing .h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .greyBlockWrap.landing .btn {
    width: 275px;
    margin: 20px auto 0;
    padding: 10px 25px;
  }
}
.particpateBlock {
  margin-bottom: 35px;
}
.particpateBlock .pink {
  padding: 25px;
}
.faqs {
  margin-bottom: 35px;
}
.faq {
  margin: 25px 0;
  color: #333333;
  background: #F4F4F4;
  font-size: 16px;
  padding: 20px;
}
.faqs .h3 {
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 0;
  color: #830151;
  padding-right: 35px;
}
.faq .h3::after {
  content: "";
  width: 25px;
  height: 25px;
  transition: .3s all;
  background: transparent url(/../img/down.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.faq .h3.collapsed::after {
  transition: .3s all;
  transform: translateY(-50%) rotate(0deg);
}
.faq-body {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .particpateBlock .pink {
    padding: 50px 25px;
  }
  .faqs {
    margin-bottom: 50px;
  }
  .faq {
    margin: 20px 0;
    font-size: 17px;
    padding: 25px;
  }
  .faq .h3::after {
    width: 35px;
    height: 35px;
  }
  .particpateBlock {
    margin-bottom: 50px;
  }
}
#contact-request-form h2 {
  margin-bottom: 10px;
}
#contact-request-form .contact {
  margin-bottom: 35px;
}
#contact-request-form form {
  margin-top: 25px;
}
footer {
  padding: 35px 0 35px;
  font-size: 15px;
  background: #1B1B1B;
  color: #FFF;
}
@media (min-width: 768px) {
  footer {
    padding: 50px 0;
  }
}
footer .footerLinks {
  margin: 35px 0;
  font-family: "lexia", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
}
footer .footerLinks a {
  color: #FFF;
  text-decoration: none;
  margin: 0 25px 5px;
  display: block;
}
footer .copyright {
  margin: 25px 0 0;
}
@media (min-width: 992px) {
  footer .footerLinks a {
    margin: 0 25px 0px;
    display: inline-block;
  }
}
.cookies {
  position: fixed;
  z-index: 999;
  background: #f0f0f0;
  bottom: 25px;
  max-width: 535px;
  right: 25px;
  color: #333;
  padding: 15px 25px;
  border-radius: 15px;
  font-size: 15px;
}
.cookies a {
  color: #333;
  text-decoration: underline;
}
.cookies .close {
  color: #333;
  position: absolute;
  right: 7px;
  opacity: 1 !important;
  text-shadow: none;
  background: none;
  border: none;
  font-size: 25px;
  top: -3px;
}
@media (max-width: 767px) {
  .cookies {
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 15px;
  }
}
.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.panel {
  display: none;
  overflow: hidden;
  margin-bottom: 30px;
}
.has-float-label input,
.has-float-label textarea {
  padding-left: 15px;
  font-size: 16px;
}
.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 10px;
  top: -10px;
  cursor: text;
  font-size: 13px;
  opacity: 1;
  transition: all .2s;
  pointer-events: none;
  font-weight: 400;
  background: #FFF;
  padding: 0 5px;
}
.has-error .has-float-label label, .has-error .has-float-label > span {
  color: red;
}
.has-float-label label.when-label {
  left: 45px;
}
.has-float-label textarea::placeholder,
.has-float-label input::placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label textarea:placeholder-shown:not(:focus)::placeholder,
.has-float-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label textarea:placeholder-shown:not(:focus) + *,
.has-float-label input:placeholder-shown:not(:focus) + * {
  font-size: 14px;
  opacity: .8;
  top: 7px;
  left: 10px;
  font-weight: 400;
}
.has-float-label input,
.has-float-label input:focus {
  outline: none!important;
}

@media (min-width: 768px) {
  .has-float-label textarea:placeholder-shown:not(:focus) + *,
  .has-float-label input:placeholder-shown:not(:focus) + * {
    font-size: 15px;

  }
  .has-float-label input,
  .has-float-label textarea {
    padding-left: 13px;
    font-size: 15px;
  }
}
.form-group.days {
  margin-bottom: 15px;
}
.form-group.times {
  margin-bottom: 5px;
}
.hidden {
  display: none;
}
.cat label input {
  margin-right: 100px;
}
.cat{
  margin: 0px 10px 0px 0;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid #3F4444;
  color: #FFF;
  overflow: hidden;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: 'lexia', serif;
  font-weight: 500;
}
.cat label {
  float: left; 
  line-height: 2.0em;
  width: 60px; 
  height: 35px;
  margin-bottom: 0;
  cursor: pointer;
}
.days .cat label {
  width: 150px;
}
.times .cat label {
  width: 160px;
}
.cat label span {
  text-align: center;
  padding: 3px 0;
  display: block;
}
.cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
.cat label input + span{
  color: #3F4444;
}
.cat input:checked + span {
  color: #ffffff;
  background: #830151;
}
.eligibilityForm {
  margin-top: 30px;
}
.eligibilityForm .form-group {
  margin-bottom: 15px;
}
.eligibilityForm p {
  font-size: 16px;
  font-weight: 700;
  color: #830151;
}

@media (min-width: 992px) {
  .eligibilityForm p {
    font-size: 18px;
  }
}

#eligibilityConfirmed {
  background: #830151;
  color: #FFF;
  padding: 25px 0;
}
#eligibilityConfirmed svg {
  margin-bottom: 20px;
}

.eligibilityForm p.lsNote {
  margin-bottom: 15px;
  color: #3F4444;
  font-weight: 500;
  line-height: 1.25;
  font-size: 13px;
  margin-top: 5px;
}
.method radio {
  margin-bottom: 15px;
}

.permission {
  position: relative;
}

.permission label {
  display: block;
  position: relative;
  padding-left: 1.6rem;
  color: #830151;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.35;
}

.permission input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0.3rem;
}

@media (min-width: 992px) {
  .permission input[type="checkbox"] {
    top: 0.2rem;
  }
}

input[type="radio"] {
  margin-bottom: 20px;
}

.privacy {
  font-size: 15px;
  line-height: 1.35;
}
.privacy p.pink-text {
  margin-bottom: 5px;
}

.error-message {
  color: red;
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 0;
}

#eligible-intro {
  font-size: 15px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  #eligible-intro {
    font-size: 16px;
    line-height: 1.3;
  }
}

#progressWrapper {
  background: #fff;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 13px 0 17px;
}

#progressWrapper.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 13px 15px 17px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 14%);
}

@media (min-width: 992px) {
  #progressWrapper.is-fixed {
    padding: 25px 0 25px;

  }
}

#progressText {
  text-align: center;
  margin-bottom: 5px !important;
  font-weight: 600;
  font-size: 16px;
}

#progressText span.current {
  color: #830151;
  font-weight: bold;
}

#progressText span.total,
#progressText span.grey-text {
  color: #707070;
}

#progressText, #progressBar {
  max-width: 1240px;
  margin: 0 auto;
}


#progressBar {
  display: flex;
  gap: 1px;
  width: 100%;
  height: 10px;
  background: #EBE7EB;
  overflow: hidden;
}

#progressFill {
  display: flex;
  width: 100%;
}

#progressFill .brick {
  flex: 1;
  background: #EBE7EB;
  transition: background 0.3s ease;
  margin: 0 1px 0 0;
}
#progressFill .brick.active {
  background: #830151;
}





@media (min-width: 768px) {
  .eligibilityForm .form-group {
    margin-bottom: 25px;
  }
  .eligibilityForm p {
    font-size: 22px;
  }
  .days .cat label {
    width: 115px;
  }
  .cat label {
    height: 38px;
  }
  #eligibilityConfirmed {
    padding: 50px 0;
  }
}
.us-autocomplete-pro-menu {
  display: block !important;
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
}
.us-autocomplete-pro-example .us-autocomplete-pro-menu {
  overflow-y: scroll;
  max-height: 13em;
  color: #021769;
  position: absolute;
  text-align: left;
  width: inherit;
  z-index: 10;
  list-style: none;
  padding-left: 0px;
  cursor: pointer;
}
.us-autocomplete-pro-example .us-autocomplete-pro-menu li div {
  padding: .75em;
}
.us-autocomplete-pro-example .us-autocomplete-pro-menu b {
  color: #000;
}
.us-autocomplete-pro-example .us-autocomplete-pro-menu li div:hover {
  background: #f4f4f4;
}
.ui-state-active b,
.ui-widget-content .ui-state-active b,
.ui-widget-header .ui-state-active b,
a.ui-button:active b,
.ui-button:active b,
.ui-button.ui-state-active:hover b {
  color: #FFF;
}
.us-autocomplete-pro-example .us-autocomplete-pro-menu .ui-menu-item-wrapper {
  padding-left: 1em;
}