body {
	padding-top:0px;
	font-family:'Questrial','Source Sans Pro', sans-serif;
	min-height:100%;
	line-height:165%;
	font-size:16px;
}
html {
	min-height:100%;
}


a{
	color:#ff1c49;
}

h1, h2, h3, h4, h5, h6, h7, p {
	font-family:'Questrial','Source Sans Pro', sans-serif!important;
}
.syndicate-module {
	display:block;
}

.mitblue h3 {
    color:#227dbd;
}
.icompo h4 {
    color:#227dbd;
    font-size:24px;
}

/*  K2 CSS CUSTOM */
.even,.odd {
	background:none!important;
	border:none!important
}
.even, .odd {
	list-style:none;
	padding:0px;
}

.ihead {
    position:relative;
    z-index:200000;
    width:100%;
}

.icompo {
   font-size:16px; 
}

.ibottom {
    background:rgba(24, 110, 168, 1);
    padding:120px 0px;
}
.xlatest {
    background:#f6f6f6;
    padding:20px 20px;
}
.xlatest .moduletable h3 {
    border-bottom:1px solid #333;
    padding-bottom:10px;
}
.ifooter {
    
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }