/* 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. */
  @import "elements.less";
  
  
#zone-branding-wrapper {
	#zone-branding {
		.branding-data {
			.site-name-slogan {
				float: left;
				width: auto;
				.site-name {
					font-size:2.4em;
				}
			} 
		}
		.banner_slogan {
			font-size: 22px;
				
		}
			
		.social_media {
			margin-top: 24px;
		} 
		
		#block-search-form {
			input[type="text"] {
				width:160px;
			}
			input#edit-submit {
				padding: 5px 18px;
				width:74px;
			}
		} 
		#block-block-7 {
		    height:51px;
		}
	}
}

#zone-menu-wrapper {
    display:block !important;
}

#section-content {
    #zone-content {
        #region-content {
            .region-inner {
                    			.homepage-what_is {
    			    width:70%;
    			    float:left;
    			    .block-inner {
    			        padding-right:20px;
    			        h2.block-title {
    			            margin-top:5px;
    			        }
    			    }
    			}
    			.news-announcements {
    			    width:30%;
    			    float:left;
    			    background:#edebd7;
    			    font-size:14px;
    			    margin-top:5px;
    			    .block-inner {
    			        padding:0 20px;
    			        line-height:100%;
    			        h2.block-title {
    			            font-size:20px;
    			        }
    			        .views-row {
    			            margin:15px 0;
    			        }
    			        .view-footer {
    			            text-align:right;
    			            font-style:italic;
    			            a {
    			                color:@highlightcolor;
    			            }
    			        }
    			    }
    			}
    			.echols-ambassadors {
    			    clear:both;
    			    border-top:3px dotted @darkblue;
    			    padding:0 0 15px;
    			    margin-top:15px;
    			    font-size:14px;
    			    h3 {
    			        margin-top:0;
    			        margin-bottom:10px;
    			        font-size:1.3em;
    			    }
    			    .views-field-nothing {
    			        margin-bottom:10px;
    			    }
    			    .views-field-field-photo {
    			        width:40%;
    			        height:auto;
    			        float:left;
    			        margin-right:15px;
    			        img {
    			            width:100%;
    			            height:auto;
    			        }
    			    }
    			}
            }
        }
    }
}