.urgent-news.last-box h5 {
    padding: 1px 25px;
}
.list-group-item {
    padding: 10px 0;
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
    float: right;
   width:25%;
}

/* The Modal (background) */
.modal {
	display: none;
    position: fixed;
    z-index: 11;
    padding-top: 60px;
    width: 100%;
	height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.8);
}
/* Modal Content */
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
/* The Close Button */
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}
.next {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.image-album {
    margin-bottom: 5px;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.fa-angle-left:before {
    content: "\f104";
    font-size: 2.50em;
    top: 45%;
    position: absolute;
    font-weight: 800;
}
.fa-angle-right:before {
    content: "\f105";
    font-size: 2.50em;
    top: 45%;
    position: absolute;
    font-weight: 800;
}
.carousel-indicators{
    padding: 0;
}

.img.section-articles-item .item-link {
	height: 225px;
}
.video_section-item {
    background-color: #fff;
    color: #000;
	 margin-bottom: 5px;

}

}
.video_section-item  .second-section-dept
{
	border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.list-group{
	background-color: transparent;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.list-group-item {
	border-bottom: 0;
}
li.list-group-item a{
    margin-right: 0;
	color: #000;
	font-family: helveticaneuew23forsky-bd-b076282dfc0228b0eb995b8cf6f22dc5;
	text-decoration: none;
}
li.list-group-item:before {
	content: "";
}
.item-link:before {
    background: transparent;
}
.lightbox-target {
    position: fixed;
    top: 0;
	background: rgba(0,0,0,.7);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
    height: 100%;
	right: 0px;
	z-index: -1;
}
.lightbox-target img {
    margin: auto;
    position: absolute;
    top: -115px;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
a.lightbox-close {
	display: block;
	width:40px;
	height:40px;
	box-sizing: border-box;
	background: white;
	color: black;
	text-decoration: none;
	position: absolute;
	top: -80px;
	right: 1px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
    content: "";
    display: block;
    height: 25px;
    width: 2px;
    background: black;
    position: absolute;
    left: 20px;
    top: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
    content: "";
    display: block;
    height: 25px;
    width: 2px;
    background: black;
    position: absolute;
    left: 20px;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lightbox-target:target {
	opacity: 1;
	z-index:1000;
}
.lightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
}

li.list-group-item {
    border: 0;
}
.lightbox-target:target a.lightbox-close {
	top: 1px;
}
#myCarousel img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.carousel-indicators {
  width: auto;
  margin-left: 0;
  transform: translateX(-50%);
}
.carousel-indicators li {
  float: right;
  margin: 1px 4px;
}
.carousel-indicators .active {
  margin: 0 3px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@media (max-width: 425px){
.item-link-img img
{
	width:100%;
}
.img.section-articles-item
{
    width: 100%;
}
.fa-angle-right:before {
	top: 35%;
}
.fa-angle-left:before {
	top: 35%;
}
}