.news-homewidget h3 a {
	color: #004282;
	font-weight: bold;
	font-size: 22px;
}

.news-homewidget h5 {
	color: #000000;
	font-size: 18px;
	font-weight:400;
	margin-bottom: 60px;
}

.news-homewidget hr {
	background-color: #004282;
}

.news-widget {
	margin-bottom: 30px;
}

.news-widget > div {
	padding: 0px; 
}

.news-widget .news-widget-imagelink {
	position:absolute;
	bottom:0px;
	top:0px;
	left:0px;
	right:0px;
}

.news-widget .news-img {
	flex: 0 0 55%;
	max-width:55%;
}

.news-widget .news-info {
	background-color: #f8f8f8;
	padding: 15px 25px;
}

.news-info h3, .news-info h5, .news-info h6, .news-info a {
	color: #004282 !important;
}

.news-info .news-link a {
	font-weight: bold !important;
}

.news-info h3 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.news-info h5 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 50px;
}

.news-widget .news-date, .news-widget .news-link {
	position: absolute;
	bottom: 20px;
}

.news-widget .news-link {
	right: 40px;
}

.news-tab a.loadmore {
	width: 100%;
	color: white;
	background-color: #004282;
	display: block;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
}

.news-tab .uabb-module-content.uabb-tabs li.uabb-tab-current a::after, .news-tab .uabb-module-content.uabb-tabs .uabb-content-current > .uabb-tab-acc-title::after {
	content: ' ';
    position: absolute;
    bottom: 5px;
    left: 80px;
    width: 168px;
    border-bottom: 3px solid #f58220;
    transform: translateX(-50%);
}


/* modal popup for videos section */
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	margin: 12% auto; /* 15% from the top and centered */
	padding: 5px;
	border: 1px solid #888;
	width: 900px !important; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    font-weight: bold !important;
    position: absolute;
    right: -35px;
    font-size: 35px !important;
    color: white !important;
    top: -45px;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }