/** Home */
.home .page-content {
	padding-bottom: 0;
}

.hero-home .hero-content > * {
	color: #0b1d41;
}

.grid {
	margin: -6px -6px 8px;
	overflow: hidden;
}

.single-home {
	background: #2ca0da;
	border: 6px solid #fff;
	float: left;
	overflow: hidden;
	position: relative;
	width: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
	/*.single-home.odd{
		border-left: none;
	}
	.single-home.even{
		border-right: none;
	}*/

.single-home a {
	display: block;

}

.single-home-grid-item {
	color: #fff;
	padding: 35% 0 35%;
	background-size: cover;
}

.single-home .topic {
	background: #0d203b;
	color: #fff;
	font-family: 'wf_segoe-ui_bold', Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	font-size: 14px;
	left: 0;
	padding: 7px 15px 10px 15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 145px;
}

.single-home img {
	top: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: auto;
}

.single-home .entry-header {
	bottom: 0;
	left: 0;
	padding: 35px 50px;
	position: absolute;
	width: 500px;
	max-width: 100%;
	z-index: 3;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.single-home .entry-header h2 {
		font-family: 'wf_segoe-ui_bold', Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
		font-size: 36px;
		letter-spacing: 0.025em;
		line-height: 1.35em;
		margin-bottom: .7em;
	}
	.single-home .entry-header .cta {
		font-family: 'wf_segoe-ui_bold', Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
		font-size: 24px;
		letter-spacing: 0.025em;
		line-height: 1.2em;
	}

/*=============================================
				Social Feeds
=============================================*/
.msjb-module-social-feed,
.msjb-module-twitter-feed-mobile {
	background: #0b1d41;
	border: 10px solid #fff;
	color: #fff;
	height: 168px;
	overflow: hidden;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.msjb-module-social-feed .feeds {
		color: #fff;
		position: relative;
		margin-right: 189px;
		height: 100%;
	}
		.msjb-module-social-feed .feed {
			background: #0b1d41;
			display: none;
			position: absolute;
			width: 100%;
		}
		.msjb-module-social-feed .slide,
		.msjb-module-twitter-feed-mobile .slide {
			border-right: 1px solid #fff;
			float: left;
			height: 148px;
			opacity: 0;
			padding: 20px;
			position: relative;
			width: 33.33333%;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.msjb-module-social-feed .slide header,
		.msjb-module-twitter-feed-mobile .slide header {
			font-size: 12px;
			margin-bottom: 14px;
		}
		.msjb-module-social-feed .slide .content p,
		.msjb-module-twitter-feed-mobile .slide .content p {
			font-family: 'wf_segoe-ui_regular', sans-serif;
			line-height: 1.4em;
			font-size: 14px;
		}
		.msjb-module-social-feed .slide .content a,
		.msjb-module-twitter-feed-mobile .slide .content a {
			color: #fff;
			font-family: 'wf_segoe-ui_bold', sans-serif;
			font-size: 14px;
			text-decoration: none;
		}

	/** News */
	.slide-news header a {
		color: #fff;
		font-size: 14px;
		font-family: 'wf_segoe-ui_bold', sans-serif;
	}
	.slide-news .content p {
		font-size: 14px;
	}

	.slide a.profile-link:before {
			color: #2ca0da;
			display: inline-block;
			float: left;
			font-family: 'msjb-icon';
			margin-right: 10px;
			position: relative;
		}

	/** Twitter */
	.slide-twitter header strong {
		color: #fff;
		font-family: 'wf_segoe-ui_bold', sans-serif;
	}
	.slide-twitter header s {
		text-decoration: none;
	}
	.slide-twitter header .username {
		color: #00a4ef;
		font-family: 'wf_segoe-ui_regular', sans-serif;
	}

	.slide-twitter a.profile-link:before {
		content: '\40';
		font-size: 19px;
		top: -2px;
	}

	.slide-twitter footer {
		font-size: 11px;
		position: absolute;
		bottom: 0;
	}

	/** Instagram */
	.slide-instagram .image {
		float: left;
		margin-right: 20px;
		width: 108px;
		position: relative;
	}
		.slide-instagram .image img {
			display: block;
			width: 100%;
			height: auto;
		}
	.slide-instagram .text {
		overflow: hidden;
	}
		.slide-instagram header {
			margin-bottom: 7px;
		}

		.slide-instagram a.profile-link:before {
			content: '\32';
			font-size: 16px;
			top: 1px;
		}

		.slide-instagram .text .profile-link span {
			color: #fff;
			font-family: 'wf_segoe-ui_bold', sans-serif;
			font-size: 12px;
		}

	/** Mobile */
	.msjb-module-twitter-feed-mobile {
		border-width: 5px;
		display: none !important;
		height: 158px;
	}
		.msjb-module-twitter-feed-mobile .slide {
			opacity: 1;
			width: 100%;
		}

	/** Controls */
	.msjb-module-social-feed .feed-controls {
		background: #00a4ef;
		height: 100%;
		width: 190px;
		padding: 7px;
		position: absolute;
		right: 0;
		top: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.msjb-module-social-feed .feed-controls [class*=" icon-"],
		.msjb-module-social-feed .feed-controls [class^="icon-"] {
			color: #fff;
			display: block;
			font-size: 20px;
			position: relative;
			text-align: center;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
		}

		.msjb-module-social-feed .feed-controls .refresh-wrapper {
			height: 100%;
			position: relative;
			margin-right: 47px;
		}

		.msjb-module-social-feed .feed-controls .refresh-wrapper .icon-refresh {
			font-size: 47px;
			left: 3px;
		}
			.msjb-module-social-feed .feed-controls .refresh {
				display: block;
				height: 90px;
				width: 90px;
				top: 50%;
				position: absolute;
				left: 50%;
				margin: -45px 0 0 -45px;
				border-radius: 50%;
				border: 2px solid #80d2f7;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}


		.msjb-module-social-feed .feed-controls .msjb-toggle-feeds {
			position: absolute;
			right: 7px;
			top: 7px;
		}

		.msjb-module-social-feed .feed-controls .msjb-toggle-feeds a {
			display: block;
			border: 1px solid #fff;
			height: 40px;
			width: 40px;
			margin-bottom: 7px;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		.msjb-module-social-feed .feed-controls a:hover,
		.msjb-module-social-feed .feed-controls a.active {
			background: #fff;
			border-color: #fff;
		}

		.msjb-module-social-feed .feed-controls a:hover [class*=" icon-"],
		.msjb-module-social-feed .feed-controls a.active [class*=" icon-"],
		.msjb-module-social-feed .feed-controls a:hover [class^="icon-"],
		.msjb-module-social-feed .feed-controls a.active [class^="icon-"] {
			color: #2ca0da;
		}

@media all and ( max-width: 1328px ){
	.msjb-module-social-feed .slide {
		width: 50%;
	}
}

@media all and ( max-width: 1228px ){
	.single-home .entry-header {
		padding: 20px 28px;
	}
		.single-home .entry-header h2 {
			font-size: 3.1vw;
		}
		.single-home .entry-header .cta {
			font-size: 2.4vw;
		}
}

@media all and ( max-width: 960px ){
	.msjb-module-social-feed .slide {
		width: 100%;
	}
}

@media all and ( max-width: 750px ){
	.single-home .entry-header {
		padding: 10px 14px;
	}
	.single-home .topic {
		font-size: 12px;
		width: auto;
	}
}
@media all and ( max-width: 600px ){
	/** News Ticker */
	.msjb-module-social-feed {
		display: none;
	}
	.msjb-module-twitter-feed-mobile {
		display: block !important;
	}
}
@media all and ( max-width: 500px ){
	/** Grid */
	.grid {
		margin-top: 0;
		margin-bottom: 14px;
	}
	.single-home {
		width: 100%;
		border: none;
	}
	.single-home .entry-header {
		padding: 20px 24px;
	}
		.single-home .entry-header h2 {
			font-size: 18px;
		}
		.single-home .entry-header .cta {
			font-size: 12px;
		}
}
