/*@font-face {
    font-family: "Micra";
    src: url("../fonts/micra.ttf") format("woff2");
}
*/
@font-face {
    font-family: "Micra";
    src: url("../fonts/micra.ttf") format("truetype");  
         font-weight: 400;
         font-style: normal;
}

@font-face {
    font-family: "Micra";
    src: url("../fonts/micraBold.ttf") format("truetype");
         font-weight: 700;
         font-style: bold;
}
.kpCard .el-content {
font-size: 18px;
    text-decoration: underline;
}
.rounded .uk-flex {
        border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,.16);    
}
.facts .el-title {
color:#F1C509;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
}
.facts .el-meta {
    font-family: Micra;
    color: #2D3038;
    font-weight: 700;
    font-size: 19px;
}
.facts .el-content {
    color: #2D3038;
}
.ctaOffer {
    font-size: 14px;
    font-weight: 400;
}
.headerPhone {
    font-size: 18px;
}
.headerPhone a {
    color: #2D3038 !important;
}
.headerPhone a:hover {
 color: #b21f15 !important;
}
@media(max-width:980px) {
    .facts .el-title {
        font-size: 36px;
    }
    .facts .el-meta {
        font-size: 16px;
    }
}
@media(max-width:720px) {
    .facts .el-title {
        font-size: 22px;
    }
    .facts .el-meta {
        font-size: 16px;
    }
}
.cntPh a {
    color: #003155;
    font-weight: 600;
    font-size: 18px;
}
.cntEm a {
    color: #003155;
    text-decoration: underline;
    transition: all ease-in .3s;
}
.cntEm a:hover {
     text-decoration: none;
}