﻿/* snap ag catalog listing and details */

/* load more */

.ednMoreArticlesTriggerWrapper {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #f8f8f8;
  border-bottom-left-radius: 4px;
  border-bottom-right: 4px;
 
  border: 1px solid #e1e1e1;
	 border-top: none;
}
.ednMoreArticlesTriggerWrapper > button.trigger {
  display: block;
	width: 100%;
  margin: 0;
  border: solid 1px #cecece;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.ednMoreArticlesTriggerWrapper > button.trigger > span.actionTextContainer span {
  display: block;
  padding: 10px;
  color: #8d8d8d;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  transition: color 200ms linear;
}
.ednMoreArticlesTriggerWrapper > button.trigger > span.loadingOverlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: block;
  background: url("images/pagination/loadingBackground/predefined/loadingArticles.gif") center center no-repeat #fbfbfb;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.ednMoreArticlesTriggerWrapper > button.trigger > span.loadingOverlay > span {
  display: none;
}
.ednMoreArticlesTriggerWrapper > button.trigger:hover {
  background-color: #fbfbfb;
  border-right: 1px solid #e0e0e0;
}
.ednMoreArticlesTriggerWrapper > button.trigger:hover > span.actionTextContainer span {
  color: #bababa;
}
.ednMoreArticlesTriggerWrapper.loading > button.trigger > span.loadingOverlay {
  top: 0;
  opacity: 1;
}
.ednMoreArticlesTriggerWrapper.hide {
  display: none;
}

@media screen and (min-width: 992px) {
	a.program-link-new {
		min-height: 545px;
	}
}

a.program-link-new {
	display: block;
    background-color: #648d3d;
    color: #fff;
    box-sizing: border-box;
    padding: 19px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	margin-bottom: 30px;
}

a.program-link-new:hover {
	background-color: #658d2e;
	color: #fff !important;
}

a.program-link-new h3,
a.program-link-new p {
	color: #fff !important;
}

a.program-link-new:hover h3,
a.program-link-new:hover p {
	color: #fff !important;
}

@media (min-width: 992px) {
	.vertical-align-md {
		position: relative;
		  top: 50%;
		  transform: translateY(-50%);
	}
}
.snapag-listing > p {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 0 15px 30px 15px;
}
.snapag-customfield {
	padding: 0 15px 15px 15px;
}
.snapag-customfield a:visited {
	color: #00548b;
}
.snapag-article-body p,
.snapag-article-body h3,
.snapag-article-body h4,
.snapag-article-body h5 {
	padding-left: 15px;
	padding-right: 15px;
}
.snapag-search {
	margin-bottom: 30px;
}
p.bread_crumbs {
	margin-bottom: 30px;
}
.breadcrumb-link {
	color: #658d2d;
}
.text-green {
	color: #658d2d;
}
.text-small {
	font-size: 16px;
}
.text-small p {
	margin-bottom: 15px !important;
	line-height: 1.6em !important;
}

@media screen and (min-width: 992px) {
	.no-right-gutter {
		padding-right: 0 !important;
	}
	.no-left-gutter {
		padding-left: 0 !important;
	}
}

.margin-bottom-base {
	margin-bottom: 30px;
}
.no-margin {
	margin: 0;
}

.padding-base {
	padding: 30px;
}
.text-white {
	color: #fff;
}
.text-dark-blue {
	color: #095d9a;
}
.bg-dark-blue {
	background: #095d9a;
}
.text-green {
	color: #658d2e;
}
.bg-green {
	background: #658d2e;
}

.snap-ag-category {
	margin-bottom: 30px;
}

.snap-ag-category img {
	min-width: 100%;
}

.snap-ag-category a h2 {
	margin: 0;
	color: #fff;
	padding: 30px;
	
	font-weight: 700;
}
.snap-ag-category a:hover h2 {
	background: #658d2e;
}


/* snap ag listing items */

.snapag-article-listing-item {
	margin-bottom: 30px;	
	display: inline-block;
}
.snapag-article-listing-item h2 a {
	padding: 15px 30px;
	color: #fff !important;
	display: block;
}
.snapag-article-item-header {
	margin-bottom: 30px;
}

/* snap ag tags */
.snapag-tags-wrap {
	margin: 0;
	padding: 0;
}
.snapag-tags-wrap li {
	display: inline-block;
	margin: 5px;
}
.snapag-tags-wrap a {
	color: #72a729;
}

.TagStyle1 {
	font-size: 12px;
}
.TagStyle2 {
	font-size: 14px;
}
.TagStyle3 {
	font-size: 16px;
}
.TagStyle4 {
	font-size: 18px;
}
.TagStyle5 {
	font-size: 20px;
}
.TagStyle6 {
	font-size: 22px;
}
.TagStyle7 {
	font-size: 24px;
}
.TagStyle8 {
	font-size: 26px;
}
.TagStyle9 {
	font-size: 28px;
}
.TagStyle10 {
	font-size: 30px;
}


/* snap ag article details view */

/**/
.snapag-article-summary-details {
	padding: 30px;
}

@media screen and (min-width: 1199px) {
	.snapag-article-summary-details {
		min-height: 480px;
		padding: 0;
	}
}

/*.investigate-further ul {
	margin: 0 0 30px 0;
	padding: 0;
	display: inline-block;
	border-top: 1px solid #658d2e;
}
.investigate-further ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
.investigate-further ul li a {
	text-decoration: none;
	color: #658d2e;
	font-weight: 700;
	border-bottom: 1px solid #658d2e;
	padding: 15px 30px;
	display: block;
	font-size: 22px;
}
.investigate-further ul li:hover a {
	background: #f7ffed;
	color: #72a729;
}*/

.snapag-article-header {
	margin-bottom: 30px;
	border: 1px solid #cfe2dd;
}
.snapag-article-header img {
	border-right: 1px solid #cfe2dd;
}
.snapag-article-header .text-italic {
	font-style: italic;
	font-size: 24px;
	line-height: 1.6em;
	padding: 0 30px;
}

.snapag-article-details h1 {
	margin-bottom: 30px;
}

.snapag-h2,
.snapag-article-details h2 {
	color: #095d9a;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 15px;
	background: #dbf0ff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
}
.snapag-article-details h3 {
	font-size: 24px;
	font-weight: 700;
	color: #e18c00 !important;
	
}
.snapag-article-details p,
.snapag-article-details ol, 
.snapag-article-details ul {
	margin-bottom: 25px;
}

.snapag-related-articles h2 {
	display: none;
}
.snapag-related-articles h2.show-heading {
	display: block !important;
}

/* footnotes */

.snapag-footnotes ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: my-awesome-counter;
}
.snapag-footnotes li {
	counter-increment: my-awesome-counter;
	margin-bottom: 15px;
	position: relative;
	padding-left: 10px;
	line-height: 1.5em;
}
.snapag-footnotes li:before {
	content: counter(my-awesome-counter);
	font-size: 75%;
	position: absolute;
	left: -4px;
	top: -0.25em;
}

.snapag-footnotes li a {
	display: inline-block;
}

/* references */

.snapag-references ul {
	margin: 0;
	padding: 0;
	list-style: none;

}
.snapag-references li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 10px;
	line-height: 1.5em;
}

.snapag-references li a {
	display: inline-block;
}

.snapag-related-articles ul,
.investigate-further ul {
	padding: 0 15px 15px 15px !important;
	font-size: 20px;
}
.snapag-related-articles ul,
.investigate-further ul,
.snapag-categories {
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	overflow: hidden;
}

.snapag-related-articles li,
.investigate-further li,
.snapag-categories li {
	position: relative;
	padding-left: 27px;
}

@media screen and (min-width: 768px) {
	.snapag-related-articles li,
	.investigate-further li,
	.snapag-categories li {
		display: block;
		float: left;
		width: 50%;
	}
}

.snapag-related-articles li:before,
.investigate-further li:before,
.snapag-categories li:before {
	font-family: FontAwesome;
	color: #e18c00 !important;
	content: "\f061";
	margin-right: 10px;
	display:  inline-block;
	position: absolute;
	left: 0;
	top: 0px;
}
.snapag-related-articles a,
.investigate-further a,
.snapag-categories a {
	color: #507b14;
	font-weight: 700;
}
.edn_metaDetails {
	margin-bottom: 30px;
}
.edn_articleTags {
	margin-bottom: 30px;
}

.EDN_rating .article_rating, 
.EDN_rating.rating {
  display: inline-block;
}

li.EDN_rating {
  float: right;
  color: #f7f7f7;
  font-size: 0;
  margin-right: 8px;
}

.article_rating,
.EDN_article_rateit {
	display: inline-block;
}

div.EDN_article_rateit * {
	  box-sizing: border-box !important;
}

div.EDN_article_rateit {
  box-sizing: border-box !important;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.current_rating {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}
div.EDN_article_rateit.rateit div.rateit-selected {
  position: absolute;
}
div.EDN_article_rateit div.rateit-range {
  position: relative;
  display: inline-block;
  background: url("images/common/rate_stars.png");
  height: 16px;
}
div.EDN_article_rateit div.rateit-hover {
  position: absolute;
}
div.EDN_article_rateit div.rateit-hover {
  background: url("images/common/rate_stars.png") left -32px;
}
div.EDN_article_rateit div.rateit-hover-rtl {
  background-position: right -32px;
}
div.EDN_article_rateit div.rateit-selected {
  background: url("images/common/rate_stars.png") left -16px;
}
div.EDN_article_rateit div.rateit-selected-rtl {
  background-position: right -16px;
}

/*  user dashboard */


.eds_news_aitc.eds_subCollection_news .user_dashboard {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  padding: 4px 6px 1px;
  margin: 0 0 20px;
  overflow: hidden;
  background-color: #ebebeb;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.eds_news_aitc.eds_subCollection_news .user_dashboard:hover {
  background-color: #f2f2f2;
  border-color: #000;
}
.eds_news_aitc.eds_subCollection_news .user_dashboard a {
  display: block;
  float: left;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  padding: 0 0 0 35px;
  height: 25px;
  line-height: 24px;
  margin: 0 10px 0 0;
  color: #5C5C5C !important;
  text-decoration: none !important;
}
.eds_news_aitc.eds_subCollection_news .user_dashboard a.add_article {
  background: url("assets/images/common/user_dashboard/green_plus.png") no-repeat;
  padding-left: 25px;
}
.eds_news_aitc.eds_subCollection_news .user_dashboard a.article_manager {
  background: url("assets/images/common/user_dashboard/papers.png") no-repeat 0 0;
  padding-left: 28px;
}
.eds_news_aitc.eds_subCollection_news .user_dashboard a.event_manager {
  background: url("assets/images/common/user_dashboard/event_manager.png") no-repeat 0 1px;
  padding-left: 35px;
}
.eds_news_aitc.eds_subCollection_news .user_dashboard a.approve_articles {
  background: url("assets/images/common/user_dashboard/approve_articles.png") no-repeat 0 1px;
  padding-left: 22px;
}
.eds_news_aitc.eds_subCollection_news .user_dashboard a.approve_comments {
  background: url("assets/images/common/user_dashboard/approve_comments.png") no-repeat 0 2px;
  padding-left: 22px;
}
.eds_news_aitc.eds_subCollection_news .user_dashboard a.category_manager {
  background: url("assets/images/common/user_dashboard/categories.png") no-repeat 0 2px;
  padding-left: 22px;
}
.eds_news_aitc.eds_subCollection_news .user_dashboard a.dashboard {
  background: url("assets/images/common/user_dashboard/monitor.png") no-repeat 0 3px;
  padding-left: 24px;
}
.eds_news_aitc.eds_subCollection_news .user_dashboard a.settings {
  background: url("assets/images/common/user_dashboard/settings.png") no-repeat 0 1px;
  padding-left: 24px;
}
.eds_news_aitc.eds_subCollection_news .user_dashboard a.author_profile {
  background: url("assets/images/common/user_dashboard/profile.png") no-repeat 0 1px;
  padding-left: 18px;
}
.eds_news_aitc.eds_subCollection_news .user_dashboard a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

/* Comments */

.eds_news_aitc.eds_subCollection_news .article_comments .add_comment .add_article_box .submit {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: none #fff;
  text-shadow: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 4px;
  box-shadow: none;
  color: #000000;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.eds_news_aitc.eds_subCollection_news .article_comments .add_comment .add_article_box .submit:hover {
  /*color: #fff;
  background-color: #c81704;
  text-decoration: none;
  box-shadow: none;*/
}

.eds_news_aitc.eds_subCollection_news .article_comments {
  margin: 15px 0 20px;
}
.eds_news_aitc.eds_subCollection_news .article_comments .num_of_comment {
  /*border: solid 1px #c81704;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 14px;
  color: #000;
  margin: 0 0 10px;*/
}
.eds_news_aitc.eds_subCollection_news .article_comments .num_of_comment + .comment_list {
  padding-top: 10px;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list {
  margin-bottom: 30px;
  display: block;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment {
  /*margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  padding-left: 50px;*/
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment article > div {
  float: left;
  margin: 0 20px 0 0;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment article > div img {
  border: 1px solid #504e4e;
  border-radius: 50%;
  padding: 3px;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment article > section {
  overflow: hidden;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment article > section > div {
  color: #424242;
  margin: 15px 0;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment article > section > time {
  color: #999;
  font-size: 12px;
  display: block;
  text-align: right;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .actions {
  text-align: right;
  clear: both;
  margin: 5px 0;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .actions > a {
  display: inline-block;
  border: 1px solid #909090;
  text-shadow: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 5px;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  background-color: #bdbdbd;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .actions > a:hover {
  background-color: #909090;
  text-decoration: none;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .actions > a.delete {
  background-color: #d94e49;
  border-color: #9d241e;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .actions > a.delete:hover {
  background-color: #9d241e;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .edit_comment {
  text-align: right;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .edit_comment textarea,
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .edit_comment textarea:hover,
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .edit_comment textarea:focus {
  border: solid 1px #c81704;
  border-radius: 6px;
  color: #666;
  padding: 5px 7px;
  width: 100%;
  box-shadow: none;
  background: none #fff;
  width: 100%;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment.level {
  padding-left: 0;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .right_side {
  overflow: hidden;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .votes {
  float: left;
  width: 40px;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .votes > div {
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .votes > div > input,
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list .comment .votes > div > span {
  display: block;
  margin: 0 auto;
}
.eds_news_aitc.eds_subCollection_news .article_comments .comment_list + .add_comment {
  margin-top: 25px;
}
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div {
  border: solid 1px #eeeeee;
  border-radius: 4px;
  padding: 20px;
}
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table {
  width: 100%;
}
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table td {
  padding: 10px;
  vertical-align: top;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table td {
    display: block !important;
    width: 100% !important;
    padding: 0 0 10px !important;
  }
}
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table td.left {
  font-family: "Roboto Condensed", sans-serif;
  width: 15%;
  color: #424242;
  font-size: 15px;
}
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table td.right {
  width: 85%;
}
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table td input[type="text"],
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table td input[type="text"]:hover,
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table td input[type="text"]:focus,
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table td textarea,
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table td textarea:hover,
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table td textarea:focus {
  border: solid 1px #eeeeee;
  border-radius: 6px;
  color: #666;
  padding: 5px 7px;
  width: 100%;
  box-shadow: none;
  background: none #fff;
}
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table td input[type="text"] {
  max-width: 300px;
  font-size: 14px;
}
.eds_news_aitc.eds_subCollection_news .article_comments .add_comment > div table td textarea {
  max-width: 370px;
  font-size: 13px;
  min-height: 110px;
}

.eds_news_aitc.eds_subCollection_news .comment .user_avatar {
    border-radius: 4px;
    margin-right: 15px;
    width: 50px;
}

.eds_news_aitc.eds_subCollection_news .comment {

    margin-bottom: 10px;
    margin-top: 10px;
}


/* default category menu from blogone*/


.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li {
  margin: 0;
  padding: 0;
  list-style: outside none;
  cursor: pointer;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div {
  padding: 5px 4px 4px 0;
  margin: 0;
  background-image:none;
  /*background-color: #FCF9DB;*/
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #e5d987;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div:hover {
	background: #f5f5f5;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a {
  color: #658d2e;
 /*
  line-height: 15px;*/
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a.icon {
  float: right;
  display: block;
  margin: 0 0 0 4px;
  text-indent: -10000px;
  text-decoration: none;
  line-height: 12px;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a.icon.rss {
  background: url("img/icons/rss_orange.png") no-repeat;
  width: 14px;
  height: 14px;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a.icon.rss:hover {
  background-position: 0 -14px;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a.icon.expand_collapse {
  background: url("img/icons/up_down_white.png")  no-repeat;
  width: 17px;
  height: 9px;
  margin-top:15px;
  margin-right:5px;
}

.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.opened div a.icon.expand_collapse {
	background-position: 0 100%;
}

.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a.icon.expand_collapse.collapse {
background-position: 0 -9px;
  visibility: visible;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div:hover a.icon.expand_collapse {
  /*background-position: 3px -11px;*/
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div:hover a.icon.expand_collapse.collapse {
  /*background-position: -10px -10px;*/
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.active > div a.cattitle {
  font-weight: bold;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_0 > div {
  padding-left: 0;
  background-color: #4a3528;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_1 > div .cattitle {
  padding-left: 10px;

}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_2 > div .cattitle {
  padding-left: 20px;

}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_3 > div {
  padding-left: 20px;

}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_4 > div {
  padding-left: 20px;

}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_5 > div {
  padding-left: 120px;
  background-position: 108px center;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_6 > div {
  padding-left: 138px;
  background-position: 126px center;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper.author_menu li div {
  background-image: none;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper.author_menu li div > img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid white;
  float: left;
  margin: 0 7px 0 0;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper.author_menu li.level_0 > div {
  padding-left: 15px;
}
.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper.author_menu li.level_1 > div {
  padding-left: 25px;
}


/* final category menu overrides */

ul.edn_category_menu_wrapper, ul.edn_category_menu_wrapper ul {
    padding:0 !important;
    margin:0 !important;
   
    font-size: 16px;
}

.ul.edn_category_menu_wrapper {
    margin-bottom:15px !important;
}

ul.edn_category_menu_wrapper, ul.edn_category_menu_wrapper li {
    padding-left:0 !important;
}

.ul.edn_category_menu_wrapper, .ul.edn_category_menu_wrapper * {
    color: #483728;
}

.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_0 > div {
    font-size:18px;
    
    color: #ffffff !important;
}

.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_0 > div a.cattitle {
font-weight:700;
}




.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_0 > div a {

color: #ffffff !important;
}

.edn_articlecount {
	font-size: 11px;	
}

.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_0.active > div {
    background-color:#658D2E !important;
}

.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_0.active > div * {
    color:white !important;
}

.node.level_0.hasChild.opened > div {
     background-color:#658D2E !important;
}

.node.level_0.hasChild.opened > div *, .node.level_0.hasChild.opened > div a {
     color:white !important;
}

.eds_news_aitc.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper > li.node.level_0 > div {
background-image:none;
}

.module-container {
    margin-bottom:15px !important;
}

.edn_article_gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
}