@media only screen and (max-width:950px){
    
    .nomobile {
        display: none !important;
    }
	
	body {
		background: #FFF;
		text-align: center;
	}
	
	li, .th_retired {
		text-align: left;
	}
	
	body, .container {
		max-width: 100%;
		width: auto !important;
		border: 0;
		padding: 0;
	}
	
	img {
		max-width: 100%;
	}
	
	.rhfv {
		display: none !important;
	}
	
	/* MAIN NAV */
	
	#top_bar, #top_bar_nav {
		position: inherit;
		width: 100%;
	}
	
	#main_bar {
		padding-top: 0;
		height: auto;
	}
	
	#main_bar_nav #main_bar_logo {
		display: block;
		float: none;
		width: 100%;
	}
	
	#main_bar_nav #main_bar_logo a {
		margin: 0 auto;
	}
	
	#main_bar_nav {
		clear: both;
		width: auto !important;
	}
	
	#main_bar_items {
		float: none;
		display: block;
		width: 100%;
		position: relative;
	}
	
	#main_bar_items ul {
		margin-top: 0;
		width: auto !important;
	}
	
	#main_bar_nav #main_bar_items .toplevel {
		width: 50% !important;
		float: left;
		display: block;
		margin: 0 !important;
		border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		background: #ececec;
	}
	
	#main_bar_nav #main_bar_items .toplevel:last-child {
		width: 100% !important;
		
/*
	    color: #FFF;
        background: #4d7dbf;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #609bcf 0%, #3a5faf 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#609bcf), color-stop(100%,#3a5faf));
        background: -webkit-linear-gradient(top, #609bcf 0%,#3a5faf 100%);
        background: -o-linear-gradient(top, #609bcf 0%,#3a5faf 100%);
        background: -ms-linear-gradient(top, #609bcf 0%,#3a5faf 100%);
        background: linear-gradient(to bottom, #609bcf 0%,#3a5faf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#609bcf', endColorstr='#3a5faf',GradientType=0 );
*/
		
	}
	
/*
	#main_bar_nav #main_bar_items .toplevel:last-child > a {
        color: #FFF;
	}
*/
	
	#main_bar_nav #main_bar_items .toplevel > a {
		border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		overflow-x: hidden;
		padding: 10px 20px !important;
	}
	
	ul.main_bar_items_sub {
		display: none !important;
	}
	
	/* GLOBAL PAGE ELEMENTS */
	
	#page_header {
		margin-bottom: 0;
	}
	
	#page_header .header_title h2 {
    	margin-bottom: -2px;
	}
	
	.header_title {
		padding: 0 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.breadcrumbs {
		display: none !important;
	}
	
	.the_body {
		margin-top: 0;
	}
	
	.main_content {
		width: auto;
		border: 0;
		padding: 0 20px;
		float: none;
		display: block;
	}
	
	.the_body > .sidebar {
		padding: 20px;
		width: auto;
		float: none;
		display: block;
	}
	
	.the_body > .sidebar li {
		text-align: center;
	}
	
	
	/* HOMEPAGE */
	
	#home_carousel, #home_carousel_in {
		width: 100% !important;
		max-width: 100%;
		display: none !important;
	}
	
	#home_carousel_pager_container {
		margin-bottom: -26px !important;
		display: none !important;
	}
	
	#home_tiles {
		max-width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		text-align: center !important;
		overflow: auto;
		height: auto;
		margin: 10px 0;
	}
	#home_tiles li {
		padding: 0;
		margin: 0px !important;
		float: left;
		max-width: 50%;
		padding: 10px;
		background-size: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	#home_tiles li img {
	}
	
	#home_feed {
		width: auto;
		max-width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	
	#gcn_th_newsfeed h4, #gcn_th_newsfeed .news_desc {
		float: none;
		width: 100%;
		
	}
	
	#gcn_th_newsfeed img {
		float: none;
		display: block;
		text-align: center;
		margin: 0 auto 10px auto;
		
	}
	
	#gcn_th_newsfeed li:last-child .news_desc {
		border-bottom: #e3e3e3 1px solid;
	}
	
	.home_social {
		width: 340px;
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0 20px;
		float: none;
		margin: 0 auto !important;
		clear: both;
	}
	
	#mc_embed_signup {
		text-align: left;
	}
	
	.th-home #main_footer {
		margin-top: 0;
	}
	
	/* STAFF PAGE */
	
	.staff_page_mainbio, .staff_contact {
		width: auto;
		text-align: center;
	}
	
	.staff_page_mainpic {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 20px;
		width: auto;
	}
	
	
	/* FUSION */
	
	
	
	/* FOOTER */
	
	#main_footer {
		margin-top: 0;
	}
	
	#footer_contact, #footer_nav, #footer_social, #footer_contact_address, #footer_legal, #footer_legal_links {
		display: block;
		text-align: center;
		float: none;
		width: auto;
		margin: 0 auto;
		padding: 0 20px;
	}
	#footer_legal {
		padding: 20px;
	}
	#footer_contact_address {
		padding-top: 10px;
	}
	#footer_nav {
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#footer_nav a {
		margin: 0 20px !important;
	}
	#footer_social {
		margin: 20px 0 20px 0;
	}
	#footer_facebook, #footer_twitter {
		float: none;
	}
    
    #groove-feedback {
        display: none !important;
    }
	
	.ribbon-box {
    	background: #FFF !important;
	}
	
}