/* dnn6.2 Login CSS Code */

#spLogin { margin-top:0px; padding-top:3px; min-height:5px; text-align:right; }
#spLogin a { color:#fff; }

#dnn_dnnUser_registerGroup ul { display:block; }
#dnn_dnnUser_registerGroup strong { display:none ; }
#dnn_dnnUser_registerGroup span {  color:#fff; padding:1px 4px; border-radius:6px; background:#ed3b3b; float:right; margin:-6px -6px 0 0; }
#dnn_dnnUser_registerGroup li { display:block; float:right; padding:0 8px 0 2px; line-height: 24px; }
#dnn_dnnUser_messageGroup a { background:url(../images/MessageIcon.png.ashx?preset=webp) no-repeat; display:block; width:40px; height:24px; }

#dnn_dnnUser_notificationGroup a { background:url(../images/NotificationIcon.png.ashx?preset=webp) no-repeat; display:block; width:20px; height:24px; }
.registerGroup li { border-left:none; border-right:none;}

#dnn_dnnLogin_loginGroup a { display:block; padding-right:0; line-height: 24px; }
.userDisplayName a { display:block; padding-left:0px; }

#dnn_dnnUser_avatarGroup {  }
.userProfileImg img{ width:22px; height:22px; }

.registerGroup { float:right;}
.loginGroup { float:right; margin-top:-1px; }

.LoginLeftAligned #spLogin { float:left; }

.dropdown-panel #dnn_dnnLogin_loginGroup a { text-align:center !important; margin:0 auto !important; color:#fff; }
.dropdown-panel .loginGroup { margin-top:-6px; }
.dropdown-panel .loginGroup , .dropdown-panel .registerGroup { float:inherit; }
.dropdown-panel #dnn_dnnUser_registerGroup a { color:#fff; }
.dropdown-panel #dnn_dnnUser_registerGroup li { float:inherit; padding:0; }
.dropdown-panel #Language { padding-right:4px; margin-top:4px; }

#MobileLogin { text-align:center; width:110px; margin:auto !important; padding:10px 0 30px 0; }



/* Overrides */

body .row {
	max-width: 1300px;
}

.Head {
	line-height: 1.25em;
}

.dnnEditState .DnnModule
{
    opacity: 1;
}

table {
	font-size: inherit;
}

#MainFooter .TitleNoBorder_Title {
	color: white;
}

.calendar_table {
	table-layout: fixed;
}
.month_selection {
	width: calc(100% - 120px) !important;
}
.col-md-12.withFlyout {
	padding-left: 0;
	margin-left: 15px;
}
.filterWrapper {
	position: absolute;
	z-index: 1;
	text-align: right;
	right: 20px;
	top: 10px;
}
.filterButton.btn {
	font-size: 10px;
}
.filterPane {
	position: absolute;
	display: none;
	right: 0;
	text-align: left;
	min-width: 300px;
	background: #f8f8f8;
	padding: 1em;
	border: 1px solid black;
	border-radius: 5px;
	transition: opacity 0.2s;
	z-index: 9999;
}

body div.news.eds_subCollection_news div.homepageTopLine {
	display: none;
}
body div.news.eds_subCollection_news div.homepageTopLine ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
body div.news.eds_subCollection_news div.homepageTopLine ul li {
	color: white;
	line-height: 1.25em;
	height: 35px;
	text-transform: uppercase;
	font-family: "Open Sans";
	padding: 7px;
	margin: 0;
	list-style-type: none;
}

@media (max-width: 1240px) {
	.logoPart2 {
		display: none;
	}
}

.TopRight {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.TopRight > div {
	padding-right: 1em;
	margin-right: 1em;
	border-right: solid 1px white;
}
.TopRight > div:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.TopSocialIcon {
	float: none; 
	padding-left: 0;
	margin-top: 3px;
	margin-bottom: -3px;
}
.TopSocialIcon a {
	width: auto;
	padding: 0 0 0 0.5em;
}
.loginGroup a.secondaryActionsList {
	color: white;
	font-family: Oswald;
	transition: opacity 0.31s ease 0s;
}
.loginGroup a.secondaryActionsList:hover {
	text-decoration: none;
	opacity: 0.7;
}

.MenuTBM {
	margin-top: 34px;
}

.flex-caption strong {
	color: white;
}

.CS_List ul {
	margin-left: 0;
	padding-left: 0;
}

.FooterTitleText a { color:#fff; }
.FooterTitleText a:hover { text-decoration:none; color:#8c8b8a; }
 
 #MpageBody {
	min-height: auto;
}

.homeCategories {
	text-align: center;
}
.homeCategories a {
	position: relative;
	display: inline-block;
	margin: 0 10px 10px 0;
	width: 300px;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #CCC;
}
.homeCategories a span {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	background-color : rgba(0, 56, 105, 0.9);
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	text-align: left;
	padding: 10px;
}
.homeCategories a span span {
	text-align: right;
	background-color: transparent !important;
}
.homeCategories a .detailBox {
	position: absolute;
	display: block;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	text-align: left;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.categoryButtons {
	text-align: center;
}
.categoryButtons a {
	position: relative;
	display: inline-block;
	margin: 10px 5px 10px 5px;
	width: 220px;
}
.categoryButtons a img {
	width: 100%;
}
.categoryButtons a:hover {
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
}

.rssFeed a {
	color: white;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #8c8b8a;
}

.DnnModule-EasyDNNnews .content {
	height: auto;
}

body h4 a {
	color: inherit;
}
body h4 a:hover {
	text-decoration: none;
}

.eds_subCollection_news.eds_template_List_Article_Homepage_Events .homepageEvents a.eventLink {
	display: flex;
	text-decoration: none;
	color: black;
	align-items: center;
}
.eds_subCollection_news.eds_template_List_Article_Homepage_Events .homepageEvents a.eventLink:hover {
	background-color: #EEE;
}
.eds_subCollection_news.eds_template_List_Article_Homepage_Events .homepageEvents .eventDate {
	padding: 2px 10px 2px 2px;
}	
.eds_subCollection_news.eds_template_List_Article_Homepage_Events .homepageEvents .eventMonth {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #888;
}
.eds_subCollection_news.eds_template_List_Article_Homepage_Events .homepageEvents .eventDay {
	display: block;
	text-align: center;
	font-size: 125%;
}
.eds_subCollection_news.eds_template_List_Article_Homepage_Events .homepageEvents .eventDetail {
	padding: 2px;
}	
.eds_subCollection_news.eds_template_List_Article_Homepage_Events .homepageEvents .eventTitle {
	display: block;
	font-weight: bold;
}	

.articleListItem {
	padding: 1em 0;
	border-top: 1px solid #ccc;
}
.articleListItem:last-child {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.articleContainer {
	display: flex;
	align-content: stretch;
}
.articleContainer .articleImage {
	flex: 0 1 auto;
}
.articleContainer .articleDetail {
	flex: 1 1 auto;
	margin: 0 1em;
}
.articleContainer .articleMore {
	flex: 0 1 auto;
	align-self: center;
}
.articleContainer .articleDetail h2, .articleContainer .articleDetail h3 {
	margin: 0.25em 0;
}
.articleContainer .articleDetail h3 {
	margin: 0;
}
.articleEventDetails {
	background-color: #fff;
	padding: 0;
	display: inline-block;
	margin-top: 1em;
}
.articleEventDetails  p{
	margin: 1em;
}
#dnn_ContentPane .articleContainer .articleDetail h2 a {
	text-decoration: none;
}

.categoryMenu {
	padding: 2em 2em 0 0;
}
.categoryMenu a {
	color: #15334D;
}
.categoryMenu a:hover {
	text-decoration: underline;
}
.categoryMenu a.selected {
	color: #1533BB;
}

.TitleNoBorder .TitleNoBorder_Title {
	color: black;
}

div.socialfeed {
	max-height: 300px;
	overflow-y: hidden;
}
.socialfeed {
	position: relative;
	margin: 0;
}
.socialfeed a {
	color: white;
	font-weight: bold;
}
.socialfeed a:hover {
	color: #8c8b8a;
	text-decoration: none;
}
.socialfeed li {
	list-style: none;
}
.socialfeed .heading {
	display: flex;
}
.socialfeed-twitter .heading .title {
	display: none;
}
.socialfeed-facebook  > a {
	display: none;
}
.socialfeed .heading .link {
	flex: 1;
	background-image: url(../images/twitter-128-birdonly.png.ashx?preset=webp);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 24px;
}
.socialfeed-facebook .heading a {
	flex: 1;
}
.socialfeed .heading .date {
	font-size: inherit;
	padding: 0 2px 0 0;
	padding-right: 
}

.logoutLink {
	float: right;
	margin-right: 15px;
}
.logoutLink a.SkinObject {
	font-weight: bold;
	font-size: 150%;
}



strong {
	color: inherit;
}

#dnn_ContentLeftPane a, #dnn_ContentRightPane a, #dnn_ContentPane a {
	color: inherit;
	text-decoration: underline;
}
#dnn_ContentLeftPane a.btn, #dnn_ContentRightPane a.btn, #dnn_ContentPane a.btn, #dnn_ContentPane a.dnnPrimaryAction {
	color: white;
	text-decoration: none;
}
h1, h2, h3, .eds_news_OFJCCRefresh.eds_subCollection_news .EDN_article.EDN_details h1, .eds_news_OFJCCRefresh.eds_subCollection_news .EDN_article h3.articleSubTitle {
	font-family: Oswald;
}
.eds_news_OFJCCRefresh.eds_subCollection_news .EDN_article.EDN_details h1 {
	font-size:  26px;
	line-height: 22px;
	font-weight: normal;
	color: black;
}
.eds_news_OFJCCRefresh.eds_subCollection_news .EDN_article h3.articleSubTitle {
	line-height: 2em;
	font-size: 20px;
}
.eds_news_OFJCCRefresh.eds_subCollection_news .EDN_article_content {
	margin-top: 2em;
	
}
.eds_news_OFJCCRefresh.eds_subCollection_search .edncf_AdvancedSearch {
	background-color: transparent;
}
.eds_news_OFJCCRefresh.eds_subCollection_search .edncf_AdvancedSearch .edncf_Container {
	padding-top: 0;
	padding-left: 0;
}
.eds_news_OFJCCRefresh.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select {
	width: 100%;
}

body .eds_news_OFJCCRefresh.eds_subCollection_news ul li {
  list-style-type: square;
}
body .eds_news_OFJCCRefresh.eds_subCollection_news ul li ul li {
  list-style-type: square;
}
body .eds_news_OFJCCRefresh.eds_subCollection_news ul li ul li ul li {
  list-style-type: square;
}

.eds_news_OFJCCRefresh.eds_subCollection_news .EDN_article h1 span {
	line-height: 1.25em;
}

#ednHcContainer {
	font-family:'OpenSans', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#ednHcContainer .orderAvailable {
	color: #000000;
	background-color: #ebebeb;
	border: 2px solid #003869;
	border-radius: 5px;
	max-width: 480px;
	padding: 5px;
}
#ednHcContainer .orderNotAvailable {
	display: inline-block;
	color: #e00000;
	background-color: #ebebeb;
	border: 2px solid #003869;
	border-radius: 5px;
	padding: 5px;
}
#ednHcContainer ul, #ednHcContainer li {
	list-style: none;
}
#ednHcContainer label.dnnLabel {
	width: 100%;
}
#ednHcContainer input, #ednHcContainer select, #ednHcContainer .hc-option {
	width: 100%;
}
#ednHcContainer .dnnForm {
	min-width: auto;
}
.hc-product .hc-product-details {
	margin-right: 20px;
}
.eds_news_OFJCCRefresh.eds_subCollection_news #ednHcContainer ul {
	margin-bottom: 0;
	padding-left: 0;
}
.hc-product .hc-product-form #hcPriceWrapper {
	padding-top: 0;
}

.callendar_table_container {
	z-index: 1;
}
#Section4Bottom {
	border-bottom-width: 1px;
	height: 300px;
}

	.donateModule {
		display: inline-block;
		width: 515px;
		max-width: 100%;
		background: rgba(255, 255, 255, 0.9);
		padding: 1em;
		border-radius: 5px;
	}
	.donateModule .stepNumbers {
		text-align: center;
		position: relative;
	}
	.donateModule .stepSeparator {
		position: absolute;
		z-index: 0;
		left: 15%;
		width: 70%;
		height: 25px;
		border-bottom: 1px dashed #808080;
	}
	.donateModule .step {
		position: relative;
		z-index: 1;
		display: inline-block;
		width: 18%;
		vertical-align: top;
	}
	.donateModule .stepNumber {
		display: block;
		width: 50px;
		height: 50px;
		font-size: 30px;
		line-height: 50px;
		color: white;
		background-color: #CCC;
		border-radius: 50%;
		margin: auto;
	}
	#dnn_ContentPane .donateModule a.stepNumber {
		color: white;
		text-decoration: none;
	}
	.donateModule .stepEnabled .stepNumber {
		background: green;
		cursor: pointer;
	}
	.donateModule .stepName {
		color: #AAA;
		line-height: 1em;
		margin-top: 0.25em;
		font-size: 90%;
	}
	.donateModule .stepEnabled .stepName {
		color: black;
	}
		
	.donateModule > h2 {
		text-align: center;
	}
	
	.donateSubhead {
		text-align: center;
	}
	
	.donatePanes {
		margin-top: 2em;
	}
	
	.donatePanes .pane {
		display: none;
	}
	
	label.hidden {
		-webkit-user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
		visibility: hidden;
		position: absolute;
		left: 0;
		display: inline-block;
		width: auto;
		margin-left: 1.05rem;
		margin-bottom: 0;
		font-size: .8em;
		font-weight: 400;
		pointer-events: none;
		color: #009CDE;
		top: 1.5em;
		padding-top: 0;
		-webkit-transition: top .5s ease;
		transition: top .5s ease
	}
	label.visible {
		line-height: 34px;
	}
	
	ul.radios {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.radios li {
		margin-bottom: 1em;
		float: left;
		margin-right: 5%;
	}
	
	ul.radios li:last-child {
		margin-right: 0;
	}
	
	ul.radios.quarter li {
		width: 23%;
		margin-right: 2.66%;
	}
	
	ul.radios.quarter li:nth-child(4n) {
		margin-right: 0;
	}
	
	ul.radios.half li {
		width: 48%;
		margin: 0 4% 1em 0;
	}
	
	ul.radios.half li:nth-child(even) {
		margin-right: 0;
	}
	
	ul.radios.single-candidate li label.btn {
		padding-right: 0;
		padding-left: 0;
		text-align: center;
		white-space: nowrap;
		font-size: 1.5em;
	}
	
	ul.radios.single-candidate li input[type=radio] {
		display: none;
	}
	
	ul.radios.single-candidate li input.other-text {
		font-size: 1em;
		height: 1.25em;
		line-height: 1em;
		transition: width .5s;
	}
	
	ul.radios.single-candidate li label.selected input.other-text {
		width: 60%;
		max-width: 60%;
	}
	
	ul.radios label.btn {
		box-sizing: border-box;
		line-height: 2em;
		padding: 4px 12px;
		text-align: left;
		width: 100%;
		border-radius: 3px;
		border: 1px solid #C9CDD4;
		color: #666;
	}
	
	ul.radios label.btn.selected,
	ul.radios label.btn.selected:hover {
		background-color: #009CDE;
		border-color: #BFE6FB;
		color: #FFF;
	}
	
	ul.radios input[type=radio],
	ul.radios input[type=checkbox] {
		margin: -2px 2px 0 0;
		font-size: 1.5em;
	}
	
	ul.radios input.other-text {
		width: 4em;
		max-width: calc(100% - 2em);
		padding: 0 .25em;
	}
	
	ul.radios .btn {
		display: inline-block;
		margin-bottom: 0;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		color: #333;
		background-color: #e1e3e8;
		background-repeat: repeat-x
	}
	ul.radios .btn:hover {
		background-color: #d0d2da
	}
	ul.radios .selected .btn {
		background-color: #009CDE;
		border-color: #BFE6FB;
		color: #FFF;
	}
	
	.donateModule button.continue {
		margin-top: 1em;
	}

	#payment-method-radios {
		padding-left: 2px;
		text-align: center
	}
	#payment-method-radios div,#payment-method-radios input,#payment-method-radios label {
		display: inline-block
	}
	#payment-method-radios input {
		vertical-align: top;
		margin-top: 7px;
	}
	#payment-method-radios .cc {
		width: 38px;
		height: 22px;
		background: url(https://secure.actblue.com/assets/payment_method_cc.svg) no-repeat;
		background-size: 150px 22px;
	}
	#payment-method-radios .cc.visa {
		background-position: 0 0
	}
	#payment-method-radios .cc.mc {
		background-position: -38px 0;
	}
	#payment-method-radios .cc.amex {
		background-position: -76px 0
	}
	#payment-method-radios .cc.discover {
		background-position: -114px 0;
	}
	#payment-method-radios .cc.paypal {
		background: url(https://secure.actblue.com/assets/payment_method_paypal.svg);
		margin: 0 2px;
		width: 37px;
		height: 23px;
		vertical-align: 10px
	}	

	.buttons {
		text-align: center;
	}

	.hc-product .hc-product-form .hc-option {
		width: auto;
	}
	
	.qtip.edn_calendarbox_OFJCCRefresh  { display: none; z-index: -9999; visibility: hidden; }

	.hc-iconbox {
		display: inline-block;
		text-align: right;
	}
	.TopRightPane .hc-minicart .hc-iconbox a {
		color: #E0E0FF;
	}
	.TopRightPane .hc-minicart .hc-tooltip.dnnFormPopup {
		margin-left: -240px;
	}
	.TopRightPane .hc-minicart .hc-tooltip.dnnFormPopup h2 {
		color: #003869;
	}
	
	.hc-recimage img {
		width: 100%;
		max-width: 100px;
	}
	
	body #HeaderArea {
		background:	white;
		background-color: white;
		background-image: none;
	}
	body .SpeedyDropDown .nav > li:not(.current) > a {
		color: #003869;
	}
	
	body .chameleon_slider.callisto {
		font-family: 'OpenSans', Helvetica Neue, Helvetica, Arial, sans-serif;
	}
	body .chameleon_slider.callisto h2 a {
		font-family: Oswald, 'OpenSans', Helvetica Neue, Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 26px;
	}
	
	#dnn_ctr16438_Login_Login_DNN_liRegister {
		display: none;
	}
	
@media (max-width: 767px) {
	#dnn_FooterA, #dnn_FooterB {
		text-align: center;
	}
	.TopLeftPane {
		height: 4em;
	}
	.donateModule .stepSeparator {
		height: 12px;
	}
	.donateModule .stepNumber {
		width: 25px;
		height: 25px;
		font-size: 15px;
		line-height: 25px;
	}
	.donateModule .stepName {
		display: none;
	}
	ul.radios.quarter li {
		width: 100%;
	}
	.btn {
		white-space: normal;
	}
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

body div.SpeedyDropDown ul.nav > li.page3578 > a {
	color : #9AB21C
}

table.HotcakesReport td, table.HotcakesReport th {
	border: 1px solid #888;
	padding: 2px 4px;
	font-size: 90%;
}
#dnn_ContentPane table.HotcakesReport td a {
	color: blue;
	text-decoration: none;
}
#dnn_ContentPane table.HotcakesReport td a:hover {
	text-decoration: underline;
}

.sky-tabs-desktop {
	display: block;
}
.sky-tabs-mobile {
	display: none;
}
.sky-tabs-mobile-tabs {
	width: 100%;
}
.sky-tabs-mobile-pane {
	margin-top: 1em;
}
@media (max-width: 1240px) {
	.sky-tabs-desktop {
		display: none;
	}
	.sky-tabs-mobile {
		display: block;
	}
}

.error {
	color: red;
	font-weight: bold;
}


.IconBox {
    display: flex;
    background-color: #fafbfc;
    border: 1px solid #ebebeb;
    padding: 20px 12px;
}

.IconWrapper em {
    background-color: #e2e3e3;
    padding: 15px;
    font-size: 36px;
    transition: all 0.8s ease 0s;
}

.IconBox:hover .IconWrapper em {
    color: white;
    background-color: #31393e;
    border-radius: 20%;
}

.IconBoxContent {
    margin-left: 15px;
}

.ImageBox {
    border: 1px solid #ececec;
    text-align: center;
    transition: all 0.8s ease 0s;
}

.ImageBox:hover {
    background-color: #d01010;
    color: #fff;
}

.ImageBoxImage {
    width: 100%;
}

.ImageBoxImage img {
    width: 100%;
    border-bottom: 4px solid #d01010;
}

.ImageBoxContent {
    padding: 15px;
}
.ImpactCategories {
	text-align: center;
}
.ImpactCategories a {
	position: relative;
	display: inline-block;
	margin: 0 10px 10px 0;
	width: 450px;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #CCC;
}
.ImpactCategories a span {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	background-color : rgba(39, 49, 71, 0.9);
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	text-align: left;
	padding: 10px;
}
.ImpactCategories a span span {
	text-align: right;
	background-color: transparent !important;
}
.ImpactCategories a .detailBox {
	position: absolute;
	display: block;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	text-align: left;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

#dnn_AccordionPane .DNNModule {
	border: solid 1px #ccc;
	border-left: solid 2px rgba(85, 103, 131, 0.9);
	margin: 1em 0;
	padding: 0;
}

#dnn_AccordionPane .DNNModule > .TitleNoBorder {
	margin: 0;
}

#dnn_AccordionPane .DNNModule div.ui-widget-content {
	border: 0;
}

#dnn_AccordionPane .DNNModule > div > div {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0.5em;
}

#dnn_AccordionPane .DNNModule .ui-accordion-header.ui-state-default:hover,
#dnn_AccordionPane .DNNModule .ui-accordion-header.ui-state-active {
	color: white;
	background-color: rgba(85, 103, 131, 0.9);
}

table.myCredit {
	margin-bottom: 1em;
}
table.myCredit td, table.myCredit th {
	padding: 0 1em 0.5em 0;
}
table.myCredit td {
	text-align: right;
}
table.myCredit td:first-child {
	text-align: left;
}
