@charset "UTF-8";
/* CSS Document
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
font-family: 'Sanchez', serif;
*/
@font-face {
	font-family: 'ForoLig';
	src: url('fonts/ForoLig-webfont.woff2') format('woff2'),
	url('fonts/ForoLig-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
html{
  height:100%;
}
body{
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color:#333;
	font-size: 14px;
}

.header{
	width:100%;
	height:75px;
	position:fixed;
	z-index: 3;
	top:0;
}
.trans{
	animation-name: trans;
	animation-duration: .5s;
	animation-direction:normal;
	animation-fill-mode:forwards;
	animation-iteration-count:1;
	animation-timing-function:ease-out;
}
.trans .nav{
	display: none;
}
ul.nav li a{
	display: none;
}

.opaque ul.nav li a{
	display: inline;
}

@keyframes trans{
	0%{
		background-color:rgba(255,255,255,.95);
		box-shadow:0 -10px 30px rgba(0,0,0,0.5);
		color:#333;
	}
	100%{
		background-color:rgba(255,255,255,0);
		box-shadow: none;
		color:#fff;
	}
}
.opaque{
	animation-name: opaque;
	animation-duration: .5s;
	animation-direction:normal;
	animation-fill-mode:forwards;
	animation-iteration-count:1;
	animation-timing-function:ease-out;
}

@keyframes opaque{
	0%{
		background-color:rgba(255,255,255,0);
		box-shadow: none;
		color:#fff;
	}
	100%{
		background-color:rgba(255,255,255,.95);
		box-shadow:0 -10px 30px rgba(0,0,0,0.5);
		color:#333;
	}
}
.wrapper{
	width:1336px;
	margin:0 auto;
	padding:10px;
	position:relative;
}
.logo{
	background-image:url(img/b2_white.png);
	background-size:35px 57px;
	width: 35px;
	height: 57px;
	float:left;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}
.opaque .logo{
	background-image:url(img/b2_logo.png);
	filter: drop-shadow(0 0 0 rgba(0,0,0,0));
}
h1{
	/*font-family: 'Montserrat', Helvetica, Arial, sans-serif;*/
	/*font-weight: 300;*/
	font-family: 'ForoLig', Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 100px;
	text-align: right;
	margin:400px 0 5px;
	padding:0;
	color:#fff;
	text-shadow:0 0 5px rgba(0,0,0,.4);
}
.nw h1, .nw .tag{
	color:#333;
	text-shadow:unset;
}
.af h1 {
	text-shadow:0 0 10px rgba(0,0,0,.8);
}
.fyd h1 {
	text-shadow:0 0 16px rgba(81,30,19,0.6);
}
.fyd .tag{
	text-shadow:0 0 7px rgba(81,30,19,0.6);
}
.tag{
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color:#fff;
	font-size: 18px;
	text-align: right;
	margin:0;
	padding:0;
	text-shadow:0 0 5px rgba(0,0,0,.3);
}
.splash {
	width: 100%;
	/*min-width: 1336px;*/
	height: 643px;
	position: absolute;
	overflow: hidden;
	top: 0;
	z-index: 1;
	background-color: #232F43;
	text-align: center;
}
.nw .project_logo{
	background-image:url("img/nw_logo.png");
	background-size:contain;
	width: 176px;
	height: 34px;
	float:right;
	clear:both;
	background-repeat: no-repeat;
	background-position: center center;
}
.kh .project_logo{
	background-image:url("img/kaizen_logo_reversed.png");
	background-size:contain;
	width:216px;
	height:58px;
	float:right;
	clear:both;
	background-repeat: no-repeat;
	background-position: center center;
}
.af .project_logo{
	background-image:url("img/abercrombie_logo.png");
	background-size:contain;
	width:302px;
	height:101px;
	float:right;
	clear:both;
	background-repeat: no-repeat;
	background-position: center center;
}
.mma .project_logo{
	background-image:url("img/mma_logo.png");
	background-size:contain;
	width:220px;
	height:75px;
	float:right;
	clear:both;
	background-repeat: no-repeat;
	background-position: center center;
}
.fyd .project_logo{
	background-image:url("img/fyd_logo.png");
	background-size:contain;
	width:255px;
	height:56px;
	float:right;
	clear:both;
	background-repeat: no-repeat;
	background-position: center center;
}
.splash_bg{
	background-size:cover;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}
.nw .splash_bg {
	background-image:url(img/nw_header.png);
}
.kh .splash_bg {
	background-image:url(img/kh_splash.jpg);
}
.fyd .splash_bg{
	background-image:url(img/fyd_splash.jpg);
}
.af .splash_bg{
	background-image:url(img/abercrombie_splash.jpg);
	filter: blur(3px);
}
.mma .splash_bg{
	background-image:url(img/mma_splash4.jpg);
	/*filter: blur(1px);*/
}
.content {
	width: 1240px;
	padding: 20px 48px;
	margin: 0 auto;
}
ul.nav{
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-align:left;
/*	margin:17px 0;*/
	padding:0;
	float:right;
}
ul.nav li{
	margin:0 0 0 20px;
	font-size:10px;
	letter-spacing: 1px;
	font-weight: 700;
	display:inline;
	text-decoration:none;
	text-transform:uppercase;
}
ul.nav li a{
	color:#fff;
	text-decoration:none;
}
ul.nav li a:hover, ul.nav li a:active {
	color:#5990B8;
	text-decoration:none;
}
.opaque ul.nav li a{
	 color:#333;
	 text-decoration:none;
 }
.clear{
	clear: both;
}
h2{
	/*font-family: 'ForoLig';*/
	/*font-weight: 200;*/
	/*font-size:100px;*/
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 64px;
	color:#333;
	font-weight: 400;
	margin:80px 0 30px;
}
.container{
	width: 100%;
	/*min-width: 1336px;*/
	margin-top: 643px;
	position: relative;
}
.intro{
	font-size: 42px;
	font-weight: 300;
	margin: 42px 0;
	width:100%;
}
h3{
	/*font-family: 'Lato', Helvetica, Arial, sans-serif;*/
	/*font-weight: 900;*/
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 600;
	color:#5990B8;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom:5px;
}
.nw_laptop{
	background-image: url("img/nw_laptop.png");
	background-size:1240px 712px;
	width:1240px;
	height:712px;
	margin:40px 0 80px;
}
.section{
	margin:20px 0 60px;
}
.section p{
	font-size: 18px;
	margin:5px 0 15px;
	width:60%;
}
.subsection{
	display:flex;
	justify-content:space-evenly;
	flex-direction: column;
}
.subsection .subsubsec{
	display:flex;
	justify-content:space-evenly;
	flex-direction: row;
	margin:80px 0;
}
.kh_logo1{
	background-image: url("img/kaizen_logo1.png");
	background-size:contain;
	background-repeat: no-repeat;
	width:190px;
	height:203px;
}
.kh_logo2{
	background-image: url("img/kaizen_logo2.png");
	background-size:contain;
	background-repeat: no-repeat;
	width:353px;
	height:94px;
	margin:54px 0;
}
.kh_type1{
	background-image: url("img/kh_gotham.png");
	background-size:contain;
	background-repeat: no-repeat;
	width:452px;
	height:294px;
}
.kh_type2{
	background-image: url("img/kh_lato.png");
	background-size:contain;
	background-repeat: no-repeat;
	width:420px;
	height:394px;
}
.color_palette{
	display:flex;
	justify-content:space-evenly;
}
.color_item{
	text-align:center;
}
.color_item div{
	width:100px;
	height:100px;
	border-radius:50px;
	margin:75px 0 25px;
}
.color_item p{
	text-align:center;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size:14px;
	width:100px;
}
.cp1{
	background-color:#EF424B;
}
.cp2{
	background-color:#333;
}
.cp3{
	 background-color:#DDD;
}
.cp4{
	background-color:#EEE;
}
.cp5{
	background-color:#FFF;
	box-shadow:0 0 32px rgba(0,0,0,0.16);
}
.business_cards{
	width:100%;
	/*min-width: 1336px;*/
	height:934px;
	background-image: url("img/business-cards.jpg");
	background-size: cover;
	background-position: center center;
}
.kh_icons_container{
	width:100%;
	/*min-width: 1336px;*/
	height:752px;
	background-color:#EF414B;
	background-image: url("img/kh_icons.png");
	background-size: 1105px 484px;
	background-repeat: no-repeat;
	background-position: center center;
}
.corp_site_container{
	background-color: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:60px;
	margin-top:20px;

}
.corp_site{
	background-image: url("img/corporate_site.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	width:1121px;
	height:4000px;
	box-shadow: 0 0 40px rgba(0,0,0,0.3);
}
.no_margin{
	margin-bottom: 0;
}
.magazine{
	width:100%;
	/*min-width: 1336px;*/
	height:860px;
	background-image: url("img/magazine.jpg");
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
}
.tradeshow{
	width:100%;
	/*min-width: 1336px;*/
	height:934px;
	background-image: url("img/tradeshow.jpg");
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
}

/*Abercrombie*/
.phone4s_bg img, .phone4s_bg video{
	width:320px;
	height:480px;
	top:129px!important;
	left:29px!important;
	box-shadow: none;
	margin:0;
	border: 2px solid #000;
	border-radius: 4px;
}
.phone4s_bg{
	width:320px;
	height:480px;
	padding:129px 29px 131px 31px;
	margin:30px auto 0;
	background-image: url(img/phone4@2x.png);
	background-size: 380px 740px;
	background-repeat: no-repeat;
}
.next, .prev{
	position:absolute;
	top:360px;
	width:35px;
	height:35px;
	background-size:35px 35px;
	opacity: .35;
	cursor: pointer;
	transition: opacity .3s ease-in-out 100ms;
}
.next{
	background-image: url(img/icon_rarrow.png);
	right:50px;
}
.prev{
	background-image: url(img/icon_larrow.png);
	left:50px;
}
.next:hover, .prev:hover{
	opacity: 1;
}
.dots, .wireframe_dots, .af_dots, .plat_dots, .app_dots{
	text-align: center;
}
.dots span, .wireframe_dots span, .af_dots span, .plat_dots span, .app_dots span {
	opacity: .15;
	margin:0 5px;
	font-size:30px;
	cursor: pointer;
}
.dots .cycle-pager-active, .wireframe_dots .cycle-pager-active, .af_dots .cycle-pager-active, .plat_dots .cycle-pager-active, .app_dots .cycle-pager-active {
	opacity:1;
	color:#35617b;
}
.phone_carousel{
	position:relative;
	width:50%;
	margin:30px auto;
	z-index: 0;
}
/*MMA*/
.phone_bg img{
	width:320px;
	height:568px;
	top:90px!important;
	left:23px!important;
	box-shadow: none;
	margin:0;
	border: 2px solid #000;
	border-radius: 4px;
}
.phone_bg{
	width:324px;
	height:572px;
	padding:90px 23px;
	margin:60px auto 0;
	background-image: url(img/phone_bg.png);
	background-size: 370px 752px;
	background-repeat: no-repeat;
}
.wireframe_container{
	width:321px;
	height:652px;
	margin:60px auto 0;
	z-index: -1;
}
.wireframe_container img{
	width:321px;
	height:652px;
	box-shadow: none;
}
.gray_content_bg{
	background-color: #eee;
	width: 100%;
	/*min-width: 1336px;*/
}
/*FYD*/
.fyd_site{
	background-image: url("img/fyd-home.png");
	background-size: contain;
	background-repeat: no-repeat;
	width:1121px;
	height:2000px;
	box-shadow: 0 0 40px rgba(0,0,0,0.3);
}
.science_wrapper{
	background-color:#65C87A;
	width:100%;
	/*min-width: 1336px;*/
	display:flex;
}
#science {
	width: 507px;
	height: 336px;
	margin: 60px auto;
}
#ibs {
	width: 400px;
	height: 342px;
	margin: 0 auto;
}
#empower {
	width:310px;
	height:247px;
	margin: 60px auto;
}
/*Northwestern*/
.desktop_carousel{
	position: relative;
}
.desktop_carousel .prev, .desktop_carousel .next{

}
/*.laptop_plat{*/
	/*width:1324px;*/
	/*height:762px;*/
	/*position: relative;*/
	/*background-image: url(img/nw_laptop.png);*/
	/*background-size:1324px 762px;*/
	/*z-index: 0;*/
	/*margin:60px auto 0;*/
/*}*/
/*.responsive_laptop img, .laptop_plat img{*/
	/*width:1008px;*/
	/*height:630px;*/
	/*position: absolute;*/
	/*top:46px!important;*/
	/*left:158px!important;*/
	/*box-shadow: none;*/
	/*z-index: 0;*/
/*}*/
/*93.65*/
.laptop_plat{
	width:1240px;
	height:714px;
	position: relative;
	background-image: url(img/nw_laptop.png);
	background-size:contain;
	background-repeat: no-repeat;
	z-index: -1;
	margin:60px auto 0;
}
.responsive_laptop img, .laptop_plat img{
	width:944px;
	height:590px;
	position: absolute;
	top:43px!important;
	left:148px!important;
	box-shadow: none;
	z-index:-1;
}
.mobile{
	display:none;
}
.desktop, .desktop_menu{
	display:block;
}
.index h1{
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 24px;
	text-align: left;
	margin:200px 0 5px;
	padding:0;
	color:#333;
	text-shadow:unset;
}
.index .blurb{
	font-size: 14px;
	text-align: left;
	float:right;
	margin:80px 0;
}
.thumb{
	margin:20px;
	width:100% - 20px;
	height:470px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.thumb_logo{
	position:absolute;
	right: 20px;
	top: 180px;
	width:365px;
	height:100px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.thumb_nw .thumb_logo{
	background-image:url("img/nw_thumb_logo.png");
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}
.thumb_kh .thumb_logo{
	background-image:url("img/kh_thumb_logo.png");

}
.thumb_mma .thumb_logo{
	background-image:url("img/mma_thumb_logo.png");
}
.thumb_fyd .thumb_logo{
	background-image:url("img/fyd_thumb_logo.png");
}
.thumb_af .thumb_logo{
	background-image:url("img/af_thumb_logo.png");
}
.index a{
	text-decoration: none;
}
.index .tag{
	bottom:10px;
	right:10px;
	position:absolute;
	text-shadow:0 0 5px rgba(0,0,0,.4);
}
.thumb_kh .tag, .thumb_fyd .tag{
	color:#333;
	text-shadow:unset;
}
.thumb_af{
	background-image: url("img/af_thumb.jpg");
}
.thumb_fyd{
	background-image: url("img/fyd_thumb.jpg");
}
.thumb_kh{
	background-image: url("img/kh_thumb.jpg");
}
.thumb_mma{
	background-image: url("img/mma_thumb.jpg");
}
.thumb_nw{
	background-image: url("img/nw_thumb.jpg");
}
.footer{
	width:100%;
	position: relative;
	display: block;
	height:30px;
	padding:20px 0 10px;
}
.copyright{
	font-size: 12px;
	color:#666;
	text-align: center;
	margin:0 auto;
}
@media only screen and (max-width: 1400px) {
	.wrapper{
		width:1024px;
		margin:0 auto;
		padding:10px;
	}
	.container{
		/*min-width: 1024px;*/
	}
	.splash{
		/*min-width: 1400px;*/
	}
	.content{
		width:1024px;
	}
	h1{
		font-size:80px;
	}
	h2{
		font-size:54px;
		margin-top:50px;
	}
	.intro{
		font-size: 32px;
	}
	.corp_site_container{
		padding:42px;
	}
	.corp_site {
		width: 940px;
		height: 3354px;
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
	}
	.fyd_site {
		width: 940px;
		height: 1720px;
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
	}
	.magazine{
		height:752px;
	}
	.laptop_plat{
		/*width:1240px;height:714px; 82.5%*/
		width:1024px;
		height:589px;
		position: relative;
		background-image: url(img/nw_laptop.png);
		background-size:contain;
		background-repeat: no-repeat;
		z-index: -1;
		margin:60px auto 0;
	}
	.responsive_laptop img, .laptop_plat img{
		width:778px;
		height:486px;
		position: absolute;
		top:35px!important;
		left:122px!important;
		box-shadow: none;
		z-index:-1;
	}
	.thumb{
		margin:15px;
		width:100% - 15px;
		height:350px;
	}
	.thumb_logo {
		top: 180px;
	}

}
@media only screen and (max-width: 1199px){
	.wrapper{
		width:718px;
		margin:0 auto;
		padding:10px;
	}
	.container{
		margin-top: 500px;
	}
	.splash{
		height:500px;
	}
	.content{
		width:700px;
	}
	.closed_menu{
		display: none;
	}
	.opened_menu{
		display:block;
	}
	ul.opened_menu li a{
		color:#333;
	}
	.trans .mobile{
		display: none;
	}
	.opaque .mobile{
		display:block;
	}
	.desktop{
		display:none;
	}
	.mobile_menu_icon{
		background-image: url(img/menu_w@2x.png);
		background-size: 20px 15px;
		width:20px;
		height:15px;
		margin:18px 10px;
		cursor: pointer;
		position:absolute;
		top:10px;
		right:0;
	}
	.opaque .mobile_menu_icon {
		background-image: url(img/menu@2x.png);
	}
	ul.nav li{
		display:block;
		margin:25px 0;
	}
	ul.nav{
		padding: 0 50px;
		margin:0;
	}
	.nav_dropdown{
		background-color: rgba(255,255,255,.9);
		position: absolute;
		right: 0;
		top: 75px;
		box-shadow: 0 3px 10px -2px rgba(0,0,0,.2), inset 0 8px 10px -7px rgba(0,0,0,.2);
	}
	.nw .project_logo{
		width: 132px;
		height: 25px;
	}
	.kh .project_logo{
		width:162px;
		height:43px;
	}
	.af .project_logo{
		width:150px;
		height:75px;
	}
	.mma .project_logo{
		width:165px;
		height:56px;
	}
	.fyd .project_logo{
		width:191px;
		height:42px;
	}
	h1{
		font-size: 60px;
		margin-top:330px;
	}
	.index .tag{
		font-size: 18px;
	}
	.tag{
		font-size: 14px;
	}
	.section p {
		width:unset;
	}
	.phone_carousel{
		width:unset;
	}
	.section{
		margin-bottom: 30px;
	}
	.subsection .subsubsec{
		margin:30px 0;
	}
	.kh_logo1{
		width: 125px;
		height: 134px;
		margin:0 auto;
	}
	.kh_logo2 {
		width: 233px;
		height: 62px;
		margin: 40px auto;
	}
	.kh_type1 {
		width: 298px;
		height: 194px;
		margin:0 0 40px;
	}
	.kh_type2 {
		width: 277px;
		height: 260px;
	}
	.corp_site_container{
		padding:25px;
	}
	.corp_site {
		width: 650px;
		height: 2320px;
		box-shadow: 0 0 15px rgba(0,0,0,0.3);
	}
	.fyd_site {
		width: 650px;
		height: 1159px;
		box-shadow: 0 0 15px rgba(0,0,0,0.3);
	}
	.magazine{
		height:600px;
	}
	.tradeshow{
		height:450px;
	}
	.laptop_plat {
		width: 700px;
		height: 437px;
		background-image: unset;
		margin: 40px auto 10px;
	}

	.laptop_plat img {
		/*width:944px;height:590px;*/
		width:700px;
		height: 437px;
		top: 0 !important;
		left: 0 !important;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	}
	.thumb{
		margin:15px;
		width:100% - 15px;
		height:250px;
	}
	.thumb .tag{
		width:60%;
	}
	.thumb_logo{
		width:250px;
		height:69px;
		right:20px;
		top:100px;
	}
	.color_palette {
		justify-content: space-between;
	}
}
@media only screen and (max-width: 767px) {
	.wrapper {
		width: 300px;
		margin: 0 auto;
		padding: 10px;
		position: relative;
	}

	.container {
		margin-top: 300px;
	}

	.splash {
		height: 315px;
	}

	.content {
		width: 300px;
		padding:20px;
	}

	/*.mobile_menu_icon{*/
	/*margin:18px 10px 0 0;*/
	/*top:0;*/
	/*}*/
	ul.nav {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	ul.nav li {
		display: block;
		text-align: center;
		margin: 25px 0;
	}

	ul.nav li a:hover, ul.nav li a:active {
		color: #5990B8;
		text-decoration: none;
	}

	.nav_dropdown {
		top: 75px;
	}

	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	.intro {
		font-size: 24px;
	}

	h1 {
		font-size: 36px;
		margin-top: 160px;
	}

	.tag {
		font-size: 11px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 16px;
	}

	.section p {
		font-size: 14px;
		width: unset;
	}

	.phone_carousel {
		width: 300px;
	}

	.wireframe_container {
		width: 321px;
		height: 652px;
		margin: 0 auto;
	}

	.wireframe_container img {
		height: 622px;
		width: 306px;
		margin: 0 auto 10px;
	}

	.phone_bg {
		width: 266px;
		height: 474px;
		padding: 74px 20px;
		background-size: 306px 622px;
	}

	.phone_bg img {
		width: 265px;
		height: 471px;
		top: 74px !important;
		left: 20px !important;
		margin: 0 auto 10px;
	}

	.prev, .next {
		display: none;
	}

	.section {
		margin-bottom: 40px;
	}

	.phone4s_bg {
		width: 258px;
		height: 387px;
		padding: 103px 23px 106px 25px;
		background-size: 306px 596px;
	}

	.phone4s_bg img, .phone4s_bg video {
		width: 258px;
		height: 387px;
	}

	.subsection {
		justify-content: center;
		flex-direction: column;
	}

	.subsection .subsubsec {
		justify-content: center;
		flex-direction: column;
		align-content: center;
		margin: 30px 0;
	}

	.kh_logo1 {
		width: 125px;
		height: 134px;
		margin: 0 auto;
	}

	.kh_logo2 {
		width: 233px;
		height: 62px;
		margin: 60px auto 20px;
	}

	.kh_type1 {
		width: 298px;
		height: 194px;
		margin: 0 0 60px;
	}

	.kh_type2 {
		width: 277px;
		height: 260px;
	}
	.color_item div {
		width: 100px;
		height: 100px;
		border-radius: 50px;
		margin: 75px 0 25px;
	}

	.color_item div {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		margin: 50px 0 25px;
	}

	.color_item p {
		font-size: 9px;
	}

	.cp5 {
		box-shadow: 0 0 17px rgba(0, 0, 0, 0.16);
	}

	.business_cards {
		height: 450px;
	}

	.kh_icons_container {
		height: 300px;
		background-size: 490px 214px;
	}

	.corp_site_container {
		padding: 10px;
	}

	.corp_site {
		width: 280px;
		height: 999px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	}

	.fyd_site {
		width: 280px;
		height: 499px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	}

	.magazine {
		height: 420px;
	}

	.tradeshow {
		height: 320px;
	}

	.laptop_plat {
		width: 300px;
		height: 187px;
		margin: 40px auto 10px;
	}

	.laptop_plat img {
		/*width:944px;height:590px;*/
		width:300px;
		height: 187px;
		top: 0 !important;
		left: 0 !important;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	}
	.thumb{
		margin:15px;
		width:100% - 15px;
		height:150px;
	}
	.thumb_logo {
		width:140px;
		height: 39px;
		top: 15px;
		right:-10px;
	}
	.thumb_af .thumb_logo{
		filter: drop-shadow(0 0 6px rgba(0,0,0,0.5));
	}
	.thumb_mma .thumb_logo{
		filter: drop-shadow(0 0 6px rgba(0,0,0,0.5));
	}
	.thumb_nw .thumb_logo{
		filter: drop-shadow(0 0 6px rgba(0,0,0,0.5));
	}
	.index .tag{
		/*font-size: 12px;*/
		/*width:60%;*/
		display: none;
	}
	.index h1 {
		margin-top:100px;
	}
	.index .blurb{
		margin:10px 0;
	}
	.logo_wrapper{
		width:320px;
		height:150px;
		margin:0 auto;
		position: relative;
	}
	#ibs{
		width:300px;
		height:256px;
	}
	#science{
		width:300px;
		height:198px;
	}
	#empower{
		width:300px;
		height:239px;
	}

}
