/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */

 /* Common Grid System */
.col4-4-2-1{
	width:23.5%;
	margin-left:1.2%;
}

.col3-3-2-1{
	width:32%;
	margin-left:1%;	
}

.col3-3-2-1:last-child:nth-child(odd){
	width:32%;
	margin-left:1%;
}

.col3-3-2-1:nth-child(odd){
	clear:inherit;
}

.col3-3-2-1:nth-child(3n+1){
	clear:both;
}

.col2-2-1-1{
	width:48.5%;
	margin-left:1%;
}




.zone-branding {
    background: url('images/USSC_Banner_header.png') no-repeat left top #0F1144;
    height: 108px;
    background-size: inherit;
}

#block-block-16 div>a{
width: 500px;
height: 88px;
}



/* Region */
#region-content {
/*	width:760px;*/
}


/* Search */
#search-block-form div.container-inline{
  float:right;
position: inherit;
z-index: inherit;
}

/* Utility Menu */
#block-menu-block-5 {
  display:inherit;
}


/* Front Page Blocks */
.front #region-content .top-red-band .block-inner .content, 
.front #region-content .top-blue-band .block-inner .content{
min-height: 378px;
}


/* Internal Content */
/*
#region-content .region-inner {
width: 544px;
float: left;
}
.front #region-content .region-inner {
width: inherit;
margin:0;
}*/

/* Internal Rightsidebar */
#region-content .sidebox{
width: 180px;
margin: 0.3em 1em;
margin-top: 2em; 

float: right;
}


/* Footer */
#region-footer-first .menu-block-wrapper>ul>li{
width:30%;
}
