/*
Adapted for IATL
Nic. May 2016
*/


/* mimic h5 styling */
li.profile-group-heading {
	color: #204f79;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 12px;
}

li:nth-of-type(n+2).profile-group-heading {
	margin-top: 42px;	
}

.hiddenItem {
    display: none;
}
.shownItem {
    display: inherit;
}

/*** Filter by tags ***/
@media (max-width:480px) { 
	.tag-container-wrapper {
    	display: none;
	}
}
@media (min-width:480px) { 
	.tag-container-wrapper {
		margin-bottom: 20px;
	}
}
.tag-container-wrapper {
	margin-left: -10px;
}
.tag-container .tag label {
    margin-left: 10px;
	display: inline;
}
/*** Staff profiles ***/
.results-container li.profile.layout.boxstyle_ {
    padding: 1em;
	overflow: auto;
}
.results-container li.profile.layout.boxstyle_.box2 {
    background-color: #eee;
}
.results-container li.profile.layout img {
    float: right !important;
    margin: 0 0 0 20px !important;
}
/* Scale down images on extra small screens */
@media screen and (max-width: 480px) {
	.results-container li.profile.layout img {	
		max-width: 80px;
 	}
}
/* Display 'Edit staff profiles' to signed-in contributors */
a.edit-link {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #c0eade;
    padding: 5px;
}