/* Large desktop */
@media only screen and (min-width: 1200px) {
}

/* Desktop */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
}

/* Landscape phone to portrait tablet */
@media only screen and (min-width: 481px) and (max-width: 767px) {
}

/* Landscape phones and down */
@media only screen and (max-width: 480px) {	
	.container { min-width:inherit; max-width:inherit; margin:20px auto; }
	.logo { width:100%; text-align:center; margin:0 auto; }
	nav.fright { width:100%; float:none; }
	nav.fright p { text-align:center !important; clear:both; font-size:14px !important }
	.col-one-half, div.grid.col-one-half.mq2-col-full, .other-column { width:100% !important; }
	.map { padding-left: 3em; margin: -4em 0 2em 0; }
	.divide-top nav { display:none; }
	.divide-top .col-one-third { width:100%; }
	footer { margin-bottom:10px; }
	header nav ul { border:none; padding:0; margin:10px 0; }
	header nav li { font-size:11px; padding:0 4px; text-transform:uppercase; margin-right:0 !important; }
	header nav ul:first-child { padding-left:4px; }
	header nav ul:last-child { padding-right:0; }
	.col-one-quarter { width:100% !important; }
}
