.top-76{
    margin-top: 76px;
}
.top-section-header{
    color: #6F389F;
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 64px;
    margin-top: 160px;
    text-align: center;
}
.top-section{
    background: url('/static/img/Clouds.svg'), #f5f5ff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
table {
    margin-bottom: 32px;
    width: 100%;
}
table th{
    border-right: solid 2px #141414;
}
table td{
    border-bottom: solid 1px #E2D7EC;
    border-left: none;
    border-right: solid 2px #141414;
    padding: 2px 0 5px 0;
    vertical-align: bottom;
}
.width-25{
    width: 25%;
}
.no-bottom-border{
    border-bottom: none;
}
.contact-form{
    font-size: 14px;
    margin: auto;
    max-width: 740px;
    text-align: left;
}
.contact-form .form-control{
    font-size: 14px;
    height: 40px;
}
.required{
    margin-bottom: 0;
}
.required::after {
    color: red;
    content: ' *';
}
.mb-64{
    margin-bottom: 64px;
}
.mt-64{
    margin-top: 64px;
}
.links a{
    color: #6F389F;
    font-size: 14px;
    margin: 16px;
}
.links a:hover{
    text-decoration: none;
}
.links .active{
    font-weight: 700;
}
section{
    color: #504B54;
    font-size: 18px;
    padding: 0;
    padding-bottom: 64px;
}
section .heading{
    color:#141414;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 16px;
    margin-top:48px;
}
section .heading-2{
    color:#6F389F;
    font-size: 48px;
    font-weight: 700;
}
section .sub-heading{
    color: #6F389F;
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
}
section li{
    line-height: 24px;
    margin-bottom: 10px;
}
.bottom-32{
    margin-bottom: 32px;
}
table .caption{
    color: #141414;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 16px;
    margin-top: 32px;
}
table .top-0{
    margin-top: 0;
}
.top-64{
    padding-top: 64px;
}
.top-32{
    padding-top: 32px;
}
section .form-group{
    margin-bottom: 16px;
}
section .form-group label{
    font-weight: 500;
    margin-bottom: 4px;
}
section .form-group p{
    font-size: 14px;
    margin-bottom: 4px;
}
.contact-form .height-96{
    height: 96px;
}
.top-48{
    margin-top: 48px;
}
.btn-purple{
    height: 40px;
    padding: 0;
    width: 180px;
}
.bottom-0{
    margin-bottom: 0;
    padding-bottom: 0;
}
section .alert-danger{
    margin-bottom: 0;
    margin-top: 20px;
}
.instruction{
    color: #b2bbc6;
    font-size: 12px;
    margin-bottom: 0;
    overflow-wrap: break-word;
}
.message-box{
    margin-top: 20px;
}
