<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobile{
    display: none;
}
.adjust-fontSize2{
    font-size: 1.4rem;
}
.ul-leftMargin{
    margin-left: 25px;
}
.font-Arial{font-family: Arial, Helvetica, sans-serif;}
.h6-color{ color:#061c60; font-weight: 700; }
.desktop{
    display: block;
}
.btn-group.fillContainer {
    display: flex;
}
.fillContainer .btn {			
    flex: 1
}
.outline-secondary{
    border-color: #6c757d;
}
.ul-style{
    list-style-type: none;
    margin-left: -25px;
    padding-top: 5px;
    margin-bottom: 0px;
}
.section-img{
    width: 100%;
    max-width: 220px;
    text-align: center;
}
.section-img2{
    width: 100%;
    max-width: 320px;
    text-align: center;
}
.section-img3{
    width: 100%;
    max-width: 220px;
    text-align: center;
}
#acdCorHcpHeadBanner h1, #acdCorHcpHeadBanner h4 {
    
    text-shadow: -.2vw 0 white, 0 .2vw white, .2vw 0 white, 0 -.2vw white;
    color: #355DA2;

}

@media (min-width: 1200px) {
    #acdCorHcpHeadBanner h1 {
        font-size: 55px !important;
    }
    #acdCorHcpHeadBanner h4 {
        font-size: 45px !important;
    }

}

@media (max-width: 450px) {
    #acdCorHcpHeadBanner h1 {
        font-size: 8vw !important;
    }
    #acdCorHcpHeadBanner h4 {
        font-size: 5vw !important; 
    }

} 

                /* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('/images/slide/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
/*.jssorb05 .av { background-position: -67px -7px; }*/
.jssorb05 .av { background-position: -97px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url('/images/slide/a12.png') no-repeat;
    overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }

/*UL STYLING*/

.ul-list-style-type {
list-style: none;
padding: 10px 0px 0px 0px;
font: normal 16px/22px Arial;
color: #061c60;
}

.ul-list-style-type li {
/* overflow: hidden; */
position: relative;
padding: 0 0 0px 35px;
line-height: 26px;
}

.ul-list-style-type li::before {
content: '';
position: absolute;
left: 5px;
top: 12px;
width: 20px;
min-height: px;
height:auto !important;
border: 2px solid #061c60;
border-width: 2px 0 0 2px;
}

.ul-list-style-type li:last-child::before {
border-width: 2px 0 0 0;
}

.ul-list-style-type li::after {
content: '';
position: absolute;
left: 0;
top: 8px;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #061c60;
border-radius: 50%;
}

.ul-list-style-type li.current,
.ul-list-style-type li.visited {
color: #000;
}

.ul-list-style-type li.current::before {
border-top-color: #061c60;
}
.ul-list-style-type li.current::after {
border-color: #061c60;
background: #061c60;
}
.ul-list-style-type li.visited::before,
.ul-list-style-type li.visited::after {
border-color: #061c60;
}

.mobile{
    display: none;
}
.desktop{
    display: block;
}
.setion-img2{
    width: 100%;
    max-width: 400px;
}

@media(max-width: 767px){
    .mobile{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .desktop{
        display: none;
    } 
    .center-img-section{
        text-align: center;
        margin: 0 auto;
    }

    .setion-img2{
        width: 100%;
        max-width: 300px; 
    }
}

/*Back to top Button*/
.m-backtotop {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #002454;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    color: #fff;
}
.m-backtotop.active {
    bottom: 15px;
    opacity: 1;
    z-index: 1;
}
.m-backtotop &gt; div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.m-backtotop &gt; div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}
.m-backtotop &gt; div.text {
    font-size: 5px;
    font-size: 0.5rem;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}
.m-backtotop:hover {
    transform: scale(1.1);
    bottom: 20px;
    cursor: pointer;
    background: #002454;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}
.m-backtotop:hover &gt; div.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}
.m-backtotop:hover &gt; div.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}
/*****************************/

/*@media(max-width: 1199px){
    .ul-list-style-type li::before {
        min-height:78px !important;
        height: auto !important;
    }
}

@media(max-width: 991px){
    .ul-list-style-type li::before {
        min-height:120px !important;
        height: auto !important;
    }
}

@media(max-width: 767px){
    .ul-list-style-type li::before {
        min-height:100px !important;
        height: auto !important;
    }
}

@media(max-width: 480px){
    .ul-list-style-type li::before {
        min-height:120px !important;
        height: auto !important;
    }
}

@media(max-width: 407px){
    .ul-list-style-type li::before {
        min-height:140px !important;
        height: auto !important;
    }
}

@media(max-width: 372px){
    .ul-list-style-type li::before {
        min-height:160px !important;
        height: auto !important;
    }
}

@media(max-width: 345px){
    .ul-list-style-type li::before {
        min-height:190px !important;
        height: auto !important;
    }
}

@media(max-width: 303px){
    .ul-list-style-type li::before {
        min-height:210px !important;
        height: auto !important;
    }
}

@media(max-width: 284px){
    .ul-list-style-type li::before {
        min-height:230px !important;
        height: auto !important;
    }
}

@media(max-width: 270px){
    .ul-list-style-type li::before {
        min-height:250px !important;
        height: auto !important;
    }
}

@media(max-width: 256px){
    .ul-list-style-type li::before {
        min-height:290px !important;
        height: auto !important;
    }
}*/

/*END OF UL STYLING*/

/*Accordion*/
.accordions {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .accordion {
      border: 1px solid #ccc;
    margin-bottom: 1rem;
      overflow: hidden;
    transition: border-color .5s ease;
      background-color: #d5dce4;
  
  }
  
  .accordion:hover {
    border-color: #000;
  }
  
  .accordion__header {
    cursor: pointer;
    font-weight: 500;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 15px 8px 15px;
    color: #000;
  
  }
  .accordion__header:after, .accordion__header:before {
    content: '';
    position: absolute;
    right: 1.5em;
    width: 2px;
    height: 0.75em;
    background-color: #000;
    transition: all 0.2s;
  }
  .accordion__header:after {
    transform: rotate(90deg);
  }
  
  .accordion:has(input:checked) .accordion__header {
    color: #000;
  }
  
  .accordion__content, .topic-1-content, .topic-2-content,
  .topic-3-content, .topic-4-content, .topic-5-content {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    transition: max-height 0.5s ease;
    * {
          padding: 1em;
    }
  }
  
  .accordion input {
    display: none;
  }
  
  .accordion:has(input:checked) {
    border-color: #000;
    background-color: #d5dce4;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  }
  
  .accordion input:checked ~ .accordion__header:before {
      transform: rotate(270deg) !important;
    background-color: #000;
   }
  
  .accordion input:checked ~ .accordion__header:after {
      transform: rotate(270deg) !important;
    background-color: #000;
   }
  
  .accordion input:checked ~ .accordion__content {
      max-height: 10000px; /* Adjust based on content length */
  }  

  .icon-resize{
    width: 100%;
    max-width: 78px;
    margin-right: 50px;
  }

  .submit-img{
    width: 235px;
    max-width: 235px;
  }

  .adjust-fontSize{
    font-size: 1.2rem;
  }

  .remove-padding{
    padding: 0;
  }

  .adjust-padding{
    padding: 0 1rem 0 1rem;
  }

  .adjust-div{
    padding: 0rem 1rem 1rem 1rem
  }

  #expandButton{
    font-weight: normal !important;
    font-size: 1.1rem;
    margin-top: 2px;
  }

  #expandButton:hover{
    cursor: pointer;
    text-decoration: underline;
  }
/*END OF ACCORDION*/

#tabs{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.dental {
    background: url('/hccp/images/medicaldebtpro/decrease-dental-debt-icon.png') no-repeat left top;
    background-size: 56px;
    /*height: 90px;*/
    padding-left: 67px;
    padding-top: 3px;
}

li.consumer {
    background: url('/hccp/images/medicaldebtpro/expand-consumer-resources-icon.png') no-repeat left top;
    background-size: 56px;
    /*height: 90px;*/
    padding-left: 67px;
    padding-top: 3px;
}

li.tech {
    background: url('/hccp/images/medicaldebtpro/technology-to-improve-icon.png') no-repeat left top;
    background-size: 56px;
    /*height: 90px;*/
    padding-left: 67px;
    padding-top: 3px;
}

.add-border-top{
    border-top: 1px solid rgba(0,0,0,.125);
}

@media(max-width:1197px){
    .adjust-font-size{
        font-size:1.1rem;
    }    
}

@media(max-width:510px){
    .icon-resize{
        margin-right: 20px;
    }
}

@media(max-width:480px){
    .adjust-fontSize{
        font-size:1.1rem;
        width: 60%;
    }
    .accordion__header{
        font-size: 1.1rem;
    }
    .icon-resize{
        max-width: 55px;
    }
}

@media(max-width:361px){
    .adjust-fontSize{
        font-size:1rem;
        width: 60%;
    }
    .accordion__header{
        font-size: 1rem;
    }
    .accordion__header:after, .accordion__header:before{
        right:0.8em;
    }
}

@media(max-width:256px){
    .icon-resize{
        margin-right: 8px;
    }
    .adjust-fontSize{
        font-size: 0.8rem;
    }
    .icon-resize{
        max-width: 40px;
    }
    .accordion__header {
        padding: 15px 3px 8px 6px;
    }
}
</pre></body></html>