@charset "utf-8";
/* CSS Document */

.username {
	display: block;
    width: 100%;
    float: left;
   	font-size: 24px;
    margin-top: 10px;
    color: 	#808080;
}
.newroom-home-page table.photogalleryTable td a img {
	border-radius: 1em;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .newroom-home-page {
    	padding: 100px;
    	padding-top: 25px;
	}
    .newroom-home-page .policy-blog-container .page-title-ends {
        left: 109px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
 	.policy-blog .policy-blog-container .page-title-ends {
    /*	left: 106px; */
	}   
    
}

/* Media CSS for Mobile View */

@media only screen and (max-width: 599px) {
	
	.policy-blog.newroom-home-page {
    	padding: 40px 0 0;
    }
    .newroom-home-page .eight-col {
    	width: 100%;
    }
    .mobile-title {
		display: none;
	}
    .policy-blog.newroom-home-page .policy-blog-container .policy-primary-title {
        font-size: 40px;
        line-height: 45px;
    }
    .username {
        display: block;
        width: 100%;
        float: left;
    	font-size: 24px;
    	margin-top: 10px;
        color: 	#808080;
    }
    .newroom-home-page table.photogalleryTable td {
    	width: 100%;
    	display: block;
    }
}