@charset "utf-8";
/* CSS Document */

.site-header {
    background: #be2026;
    width: 100%;
	height: 120px;
	margin:auto;
	padding: 0px;
}

#header #header_image {
    margin: auto;
    width: 100%;
}

#header H1 {
	height: 120px;
	width: 100%;
	margin: auto;
	padding: 0;
	text-indent: -9999px;
	background: url(https://www.lakelandcollege.edu/wp-content/themes/lakeland/images/ll-logo.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
	vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
.header_img {

}
	}

/* .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 65%;
    width: 100%;
    display: table;
} */

/* h1 {
    margin: 35px 0 35px 0;
    font-family: "minion-pro", serif;
    color: #be2026;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1;
} */

label {
    font-weight: 600;
    color: #000000;
}

input, text, textarea, select.textAreaSelect {
    border-width: 1px;
    border-style: solid;
    border-color: #d6d8da;
    border-radius: 2px;
    padding: 8px;
	margin-bottom: 22px;
    width: 97%;
    font-size: 14px;
}

input[type='submit'].submitBtn {
	width: 30%;
    /*float: right;
    position: relative;*/
    right: 30%;
    /*background-color: #be2026;
    color: #fff;*/
	-webkit-appearance: button;
    cursor: pointer;
}

input[type='button' ].buttonBtn {
    width: 30%;
    right: 30%;
    background-color: #be2026;
    color: #fff;
}

input[type='checkbox'].checkboxs {
	width: 20px !important;
	height: 20px !important;
}

input[type='radio'].radioBtns {
	width: 15px !important;
	height: 15px !important;
}


label {
	font-weight:800;
    font-size: 18px;
	color:#605E5E;
	}


button{
	width:100% !important;
}

.RequiredMsg
{
    color: #be2026;
    font-size: 18px;
}