/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/

/* Accessible text classes */
.text-12 {
	font-size: 0.7500em;
	line-height: 1.5;
}
.text-14 {
	font-size: 0.8750em;
	line-height: 1.5;
}
.text-16 {
	font-size: 1.0000em;
	line-height: 1.5;
}
.text-17 {
	font-size: 1.063em;
	line-height: 1.5;
}
.text-18 {
	font-size: 1.1250em;
	line-height: 1.5;
}
.text-20 {
	font-size: 1.2500em;
	line-height: 1.5;
}
.text-21 {
	font-size: 1.3125em;
	line-height:1.5;
}
.text-22 {
	font-size: 1.3750em;
	line-height: 1.5;
}
.text-24 {
	font-size: 1.5000em;
	line-height: 1.5;
}
.text-26 {
	font-size: 1.625em;
	line-height: 1.5;
}
.text-28 {
	font-size: 1.75em;
	line-height: 1.5;
}
.text-40-lg {
	font-size: 2.5em;
	line-height: 1.5;
}
p {
	line-height: 1.5;
}
/* End Accessible text classes */

/* ====================== Mobile and Up ========================== */

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    margin: 20px;
    background-color: #275d38;
    color: white;
    border: 0px;
    padding: 20px 40px;
	font-weight:bold;
}

input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: silver;
    color: #275d38;
}

.wds-form-style-grey {
    font: 14px arial;
    color: black;
}

.wds-form-style-grey input[type="text"], .wds-form-style-grey input[type="email"], .wds-form-style-grey textarea, .wds-form-style-grey select {
    color: black;
    font-size: 14px;
    line-height: 15px;
}



.emergency h2{
	background-color: #9b1712;
	color: white;
	text-align: center;
	padding: 20px;
}



/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {


	.wds-form-style-grey label {
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #0a0a0a;
}
	
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

.wds-form-style-grey {
    max-width: 100%;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 14px arial;
    color: black;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #E4E4E4;
}

.wds-form-style-grey input[type="text"], .wds-form-style-grey input[type="email"], .wds-form-style-grey textarea, .wds-form-style-grey select {
    margin-bottom: 12px;
    margin-right: 0px;
    margin-top: 12px;
}

	

	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {


	
}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
