/*-------------------------------
    New Landing Page CSS
--------------------------------*/
body {
    background: #ebebeb;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.no-float {
    float: none !important;
}

h1, h2, h3, h4, h5 {
    color: #3f3f3f;
}

/*-------------------------------
    HEADER CSS
--------------------------------*/

header {
    background: url("../img/ucs-header.jpg") center top no-repeat;
    /*height: 600px;*/
    background-size: cover;
    overflow: hidden;
}



.header-logo {
    margin-top: 45px;
}

header {
    color: #FFF;
}

header h1 {
    font-size: 34px;
    font-weight: 300;
    color: #FFF;
}

header .slogan-section {
    margin-top: 150px;
    padding-bottom: 100px;
}

header .slogan {
    font-size: 20px;
}

.verify-btn {
    border: 1px solid #FFF;
    color: #FFF;
    background: transparent;
    padding: 0;
    font-size: 18px;
    width: 200px;
    height: 50px;
    margin-top: 43px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.verify-btn:hover {
    background: #FFF;
    color: #95444A;
    text-decoration: none;
}

a.verify-btn {
    display: block;
    line-height: 50px;
    /*background: #c64d56;*/
}

/*-------------------------------
    BODY CSS
--------------------------------*/
.bg-white {
    background: #FFF;
}

.pull-up {
    margin-top: -100px;
}

.bg-gray {
    background: #f5f5f5;
    color: #3f3f3f;
}

.content-header h3 {
    font-size: 30px;
    padding: 50px 0 50px;
    line-height: 40px;
    font-weight: 300;
}

.content-header h5 {
    font-weight: 300;
    font-size: 25px;
}

.features {
    padding-bottom: 50px;
}

.features p {
    width: 200px;
    margin: 20px auto;
    font-size: 19px;
}

.services {
    padding: 50px 0;
}

.services h4 {
    font-weight: 300;
    font-size: 23px;
    line-height: 45px;
}

.services h4 small {
    display: block;;
    font-color: #818181;
    font-size: 19px;
    font-weight: 300;
}

.service-list {
    margin-top: 80px;
}

.service-box {
    margin: 25px 0;
}

.service-list .icon {
    line-height: 120px;
}

.service-list .service-info {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 16px;
    height: 125px;
    background: #fbfafa;
}

.service-list .service-info-big {
    height: 210px;
}

.service-list .service-info h5 {
    font-weight: bold;
    font-size: 17px;
}

.verify-section {
    position: relative;
    margin: 70px 0;
}

.border-middle {
    border-top: 1px solid #cecece;
    position: absolute;
    width: 100%;
    top: 30px;
}

.verify-red {
    background: #c64d56;
    border: 1px solid #c64d56;
    height: 60px;
    width: 220px;
    color: #FFF;
    font-size: 18px;
    z-index: 99;
    position: relative;
}

.verify-red:hover {
    background: #FFF;
    color: #c64d56;
}

/*-------------------------------
    FOOTER CSS
--------------------------------*/
footer {
    background: #f8f8f8;
    padding: 40px 0 0;
    margin: 0;
    font-weight: 300;
}

footer h1, footer h3 {
    font-weight: 300;
}

footer h1 {
    font-size: 30px;
}

footer h3 {
    font-size: 19px;
    line-height: 35px;
}

footer .copyright-section {
    background: #4c4c4c;
    padding: 30px 0 50px;
    color: #FFF;
    text-align: left;
    font-size: 16px;
}

.as-seen-in {
    margin: 20px 0 60px;
}

/*-------------------------------
    ENROLL CSS
--------------------------------*/
header.enroll-form-header {
    background-position: center -85px;
}

header.enroll-form-header .slogan-section {
    margin-top: 50px;
}

.enroll-form-section.pull-up {
    margin-top: -290px;
    height: 280px;
}

.bg-enroll {
    background: #ebebeb;
}

.enroll-form-section h3 {
    padding: 25px 0;
}

.enroll-form-section h5 {
    padding-bottom: 20px;
}

.enroll-form {
    margin: -150px auto 60px;
}

#enroll {
    padding: 25px 30px 40px 60px;
    margin-left: 50px;
    border: 1px solid #cecece;
}

#enroll section {
    position: relative;
}

#enroll h1 {
    font-size: 28px;
    font-weight: 300;
    margin: 10px 0 20px;
    line-height: 36px;
}

#enroll h1 b {
    font-weight: 400;
}

#enroll section {
    margin: 15px 0;
}

#enroll section i {
    font-size: 45px;
    font-weight: 300;
    position: absolute;
    width: 70px;
    height: 70px;
    background: #FFF;
    border: 1px solid #cecece;
    font-style: normal;
    line-height: 70px;
    color: #f0f0f0;
    left: -98px;
    top: 15px;
}

#enroll label {
    font-weight: 300;
    color: #7c7c7c;
}

#enroll .form-control {
    /*border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*-webkit-border-radius: 2px;*/
    background: #fbfbfb;
    border: 1px solid #e3e3e3;
    box-shadow: none;
}

#enroll .divider {
    border-bottom: 1px solid #cecece;
    color: #bcbcbc;
    font-size: 14px;
    text-align: center;
    padding: 6px;
    margin: 40px -10px;
}

#enroll h4 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}

.enroll-form .verify {
    position: relative;
    width: 100%;
    top: -32px;
    display: block;
}

#enroll .verify-red {
    /*margin-bottom: -50px;*/
}

.policy {
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
}

/*
MODAL SECTION
*/
#ll-modal,
.overlay-bg {
    background: rgba(198, 77, 86, 0.7);
}

#ll-modal .modal-content {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    color: #3f3f3f
}

#ll-modal .modal-body {
    padding-bottom: 50px;
}

#ll-modal .modal-header {
    margin: 35px 20px 25px;
    border-bottom: 1px solid #cecece;
    padding: 10px 0;
}

#ll-modal .modal-header h1 {
    font-weight: 300;
    font-size: 38px;
    color: #3f3f3f;
    margin: 20px 0 0px;
}

#ll-modal h4 {
    font-weight: 300;
    font-size: 24px;
}

#ll-modal .form-info {
    font-size: 19px;
    font-weight: 300;
    margin: 30px auto;
    line-height: 25px;
    color: #7c7c7c;
}

#ll-modal label {
    font-weight: 300;
}

#ll-modal .form-control {
    box-shadow: none;
}

#ll-modal .verify-red {
    height: 45px;
}

.overlay-bg,
.ajax-loader {
    display: none;
}

.overlay-bg {

    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.ajax-loader {
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -200px;
    z-index: 999;
}

/*Parsley Css*/
.parsley-errors-list {
    display: none;
}

#enroll .form-control.parsley-error {
    border-color: #FFA5A5;
}

.control-label.text-left {
    text-align: left !important;
}

.typeahead, .tt-query, .tt-hint {
    width: 100%;
}

.twitter-typeahead {
    width: 100%;
}



.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

.tt-dropdown-menu, .gist {
    text-align: left;
}

.tt-dataset-states {
    padding: 0 20px;
}