/* CSS for KYMEA's IRP FAQ page */

/*--------------------------- Header Styles -------------------------------*/
.entry-header{
    display: none;
}
h1{
    text-transform: uppercase;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #0061a1;
}
.title-small{
    font-weight: bold;
}

/*--------------------------- Body Styles -------------------------------*/
#irpFaqContent{
    padding-right: 0;
    padding-left: 0;
}
#page-wrapper{
    background-color: #e4ecef;
}
.col-12 {
    padding-right: 0;
    padding-left: 0;
}
#accordionIrpFaqs{
    margin-top: 3rem;
}
.card-header{
    padding: .75rem 0;
    background-color:#e4ecef;
    border-bottom: 1px solid #0061a1;
}
.card {
    background-color: white;
    border: none;
    border-radius: none !important;
}
.card-body p{
    font-size: 1rem;
    color: black;
}
.email-link:hover{
    color: #0061a1;
    text-decoration: underline;
}
h2 {
    color: black;
    font-size: 1rem;
    text-align: left;
    text-decoration: none;
    max-width: 85%;
}
h2:hover,
h2:active {
    text-decoration: none;
}
.btn::after{
    content: "\f078";
	color: #333;
	top: 1rem;
	right: 1rem;
	position: absolute;
    font-family: "FontAwesome"
}
.btn {
    width: 100%;
    -webkit-appearance: none;
    padding-right: 0;
    padding-left: 0;
    white-space: normal;
}

.btn-link[aria-expanded="true"]::after{
    content: "\f077";
}

.btn-link:hover,
.btn-link:active{
    text-decoration: none;
}
.edit-link{
    display: none;
}
@media(min-width: 767px){
   .card-header{
       padding: .75rem 1.25rem;
   } 
   #irpFaqContent{
        padding-right: 15px;;
        padding-left: 15px;
    }
    .btn {
        padding-right: .75rem;
        padding-left: .75rem;
    }
}