﻿/************************************************************************************
smaller than 980
*************************************************************************************/
@media only screen and (max-width: 1018px) {
    #expandFooter #footerAddress
    {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 960px) {

	/* pagewrap */
	#pageWrap {
		width: 95%;
	}

    .promo 
    {
        font-size: 90%;
        white-space: nowrap;
    }

	/* content */
	#content {
		width: 90%;
		padding: 3% 4%;
	}

	#subContent {
		width: 90%;
		padding: 3% 4%;
	}

    .containerGrid{
		width: auto;
	}
    
    #callouts
    {
        width: auto;
        text-align: left;
    }


	/* sidebar */
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}
	
	#expandFooter
	{
	    height: 70px;
	}

	#expandFooter #logos
	{
	    clear: right;
	    display: inline-block;
	}
}

/************************************************************************************
smaller than 700
*************************************************************************************/
@media screen and (max-width: 700px) 
{
    .promo 
    {
        font-size: 80%;
    }

    /*#slider
    {
        display: none;
    }*/
    
    #subContent #banner
    {
        display: none;
    }
}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

    .gBar
    {
        display: none;
    }

    form 
    {
        margin: 15px auto 0px auto;
    }

	/* header */
	#header {
		height: auto;
	}

    .promo { display: none; }    
    
	/* search form */
	#searchform {
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 100;
		height: 40px;
	}
	#searchform #s {
		width: 70px;
	}
	#searchform #s:focus {
		width: 150px;
	}

	/* main nav */
	#main-nav {
		position: static;
	}
   
	/* content */
	#content {
		width: 95%;
		margin: 20px 0;
	}

	#subContent {
		width: 95%;
		margin: 20px 0;
	}

    #mobileSlider
    {
        display: block;
    }

    #callouts .callout
    {
        display: block;
    }

    #callouts div .findYourSchool
    {
        width: 310px;
    }

	/* sidebar */
	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}
}

@media screen and (max-width: 550px) 
{
    #callouts .callout
    {
        display: none;
    } 

    #callouts .lastCallout
    {
        display: block;
    } 

    #expandFooter { height: 100px; }
    #expandFooter #footerAddress { padding-left: 7px; margin: 0px; }
    #expandFooter #logos { float: none; }
}

/************************************************************************************
smaller than 550
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

    form 
    {
        margin: 0px;
    }
    #site-logo 
    {
	    position: absolute;
	    top: 3px;
    }
    
	#content {
		width: 95%;
		margin: 0px;
	}

	#subContent {
		width: 95%;
		margin: 0px;
	}

    #searchform
    {
        display: none;
    }
    
    .promo
    {
        display: none;
    }
          
	/* main nav */
	#main-nav a {
		font-size: 65%;
		padding: 0px 3px;
	}

    #footerBlocks .footerBlock
    {
        display: block;
    }

    #footer #FirstToKnow .FirstToKnowSubmit
    {
        top: -2px;
        right: 5px;
        width: 18px;
        height: 20px;    
    }

    #expandFooter #logos { display: none; }
}

