﻿

@media (max-width: 480px) {
    .mpp_formField label {
        display: block;
		color: #53585a;
    }
    .mpp_formField div {
        display: block;
		color: #53585a;
    }
	.mpp_formTitle {
		visibility: hidden;
	}

	.mpp_navLink {
   display: inline-block ;
   padding: 4px 12px;
   border-color: #99ac7c;
   background: #99ac7c;
   color: #fff;
   text-decoration: none;
   font-size: 13pt;
   font-weight: 400;
   Font-family: 'Open Sans',Arial,sans-serif;
   text-transform: uppercase;
   cursor: pointer;
   padding: 1rem 2rem 1rem;
   border-radius: 0px;
   margin-top: 10px;
	}
	
	input, select, textarea {
    padding: 4px;
    border: solid 1px #99ac7c;
	width: 250px;
}

    h1 {
        font-size: 16pt;
		color: #53585a;
    }

    h2 {
        font-size: 14pt;
		color: #53585a;
    }

    h3 {
        font-size: 13pt;
		color: #53585a;
    }

    textarea {
        display: block;
        width: 100%;
    }
	
   /* .container-fluid {
    	background-color: #2b3d51	;
    }*/
}

#mpp_group_finder_tr_parent_group {
	display: none;
}

#mpp_group_finder_tr_campus {
	display: none;
}
#mpp_group_finder_tr_zip {
	display: none;
}





textarea {
    width: 90%;
}
