body {
	background-color: #EFEFEF;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'PT Serif', serif;
	line-height: 1.55rem;
}

h1,h2,h3,h4,h5,h6 {
	/*font-family: 'PT Serif', serif;*/
	font-family: 'Roboto', sans-serif;
	/*font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;*/
	font-weight: 700;
}

a {
	color: #04b894;
}

a:hover {
	/*color: #444;*/
}

/* -------------------------- navbar ----------------------------- */

nav.bg-light {
	background-color: #FFF !important;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0.09);
}

nav .navbar-nav {
	font-size: 1.1em;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}


/* -------------------------- Footer ----------------------------- */

.footer {
	margin-top: 20px;
	background-color: #111;
	padding: 6em 0;
	color: #FFF;
	font-size: 1em;
	color: #AAA;
}

.footer a {
	color: #04b894;
}

/* -------------------------- Cover Banner  ----------------------------- */
.cover-banner {
	text-align: center;
	background-color: #606060;
	border-bottom: 1px solid #EAEAEA;
	background-color: #CCC;
	/*background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url("../images/cover-bg.jpg") 50% 0px no-repeat;*/
	background: linear-gradient( rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) ), url("../images/cover-bg.jpg") 50% 0px no-repeat;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	margin-bottom: 5px;
}
.cover-banner-content {
	text-align: center;
	color: #7A7A7A;
	margin: 0 auto;
}
.cover-banner-content h1 {
	color: #FFF;
	font-size: 2.70rem;
	font-family: 'PT Serif', serif;
	font-weight: bold;
}

.cover-banner-content h3 {
	color: #FFF;
	font-size: 1.25rem;
	line-height: 1.9rem;
	text-transform: uppercase;
	font-weight: normal;
}

.cover-banner .btn {
	margin-top: 0.8rem;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: none;
}

/* -------------------------- Top Banner  ----------------------------- */

.top-banner {
	/*background-color: #e4e4e4;*/
	background-color: #656565;
	/*background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../images/banner-bg.jpg") 50% 0px no-repeat;*/
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	position: relative;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.top-banner-content {
	text-align: left;
	/*color: #535353;*/
	color: #FFF;
	font-size: 1.5rem;
	font-family: 'PT Serif', serif;
	font-weight: bold;
	text-shadow: none;
}

/************************* NEWS STYLE ***********************************/
.api_article_include {
	/*margin-top: 25px;*/
}

.api_article_include a {
	text-decoration: none;
}

.api_article {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 12px 20px 12px 12px;
	margin-bottom: 10px;
}

.api_article:hover {
	text-decoration: none !important;
	cursor: pointer;
	/*background-color: #d6d6d6;*/
}
/*.api_article:first-child {
	border: none;
}*/
.api_article_image {
	float:left;
	margin: 0px;
	margin-right:12px;
	display: inline-block;
}
.api_article_image img {
    object-fit: none;
    object-position: center;
    width: 120px;
    height: 75px;
    margin: 5px;
}
.dark-mode .api_article_image img {
	border-radius: 3px;
}
.api_article_title {
	margin-top: 10px;
	/*margin-bottom: 2px;*/
	font-weight:bold;
	font-size: 22px;
	line-height: 1.5rem;
	color:#444;
	text-decoration:none;
	margin-bottom: 10px;
}
.api_article_title_sm {
	font-weight:bold;
	font-size: 18px;
	line-height: 1.5rem;
	color:#444;
}

.dark-mode .api_article_title,
.dark-mode .api_article_title_sm {
	color: #FFF;
	text-shadow: none;
	/*font-weight: normal;*/
}

.api_article_source {
	/*font-size: 0.8rem !important;*/
	font-weight: bold;
  /*background-color: #7fbd42;*/
/*  background-color: #a9d087;
  border-radius: 1px;*/
  /*padding: 3px 6px;*/
  /*color: #FFF;*/
  margin-right: 12px;
}
.api_article_title a {
	color:#444; /* color of the news title */
	text-decoration:none;
}

.dark-mode .api_article_source {
	background-color: #9c9c9c;
	color: #f5f5f5;
	border-radius: 2px;
}


.api_article_excerpt {
		font-size: 14px;
		color: #5f5e5e;
}

.api_article_info {
	color: #9a9a9a;
	font-size: 13px;
	margin-top: 8px;
}

ul.news_archive  {
	margin-left: 0;
	padding-left: 0;
}

li.news_archive {
	line-height: 1.8em;
	list-style:none;
}

ul.news_short  {
	margin-left: 1.3em;
	padding-left: 0;
}

li.news_short {
	line-height: 1.6em;
}

li.news_short a {
	color:#003333;
	text-decoration:none;
}
.api_article_title_single {
	cursor:pointer;
	cursor:hand;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	font-size: 32px;
	line-height: 1.1em;
	color:#333; /* color of the news title */
	text-decoration:none;
}


/************************* END NEWS STYLE ***********************************/

/************************ begin pagination styles ************************/
div.pagination-section {
	margin: 10px auto;
	text-align: center;
}
div.pagination_wrapper {
	clear:both;
	padding: 3px;
	margin: 3px auto;
}
div.pagination {
/*	padding: 5px;
	margin: 10px;*/
	background: none;
	display: inline-block;
	font-size:16px;
}
div.pagination a,
div.pagination span.current,
div.pagination span.disabled {
	padding: 3px 8px;
	margin: 1px;
	border: 1px solid #cacaca;
	text-decoration: none;
	border-radius: 2px;
}
.dark-mode div.pagination a,
.dark-mode div.pagination span.current,
.dark-mode div.pagination span.disabled {
	border: 1px solid #848484;
}
div.pagination a {
	color: #444;
	background-color: #FFF;
}
.dark-mode div.pagination a {
	color: #FFF;
	background-color: #000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #666;
	color: #000;
}
.dark-mode div.pagination a:hover,
.dark-mode div.pagination a:active {
	color: #EDEDED;
}
div.pagination span.current {
	/*font-weight: bold;*/
	background-color: #7fbd42;
   border-color: #7fbd42;
	color: #FFF;
}
div.pagination span.disabled {
	color: #b1b1b1;
}

/* -------------------------- Media Queries ----------------------------- */

@media (max-width: 575.98px) {
	body {
		background: #FFF;
	}
	.cover-banner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.cover-banner-content h1 {
		font-size: 1.85rem;
	}
	.cover-banner-content h3 {
		font-size: 1.15rem;
	}
	.top-banner {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}
