/* Global Styles */

body {
	font-size: 14px;
	color: #404041;
	line-height: 23px;
}

a {
	color: #3b6cb4;	
}
a:hover {
	text-decoration: underline;	
}
a:focus {
	outline: none;	
}

h1 {
	/*color: #262261;*/
	/*font-family: 'Bitter', serif;*/
	font-size: 24px;	
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h2 {
	/*color: #50514f;*/
	/*font-family: 'Bitter', serif;*/
	font-size: 24px;
	
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h3 {
	/*color: #74aa42;*/
	/*font-family: 'Bitter', serif;*/
	font-size: 22px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h4 {
	/*color: #3b6cb4;*/
	/*font-family: 'Bitter', serif;*/
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}

p {
    margin: 0 0 20px;
}

hr {
    background: none repeat scroll 0 0 #d5d6d7;
    height: 1px;
    margin-bottom: 25px;
    margin-top: 25px;
}

/* BEGIN: Custom Site Styles */


/* END: Custom Site Styles */

/* BEGIN: Default Template Styles */
.breadcrumb {
	margin-bottom: 0px;
	padding: 0px;
	font-size: 13px;	
}
.breadcrumb > li + li:before {
	font-family: FontAwesome;
	content: "\f105";
	color: #a7a7a7;
}

.searchNews {
    margin-bottom: 25px;
}
.searchNews input[type="text"] {
    background: #fff none repeat scroll 0 0 !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
    padding-left: 10px;
}
.searchNews .btn-default {
    background: #77aec5 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
}
.newsNav ul {
    margin: 0 0 25px;
    padding: 0;
}
.newsNav ul li {
    /*border-bottom: 1px solid #e4e5e5;*/
    font-size: 13px;
    font-weight: 700;
    list-style-type: none;
    /*padding: 10px 20px;*/
    /*text-transform: uppercase;*/
}
.newsNav ul li i {
    padding-right: 10px;
}
.newsNav ul li .date {
    font-weight: 100;
    text-transform: uppercase;
}
.newsNav ul li .day {
    font-size: 24px;
    margin-right: 5px;
}
.sideNav ul {
    /*border-top: 1px solid #b8babc;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sideNav ul > li {
    /*border-bottom: 1px solid #b8babc;*/
}
.sideNav ul > li > a {
    display: block;
    padding: 10px 20px;
}
.sideNav ul > li > a:hover, .sideNav ul > li > a:focus, .sideNav ul > li > a:active, .sideNav ul > .selected a {
    text-decoration: none;
}

.pagination {
    margin: 0;
}
.pagination > li > a, .pagination > li > span {
    font-size: 15px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: none repeat scroll 0 0 #3b6cb4;
    border: 1px solid #ddd;
    color: #fff;
}
.pagination > li > a:hover {
    background: none repeat scroll 0 0 #3b6cb4;
    color: #fff;
}

.news-content .news-header {
	margin-bottom: 25px;	
}
.news-content .newsDate {
/*	background-image: url(../img/news_date_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 97px;
	height: 126px;*/
}
.news-content .newsDate span {
/*	display: block;
	text-align: center;*/
}
.news-content .newsDate .month {
/*	color: #000;
	padding-top: 21px;	
	text-transform: uppercase;
	line-height: 29px;*/
}
.news-content .newsDate .day {
/*	color: #3b6cb4;
	font-size: 55px;
	line-height: 75px;*/
}
.news-content article {
    margin-bottom: 25px;
}
.news-content h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0px 0px 25px 0px;
}
.news-content h3 a {
	color: #3b6cb4;	
}
.news-content .label {
    color: #405673;
    font-size: 13px;
    padding: 0 5px 0 0;
    text-transform: uppercase;
}
.news-content hr.seperator {
    background: none repeat scroll 0 0 #d3d4d5;
    height: 1px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.news-content hr {
	margin-bottom: 35px;	
}
.news-content figure {
    margin-bottom: 20px;
}
.news-content .btn {
   /* background: none repeat scroll 0 0 #9fc7f7;
    border: medium none;
	color: #404041;*/
}
.news-content .btn:hover {
    /*background: none repeat scroll 0 0 #3b6cb4;
    color: #fff;*/
}
ul.newsMeta {
    margin: 0;
    padding: 0;
}
ul.newsMeta li {
    /*color: #3b6cb4;*/
    display: inline-block;
    font-size: 12px;
    list-style-type: none;
}
ul.newsMeta li:first-child {
    margin-right: 10px;
}
/* END: Default Template Styles */

/* 404 Page Styles */
.error-404 {
    font-size: 100px;
}

/* FORM STYLES */
.form_holder {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ccc;*/
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ebebeb !important;
  padding: 4px 4px 4px 4px;
  font-size: 13px;
  color: #666666;
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}

.requiredText {
	color:#cc0000;
	font-size:12px;
}

.formError {
	color:#cc0000;
	font-size:12px;
	margin-top:5px;
}

.fielderror {
	border-color: #cc0000 !important;
	box-shadow: none;
	border-width: 1px;
}

.control-label {
	font-size:14px;
	color:#666;
}

.legendForm {
	font-size:18px;
	color:#009ea8;
	padding:10px;
}

.btn-form {
	background-color:#a1d0de;
	/*color:#333 !important;*/
	border: 0px;		
	border-radius: 0px;
	font-size: 16px;
	letter-spacing: 2px;
	/*margin-top:20px;*/
	width:170px;
	text-decoration: none;
}

.btn-news {
	background-color:#ffcc33;
	color:#9a3464 !important;
	border: 0px;		
	border-radius: 0px;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top:20px;
	width:120px;
	text-decoration: none;
}

.btn-news:hover {
	background-color:#fde290;
	color:#9a3464;
}
	
.btn-form:hover, .btn-donate:focus, .btn-donate:active, .active.btn-donate, .open > .btn-donate.dropdown-toggle {
	background-color:#315A96;
	color: #fff !important;
}

.fieldLabelTxt {
	font-size: 13px;
}

.form-horizontal .control-label {
	text-align: left !important;
}

/* Social Media */
.share {
    margin-top: 30px;
}
.share ul {
    margin: 0;
    padding: 0;
}
.share ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 20px;
    text-transform: uppercase;
}
.share ul li:first-child {
    margin-right: 10px;
}
.share ul li a {
    color: #636363;
    text-decoration: none;
}
.share ul li a:hover {
    /*color: #3b6cb4;*/
}
.share ul li i {
    margin-right: 5px;
}

.social {
    /*display: table-cell;
    float: right;*/
    list-style-type: none;
    text-align: right;
	padding: 0px;
	margin-bottom: 0px;
}
.social .heading {
	color: #2c3c68;
	font-size: 14px;
}
.social ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.social .link {
    display: inline-block;
	margin: 0px 0px 5px 5px;
}
.social a {
    background-color: #636363;
    border-radius: 0px;
    color: #fff;
    display: block;
    padding: 3px 0;
    width: 30px;
	text-align: center;
}