body{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

p{
    line-height: 1.8;
}

a, a:hover, a:visited{
    color: #000;
    text-decoration: none;
}

.fs-12{
    font-size: 12px;
}

.fs-14{
    font-size: 14px;
}

.fs-20{
    font-size: 20px;
}

.fs-30{
    font-size: 30px;
}

.c-white{
    color: #fff;
}

.bg-white{
    background-color: #fff;
}

.bg-blue{
    background-color: #0067B3;
}

.libre{
    font-family: 'Libre Baskerville', serif;
}

.btn-custom {
    background-color: #0067B3;
    color: #fff!important;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 17px;
    padding: 8px 20px;
    font-family: 'Libre Baskerville', serif;
}

.btn-custom:hover{
    background-color: #fff;
    color: #0067B3!important;
    border: 1px solid #0067B3;
}

.btn-custom-2{
    background-color: transparent;
    color: #fff!important;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 20px;
    padding: 8px 25px;
}

.line-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #EDEDED;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.line-text span {
    background: #fff;
    padding: 0 20px;
}

.line-after {
    position: relative;
    display: block;
}

.line-after span {
    background-color: #0067B3;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.line-after:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border-top: 1px solid #fff;
}

.page-title{
    font-family: 'Libre Baskerville', serif;
    font-size: 35px;
    margin-bottom: 15px;
}

hr.line-title{
    width: 260px;
    border-top: 2px solid #0067B3;
}