
.nav-background, .nav-background-home {
    /*width: 100%;*/
    /*height: 44px;*/
    background: #248cb8;
    margin: 0;
    /*text-align:center;*/
}

.nav-background-home {
    border-top: 1px solid #3d9cc6;
    border-bottom: 1px solid #20799E;
}

.nav-background {
    border-top: 1px solid #3d9cc6;
    border-bottom: 6px solid #FFB943;
}


.nav > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-align: left;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0,0,0,.35);

    background-color: #248cb8;
    border-left: 1px solid #3d9cc6;
    border-right: 1px solid #20799E;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar{
    margin-bottom: 0px;
    min-height: 20px!important;
}
.navbar-brand{
    height: 30px;
    line-height: 35px;
    padding: 0 15px;
    color: white!important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.navbar-default{
    background-color: transparent!important;
    border-color: transparent!important;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover{

    color: white;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover{
    /*background-color: snow!important;*/
    /*color: #000000;*/
    /*text-shadow: none;*/
}
/*.navbar-default .navbar-nav > li > a:hover{*/
    /*background-color: snow;*/
/*}*/
.navbar-default .navbar-nav .open .dropdown-menu > li > a{

    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;

    /*color: #ffffff;*/
    /*text-shadow: 0 0 1px rgba(0,0,0,.35);*/
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover{
    text-shadow: none;
}
.navbar-nav .open .dropdown-menu{
    background-color: snow;
}
.navbar-default .navbar-nav > li > a:hover{
    text-decoration: underline;
}
.navbar-toggle{
    background-color: snow!important;
}
.navbar-toggle{
    margin-top:1px;
}

/*
==================================================================================================
 MEDIA QUERY: EXTRA SMALL
==================================================================================================
*/

@media(max-width:767px){

    /* Home */
    .list-item{
        margin: 6px 0!important;
    }
    .list-item a{
        /*background-color: orange;*/
        /*border-bottom: 1px dashed #f0f0f0;*/
        width: 100%;
        float: left;
        padding: 5px 10px;
    }
    .list-item:nth-child(odd) a{
        background-color: #f0f0f0;
        /*border-bottom: 1px dashed #cccccc;*/
    }

    body, div, p, ul, li, a{
        line-height: 1.2em;
    }

    /* TABLE */
    .table tbody tr{
        padding: 5px;
    }
    .table tbody td,
    .table td a{
        font-size: 16px;
        line-height: 1.6em;
    }


    /* SIDEBAR */
    .sidebar_menu .list-item a{
        /*background-color: green;*/
        border-bottom: none;
        width: 100%;
        float: left;
        padding: 5px 10px;
        line-height: 1.6em;
    }
    .sidebar_menu .list-item:nth-child(odd) a{
        /*background-color: #f0f0f0;*/
    }
    .sidebar_menu .list-item{
        margin: 6px 0!important;
    }


    /* ADSENSE */
    .ad_break{

    }
    .adsense-doublebarrels{
        text-align: center;
    }
    .adsense-leftbarrel {
        text-align: center;
    }

    .adsense-rightbarrel {
        /*float:right;*/
    }

    /* TOP NAVIGATION*/
    #inside_header_right{
        margin-bottom: 5px!important;
    }
    #inside_header_right .fb-like{
        margin: 5px 0!important;
    }
    #inside_header_right a{
        line-height: 2.5em;
        font-size: 14px !important;
    }

    /* MAJOR */
    table.major_table tbody td a{
        display: block;
    }

    /* search */
    #homepage-search{

    }
    .homepage-search{
        width: 90%!important;
    }


    /*
    PAGES
    */
    .state_heading{
        margin-bottom: 20px;
    }
    .state_description p{
        font-size: 16px;
        line-height: 1.6em;
        padding: 5px 0;
        margin-bottom: 20px;
    }



    /* COLLEGE */

    .school_majors_container{
        padding: 0 15px;

    }
    .school_majors_container .major_list{
        padding: 7px 0px;
        line-height: 1.5em;
    }
    #content_container{

    }

    #content_container p{
        line-height: 1.6em;
        font-size: 16px;
        margin: 10px 0 20px 0;
    }
    #content_container .description,
    #content_container .blog-post .post-entry,
    #content_container .blog-post-entry,
    #content_container .blog-post-entry p,
    #content_container .actual-post-entry,
    #content_container .description p{
        font-size: 16px;
        line-height: 1.7em;
        margin: 0px 0 20px;
    }

    #content_container .blog-post-entry h1,
    #content_container .blog-post-entry h2,
    #content_container .blog-post-entry h3,
    #content_container .blog-post-entry h4{
        margin-bottom: 10px;
        margin-top: 20px;
        line-height: 1.5em;
        border-bottom: 1px solid grey;
    }
    #content_container .admission_request{
        text-align: right;
        width: 100%;
    }
    #content_container .admission_request a{
        background: none repeat scroll 0 0 #72b626;
        color: white;
        float: right;
        line-height: 2em;
        margin: 10px 0;
        padding: 11px 17px;
        width: 100%;
    }

    /* FOOTER */
    .footer_inner_column_1 p{
        font-size: 16px;
        line-height: 1.6em;
    }

}
/*
==================================================================================================
 MEDIA QUERY: SMALL
==================================================================================================
*/
@media(min-width:768px){

    /* Home */
    .list-item a{
        /*background-color: green;*/
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
        float: left;
        padding: 5px 10px;
    }
    .list-item:nth-child(odd){
        /*background-color: #f0f0f0;*/

    }


    /* TABLE */
    .table tbody tr{
        padding: 5px;
    }
    .table tbody td,
    .table td a{
        font-size: 16px;
        line-height: 1.6em;
    }


    /* SIDEBAR */
    .sidebar_menu .list-item a{
        /*background-color: green;*/
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
        float: left;
        padding: 5px 10px;
    }
    .sidebar_menu .list-item:nth-child(odd) a{
        /*background-color: #f0f0f0;*/
    }
    .sidebar_menu .list-item{
        margin: 6px 0!important;
    }


    /* MAJOR */
    table.major_table tbody td a{
        display: block;
    }

    /* SEARCH */

    .homepage-search{
        width: 100%!important;
    }
    .adsense-doublebarrels{
        text-align: center;
    }

    .adsense-leftbarrel {
        text-align: center;
    }

    .adsense-rightbarrel {
        /*float:right;*/
    }



    /*
    PAGES
    */
    .state_heading{
        margin-bottom: 20px;
    }
    .state_description p{
        font-size: 16px;
        line-height: 1.6em;
        padding: 5px 0;
        margin-bottom: 20px;
    }


    /* COLLEGE */

    .school_majors_container{
        padding: 0 15px;

    }
    .school_majors_container .major_list{
        padding: 5px 0px;
        line-height: 1.5em;
    }
    #content_container{

    }

    #content_container p{
        line-height: 1.6em;
        font-size: 16px;
        margin: 10px 0 20px 0;
    }
    #content_container .description,
    #content_container .blog-post .post-entry,
    #content_container .blog-post-entry,
    #content_container .blog-post-entry p,
    #content_container .actual-post-entry,
    #content_container .description p{
        font-size: 16px;
        line-height: 1.7em;
        margin: 0px 0 20px;
    }

    #content_container .blog-post-entry h1,
    #content_container .blog-post-entry h2,
    #content_container .blog-post-entry h3,
    #content_container .blog-post-entry h4{
        margin-bottom: 10px;
        margin-top: 20px;
        line-height: 1.5em;
        border-bottom: 1px solid grey;
    }

    #content_container .admission_request{
        text-align: right;
        width: 100%;
    }
    #content_container .admission_request a{
        background: none repeat scroll 0 0 #72b626;
        color: white;
        float: right;
        line-height: 2em;
        margin: 10px 0;
        padding: 11px 17px;
        width: 100%;
    }

    /* FOOTER */
    .footer_inner_column_1 p{
        font-size: 16px;
        line-height: 1.6em;
    }
}

/*
==================================================================================================
 MEDIA QUERY: TABLET
==================================================================================================
*/
@media(min-width:992px){

    /* SIDEBAR */
    .sidebar_menu .list-item a{
        /*background-color: green;*/
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
        float: left;
        padding: 5px 10px;
    }
    .sidebar_menu .list-item:nth-child(odd) a{
        /*background-color: #f0f0f0;*/
    }

    .list-item a{
        border-bottom: none;
        /*background-color: #ffff00;*/
        float: left;
        width: 100%;
        padding: 5px 10px;
    }

    .homepage-search{
        width: 100%!important;
    }
    .adsense-leftbarrel {
        float:left;
    }

    .adsense-rightbarrel {
        float:right;
    }


    /* MAJOR */
    table.major_table tbody td a{
        display: block;
    }

    /* TABLE */
    .table tbody tr{
        padding: 5px;
    }
    .table tbody td,
    .table td a{
        font-size: 16px;
        line-height: 1.6em;
    }


    /*
    PAGES
    */
    .state_description p{
        /*background-color: #ffff00;*/
        font-size: 16px;
        line-height: 1.5em;
        padding: 5px 0;
        margin-bottom: 20px;
    }


    /* COLLEGE */

    .school_majors_container{
        padding: 0 15px;

    }
    .school_majors_container .major_list{
        padding: 5px 0px;
    }
    #content_container{

    }

    #content_container p{
        line-height: 1.6em;
        font-size: 16px;
        margin: 10px 0 20px 0;
    }


    #content_container .description,
    #content_container .blog-post .post-entry,
    #content_container .blog-post-entry,
    #content_container .blog-post-entry p,
    #content_container .actual-post-entry,
    #content_container .description p{
        font-size: 16px;
        line-height: 1.6em;
        margin: 0px 0 20px;
    }

    #content_container .blog-post-entry h1,
    #content_container .blog-post-entry h2,
    #content_container .blog-post-entry h3,
    #content_container .blog-post-entry h4{
        margin-bottom: 10px;
        margin-top: 20px;
        line-height: 1.5em;
        border-bottom: 1px solid grey;
    }




    #content_container .admission_request{
        text-align: right;
        width: 100%;
    }
    #content_container .admission_request a{
        background: none repeat scroll 0 0 #72b626;
        color: white;
        float: right;
        line-height: 2em;
        margin: 10px 0;
        padding: 11px 17px;
        width: 100%;
    }

    /* FOOTER */
    .footer_inner_column_1 p{
        font-size: 16px;
        line-height: 1.5em;
    }
}

/*
DESKTOP
*/

@media(min-width:1200px){


    /* SIDEBAR */
    .sidebar_menu .list-item a{
        /*background-color: green;*/
        border-bottom: 1px dashed #f0f0f0;
        /*border-bottom: none;*/
        /*width: 100%;*/
        /*float: left;*/
        /*padding: 5px 10px;*/
    }

    /* TABLE */
    .table tbody tr{
        padding: 5px;
    }
    .table tbody td,
    .table td a{
        font-size: 15px;
        line-height: 1.4em;
    }

    .list-item a{
        /*background-color: #cccccc;*/
        float: left;
        width: 100%;
        padding: 5px 10px;

    }

    .homepage-search{
        /*width: 66%;*/
    }
    .adsense-leftbarrel {
        float:left;
    }

    .adsense-rightbarrel {
        float:right;
    }

    /* COLLEGE */
    .school_majors_container .major_list{

        padding: 5px 10px;
    }


    /* MAJOR */
    table.major_table tbody td a{
        display: block;
    }

    /* FOOTER */
    .footer_inner_column_1 p{
        font-size: 14px;
        line-height: 1.3em;
    }
}