body {
    font-family: Lato;
}
@media(max-width: 530px){
    .header{
        height: auto !important;
    }
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
}
.header {
    height: 180px;
    background-color: #333333;
    width: 100%;
}
.header h2 {
    font-family: Lato;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    margin: auto;
    position: relative;
    display: table-cell;
}
/*NAVIGATION*/
.navbar {
    color: #d6d6d6;
    font-size: 20px;
}
/*.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}*/
.navbar-default .navbar-nav > li > a:hover {
    background-color: #005cce;
    color: #fff;
}
/*NAVIGATION END*/

.head{
    height: 180px;
    display: table;
}
h2 .control {
    position: absolute;
    top: 0;
    left: 0;
}
.modal {
    color: black;
}
.modal-title {
    color: black;
}
.form-content .row label {
    font-size: 17px;
    margin-top: 5px;
    font-weight: normal;
}
.form-content .row {    
    padding: 15px 0px;
}


/*FOOTER*/
footer{
    width: 100%;
    background: #292929;
    margin-top: 30px;
    padding: 20px;
    height: 100px;
    position: relative;
}

footer .title {
    text-align: center;
    color: #797979;
    font-size: 20px;
    margin-bottom: 5px;
}
footer .details {
    text-align: center;
    color: #797979;
}
div.footer-sub {
    background-color: #0e0e0e;
    width: 100%;
    height: 40px;
}
/*FOOTER END*/
/*SPLASH*/
.spbody{
        margin:0;
    }
    .spheader{
        background-color: #000;
        border-bottom:20px solid #4B59D2;
        margin-bottom: 30px;

    }    
    .spheader h1 a{
        text-align: center;
        text-decoration: none;
        font-size: 44px;
        color: #FFFFFF;
        font-family: Arial;
    }  
    .spheader h1{
        padding-top: 45px;
        margin-top: 0;
    } 
    #centercol{ 
        /*width: 700px;
        padding: 0px 250px;
        margin: 0px auto;
        background: #FFFFFF url( {{ asset('/img/splashbg.jpg') }} ) top center no-repeat;*/
    }
    #centercol .bodycopy h2{
        font-size: 18px;
        font-family: Myriad Pro;
    }
   
    #centercol a.agree {
        padding: 5px 30px;
    }
    #centercol .module{
        margin-bottom: 15px;
        border-bottom: 1px dotted #000;
    }
    #centercol .module form{
        margin-bottom:15px;
    }
    #footer {
        background: #999999;
        min-height: 160px;
    }
    #ft {
        width: 955px;
        background: none;
        padding: 20px 0px;
        margin: 20px auto;
        text-align: right;
        color: #ffffff;
        font-size: 12px;
    }
    #ft a {
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
    }
    .splash1-3, .splash-2-3, .splash3-3 {
        height: 100%;
    }
    .con-content{
        display:flex;
        height: 100%;
    }
    .splash1-3, .splash3-3 {
        display:flex;
    }
    .splash1-3 img, .splash3-3 img{
        margin:auto;
    }
    @media(max-width:1024px){
        .con-content{
            display:block;
        }
    }
    /*SPLASH END*/

.ui-timepicker-table td.ui-timepicker-minutes {
    padding-left:6px;
}

.registration .row.registrant .row {
    padding: 4px 0;
}
