/* MAIN */
/*.w-img30, .w-img35, */
.w-img40{
	width: 100%;
}
.fs-1_1 p{
	font-size: 1.1em;
}
em.fs-09{
	font-size: .9em;
	color: #555;
}
.indent{
	text-indent: 1.4em;
}

/* NAV */
.navbar-nav > li > a{
	padding: 8px 3px;
	font-size: 14px;
}

/* PROGRAM */
.schedule__item--major .schedule__time, .schedule__item--major .schedule__desc{
	font-weight: bold;
}
.schedule-yellow .schedule__time, .schedule-yellow .schedule__desc{
	color: #F6882D;
}
.schedule__time, .schedule__desc{
	color: #144B43;
}
.img-program{
	max-width: 90px;
	float: right;
}

/* FOOTER */
.footer{
	background: #fff;
}

/* MEDIA */
@media(min-width:768px){
	.w-img30 img{
		width: 30%;
	}
	.w-img35 img{
		width: 35%;
	}
	.w-img40 img{
		width: 40%;
	}
}