@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: #0e1528 !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.saved-colleges:link, a.saved-colleges:visited {
    margin-top: 5px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #015710;
    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.saved-colleges:hover {
    background-color: #16997f;
}

a.clear-sel:link, a.clear-sel:visited {
    margin-top: 5px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0e1528;
    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: #000000;
        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: #015710 !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: #015710 !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;
        }

.no-border {
    border: none !important;
}

.bottom-border {
    border-bottom: 1px solid #cccccc !important;
}

.pb50 {
    padding-bottom: 50px;
}

.pt20 {
    padding-top: 20px;
}

.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 */
.none {
    display: none;
}

.scholarship .tab-pane {
    border: none;
    border-radius: 0;
    left: 30%;
    outline: 0 none;
    width: 550px;
    z-index: 1050;
    position: absolute !important;
    padding: 20px;
    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);
}

.scholarship h4 {
    font-size: 1.2em;
    color: #187cb8;
    font-weight: bold;
}

.scholarship h5 {
    font-size: 1.1em;
    color: #777;
    font-weight: 500;
}

.scholarship p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.pd30 {
    padding: 30px !important;
}

.pd20-30 {
    padding: 20px 30px 30px 30px !important;
}

.mt15 {
    margin-top: 15px;
}

.mb0 {
    margin-bottom: 0;
}

.NewScholar-listing {
    background: #ffffff;
}

    .NewScholar-listing td {
        padding: 5px;
        font-size: 15px !important;
    }

    .NewScholar-listing h3 {
        margin: 0;
        font-size: 20px !important;
        line-height: 28px;
        color: #187cb8;
        font-weight: 500 !important;
    }

.fw500 {
    font-weight: 500 !important;
}

.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: 800px;
    z-index: 1050;
    top: 87px !important;
}

.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;
    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: 75%;
}

    .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;
    z-index: 1200;
}

    .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%;
    }

    .scholarship .tab-pane {
        left: 26%;
    }
}
/*College Search modal for mobile Start*/

@media only screen and (min-width:1381px) {

    .scholarship .tab-pane {
        left: 28%;
    }
}

@media only screen and (min-width:1600px) {

    .scholarship .tab-pane {
        left: 30%;
    }
}

@media only screen and (min-width:1700px) {

    .scholarship .tab-pane {
        left: 31%;
    }
}

@media only screen and (min-width:1800px) {

    .scholarship .tab-pane {
        left: 32%;
    }
}

@media only screen and (min-width:1900px) {

    .scholarship .tab-pane {
        left: 33%;
    }
}

@media only screen and (min-width:2000px) {

    .scholarship .tab-pane {
        left: 34%;
    }
}

@media only screen and (min-width:2100px) {

    .scholarship .tab-pane {
        left: 35%;
    }
}

@media only screen and (min-width:2200px) {

    .scholarship .tab-pane {
        left: 36%;
    }
}

}



@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:1000px) {

    .cs-container .tab-pane {
        width: 70%;
    }
}

@media only screen and (max-width:768px) {

    .cs-container .tab-pane {
        left: 0;
        top: 0;
        width: 100%;
        min-height: 500px;
    }

    .modal-content {
        padding: 10px;
        width: 100%;
        min-height: 500px;
    }

    .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 */


/* Search Tip style Start*/

.search-tip {
    position: absolute;
    top: 40px;
    right: 0;
    width: 25%;
    padding: 15px;
}

    .search-tip p {
        font-size: 14px;
        font-weight: 500;
        color: #0e1528;
    }

        .search-tip p span {
            color: #187cb8;
            font-weight: 600;
            margin-right: 5px;
        }

/* Search Tip style End*/
@media only screen and (max-width:956px) {

    .search-tip {
        position: relative;
        top: 27px;
        right: 0;
        width: 100%;
        padding: 20px 0px;
    }
}
@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: #0e1528 !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.saved-colleges:link, a.saved-colleges:visited {
    margin-top: 5px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #015710;
    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.saved-colleges:hover {
    background-color: #16997f;
}

a.clear-sel:link, a.clear-sel:visited {
    margin-top: 5px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0e1528;
    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: #000000;
        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: #015710 !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: #015710 !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;
        }

.no-border {
    border: none !important;
}

.bottom-border {
    border-bottom: 1px solid #cccccc !important;
}

.pb50 {
    padding-bottom: 50px;
}

.pt20 {
    padding-top: 20px;
}

.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 */
.none {
    display: none;
}

.scholarship .tab-pane {
    border: none;
    border-radius: 0;
    left: 30%;
    outline: 0 none;
    width: 550px;
    z-index: 1050;
    position: absolute !important;
    padding: 20px;
    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);
}

.scholarship h4 {
    font-size: 1.2em;
    color: #187cb8;
    font-weight: bold;
}

.scholarship h5 {
    font-size: 1.1em;
    color: #777;
    font-weight: 500;
}

.scholarship p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.pd30 {
    padding: 30px !important;
}

.pd20-30 {
    padding: 20px 30px 30px 30px !important;
}

.mt15 {
    margin-top: 15px;
}

.mb0 {
    margin-bottom: 0;
}

.NewScholar-listing {
    background: #ffffff;
}

    .NewScholar-listing td {
        padding: 5px;
        font-size: 15px !important;
    }

    .NewScholar-listing h3 {
        margin: 0;
        font-size: 20px !important;
        line-height: 28px;
        color: #187cb8;
        font-weight: 500 !important;
    }

.fw500 {
    font-weight: 500 !important;
}

.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: 800px;
    z-index: 1050;
    top: 87px !important;
}

.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;
    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: 75%;
}

    .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;
    z-index: 1200;
}

    .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%;
    }

    .scholarship .tab-pane {
        left: 26%;
    }
}
/*College Search modal for mobile Start*/

@media only screen and (min-width:1381px) {

    .scholarship .tab-pane {
        left: 28%;
    }
}

@media only screen and (min-width:1600px) {

    .scholarship .tab-pane {
        left: 30%;
    }
}

@media only screen and (min-width:1700px) {

    .scholarship .tab-pane {
        left: 31%;
    }
}

@media only screen and (min-width:1800px) {

    .scholarship .tab-pane {
        left: 32%;
    }
}

@media only screen and (min-width:1900px) {

    .scholarship .tab-pane {
        left: 33%;
    }
}

@media only screen and (min-width:2000px) {

    .scholarship .tab-pane {
        left: 34%;
    }
}

@media only screen and (min-width:2100px) {

    .scholarship .tab-pane {
        left: 35%;
    }
}

@media only screen and (min-width:2200px) {

    .scholarship .tab-pane {
        left: 36%;
    }
}

}



@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:1000px) {

    .cs-container .tab-pane {
        width: 70%;
    }
}

@media only screen and (max-width:768px) {

    .cs-container .tab-pane {
        left: 0;
        top: 0;
        width: 100%;
        min-height: 500px;
    }

    .modal-content {
        padding: 10px;
        width: 100%;
        min-height: 500px;
    }

    .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 */


/* Search Tip style Start*/

.search-tip {
    position: absolute;
    top: 40px;
    right: 0;
    width: 25%;
    padding: 15px;
}

    .search-tip p {
        font-size: 14px;
        font-weight: 500;
        color: #0e1528;
    }

        .search-tip p span {
            color: #187cb8;
            font-weight: 600;
            margin-right: 5px;
        }

/* Search Tip style End*/
@media only screen and (max-width:956px) {

    .search-tip {
        position: relative;
        top: 27px;
        right: 0;
        width: 100%;
        padding: 20px 0px;
    }
}
@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: #0e1528 !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.saved-colleges:link, a.saved-colleges:visited {
    margin-top: 5px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #015710;
    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.saved-colleges:hover {
    background-color: #16997f;
}

a.clear-sel:link, a.clear-sel:visited {
    margin-top: 5px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0e1528;
    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: #000000;
        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: #015710 !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: #015710 !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;
        }

.no-border {
    border: none !important;
}

.bottom-border {
    border-bottom: 1px solid #cccccc !important;
}

.pb50 {
    padding-bottom: 50px;
}

.pt20 {
    padding-top: 20px;
}

.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 */
.none {
    display: none;
}

.scholarship .tab-pane {
    border: none;
    border-radius: 0;
    left: 30%;
    outline: 0 none;
    width: 550px;
    z-index: 1050;
    position: absolute !important;
    padding: 20px;
    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);
}

.scholarship h4 {
    font-size: 1.2em;
    color: #187cb8;
    font-weight: bold;
}

.scholarship h5 {
    font-size: 1.1em;
    color: #777;
    font-weight: 500;
}

.scholarship p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.pd30 {
    padding: 30px !important;
}

.pd20-30 {
    padding: 20px 30px 30px 30px !important;
}

.mt15 {
    margin-top: 15px;
}

.mb0 {
    margin-bottom: 0;
}

.NewScholar-listing {
    background: #ffffff;
}

    .NewScholar-listing td {
        padding: 5px;
        font-size: 15px !important;
    }

    .NewScholar-listing h3 {
        margin: 0;
        font-size: 20px !important;
        line-height: 28px;
        color: #187cb8;
        font-weight: 500 !important;
    }

.fw500 {
    font-weight: 500 !important;
}

.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: 800px;
    z-index: 1050;
    top: 87px !important;
}

.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;
    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: 75%;
}

    .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;
    z-index: 1200;
}

    .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%;
    }

    .scholarship .tab-pane {
        left: 26%;
    }
}
/*College Search modal for mobile Start*/

@media only screen and (min-width:1381px) {

    .scholarship .tab-pane {
        left: 28%;
    }
}

@media only screen and (min-width:1600px) {

    .scholarship .tab-pane {
        left: 30%;
    }
}

@media only screen and (min-width:1700px) {

    .scholarship .tab-pane {
        left: 31%;
    }
}

@media only screen and (min-width:1800px) {

    .scholarship .tab-pane {
        left: 32%;
    }
}

@media only screen and (min-width:1900px) {

    .scholarship .tab-pane {
        left: 33%;
    }
}

@media only screen and (min-width:2000px) {

    .scholarship .tab-pane {
        left: 34%;
    }
}

@media only screen and (min-width:2100px) {

    .scholarship .tab-pane {
        left: 35%;
    }
}

@media only screen and (min-width:2200px) {

    .scholarship .tab-pane {
        left: 36%;
    }
}

}



@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:1000px) {

    .cs-container .tab-pane {
        width: 70%;
    }
}

@media only screen and (max-width:768px) {

    .cs-container .tab-pane {
        left: 0;
        top: 0;
        width: 100%;
        min-height: 500px;
    }

    .modal-content {
        padding: 10px;
        width: 100%;
        min-height: 500px;
    }

    .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 */


/* Search Tip style Start*/

.search-tip {
    position: absolute;
    top: 40px;
    right: 0;
    width: 25%;
    padding: 15px;
}

    .search-tip p {
        font-size: 14px;
        font-weight: 500;
        color: #0e1528;
    }

        .search-tip p span {
            color: #187cb8;
            font-weight: 600;
            margin-right: 5px;
        }

/* Search Tip style End*/
@media only screen and (max-width:956px) {

    .search-tip {
        position: relative;
        top: 27px;
        right: 0;
        width: 100%;
        padding: 20px 0px;
    }
}
