a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

a.category-filter-link{
    cursor:pointer;
}

.homepage.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}

.nav-bar li:hover {
    text-decoration: underline;
}

.nav-bar .sub-menu li:hover a{
	color: #71baf9;
}

.logo-container{

}

.logo img {
    max-height: 158px;
    width: 100%;
    max-width: 121px;
}

.stick .logo img {
    height: 60px;
	width: auto;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
    font-style: italic;
    font-weight: normal;
	font-size: 18px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    font-weight: normal;
    font-style: italic;
	font-size: 18px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    font-weight: normal;
    font-style: italic;
	font-size: 18px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    font-weight: normal;
    font-style: italic;
	font-size: 18px;
}

button.input{
    background: #86ba5f;
}

button.input:hover{
	background: #537936;
}

.nht-update-news a:hover {
    color: inherit;
}

.icon_description{
  font-family: MuseoSans, sans-serif; 
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}

.mobile_twirl{
	display: none;
}

.mobile_twirl img{
	width: 80%;
	max-width: 700px;
}

.desktop_twirl{
	display: inline;
}

.nht-update-listing{
	font-family: Arial;
}

.nht-update-listing a{
	color: #4b5864;
}

.nht-update-listing a:hover{
	text-decoration: underline;
	color: inherit;
}

.page_title{
  font-weight: 800;
  font-size: 36px;
}

.staticpage_rightbox{
	position: relative;
}

.staticpage_rightbox img{
	width: 100%;
}

.staticpage_rightbox .content_paragraph{
	top: 30px;
    right: 40px;
	background: rgba(0, 0, 0, 0.6);    color: white;
    padding: 20px;
    font-family: Arial;
    font-size: 20px;
    position: absolute;
	line-height: 25px;
}

.featurednews_image {
    padding-left: 0px;
    padding-right: 0px;
    height: 258px;
    overflow: hidden;
}

.featurednews_image img{
	width: 100%;
	height: auto;
}

.featured_excerpt{
	font-family: Arial;
}

.featured_excerpt p{
    height: 140px;
    overflow: hidden;
}

.newsbody_excerpt{
	font-family: Arial;
}

.gray{
	color: #585858;
}

.newslisting {
    padding-left: 30px;
}

.newslisting .image_container{
	overflow: hidden;
}

.staffpage_title{
	color: #374653;
    font-size: 40px;
}

.staffpage_subtitle{
	font-size: 30px;
	color: #5f6b75;
}

.staff_image{
}

.staff_image img{
  display: block;
  width: 100%;
  height: auto;
}

.staff_member{
	margin-bottom: 15px;
}

.staff_title{
	line-height: 1.5;
}

.login_box{
	float: none;
	margin: 0 auto;
	margin-top: 40px;
}

.newsarticle_author{
	margin-bottom: 15px;
}

.article_title a:hover {
    text-decoration: underline;
}

.is-active .underline_effect{
	border: 2px solid #6e8952;
    position: absolute;
    top: 40px;
    z-index: 9999;
    width: 100%;
    left: 0px;
}

.bg-greendark.is-active .underline_effect{
	border: 2px solid #6e8952;
}

.bg-bluelighter.is-active .underline_effect{
	border: 2px solid #67a1d1;
}

.bg-blue.is-active .underline_effect{
	border: 2px solid #0868ac;
}

.bg-green.is-active .underline_effect{
	border: 2px solid #73C564;
}

.bg-bluedarker.is-active .underline_effect{
	border: 2px solid #374653;
}

.leaf_container{
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width: 1280px){
	.page_title{
		width: 100%;
	}
	
	.staticpage_rightbox{
		width: 100%;
	}
	
	.staticpage_rightbox .content_paragraph {
	    top: auto;
	    right: auto;
	    background: rgba(0, 0, 0, 0.6);
	    position: relative;
	    margin-top: 10px;
		width: 100%;
	}
}

@media screen and (max-width: 1228px){
	.nav-bar>li{
		font-size: 14px;
	}
}

@media screen and (max-width: 1012px){
	.desktop_twirl{
		display: none;
	}
	
	.mobile_twirl{
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 980px){
	.desktop_twirl{
		display: none;
	}
	
	.mobile_twirl{
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.article_title{
		margin-top: 20px;
	}
	
	.feature {
	    height: auto;
	    padding-bottom: 10px;
	}
	
}

.carousel {
  margin-bottom: 40px;
}
