/* Enter Your Custom CSS Here */

.flexible-widgets.widget-full .widget, .flexible-widgets.widget-area .widget:nth-of-type(1), .flexible-widgets.widget-halves.uneven .widget:last-of-type {
    background: none repeat scroll 0% 0% transparent;
    margin-left: 300px;
    padding: 0px;
    width: 50%;
}

/* Homepage Image filter */

.image-section {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

/* Margin bottom below nav and logo */
.site-title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 50px;
    text-transform: uppercase;
}

/* Header image size */
.header-image .site-title > a {
    background-size: contain !important;
    display: block;
    height: 150px;
    text-indent: -9999px;
}

/* line below navigation menu */

.featured-section .site-header > .wrap {
    border-bottom: 1px solid #000;
}



/* Contact Form Style */

input, select, textarea {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    font-weight: 200;
    padding: 1px;
    width: 50%;
}

/* Consortium Background Color */
.front-page-4 .solid-section {
    background-color: #FFFFFF;
}

/* Widget Margin */
.flexible-widgets .widget {
    float: left;
    margin: 0px 0px 0px 2.5641%;
}

/* Widget Line Separation */
.solid-section .widget-title {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

/* Widget top space */
.flexible-widgets {
    padding-bottom: 60px;
    padding-top: 1px;
}

/* Contact form space between form field and submit button */
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 8px;
}

/* Homepage image widget size */
element {
    height: 400px;
}
.flexible-widgets {
    padding-bottom: 5px;
    padding-top: 1px;
}