@charset "utf-8";
/* CSS Document */

/* fix front end edit button that didn't always display */
.main_content .dropdown-menu{
position:relative;
}


/* fixes to latest news enhanced after update to v2.4 Jul 2016 */

.newslist.vertical{
	/* padding-top:16px; */
}

.innernews{
padding:20px !important;
border-bottom: 20px solid white;
}

.latestnews-items p{
	font-size: 16px;
	line-height: 24px;
	margin-top:16px !important;
}

.latestnews-items h4.newstitle,
.latestnews-items h4.newstitle a{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px; 
    font-weight:normal !important;
    display:none;
   
}

.moduletable.latest_news h2{
	font-size:26px;
}


.readalllink.last.linkleft{
	padding-bottom:20px;
	margin-left:20px;
}

/* hide latest news enhanced category links at the bottom of education, guidelines and position statements */
.guest .onecatlink{
display:none;
}

/* show above links on home page */
.guest .latestnewsenhanced_133 .onecatlink,
.guest .latestnewsenhanced_134 .onecatlink{
display:block;
}

/* hide placeholder article on education, guidelines and position statements pages */

.education .item-page,
.position_statements .item-page,
.guidelines .item-page{
background-color:transparent;
}



/* style front-end modal login link */

footer .modal_login_link.clef {
    max-width: 940px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', 'Arial Narrow', Arial, Helvetica, sans-serif
}

footer .modal_login_link.clef  a:after {
    content: " \f090";
    font-family: FontAwesome;
    font-size: 14px
}


/* style front-end edit link */

.frontEndEdit{
	display: block;
	position: fixed;
	top: 150px;
	right: 20px;
	z-index: 1000;
	font-size: 40px;
	font-family: 'PT Sans Narrow', 'Arial Narrow', Arial, Helvetica, sans-serif;
}

.frontEndEdit .nav>li>a:hover, .nav>li>a:focus{
	background-color: transparent;
}

.frontEndEdit a:link{
	text-decoration: none !important;
	border-bottom: none;
}

.frontEndEdit-off a:before {
    content: " \f15b";
    font-family: FontAwesome;
    margin:20px;

}

/*	Style Submenu on Applicants and other Pages   */

li .separator{
	font-family: 'PT Sans Narrow', 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}

/*	Style Applicants Icon box   */

.applicants p{
	font-size: 14px;
}

.applicants h2{
	margin-bottom: 0;
	margin-top:0;
	padding-bottom: 0;
	padding-top: 0;
}

@media (max-width:767px) {
	.span4{
		padding-bottom: 40px;
	}
}
