
/*Last updated: Dec-17-2019 | 02:46 PM */

/*#region Homepage Graphic */

.ece__image-container {
    background-image: url(/engineering/ece/images/photos/template-options/homepage-graphic.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
}

.ece__text-container {
    position: absolute;
    bottom: 10%;
    left: 5%;
}

.ece__text-heading {
    color: #fff;
    line-height: 110% !important;
    text-shadow: 1px 1px 1px black;
    width: 85%;
}

.ece__text-subheading {
    color: #fff;

    font-size: 1.5em;
    line-height: 120%;
    text-shadow: 1px 1px 1px black;
}

.ece__text-button {
    color: #fff !important;
    border: 1px solid #eee;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    font-size: 1.3em;
    text-shadow: 1px 1px 1px black;
    font-weight: normal !important;
    width: 320px;
    display: block;
    margin-top: 1em;
    font-weight: 600 !important;
}

.ece__text-button:hover {
    text-decoration: none;
    background-color: #fafafa;
    text-shadow: none;
    transition: all 0.5s;
}

@media only screen and (max-width: 1024px) and (min-width: 300px) {
    .ece__image-container {
        margin-top: 1em !important;
    }

}

@media all and (max-width:768px) and (min-width: 480px) {
    .ece__image-container {
        height: 550px;
        background-size: cover;

    }
}

@media all and (max-width:600px) {
    .ece__image-container {
        height: 370px;
        background-size: cover;

    }

    .ece__text-heading {
        font-size: 1.4em !important;
    }

    .ece__text-subheading {
        font-size: 1.3em;
    }
}

@media all and (min-width:600px) {
    .ece__text-heading {
        font-size: 1.8em !important;
    }

}


@media all and (min-width:900px) {
    .ece__text-heading {
        font-size: 2.1em !important;
    }
}

@media all and (min-width:1200px) {
    .ece__text-heading {
        font-size: 2.5em !important;
    }
}

/*#endregion Homepage Graphic */

/*#region Home Banner */

.banner-background--container {
    background-image: url('images/banners/2560x800.jpg');
    background-position: 84% 0;
}

/* BEGIN General Styles */

.banner-background--container {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*#endregion Home Banner */

/*#region Utility Classes */

@media all and (min-width:700px) {
    .u-ece-image--float-right {
        margin: 0px 0px 2em 2em;
        max-width: 500px;
        float: right;
    }
}

/*#endregion Utility Classes */


/*---#region FormAssembly Styling---*/
@media all and (min-width: 901px) {
	#rightsidebar .wForm {
		box-sizing: border-box !important;
	}

	#rightsidebar .wFormContainer .wForm form {
		max-width: 280px !important;
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 300px) {
	#downright .wForm input {
		max-width: 100%;
		font-size: 100%;
	}
}
/*---#endregion FormAssembly Styling---*/