.news h1{
          color: #003366;
          font-weight: 500;
}
.news h2{
font-family: tahoma, helvetica, sans-serif; 
color :	#003366;
 font-size: 1.2em;
  text-decoration: none;
  margin: 0;
  font-weight: normal;

}
.news img{
	width: 500px;
	height: 300px;
	margin-bottom: 20px;
}
.news hr{
	width: 90%;
	margin-left: 0px;
	display: block;
	border-width: 2px;
	margin-bottom: 30px;
}
.news a{
 color :#003366;
 text-decoration: underline !important;	
 font-weight: 800;
}
.crtd{
	text-align: center;
}
.custom-ul{
	padding-left:30px !important;
}
.custom-ul li{
	color: #000;
	font-size: 1em;
}
#more, #more1 {display: none;}
.txt-red{
	color: red;
}
.img-title{
	background-image: url('/images/thumbnail_employer_resources_1_small.jpg?1234');
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: 0 134px 25px 12px rgba(0, 0, 0, .5) inset; 
  -webkit-box-shadow: 0 134px 25px 12px rgba(0, 0, 0, .5) inset; 
  -moz-box-shadow: 0 134px 25px 12px rgba(0, 0, 0, .5) inset; 
  -o-box-shadow: 0 134px 25px 12px rgba(0, 0, 0, .5) inset;
  min-height:136px;
  width:205px;
  margin: 0 auto;
  padding:10px 0 0 0;
}
.img-title:hover
{ 
	border-radius: 10px;
  box-shadow: 0 12px 25px 12px rgba(0, 0, 0, .5) inset; 
  -webkit-box-shadow: 0 12px 25px 12px rgba(0, 0, 0, .5) inset; 
  -moz-box-shadow: 0 12px 25px 12px rgba(0, 0, 0, .5) inset; 
  -o-box-shadow: 0 12px 25px 12px rgba(0, 0, 0, .5) inset;
}
.img-title a h2{
	color:#fff !important;
	vertical-align: middle;
	text-align:center;
	padding-left: 2px;
   min-height:95px;
}
.img-title a .big-h2{
  min-height:130px;
}
.img-title a .centered-h2{
  -ms-transform: translateY(47%);
  -webkit-transform: translateY(47%);
  transform: translateY(47%);
}
.img-title a .centered-h2_7{
  -ms-transform: translateY(7%);
  -webkit-transform: translateY(7%);
  transform: translateY(7%);
}
.centered-p{
	text-align:center;
  padding: 0px 55px;
}
.story p {
    font-size: 1.1em;
}
.story .bold-p{
  font-weight: bold;
}
.wrapper{
  box-sizing: border-box;
  width:100%;
}
.column {
  float: left;
  background-color: #d6d8da;
  width: 49%;
  padding-top: 26px;
  box-sizing: border-box;
  margin-right:1%;
  margin-bottom:1%;
  min-height:270px;
}
.story{
	padding-right: 0em;
}
.page-column {
  float: left;
  background-color: #99ccff;
  width: 49%;
  box-sizing: border-box;
  margin-right:1%;
  margin-bottom:1%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.page-column .pad-left{
	padding-left: 10px;
}
.page-column .pad-left a h2{
  color: #333333;
}
.page-column .pad-left a h2:hover{
  color:#fff;
}
.page-column .bbl{
	width:10%;
}
.text-black-1{
  color:#333333 !important;
}
@media only screen and (max-width: 1000px){
  .column {
    width: 100%;
  }
  .page-column {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px)
{
	.news img {
    width: 500px !important;
    height: 300px;
    margin-bottom: 20px;
   }
}