﻿
/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
    /** .header-image{ border: 1px solid red;} **/
    .featured {
    }
}

/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
    /** .header-image{ border: 1px solid green;} **/
    .featured {
    }
}


/**
 * 14.3 - >= 910px
 */

@media screen and (max-width: 56.875em) {
    /** .header-image{ border: 1px solid blue;} **/
	.site-inner{
	}
    .featured {
    }

    .fixedtopnav {
        position: relative;
        width: 100%;
        clear: both;
        height: 190px;
        margin-top: 0px;
    }

    #menu-toggle {
        margin-top: 30px;
		background-color: #fff;
		color: #802529;
    }

    #search{
        margin-top: -15px;
    }

        #menu-toggle .toggled-on {
        }

    #leftnav {
        margin-top: 20px;
    }

    .search-submit {
        display: block;
        visibility: visible;
        width: auto;
    }

    input[type="search"].search-field {
        border-radius: 2px 0 0 2px;
        width: -webkit-calc(100% - 42px);
        width: calc(100% - 42px);
        margin-right: 60px;
    }

    .search-submit::before {
        line-height: 28px;
    }

    #search {
        margin-right: 10px;
    }

    .search-submit {
        border-radius: 0 2px 2px 0;
        bottom: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
    }

    .site-content {
        margin-top: 0px;
    }

    .site-header {
        border: none;
        height: auto;
    }

    .innertopnav {
        margin-top: -20px;
    }

    .header-image a img {
        margin: 0px;
        padding: 0px;
        position: relative;
    }

    #notifications {
        margin: 0;
        position: relative;
    }

    #featured {
        display: none;
        height: 100px;
    }

    #mobile_urgent_notice {
        display: block;
    }

    #mobile_urgent_notice .urgent_notice_box {
        top: 0;
    }

    #seal {
        display: none;
    }

    #homepage_layer{
        width: 100%;
        height: unset;
    }

    #homepage_layer #verify, #homepage_layer #find {
        width: 100%;
        height: auto;
        font-size: 26px;
        padding: 20px;
    }

    #homepage_layer {
        margin-top: 0px;
    }

    .one_half {
        width: 100%;
    }

    .one_third {
        width: 100%;
    }

    .two_thirds {
        width: 100%;
    }

    .site-footer .address {
        float: left;
        width: 100%;
        border-left: none;
    }

    .site-footer {
        height: 800px;
    }

    .degree_links {
        bottom: auto;
        vertical-align: auto;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
        margin-left: 0px;
        margin-right: 0px;
    }

    .copyright {
        float: left;
        height: 5em;
        text-align: left;
    }

    .degree {
        width: 100%;
        height: auto;
    }

    #homepage_layer #find{
	    margin-top: 40px;
    }

    .degree_level, .degree_content {
        display: none;
    }

    .home .site-content {
        margin: 0px;
    }

    .site-content {
        margin: 0px;
    }

    .menu-left-top-nav-container {
        background-color: white;
        width: 100%;
        z-index: 9999;
    }

    #leftnav {
        width: 100%;
    }


    .main-navigation {
        margin: 0px;
    }

    .site-header-menu {
        margin: 0;
    }


    .innertopnav {
        margin-top: -50px;
    }

    .fixedtopnav {
        margin-top: 30px;
    }
    .header-image a IMG{
	    margin-top: 20px;
	    width: 150px;
    }
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
    /** .header-image{ border: 1px solid orange;} **/
    .featured {
    }
}

/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {

    /** .header-image{ border: 1px solid black;} **/
    .featured {
    }
}
