.matLift {
	background: #f1f7ff;
	color: #000080;
	/* font-size: 17.5px; */
	padding: 10px 0 5px 0;
    /* line-height: 1.8; */
}

.matLift button, .matLift input, .matLift select, .matLift textarea {
    width: 100%;
    border: #ccc 1px solid;
    border-radius: 4px;
    background: #fcfcfc;
	padding: 4px;
}

.matLift input.error, .matLift select.error, .matLift textarea.error {
    border: #cd0000 dotted 1px;
}

.matLift select {
	padding: 8px 4px;
}

.matLift .row {
	border-bottom: 1px solid #d8e5f6;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

.matLift label {
	margin-bottom: 0;
}

.matLift label.required::after {
	content: '*';
	margin-left: 4px;
	color: #cd0000;
}

.matLift input[type=radio],
.matLift input[type=checkbox] {
	 width: auto;
}

.matLift .col-md-1,
.matLift .col-md-2,
.matLift .col-md-3,
.matLift .col-md-4,
.matLift .col-md-5,
.matLift .col-md-6,
.matLift .col-md-7,
.matLift .col-md-8,
.matLift .col-md-9 {
	margin-bottom: auto !important;
    margin-top: auto !important;
}

.matLift input[type=submit] {
    margin: 25px auto;
    background: navy;
    border-color: navy;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    padding: 8px 18px;
    display: block;
    width: auto;
}

.matLift label.error {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    color: #cd0000;
    line-height: 1.8;
    display: block;
}

#nav a {
    /* font-size: 12px; 
	line-height: 1.8 !important; */
}

@media (max-width:767px) {
	
	.matLift .col-md-1,
	.matLift .col-md-2,
	.matLift .col-md-3,
	.matLift .col-md-4,
	.matLift .col-md-5,
	.matLift .col-md-6,
	.matLift .col-md-7,
	.matLift .col-md-8,
	.matLift .col-md-9 {
		padding-bottom: 8px;
	}
	
	.matLift .row {
		padding-bottom: 0;
	}
	
	.matLift .container {
		max-width: 95vw;
		margin: 0;
	}
}