
/* ------------ Drop In Box ------------ */

.iwDropInBox {
	width: 300px;
	height: 200px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius:5px;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
	
.iwDropInBox .iconContainer {
	width: 290px;
	height: 70px;
	background-color: #EEEEEE;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: center;
}

.iwDropInBox .textContainer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 280px;
	height: 105px;
	padding: 5px;
	background-color: #EEEEEE;
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #333;
}
	
.iwDropInBox .iconContainer .boxHeading {
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
	bottom: 5px;
}

.iwDropInBox .iconContainer h1 {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.iwDropInBox:hover .iconContainer {
	background-color: #565656;
	position: absolute;
	top: 5px;
	left: 5px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.iwDropInBox:hover .iconContainer .boxHeading {
	width: 100%;
	text-align: center;
	position: absolute;
}

.iwDropInBox:hover .iconContainer h1 {
	color: #FFF;
}

.iwDropInBox:hover .textContainer {
	margin-left: auto;
	margin-right: auto;
	background-color: #2CBBEB;
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #FFF;
	animation: iwSlideOver 0.3s;
	-webkit-animation: iwSlideOver 0.3s;
}	

	
@keyframes iwSlideOver {
	from { left: -200px; }
	to { left: 5px; }
}

@-webkit-keyframes iwSlideOver {
	from { left: -200px; }
	to { left: 5px; }
}


/*  Feature Slide In  */
    .slideLineFeature {
    display: block;
    width:  100%;
    margin: 25px auto;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    }
    .slideLineFeature h3 {
    color: #777;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0px 0px 2px 0px;
    transition: all 0.3s ease;
    }
    .slideLineFeature hr {
    border: 0;
    background-color: #999;
    height: 5px;
    margin: 5px 0px !important;
	width: 90%;
    position: relative;
    left: -180px;
	
	transition: all 0.3s ease;
    }
	.slideLineFeature hr.blue {
    background-color: #23abf1;
    }
	.slideLineFeature hr.orange {
    background-color: #FFC019;
    }
	.slideLineFeature hr.red {
    background-color: #FF4D19;
    }
    .slideLineFeature span {
    font-size: 12px;
    color: #777;
    }
    .slideLineFeature:hover {
    text-decoration: none;
    }
    .slideLineFeature:hover h3 {
    color: #333;
    }
    .slideLineFeature:hover hr {
    left: 0px;
    }
	
    .slideLineFeature:hover span {
    }

ul.bodylist {
  list-style-type: square !important;
  margin-left: 20px;
  font-size: 12px;
}

li.bodylist {
    list-style-type: square !important;
    font-size: 12px;
}

p {
    font-size: 12px;
}

hr {
    margin-top: 5px !important;
}

body {
    font-size: 12px;
}

.table-hover td {
font-size: 12px;
}

ul.bodylist {
    list-style-type: square !important;
    margin-left: 20px;
}


ul.bodylist li {
    font-size: 12px;
    list-style-type: square !important;
}

p {
    font-size: 12px;
}

hr {
    margin-top: 5px !important;
}

body {
    font-size: 12px;
}

.table-hover td {
font-size: 12px;
}

table tr, table td, table tbody {
  font-size: 12px !important;
}

table .SectionTitle {
  font-size: 18px !important; 
}

