@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}



.btn {
  display: inline-block;
  padding: 5px 18px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2b85c2;
  border-color: #2b85c2;
}




.img-wrapper {
	padding-top: 14px;
}

h1 {
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	font-size: 38px;
	margin-top: 4px;
	margin-bottom: 12px;
	float: right;
	letter-spacing: -1.5px;
	clear: right;
}

.banner-text {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 18px;
	float: right;
}



.newshr {
	border-bottom: 1px solid #345f81;
	margin-top: -24px;
}

.news {
	font-size: 28px;
	font-weight: 300;
	color: #444444;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.newswrapper {
	margin-top: 40px;
	border-bottom: 1px solid #f1f3f5;
	padding-bottom: 20px;
	overflow: hidden;
	margin-bottom: 4px;
}

.news-image {
	float: left;
	margin-right: 20px;
}

.news-image-right {
	float: right;
	margin-left: 20px;
}

.pday {
	margin-top: 6px;
	font-size: 20px;
	font-style: italic;
}

.pyear, .pmonth {
	font-size: 14px;
	font-style: italic;
}



.news-header {
	font-size: 18px;
	font-weight: 300;
	color: #2980b9;
}




.navbar-separator {
	width: 4px;
	height: 60px;
	overflow: hidden;
	border-left: 1px solid #444444;
	margin-top: 18px;
}






.copyright {
	font-size: 12px;
	color: #eeeeee;
	font-style: italic;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.footer-bottom {
	background: #333333;
	padding: 5px 0;
}

.footer-top {
	background: #444444;
	padding: 18px 0;
	border-top: 5px solid #2980b9;
	color: #dddddd;
	font-weight: 400;
}

.footer-img-wrapper {
	margin-right: 20px;
}

.footer-about-sub {
	font-size: 16px;
}

.footer-about {
	font-size: 28px;
	font-weight: 300;
}













.slider {
	height: 400px;
	background: #eeeeee;
}

.green {
	background: #32cd32;
	color: #ffffff;
	border: 1px solid transparent;
	padding-bottom: 14px;
}


.under-green {
	background: #ecf0f1;
}

/*.green .container {
	position: relative;
	margin-top: -20px;
	z-index: 20001;
}*/

.green .container .col-md-4 {
	text-align: center;
}



.fullwidthbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	max-height:400px  !important;
	overflow: hidden;
}

.fullwidthbanner {
	width:100% !important;
	max-height:400px  !important;
	overflow: hidden;
}

.tp-caption.h1  {
	font-size: 48px;
	font-weight: 300;
	color: #345f81;
	margin: 0px;
}

.tp-caption.h2 {
	font-size: 16px;
	font-weight: 400;
	color: #345f81;
}

.tp-caption.h3 {
	font-size: 14px;
	font-weight: 400;
	color: #345f81;
	text-align: right;
	line-height: 20px;
}







@media (min-width: 992px) {
	.navbar {
		position: relative;
		min-height: 94px;
		margin-bottom: 0px;
		background-color: #ffffff;
		border-radius: 0px;
		border-bottom: 1px solid #f1f3f5;
		border-top: none;
	}

	.navbar-brand {
		padding-top: 12px;
		padding-bottom: 0px;
	}

	.navbar-nav {
		/*float: right;*/
		margin-right: -15px;
		margin-top: 28px;
	}

	.navbar-default .navbar-nav li {
		padding: 10px;
	}

	.navbar-default .navbar-nav li:last-child {
		padding-right: 0px;
	}


	.navbar-default .navbar-nav li a {
		text-transform: uppercase;
		font-size: 14px;
		color: #444444;
		padding: 0;
		line-height: 20px;
		font-weight: 700;
	}

	.navbar-default .navbar-nav li a:hover {
		color: #32cd32;
	}
}



@media (max-width: 991px) {
	
	.navbar {
		background-color: #ffffff;
		margin-bottom: 0px;
	}
	
	.navbar-brand {
		max-width: 258px;
	}
	
	.navbar-default .navbar-nav li a {
		text-transform: uppercase;
		font-size: 12px;
		color: #969799;
		line-height: 20px;
		font-weight: 700;
	}

	.navbar-default .navbar-nav li a:hover {
		color: #83c122;
	}
	
	
	.btn {
		display: inline-block;
		padding: 4px 18px;
		margin-bottom: 0;
		font-size: 12px;
	}
	
	h3 {
		font-size: 23px;
		font-weight: 300;
	}

	.newscircle {
		width: 70px;
		height: 70px;
		border: 2px solid #345f81;
		border-radius: 40px;
		float: left;
		margin-right: 20px;
		color: #345f81;
		text-align: center;
	}

	.pday {
		margin-top: 3px;
		font-size: 16px;
		font-style: italic;
	}

	.pyear, .pmonth {
		font-size: 12px;
		font-style: italic;
	}

	.gmb {
		margin-bottom: 30px !important;
	}

	.fullwidthbanner {
		padding-right: 15px;
	}

}






