/*
Global CSS
 */
body{
    letter-spacing: normal;
}
/*******************************************************
                TOP SECTION INDEX.PHP
*******************************************************/
.contact-banner.banner-top .banner-caption {
    width: 100%;
    top: 50%;
}
.section-title, .section-content {
    text-align: justify;
}
.section-content{
    margin-top: 20px;
    line-height: 2em;
}

#how-works-section {
    margin-bottom: 50px;
}
.enroll-btn{
    margin-top: 50px;
}
.contact-banner.banner-top {
    margin-bottom: 50px;
}
/*#btn-info a{*/
    /*margin-right: 50px;*/
/*}*/

.app-banner{
    min-height: 250px;
}
/*footer{*/
    /*margin-top: 0;*/
/*}*/
/*******************************************************
                ENROLLMENT FORM
*******************************************************/
.form-title{
    /*	padding-bottom: 50px;*/
    font-weight: bold;
    color: #093f73;
    font-size: 21px;
}

/*******************************************************
                MODAL
*******************************************************/
#modal-submit-form .modal-content, #modal-submit-form-error .modal-content {
    font-size: 21px;
    text-align: justify;
}

/*******************************************************
                VALIDATION
*******************************************************/
.form-validation{
    color: #a94442;
    padding-top: 20px;
    padding-left: 50px;
}
.form-validation ul li {
    display: none;
}