@charset 'utf-8';

/* Global Styles */

body {
	font-size: 15px;
	color: #000000;
	line-height: 22px;
}

a {
	color: #005965;	
}
a:hover {
	color: #BB133E;
	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-style: italic;
	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;
}
p:last-child {
    margin: 0px;
}

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 {
	content: "/";
	color: #a7a7a7;
	padding: 0 5px;
}

.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 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sideNav ul > li {
	margin: 5px 0px;
}
.sideNav ul > li > a {
	color: #000;
    display: block;
    padding: 3px 0px;
	text-transform: uppercase;
}
.sideNav ul > li > a:hover, .sideNav ul > li > a:focus, .sideNav ul > li > a:active, .sideNav ul > .selected a {
    text-decoration: none;
}

.sidebar h4 {
	background-color: #a2a4a3;
	color: #000000;
	font-size: 13px;
	padding: 5px 10px;
}

.side-widget {
	margin-bottom: 50px;
	padding: 0px 10px;
}

.side-widget .news {
	margin: 0px;
	padding: 0px;	
}
.side-widget .news > li {
	list-style-type: none;
	margin-bottom: 15px;
}
.side-widget .news .newsDate {
	text-transform: uppercase;
}
.side-widget .news a {
	color: #021339;
	font-weight: bold;
	text-decoration: underline;
}

.link-blue {
	color:#001b49 !important;
	font-size:13px;
	font-weight:bold;
	text-decoration: none !important;
	text-transform:uppercase;
	letter-spacing:2px;
}

.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;
}

.post-pagination ul {
	margin: 10px 10px 10px 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
.post-pagination ul li {
	display: inline-block;
	width: 49.5%;
	padding: 1em 2em 1em 0;
	vertical-align: top;
	min-height: 91px;
}
.post-pagination ul li a {
	color: #021339;
	font-weight: bold;
}
.post-pagination ul li:last-child {
	border-left: 1px solid #a2a4a3;
	padding: 1em 0 1em 2em;
}
.post-pagination .post {
	overflow: hidden;
}
.post-pagination .post.prev {
	padding-left: 15px;
}
.post-pagination .post.next {
	padding-right: 15px;
}
.post-pagination .post h5 {
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 14px;
}

.news-content .featured {
	background-color: #e6e6e6;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 1);	
}
.news-content .featured .news-header {
	padding: 15px 25px 25px 25px;	
}

.news-content .news-header {
	margin-bottom: 25px;	
}
.news-content .newsDate {
	text-transform: uppercase;
}
.news-content article {
    margin-bottom: 25px;
}
/*.news-content h2 {
	color: #5e172d;
	margin: 10px 0 15px 0;
}*/
.news-content h2 a {
	color: #021339;	
}
.news-content .label {
    color: #000000;
    font-size: 13px;
	letter-spacing: 1px;
    padding: 0 5px 0 0;
    text-transform: uppercase;
}
.news-content hr.seperator {
    background: none repeat scroll 0 0 #a2a4a3;
	border: none;
    height: 1px;
    margin-bottom: 25px;
    margin-top: 0px;
}
.news-content figure {
    margin-bottom: 20px;
	position: relative;
}
.news-content .btn {
    border: medium none;
	color: #6a7a00;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;
	text-transform: uppercase;
}
.news-content .btn:hover {
    background: none;
	text-decoration: none;
}
ul.newsMeta {
    margin: 0;
    padding: 0;
}
ul.newsMeta li {
    /*color: #3b6cb4;*/
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    list-style-type: none;
}
ul.newsMeta li:first-child {
    margin-right: 10px;
}
ul.newsMeta li a {
	color: #565a5c;
}
/* 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;
}

.form-control {
	box-shadow: none;
	border: 1px solid #a2a4a3;	
}

.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-default {
	background: none;	
	border: 1px solid #a8b400;
	border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0px;
    text-transform: uppercase;
}
.btn-default span {
	background-color: #a8b400;
	border-radius: 7px;
	display: block;
	margin: 2px;
	padding: 10px 35px;
}

.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 {
	color: #565a5c;
    display: inline-block;
    font-size: 15px;
    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 {
	color: #565a5c;
	font-size: 16px;
    margin-right: 5px;
}

.social {
	margin: 0 0 0 15px;
	padding: 0px;
	display: flex;
	align-items: center;
}
.social .heading {
	color: #2c3c68;
	font-size: 14px;
}
.social > li {
    display: inline-block;
	margin: 0px 0px 0px 5px;
}
.social a {
    /*background-color: #636363;*/
    border-radius: 0px;
    color: #fff;
    display: block;
    padding: 3px 0;
    /*width: 30px;*/
	text-align: center;
}
.social > li.divider {
	color: #bb133e;
	font-size: 10px;
	font-weight: bold;
}