@charset "UTF-8";
/* Styles for News & Publications section */


/* News List */
.news_list li.sfnewsListItem {
    list-style-type: none;
    margin-bottom: 1.0em;
    clear: both;
}
.news_list img.news_imgthmb {
    float: left;
    margin-right: 1.5em;
    border: 1px solid #DDD;
    max-width: 100px;
    width: 100px;
    height: auto;
    display: inline-block;
}
.news_list .sfnewsTitle a {
    font-size: 1.15em;
    font-weight: 600;
    color: #333;
}
.news_list .news_pubdate {
    font-size: 0.8em;
}
.news_list ul.sfCategoriesList {
    list-style-type: none;
}
.news_list ul.sfCategoriesList li span  {
    background-color: #EEE;
    padding: 0.5em;
    border-radius: 4px;
    font-size: 0.7em;
 margin-bottom: 1.0em;
}
	@media screen and (max-width: 640px) {
		.news_list img.news_imgthmb {
			float: right; 
			margin-left: 0.5em; 
		}
		.news_list ul.sfCategoriesList,
		.news_list ul {
			margin-left: 0; 
		}
	}


/* News Single Article */
.news_article ul.sfnewsList.sfnewsListTitleContent,
.news_article ul.sfCategoriesList,
.news_article li.sfnewsListItem  {
    list-style-type: none; 
    margin-left: 0; 
}
.news_article ul.sfCategoriesList {
    background-color: 
}
.news_article li.sfnewsListItem h1.sfnewsTitle {
    font-size: 0.8em;
}
/* news article date */
.news_article .sfnewsMetaInfo {
    margin-bottom: 2.0em;
    color: #666;
    font-size: smaller;
}
.news_article ul.sfCategoriesList li span {
    background-color: #EEE;
    padding: 0.5em 1.0em;
    border-radius: 4px;
    font-size: 0.7rem;
    margin-bottom: 1.0em;
	margin-right: 1.0em;
	display: inline-block;
    float: left;
    
}
.news_article li.sfnewsListItem {
    margin-bottom: 4.0em;
}
.news_article h1.sfnewsTitle {
    font-size: 1.55em!important; 
    font-family: 'Open Sans';
    padding-top: 0.5em; 
	clear: both;
}
.sfnewsContent a {
    text-decoration: none; 
}


/* Sitefinity Comments Widget */
#commentsWidget {
    margin-top: 4.0rem;
    font-size: 0.8rem;
}
#commentsWidget h3 {
    font-size: 1.3em!important;
    font-weight: normal!important;
}
#commentsWidget h3 span a {
    float: right; 
}
#commentsWidget ol.sfcommentsList.sfserverList {
    margin-left: 0;
    margin-top: 0.5em;
}
#commentsWidget ol.sfcommentsList.sfserverList div {
    padding: 0 0.5rem;
}
#commentsWidget .sfcommentsFormWithAvatarWrp .sfcommentsFormWrp {
    padding-left: 0;
}
#commentsWidget .sfcommentsTitleWrp {
    width: 100%;
}
#commentsWidget .sfcommentsTitleWrp h2 {
    position: relative!important; 
}
a.sfcommentsCounterWrp.sfcommentsShort {
    display: none;
}
#commentsWidget .sfcommentsForm .sfcommentEditor {
    width: 98%;
}
#commentsWidget .sfcommentsForm .sfcommentsSubmitBtn {
    width: 400px;
    margin: 1.0em;
    padding: 1.0em;
}
#commentsWidget .sfcommentsSubmitBtnWrp {
    text-align:  center;
}
#commentsWidget .sfcommentsList .sfcommentDetails {
    padding-left:  0;
    font-size: 0.8rem;
}
#commentsWidget .sfRating.sfcommentsThreadRatingWrp {
    display: none;
}
#commentsWidget span.sfcommentAuthor {
    margin-right: 1.0rem;
}
#commentsWidget span.sfcommentAuthor:before {
    content:'\f2be';
    font-family: FontAwesome; 
    margin-right: 0.5rem; 
    color: inherit; 
}
#commentsWidget .sfcommentText {
    font-size: 0.9rem;
    margin-top: 0.5rem; 
    color: #444; 
}
#commentsWidget .sfcommentsForm .sfcommentsSubmitBtn {
    background-color: #DDD;
}


/* Intense Debate Comments 
.subsection {
  	border-left:1px dotted #336699;	
  	height: auto; 
  	width:100%;
	padding-left:6px;
	margin-bottom:6px;
}
.commentfrom {
    background-color: #eeeeee; padding: 2px 5px 2px 2px;
}
.commentfrom img {
	margin-left:3px;
}
.commentmsg {
    margin-bottom: 5px;
}

.commentsection {
	display:block
}
*/


/* Staffing Surveys Page */
.surveylist {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
 

/* Enrollment Snapshots Page */
.enrollment-list li {
    float:left;
    width: 45%;
    padding: .5rem 4rem;
    list-style: none !important;
}
	@media screen and (max-width: 640px) {
	  .enrollment-list li {
		  width:100%;
		  padding: .5rem 2rem .5rem 0;
	  }
	}
 

/* ASRT Environment Scan of Radiographers Page */
.environmental-scan-list li {
    list-style: none !important;    
}