.navbar-brand {
    padding-right:0px;
    padding-top: 0px;
}
.nav-mar-5 {
    margin-left:5px;
    margin-right:5px
}


.hr-nav {
    height: 3px;
    border-width:0px;
    opacity: 1;
    color:#515f8C;
    background-color:#515f8C;
    margin-top:1px;
    margin-bottom:1px;
}

.hr-footer {
    width:45px;
    height:3px;
    border-width:0px;
    color:#515f8C;
    background-color:#515f8C;
    margin-top:0px;
    margin-bottom:10px;
    opacity: 1;
}

.hr-title {
    width:66px;
    height: 5px;
    border-width:0px;
    opacity: 1;
    color:#515f8C;
    background-color:#515f8C;
    margin-top:1px;
    margin-bottom:1px;
}

.btn-primary {
    background-color: #515f8C;
    border-color: #515f8C;
    color: #fff;
    border-width: 2px;
    transition: none;
}
.btn-primary:hover {
    background-color: #3E4B70;
    border-color: #3E4B70;
    color: #fff;
}
.btn-primary:active {
    background-color: #3E4B70;
    border-color: #3E4B70;
    color: #fff;
}
.btn-primary:focus {
    background-color: #3E4B70;
    border-color: #3E4B70;
    color: #fff;
}

.btn-secondary {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
    border-width: 2px;
    transition: none;
}
.btn-secondary:hover {
    background-color: #efeded;
    border-color: #000000;
    color: #000000;
}
.btn-secondary:active {
    background-color: #f5f5f5;
    border-color: #000000;
    color: #000000;
}
.btn-secondary:focus {
    background-color: #f5f5f5;
    border-color: #000000;
    color: #000000;
}

.btn-secondary-light {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    border-width: 1px;
}
.btn-secondary-light:hover {
    background-color: #f5f5f5;
    border-color: #000000;
    color: #000000;
}
.btn-secondary-light:active {
    background-color: #f5f5f5;
    border-color: #000000;
    color: #000000;
}
.btn-secondary-light:focus {
    background-color: #f5f5f5;
    border-color: #000000;
    color: #000000;
}

.m15 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
}
.m10 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 14px;
}


.mt-15 {
    margin-top: 10px;
}

.ml-90 {
    margin-left: 5%;
}

.p11 {
    padding-left: 16px;
    padding-right: 16px;
}

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

.sticky-footer {
    position: relative;
    bottom: 0;
    width: 100%;
}


.vid{
    display: flex;
    justify-content: center;

}
video {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

    .lead {
        font-size:  17px;
    }

    .ml-90 {
        margin-left: 10px;
        margin-right: 10px;
    }



    body {
        font-family: "Open Sans" , Helvetica, Arial, sans-serif !important;
      }

      body {
        background-color: white;
        font-family: "Open Sans";
        font-size: 14px;
        color: #333333;
    }
h1 {
    font-family: "Open Sans light" , Helvetica, Arial, sans-serif !important;
}
p {
    font-family: "Open Sans light" , Helvetica, Arial, sans-serif !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 279px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin: 1rem;
}

/***** Removes outline (hamburger) *****/
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
/***** End Remove outline (hamburger)*****/

.mid {
    display: flex;
    justify-content: center;
}

.end {
    display: flex;
    justify-content: end;
}

.card-img-top {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
}

.card-img-top-lp {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 90%;
}

.card-body {
    margin: 0px;
}

.pt50 {
    padding-top: 50px;
}

.pb25 {
    padding-bottom: 25px;
}
.pb50 {
    padding-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.hero-img {
    width: 70%; /*or whatever you choose*/
    margin: auto;
 }
 .hero-img img {
    display: block;
    width: 100%;
    max-width: 500px; /*actual image width*/
    height: auto; /* maintain aspect ratio*/
    margin: auto; /*optional centering of image*/
 }
.hero-vid {
    width: 100%; /*or whatever you choose*/
    margin: auto;
 }
 .hero-vid video {
    display: block;
    width: 100%;
    max-width: 700px; /*actual image width*/
    height: auto; /* maintain aspect ratio*/
    margin: auto; /*optional centering of image*/
 }

 .hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust the height as needed */
    margin-left: 0px;
  }

  section {
    margin-top: 70px;
    margin-bottom: 70px;
  }


 @media screen and (max-width: 575px) {
    .hr-nav {
        width:20%;
        height: 3px;
        border-width:0px;
        opacity: 1;
        color:#515f8C;
        background-color:#515f8C;
        margin-top:1px;
        margin-bottom:1px;
    }
    .btn-primary {
        margin-bottom: 5px;
    }
    .btn-secondary {
        margin-bottom: 5px;
    }

 }



 @media screen and (max-width: 1199px) {
    .ml-90 {
        margin-left: 0;
    }
    .btn-primary {
        margin-bottom: 5px;
    }
}


@media screen and (max-width: 1199px) {
    .mt-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .hero-vid {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

}

li>a {
    text-decoration: none;
    color: #515f8C;
}
li>a:hover {
    text-decoration: none;
    color: #3E4B70;
}
.card-img-top{
    margin-top: 30px;
}

/* accordion button selected */
.accordion-button.collapsed{
    transition: none;
}
.accordion-button:not(.collapsed){
    background-color: #515F8C;
    color: #fff;
    outline: none;
    box-shadow: none;
    font-weight: 400;
}
.accordion-button:is(.collapsed){
    outline: none;
    box-shadow: none;
    font-weight: 400;
}

.vert-nav {
    color: #6c757d;
}
.vert-nav:hover {
    color: #515f8C;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0!important;
    box-shadow: 0 0 0 0.25rem rgb(81, 95, 140, 0.1);
 }
/* Change accordion svg button color fill="add fill color" */
 .accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* alert w/icon */

.alert {
    display: flex;
    flex-direction: row;
}

.alert>i {
    margin-right: 15px;

}

/* sticky sidebar */
.sidebar {
    height: 70vh;
    padding-left: 65px;
    padding-bottom: -500px;
  }

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .pb50 {
    padding-bottom: 50px;
  }

  .nav-item:focus:after:active:hover {
    background-color: transparent;
  }

  .card-text {
    font-size: 14px;
  }
/***** Footer *****/
  .invert {
    filter: invert(100%);
  }

  .o70 {
    opacity: 0.7;
  }

/* Style for back-to-top button */
  #back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50px;
}
.footer-link {
    color: white;
    text-decoration:none;
}
.footer-link:hover{
    color: #07addb;
}
.container-hero {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.container-hero p{
    max-width: 700px;
}



.hr-heading {
    width: 70px;
    height: 3px;
    border-width:0px;
    opacity: 1;
    color:#515f8C;
    background-color:#515f8C;
    margin-top:2px;
    margin-bottom:10px;
}

.hr-heading-center {
    width: 70px;
    height: 3px;
    border-width:0px;
    opacity: 1;
    color:#515f8C;
    background-color:#515f8C;
    margin-top:2px;
    margin-bottom:10px;
    margin-right:auto;
    margin-left: auto;
}

.overview-margin{
    margin: 0 45px 25px 45px;
}

@media screen and (max-width: 1199px) {
    .hr-nav {
        width:30%;
        height: 3px;
        border-width:0px;
        opacity: 1;
        color:transparent;
        background-color:transparent;
        margin-top:0px;
        margin-bottom:0px;

    }
    .container-hero {
        margin-top: 80px;
        margin-bottom: 80px;

    }

      .active {
        display: inline-block;
        width: 3px;
        height: 25px;
        background-color: #515f8C;
        margin-left:-10px;
        margin-right: 7px;
        vertical-align: middle;
      }
      .nav-item {
        padding: 0 10px;
        margin: 0 18px;
      }
      .nav-item:hover{
        background-color: #fafafa;
      }

      .overview-margin{
        margin: 0 20px;
    }
    .navbar-brand {
        padding-right:0px;
        padding-top: 0px;
        padding-bottom: 0px
    }

}

.nav-link {
    transition: none;
    color: black;
}

.container-xl {
    max-width: 100%;
}

.table-btn {
    width: 90px;
}

iframe {
    background-color: white !important;
    width: 100%;
    margin-bottom: 100px;
  }

  /* Hide mobile links on smaller screens */
@media screen and (max-width: 1199px) {
    .desktop-link {
        display: none;
        width: 250px;
    }
    .mobile-link {
        display: block;
        width: 250px;
    }
}

/* Show mobile links on larger screens */
@media screen and (min-width: 1200px) {
    .mobile-link {
        display: none;
        width: 250px;
    }
    .desktop-link {
        display: block;
        width: 250px;
    }
}

  /* Hide mobile links on smaller screens */
  @media screen and (max-width: 1199px) {
    .desktop-tbl-btn {
        display: none;
    }
    .mobile-tbl-btn {
        display: block;
    }
}

/* Show mobile links on larger screens */
@media screen and (min-width: 1200px) {
    .mobile-tbl-btn {
        display: none;
    }
    .desktop-tbl-btn {
        display: block;
    }
}


a.dropdown-item:hover {
    color: #000000;
    background-color: #f5f5f5;
}

a.dropdown-item:active {
    color: #000000;
    background-color: #f1f1f1;
}

.dropdown-menu {
    border: 1px solid #ffffff;
}

a.dropdown-item.active {
    color: #000000;
    background-color: #eeeeee;
}
a.dropdown-item.active:hover {
    color: #000000;
    background-color: #f5f5f5;
}

  /* iOS-specific fix for hero image */
@supports (-webkit-overflow-scrolling: touch) {
  .hero-section {
    background-attachment: scroll;
  }
}

.dropdown-item {
    font-size: 14px;
}

.btn.disabled {
    background-color: #515f8C;
    border-color: #515f8C;
}

.btn.disabled-opaque {
    opacity: 1;
}
