﻿
.main {
    width: 100%;
    display: table;
    position: relative;
    background: url(/assets/images/young-professionals-new-min.jpg) no-repeat;
    background-position: 50% 35%;
    background-size: cover;
}

.main-filter {
    padding: 60px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+33,0.3+100 */
    background: -moz-linear-gradient(left, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 33%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 33%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
}



    .main .main-text h2 {
        font-size: 2.75rem;
        line-height: 1.2;
        margin-top: 4rem;
    }


    .main .main-text h1,
    .main .main-text h2 {
        color: #fff !important;
    }


.main-introtext {
    color: #ccc !important;
    font-size: 1.25em;
}

/*.main-sub {
    color: #ccc !important;
    font-size: 1.5em!important;
    line-height: 1.65;
}

.main-para {
    color: #ccc !important;
    font-size: 1.5em !important;
    line-height: 1.65;
}*/

.main-text p strong {
    color: #fff;
}

.main .form {
    /*position: absolute;
    top: 40px;
    right: 40px;
    width: 40%;*/
    background: #eee;
    padding: 25px;
    box-shadow: 10px 10px 0px rgba(0,0,0,0.35);
}

    .main .form form {
        padding: 0;
    }


    .main .form select option {
        background: #fff;
    }

    .main .form .country {
        position: relative;
    }

    .main .form input,
    .main .form select {
        width: 100%;
        /*padding: 10px;*/
        margin-bottom: 15px;
        border-radius: 0px;
        border: solid 1px #666;
        color: #333;
    }

        .main .form select option {
            color: #333;
        }

        .main .form select:invalid,
        select option[value=""] {
            color: #999;
        }

        .main .form input.btn {
            padding: 15px;
            margin-bottom: 0px;
            color: #fff;
            border: 0;
        }


.licensed-hr2 {
    border: 0;
    margin: 30px 0;
    border-top: #00558cbf 1px solid!important;
    border-bottom: #fff 1px solid;
}

.videos {
    padding: 80px 0 80px;
    width: 100%;
}


@media (max-width: 991px) {
    .main .main-text h2 {
        font-size: 2.2rem;
    }

    .main-filter {
        padding: 30px 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+33,0.3+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 33%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 33%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
    }

    .main {
        background-position: 100% 0%;
    }

        .main .form {
            margin-top: 40px;
        }

        .main .main-text {
            padding: 0;
        }

    .videos .row div:first-child {
        margin-bottom: 30px;
    }
}
