@font-face {
    font-family: 'calibri-regular';
    src: url('/uploads/00001203/fonts/calibri-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibri-bold';
    src: url('/uploads/00001203/fonts/calibri-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.greenRuleAbove{
    border-top: 1px solid #036;
}
.ui-widget :active, .ui-widget :focus {
    background: #fff;
    border: 2px solid #202a5d !important;
}
button.close{
    opacity: 1;
}

.enter-office .buttonState span span::after{
    content: ' (Optional)';
}

/************ Tri-agency setup START ************/
/*.modal-header{*/
    /*background: #036;*/
/*}*/
/*.modal-header h5{*/
    /*color: #FFF!important;*/
/*}*/
/*.close {*/
    /*filter: brightness(0) invert(1);*/
    /*text-shadow: none;*/
/*}*/
/*#triAgencyModal a{*/
/*    color: #333;*/
/*    text-decoration: none;*/
/*}*/
/*#triAgencyModal a:hover{*/
/*    text-decoration: none;*/
/*}*/
/************ Tri-agency setup END ************/


/* TRI-Agency Start */

.tri-agency{
    font-family: 'calibri-regular', sans-serif;
    font-size: 19px!important; 
}
.tri-agency p, .tri-agency li{ 
    font-size: 19px!important; 
}
.tri-agency p, .tri-agency ul, .tri-agency li{
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 1.3em;
}
.tri-agency a{
    color: #333;
    font-weight: 600;
    text-decoration: none;
}
.tri-details li{
    margin: 20px 0;
}
.tri-agency .bold, .tri-agency a{
    font-family: 'calibri-bold';
}
.tri-agency .modal-title{
    text-align: center;
}

/* TRI-Agency END */

.productField input[type="radio"] + label{
    padding: 0px;
}
.yesNoDiv .spacer{
    height: 0px;
}
@media (min-width: 480px) {
    .yesNoBtn label{
        margin-top: 3px;
    }
}
p.formLabels {
    padding-top: 26px;
    margin-bottom: 16px;
}

/* Screen Reader Only CSS */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Make visually hidden elements visible on focus for keyboard users */
.sr-only-focusable:not(:focus):not(:focus-within) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Styling for alert messages that need to be announced by screen readers */
.sr-alert {
  border: 2px solid #d9534f;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.label, .spacer {
    color:#333 !important;
}
.notification-banner {
  /* Base styles */
  display: inline-block;
  background: #EAF7D7;
  color: #333;
  padding: 12px 15px;
  border-radius: 5px;
  font-weight: normal;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  line-height: 1.4;
  font-size: 16px;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}

/* Medium screens */
@media screen and (max-width: 768px) {
  .notification-banner {
    padding: 10px 12px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}

/* Small screens */
@media screen and (max-width: 480px) {
  .notification-banner {
    padding: 8px 10px;
    font-size: 13px;
    margin: 8px 0;
    line-height: 1.3;
  }
}

/* Extra small screens (down to 320px) */
@media screen and (max-width: 320px) {
  .notification-banner {
    padding: 6px 8px;
    font-size: 12px;
    letter-spacing: -0.2px;
  }
}
notification-heading {
  /* Base styles */
  background: #EAF7D7;
  color: #333;
  padding: 12px 15px;
  border-radius: 5px;
  font-weight: normal;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  /* Reset default h6 styles */
  text-transform: none;
  letter-spacing: normal;
}

/* Medium screens */
@media screen and (max-width: 768px) {
  .notification-heading {
    padding: 10px 12px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}

/* Small screens */
@media screen and (max-width: 480px) {
  .notification-heading {
    padding: 8px 10px;
    font-size: 14px;
    margin: 8px 0;
    line-height: 1.3;
  }
}

/* Extra small screens (down to 320px) */
@media screen and (max-width: 320px) {
  .notification-heading {
    padding: 6px 8px;
    font-size: 13px;
    letter-spacing: -0.1px;
  }
}
.benefitsHeader {
   border-top: 8px solid #036;
    padding-top: 10px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 0;
    color: #002d73;
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
  /* Target the specific container */
  div[role="radiogroup"][aria-labelledby="bene-des-label"] {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  /* Target the specific radio button container */
  div[qid="486458"] .productField {
    display: flex;
    flex-direction: column;
  }
  
  /* Add some spacing between the radio options */
  div[qid="486458"] .productField input[name="DesignateBene"] + label {
    margin-bottom: 10px;
  }
  
  /* Ensure labels display properly */
  div[qid="486458"] .productField label {
    display: inline-block;
    width: 100%;
  }
}
.tooltip-link {
  color: #337ab7;
  text-decoration: none;
  margin-left: 5px;
}
.tooltip-link:hover,
.tooltip-link:focus {
  color: #23527c;
  text-decoration: none;
}



        
        