.greenRuleAbove{
    border-top: 1px solid #036;
}

/*.glyphicon-chevron-right:before {*/
/*    content: "\f054";*/
/*    -webkit-font-smoothing: antialiased;*/
/*    display: inline-block;*/
/*    font: normal normal normal 16px/1 FontAwesome;*/
/*    margin-right: 2px;*/
/*    width: 1em;*/
/*    color: #07639D!important;*/
/*}*/
/*h3.panel-title a{*/
/*    color: #333333 !important;*/
/*    text-decoration: none;*/
/*}*/

.ui-widget :active, .ui-widget :focus {
    background: #fff;
    border: 2px solid #07639D !important;
}
@media(min-width:768px){
    .monthly-rate{
        text-align: right;
        float: right;
    }
}
@media(max-width:767px){
    .monthly-rate{
        text-align: left;
        float: left;
        /*margin: 30px 0 40px 0;*/
    }
}
.footer li a{
    color: #000000;
    margin-right: 30px;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
}
.footer li a:hover{
    background-color: #2A6198;
    color: #fff;
}
.gender legend{
    display: none;
}
.gender .spacer{
    margin: 0;
}
@media(max-width: 767px){
    .cov-mon-rate{
        margin-top: 30px;
    }    
    #trCIChildCoverageDiv .productField{
        display: block;
    }
    #trHIPCoverageDiv #modalHref{
        float: none;
        display: block;
        margin-top: 6px;
        margin-bottom: 20px;
        padding-left: 6px;
    }
}

.accordion-button:not(.collapsed){
    background-color: #002d73;
    color: #FFF;
    
}

.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%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");
}

.accordion-button:focus {
    box-shadow: 0 0 0 2px #002d73;
}

/* Make the close button more accessible with better contrast */
.modal-header .btn-close {
  opacity: 1;
  background-color: transparent;
  font-size: 1.5rem;
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  border: 2px solid #0057B8; /* Darker blue with better contrast */
  color: #0057B8; /* Matching text color */
  border-radius: 4px; /* Optional: adds rounded corners */
  box-shadow: 0 0 0 1px #0057B8; /* Optional: adds focus indicator */
}

/* Add focus state for keyboard navigation */
.modal-header .btn-close:focus {
  outline: 3px solid #0057B8;
  outline-offset: 2px;
}
.pull-right{
    float:right !important;
}


.alert-warning a {
    color: #000000 !important; 
    text-decoration: underline;
}

  .card-default.lifeOffer.alert-danger h6 {
    color: #000000 !important;
  }

  .card-default.lifeOffer.alert-danger h6.noBold {
    color: #000000 !important;
  }
  
  .accessible-link {
    color: #000000 !important;
    font-weight: bold;
    text-decoration: underline;
  }
  
  .accessible-link:focus, 
  .accessible-link:hover {
    outline: 2px solid #0465f4;
    outline-offset: 2px;
    text-decoration: none;
  }