﻿/*.eds_news_students_hsc h1 {
  font-family: Mongoose, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #000;
  letter-spacing: .01rem;
  line-height: 3.5rem;
}

.eds_news_students_hsc h2, 
.eds_news_students_hsc h3, 
.eds_news_students_hsc h4, 
.eds_news_students_hsc h5, 
.eds_news_students_hsc h6, 
.eds_news_students_hsc p,
.eds_news_students_hsc li, 
.eds_news_students_hsc a,
.eds_news_students_hsc button {
  font-family: Arboria, sans-serif;
}
*/
.eds_news_students_hsc p {
  margin: 0;
}
.article_pager {
	display: flex;
	align-items: center;
	justify-content: center;
}
.article_pager > a {
	padding: .25rem .75rem;
	background: #f0f0f0;
	color: #000 !important;
	text-decoration: none !important;
}
.article_pager > a:first-child {
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
}
.article_pager > a:last-child {
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
}
.article_pager > a:hover,
.article_pager > a.active {
	background: #e0e0e0
}
.article_pager > a:focus,
.article_pager > a:active {
	outline: 1px solid #841617;
	z-index:1;
}
.edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger {
    margin-top: 1rem;
    border-radius: .25rem;
    border: 1px solid #000000;
    background-color: #323232;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: .75rem;
	padding: .25rem .75rem;
    cursor: pointer;
}
.edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger:hover {
  background-color: #555;
}
.edNews_loadMoreTriggerWrapper .loadingOverlay {
    display: none;
}

ul.btn-group, ul.btn-group ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
}

ul.btn-group li {
	margin-left: 0;
	margin-right: .25rem;
	margin-bottom: .25rem;
}
.category_menu ul.btn-group li.active a {
	opacity: .65;
	pointer-events: none;
}

.edncf_location, .edncf_audience {
    display: none;
}
.edncf_CheckBoxListName {
    display: block;
    font-weight: 900;
    text-transform: uppercase;
}
.edncf_CheckBox {
    display: flex;
    margin: .25rem 0;
    background-color: #323232;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 2rem;
    align-items: center;

}
.edncf_CheckBox input {
    margin-left: 1rem;
}
.edncf_CheckBox label {
    display: inline;
    padding: .5rem .25rem .25rem .5rem;
    flex-grow: 1;
    font-size: .75rem;
}
.edncf_submitContainer a {
    display: block;
    background: #841617;
    color: #fff !important;
    padding: .5rem;
    border-radius: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: .875rem;
}

.search_input.button_outside, .search_input.button_outside > div {
    display: flex;
    align-items: center;
    width: 100%;
}
.search_input.button_outside input {
    flex-grow: 1;
    height: 35px;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #f0f0f0;
    border-right-color: transparent;
    background-color: #f5f5f5;
    padding: 0 1rem;
}
.search_input.button_outside a {
    background-color: #841617;
    padding: 0 .75rem 0 .75rem ;
    height: 35px;
    line-height: 35px;
    text-transform:uppercase;
    font-size: .875rem;
    font-weight: bold;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  	color: #fff !important;
}
.EDN_search.theme_230_students_hsc {
	background-color: #fff;
	border: 1px solid #f0f0f0;
}
.EDN_search.theme_230_students_hsc ul {
	list-style: none;
}
.EDN_search.theme_230_students_hsc ul li {
	display: block;
	margin: .25rem;
	width: 100%;
}
.EDN_search.theme_230_students_hsc ul li span, .EDN_search.theme_230_students_hsc ul li span a {
	display: block;
	width: 100%;
}
.edn_searchInfoResults {
	text-transform: uppercase;
	font-size: .75rem;
	margin-left: 1rem;
}
.edn_searchInfoResults span {
	font-weight: 900;
}
ul.dropdown-menu ul {
	list-style: none;
}
ul.dropdown-menu li {
	margin-left: 0;
}
.hover-underline {
  text-decoration: none !important;
}
.hover-underline:hover {
  text-decoration: underline !important;
}
.DnnModule-EasyDNNnews h2 {
    max-width: 1310px;
    margin: 0 auto;
    font-family: Mongoose;
    text-transform: uppercase;
    font-size: 3rem;
}
.eds_news_students_hsc .dropdown li a {
    text-decoration: none;
    color: #000
}
.eds_news_students_hsc .dropdown li a:active {
    text-decoration: none;
    background-color: #841617;
    color: #fff
}