@charset "UTF-8";
/* CSS Document */

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }
      .bd-mode-toggle {
        z-index: 1500;
      }
/* ____________________________________________________ */

/* .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: white;
  background-color: #be1d2d;
} */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #be1d2d;
  font-weight: bold;
  text-decoration: underline;
	background-color: white;
}

.nav-link.active:hover {
	color: black;
	text-decoration: underline;
}

.nav-link {
  color: #0d0d0d;
}

/* .nav-link:focus,*/ .nav-link:hover {
  color: white;
	text-decoration: underline;
}

.nav-link:focus {
  color: #0d0d0d;

}

.nav-pills {
  margin-top: 30px;
}

/* Footer */
.bg-body-tertiary {
  color: white !important;
  background-color: #be1d2d !important;
}

.text-body-secondary {
	color:white !important;
}
 

/* ______________________ */

/* Links */
a {
  color: #be1d2d ;
  text-decoration: none;
	font-weight: bold;
}

a:hover {
  color: #be1d2d ;
  text-decoration: underline;
	
}

/* Buttons */
.btn-primary {
    color: #fff;
    background-color: #be1d2d;
    border-color: #be1d2d; /*set the color you want here*/
}
/* .btn-primary:hover,*/ .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #9e101e;
    border-color: #9e101e; /*set the color you want here*/
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 0; 
  --bs-gutter-y: 0;
}

h1 {
  /* margin-top: -20px; */
}

  @media (min-width: 1200px)
.h1, h1 {
  font-size: 2.5rem;
}

@media (min-width: 1200px)
.h2, h2 {
  font-size: 1.5rem !important;
}


/* Right nav */
.list-group.list-group-flush.left-nav {
  /* margin-top: -20px; */
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 1px;
}

/*.Red navigation bar */
.bg-success {
  background-color: #be1d2d !important;
	--bs-success-rgb: rgba(var(129,29,45),var(--bs-bg-opacity)) !important;
	
}

.navbar.navbar-expand-lg.navbar-dark.bg-dark.red-background {
  background-color: #be1d2d !important;
}

.navbar.navbar-expand-lg.navbar-custom {
  background-color: #be1d2d !important;
}

.bg-dark {
  --bs-dark-rgb: 190, 29, 45 !important;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

.nav-link {
  color: white;
}

.nav-link.active:hover {
  color: white;
  text-decoration: underline;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  text-decoration: underline;
	color: white;
}

.navbar-brand {
	--bs-navbar-brand-color: white !important;
}

.navbar-brand:focus, .navbar-brand:hover {
  --bs-navbar-brand-hover-color: white !important;
	text-decoration: underline;
}

.nav-link:focus {
  color: white !important;
}



btn-outline-success {
  --bs-btn-color: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: white;
  --bs-gradient: none;
}

/* .btn:hover {
  color: #be1d2d !important;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
} */

.btn:hover {
  color: #be1d2d !important;
  background-color: white !important;
  border-color: #be1d2d !important;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.btn-outline-success {
  --bs-btn-color: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #be1d2d !important;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #be1d2d !important;
  --bs-gradient: none;
}

.navbar-toggler {
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: white;
}


.container.container-fluid-2 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 97%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

.dropdown-item {
  --bs-dropdown-link-color:#be1d2d !important;
}

.dropdown-item.active, .dropdown-item:active {
  --bs-dropdown-link-active-color:white !important;
   --bs-dropdown-link-active-bg: #be1d2d !important;
}

.dropdown-item:hover {
  --bs-dropdown-link-hover-color: #be1d2d !important;

}

.py-3-2 {

    padding-top: 1rem !important;
    padding-bottom: 0 !important;

}

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

.navbar-brand {
	font-size: var(--bs-nav-link-font-size) !important;
	font-weight: normal !important;
    margin-right: var(--bs-navbar-nav-link-padding-x) !important;
}

a.navbar-brand.active {
    text-decoration: underline;
    color: white;
}

.active {
  text-decoration: underline;
}

#accordionUnifier {
  min-height: 200px;
}

.accordion-button:focus {
	border-color: white !important;
}

.accordion-button:not(.collapsed) {
	background-color: white !important;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
	border: var(--bs-accordion-border-width) none var(--bs-accordion-border-color);
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-button {
	font-weight: bolder;
}

html {
	
	overflow-y: scroll !important; 
	/* margin-left: calc(100vw - 100%) !important; */
}

@media (min-width: 1200px) {
    /* INTERIOR */
    main > .container {
    	min-height: calc(100vh - 1177px - 80px);
    }
}

.redesigned-theme-2018 .wufoo .info h2 {
    margin-top: 0px !important;
    margin-bottom: 20px;
}

.col-md-8.themed-grid-col{
	min-height: 85px;
}

.navbar-dark, .navbar[data-bs-theme="dark"] {
	--bs-navbar-toggler-border-color: rgb(255, 255, 255) !important;
}

.row.mt-4.text-center.footer-links {
	font-size: small !important;
}
.row.mt-4.text-center.footer-links a {
  color: white !important;
  font-weight: normal;
  font-size: small !important;
}

.sm-icons:hover {
  text-decoration: none;
}