.staffDirSearchFormHeadline
{	margin-bottom: 10px;
	border-bottom: solid black 1px;
	font-size: 30px;
}
.staffDirsearchdiv
{	margin-bottom: 20px;
}

.staffDirSearchButton
{	border-radius: 8px;
	width: 225px;
	border: solid #421f62 1px;
	height: 26px;
	font-weight: bold;
	padding-left: 3px;
	width: 80px;
}

.staffDirSearchField
{	border-radius: 8px;
	width: 180px;
	border: solid #421f62 1px;
	height: 26px;
	font-weight: bold;
	padding-left: 3px;
}

.staffDirSearchButton
{	border-radius: 8px;
	background-color: #421f62;
	color: #f4d011;
	border: solid #421f62 1px;
	height: 28px;
	font-weight: bold;
	padding: 0px 10px;
}
.staffDirResetButton
{	border-radius: 8px;
	background-color: #421f62;
	color: #f4d011;
	border: solid #421f62 1px;
	height: 28px;
	font-weight: bold;
	padding: 0px 10px;
}

.contactNameDiv
{
    text-align: center;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.contactDIV
{
    border: solid grey 1px;
    float: left;
    margin: 5px;
    border-radius: 10px;
    padding: 5px;
    height: 150px;
}

h2.directoryHeadline
{
    width: 100%;
    float: left;
    border-bottom: solid black 1px;
    margin-top: 20px;
    font-size: 32px;
}

.contactDIV
{
    min-width: 95%;
}

/*@media (min-width: 700px)
{
	.contactDIV
	{
		min-width: 300px;
	}
}*/


@media (min-width: 768px)
{
	.contactDIV
	{
		min-width: 48%;
	}
}

@media (min-width: 1040px)
{
	.contactDIV
	{
		/*min-width: 300px;*/
		min-width: 32%;
	}
}

/*@media (min-width: 1220px)
{
	.contactDIV
	{
		min-width: 362px;
	}
}*/

