@charset "UTF-8";
.eds_news_NewsCustom * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*-------- EasyDNN Styles Copied from NewsOne --------*/

/*-------- EasyDNN Admin Styles --------*/

.eds_news_NewsCustom.eds_subCollection_news .admin_action, .eds_news_NewsCustom.eds_subCollection_news .edn_article_action {
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 14px;
  font-family: inherit;
  color: #ED2323;
  background: no-repeat;
}
.eds_news_NewsCustom.eds_subCollection_news .admin_action:hover, .eds_news_NewsCustom.eds_subCollection_news .edn_article_action:hover {
  color: #CD0000;
}
.eds_news_NewsCustom.eds_subCollection_news .admin_action.edit, .eds_news_NewsCustom.eds_subCollection_news .edn_article_action.edit {
  padding-left: 16px;
  background-image: url("images/common/pencil_small.png");
}
.eds_news_NewsCustom.eds_subCollection_news .admin_action.publish_article, .eds_news_NewsCustom.eds_subCollection_news .edn_article_action.publish_article {
  padding-left: 17px;
  background-image: url("images/common/check_small.png");
}

.eds_news_NewsCustom.eds_subCollection_news.eds_print .admin_action,
.eds_news_NewsCustom.eds_subCollection_news.eds_print .edn_eventRegistrationModalTrigger,
.eds_news_NewsCustom.eds_subCollection_news.eds_print .edn_fixedPrevNextArticleNavigation {
  display: none;
}



/*-------- END EasyDNN Styles Copied from NewsOne Styles --------*/



/*-------- Article List General Styles --------*/


.article-list { margin: 0 0 5px; font-size: 16px;}


.article_image_bs, .article_image_bs_home, .article_image_bs_dept {

 /* lt ie8 */
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  /* scale bg image proportionately */
  background-size: cover;
  /* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
    margin-bottom: 5px;
}


.article-list-image-bs {max-width: 100%;}

.article-category { text-transform: uppercase; font-size: 14px !important; margin-top: 2px; color: #4d505e;}
.article-category-home { text-transform: uppercase; font-size: 12px !important; margin-top: 2px; color: #4d505e;}

.article-list h2 {margin: 0 0 5px; font-size: 24px;}
.article-list h3 {margin: 0 0 5px; font-size: 18px;}

.article-list h2 a:link, .article-list h2 a:visited { color: #a13039; text-decoration: underline;}
.article-list h2 a:hover, .article-list h2 a:focus, .article-list h2 a:active  {text-decoration: none;}

.article-list h3 a:link, .article-list h3 a:visited { color: #a13039; text-decoration: underline;}
.article-list h3 a:hover, .article-list h3 a:focus, .article-list h3 a:active  {text-decoration: none;}

.article_home_p {font-size: 14px;}

a.readmore:link, a.readmore:visited {color: #a13039; text-decoration:underline;}

a.readmore:hover, a.readmore:focus, a.readmore:active {text-decoration: none;}

.more_news_div {margin-bottom: 15px;text-align: center;}

@media (min-width: 768px) {

.article-list-headerblock { display: table;}
.article_image_bs {width: 255px; margin-right: 15px; margin-bottom: 20px;}
.article_image_bs_home {width: 105px; margin-right: 15px; margin-bottom: 0; display: inline-block; float: left;}
.article_image_bs_dept {width: 105px; margin-right: 15px; margin-bottom: 15px; display: inline-block; float: left;}
.article-list-titleblock { display: table-cell; vertical-align: top;}
.article-category {margin-top: 0;}
.article-category-home { margin-top: 0;}
.more_news_div {margin-bottom: 0;}

}

/*-------- Article Detail General Styles --------*/

.article_image {
    display: block;
    overflow: hidden;
    padding: 0;
    border: 0;
    height: auto;
    line-height: 0;
}

.eds_news_NewsCustom.eds_subCollection_news .article.details .article_image {
    display: block;
    overflow: hidden;
    padding: 0;
    border: 0;
    height: auto;
    line-height: 0;
    margin-bottom: 3px;
}

.article-detail-category { text-transform: uppercase; font-size: 14px !important; color: #4d505e;}

.article-heading {font-size: 24px; margin-bottom: 4px;}

@media (min-width: 768px) {
.article-heading {font-size: 30px;}
.article-detail-category, p.meta_text.no_margin { font-size: 16px !important;}

}








.article-info { font-family: inherit; font-size: 14px !important; margin-top: 6px;}

.EDN_cf_all_fields_container td span {
    font-size: 14px;
    font-family: inherit;
    margin-right: 5px;
}

.summary, .main_content {
    font-size: 16px;
    margin: 10px 0 20px;;
}

.social_buttons {margin: 20px 0;}




.edn_fluidvids {
    padding-top: 58% !important;
}

.article-detail img {
    max-width: 100%
}

.article_gallery {
    margin: 20px 0;
}


/*-------- End Article List General & Hero Styles --------*/



/*-------- Begin Below Article Styles --------*/










.article_documents,
.related_articles,
.edn_article_links {
  padding: 0 15px 5px;
    background-color: #f3f3f3;
    border: 1px solid #e3e3e3;
  margin: 0 0 15px;
  clear: both;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.article_documents > h2,
.related_articles > h2,
.edn_article_links > h2 {
    font-size: 20px;
    margin: 15px 0 5px;
}
.article_documents ul,
.related_articles ul,
.edn_article_links ul {
  padding: 0 0 0 25px;
}
.article_documents ul li,
.related_articles ul li,
.edn_article_links ul li {
  list-style: circle;
  margin: 3px 0 0;
    font-size: 19px;
}
.article_documents ul li a,
.related_articles ul li a,
.edn_article_links ul li a {
    font-size: 16px;
    text-decoration: none;
}
.article_documents ul li a:hover,
.related_articles ul li a:hover,
.edn_article_links ul li a:hover {
}
.article_documents ul li span,
.related_articles ul li span,
.edn_article_links ul li span {
  display: block;
  font-size: 11px;
  font-style: italic;
}
.article_documents ul li {
  list-style: none;
}
.article_documents ul li .document_icon {
  max-height: 32px;
  max-width: 32px;
  margin: 0 4px 0 0;
}
.article.details .article_gallery {
  margin: 15px 0;
}








/*-------- End Below Article Styles --------*/













/*-------- Infinite Scroll Styles --------*/

.eds_news_NewsCustom.eds_subCollection_news .ednMoreArticlesTriggerWrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  text-align: center;
  display: block;
}
.eds_news_NewsCustom.eds_subCollection_news .ednMoreArticlesTriggerWrapper * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_NewsCustom.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger {
  display: inline-block;
  margin: 0 auto 50px;
  padding: 15px 20px 10px;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 0 3px 6px -4px #fff;
  background: #ddd;
  cursor: pointer;
  -webkit-transition: box-shadow 200ms ease;
  -khtml-transition: box-shadow 200ms ease;
  -moz-transition: box-shadow 200ms ease;
  -ms-transition: box-shadow 200ms ease;
  -o-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  position: relative;
  overflow: hidden;
}
.eds_news_NewsCustom.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.actionTextContainer span {
    font-weight: bold;
    font-size: 16px;
  color: #7A7A7A;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  -webkit-transition: color 200ms ease;
  -khtml-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.eds_news_NewsCustom.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.loadingOverlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: block;
  background: url("images/common/loadingArticles.gif") center center no-repeat #ddd;
  box-shadow: inset 0 3px 6px -4px #fff;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -khtml-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.eds_news_NewsCustom.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.loadingOverlay > span {
  display: none;
}
.eds_news_NewsCustom.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.44), 0 3px 6px -4px #FFFFFF inset;
}
.eds_news_NewsCustom.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger:hover > span.actionTextContainer span {
  color: #595959;
}
.eds_news_NewsCustom.eds_subCollection_news .ednMoreArticlesTriggerWrapper.loading > button.trigger > span.loadingOverlay {
  top: 0;
  opacity: 1;
}
.eds_news_NewsCustom.eds_subCollection_news .ednMoreArticlesTriggerWrapper.hide {
  display: none;
}



/*-------- Pager Styles --------*/

.eds_news_NewsCustom.eds_subCollection_news.eds_templateGroup_listArticleEventBox .article_pager, .eds_news_NewsCustom.eds_subCollection_news.eds_templateGroup_listArticleEventBoxAccordion .article_pager {
  margin: 0 -1px -1px;
  text-align: center;
  float: none;
  border: solid 1px #aaaaaa;
  border-top: none;
  padding: 12px 0;
  border-radius: 0;
}
.eds_news_NewsCustom.eds_subCollection_news.eds_templateGroup_listArticleEventBox .article_pager > a, .eds_news_NewsCustom.eds_subCollection_news.eds_templateGroup_listArticleEventBoxAccordion .article_pager > a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #b4b4b4;
  margin: 0 7px;
  float: none;
  box-shadow: none;
  text-indent: -9999px;
  padding: 0;
  border: none !important;
}
.eds_news_NewsCustom.eds_subCollection_news.eds_templateGroup_listArticleEventBox .article_pager > a:hover, .eds_news_NewsCustom.eds_subCollection_news.eds_templateGroup_listArticleEventBox .article_pager > a.active, .eds_news_NewsCustom.eds_subCollection_news.eds_templateGroup_listArticleEventBoxAccordion .article_pager > a:hover, .eds_news_NewsCustom.eds_subCollection_news.eds_templateGroup_listArticleEventBoxAccordion .article_pager > a.active {
  background-color: #fd6516;
  box-shadow: 1px 1px 1px 0px #8A8987, 0 0 8px 2px #FFFFFF, 0 0 0 5px #C4C3C0, 2px 2px 2px rgba(255, 255, 255, 0.2) inset;
}

.eds_news_NewsCustom .article_pager,
.eds_news_NewsCustom .article_pagination {
  text-align: center;
  margin: 15px 0 50px;
}

.eds_news_NewsCustom .article_pager a,
.eds_news_NewsCustom .article_pagination a {
  padding: 7px 8px 6px;
  border: 1px solid #bbbbbb;
  color: #112151;
  background-color: #eaeaea;;
  margin-left: -1px;
  -webkit-transition: color, 0.2s, ease-in-out;
  -khtml-transition: color, 0.2s, ease-in-out;
  -moz-transition: color, 0.2s, ease-in-out;
  -ms-transition: color, 0.2s, ease-in-out;
  -o-transition: color, 0.2s, ease-in-out;
  transition: color, 0.2s, ease-in-out;
  line-height: 1;
  font-family: inherit;
    font-size: 14px;
  text-decoration: none;
}
.eds_news_NewsCustom .article_pager a:first-child,
.eds_news_NewsCustom .article_pagination a:first-child {
  border-radius: 3px 0 0 3px;
}
.eds_news_NewsCustom .article_pager a:last-child,
.eds_news_NewsCustom .article_pagination a:last-child {
  border-radius: 0 3px 3px 0;
}
.eds_news_NewsCustom .article_pager a:hover,
.eds_news_NewsCustom .article_pagination a:hover {
  color: #fff;
  text-decoration: none;
    background-color: #112151;
}
.eds_news_NewsCustom .article_pager a.active,
.eds_news_NewsCustom .article_pagination a.active {
  font-weight: bold;
  color: #fff;
  border-color: #b1b0ab;
  background-color: #112151;
}
.eds_news_NewsCustom .article_pager a.active:hover,
.eds_news_NewsCustom .article_pagination a.active:hover {
  color: #fff;
}


@media (min-width: 375px) {
    .eds_news_NewsCustom .article_pager a,
    .eds_news_NewsCustom .article_pagination a {
      padding: 10px 11px 9px;
    }
}

@media (min-width: 425px) {
    .eds_news_NewsCustom .article_pager a,
    .eds_news_NewsCustom .article_pagination a {
      padding: 10px 13px 9px;
        font-size: 15px;
    }
}


@media (min-width: 768px) {
    .eds_news_NewsCustom .article_pager a,
    .eds_news_NewsCustom .article_pagination a {
      padding: 10px 14px 9px 15px;
        font-size: 16px;
    }
}
















/*-------- Search Styles --------*/



.eds_news_NewsCustom.eds_subCollection_tagCloud, .eds_news_NewsCustom.eds_subCollection_calendar, .eds_news_NewsCustom.eds_subCollection_categoryMenu, .eds_news_NewsCustom.eds_subCollection_search,
.eds_news_NewsCustom .callendar_table_container,
.eds_news_NewsCustom .archive_list {
  margin: 0;
  padding: 0 !important;
}
.eds_news_NewsCustom .callendar_table_container {
  margin-bottom: 17px;
}
.eds_news_NewsCustom .EDN_module_box .edn_module_title,
.eds_news_NewsCustom .edncf_AdvancedSearch .edn_module_title, .eds_news_NewsCustom.eds_subCollection_tagCloud .edn_module_title,
.eds_news_NewsCustom .archive_list .edn_module_title {
  background: #c1bfb9 url("images/common/sand.png");
  border: solid 1px #b3b3b2;
  padding: 9px 17px;
  position: relative;
  margin: 0;
  font-size: 21px;
  line-height: 1;
}
.eds_news_NewsCustom .EDN_module_box .edn_module_title span,
.eds_news_NewsCustom .edncf_AdvancedSearch .edn_module_title span, .eds_news_NewsCustom.eds_subCollection_tagCloud .edn_module_title span,
.eds_news_NewsCustom .archive_list .edn_module_title span {
  color: #505050;
  font-size: 21px;
  border: none;
  margin: 0;
  padding: 0;
  font-family: "Sanchez", serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}




.eds_news_NewsCustom.eds_subCollection_search {
  float: none;
  height: auto;
  min-width: 0;
  width: auto;
  overflow: visible;
  -webkit-transition: none 0 none;
  -khtml-transition: none 0 none;
  -moz-transition: none 0 none;
  -ms-transition: none 0 none;
  -o-transition: none 0 none;
  transition: none 0 none;
}
.eds_news_NewsCustom.eds_subCollection_search .acInput.acLoading {
  background-image: url("images/common/indicator.gif") !important;
  background-position: 70% center !important;
  background-repeat: no-repeat !important;
}
.eds_news_NewsCustom.eds_subCollection_search .search_input {
  overflow: hidden;
  margin: 0;
}
.eds_news_NewsCustom.eds_subCollection_search .search_input > .input input[type="text"] {
  line-height: 32px;
  height: 32px;
  float: left;
  width: 75%;
  padding: 0 21% 0 3%;
    margin: 6px 0 10px;
  background: none transparent;
  color: #908b82;
  font-size: 20px;
  border-radius: 4px;
  background-color: #f2f0ec;
}
.eds_news_NewsCustom.eds_subCollection_search .search_input > .input input[type="text"]:hover {
  border-color: #cdccc7;
  box-shadow: inset 0 1px 1px -1px rgba(255, 255, 255, 0.8);
  background-color: #edebe5;
}
.eds_news_NewsCustom.eds_subCollection_search .search_input > .input input[type="text"]:focus {
  border-color: #cdccc7;
  box-shadow: inset 0 1px 1px -1px rgba(255, 255, 255, 0.8);
  background-color: #fbf9f4;
}

.eds_news_NewsCustom.eds_subCollection_search .search_input .do_search {
  background: #112151 url("images/searchSubmit/background/predefined/search-icon.png") no-repeat center center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: right;
  margin: -40px 5px 0 0;
  border: solid 1px #112151;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 1px 1px -1px rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.2s ease-in-out;
  -khtml-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.eds_news_NewsCustom.eds_subCollection_search .search_input .do_search:hover {
  background-color: #777772;
  text-decoration: none;
  color: #fff;
  border: solid 1px #777772;
}
.eds_news_NewsCustom.eds_subCollection_search .search_input .do_search span {
  display: none;
}


.eds_news_NewsCustom .edn_searchInfoResults {
  margin: 30px 0 !important;
  padding: 10px 15px !important;
  background-color: #efefef;
  border: solid 1px #e8e8e8;
  color: #112151  !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-family: inherit;
}
.eds_news_NewsCustom .edn_searchInfoResults > span {
  color: #112151;
  font-size: 20px !important;
  line-height: 1.3 !important;
}






.EDN_search.theme_0_NewsCustom {
  padding: 0px;
  border: 1px solid #e0deda;
  background-color: #fff;
  overflow: hidden;
  z-index: 9999999;
  padding: 3px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.27);
  margin: 0 20px;
}
.EDN_search.theme_0_NewsCustom ul {
  margin: 0px;
  padding: 0px;
  list-style-position: outside;
  list-style: none;
}
.EDN_search.theme_0_NewsCustom ul li {
  margin: 1px 0;
  padding: 2px 5px;
  display: block;
  font-size: 13px;
  color: #112151;
  border: solid 1px transparent;
  border-left-style: none;
  border-right-style: none;
  line-height: 1;
}
.EDN_search.theme_0_NewsCustom ul li span a {
  color: #112151;
  text-decoration: none;
}
.EDN_search.theme_0_NewsCustom ul li span a:hover {
  color: #777772;
  text-decoration: none;
}
.EDN_search.theme_0_NewsCustom .acSelect {
  background-color: #fcfbf9;
  color: #112151;
  border-color: #e1e1e1;
}
.EDN_search.theme_0_NewsCustom .acSelect a {
  color: #112151;
}


@media (min-width: 768px) {

    .eds_news_NewsCustom.eds_subCollection_search .search_input > .input input[type="text"] { margin: 0}

    .eds_news_NewsCustom.eds_subCollection_search .search_input .do_search {margin: -31px 5px 0 0;}

}



/*-------- Calendar Archive Styles --------*/


.eds_news_NewsCustom .edn_module_box, .eds_news_NewsCustom.eds_subCollection_tagCloud, .eds_news_NewsCustom.eds_subCollection_calendar .callendar_table_container, .eds_news_NewsCustom.eds_subCollection_calendar .archive_list {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.25em;
  padding: 1px;
}
.eds_news_NewsCustom .edn_module_box > h1.edn_module_title, .eds_news_NewsCustom.eds_subCollection_tagCloud > h1.edn_module_title, .eds_news_NewsCustom.eds_subCollection_calendar .callendar_table_container > h1.edn_module_title, .eds_news_NewsCustom.eds_subCollection_calendar .archive_list > h1.edn_module_title {
  background: url("images/common/module_title_background.png") repeat-x 0 0 #dbdbdb;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0;
}
.eds_news_NewsCustom .edn_module_box > h1.edn_module_title span, .eds_news_NewsCustom.eds_subCollection_tagCloud > h1.edn_module_title span, .eds_news_NewsCustom.eds_subCollection_calendar .callendar_table_container > h1.edn_module_title span, .eds_news_NewsCustom.eds_subCollection_calendar .archive_list > h1.edn_module_title span {
  line-height: 1.25em;
  display: block;
  color: #4e4e4e;
  text-shadow: 1px 1px 2px #fff;
  font-size: 20px;
  padding: 5px 8px 6px;
  font-weight: normal;
}


.eds_news_NewsCustom.eds_subCollection_calendar .archive_list {
  margin: 0 0 10px;
  overflow: hidden;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list ul {
  margin: 0;
  padding: 0;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list ul li {
  list-style: none;
  padding: 6px 10px 4px 25px;
  background: url("images/common/calendar/article_icon.png") no-repeat 7px center;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list ul li a {font-family: inherit;}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list ul li a:hover,
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list ul li a:active,
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list ul li a:focus {
  color: #fff;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list ul li:first-child {
  border: 0;
  padding-top: 7px;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list.events .edn_module_title {
  position: relative;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list.events .edn_module_title > a {
  display: block;
  position: absolute;
  left: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list.events .edn_module_title > a.export {
  top: 10px;
  right: 7px;
  height: 14px;
  width: 12px;
  background: url("images/common/calendar/calendar_action_buttons.png") -13px -2px;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list.events .edn_module_title > a.rss {
  top: 12px;
  right: 7px;
  height: 12px;
  width: 12px;
  background: url("images/common/category_menu/rss.png") -12px 0;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list.events .edn_module_title > a.rss ~ a.export {
  right: 22px;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list.events .edn_module_title > a > span {
  display: none;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list.events ul li {
  background: url("images/common/calendar/event_clock.png") no-repeat 6px 9px;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list .edn_module_box {
  border: none;
  padding: 0;
  background: none;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li {
  background-position: 7px 11px;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse {
  display: block;
  float: right;
  text-indent: -10000px;
  margin: 0 0 0 4px;
  background: url("images/common/category_menu/expand_collapse.png") no-repeat 4px 4px;
  height: 13px;
  width: 21px;
  margin: 2px 2px 0 4px;
  cursor: pointer;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse:hover {
  background-position: -13px 4px;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse.collapse {
  background-position: 4px -8px;
  visibility: visible;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse.collapse:hover {
  background-position: -13px -8px;
}
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li.active > div > .edn_archive-year,
.eds_news_NewsCustom.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li.active > div > .edn_archive-month {
  font-weight: bold;
}








