.team .items {
	max-width:1262px
}
.team-item {
	display:none;
	vertical-align:top;
	width:calc(25% - 25px);
	margin:0 13px 73px 13px}
.team-item.show {
	display:inline-block}
.team-item figure {
	width:100%;
	height:289px;
	margin:0 0 19px 0;
	background-color:#ddd}
.team-item .body h2 {
	color:#0f3d64;
	font-size:16px;
	font-weight:700;
	letter-spacing:-.12px;
	text-transform:uppercase;
	line-height:16px;
	margin:0 0 3px 0}
.team-item .body .job {
	color:#1e3d60;
	font-size:16px;
	letter-spacing:-.12px;
	font-weight:400;
	margin:0 0 9px 0}
.team-item .body a {
	color:#288dda;
	font-size:14px;
	font-weight:500;
	line-height:14px;
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 8px}
.team-item .body a:hover {
	color:#000}
.team-item .body .linkedin-link {
	font-size:0;
	float:left;
	position:relative;
	top:-4px;
	width:16px;
	height:16px;
	padding:0;
	margin:0 9px 0 0;
	background:url(../images/icon_linkedin_blue.svg) no-repeat center}
.team-item .body .linkedin-link:hover {
	background:url(../images/icon_linkedin.svg) no-repeat center}
.team {
	margin:40px 0 30px 0}
.gallery {
	padding:0 0 60px 0;
	background:no-repeat center bottom}
.gallery .grid {
	width:1000px}
.gallery h2 {
	color:#163d5e;
	font-family:"Tenor Sans";
	font-size:40px;
	line-height:40px;
	letter-spacing:-1.05px;
	text-align:center;
	margin:0 0 30px 0}
.gallery figure {
	height:465px;
	background:#ddd}
@media only screen and (max-width:991px) {
    .team-item{
        width: calc(33.33% - 25px);
    }
}
@media only screen and (max-width:768px) {
	.team .items {
	width:auto;
	padding:0 20px 0 20px}
.team-item {
	width:auto;
	margin:0 0 29px 0}
.team-item.show {
	display:block}
.team-item figure {
	width:100%;
	height:calc(100vw - 40px);
	margin:0 0 15px 0}
.team {
	padding:30px 0 0 0;
	margin:0 0 30px 0}
.nav-bar ul li {
	margin:0 0 0 20px}
.nav-bar ul li:last-child {
	margin:0 20px 0 20px}
.gallery {
	padding:40px 0 60px 0;
	background:no-repeat center bottom}
.gallery .grid {
	width:auto}
.gallery h2 {
	font-size:35px;
	line-height:40px;
	letter-spacing:-.92px;
	margin:0 0 30px 0}
.gallery figure {
	height:189px;
	width:calc(100vw - 80px)}
}
