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

/*--------------------------- Header Styles -------------------------------*/
.entry-header{
    margin-left: auto;
}
h1{
    text-transform: uppercase;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 600;
    /* font-size: 22pt !important; */
    color: #0061a1;

}


@media (min-width: 767px){
    h1{
        font-size: 48px !important;
    }
}

/*--------------------------- Body Styles -------------------------------*/
#page{
    background-color: #e4ecef;
    overflow: hidden;
}
#irpResourcesContent{
    padding: 3rem 15px 0 15px;
}
p {
    color: black;
}
h2 {
    text-transform: uppercase;
}
.col-12 > ul {
    list-style: none;
}
.col-12 > ul li::before {
    content: "\2022";
    color: #0061a1;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.card {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #0061a1;
}
.btn{
    background-color: transparent;
    color: #0061a1;
    border: 1px solid #0061a1;
    min-width: 200px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 2px;
    border-radius: 0;
    margin-bottom: 2rem;
}
.btn:hover{
    background-color: #0061a1;
    color: white;
}
.blue-background-section{
    background-color: #006AA7;
    margin: 0 -100%;
    padding: 3rem 100%;
    overflow-y: hidden;
    text-align: center;
    margin-top: 5rem;
}
.blue-background-section h2{
    color: white;
    text-transform: uppercase;
    font-size: 22pt;
    font-weight: 600;
}
.blue-background-section p {
    color: white;
}
.blue-background-section a {
    color: #ffd600;
}
.blue-background-section a:hover {
    text-decoration: underline;

}

.pdf-image {
  width: 100%;
  padding: 0;
}

.pdf-image-col {
  border: 5px solid #006aa7;
  width: 100%;
  margin: 0 auto;
  border-right: 0;
  border-left: 0;
}

.pdf-btn {
  /* padding-left: 1rem;
  padding-right: 1rem !important; */
}

@media (min-width: 767px){

    .blue-background-section h2{
        font-size: 48px !important;
    }
    #irpResourcesContent{
        padding-top: 5rem;
    }
    .btn{
        border: 2px solid #0061a1;
        width: 275px;
        font-size: 16px;

    }
}
