.hentry {box-shadow:none;}

.team-profile {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	height: 100%;
	background: #e9e9e9;
	
}

.team-profile img{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	background: #e9e9e9;
}

.team-profile:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.team-profile {display: inline-block;}


/* Hides from IE-mac \*/
* html .profile {height: 1%;}
.profile {display: block;}
/* End hide from IE-mac */

.team-profile button {
    /*letter-spacing: 0.2em;*/
    font-weight: 500;
}

.team-profile h3 {
    font-size: 1.5em;
    font-weight: 100;
    margin: 5px 0;
    clear: both;
    padding: 10px;
}

.team-profile h4 {
    font-weight: 100;
    margin: 0;
    clear: both;
    padding: 10px;
}


.team-profile a {
clear: both;

}
.team-profile a {

}
.bridge {
    padding: 5px 12px;
    background-color: #e9e9e9;
    border: 1px solid #fff;
    color: #fff;
    text-transform: none;
    text-align: center;
    margin: 10px;
    vertical-align: center;
    font-size: 1.01em;
    float: right;
    width: auto;
}
.bridge:hover {
	border: 1px solid #000;
    color: #000;
    text-transform: none;
}

.further {
	font-size: 1.4em;
}

/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
.team-profile {

}
}


/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
.team-profile {
width: 48%;
float: left;
padding: 0px;
min-height: 368px;
}


}


/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
.team-profile {width: calc(33.3% - 7px);float: left;padding: 0px;}
.team-profile:last-child {margin-right:0;}
	/*div.cat1 .team-profile {width: 100%;}*/
div.cat1 .team-profile {width: calc(50% - 7px);}
}


/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {

}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {

}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {

}


/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {

}


/**
 * 17.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

}