body {
	/*font-family: 'Work Sans', sans-serif;*/
	font-family: 'Arimo', sans-serif;
	background-color: #EFEFEF;
	/*background-color: #FFF;*/
	font-size: 15px;
	line-height: 1.55;
	color: #555;
}

li {
	line-height: 20px;
}

a {
	color: #428bca;
}

h1 {
	font-size: 38px;
	color:#556145;
	line-height: 1.4em;
}

h2 {
	font-size: 28px;
	line-height: 1.45em;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.btn {
	border-radius: 3px;
}

.menu_bar, nav, footer {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

li.news_archive a {
	text-decoration:none;
	text-shadow: none !important;
}

.navbar-default .navbar-nav>li>a {
	color: #33cc99;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #339999;
}


.shadow-box {
	width: 100%;
	padding: 20px;
	background-color: #FFF;
	box-shadow: 0 1px 3px #D1D1D1;
	-moz-box-shadow: 0 1px 3px #D1D1D1;
	-webkit-box-shadow: 0 1px 3px #D1D1D1;
}
.footer {
	margin-top: 20px;
	background-color: #111;
	padding: 6em 0;
	color: #FFF;
	font-size: 1em;
	color: #AAA;
}
.footer a {
	color: #C5EAFF;
}

.bodycopysmall a {
	color: #999;
	text-decoration:none;
}

.cover-banner {
	height: 500px;
	background-color: #606060;
	border-bottom: 1px solid #EAEAEA;
	background-color: #CCC;
	background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), 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;
	margin-top: -20px;
	margin-bottom: 5px;
}
.cover-banner-content {
	text-align: center;
	color: #7A7A7A;
	/*text-shadow: 1px 1px 1px #000;*/
	padding: 70px 30px 50px 30px;
}
.cover-banner-content h1 {
	color: #FFF;
	font-size: 42px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 12px;
}

.cover-banner-content h3 {
	color: #FFF;
	font-size: 19px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
}

.cover-banner .btn {
	margin: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: none;
}

.top-banner {
	height: 90px;
	background-color: #606060;
	border-bottom: 1px solid #EAEAEA;
	background-color: #79aad4;
	/*background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), 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;
	margin-top: -20px;
	margin-bottom: 5px;
}
.top-banner-content {
	text-align: left;
	color: #FFF;
	font-size: 28px;
	font-weight: normal;
	text-shadow: none;
	padding: 22px 10px 50px 10px;
}
h1.page-title {
	text-align: center;
	margin-bottom: 40px !important;
}

/*********************** Bootstrap Overwrite *****************************/
.my-navbar {
	background-color: #FFF;
	border: none;
	border-radius: 0;
	background-image: none !important;
	box-shadow: none !important;
	border-bottom: 1px solid #E8E8E8;
/*	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);*/
}

.my-navbar .navbar-header {
	height: 75px;
}

.navbar-default .navbar-nav>li>a {
	color: #444 !important;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #000 !important;
}

.my-navbar .navbar-toggle {
	margin-top: 20px;
}
.my-navbar .navbar-brand img {
	max-height: 48px;
	width: auto;
}
.my-navbar .navbar-nav {
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.1em;
}

.footer a {
	color: #EDEDED;
}
/* ------------------------ begin ezNews  --------------------------- */
/*
.content_box {
	width: 600px;
	padding: 25px;
	margin: 0px auto;
	background:#FFFFFF;
	border: 1px solid #CDCDCD;

}
*/
.api_article {
	clear:both;
	padding-top: 0;
	margin: 2px;
	padding-bottom: 20px;
	/* border-bottom: 1px solid #EEEEEE; */
	border-top: none;
	border-bottom: none;
}
.api_article_image {
	float:left;
	/*margin-top: 3px;*/
	margin-right:10px;
	margin-bottom:10px;
}
.api_article_image img {
	width: 125px;
  height: 125px;
}
.api_article_title {
	cursor:pointer;
	cursor:hand;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 19px;
	color:#444 !important;	/* color of the news title */
	text-decoration:none;
}

.api_article_title a {
	text-decoration:none;
	color:#444 !important;	/* color of the news title */
}
.api_article_excerpt {
	/*font-size: 16px;*/
	color: #666666;
	/*line-height: 1.4em;*/
}
.api_article_info {
	/*font-size: 13px;*/
	color:#999;
	/*line-height: 1.4em;*/
}
ul.news_archive  {
}

li.news_archive {
	line-height: 1.8em;
	list-style:none;
}
/* ------------------------ end ezNews  --------------------------- */



/********************* End Footer ***********************/

.info_box {
	padding: 25px !important;
	background: #EDEDED;
	margin: 10px;
}

.no_bg {
	background: none !important;
}

/********************* Begin Small Screen ***********************/
@media (max-width: 480px) {
	body {
		background: #FFF;
	}
	#contact, #footer, .main_section {
		background: none !important
	}
	.main_section {
		margin-top: 0px;
	}
	#footer .copyright, #footer .footer-links {
		text-align: center
	}
	.my-navbar .navbar-brand img {
		max-height: none;
		max-width: 260px;
		height: auto;
	}
	.cover-banner {
		height: 300px;
	}
	.cover-banner-content h1 {
		font-size: 32px;
		margin-top: 10px;
	}
}
/********************* End Small Screen ***********************/
