.btn {
    border-radius: 10px;
    padding: 10px 20px;
    line-height: 35px;
}

.c-white {
    color: #fff;
}

.c-dark-blue, .c-dark-blue:focus {
    color: #393185;
}

.c-dark-blue:hover {
    color: #e3000f;    
    /* opacity: 0.8; */
}

.a-white {
    color: white;
    text-decoration: none;
}

.a-white:hover {
    text-decoration: underline;
}

.a-dark-blue {
    color: #393185;
    text-decoration: underline;
}

.a-dark-blue:hover {
    /* opacity: 0.8; */
    color: #e3000f;    
}

.bg-dark-blue {
    background-color: #393185;
}

.btn-dark-blue {
    background-color: #393185;
    border-color: #393185;
    color: #fff;
}
.btn-dark-blue:hover {
    background-color: #e3000f;
    border-color: #e3000f;
    color: #fff;
    /* opacity: 0.8; */
}

.btn-w100_2ln {
    box-sizing: border-box;
    display: inline-block;
    max-width: 600px;
    width: 100%;
    height: 108px;
    font-size: 24px;
    line-height: 32px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lh-normal {
    line-height: normal;
}

.lh-2 {
    line-height: 200%;
}

.f-500 {
    font-weight: 500;
}
.f-600 {
    font-weight: 600;
}
.f-700 {
    font-weight: 700;
}
.f-800 {
    font-weight: 800;
}
.f-900 {
    font-weight: 900;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 22px;
}

.f23 {
    font-size: 23px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.f26 {
    font-size: 26px;
}

.f27 {
    font-size: 27px;
}

.f28 {
    font-size: 28px;
}

.f29 {
    font-size: 29px;
}

.f30 {
    font-size: 30px;
}

.f36 {
    font-size: 36px;
}

.f40 {
    font-size: 40px;
}

.f50 {
    font-size: 50px;
}

.f60 {
    font-size: 60px;
}

/* MD */
@media (min-width: 768px) 
{
    .f-md-20 {
        font-size: 20px;
    }
    .f-md-22 {
        font-size: 22px;
    }        
    .f-md-24 {
        font-size: 24px;
    }    
    .f-md-29 {
        font-size: 29px;
    }
    .f-md-32 {
        font-size: 32px;
    }    
    .f-md-38 {
        font-size: 38px;
    }
}

/* LG */
@media (min-width: 992px) 
{
    .f-lg-12 {
        font-size: 12px;
    }
    .f-lg-22 {
        font-size: 22px;
    }    

    .f-lg-50 {
        font-size: 50px;
    }
}

/* XL */
@media (min-width: 1200px) 
{
    .f-xl-15 {
        font-size: 15px;
    }
    .f-xl-26 {
        font-size: 26px;
    }
    .f-xl-30 {
        font-size: 30px;
    }    
    .f-xl-32 {
        font-size: 32px;
    }    
    .f-xl-36 {
        font-size: 36px;
    }
}
  

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

/*SIMPLE DIALOG*/
.simple-dialog .modal-header {
    border-bottom: none;
}

/*.simple-dialog .modal-body {
    text-align: center;
}*/
/*
.simple-dialog .modal-title {
    color: #dd073a;
    font-weight: 600;
    font-size: 22px;
    font-family: Poppins;
}
*/
.simple-dialog-content {
    display: none;
}

.simple-dialog .simple-dialog-content {
    display: block;
}