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

/*--------------------------- Header Styles -------------------------------*/
.entry-header{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.entry-title{
    text-transform: uppercase;
}
.col-12 {
    padding-right: 0;
    padding-left: 0;
}

/*--------------------------- Body Styles -------------------------------*/
#page-wrapper{
    overflow-x: hidden;
    padding-bottom: 0;
}
#irpHomeContent{
    padding-right: 0;
    padding-left: 0;
}
.edit-link {
    display: none;
}
p{
    color: black;
}
.col-md-2{
    margin-right: 15px;
    margin-left: 15px;
}
.icon-row{
    justify-content: center;
}
.sm-padding-btm{
    margin-bottom: 2rem !important;
}
.icon-card{
    margin-bottom: .5rem;
}
.icon-card span {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: bold;
    display: block;
    text-align: center;
}
.icon-card img{
    padding: 1rem;
    height: 132px;
    width: 106px;
    margin: 0 auto;
    display: block;
}
.grey-background-section{
    background-color: #e4ecef;
    margin: 0 -100%;
    padding: 2rem 100% !important;
    overflow-y: hidden;
}
.grey-background-section li{
    position: relative;
    z-index: 100;
}
.yellow-diamond{
    position: relative;
    text-align: center;
    height: 2rem;
    width: 2rem;
    padding-top: 3px;
}
.yellow-diamond span{
    position: relative;
    z-index: 50;
    color: black;
}
.yellow-diamond:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    background-color:#FFD600;
}
.yellow-list-bullet {
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.yelow-list-text{
    padding-left: 0;
    line-height: 1.25;
}
.align-center {
    display: flex;
    align-items: center;
}
.blue-background-section{
    background-color: #006AA7;
    margin: 0 -100%;
    padding: 2rem 100% !important;
    overflow-y: hidden;
}
.blue-background-section h2{
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.blue-background-section p{
    color: white;
}
.blue-background-section ul{
    padding: 1rem;
}
.blue-background-section li{
    color: white;
    font-size: 16px;
    margin-bottom: .5rem;
}
.blue-background-section a{
    background-color: transparent;
    color: #ffd600;
    border: 2px solid #ffd600;
    width: 230px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 0;
    border-radius: 0;
}
.blue-background-section a:active,
.blue-background-section a:hover{
    background-color: #ffd600;
    color: #006AA7;
}
@media (min-width: 767px) {
    .sm-padding-btm{
        margin-bottom: 0;
    }
    .grey-background-section{
        margin: 2rem -500% 0 -500%;
        padding: 2rem 500% !important;
    }
    .icon-card img{
        max-width: 100%;
        width: auto;
        height: auto;
    }
    .blue-background-section{
        padding-top: 3rem !important;
        padding-bottom: 5rem !important;
    }
    .blue-background-section li{
        font-size: 20px;
    }
    .blue-background-section a{
        font-size: 16px;
        width: 300px;
    }
    .align-center {
        padding-right: 2rem;
    }
    .yellow-list-bullet {
        min-width: 2rem;
    }
    .yelow-list-text{
        padding-left: 1rem;
    }
    .yellow-diamond{
        padding-top: 0;
    }
    .icon-card span{
        margin-top: 1rem;
    }
    .icon-card{
        margin-bottom: 1rem;
    }
}