@import url(https://fonts.googleapis.com/css?family=Roboto:400,300italic,300);
/* College Search Nav Start*/
.nav-tabs > li > a {
    border-radius: 0;
}

.csi-container {
    margin: 20px 0 24px 0;
    float: left;
}

    .csi-container input[type=search] {
        padding: 0 15px;
        border: solid 1px #8E8E8E;
        float: left;
        width: 214px;
        height: 42px;
    }

    .csi-container input[type=image] {
        float: left;
        transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
    }

.maxwidth {
    width:350px; padding-left:10px; padding:5px 10px; border:solid 1px #ccc;
}


.result-guide {
    float: left;
    padding: 20px;
    font-size: 1em;
    color: #3d3d3d;
    font-weight: 300;
}

.result-text {
    float: left;
    padding: 20px;
    font-size: 2em;
    color: #187cb8;
    font-weight: bold;
}


.search-nav a:link, .search-nav a:visited {
    position: relative;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: block;
    padding: 15px 10px;
    color: #FFFFFF !important;
    margin: 0 0 1px 0;
    line-height: 20px;
    background-color: #304458 !important;
    text-decoration: none;
    border-left: solid 13px #5a6971 !important;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background-position: 92% 50%;
}

.search-nav a:hover, .search-nav a:focus {
    background-color: #187cb8 !important;
    border-color: #1e9bdd !important;
    text-decoration: none;
    background-image: url(../images/left-nav-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.search-nav li.active > a, .search-nav > li.active > a:hover, .search-nav > li.active > a:focus {
    color: #ffffff;
    background-color: #187cb8 !important;
    border-left: solid 13px #1e9bdd !important;
    text-decoration: none;
    background-image: url(../images/left-nav-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.search-nav li a:focus {
    outline: none;
}

a.search-all:link, a.search-all:visited {
    margin-top: 5px;   
    color: #FFFFFF;
    text-decoration: none;
    background-color: #187cb8;
    text-align: center;
    padding: 11px;
    display: block;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

a.search-all:hover {
    background-color: #4eabdc;
}

a.clear-sel:link, a.clear-sel:visited {
    margin-top: 5px;   
    color: #FFFFFF;
    text-decoration: none;
    background-color: #304458;
    text-align: center;
    padding: 11px;
    display: block;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

a.clear-sel:hover {
    background-color: #187cb8;
}
/* College Search Nav End*/



/* College Search Listing  Start */
a.thumb-container:link, a.thumb-container:visited {
    width: 150px;
    height: 150px;
    text-align: center; /* align the inline(-block) elements horizontally */
    font: 0/0 a; /* remove the gap between inline(-block) elements */
    float: left;
    border: solid 1px #C7C7C7;
    margin-right: 30px;
    display: block;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

a.thumb-container:hover {
    border: solid 1px #0091ED;
}

.thumb-container:before { /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

.thumb-container img {
    max-width: 95%;
}

.college-listing {
    border: solid 1px #C8C8C8;
    padding: 10px 25px;
    background-color: #fff;
}

    .college-listing .c-item {
        border-bottom: 1px solid #C5C5C5;
        padding: 30px 0;
    }

        .college-listing .c-item:last-child {
            border-bottom: none;
        }

        .college-listing .c-item:before, .college-listing .c-item:after {
            content: '';
            display: table;
        }

        .college-listing .c-item:after {
            clear: both;
        }

.college-listing-cotent {
    width: 67%;
    float: left;
}

    .college-listing-cotent h3 {
        margin: 0;
        font-size: 20px;
        line-height: 28px;
        color: #187cb8;
    }

    .college-listing-cotent span {
        color: #6954bc;
        font-size: 16px;
    }

    .college-listing-cotent p {
        color: #606060;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        margin: 10px 0;
    }

.view-btn, .view-btn:focus {
    color: #FFFFFF;
    background-color: #187cb8;
    border: none;
    padding: 10px 20px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    margin: 0 0 20px 20px;
    border-radius: 4px !important;
}

    .view-btn:hover {
        color: #FFFFFF;
        background-color: #1199E1;
        border: none;
        padding: 10px 20px;
    }

    .apply-btn, .apply-btn:focus {
    color: #FFFFFF;
    background-color: #187cb8;
    border: none;
    padding: 10px 20px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    margin: 0 0 20px 0;
    border-radius: 4px !important;
}

    .apply-btn:hover {
        color: #FFFFFF;
        background-color: #1199E1;
        border: none;
        padding: 10px 20px;
    }

.cs-disclaimer {
    background-color: #ece5da;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    font-size: 11px;
}

@media (max-width: 1280px) {
    .csi-container input[type=search] {
        width: 70%;
    }
}

@media (max-width: 900px) {
    
    .college-listing-cotent {
        width: 100%;
        float: none;
    }
}


@media only screen and (max-width:550px) {
    a.thumb-container:link, a.thumb-container:visited {
        margin: auto;
        float: none;
    }

    .view-btn {
        width: 100%;
    }
}
/* College Search Listing CSS End */

/* Scholarship Search Nav Start */

.scholar-nav a:link, .scholar-nav a:visited {
    position: relative;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: block;
    padding: 15px 10px;
    color: #FFFFFF !important;
    margin: 0 0 1px 0;
    line-height: 20px;
    background-color: #74848c !important;
    text-decoration: none;
    border-left: solid 13px #5a6971 !important;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background-position: 92% 50%;
}

.scholar-nav a:hover, .scholar-nav a:focus {
    background-color: #13856e !important;
    border-color: #436c53 !important;
    text-decoration: none;
    background-image: url(../images/left-nav-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.scholar-nav li .active {
    color: #ffffff;
    background-color: #13856e !important;
    border-color: #436c53;
    text-decoration: none;
    background-image: url(../images/left-nav-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.scholar-nav li a:focus {
    outline: none;
}

/* Scholarship Search Nav End */

/* Scholarship listing Start */
.scholar-listing table {
    width: 100%;
    background-color: #fff;
}

    .scholar-listing table tr:nth-child(odd) {
        background-color: #f5fdff;
    }

    .scholar-listing table tr:first-child {
        background-color: #187cb8;
        color: #FFFFFF;
    }
    .scholar-listing table tr:first-child a:link, .scholar-listing table tr:first-child a:visited {
        color: #FFFFFF;
    }

    .scholar-listing table tr td {
        padding: 5px 10px;
        border: 1px solid #E5E5E5;
        text-align: center;
    }

        .scholar-listing table tr td:first-child {
            width: 40%;
            text-align: left;
        }
.topSearch {
    
    background-image: url(../images/search-winthin.png);
    background-position:left;
    background-repeat:no-repeat;
    padding:10px 10px 10px 50px;
    width:100%;
    margin-bottom:15px;
    border:solid 1px #ccc;
}
/* Scholarship listing End */

/* Modal CSS Start */

.cs-container .tab-pane {
    background-clip: padding-box;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    left: 29%;
    margin-left: 0;
    outline: 0 none;
    position: absolute;
    width: 600px;
    z-index: 1050;
    top: 85px;
}

.cs-container div.tab-pane input[type=checkbox] {
    position: relative;
    height: 18px;
    width: 18px;
    cursor: pointer;
    color: #EC0F13 !important;
    background: #FFFFFF !important;
    margin: 0 5px 0 0;
}

.cs-container div.tab-pane select {
    padding: 3px 5px;
    border: solid 1px #C8C8C8;
}

.cs-w200 {
    width: 200px;
}
.cs-w300 {
    width: 300px;
}

.modal-content {
    border-radius: 0 !important;
    color: #313131;
    padding: 20px 25px;
    width: 600px;
    border: solid 2px #fff;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, rgba(254,255,243,.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, rgba(254,255,243,.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, rgba(254,255,243,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(254,255,243,.9)', GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.scholar-modal {
    width: 600px;
    padding-top: 30px;
}


.modal-content div:nth-last-child(2) {
    border-bottom: none;
}

.cs-row {
    border-bottom: solid 1px #C4C4C4;
    padding: 15px 0 !important;
    display: table;
    width: 100%;
}

    .cs-row .cs-category {
        width: 125px;
        font-size: 15px;
        font-weight: bold;
        line-height: 18px;
        color: #2f2f2f;
        float: left;
    }

    .cs-row .cs-category label {        
        font-size: 15px;
        font-weight: bold;
        top:6px;
       
    }

    .cs-row ul {
        width: 420px;
        float: left;
        margin: 0;
        padding: 0;
    }

        .cs-row ul li {
            display: inline-block;
            list-style: none;
            margin-right: 10px;
            font-size: 13px;
            margin-bottom: 10px;
            color: #212121;
            font-weight: 400;
        }

.multi-list li {
    /*background: #fff;*/
    display: block;
}
/* Width 100% li class */
.cs-wide-list li {
    width: 100%;
}

/* li class with short list items */
.cs-extra-space li {
    margin-right: 80px !important;
}

    .cs-extra-space li:last-child {
        margin-right: 0 !important;
    }

    .cs-extra-space li ul li {
        margin-right: 5px !important;
    }
/* Extra vertical margin for Select */
.cs-extra-Vspace li {
    margin-bottom: 25px;
}

.close-btn-container {
    text-align: right;
}

.cs-row label {
    font-size: 13px;
    position: relative;
    display: inline;
    color: #212121;
    font-weight: 400;
    top: -5px;
}

.close-x {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 10px;
}

    .close-x a:link, .close-x a:visited {
        background: url(../images/close-x.png) no-repeat;
        background-position: center;
        width: 18px;
        height: 18px;
        display: block;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
    }

    .close-x a:hover {
        background: url(../images/close-x-r.png) no-repeat;
        background-position: center;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
    }

.close-btn, .close-btn:focus {
    color: #FFFFFF;
    background-color: #187cb8;
    border: none;
    padding: 10px 20px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    right: 20px;
    margin-top: 10px;
    border-radius: 4px !important;
}

    .close-btn:hover {
        color: #FFFFFF;
        background-color: #1199E1;
        border: none;
        padding: 10px 20px;
    }


@media only screen and (max-width:1380px) {

    .cs-container .tab-pane {
        left: 27%;
    }
}
/*College Search modal for mobile Start*/

@media only screen and (min-width:1500px) {

    .cs-container .tab-pane {
        left: 30%;
    }
}

@media only screen and (min-width:1800px) {

    .cs-container .tab-pane {
        left: 35%;
    }
}



@media only screen and (min-width:2500px) {

    .cs-container .tab-pane {
        left: 38%;
    }
}

@media only screen and (max-width:768px) {

    .cs-container .tab-pane {
        left: 26%;
        width: 560px;
    }

    .modal-content {
        padding: 10px;
        width: 560px;
    }

    .scholar-modal {
        width: 98%;
    }
}


@media only screen and (max-width:600px) {

    .cs-container .tab-pane {
        left: 0;
        top: 0;
        width: 100%;
    }

    .modal-content {
        padding: 10px;
        width: 100%;
        background: -moz-linear-gradient(top, #ffffff 0%, rgba(254,255,243,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%, rgba(254,255,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%, rgba(254,255,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(254,255,243,1)', GradientType=0 ); /* IE6-9 */
    }

    .scholar-modal {
        width: 100%;
    }

    .cs-row label {
        font-size: 13px;
        position: relative;
        display: inline;
        color: #212121;
        font-weight: 400;
        top: -5px;
    }
        
    .cs-row .cs-category {
        width: 100%;
        margin-bottom: 15px;
        float: none;
    }

    .cs-row ul {
        width: 100%;
        float: none;
    }

    .chosen-container-multi .chosen-choices {
        width: 200px !important;
    }
}
/*College Search modal for mobile End*/

/*choosen css override*/
.chosen-container input {
    width: 100% !important;
}

.sr-only {
display:none!important;}
/*choosen css override*/

/* Modal CSS end */


