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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bootstrapped .offset-1 {
  margin-left: 8.33333%; }

.bootstrapped .offset-2 {
  margin-left: 16.66667%; }

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

.bootstrapped .offset-4 {
  margin-left: 33.33333%; }

.bootstrapped .offset-5 {
  margin-left: 41.66667%; }

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

.bootstrapped .offset-7 {
  margin-left: 58.33333%; }

.bootstrapped .offset-8 {
  margin-left: 66.66667%; }

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

.bootstrapped .offset-10 {
  margin-left: 83.33333%; }

.bootstrapped .offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .bootstrapped .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrapped .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrapped .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .bootstrapped .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .bootstrapped .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrapped .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .bootstrapped .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .bootstrapped .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrapped .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .bootstrapped .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .bootstrapped .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrapped .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .bootstrapped .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .bootstrapped .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrapped .order-sm-first {
    order: -1; }
  .bootstrapped .order-sm-last {
    order: 13; }
  .bootstrapped .order-sm-0 {
    order: 0; }
  .bootstrapped .order-sm-1 {
    order: 1; }
  .bootstrapped .order-sm-2 {
    order: 2; }
  .bootstrapped .order-sm-3 {
    order: 3; }
  .bootstrapped .order-sm-4 {
    order: 4; }
  .bootstrapped .order-sm-5 {
    order: 5; }
  .bootstrapped .order-sm-6 {
    order: 6; }
  .bootstrapped .order-sm-7 {
    order: 7; }
  .bootstrapped .order-sm-8 {
    order: 8; }
  .bootstrapped .order-sm-9 {
    order: 9; }
  .bootstrapped .order-sm-10 {
    order: 10; }
  .bootstrapped .order-sm-11 {
    order: 11; }
  .bootstrapped .order-sm-12 {
    order: 12; }
  .bootstrapped .offset-sm-0 {
    margin-left: 0; }
  .bootstrapped .offset-sm-1 {
    margin-left: 8.33333%; }
  .bootstrapped .offset-sm-2 {
    margin-left: 16.66667%; }
  .bootstrapped .offset-sm-3 {
    margin-left: 25%; }
  .bootstrapped .offset-sm-4 {
    margin-left: 33.33333%; }
  .bootstrapped .offset-sm-5 {
    margin-left: 41.66667%; }
  .bootstrapped .offset-sm-6 {
    margin-left: 50%; }
  .bootstrapped .offset-sm-7 {
    margin-left: 58.33333%; }
  .bootstrapped .offset-sm-8 {
    margin-left: 66.66667%; }
  .bootstrapped .offset-sm-9 {
    margin-left: 75%; }
  .bootstrapped .offset-sm-10 {
    margin-left: 83.33333%; }
  .bootstrapped .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .bootstrapped .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrapped .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrapped .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .bootstrapped .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .bootstrapped .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrapped .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .bootstrapped .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .bootstrapped .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrapped .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .bootstrapped .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .bootstrapped .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrapped .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .bootstrapped .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .bootstrapped .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrapped .order-md-first {
    order: -1; }
  .bootstrapped .order-md-last {
    order: 13; }
  .bootstrapped .order-md-0 {
    order: 0; }
  .bootstrapped .order-md-1 {
    order: 1; }
  .bootstrapped .order-md-2 {
    order: 2; }
  .bootstrapped .order-md-3 {
    order: 3; }
  .bootstrapped .order-md-4 {
    order: 4; }
  .bootstrapped .order-md-5 {
    order: 5; }
  .bootstrapped .order-md-6 {
    order: 6; }
  .bootstrapped .order-md-7 {
    order: 7; }
  .bootstrapped .order-md-8 {
    order: 8; }
  .bootstrapped .order-md-9 {
    order: 9; }
  .bootstrapped .order-md-10 {
    order: 10; }
  .bootstrapped .order-md-11 {
    order: 11; }
  .bootstrapped .order-md-12 {
    order: 12; }
  .bootstrapped .offset-md-0 {
    margin-left: 0; }
  .bootstrapped .offset-md-1 {
    margin-left: 8.33333%; }
  .bootstrapped .offset-md-2 {
    margin-left: 16.66667%; }
  .bootstrapped .offset-md-3 {
    margin-left: 25%; }
  .bootstrapped .offset-md-4 {
    margin-left: 33.33333%; }
  .bootstrapped .offset-md-5 {
    margin-left: 41.66667%; }
  .bootstrapped .offset-md-6 {
    margin-left: 50%; }
  .bootstrapped .offset-md-7 {
    margin-left: 58.33333%; }
  .bootstrapped .offset-md-8 {
    margin-left: 66.66667%; }
  .bootstrapped .offset-md-9 {
    margin-left: 75%; }
  .bootstrapped .offset-md-10 {
    margin-left: 83.33333%; }
  .bootstrapped .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .bootstrapped .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrapped .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrapped .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .bootstrapped .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .bootstrapped .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrapped .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .bootstrapped .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .bootstrapped .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrapped .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .bootstrapped .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .bootstrapped .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrapped .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .bootstrapped .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .bootstrapped .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrapped .order-lg-first {
    order: -1; }
  .bootstrapped .order-lg-last {
    order: 13; }
  .bootstrapped .order-lg-0 {
    order: 0; }
  .bootstrapped .order-lg-1 {
    order: 1; }
  .bootstrapped .order-lg-2 {
    order: 2; }
  .bootstrapped .order-lg-3 {
    order: 3; }
  .bootstrapped .order-lg-4 {
    order: 4; }
  .bootstrapped .order-lg-5 {
    order: 5; }
  .bootstrapped .order-lg-6 {
    order: 6; }
  .bootstrapped .order-lg-7 {
    order: 7; }
  .bootstrapped .order-lg-8 {
    order: 8; }
  .bootstrapped .order-lg-9 {
    order: 9; }
  .bootstrapped .order-lg-10 {
    order: 10; }
  .bootstrapped .order-lg-11 {
    order: 11; }
  .bootstrapped .order-lg-12 {
    order: 12; }
  .bootstrapped .offset-lg-0 {
    margin-left: 0; }
  .bootstrapped .offset-lg-1 {
    margin-left: 8.33333%; }
  .bootstrapped .offset-lg-2 {
    margin-left: 16.66667%; }
  .bootstrapped .offset-lg-3 {
    margin-left: 25%; }
  .bootstrapped .offset-lg-4 {
    margin-left: 33.33333%; }
  .bootstrapped .offset-lg-5 {
    margin-left: 41.66667%; }
  .bootstrapped .offset-lg-6 {
    margin-left: 50%; }
  .bootstrapped .offset-lg-7 {
    margin-left: 58.33333%; }
  .bootstrapped .offset-lg-8 {
    margin-left: 66.66667%; }
  .bootstrapped .offset-lg-9 {
    margin-left: 75%; }
  .bootstrapped .offset-lg-10 {
    margin-left: 83.33333%; }
  .bootstrapped .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .bootstrapped .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrapped .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrapped .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .bootstrapped .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .bootstrapped .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrapped .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .bootstrapped .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .bootstrapped .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrapped .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .bootstrapped .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .bootstrapped .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrapped .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .bootstrapped .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .bootstrapped .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrapped .order-xl-first {
    order: -1; }
  .bootstrapped .order-xl-last {
    order: 13; }
  .bootstrapped .order-xl-0 {
    order: 0; }
  .bootstrapped .order-xl-1 {
    order: 1; }
  .bootstrapped .order-xl-2 {
    order: 2; }
  .bootstrapped .order-xl-3 {
    order: 3; }
  .bootstrapped .order-xl-4 {
    order: 4; }
  .bootstrapped .order-xl-5 {
    order: 5; }
  .bootstrapped .order-xl-6 {
    order: 6; }
  .bootstrapped .order-xl-7 {
    order: 7; }
  .bootstrapped .order-xl-8 {
    order: 8; }
  .bootstrapped .order-xl-9 {
    order: 9; }
  .bootstrapped .order-xl-10 {
    order: 10; }
  .bootstrapped .order-xl-11 {
    order: 11; }
  .bootstrapped .order-xl-12 {
    order: 12; }
  .bootstrapped .offset-xl-0 {
    margin-left: 0; }
  .bootstrapped .offset-xl-1 {
    margin-left: 8.33333%; }
  .bootstrapped .offset-xl-2 {
    margin-left: 16.66667%; }
  .bootstrapped .offset-xl-3 {
    margin-left: 25%; }
  .bootstrapped .offset-xl-4 {
    margin-left: 33.33333%; }
  .bootstrapped .offset-xl-5 {
    margin-left: 41.66667%; }
  .bootstrapped .offset-xl-6 {
    margin-left: 50%; }
  .bootstrapped .offset-xl-7 {
    margin-left: 58.33333%; }
  .bootstrapped .offset-xl-8 {
    margin-left: 66.66667%; }
  .bootstrapped .offset-xl-9 {
    margin-left: 75%; }
  .bootstrapped .offset-xl-10 {
    margin-left: 83.33333%; }
  .bootstrapped .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

.bootstrapped .figure {
  display: inline-block; }

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

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

.bootstrapped .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .bootstrapped .btn {
      transition: none; } }
  .bootstrapped .btn:hover {
    color: #212529;
    text-decoration: none; }
  .bootstrapped .btn:focus, .bootstrapped .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .bootstrapped .btn.disabled, .bootstrapped .btn:disabled {
    opacity: 0.65; }

.bootstrapped a.btn.disabled,
.bootstrapped fieldset:disabled a.btn {
  pointer-events: none; }

.bootstrapped .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .bootstrapped .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .bootstrapped .btn-primary:focus, .bootstrapped .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .bootstrapped .btn-primary.disabled, .bootstrapped .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .bootstrapped .btn-primary:not(:disabled):not(.disabled):active, .bootstrapped .btn-primary:not(:disabled):not(.disabled).active,
  .show > .bootstrapped .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .bootstrapped .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrapped .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrapped .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

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

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

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

.bootstrapped .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .bootstrapped .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .bootstrapped .btn-warning:focus, .bootstrapped .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .bootstrapped .btn-warning.disabled, .bootstrapped .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .bootstrapped .btn-warning:not(:disabled):not(.disabled):active, .bootstrapped .btn-warning:not(:disabled):not(.disabled).active,
  .show > .bootstrapped .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .bootstrapped .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrapped .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrapped .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

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

.bootstrapped .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .bootstrapped .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .bootstrapped .btn-light:focus, .bootstrapped .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .bootstrapped .btn-light.disabled, .bootstrapped .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .bootstrapped .btn-light:not(:disabled):not(.disabled):active, .bootstrapped .btn-light:not(:disabled):not(.disabled).active,
  .show > .bootstrapped .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .bootstrapped .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrapped .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrapped .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.bootstrapped .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .bootstrapped .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .bootstrapped .btn-dark:focus, .bootstrapped .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .bootstrapped .btn-dark.disabled, .bootstrapped .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .bootstrapped .btn-dark:not(:disabled):not(.disabled):active, .bootstrapped .btn-dark:not(:disabled):not(.disabled).active,
  .show > .bootstrapped .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .bootstrapped .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrapped .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrapped .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.bootstrapped .btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .bootstrapped .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .bootstrapped .btn-outline-primary:focus, .bootstrapped .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .bootstrapped .btn-outline-primary.disabled, .bootstrapped .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .bootstrapped .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrapped .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .bootstrapped .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .bootstrapped .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrapped .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrapped .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

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

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

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

.bootstrapped .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .bootstrapped .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .bootstrapped .btn-outline-warning:focus, .bootstrapped .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .bootstrapped .btn-outline-warning.disabled, .bootstrapped .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .bootstrapped .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrapped .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .bootstrapped .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .bootstrapped .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrapped .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrapped .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

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

.bootstrapped .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .bootstrapped .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .bootstrapped .btn-outline-light:focus, .bootstrapped .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .bootstrapped .btn-outline-light.disabled, .bootstrapped .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .bootstrapped .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrapped .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .bootstrapped .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .bootstrapped .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrapped .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrapped .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.bootstrapped .btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .bootstrapped .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .bootstrapped .btn-outline-dark:focus, .bootstrapped .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .bootstrapped .btn-outline-dark.disabled, .bootstrapped .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .bootstrapped .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrapped .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .bootstrapped .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .bootstrapped .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrapped .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrapped .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.bootstrapped .btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .bootstrapped .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .bootstrapped .btn-link:focus, .bootstrapped .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .bootstrapped .btn-link:disabled, .bootstrapped .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bootstrapped .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .bootstrapped .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

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

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

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

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

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

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

.bootstrapped .mt-0,
.bootstrapped .my-0 {
  margin-top: 0 !important; }

.bootstrapped .mr-0,
.bootstrapped .mx-0 {
  margin-right: 0 !important; }

.bootstrapped .mb-0,
.bootstrapped .my-0 {
  margin-bottom: 0 !important; }

.bootstrapped .ml-0,
.bootstrapped .mx-0 {
  margin-left: 0 !important; }

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

.bootstrapped .mt-1,
.bootstrapped .my-1 {
  margin-top: 0.25rem !important; }

.bootstrapped .mr-1,
.bootstrapped .mx-1 {
  margin-right: 0.25rem !important; }

.bootstrapped .mb-1,
.bootstrapped .my-1 {
  margin-bottom: 0.25rem !important; }

.bootstrapped .ml-1,
.bootstrapped .mx-1 {
  margin-left: 0.25rem !important; }

.bootstrapped .m-2 {
  margin: 0.5rem !important; }

.bootstrapped .mt-2,
.bootstrapped .my-2 {
  margin-top: 0.5rem !important; }

.bootstrapped .mr-2,
.bootstrapped .mx-2 {
  margin-right: 0.5rem !important; }

.bootstrapped .mb-2,
.bootstrapped .my-2 {
  margin-bottom: 0.5rem !important; }

.bootstrapped .ml-2,
.bootstrapped .mx-2 {
  margin-left: 0.5rem !important; }

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

.bootstrapped .mt-3,
.bootstrapped .my-3 {
  margin-top: 1rem !important; }

.bootstrapped .mr-3,
.bootstrapped .mx-3 {
  margin-right: 1rem !important; }

.bootstrapped .mb-3,
.bootstrapped .my-3 {
  margin-bottom: 1rem !important; }

.bootstrapped .ml-3,
.bootstrapped .mx-3 {
  margin-left: 1rem !important; }

.bootstrapped .m-4 {
  margin: 1.5rem !important; }

.bootstrapped .mt-4,
.bootstrapped .my-4 {
  margin-top: 1.5rem !important; }

.bootstrapped .mr-4,
.bootstrapped .mx-4 {
  margin-right: 1.5rem !important; }

.bootstrapped .mb-4,
.bootstrapped .my-4 {
  margin-bottom: 1.5rem !important; }

.bootstrapped .ml-4,
.bootstrapped .mx-4 {
  margin-left: 1.5rem !important; }

.bootstrapped .m-5 {
  margin: 3rem !important; }

.bootstrapped .mt-5,
.bootstrapped .my-5 {
  margin-top: 3rem !important; }

.bootstrapped .mr-5,
.bootstrapped .mx-5 {
  margin-right: 3rem !important; }

.bootstrapped .mb-5,
.bootstrapped .my-5 {
  margin-bottom: 3rem !important; }

.bootstrapped .ml-5,
.bootstrapped .mx-5 {
  margin-left: 3rem !important; }

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

.bootstrapped .pt-0,
.bootstrapped .py-0 {
  padding-top: 0 !important; }

.bootstrapped .pr-0,
.bootstrapped .px-0 {
  padding-right: 0 !important; }

.bootstrapped .pb-0,
.bootstrapped .py-0 {
  padding-bottom: 0 !important; }

.bootstrapped .pl-0,
.bootstrapped .px-0 {
  padding-left: 0 !important; }

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

.bootstrapped .pt-1,
.bootstrapped .py-1 {
  padding-top: 0.25rem !important; }

.bootstrapped .pr-1,
.bootstrapped .px-1 {
  padding-right: 0.25rem !important; }

.bootstrapped .pb-1,
.bootstrapped .py-1 {
  padding-bottom: 0.25rem !important; }

.bootstrapped .pl-1,
.bootstrapped .px-1 {
  padding-left: 0.25rem !important; }

.bootstrapped .p-2 {
  padding: 0.5rem !important; }

.bootstrapped .pt-2,
.bootstrapped .py-2 {
  padding-top: 0.5rem !important; }

.bootstrapped .pr-2,
.bootstrapped .px-2 {
  padding-right: 0.5rem !important; }

.bootstrapped .pb-2,
.bootstrapped .py-2 {
  padding-bottom: 0.5rem !important; }

.bootstrapped .pl-2,
.bootstrapped .px-2 {
  padding-left: 0.5rem !important; }

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

.bootstrapped .pt-3,
.bootstrapped .py-3 {
  padding-top: 1rem !important; }

.bootstrapped .pr-3,
.bootstrapped .px-3 {
  padding-right: 1rem !important; }

.bootstrapped .pb-3,
.bootstrapped .py-3 {
  padding-bottom: 1rem !important; }

.bootstrapped .pl-3,
.bootstrapped .px-3 {
  padding-left: 1rem !important; }

.bootstrapped .p-4 {
  padding: 1.5rem !important; }

.bootstrapped .pt-4,
.bootstrapped .py-4 {
  padding-top: 1.5rem !important; }

.bootstrapped .pr-4,
.bootstrapped .px-4 {
  padding-right: 1.5rem !important; }

.bootstrapped .pb-4,
.bootstrapped .py-4 {
  padding-bottom: 1.5rem !important; }

.bootstrapped .pl-4,
.bootstrapped .px-4 {
  padding-left: 1.5rem !important; }

.bootstrapped .p-5 {
  padding: 3rem !important; }

.bootstrapped .pt-5,
.bootstrapped .py-5 {
  padding-top: 3rem !important; }

.bootstrapped .pr-5,
.bootstrapped .px-5 {
  padding-right: 3rem !important; }

.bootstrapped .pb-5,
.bootstrapped .py-5 {
  padding-bottom: 3rem !important; }

.bootstrapped .pl-5,
.bootstrapped .px-5 {
  padding-left: 3rem !important; }

.bootstrapped .m-n1 {
  margin: -0.25rem !important; }

.bootstrapped .mt-n1,
.bootstrapped .my-n1 {
  margin-top: -0.25rem !important; }

.bootstrapped .mr-n1,
.bootstrapped .mx-n1 {
  margin-right: -0.25rem !important; }

.bootstrapped .mb-n1,
.bootstrapped .my-n1 {
  margin-bottom: -0.25rem !important; }

.bootstrapped .ml-n1,
.bootstrapped .mx-n1 {
  margin-left: -0.25rem !important; }

.bootstrapped .m-n2 {
  margin: -0.5rem !important; }

.bootstrapped .mt-n2,
.bootstrapped .my-n2 {
  margin-top: -0.5rem !important; }

.bootstrapped .mr-n2,
.bootstrapped .mx-n2 {
  margin-right: -0.5rem !important; }

.bootstrapped .mb-n2,
.bootstrapped .my-n2 {
  margin-bottom: -0.5rem !important; }

.bootstrapped .ml-n2,
.bootstrapped .mx-n2 {
  margin-left: -0.5rem !important; }

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

.bootstrapped .mt-n3,
.bootstrapped .my-n3 {
  margin-top: -1rem !important; }

.bootstrapped .mr-n3,
.bootstrapped .mx-n3 {
  margin-right: -1rem !important; }

.bootstrapped .mb-n3,
.bootstrapped .my-n3 {
  margin-bottom: -1rem !important; }

.bootstrapped .ml-n3,
.bootstrapped .mx-n3 {
  margin-left: -1rem !important; }

.bootstrapped .m-n4 {
  margin: -1.5rem !important; }

.bootstrapped .mt-n4,
.bootstrapped .my-n4 {
  margin-top: -1.5rem !important; }

.bootstrapped .mr-n4,
.bootstrapped .mx-n4 {
  margin-right: -1.5rem !important; }

.bootstrapped .mb-n4,
.bootstrapped .my-n4 {
  margin-bottom: -1.5rem !important; }

.bootstrapped .ml-n4,
.bootstrapped .mx-n4 {
  margin-left: -1.5rem !important; }

.bootstrapped .m-n5 {
  margin: -3rem !important; }

.bootstrapped .mt-n5,
.bootstrapped .my-n5 {
  margin-top: -3rem !important; }

.bootstrapped .mr-n5,
.bootstrapped .mx-n5 {
  margin-right: -3rem !important; }

.bootstrapped .mb-n5,
.bootstrapped .my-n5 {
  margin-bottom: -3rem !important; }

.bootstrapped .ml-n5,
.bootstrapped .mx-n5 {
  margin-left: -3rem !important; }

.bootstrapped .m-auto {
  margin: auto !important; }

.bootstrapped .mt-auto,
.bootstrapped .my-auto {
  margin-top: auto !important; }

.bootstrapped .mr-auto,
.bootstrapped .mx-auto {
  margin-right: auto !important; }

.bootstrapped .mb-auto,
.bootstrapped .my-auto {
  margin-bottom: auto !important; }

.bootstrapped .ml-auto,
.bootstrapped .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .bootstrapped .m-sm-0 {
    margin: 0 !important; }
  .bootstrapped .mt-sm-0,
  .bootstrapped .my-sm-0 {
    margin-top: 0 !important; }
  .bootstrapped .mr-sm-0,
  .bootstrapped .mx-sm-0 {
    margin-right: 0 !important; }
  .bootstrapped .mb-sm-0,
  .bootstrapped .my-sm-0 {
    margin-bottom: 0 !important; }
  .bootstrapped .ml-sm-0,
  .bootstrapped .mx-sm-0 {
    margin-left: 0 !important; }
  .bootstrapped .m-sm-1 {
    margin: 0.25rem !important; }
  .bootstrapped .mt-sm-1,
  .bootstrapped .my-sm-1 {
    margin-top: 0.25rem !important; }
  .bootstrapped .mr-sm-1,
  .bootstrapped .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .bootstrapped .mb-sm-1,
  .bootstrapped .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrapped .ml-sm-1,
  .bootstrapped .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .bootstrapped .m-sm-2 {
    margin: 0.5rem !important; }
  .bootstrapped .mt-sm-2,
  .bootstrapped .my-sm-2 {
    margin-top: 0.5rem !important; }
  .bootstrapped .mr-sm-2,
  .bootstrapped .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .bootstrapped .mb-sm-2,
  .bootstrapped .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrapped .ml-sm-2,
  .bootstrapped .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .bootstrapped .m-sm-3 {
    margin: 1rem !important; }
  .bootstrapped .mt-sm-3,
  .bootstrapped .my-sm-3 {
    margin-top: 1rem !important; }
  .bootstrapped .mr-sm-3,
  .bootstrapped .mx-sm-3 {
    margin-right: 1rem !important; }
  .bootstrapped .mb-sm-3,
  .bootstrapped .my-sm-3 {
    margin-bottom: 1rem !important; }
  .bootstrapped .ml-sm-3,
  .bootstrapped .mx-sm-3 {
    margin-left: 1rem !important; }
  .bootstrapped .m-sm-4 {
    margin: 1.5rem !important; }
  .bootstrapped .mt-sm-4,
  .bootstrapped .my-sm-4 {
    margin-top: 1.5rem !important; }
  .bootstrapped .mr-sm-4,
  .bootstrapped .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .bootstrapped .mb-sm-4,
  .bootstrapped .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrapped .ml-sm-4,
  .bootstrapped .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .bootstrapped .m-sm-5 {
    margin: 3rem !important; }
  .bootstrapped .mt-sm-5,
  .bootstrapped .my-sm-5 {
    margin-top: 3rem !important; }
  .bootstrapped .mr-sm-5,
  .bootstrapped .mx-sm-5 {
    margin-right: 3rem !important; }
  .bootstrapped .mb-sm-5,
  .bootstrapped .my-sm-5 {
    margin-bottom: 3rem !important; }
  .bootstrapped .ml-sm-5,
  .bootstrapped .mx-sm-5 {
    margin-left: 3rem !important; }
  .bootstrapped .p-sm-0 {
    padding: 0 !important; }
  .bootstrapped .pt-sm-0,
  .bootstrapped .py-sm-0 {
    padding-top: 0 !important; }
  .bootstrapped .pr-sm-0,
  .bootstrapped .px-sm-0 {
    padding-right: 0 !important; }
  .bootstrapped .pb-sm-0,
  .bootstrapped .py-sm-0 {
    padding-bottom: 0 !important; }
  .bootstrapped .pl-sm-0,
  .bootstrapped .px-sm-0 {
    padding-left: 0 !important; }
  .bootstrapped .p-sm-1 {
    padding: 0.25rem !important; }
  .bootstrapped .pt-sm-1,
  .bootstrapped .py-sm-1 {
    padding-top: 0.25rem !important; }
  .bootstrapped .pr-sm-1,
  .bootstrapped .px-sm-1 {
    padding-right: 0.25rem !important; }
  .bootstrapped .pb-sm-1,
  .bootstrapped .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrapped .pl-sm-1,
  .bootstrapped .px-sm-1 {
    padding-left: 0.25rem !important; }
  .bootstrapped .p-sm-2 {
    padding: 0.5rem !important; }
  .bootstrapped .pt-sm-2,
  .bootstrapped .py-sm-2 {
    padding-top: 0.5rem !important; }
  .bootstrapped .pr-sm-2,
  .bootstrapped .px-sm-2 {
    padding-right: 0.5rem !important; }
  .bootstrapped .pb-sm-2,
  .bootstrapped .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrapped .pl-sm-2,
  .bootstrapped .px-sm-2 {
    padding-left: 0.5rem !important; }
  .bootstrapped .p-sm-3 {
    padding: 1rem !important; }
  .bootstrapped .pt-sm-3,
  .bootstrapped .py-sm-3 {
    padding-top: 1rem !important; }
  .bootstrapped .pr-sm-3,
  .bootstrapped .px-sm-3 {
    padding-right: 1rem !important; }
  .bootstrapped .pb-sm-3,
  .bootstrapped .py-sm-3 {
    padding-bottom: 1rem !important; }
  .bootstrapped .pl-sm-3,
  .bootstrapped .px-sm-3 {
    padding-left: 1rem !important; }
  .bootstrapped .p-sm-4 {
    padding: 1.5rem !important; }
  .bootstrapped .pt-sm-4,
  .bootstrapped .py-sm-4 {
    padding-top: 1.5rem !important; }
  .bootstrapped .pr-sm-4,
  .bootstrapped .px-sm-4 {
    padding-right: 1.5rem !important; }
  .bootstrapped .pb-sm-4,
  .bootstrapped .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrapped .pl-sm-4,
  .bootstrapped .px-sm-4 {
    padding-left: 1.5rem !important; }
  .bootstrapped .p-sm-5 {
    padding: 3rem !important; }
  .bootstrapped .pt-sm-5,
  .bootstrapped .py-sm-5 {
    padding-top: 3rem !important; }
  .bootstrapped .pr-sm-5,
  .bootstrapped .px-sm-5 {
    padding-right: 3rem !important; }
  .bootstrapped .pb-sm-5,
  .bootstrapped .py-sm-5 {
    padding-bottom: 3rem !important; }
  .bootstrapped .pl-sm-5,
  .bootstrapped .px-sm-5 {
    padding-left: 3rem !important; }
  .bootstrapped .m-sm-n1 {
    margin: -0.25rem !important; }
  .bootstrapped .mt-sm-n1,
  .bootstrapped .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .bootstrapped .mr-sm-n1,
  .bootstrapped .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .bootstrapped .mb-sm-n1,
  .bootstrapped .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .bootstrapped .ml-sm-n1,
  .bootstrapped .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .bootstrapped .m-sm-n2 {
    margin: -0.5rem !important; }
  .bootstrapped .mt-sm-n2,
  .bootstrapped .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .bootstrapped .mr-sm-n2,
  .bootstrapped .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .bootstrapped .mb-sm-n2,
  .bootstrapped .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .bootstrapped .ml-sm-n2,
  .bootstrapped .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .bootstrapped .m-sm-n3 {
    margin: -1rem !important; }
  .bootstrapped .mt-sm-n3,
  .bootstrapped .my-sm-n3 {
    margin-top: -1rem !important; }
  .bootstrapped .mr-sm-n3,
  .bootstrapped .mx-sm-n3 {
    margin-right: -1rem !important; }
  .bootstrapped .mb-sm-n3,
  .bootstrapped .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .bootstrapped .ml-sm-n3,
  .bootstrapped .mx-sm-n3 {
    margin-left: -1rem !important; }
  .bootstrapped .m-sm-n4 {
    margin: -1.5rem !important; }
  .bootstrapped .mt-sm-n4,
  .bootstrapped .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .bootstrapped .mr-sm-n4,
  .bootstrapped .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .bootstrapped .mb-sm-n4,
  .bootstrapped .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .bootstrapped .ml-sm-n4,
  .bootstrapped .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .bootstrapped .m-sm-n5 {
    margin: -3rem !important; }
  .bootstrapped .mt-sm-n5,
  .bootstrapped .my-sm-n5 {
    margin-top: -3rem !important; }
  .bootstrapped .mr-sm-n5,
  .bootstrapped .mx-sm-n5 {
    margin-right: -3rem !important; }
  .bootstrapped .mb-sm-n5,
  .bootstrapped .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .bootstrapped .ml-sm-n5,
  .bootstrapped .mx-sm-n5 {
    margin-left: -3rem !important; }
  .bootstrapped .m-sm-auto {
    margin: auto !important; }
  .bootstrapped .mt-sm-auto,
  .bootstrapped .my-sm-auto {
    margin-top: auto !important; }
  .bootstrapped .mr-sm-auto,
  .bootstrapped .mx-sm-auto {
    margin-right: auto !important; }
  .bootstrapped .mb-sm-auto,
  .bootstrapped .my-sm-auto {
    margin-bottom: auto !important; }
  .bootstrapped .ml-sm-auto,
  .bootstrapped .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .bootstrapped .m-md-0 {
    margin: 0 !important; }
  .bootstrapped .mt-md-0,
  .bootstrapped .my-md-0 {
    margin-top: 0 !important; }
  .bootstrapped .mr-md-0,
  .bootstrapped .mx-md-0 {
    margin-right: 0 !important; }
  .bootstrapped .mb-md-0,
  .bootstrapped .my-md-0 {
    margin-bottom: 0 !important; }
  .bootstrapped .ml-md-0,
  .bootstrapped .mx-md-0 {
    margin-left: 0 !important; }
  .bootstrapped .m-md-1 {
    margin: 0.25rem !important; }
  .bootstrapped .mt-md-1,
  .bootstrapped .my-md-1 {
    margin-top: 0.25rem !important; }
  .bootstrapped .mr-md-1,
  .bootstrapped .mx-md-1 {
    margin-right: 0.25rem !important; }
  .bootstrapped .mb-md-1,
  .bootstrapped .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrapped .ml-md-1,
  .bootstrapped .mx-md-1 {
    margin-left: 0.25rem !important; }
  .bootstrapped .m-md-2 {
    margin: 0.5rem !important; }
  .bootstrapped .mt-md-2,
  .bootstrapped .my-md-2 {
    margin-top: 0.5rem !important; }
  .bootstrapped .mr-md-2,
  .bootstrapped .mx-md-2 {
    margin-right: 0.5rem !important; }
  .bootstrapped .mb-md-2,
  .bootstrapped .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrapped .ml-md-2,
  .bootstrapped .mx-md-2 {
    margin-left: 0.5rem !important; }
  .bootstrapped .m-md-3 {
    margin: 1rem !important; }
  .bootstrapped .mt-md-3,
  .bootstrapped .my-md-3 {
    margin-top: 1rem !important; }
  .bootstrapped .mr-md-3,
  .bootstrapped .mx-md-3 {
    margin-right: 1rem !important; }
  .bootstrapped .mb-md-3,
  .bootstrapped .my-md-3 {
    margin-bottom: 1rem !important; }
  .bootstrapped .ml-md-3,
  .bootstrapped .mx-md-3 {
    margin-left: 1rem !important; }
  .bootstrapped .m-md-4 {
    margin: 1.5rem !important; }
  .bootstrapped .mt-md-4,
  .bootstrapped .my-md-4 {
    margin-top: 1.5rem !important; }
  .bootstrapped .mr-md-4,
  .bootstrapped .mx-md-4 {
    margin-right: 1.5rem !important; }
  .bootstrapped .mb-md-4,
  .bootstrapped .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrapped .ml-md-4,
  .bootstrapped .mx-md-4 {
    margin-left: 1.5rem !important; }
  .bootstrapped .m-md-5 {
    margin: 3rem !important; }
  .bootstrapped .mt-md-5,
  .bootstrapped .my-md-5 {
    margin-top: 3rem !important; }
  .bootstrapped .mr-md-5,
  .bootstrapped .mx-md-5 {
    margin-right: 3rem !important; }
  .bootstrapped .mb-md-5,
  .bootstrapped .my-md-5 {
    margin-bottom: 3rem !important; }
  .bootstrapped .ml-md-5,
  .bootstrapped .mx-md-5 {
    margin-left: 3rem !important; }
  .bootstrapped .p-md-0 {
    padding: 0 !important; }
  .bootstrapped .pt-md-0,
  .bootstrapped .py-md-0 {
    padding-top: 0 !important; }
  .bootstrapped .pr-md-0,
  .bootstrapped .px-md-0 {
    padding-right: 0 !important; }
  .bootstrapped .pb-md-0,
  .bootstrapped .py-md-0 {
    padding-bottom: 0 !important; }
  .bootstrapped .pl-md-0,
  .bootstrapped .px-md-0 {
    padding-left: 0 !important; }
  .bootstrapped .p-md-1 {
    padding: 0.25rem !important; }
  .bootstrapped .pt-md-1,
  .bootstrapped .py-md-1 {
    padding-top: 0.25rem !important; }
  .bootstrapped .pr-md-1,
  .bootstrapped .px-md-1 {
    padding-right: 0.25rem !important; }
  .bootstrapped .pb-md-1,
  .bootstrapped .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrapped .pl-md-1,
  .bootstrapped .px-md-1 {
    padding-left: 0.25rem !important; }
  .bootstrapped .p-md-2 {
    padding: 0.5rem !important; }
  .bootstrapped .pt-md-2,
  .bootstrapped .py-md-2 {
    padding-top: 0.5rem !important; }
  .bootstrapped .pr-md-2,
  .bootstrapped .px-md-2 {
    padding-right: 0.5rem !important; }
  .bootstrapped .pb-md-2,
  .bootstrapped .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrapped .pl-md-2,
  .bootstrapped .px-md-2 {
    padding-left: 0.5rem !important; }
  .bootstrapped .p-md-3 {
    padding: 1rem !important; }
  .bootstrapped .pt-md-3,
  .bootstrapped .py-md-3 {
    padding-top: 1rem !important; }
  .bootstrapped .pr-md-3,
  .bootstrapped .px-md-3 {
    padding-right: 1rem !important; }
  .bootstrapped .pb-md-3,
  .bootstrapped .py-md-3 {
    padding-bottom: 1rem !important; }
  .bootstrapped .pl-md-3,
  .bootstrapped .px-md-3 {
    padding-left: 1rem !important; }
  .bootstrapped .p-md-4 {
    padding: 1.5rem !important; }
  .bootstrapped .pt-md-4,
  .bootstrapped .py-md-4 {
    padding-top: 1.5rem !important; }
  .bootstrapped .pr-md-4,
  .bootstrapped .px-md-4 {
    padding-right: 1.5rem !important; }
  .bootstrapped .pb-md-4,
  .bootstrapped .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrapped .pl-md-4,
  .bootstrapped .px-md-4 {
    padding-left: 1.5rem !important; }
  .bootstrapped .p-md-5 {
    padding: 3rem !important; }
  .bootstrapped .pt-md-5,
  .bootstrapped .py-md-5 {
    padding-top: 3rem !important; }
  .bootstrapped .pr-md-5,
  .bootstrapped .px-md-5 {
    padding-right: 3rem !important; }
  .bootstrapped .pb-md-5,
  .bootstrapped .py-md-5 {
    padding-bottom: 3rem !important; }
  .bootstrapped .pl-md-5,
  .bootstrapped .px-md-5 {
    padding-left: 3rem !important; }
  .bootstrapped .m-md-n1 {
    margin: -0.25rem !important; }
  .bootstrapped .mt-md-n1,
  .bootstrapped .my-md-n1 {
    margin-top: -0.25rem !important; }
  .bootstrapped .mr-md-n1,
  .bootstrapped .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .bootstrapped .mb-md-n1,
  .bootstrapped .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .bootstrapped .ml-md-n1,
  .bootstrapped .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .bootstrapped .m-md-n2 {
    margin: -0.5rem !important; }
  .bootstrapped .mt-md-n2,
  .bootstrapped .my-md-n2 {
    margin-top: -0.5rem !important; }
  .bootstrapped .mr-md-n2,
  .bootstrapped .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .bootstrapped .mb-md-n2,
  .bootstrapped .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .bootstrapped .ml-md-n2,
  .bootstrapped .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .bootstrapped .m-md-n3 {
    margin: -1rem !important; }
  .bootstrapped .mt-md-n3,
  .bootstrapped .my-md-n3 {
    margin-top: -1rem !important; }
  .bootstrapped .mr-md-n3,
  .bootstrapped .mx-md-n3 {
    margin-right: -1rem !important; }
  .bootstrapped .mb-md-n3,
  .bootstrapped .my-md-n3 {
    margin-bottom: -1rem !important; }
  .bootstrapped .ml-md-n3,
  .bootstrapped .mx-md-n3 {
    margin-left: -1rem !important; }
  .bootstrapped .m-md-n4 {
    margin: -1.5rem !important; }
  .bootstrapped .mt-md-n4,
  .bootstrapped .my-md-n4 {
    margin-top: -1.5rem !important; }
  .bootstrapped .mr-md-n4,
  .bootstrapped .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .bootstrapped .mb-md-n4,
  .bootstrapped .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .bootstrapped .ml-md-n4,
  .bootstrapped .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .bootstrapped .m-md-n5 {
    margin: -3rem !important; }
  .bootstrapped .mt-md-n5,
  .bootstrapped .my-md-n5 {
    margin-top: -3rem !important; }
  .bootstrapped .mr-md-n5,
  .bootstrapped .mx-md-n5 {
    margin-right: -3rem !important; }
  .bootstrapped .mb-md-n5,
  .bootstrapped .my-md-n5 {
    margin-bottom: -3rem !important; }
  .bootstrapped .ml-md-n5,
  .bootstrapped .mx-md-n5 {
    margin-left: -3rem !important; }
  .bootstrapped .m-md-auto {
    margin: auto !important; }
  .bootstrapped .mt-md-auto,
  .bootstrapped .my-md-auto {
    margin-top: auto !important; }
  .bootstrapped .mr-md-auto,
  .bootstrapped .mx-md-auto {
    margin-right: auto !important; }
  .bootstrapped .mb-md-auto,
  .bootstrapped .my-md-auto {
    margin-bottom: auto !important; }
  .bootstrapped .ml-md-auto,
  .bootstrapped .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .bootstrapped .m-lg-0 {
    margin: 0 !important; }
  .bootstrapped .mt-lg-0,
  .bootstrapped .my-lg-0 {
    margin-top: 0 !important; }
  .bootstrapped .mr-lg-0,
  .bootstrapped .mx-lg-0 {
    margin-right: 0 !important; }
  .bootstrapped .mb-lg-0,
  .bootstrapped .my-lg-0 {
    margin-bottom: 0 !important; }
  .bootstrapped .ml-lg-0,
  .bootstrapped .mx-lg-0 {
    margin-left: 0 !important; }
  .bootstrapped .m-lg-1 {
    margin: 0.25rem !important; }
  .bootstrapped .mt-lg-1,
  .bootstrapped .my-lg-1 {
    margin-top: 0.25rem !important; }
  .bootstrapped .mr-lg-1,
  .bootstrapped .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .bootstrapped .mb-lg-1,
  .bootstrapped .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrapped .ml-lg-1,
  .bootstrapped .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .bootstrapped .m-lg-2 {
    margin: 0.5rem !important; }
  .bootstrapped .mt-lg-2,
  .bootstrapped .my-lg-2 {
    margin-top: 0.5rem !important; }
  .bootstrapped .mr-lg-2,
  .bootstrapped .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .bootstrapped .mb-lg-2,
  .bootstrapped .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrapped .ml-lg-2,
  .bootstrapped .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .bootstrapped .m-lg-3 {
    margin: 1rem !important; }
  .bootstrapped .mt-lg-3,
  .bootstrapped .my-lg-3 {
    margin-top: 1rem !important; }
  .bootstrapped .mr-lg-3,
  .bootstrapped .mx-lg-3 {
    margin-right: 1rem !important; }
  .bootstrapped .mb-lg-3,
  .bootstrapped .my-lg-3 {
    margin-bottom: 1rem !important; }
  .bootstrapped .ml-lg-3,
  .bootstrapped .mx-lg-3 {
    margin-left: 1rem !important; }
  .bootstrapped .m-lg-4 {
    margin: 1.5rem !important; }
  .bootstrapped .mt-lg-4,
  .bootstrapped .my-lg-4 {
    margin-top: 1.5rem !important; }
  .bootstrapped .mr-lg-4,
  .bootstrapped .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .bootstrapped .mb-lg-4,
  .bootstrapped .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrapped .ml-lg-4,
  .bootstrapped .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .bootstrapped .m-lg-5 {
    margin: 3rem !important; }
  .bootstrapped .mt-lg-5,
  .bootstrapped .my-lg-5 {
    margin-top: 3rem !important; }
  .bootstrapped .mr-lg-5,
  .bootstrapped .mx-lg-5 {
    margin-right: 3rem !important; }
  .bootstrapped .mb-lg-5,
  .bootstrapped .my-lg-5 {
    margin-bottom: 3rem !important; }
  .bootstrapped .ml-lg-5,
  .bootstrapped .mx-lg-5 {
    margin-left: 3rem !important; }
  .bootstrapped .p-lg-0 {
    padding: 0 !important; }
  .bootstrapped .pt-lg-0,
  .bootstrapped .py-lg-0 {
    padding-top: 0 !important; }
  .bootstrapped .pr-lg-0,
  .bootstrapped .px-lg-0 {
    padding-right: 0 !important; }
  .bootstrapped .pb-lg-0,
  .bootstrapped .py-lg-0 {
    padding-bottom: 0 !important; }
  .bootstrapped .pl-lg-0,
  .bootstrapped .px-lg-0 {
    padding-left: 0 !important; }
  .bootstrapped .p-lg-1 {
    padding: 0.25rem !important; }
  .bootstrapped .pt-lg-1,
  .bootstrapped .py-lg-1 {
    padding-top: 0.25rem !important; }
  .bootstrapped .pr-lg-1,
  .bootstrapped .px-lg-1 {
    padding-right: 0.25rem !important; }
  .bootstrapped .pb-lg-1,
  .bootstrapped .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrapped .pl-lg-1,
  .bootstrapped .px-lg-1 {
    padding-left: 0.25rem !important; }
  .bootstrapped .p-lg-2 {
    padding: 0.5rem !important; }
  .bootstrapped .pt-lg-2,
  .bootstrapped .py-lg-2 {
    padding-top: 0.5rem !important; }
  .bootstrapped .pr-lg-2,
  .bootstrapped .px-lg-2 {
    padding-right: 0.5rem !important; }
  .bootstrapped .pb-lg-2,
  .bootstrapped .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrapped .pl-lg-2,
  .bootstrapped .px-lg-2 {
    padding-left: 0.5rem !important; }
  .bootstrapped .p-lg-3 {
    padding: 1rem !important; }
  .bootstrapped .pt-lg-3,
  .bootstrapped .py-lg-3 {
    padding-top: 1rem !important; }
  .bootstrapped .pr-lg-3,
  .bootstrapped .px-lg-3 {
    padding-right: 1rem !important; }
  .bootstrapped .pb-lg-3,
  .bootstrapped .py-lg-3 {
    padding-bottom: 1rem !important; }
  .bootstrapped .pl-lg-3,
  .bootstrapped .px-lg-3 {
    padding-left: 1rem !important; }
  .bootstrapped .p-lg-4 {
    padding: 1.5rem !important; }
  .bootstrapped .pt-lg-4,
  .bootstrapped .py-lg-4 {
    padding-top: 1.5rem !important; }
  .bootstrapped .pr-lg-4,
  .bootstrapped .px-lg-4 {
    padding-right: 1.5rem !important; }
  .bootstrapped .pb-lg-4,
  .bootstrapped .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrapped .pl-lg-4,
  .bootstrapped .px-lg-4 {
    padding-left: 1.5rem !important; }
  .bootstrapped .p-lg-5 {
    padding: 3rem !important; }
  .bootstrapped .pt-lg-5,
  .bootstrapped .py-lg-5 {
    padding-top: 3rem !important; }
  .bootstrapped .pr-lg-5,
  .bootstrapped .px-lg-5 {
    padding-right: 3rem !important; }
  .bootstrapped .pb-lg-5,
  .bootstrapped .py-lg-5 {
    padding-bottom: 3rem !important; }
  .bootstrapped .pl-lg-5,
  .bootstrapped .px-lg-5 {
    padding-left: 3rem !important; }
  .bootstrapped .m-lg-n1 {
    margin: -0.25rem !important; }
  .bootstrapped .mt-lg-n1,
  .bootstrapped .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .bootstrapped .mr-lg-n1,
  .bootstrapped .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .bootstrapped .mb-lg-n1,
  .bootstrapped .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .bootstrapped .ml-lg-n1,
  .bootstrapped .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .bootstrapped .m-lg-n2 {
    margin: -0.5rem !important; }
  .bootstrapped .mt-lg-n2,
  .bootstrapped .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .bootstrapped .mr-lg-n2,
  .bootstrapped .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .bootstrapped .mb-lg-n2,
  .bootstrapped .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .bootstrapped .ml-lg-n2,
  .bootstrapped .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .bootstrapped .m-lg-n3 {
    margin: -1rem !important; }
  .bootstrapped .mt-lg-n3,
  .bootstrapped .my-lg-n3 {
    margin-top: -1rem !important; }
  .bootstrapped .mr-lg-n3,
  .bootstrapped .mx-lg-n3 {
    margin-right: -1rem !important; }
  .bootstrapped .mb-lg-n3,
  .bootstrapped .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .bootstrapped .ml-lg-n3,
  .bootstrapped .mx-lg-n3 {
    margin-left: -1rem !important; }
  .bootstrapped .m-lg-n4 {
    margin: -1.5rem !important; }
  .bootstrapped .mt-lg-n4,
  .bootstrapped .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .bootstrapped .mr-lg-n4,
  .bootstrapped .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .bootstrapped .mb-lg-n4,
  .bootstrapped .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .bootstrapped .ml-lg-n4,
  .bootstrapped .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .bootstrapped .m-lg-n5 {
    margin: -3rem !important; }
  .bootstrapped .mt-lg-n5,
  .bootstrapped .my-lg-n5 {
    margin-top: -3rem !important; }
  .bootstrapped .mr-lg-n5,
  .bootstrapped .mx-lg-n5 {
    margin-right: -3rem !important; }
  .bootstrapped .mb-lg-n5,
  .bootstrapped .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .bootstrapped .ml-lg-n5,
  .bootstrapped .mx-lg-n5 {
    margin-left: -3rem !important; }
  .bootstrapped .m-lg-auto {
    margin: auto !important; }
  .bootstrapped .mt-lg-auto,
  .bootstrapped .my-lg-auto {
    margin-top: auto !important; }
  .bootstrapped .mr-lg-auto,
  .bootstrapped .mx-lg-auto {
    margin-right: auto !important; }
  .bootstrapped .mb-lg-auto,
  .bootstrapped .my-lg-auto {
    margin-bottom: auto !important; }
  .bootstrapped .ml-lg-auto,
  .bootstrapped .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .bootstrapped .m-xl-0 {
    margin: 0 !important; }
  .bootstrapped .mt-xl-0,
  .bootstrapped .my-xl-0 {
    margin-top: 0 !important; }
  .bootstrapped .mr-xl-0,
  .bootstrapped .mx-xl-0 {
    margin-right: 0 !important; }
  .bootstrapped .mb-xl-0,
  .bootstrapped .my-xl-0 {
    margin-bottom: 0 !important; }
  .bootstrapped .ml-xl-0,
  .bootstrapped .mx-xl-0 {
    margin-left: 0 !important; }
  .bootstrapped .m-xl-1 {
    margin: 0.25rem !important; }
  .bootstrapped .mt-xl-1,
  .bootstrapped .my-xl-1 {
    margin-top: 0.25rem !important; }
  .bootstrapped .mr-xl-1,
  .bootstrapped .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .bootstrapped .mb-xl-1,
  .bootstrapped .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrapped .ml-xl-1,
  .bootstrapped .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .bootstrapped .m-xl-2 {
    margin: 0.5rem !important; }
  .bootstrapped .mt-xl-2,
  .bootstrapped .my-xl-2 {
    margin-top: 0.5rem !important; }
  .bootstrapped .mr-xl-2,
  .bootstrapped .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .bootstrapped .mb-xl-2,
  .bootstrapped .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrapped .ml-xl-2,
  .bootstrapped .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .bootstrapped .m-xl-3 {
    margin: 1rem !important; }
  .bootstrapped .mt-xl-3,
  .bootstrapped .my-xl-3 {
    margin-top: 1rem !important; }
  .bootstrapped .mr-xl-3,
  .bootstrapped .mx-xl-3 {
    margin-right: 1rem !important; }
  .bootstrapped .mb-xl-3,
  .bootstrapped .my-xl-3 {
    margin-bottom: 1rem !important; }
  .bootstrapped .ml-xl-3,
  .bootstrapped .mx-xl-3 {
    margin-left: 1rem !important; }
  .bootstrapped .m-xl-4 {
    margin: 1.5rem !important; }
  .bootstrapped .mt-xl-4,
  .bootstrapped .my-xl-4 {
    margin-top: 1.5rem !important; }
  .bootstrapped .mr-xl-4,
  .bootstrapped .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .bootstrapped .mb-xl-4,
  .bootstrapped .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrapped .ml-xl-4,
  .bootstrapped .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .bootstrapped .m-xl-5 {
    margin: 3rem !important; }
  .bootstrapped .mt-xl-5,
  .bootstrapped .my-xl-5 {
    margin-top: 3rem !important; }
  .bootstrapped .mr-xl-5,
  .bootstrapped .mx-xl-5 {
    margin-right: 3rem !important; }
  .bootstrapped .mb-xl-5,
  .bootstrapped .my-xl-5 {
    margin-bottom: 3rem !important; }
  .bootstrapped .ml-xl-5,
  .bootstrapped .mx-xl-5 {
    margin-left: 3rem !important; }
  .bootstrapped .p-xl-0 {
    padding: 0 !important; }
  .bootstrapped .pt-xl-0,
  .bootstrapped .py-xl-0 {
    padding-top: 0 !important; }
  .bootstrapped .pr-xl-0,
  .bootstrapped .px-xl-0 {
    padding-right: 0 !important; }
  .bootstrapped .pb-xl-0,
  .bootstrapped .py-xl-0 {
    padding-bottom: 0 !important; }
  .bootstrapped .pl-xl-0,
  .bootstrapped .px-xl-0 {
    padding-left: 0 !important; }
  .bootstrapped .p-xl-1 {
    padding: 0.25rem !important; }
  .bootstrapped .pt-xl-1,
  .bootstrapped .py-xl-1 {
    padding-top: 0.25rem !important; }
  .bootstrapped .pr-xl-1,
  .bootstrapped .px-xl-1 {
    padding-right: 0.25rem !important; }
  .bootstrapped .pb-xl-1,
  .bootstrapped .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrapped .pl-xl-1,
  .bootstrapped .px-xl-1 {
    padding-left: 0.25rem !important; }
  .bootstrapped .p-xl-2 {
    padding: 0.5rem !important; }
  .bootstrapped .pt-xl-2,
  .bootstrapped .py-xl-2 {
    padding-top: 0.5rem !important; }
  .bootstrapped .pr-xl-2,
  .bootstrapped .px-xl-2 {
    padding-right: 0.5rem !important; }
  .bootstrapped .pb-xl-2,
  .bootstrapped .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrapped .pl-xl-2,
  .bootstrapped .px-xl-2 {
    padding-left: 0.5rem !important; }
  .bootstrapped .p-xl-3 {
    padding: 1rem !important; }
  .bootstrapped .pt-xl-3,
  .bootstrapped .py-xl-3 {
    padding-top: 1rem !important; }
  .bootstrapped .pr-xl-3,
  .bootstrapped .px-xl-3 {
    padding-right: 1rem !important; }
  .bootstrapped .pb-xl-3,
  .bootstrapped .py-xl-3 {
    padding-bottom: 1rem !important; }
  .bootstrapped .pl-xl-3,
  .bootstrapped .px-xl-3 {
    padding-left: 1rem !important; }
  .bootstrapped .p-xl-4 {
    padding: 1.5rem !important; }
  .bootstrapped .pt-xl-4,
  .bootstrapped .py-xl-4 {
    padding-top: 1.5rem !important; }
  .bootstrapped .pr-xl-4,
  .bootstrapped .px-xl-4 {
    padding-right: 1.5rem !important; }
  .bootstrapped .pb-xl-4,
  .bootstrapped .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrapped .pl-xl-4,
  .bootstrapped .px-xl-4 {
    padding-left: 1.5rem !important; }
  .bootstrapped .p-xl-5 {
    padding: 3rem !important; }
  .bootstrapped .pt-xl-5,
  .bootstrapped .py-xl-5 {
    padding-top: 3rem !important; }
  .bootstrapped .pr-xl-5,
  .bootstrapped .px-xl-5 {
    padding-right: 3rem !important; }
  .bootstrapped .pb-xl-5,
  .bootstrapped .py-xl-5 {
    padding-bottom: 3rem !important; }
  .bootstrapped .pl-xl-5,
  .bootstrapped .px-xl-5 {
    padding-left: 3rem !important; }
  .bootstrapped .m-xl-n1 {
    margin: -0.25rem !important; }
  .bootstrapped .mt-xl-n1,
  .bootstrapped .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .bootstrapped .mr-xl-n1,
  .bootstrapped .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .bootstrapped .mb-xl-n1,
  .bootstrapped .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .bootstrapped .ml-xl-n1,
  .bootstrapped .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .bootstrapped .m-xl-n2 {
    margin: -0.5rem !important; }
  .bootstrapped .mt-xl-n2,
  .bootstrapped .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .bootstrapped .mr-xl-n2,
  .bootstrapped .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .bootstrapped .mb-xl-n2,
  .bootstrapped .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .bootstrapped .ml-xl-n2,
  .bootstrapped .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .bootstrapped .m-xl-n3 {
    margin: -1rem !important; }
  .bootstrapped .mt-xl-n3,
  .bootstrapped .my-xl-n3 {
    margin-top: -1rem !important; }
  .bootstrapped .mr-xl-n3,
  .bootstrapped .mx-xl-n3 {
    margin-right: -1rem !important; }
  .bootstrapped .mb-xl-n3,
  .bootstrapped .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .bootstrapped .ml-xl-n3,
  .bootstrapped .mx-xl-n3 {
    margin-left: -1rem !important; }
  .bootstrapped .m-xl-n4 {
    margin: -1.5rem !important; }
  .bootstrapped .mt-xl-n4,
  .bootstrapped .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .bootstrapped .mr-xl-n4,
  .bootstrapped .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .bootstrapped .mb-xl-n4,
  .bootstrapped .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .bootstrapped .ml-xl-n4,
  .bootstrapped .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .bootstrapped .m-xl-n5 {
    margin: -3rem !important; }
  .bootstrapped .mt-xl-n5,
  .bootstrapped .my-xl-n5 {
    margin-top: -3rem !important; }
  .bootstrapped .mr-xl-n5,
  .bootstrapped .mx-xl-n5 {
    margin-right: -3rem !important; }
  .bootstrapped .mb-xl-n5,
  .bootstrapped .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .bootstrapped .ml-xl-n5,
  .bootstrapped .mx-xl-n5 {
    margin-left: -3rem !important; }
  .bootstrapped .m-xl-auto {
    margin: auto !important; }
  .bootstrapped .mt-xl-auto,
  .bootstrapped .my-xl-auto {
    margin-top: auto !important; }
  .bootstrapped .mr-xl-auto,
  .bootstrapped .mx-xl-auto {
    margin-right: auto !important; }
  .bootstrapped .mb-xl-auto,
  .bootstrapped .my-xl-auto {
    margin-bottom: auto !important; }
  .bootstrapped .ml-xl-auto,
  .bootstrapped .mx-xl-auto {
    margin-left: auto !important; } }

.bootstrapped .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.bootstrapped .text-justify {
  text-align: justify !important; }

.bootstrapped .text-wrap {
  white-space: normal !important; }

.bootstrapped .text-nowrap {
  white-space: nowrap !important; }

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

.bootstrapped .text-left {
  text-align: left !important; }

.bootstrapped .text-right {
  text-align: right !important; }

.bootstrapped .text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .bootstrapped .text-sm-left {
    text-align: left !important; }
  .bootstrapped .text-sm-right {
    text-align: right !important; }
  .bootstrapped .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .bootstrapped .text-md-left {
    text-align: left !important; }
  .bootstrapped .text-md-right {
    text-align: right !important; }
  .bootstrapped .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .bootstrapped .text-lg-left {
    text-align: left !important; }
  .bootstrapped .text-lg-right {
    text-align: right !important; }
  .bootstrapped .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .bootstrapped .text-xl-left {
    text-align: left !important; }
  .bootstrapped .text-xl-right {
    text-align: right !important; }
  .bootstrapped .text-xl-center {
    text-align: center !important; } }

.bootstrapped .text-lowercase {
  text-transform: lowercase !important; }

.bootstrapped .text-uppercase {
  text-transform: uppercase !important; }

.bootstrapped .text-capitalize {
  text-transform: capitalize !important; }

.bootstrapped .font-weight-light {
  font-weight: 300 !important; }

.bootstrapped .font-weight-lighter {
  font-weight: lighter !important; }

.bootstrapped .font-weight-normal {
  font-weight: 400 !important; }

.bootstrapped .font-weight-bold {
  font-weight: 700 !important; }

.bootstrapped .font-weight-bolder {
  font-weight: bolder !important; }

.bootstrapped .font-italic {
  font-style: italic !important; }

.bootstrapped .text-white {
  color: #fff !important; }

.bootstrapped .text-primary {
  color: #007bff !important; }

.bootstrapped a.text-primary:hover, .bootstrapped a.text-primary:focus {
  color: #0056b3 !important; }

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

.bootstrapped a.text-secondary:hover, .bootstrapped a.text-secondary:focus {
  color: #494f54 !important; }

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

.bootstrapped a.text-success:hover, .bootstrapped a.text-success:focus {
  color: #19692c !important; }

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

.bootstrapped a.text-info:hover, .bootstrapped a.text-info:focus {
  color: #0f6674 !important; }

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

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

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

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

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

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

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

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

.bootstrapped .text-body {
  color: #212529 !important; }

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

.bootstrapped .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.bootstrapped .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.bootstrapped .text-decoration-none {
  text-decoration: none !important; }

.bootstrapped .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.bootstrapped .text-reset {
  color: inherit !important; }

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

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

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

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

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

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

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

.bootstrapped .flex-fill {
  flex: 1 1 auto !important; }

.bootstrapped .flex-grow-0 {
  flex-grow: 0 !important; }

.bootstrapped .flex-grow-1 {
  flex-grow: 1 !important; }

.bootstrapped .flex-shrink-0 {
  flex-shrink: 0 !important; }

.bootstrapped .flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .bootstrapped .flex-sm-row {
    flex-direction: row !important; }
  .bootstrapped .flex-sm-column {
    flex-direction: column !important; }
  .bootstrapped .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .bootstrapped .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .bootstrapped .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .bootstrapped .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .bootstrapped .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bootstrapped .flex-sm-fill {
    flex: 1 1 auto !important; }
  .bootstrapped .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .bootstrapped .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .bootstrapped .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .bootstrapped .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .bootstrapped .justify-content-sm-start {
    justify-content: flex-start !important; }
  .bootstrapped .justify-content-sm-end {
    justify-content: flex-end !important; }
  .bootstrapped .justify-content-sm-center {
    justify-content: center !important; }
  .bootstrapped .justify-content-sm-between {
    justify-content: space-between !important; }
  .bootstrapped .justify-content-sm-around {
    justify-content: space-around !important; }
  .bootstrapped .align-items-sm-start {
    align-items: flex-start !important; }
  .bootstrapped .align-items-sm-end {
    align-items: flex-end !important; }
  .bootstrapped .align-items-sm-center {
    align-items: center !important; }
  .bootstrapped .align-items-sm-baseline {
    align-items: baseline !important; }
  .bootstrapped .align-items-sm-stretch {
    align-items: stretch !important; }
  .bootstrapped .align-content-sm-start {
    align-content: flex-start !important; }
  .bootstrapped .align-content-sm-end {
    align-content: flex-end !important; }
  .bootstrapped .align-content-sm-center {
    align-content: center !important; }
  .bootstrapped .align-content-sm-between {
    align-content: space-between !important; }
  .bootstrapped .align-content-sm-around {
    align-content: space-around !important; }
  .bootstrapped .align-content-sm-stretch {
    align-content: stretch !important; }
  .bootstrapped .align-self-sm-auto {
    align-self: auto !important; }
  .bootstrapped .align-self-sm-start {
    align-self: flex-start !important; }
  .bootstrapped .align-self-sm-end {
    align-self: flex-end !important; }
  .bootstrapped .align-self-sm-center {
    align-self: center !important; }
  .bootstrapped .align-self-sm-baseline {
    align-self: baseline !important; }
  .bootstrapped .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .bootstrapped .flex-md-row {
    flex-direction: row !important; }
  .bootstrapped .flex-md-column {
    flex-direction: column !important; }
  .bootstrapped .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .bootstrapped .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .bootstrapped .flex-md-wrap {
    flex-wrap: wrap !important; }
  .bootstrapped .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .bootstrapped .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bootstrapped .flex-md-fill {
    flex: 1 1 auto !important; }
  .bootstrapped .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .bootstrapped .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .bootstrapped .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .bootstrapped .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .bootstrapped .justify-content-md-start {
    justify-content: flex-start !important; }
  .bootstrapped .justify-content-md-end {
    justify-content: flex-end !important; }
  .bootstrapped .justify-content-md-center {
    justify-content: center !important; }
  .bootstrapped .justify-content-md-between {
    justify-content: space-between !important; }
  .bootstrapped .justify-content-md-around {
    justify-content: space-around !important; }
  .bootstrapped .align-items-md-start {
    align-items: flex-start !important; }
  .bootstrapped .align-items-md-end {
    align-items: flex-end !important; }
  .bootstrapped .align-items-md-center {
    align-items: center !important; }
  .bootstrapped .align-items-md-baseline {
    align-items: baseline !important; }
  .bootstrapped .align-items-md-stretch {
    align-items: stretch !important; }
  .bootstrapped .align-content-md-start {
    align-content: flex-start !important; }
  .bootstrapped .align-content-md-end {
    align-content: flex-end !important; }
  .bootstrapped .align-content-md-center {
    align-content: center !important; }
  .bootstrapped .align-content-md-between {
    align-content: space-between !important; }
  .bootstrapped .align-content-md-around {
    align-content: space-around !important; }
  .bootstrapped .align-content-md-stretch {
    align-content: stretch !important; }
  .bootstrapped .align-self-md-auto {
    align-self: auto !important; }
  .bootstrapped .align-self-md-start {
    align-self: flex-start !important; }
  .bootstrapped .align-self-md-end {
    align-self: flex-end !important; }
  .bootstrapped .align-self-md-center {
    align-self: center !important; }
  .bootstrapped .align-self-md-baseline {
    align-self: baseline !important; }
  .bootstrapped .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .bootstrapped .flex-lg-row {
    flex-direction: row !important; }
  .bootstrapped .flex-lg-column {
    flex-direction: column !important; }
  .bootstrapped .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .bootstrapped .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .bootstrapped .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .bootstrapped .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .bootstrapped .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bootstrapped .flex-lg-fill {
    flex: 1 1 auto !important; }
  .bootstrapped .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .bootstrapped .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .bootstrapped .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .bootstrapped .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .bootstrapped .justify-content-lg-start {
    justify-content: flex-start !important; }
  .bootstrapped .justify-content-lg-end {
    justify-content: flex-end !important; }
  .bootstrapped .justify-content-lg-center {
    justify-content: center !important; }
  .bootstrapped .justify-content-lg-between {
    justify-content: space-between !important; }
  .bootstrapped .justify-content-lg-around {
    justify-content: space-around !important; }
  .bootstrapped .align-items-lg-start {
    align-items: flex-start !important; }
  .bootstrapped .align-items-lg-end {
    align-items: flex-end !important; }
  .bootstrapped .align-items-lg-center {
    align-items: center !important; }
  .bootstrapped .align-items-lg-baseline {
    align-items: baseline !important; }
  .bootstrapped .align-items-lg-stretch {
    align-items: stretch !important; }
  .bootstrapped .align-content-lg-start {
    align-content: flex-start !important; }
  .bootstrapped .align-content-lg-end {
    align-content: flex-end !important; }
  .bootstrapped .align-content-lg-center {
    align-content: center !important; }
  .bootstrapped .align-content-lg-between {
    align-content: space-between !important; }
  .bootstrapped .align-content-lg-around {
    align-content: space-around !important; }
  .bootstrapped .align-content-lg-stretch {
    align-content: stretch !important; }
  .bootstrapped .align-self-lg-auto {
    align-self: auto !important; }
  .bootstrapped .align-self-lg-start {
    align-self: flex-start !important; }
  .bootstrapped .align-self-lg-end {
    align-self: flex-end !important; }
  .bootstrapped .align-self-lg-center {
    align-self: center !important; }
  .bootstrapped .align-self-lg-baseline {
    align-self: baseline !important; }
  .bootstrapped .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .bootstrapped .flex-xl-row {
    flex-direction: row !important; }
  .bootstrapped .flex-xl-column {
    flex-direction: column !important; }
  .bootstrapped .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .bootstrapped .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .bootstrapped .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .bootstrapped .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .bootstrapped .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bootstrapped .flex-xl-fill {
    flex: 1 1 auto !important; }
  .bootstrapped .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .bootstrapped .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .bootstrapped .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .bootstrapped .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .bootstrapped .justify-content-xl-start {
    justify-content: flex-start !important; }
  .bootstrapped .justify-content-xl-end {
    justify-content: flex-end !important; }
  .bootstrapped .justify-content-xl-center {
    justify-content: center !important; }
  .bootstrapped .justify-content-xl-between {
    justify-content: space-between !important; }
  .bootstrapped .justify-content-xl-around {
    justify-content: space-around !important; }
  .bootstrapped .align-items-xl-start {
    align-items: flex-start !important; }
  .bootstrapped .align-items-xl-end {
    align-items: flex-end !important; }
  .bootstrapped .align-items-xl-center {
    align-items: center !important; }
  .bootstrapped .align-items-xl-baseline {
    align-items: baseline !important; }
  .bootstrapped .align-items-xl-stretch {
    align-items: stretch !important; }
  .bootstrapped .align-content-xl-start {
    align-content: flex-start !important; }
  .bootstrapped .align-content-xl-end {
    align-content: flex-end !important; }
  .bootstrapped .align-content-xl-center {
    align-content: center !important; }
  .bootstrapped .align-content-xl-between {
    align-content: space-between !important; }
  .bootstrapped .align-content-xl-around {
    align-content: space-around !important; }
  .bootstrapped .align-content-xl-stretch {
    align-content: stretch !important; }
  .bootstrapped .align-self-xl-auto {
    align-self: auto !important; }
  .bootstrapped .align-self-xl-start {
    align-self: flex-start !important; }
  .bootstrapped .align-self-xl-end {
    align-self: flex-end !important; }
  .bootstrapped .align-self-xl-center {
    align-self: center !important; }
  .bootstrapped .align-self-xl-baseline {
    align-self: baseline !important; }
  .bootstrapped .align-self-xl-stretch {
    align-self: stretch !important; } }

.bootstrapped .clearfix::after {
  display: block;
  clear: both;
  content: ""; }

#et-main-area > .bootstrapped {
  margin-top: 2rem; }

@media (max-width: 980px) {
  #et-main-area > .bootstrapped {
    margin-top: 0; } }

.ips-post-list .container {
  padding-top: 1rem; }

.ips-post-list .et_pb_row {
  width: auto;
  padding-top: 0; }

.ips-post-list article {
  margin: 3rem 0; }
  .ips-post-list article img {
    max-width: 100% !important;
    float: none;
    padding: 0;
    margin-top: .25rem; }

.ips-post-list article:first-of-type {
  margin-top: 1rem; }

.ips-post-list .sidebar section {
  margin-bottom: 2rem; }

.ips-post-list .section-title {
  border-bottom: #19335e 1px solid;
  color: #19335e;
  margin-bottom: .5rem;
  padding-bottom: .5rem; }

.ips-post-list .entry-title {
  line-height: 2.25rem !important;
  padding-bottom: 0;
  margin-bottom: .25rem; }

.ips-post-list a.more-link {
  clear: both;
  display: inline-block;
  position: relative;
  background: #19335E;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  color: #ffffff;
  max-width: 100%;
  padding: 5px 5px;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.ips-post-list .ips-taxonomy-header {
  background-repeat: repeat-x;
  background-position: top left;
  background-size: initial;
  padding-bottom: 0;
  padding-top: 0; }

.ips-post-list .ips-taxonomy-description {
  margin-bottom: 1rem; }

.ips-post-list h1#ips-taxonomy-title {
  text-align: center;
  margin-bottom: 0;
  padding: 1rem; }

.ips-post-list .ips-post {
  margin-bottom: 2.5rem; }
  .ips-post-list .ips-post img {
    max-width: 100%; }
  .ips-post-list .ips-post h3.ips-post-title {
    margin-bottom: .25rem;
    padding-bottom: 0;
    line-height: normal !important; }
  .ips-post-list .ips-post .ips-post-meta {
    margin-bottom: 0.25rem; }

.sidebar .ips-post-list h3.ips-post-title {
  font-size: 1.2rem; }

h3.project-page-section-title {
  margin-bottom: 1.5rem;
  padding-bottom: .5rem; }

.press-page section {
  margin-bottom: 2rem; }

.press-page .read-more-container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.press-page a.read-more,
.press-page a.read-more:hover {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.single-ips_author #main-content .container {
  padding-top: 0; }

.single-ips_author .ips-author-sidebar {
  float: none !important;
  width: 100% !important; }
  .single-ips_author .ips-author-sidebar section {
    margin-bottom: 2rem; }
    .single-ips_author .ips-author-sidebar section h3.sidebar-section-header {
      margin-bottom: .5rem;
      padding-bottom: .5rem;
      border-bottom: #19335e 1px solid;
      color: #19335e; }

.single-ips_author section {
  margin-bottom: 2rem; }

.single-ips_author .entry-content {
  padding-top: 0; }

.single-ips_author article img {
  max-width: 200px;
  float: left;
  margin: 0 1rem 1rem 0; }

.single-ips_author .ips-post {
  margin-bottom: 3rem; }
  .single-ips_author .ips-post img {
    max-width: 100%; }
  .single-ips_author .ips-post h3.ips-post-title {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: normal !important; }
  .single-ips_author .ips-post .ips-post-meta {
    margin-bottom: 0.25rem; }

.ips-author .row {
  margin-left: 0;
  margin-right: 0; }
  .ips-author .row .ips-author-headshot {
    padding-left: 0;
    padding-right: 0; }
  .ips-author .row h3.ips-author-name {
    padding-bottom: 0; }

.sidebar .ips-author,
.sidebar .press-expert-list .ips-author {
  padding: .5rem; }
  .sidebar .ips-author img,
  .sidebar .press-expert-list .ips-author img {
    display: block;
    max-width: 100%;
    padding-right: 0; }
  .sidebar .ips-author .ips-author-name,
  .sidebar .press-expert-list .ips-author .ips-author-name {
    margin-bottom: 0;
    padding-bottom: .2rem; }

.widget {
  margin-bottom: 1rem; }
  .widget h2.widget-title {
    color: #19335e;
    font-size: 1.25rem;
    border-bottom: #19335e 1px solid;
    margin-bottom: 1rem;
    padding-bottom: .5rem; }
  .widget .media-contact-wide .media-contact-headshot {
    padding-right: 0; }

.page-template-template-who-we-are .ips-author {
  min-height: 300px;
  text-align: center;
  margin-bottom: 2rem; }
  .page-template-template-who-we-are .ips-author .ips-author-name {
    font-size: 1.25rem;
    padding-bottom: .25rem; }
  .page-template-template-who-we-are .ips-author .ips-author-meta p {
    margin: 0;
    padding: 0; }
  .page-template-template-who-we-are .ips-author .ips-author-meta p.ips-author-trustee-title {
    font-style: italic; }

.tax-ips_project section {
  margin-bottom: 1rem; }

.project-page-content h1 {
  padding-bottom: 0; }

.media-hits-list .ips-media-hit {
  margin-bottom: 1rem; }
  .media-hits-list .ips-media-hit a {
    color: inherit;
    font-weight: bold;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif; }
  .media-hits-list .ips-media-hit .ips-media-hit-title {
    line-height: 1.3rem;
    margin-bottom: 0; }

