*:not(h1, h2, h3, h4, h5, h6) + h2 {
  margin-top: 30px;
}


html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
/* font-family: "interstate", sans-serif; */
font-family: "nobel", sans-serif;


}


.container {
    max-width: 1600px;
    padding-right: 3rem;
    padding-left: 3rem;
}

.container-fluid {
 padding-right: 3rem;
 padding-left: 3rem;
}

/* .container-small {
    max-width: 600px;
} */


.selector-for-some-widget {
    box-sizing: content-box;
}

h1 {
    font-size: 100px;
    font-weight: 200;
}

h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 30px;
}

h3 {
    font-size: 30px;
    font-weight: 200;
    color: #231F20;
    line-height: normal;
    margin-bottom: 30px;
}


h4 {
    font-size: 18px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 20px;
}



h5 {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
}



p {
    font-size: 22px;
    font-weight: 200;
    padding: 0;
    /* margin: 10px; */
}

a, a:hover{
   /* padding: 0; */
   /* margin: 10px; */
   color: #666666;
   transition: 0.2s;
}

a:hover {
    color: #03838C;
    text-decoration: none;
    transition: 0.2s;
}


.normal-ul-class {
    list-style-type: disc !important;
    padding: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 200;
    padding-inline-start: 20px;
}

.navbar-toggler-icon {

}

.navbar-toggler {
  
}


.nav-section-columns{
    display: flex;
    margin-bottom: 20px;
    margin-top:20px;
    justify-content: flex-end;
    align-items: bottom;
}

.nav-row-3-link {
    margin-right: 10px;
}

.navbar-brand img{
    width: 150px;
}

.nav-mini-banner {
    background-color: #03838C;
    /* height: 50px; */

}

.nav-mini-banner a {
    text-decoration: none; 
    color:white;
}


.nav-section {
    width: 100% !important;
    margin: 0;
    padding: 0;
}


.navbar {
    padding: 0;
    margin:0;
}

.nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0 1rem;
}

.dropdown-item.active, .dropdown-item:active {
  background-color:#007983;
}

.countries-list {
    margin:10px 10px 10px 0;
    font-size: 15px;
}

.country-link {
    color:#007983;
    font-size: 15px;
    padding: 0 15px 0 0;
}

.nav-row-3 .nav-link:last-of-type {
  padding-right: 0;
}

.homepage-header {
    background-image: url('/assets/img/homepage-header.png');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #03838C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    padding:0;

}

.homepage-header h1 {
        padding: 5% 10% 5% 3rem;
}

.search-bar {
    background-color: white;
    border-radius: 100px;
    border-color: #666666;
}


.search-bar-input {
    border: none;
    color: #666666;
}


.search-container {
  padding-bottom:20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dee2e6;
}

.search-container h3 {
  margin-bottom: 20px;
}

.breadcrumb-1::before {
    content: ">" !important;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }



.down-arrow-button img {
    padding: 5% 3rem;
    
}

.footer {
    padding: 5%;
    margin:0;
    
}


.wistia-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.wistia-video {
  width: 100%;
  background-color: aliceblue;
}


.container-light-grey {
    background-color: #FAFAFA;
    padding: 5% 10%;
}

.grey-column {
    background-color: #FAFAFA;  
}

.section-dark-grey {
    background-color: #E1E1E1;
    padding: 0;
}


.section-image {
    object-fit: cover;
    height: 100%;
  }


.section-light-grey {
    background-color: #FAFAFA;
    padding: 0;

}

.teal-button {
    color: white;
    background-color:#019AA6; 
    border: none;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 0;
    max-width: 300px;
    text-wrap:wrap;
    cursor: pointer;
    filter: drop-shadow(1px 1px 4px #b0b0b0);
    text-align: center;
}

.teal-button:hover {
  color: white;
  background-color:#00717a;
}

.white-button {
    color: #019AA6; 
    background-color: white; 
    border: none;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 0;
    filter: drop-shadow(1px 1px 4px #b0b0b0);
    max-width: 300px;
    text-wrap:wrap;
    cursor: pointer;
}


.teal-button-full-width {
    color: white;
    background-color:#019AA6; 
    border: none;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 0;
    width: 645px;
    text-wrap:wrap;
    filter: drop-shadow(1px 1px 4px #b0b0b0);
     cursor: pointer;
}


.feature-product-section {
    padding: 10px;
    
}


.feature-product-section-left {
    background-color: #007983; 
    color: white;
    border-radius: 20px 0px 0px 20px;
    padding: 50px;
    min-width: 50%;
    min-height: 400px;
}

.feature-product-section-right {
    background-color: white;
    color: white;
    border-radius: 0px 20px 20px 0px;  
    min-width: 50%; 
    min-height: 400px;
}


.row-100 {
    width: 100%;
}

.carousel-cell {
    width: 100%; /* full width */
    height: max-content;

}

.main-carousel {
    padding-top: 50px;
}

.carousel-controls {
border: none;
background: none
}


.card {
    border-radius: 20px; 
    color: white;
    /* min-height: 400px; */
    /* max-width:300px; */
    filter: drop-shadow(1px 1px 4px #d4d4d4);

}



.card-body {
    padding: 20px 20px;
    border: none;
    
}

.card-body-product {
  margin-top: auto;
}

.card-body-product h3 {
  margin-bottom: 10px;
}

.card-body-image {
  display: flex;
  align-items: center; /* vertical centering */
  justify-content: center; /* optional: horizontal centering */
  height: 100%; /* ensure it has height to center within */
  min-height: 200px;
}

 /*.card-body-product h3 {
    position: relative;
    z-index: 2; */
    /* height: 90px; 
}*/

.product-image {
    /* position: relative;
    z-index: 1; */
    /* display: block; */
    /* max-height: 500px; */
    border-radius: 20px 20px 20px 20px;
    
}

.product-image--search {
  max-width: 200px;
  width: 100%;
  float: right;
  margin: 0 0 20px 20px;
}

.product-card-title {
    padding: 20px;
    margin: 0!important;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(226, 226, 226, 1) 100%);
    border-radius: 0px 0px 20px 20px; 
    color: #212529;
    display: flex;
    align-items: center; 
    z-index: 2;
}



.product-card {
    margin-bottom: 40px;
    transition: .2s;
    min-height: 330px;
}

.product-card:hover {
    border: #007983 solid 2px;


}


.product-image-shopping-cart-wrapper {
    background-color: white;
    max-width: 200px;
    display: flex;
    justify-content: center;
    padding: 0;
    margin:0;

}

.shopping-cart-wrapper {
   overflow: scroll;
   scrollbar-color:  #B2B2B2;
   scrollbar-width: 15px;
   height: 600px;
  
}


.shopping-cart-item-wrapper {
    border-bottom: 1px solid #666666;
    padding-bottom: 50px;
    margin-bottom: 50px;
}


.quantity-select-delete {
    display: flex;
    flex-direction: row;
}

.related-products-section-block {
    background-color: #FAFAFA;
    padding: 10%;
}

.quantity-input {
    border: 1px solid #666666;
}


.green-linked-text {
    color: #019AA6;
    
}

.button-call-out-wrapper {
    background-color: #F2F2F2;
    padding: 30px;
    max-width: 580px;

}

.button-call-out-wrapper-no-bg {
    padding-top: 30px;
    //max-width: 80%;
    
}

.button-call-out {
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-content: center;
}



.product-detail-page-container {
    display: flex;
    flex-direction: row;
   
    /* justify-content: start;
    align-content: flex-start; */
}




.color-boxes {
    margin-top: 2%;
    margin-bottom: 2%;
}


.color-box-1 {
    background-color: #007983;
    height: 100%;
    background-image: url('/assets/img/instruments-1.png'); 
    background-position: right 50px;
    background-size: 600px; 
    background-repeat: no-repeat; 
    /* min-height: 300px; */
    padding: 20px 20px 70px 20px;
}


.color-box-1-plain {
    background-color: #007983;
    height: 100%;
    /* min-height: 300px; */
    padding: 20px 20px 70px 20px;
}

.color-box-2 {
    background-color: #0993BF;
    height: 100%;
    background-image: url('/assets/img/ent-instruments.png'); 
    background-position: right bottom;
    background-size: 600px; 
    background-repeat: no-repeat; 
    /* min-height: 300px; */
    padding: 20px 20px 70px 20px;
}


.color-box-2-plain {
    background-color: #0993BF;
    height: 100%;
    /* min-height: 300px; */
    padding: 20px 20px 70px 20px;
}

.color-box-3 {
    background-color: #52906E;
    background-image: url('/assets/img/continue-education.png');
    background-repeat: no-repeat; 
    height: 100%;
    padding: 20px 20px 70px 20px;
    background-blend-mode: multiply;
    background-size: cover;
}

.color-box-4 {
    background-color: #081F3C;
    background-image: url('/assets/img/instrument-maintanence.png');
    background-blend-mode: multiply;
    height: 100%;
    padding: 20px 20px 70px 20px;
}


.add-columns {
  column-count: 3; 
  column-gap: 0 1rem;
}

@media (max-width: 992px) {
  .add-columns {
    column-count: 2; 
    column-gap: 0 1rem;
  }  
}


#product_filter ul {
  padding-left: 0;
}


/*===============================================
  B+L Default Header
===============================================*/

.nav-mini-banner__wrapper {
  
}

.nav-mini-banner {
  background-color: #03838C;
  padding: .5rem 5% 1rem 5%;
  align-items: center;
  display:flex;
  flex-direction: row;
  border-bottom: 1px solid #dee2e6
}

.nav-mini__logo-wrapper {
  margin-right: auto;
  max-width: 200px;
}



/*===============================================
  B+L Default Footer
===============================================*/

.branded-footer {
  background-color: #03838C;
  color: white;
  padding: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  //align-items: center;
}

.footer-left {
  flex: 0 1 25%;
  padding: 0 10px;
}

.footer-left p {
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-right {
  flex: 0 1 75%;
  padding: 0 10px 0 20px;
}

.footer-bl-logo {
  margin-bottom: 18px;
}

.footer-bl-logo img {
  max-width: 250px;
}

.footer-links {
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 0;
}

.footer-links ul {
  list-style-type: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 14px;
}

.footer-links ul li a {
  color: #fff;
  background: url(/assets/img/new_window_icon.svg) no-repeat right bottom;
  font-size: 12px;
  padding-right: 18px;
  text-decoration: underline;
  background-size: 10px;
  font-weight: 700;
}

.footer-links ul li a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .footer-links .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .footer-links .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  
}

@media (max-width: 992px) {
  .footer-links {
    display: block;
  }
  
  .footer-left {
    width: 100%;
  }
  .footer-right {
    width: 100%;
  }
  .branded-footer {
    display: block;
  }
  .footer-links .col-lg-6 {
    padding: 0;
  }
  .footer-links .col-lg-3 {
    padding: 0;
  }
  
}


.socialLink {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  margin-bottom: 21px;
}

.socialLink li {
  color: #fff;
  margin-right: 16px;
  list-style-type: none;
}

.socialLink__image {
  width: 20px;	
}

.social-link-top {
  border-bottom: 1px solid #35A781;
    padding-bottom: 0px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    padding-left: 0px;
  }




/*.branded-footer {
    background-color: #03838c;
    color: white;
    padding: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-link {
    list-style-type: none;
    margin: 10px;
    color: white;
    padding: 0;
    margin: 0;

}

.footer-link:hover {
    color: black !important;
    

}


.footer-lists li, ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    color: white;
}

.footer-lists a {
    padding: 0;
    margin:0;
}

.footer-page-link {
    color: #019AA6;
    font-weight: 300;
}

.social-link img {
    width: 20px;
    margin: 0px 10px;
}
*/




.page-header {
    background-image: url('/assets/img/instruments-1.png');
    /* width: 100%; */
    height: 250px;
    background-repeat: no-repeat;
    background-color: #03838C;
    background-position: 100% -100px;
    background-size: 900px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    padding:0;
    

}


.page-header h2 {
        padding: 5% 10% 5% 3rem;
        line-height: 50px;
    }


.page-header-plain {
    /* width: 100%; */
    height: 250px;
    background-repeat: no-repeat;
    background-color: #009BB0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    padding:0;
    

    h2 {
        padding: 5% 10% 5% 1%;
        line-height: 50px;
    }
}

.breadcrumb {
    background-color: white;
    font-weight: 300;
}

.breadcrumb-logout-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.log-out-button {
    padding: .75rem 1rem;
    cursor: pointer;
}


#grey-bullet-list > li{
    /* color: #666666 !important; */
    color: #212529 !important;
    list-style-type:disc !important;
    margin-left:20px;
    font-weight: 200;
    font-size: 22px;
}


.page-container {
    margin: 5% 0;
}
.page-container img {
  width: 100%;
}

#products-and-filter{
   
    margin-bottom: 100px;
    
    
}

.product-filter-section {
    background-color: #FAFAFA;
    padding: 30px;
    /* margin-right: 50px; */
}

#exampleFormControlSelect1 {
    color: #BCBCBC;
}



.captcha {
  margin-bottom: 20px; 
}

.captcha img {
  width: auto;
}


.form-group {
    color: #707070 !important;
}


.form-check-label {
    color: #707070;
    font-weight: 300;
    margin-bottom: 5px;
}


.form-check {
    border-radius: 0; 
}



.freeform-row .freeform-column .freeform-label {
  font-weight: 300!important;
}



.product-item-amount-dropdown {
    background-color: white;
    color: #666666;
    border-radius: 0;   
}

.pagination-item-row {
    display: flex;
    justify-content: space-between;
    
}


.dropdown-item{
    color: #666666;
    white-space: wrap!important;
}



.horizontal-line {
    border-top: 0.5px solid #B5B5B5; 
    width: 100%;
    margin:0;
}


.pagination-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}



.pagination-with-brand-colors a{
    border: none;
    color: #666666;
}
.page-item.active .page-link {
    background-color: #019AA6;
    border-radius: 50%;
    border: none;
    color: white;
    line-height: 15px;
   
}


.page-item li {
    font-weight: 200;
}



/*===================Modal========================== */

.img-thumbnail-wrapper {
  display: flex;
  align-items: center;     /* Vertical centering */
  justify-content: center; /* Optional: horizontal centering */
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  height: 80px;
  width: 80px;
  padding: 3px;
  overflow: hidden; /* Optional: prevents oversized image from spilling out */
  cursor: pointer;
}

.thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
  }
  

.product-image-viewer {
    max-width: 500px;
}

.product-image-viewer .main-image {
  min-height: 200px;
  display: flex;
  align-items: center;      /* Vertically center */
  justify-content: center;  /* Horizontally center (optional) */
}

.product-image-viewer .main-image img {
  max-height: 400px;
  width: 100%;
  height: auto;
}


/*===========TABLE================= */

table {
    width: 100%;
    border: 1px solid #666666;
    border-bottom: 1px solid transparent;
}

    table :is(th, td) {
        padding: 20px;
    }

    table th {
        font: normal normal normal 24px/32px Nobel;
        background-color: #019AA6;
        color: #fff;
    }

    table tbody td {
        border: 1px solid #666666;
        font-size: 16px;
    }

    table:not(:last-child) {
        margin-bottom: 64px;
    }

    table thead {
        background-color: #019AA6;
        color: #fff;
    }



/*===========QUIZ================= */
#quiz label {
  font-size: 20px;
  font-weight: 300;
}

#quiz input[type=checkbox], #quiz input[type=radio] {
  margin-right: 5px;
}

#quiz .question {
  margin-bottom: 20px;
}

#quiz .options {
  list-style-type: none;
}

/* ================ mobile view only ================== */


@media (max-width: 767.98px) {
    
    .horizontal-line {
        border-top: none;
    }
    
    .horizontal-line-mobile {
        border-top: 0.5px solid #B5B5B5; 
        width: 100%;
        margin-top: 20px;
    }



.product-detail-page-container {
    flex-wrap: wrap;
    /* justify-content: start;
    align-content: flex-start; */
}


}



/* Rotate arrow when accordion is open */
button[aria-expanded="true"] .dropdown-arrow svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  
  .dropdown-arrow svg {
    transition: transform 0.3s ease;
  }
  

  .mobile-nav-collapse-wrapper {
    padding-bottom: 20px;
  }


  .mobile-nav-collapse {
    border-radius: 0;
    background-color: #03838C;
    color: white;
  }


  .collapse-content {
    background-color: #FAFAFA; 
  }







@media (max-width: 980px) {
 

    .product-card {
        height: 90%;
        margin-bottom: 40px;
        text-size-adjust: auto;
    
    }

   
    .product-image {
        position: relative;
        z-index: 1;
        /* display: block; */
        //height: 100%;
        width: 100%;
    }

    /* .product-card h3 {
        text-size-adjust: 80%;
    } */

    

}



@media (max-width: 770px) {
    
    .countries-row {
        display: flex;
        flex-direction: column-reverse;
    }


    .nav-row-3 {
        background-color: #FAFAFA;
      
        margin-bottom: 10px;
        
    }

    h1 {
        font-size: 70px; 
        line-height: 80px;
        padding-right: 4%;
        padding-left: 4%;
    }

    .page-header {
        background-image: url('/assets/img/instruments-1.png');
        /* width: 100%; */
        height: 250px;
        background-repeat: no-repeat;
        background-color: #03838C;
        background-position: 20% -100px;
        background-size: 900px; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: white;
        padding:0;
        }

    
        .button-call-out {
        /* margin: 0 auto; */
        width: 100%;
        /* display: flex; */
        /* flex-direction: column; */
        
    }

.container {
    padding-right: 4%;
    padding-left: 4%;
}

.container-fluid {
  padding-right: 4%!important;
  padding-left: 4%!important;
}

.homepage-header h1 {
  padding-right: 0;
  padding-left: 0;
}

.down-arrow-button img {
  padding: 5% 3rem 5% 0;
}

.container-light-grey {
    padding: 5% 0;
}

.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
  padding-left: 0!important;
  padding-right: 0!important;
}

.page-header h2 {
        padding: 5% 0 5% 0;
        line-height: 50px;
    }
}




@media (max-width: 575px) {

    .nav-section-columns{
        margin-top: 10px;    
    }
   
  
   
    .feature-product-section-left {
        border-radius: 20px 20px 0px 0px;
        width: 100%;
        
        
    
    }
    
    .feature-product-section-right {
        border-radius: 0px 0px 20px 20px;
        padding: 50px;
    
    }


    .branded-footer {
        display: flex;
        flex-direction: column;
        
    }

    .nav-link {
        padding: 10px;
    }


    .product-card {
        text-size-adjust: auto;
       
    }


    .product-image  {
        position: relative;
        z-index: 1;
        /* display: block; */
        height: auto;
        width: 100%;
        min-height: auto;
    }
    
    .card-body-product {
      align-self: normal;
    }
    
    .card-body-image {
      min-width: 100%; 
    }

    
}


/* Caroline */


.nav-link img {
    vertical-align: text-top;
    margin-left: .15rem;
}

p a {
    color: #019AA6;
    text-decoration: underline;
}

.highlight-row ul > li {
    color: #212529;
    list-style-type: disc !important;
    margin-left: 20px;
    font-weight: 200;
    font-size: 22px;
}

.highlight-row ol > li {
    color: #212529;
    list-style-type: disc !important;
    margin-left: 20px;
    font-weight: 200;
    font-size: 22px;
}


.highlight-row.light-text ul>li {
     color: #FFFFFF;
}

.highlight-row.light-text ol > li {
     color: #FFFFFF;
}


.highlight-row {
    padding: 0;
}

.highlight-row.highlight-row__even .row {
    flex-direction: row-reverse;
}

/*#products-and-filter>.row {
    flex-direction: row-reverse;
}*/

#category-product-filter li {
    border-radius: 0;
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

#category-product-filter>li>ul {
    margin-left: -20px;
}

.row-pagination h4, .row-pagination .pagination {
    margin-bottom: 0;
}

.product-listings .product-card {
    align-items: center;
    justify-content: center;
}

.product-card:hover {
    outline: #007983 solid 2px;
    border: none;
}

.text-red {
    color: red;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.breadcrumb:last-child {
    color: #6c757d;
}

.page-container {
    margin: 4% 0 5%;
}

.page-header {
    background-image: inherit;
}

.search-bar-input {
    border-radius: 100px;
    border: 1px solid;
    padding: .375rem .75rem;
    min-width: 12rem;
}

.header-form.search-form button {
    margin-left: -38px;
    background: transparent;
    margin-top: -4px;
    border: none;
}

h2 + .header-subtext {
    margin-top: -30px;
}

.mark, mark {
    background-color: #E1E1E1; 
}

.background-dark, 
.background-dark h1, 
.background-dark h2,
.background-dark h3 {
    color:#FFFFFF;
}

.background-light,
.background-light h1,
.background-light h2,
.background-light h3 {
    color: #212529;
}

.color-boxes .btn,
.highlight-row .btn {
    color: #019AA6;
    background-color: #FFFFFF;
    border: none;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 0;
    filter: drop-shadow(1px 1px 4px #b0b0b0);
    max-width: 300px;
    text-wrap: wrap;
    cursor: pointer;
}

.color-boxes .background-light .btn {
    color: #FFFFFF;
    background-color: #019AA6;
}
.color-box-1 {
    background-image: inherit;
}
/*.featured-row .container {
    padding-right: calc(var(--bs-gutter-x) * .5 + 1rem);
    padding-left: calc(var(--bs-gutter-x) * .5 + 1rem);
}*/

.btn.teal-button:hover, 
.btn.teal-button:focus, 
.btn.teal-button:active {
    color: #019AA6;
    background-color: white;
}

.btn.white-button:hover,
.btn.white-button:focus,
.btn.white-button:active,
.color-boxes .btn:hover,
.color-boxes .btn:focus,
.color-boxes .btn:active,
.highlight-row .btn:hover,
.highlight-row .btn:focus,
.highlight-row .btn:active {
    color: white;
    background-color: #019AA6;
}

.button-call-out-wrapper-no-bg {
    padding-top:0;
}

.questions ul li {
    color: #212529;
}

/*.col-md-6 .col-md-8 {
    flex: inherit;
    max-width: inherit;
}*/



    /*form label {
        display: block;
        color: #0d0d19;
        margin-bottom: 5px;
        font-weight: 500;
    }

    form input:not([type="submit"]) {
        display: block;
        width: 100%;
        padding: 8px 15px;
        font-size: 1rem;
        line-height: 1.6;
        color: #0d0d19;
        background-color: #fff;
        background-image: none;
        transition: border-color .2s ease,box-shadow .2s ease;
        -webkit-appearance: none;
        border: 1px solid #cbcbda;
        border-radius: 5px;
    }*/

    /* Styles for the main password strength indicator wrapper */

    .rank-wrap {
        position: absolute;
        right: 6px;
        top: 6px;
        background: #fff;
        text-transform: uppercase;
    }

    /* Default styles for the password strength indicator text wrap */

    .rank-wrap .status-tag {
        background: none;
        text-transform: uppercase;
        border: 1px solid transparent;
        font-family: Roboto,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Oxygen,Cantarell,sans-serif;
        display: inline-block;
        padding: 3px 8px 2px;
        color: #8f90b0;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 3px;
        margin: 0;
    }

    /* Styles for strong and very strong password */

    .rank-wrap .status-tag.strong {
        border-color: #00c571;
        color: #00c571;
    }

    /* Styles for good password */

    .rank-wrap .status-tag.good {
        border-color: #ffb40b;
        color: #ffb40b;
    }

    /* Styles for weak password */

    .rank-wrap .status-tag.weak {
        border-color: #fa5252;
        color: #fa5252;
    }

