/************************************************/
/******************** MEDIUM ********************/
/************************************************/
@media only screen and (max-width: 1024px) {

	/*** HEADER ***/

	#widget-header-second h1 { 
	}



	/*** PAGE ***/
	.postWrapper {
	    margin: 0;
	}



	/*** FORMIDABLE ***/
	.frm_form_field.frm_left_fourth, 
	.frm_form_field.frm_fourth, 
	.frm_form_field.frm_right_fourth, 
	.frm_form_field.frm_first_fourth, 
	.frm_form_field.frm_last_fourth {
		width: 48%;
	}
	.frm_form_field.frm_fourth {
		margin-right: 0;
	}



	/*** NEWS & EVENTS ***/
	.post-news .news-container .news-featured-image {
	    width: 25%;
	}
	.post-news .news-container .news-content {
	    width: 70%;
	}

}





/************************************************/
/**************** RESPONSIVE NAV ****************/
/************************************************/
@media only screen and (max-width: 859px) {

	/*** PAGE ***/

	.featured-image,
	#zone-featured-image {
	    margin-top: 0;
	}

}





/************************************************/
/**************** SMALL - MEDIUM ****************/
/************************************************/
@media only screen and (max-width: 833px) {

	/*** HEADER ***/

	.logo-title .logo {
		margin-top: 20px; 
	}



	/*** NAVIGATION ***/
	
	#zone-header-postfix #nav_menu-2 {
    	letter-spacing: 2px;
	}
	#zone-header-postfix #nav_menu-2 h6 {
	    margin: 8px 5px 8px 15px;
	}
	#zone-header-postfix #nav_menu-2 ul li a {
	    padding: 8px 15px;
	}



	/*** PAGE ***/

	.featured-image {
	    height: 360px;
	}
	.featured-image-dynamic {
	    height: 720px;
	}



	/*** HOME ***/
	#zone-featured-image {
		height: 800px;
	}

	#featured-image-content {
		top: 400px;
	}

	.library-feature-content {
		margin: 0!important;
		width: 100%;
	}

	#video-gallery-content-container {
	    padding: 0 5%;
	}

	#zone-photo-of-the-month {
	    height: 966px;
	}

	#zone-postcards .gallery .gallery-item {
	    margin: 0 22% 20px 22%;
	    width: 56%;
	}
	#postcards-content h6,
	#postcards-content p {
	    padding: 0 22%;
	}



	/*** NEWS & EVENTS ***/
	.post-news .news-container .news-featured-image {
	    width: 30%;
	}
	.post-news .news-container .news-content {
	    width: 65%;
	}



	/*** U-M'S BICENTENNIAL ***/
	.bicentennial-slideshow {
	    margin-bottom: 50px;
	    margin-top: 30px;
	}

	ul.slideshow-navigation li {
		margin-bottom: 20px;
    	padding: 15px 5px;
		width: 100%;
	}

	ul.slideshow-navigation li:last-child {
		margin-bottom: 0;
	}

}





/************************************************/
/******************** SMALL *********************/
/************************************************/
@media only screen and (max-width: 640px) {

	/*** HEADER ***/

	.logo-title .logo { 
	    margin: 0 0 15px 0!important; 
	}


	#widget-header-second .social-icons {
		float: left;
		width: 35%;
	}

	#widget-header-second #search-2 {
		width: 60%;
	}
	#widget-header-second .search-form { 
		width: 100%
	}

	#widget-header-second h1 {
		text-align: left;
	}

	#widget-header-postfix {
		padding: 0;
	}
	#zone-header-postfix #nav_menu-2 h6 {
		margin: 0;
		padding: 8px 0.9375rem;
	}
	#zone-header-postfix #nav_menu-2 .menu-secondary-header-navigation-container,
	#zone-header-postfix #nav_menu-2 ul {
		width: 100%;
	}
	#zone-header-postfix #nav_menu-2 ul li {
	    margin: 0;
	    width: 50%;
	}
	#zone-header-postfix #nav_menu-2 ul li a {
	    background: none;
    	padding: 8px 0.9375rem;
	}



	/*** PAGE ***/
	#leftsidebarnav ul li a span {
	    margin: 15px 0;
	}

	.postWrapper {
	    margin: 30px 0 0 0;
	}

	.featured-image {
	    height: 240px;
	}
	.featured-image-dynamic {
	    height: 480px;
	}



	/*** HOME ***/
	#zone-featured-image,
	#featured-image-main {
		height: 480px;
	}

	#featured-image-content {
		bottom: 0;
		top: inherit;
		width: 100%;
	}

	#library-features-content {
		margin: 0;
	}
	.library-feature-content {
	    margin-top: 30px!important;
	}
	#post-229 .library-feature-content-main {
	    background-size: auto 100%;
	}

	#zone-photo-of-the-month {
	    height: 644px;
	}

	#zone-postcards .gallery .gallery-item {
	    margin: 0 10% 20px 10%;
	    width: 80%;
	}
	#postcards-content h6,
	#postcards-content p {
	    padding: 0 10%;
	}



	/*** MAGAZINE ARCHIVE ***/
	.magazine-archives .magazine-archive {
		margin-top: 20px;
	    width: 100%;
	}
	.magazine-archives .magazine-archive:first-child {
	    margin-top: 0;
	}

}
@media only screen and (min-width: 641px) and (max-width: 899px) {
	/*** HEADER SOCIAL MEDIA ICONS ***/
	#widget-header-second .social-icons {
		margin-top: 8px;
		margin-right: 0;
	}
	#widget-header-second .social-icons	li:last-child {
		margin-right: 0;
	}
}
/************************************************/
/***************** EXTRA SMALL ******************/
/************************************************/

/*** HEADER SOCIAL MEDIA ICONS ***/
@media all and (max-width: 450px) {
	#widget-header-second .social-icons {
		font-size: 20px;
	}
	#widget-header-second .social-icons li {
		height: 30px;
		width: 30px;
		margin-top: 8px;
	}	
}