/*  html Elements  */
body {
	background:#F0F0F0;
	color: #606060;
	line-height: 26px;
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
}
a {
	color:#606060;
	outline: none;
	text-decoration: underline;
}
a:hover, a:visited { text-decoration: none; }
a:focus { outline: none; }
a:hover, a:focus { color:#002776; }
ol { list-style: decimal; }
hr {
	border: 0 #CCC solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin-bottom: 10px;
}
legend { font-weight: bolder; }
em { font-style: italic; }
strong { font-weight: bold; }
address {
	margin-top: 20px;
	margin-bottom: 0;
}
h1 {
	font-size: 1.625em;
	margin-top: 0;
	font-weight: normal;
}
h2 {
	font-size: 1.250em;
	text-transform: none;
	font-weight: normal;
}
h3 {
	font-size: 1.15em;
	font-weight: normal;
	margin: 17px 0 20px;
}
h4 {
	font-size: 1em;
	font-weight: normal;
}
h1, h2, h3 { line-height: 27px; }
h1 a, h2 a, h3 a, h4 a { text-decoration: none; }
blockquote {
	border-left: none;
	margin-left: 120px;
	margin-right:120px;
	padding: 0;
}
blockquote p {
	font-size: 14.5px;
	line-height: 1.45;
}
sup { font-size:0.5em; }
.clear { clear:both; }
.text-large { font-size: 1.5em; }
.text-larger { font-size: 1.1em; }
.text-small, #footer-wrap p.text-small { font-size:0.85em; }
a.button-solid {
	background:#FF6B00 !important;
	border:0;
	color:#fff !important;
	display: inline-block !important;
	font-weight:bold !important;
}
.button, input.button, .blog-readmore a span, .readmore .btn, .formResponsive .rsform-block button[type="submit"], .formResponsive .rsform-block button[type="submit"]:hover {
	background:#f0f0f0;
	border:solid 1px #FF6B00;
	border-radius:5px;
	color:#FF6B00;
	display:inline-block;
	font-size:0.85em;
	font-style:normal;
	line-height:2.5em;
	padding:0 30px;
	text-decoration:none;
	text-transform:uppercase;
}
span.icon-chevron-right { display:none; }
.goto {
	font-size:1.15em;
	font-weight:bold;
	text-align:right;
}
.goto a { color:#606060; }
.goto.news { float: right; }
.uk-overlay-panel .goto.news a:hover { text-decoration:none; }
body.no-article #main { display:none; }

/*widgetkit slideshow overrides*/
.uk-scope .uk-text-center {text-align: left !important;}
.uk-slidenav-position {
	max-height:460px;
	overflow:hidden;
}
.uk-slidenav-position > ul {max-height:460px;}
.uk-slidenav-position > ul > li {max-height:460px;}
.uk-overlay-background.uk-overlay-panel, .uk-scope .uk-position-cover {
	background: rgba(0, 0, 0, 0.5);
	bottom:auto;
	color:#fff;
	top:5%;
	top:50%;
	transform: perspective(1px) translateY(-50%);
	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	box-sizing:border-box;
}
.uk-position-cover > div > .uk-margin {
	width:80%;
	margin:0 auto;
}
.uk-overlay-background.uk-overlay-panel div:first-child {
	margin:0 auto;
	width:80%;
}
.uk-overlay-background.uk-overlay-panel h3, .uk-scope .uk-overlay-primary h3 {
	color:#FF6B00 !important;
	font-size:2.15em;
	line-height:1.25em;
	margin:17px 0 20px 0;
}
.uk-overlay-background.uk-overlay-panel p.date, .uk-scope .uk-overlay-primary .date {
	font-size:0.85em;
	font-weight:bold;
}
.uk-overlay-background.uk-overlay-panel p.text { margin-bottom:30px; }
body .uk-dotnav-contrast > li > a:active, .uk-dotnav-contrast > .uk-active > a, .uk-dotnav > .uk-active > a { background:#FF6B00 !important; }
.uk-dotnav-contrast > * > * {
    background: rgba(100, 100, 100, 0.6);
	height:10px;
	width:10px
}
.uk-dotnav > li > a, .uk-scope .uk-dotnav > * > *, .uk-scope .uk-light .uk-dotnav > * > * {
	border:none;
	background: rgba(100, 100, 100, 0.6);
}
.uk-dotnav-contrast > * > *:focus, .uk-dotnav-contrast > * > *:hover, .uk-dotnav > * > *:focus, .uk-dotnav > * > *:hover {
    background: rgba(100, 100, 100, 1) !important;
}
/*fix widgetkit broken behavior of continuing to show next/prev buttons after clicking, but no longer hovering*/
.uk-slideshow .uk-hidden-hover:focus-within {
	opacity:0;
}
.uk-slideshow:hover .uk-hidden-hover {
	opacity:1;
}
body .uk-slidenav-next svg, body .uk-slidenav-previous svg {
	display:none;
}
body .uk-slidenav-next::after {
    background-image: url(/images/next.png);
    content: "";
    height: 137px;
    width: 60px;
    display: block;
    background-position: center;
    background-size: cover;
}
body .uk-slidenav-previous::after {
    background-image: url(/images/prev.png);
    content: "";
    height: 137px;
    width: 60px;
    display: block;
    background-position: center;
    background-size: cover;
}
body .uk-slidenav-previous::before, body .uk-slidenav-next::before {
	content:"";
}
body .uk-slidenav-position .uk-slidenav { 
	margin-top:-35px;
	top:50%;
	transform: perspective(1px) translateY(-50%);
	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
}
body .uk-slidenav-position .uk-slidenav-next, .uk-scope .uk-position-center-right.uk-slidenav-next { right:13%; }
body .uk-slidenav-position .uk-slidenav-previous, .uk-scope .uk-position-center-left.uk-slidenav-previous { left:13%; }
@media (max-width:979px) {
	.uk-slideshow {
		height:460px;
	}
	.uk-slideshow > div, .uk-slideshow > div > .uk-slideshow-items {
		height:100% !important;
		min-height: 100% !important;
	}
	.uk-position-cover > div > .uk-margin {width:100%;}
	.uk-overlay-background.uk-overlay-panel { height:100%;}
	.uk-overlay-background.uk-overlay-panel div:first-child {	width:100%;}
	.uk-overlay-background.uk-overlay-panel h3, .uk-scope .uk-overlay-primary h3 {font-size:1.3em;}
	.uk-overlay-background.uk-overlay-panel p.text {font-size:1em;}
	.uk-slidenav-position {height: 600px;}
	.uk-slideshow > li {height:100% !important;}
	.uk-overlay-background.uk-overlay-panel, .uk-scope .uk-position-cover {
		top:0;
		bottom:0;
		transform:none;
	}
}

/*widgetkit home slideshow overrides*/
.homeSlideshow ul li .uk-overlay-background.uk-overlay-panel > div, .homeSlideshow ul li .uk-overlay > div {
    Width: 64%;
}
.homeSlideshow ul li .uk-overlay-background.uk-overlay-panel > div > p, .homeSlideshow ul li .uk-overlay > div > p {
	font-weight: bold;
	text-align: right;
}
.homeSlideshow ul li .uk-overlay > div > div > p:last-child {
	margin-bottom:0;
}
.homeSlideshow ul li .uk-overlay-background.uk-overlay-panel .widgetkitSlideshowDate {
	font-size: 0.85em;
	font-weight: bold;
}
@media only screen and (max-width: 980px) {
	.homeSlideshow ul li .uk-overlay-background.uk-overlay-panel > div, .homeSlideshow ul li .uk-overlay > div {
		Width: 100%;
	}
}


/*  Structure Elements  */
#wrap-head { background:#3D3D3D; }
#wrap-main { margin-top: 20px; }
.home #wrap-main { display:none; }
#main {
	background:#fff;
	border: solid 1px #C0C0C0;
	padding:15px;
}
#below_content { padding-top: 28px; }

/*  Header Elements  */
.header .span10 {
	float:right;
	margin: 40px 0 0 0;
}
.logo {
	/*background: #fff;*/
	padding:10px;
}
.home .logo {
	border-bottom:solid 3px #FF6B00;
	position:absolute;
	width:167px;
	z-index:9999;
	
	padding: 12px 0;
	width: 147px;
	position: static;
}
@media (min-width: 980px) {
	body:not(.home) .logo {
		padding: 12px 0 14px 0;
		width: 147px;
	}
}
@media (max-width:979px) {
	body .hidden-desktop .logo {
		position:static;
		width:auto;
	}
	body .hidden-desktop .logo img {
		display:block;
		margin:0 auto;
	}
}
#wrap-head .fa-search {
	color: #fff;
	margin-left: 30px;
	text-decoration: none;
	font-size:1.8em;
	padding:5px 0;
}
@media (max-width:978px) {
	body #wrap-head .fa-search,
	body #wrap-head .hidden-desktop a.button-solid	{
		display:block !important;
		margin: 0.6em auto 0.6em 50px;
		text-align:left;
	}

}
.pagegraphic .orange {
	background:#FF6B00;
	color:#fff;
	font-size:1.2em;
	position: relative;
}
.pagegraphic div.orange { padding: 10px 0; }
.pagegraphic span.orange {
	display:inline-block;
	font:bold 0.85em arial;
	height:14px;
	padding: 2px 100px 5px 4px;
}
.pagegraphic h1 {
	bottom:10px;
	position:absolute;
}

/*  Left & Right Column Elements  */
#sidebara, #sidebarb {
	font-size:0.875em;
	line-height:18px;
}
#sidebara a, #sidebarb a { text-decoration:none; }
#sidebara .moduletable, #sidebarb .moduletable { margin-bottom:50px; }
#sidebara .moduletable h3, #sidebarb .moduletable h3 {
	border-bottom: solid 1px #FF6B00;
	font-size:1.3em;
	font-weight:normal;
}
#sidebara .nav a { text-decoration:none; }

/*  Article and  Content Styles  */
.items-row { margin-bottom:50px; }
body .page-header {	border:none; }

/*  Footer  */
#footer-wrap { position:relative; }
#footer-wrap p {
	color:#808080; 
	font:14px/1.5em Arial, Helvetica, sans-serif;
}
.footer_a { padding:10px 0 20px 0; }
.footer_a, .footer_a a {
	background:#3D3D3D;
	color:#ddd;
	text-decoration:none;
}
@media (max-width:767px) {
	.footer_a a.button-solid {
		display:block !important;
		margin:0 auto 2em !important;
		width:150px;
	}
}.footer_b {
	background:#fff;
	padding:20px;
}
@media (max-width:767px) {
	.footer_b {
		font-size: 0.8em;
		text-align: center;
	}
}
.footer_b a.fa {
	border-radius: 50%;
	font-size: 3em;
	line-height: 0.85em;
	overflow: hidden;
	text-decoration: none;
}
.footer_b a.fa-twitter-square:hover { color:#55ACEE;}
.footer_b a.fa-youtube-play:hover { background-color:#e72b29; }
.footer_b a.fa-instagram:hover { background-color:#e21156; }
.footer_b a.fa-google-plus-square:hover { color:#DD4B39; }
.footer_b a.fa-pinterest-square:hover { color:#BD081C; }
.footer_b span.youtubeIconContainer, .footer_b span.instagramIconContainer  {
	display:inline-block;
	width:36px;
	height:36px;
	text-align: center;
	overflow:hidden;
	border-radius:50%;
	vertical-align:top;
}
.footer_b a.fa-youtube-play {
	font-size: 26px;
	min-width: 100%;
	max-width: none;
	height: 100%;
	border-radius: 0;
	padding-top: 7px;
	color: #fff;
	background-color: #606060;
}
.footer_b a.fa-instagram {
	color: #fff;
	background-color: #606060;
	font-size: 29px;
	min-width: 100%;
	max-width: none;
	height: 100%;
	padding-top: 6px;
	border-radius: 0;
}

/*  Navigation  */
.nav { margin-bottom: 0; }
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
	text-decoration: underline;
}
@media (max-width:979px) {
	body #wrap-nav .main_nav { margin: 1em 0; }
}
.moduletable.pull-right.visible-desktop { display:inline-block; }

/*  Main Menu  */
body .navbar .btn-navbar { 
	background:#666; 
	margin-right: 20px;
}
body .navbar .btn-navbar:hover, body .navbar .btn-navbar:active { background:#888; }
body .navbar .btn-navbar .icon-bar { background:#999; }
body .navbar .btn-navbar .icon-bar:active { background:#bbb; }
.searchMobileModuleDiv { position:absolute; }
nav.navbar {
	margin: 0;
	overflow: visible;
}
.navbar-inner {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	filter: alpha(opacity=100);
	padding-left: 0;
	padding-right: 0;
}
.navbar-inner .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.navbar .nav > li > a {
	box-shadow: none;
	color: #bfbfbf;
	padding: 12px 15px;
	text-shadow: none;
	text-transform: uppercase;
}
.navbar .nav > li:first-child > a {
	padding: 12px 25px 12px 0;
}
@media (max-width:979px) {
	body .navbar .nav > li > a,
	body .navbar .nav > li:first-child > a {
		margin:2em 0 2em 30px;
		padding:0 20px;
		font-weight:normal;
		font-color:#bfbfbf;
		font-size:16px;
	}
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #fff;
	background-color: #3d3d3d;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background-color: transparent;
	box-shadow: none;
	color: #FFF;
}
.nav-margin {
	margin-top: 10px;
}
nav .nav-child {
	background: #fff;
	font-size: 16px;
	min-width: 160px;
	padding: 10px 0;
	list-style: none;
}
nav .nav-child .divider {
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	*width: 100%;
}
nav .nav-child a {
	clear: both;
	color: #8e8d8d;
	display: block;
	font-weight: normal;
	line-height: 18px;
	padding: 10px 20px;
	white-space: nowrap;
	margin-left:30px;
	text-decoration: none;
}
nav .nav-child li > a:hover, nav .nav-child li > a:focus, nav .nav-child:hover > a {
	color: #fff;
	background-color: #bfbfbf;
}

/*  Mega Menu  */
#jux_memamenu328 {}
.main_nav #jux_memamenu328 { margin-top: -7px; }
#js-mainnav.megamenu.blackwhite {
    background: none;
    border: none;
    box-shadow: none;
}
#megamenucss #js-mainnav.blackwhite .js-megamenu { background: none; }
body #js-mainnav.megamenu.blackwhite ul.level0 li.megacss span.megacss, body #js-mainnav.megamenu.blackwhite ul.level0 li.megacss a.megacss, body #js-mainnav.megamenu.blackwhite .megaMenuToggle {
    font-size: 16px;
    font-weight: normal;
}
body #megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.megacss, body #megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss { 
	margin-right:0 .3em; 
}
body #megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.megacss:last-child, body #megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss:last-child { margin-right:0; }
.main_nav #js-mainnav.megamenu.blackwhite ul.level0 li.megacss, .main_nav #js-mainnav.megamenu.blackwhite ul.level0 li.megacss, .main_nav #js-mainnav.megamenu.blackwhite .megaMenuToggle { border: solid 1px transparent; }
.main_nav #js-mainnav.megamenu.blackwhite ul.level0 li.megacss span.megacss, .main_nav #js-mainnav.megamenu.blackwhite ul.level0 li.megacss a.megacss, .main_nav #js-mainnav.megamenu.blackwhite .megaMenuToggle {
    border: none;
    box-shadow:none;
}
.main_nav #megamenucss .blackwhite.megamenu ul.level0 > li.megacss:hover, .main_nav #megamenucss #js-mainnav.megamenu.blackwhite ul.level0 li.active {
    background: inherit !important;
	border:solid 1px #ccc;
	border-radius:5px;
    color: inherit !important;
}
.main_nav #megamenucss .blackwhite.megamenu .childcontent .childcontent-inner-wrap .column1 { background:#fff; }
.main_nav #megamenucss .blackwhite.megamenu .childcontent .childcontent-inner-wrap { background:#e0e0e0; }
.main_nav #js-mainnav.megamenu.blackwhite li.megacss a.megacss {
	font-size:1.2em;
	font-weight:normal;
}
.main_nav #megamenucss .blackwhite.megamenu ul.level0 > li.megacss:hover > a { background: inherit !important; }
.main_nav #js-mainnav.megamenu.blackwhite ul.level1 li.megacss span.megacss, #js-mainnav.megamenu.blackwhite ul.level1 li.megacss a.megacss { text-shadow:none; }
body #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild.megacss span.menu-title, body #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild-over.megacss span.menu-title {
    background: none;
    padding-right: 6px;
}
.main_nav #megamenucss #js-mainnav.megamenu ul.megamenu.level0 input#mod-search-searchword { max-width: 100%; }
#megamenucss #js-mainnav.megamenu .js-megamenu {
	font-family:Arial,Helvetica,sans-serif;
}

/*  Footer Menu Styling  */
#footer-wrap .nav a {
	font:16px/1em arial;
	margin:4px 0 27px;
}
#footer-wrap .mod-menu__sub.list-unstyled.small {
	margin-left: 0;
	list-style: none;
}
#footer-wrap .nav a:hover, #footer-wrap .nav .nav-child a:hover, #footer-wrap .nav .mod-menu__sub .nav-item a:hover { color:#FF6B00; }
#footer-wrap .nav .nav-child a, #footer-wrap .nav .mod-menu__sub .nav-item a {
	color:#c0c0c0;
	font:14px/2em arial;
}
@media (max-width:767px) {
	#footer-wrap .footer_a .nav a, #footer-wrap .footer_a .nav .nav-child a { 
		display:block;
		text-align:center;
	}
}

/* Custom Alignment Styles */
img.centered, .centered, .center, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img.pull-right, .pull-right img, iframe.pull-right { margin: 0 0 7px 14px; }
img.pull-left, .pull-left img, iframe.pull-left { }

/* Buttons  */
.btn { }
.btn-primary { }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { 
	color:#FE6B30;
	background-color:#F0F0F0;
}
.moduletable.box {
	padding: 5px 15px;
	outline: #ccc solid 1px;
}
.moduletable.primarybox {
	padding: 5px 15px;
	background-color: #ccc;
	color: #FFF;
}
.moduletable.secondarybox { padding: 5px 15px; }
.moduletable.primarybox li, .moduletable.secondarybox li { list-style: none; }
.moduletable.primarybox a, .moduletable.primarybox h2, .moduletable.primarybox h3 { color: #fff; }
.moduletable.secondarybox a, .moduletable.secondarybox h2, .moduletable.secondarybox h3 { color: #333; }
.icon-calendar { display: none; }
dl.article-info { margin: 5px 0; }
.article-info dd { margin-left: 0; }
.blog .items-row, .com-content-category-blog__items .com-content-category-blog__item { margin-bottom: 20px; }
.page-header h2 { margin-bottom: 0; }
input.search-query {
	border-radius: 5px;
	margin-right: 5px;
}

/*  Forms  */
form input, form input.search-query, form input.submitInt {
	background:#606060;
	color:#fff;
	font-style:italic;
}
.search button.btn { margin: -9px 0 0 -2px; }
.icon-search { font-size:0; }

/*  Blog  */
body #ezblog-body .blog-post .blog-title, body #ezblog-body .blog-post .blog-title a { color:#666; }
body #ezblog-body .blog-meta * { font-weight: normal; }
body #ezblog-body .blog-meta a {
	color:#666;
	text-decoration:underline;
}
body #ezblog-body .featured-readmore a, body #ezblog-body .blog-readmore a {
	background:none;
	padding:0;
}
body #ezblog-body .blog-meta > .in {
	background: none;
	padding: 0;
}
body #ezblog-body .blog-title { margin:0; }

/*  Grey Module  */
.grey {
	background:#3D3D3D;
	color:#C0C0C0;
}
.grey a { color:#C0C0C0; }
.grey h4 {
	color: #ff6b18;
	font-size: 1.5em;
	margin-bottom:30px;
}

/*  Category Modules  */
ul.category-module { margin:0; }
ul.category-module li {
	list-style:none;
	margin:0 0 2em;
}
ul.category-module li a, ul.category-module li span {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
}
ul.category-module li span img { margin: 0 0 5px 5px; }
ul.category-module a.mod-articles-category-title  {
	font-weight:bold;
	text-decoration:none;
}
ul.category-module .mod-articles-category-category a {
	text-decoration:none;
}
ul.category-module li .mod-articles-category-writtenby {
	font-style:italic;
}

.give { display: flex; }
.give .span3 {
	display: flex;
	align-items: center;
	margin: 20px;
}
.give p {
	color: #808080;
	font-size: 2.5em;
	margin: 1em 0 0.3em;
}
.give ul { margin:0; }
.give li {
	font-size: 1.5em;
	list-style:none;
	margin: 0 0 2em;
}
.give li:last-child {
	margin: 0;
}
.give a {
	color:#FF6B00;
	text-decoration:none;
}
.give a:hover  { 
	color:#002776;
	text-decoration: none; 
}
.give-slogan {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
	font-size: 30px;
}

/*  Tags Module  */
.tagspopular ul { margin:0; }
.tagspopular li { list-style:none; }

/*  Projects Module  */
.moduletable.container .row-fluid .span2 {
	margin-bottom: 55px;
	margin-left:2px;
	white-space: nowrap;
	width:16.4%;
}
.moduletable.container .row-fluid .span2 a { text-decoration:none; }
.moduletable.container .row-fluid .span2 a:hover { color:#606060; }
.moduletable.container .goto { margin-bottom:53px; }

/*  Copyright Module  */
.moduletable.copyright {
	bottom:48px;
	clear:both;
	position:absolute;
}
@media (max-width:980px) {
	.moduletable.copyright { position:static; }
}
/* WCW changes */
 div.bfPage-m.bfClearfix form#ff_form9.makeagift_form input[type="text"]  {
	line-height: 16px;
	height: 16px;
}
 div.bfPage-m.bfClearfix form#ff_form9.recentgradform  input[type="text"]  {
	line-height: 16px;
	height: 16px;
}
.policyBriefLiLink {	margin-bottom:10px;	}
.frontPageMoreLink {
	color: #FF6B00 !important; 
	font-style: italic;
	text-decoration:none;
}
.hideJoomShareBar #joomsharebar {	display:none;}
.forceMainColumnFullWidth #wrap-main #main_column {width:100% !important;}
.home .aidanews2_title a { text-decoration:none; }
.home .flamod_title a { text-decoration:none; }
/*tags on bottom of pages*/
.tagDiv {	padding-left: 8%; padding-right:5%; clear:both;}
.tagHeader {	font-size:0.8em; float:left;}
.tagLabel {
	background:none !important;
	color:#c0c0c0;
	text-decoration:none;
	font-style:italic;
	font-size:0.8em;
	font-weight:normal;
	text-shadow:none;
	white-space:normal;
}
.tagLabel:hover {	color:#002776 !important;}
.tagLabel:focus {	color:#002776 !important;}
.tagBullet { color:#c0c0c0; padding:0px !important;}
/*search bar at top of page*/
#searchModuleImageButton {
	background:none;
	border:none;
	width:23px;
	padding:0px;
	margin:0 10px 0 30px;	
}
#mod-search-searchword { border-color:#606060; }
/*tag view of tag component*/
.tagComTagViewCategory {
	font-size:11px;
	line-height:1;
	margin:0 0 0 20px;
}
.tagComProjectViewUl { list-style-type:none; }
.tagComProjectViewTitle { font-weight:bold; }
.tagComCatHeader { margin:10px 25px 0 25px;}
.tagComCatHeaderBorder { padding-top:40px; border-top:1px solid #FF6B00; }
.activedate { font-style:italic; }
.list-striped li {	background-color:#fff !important;}
.list-striped li:hover { background-color:#fff !important;}
.category.list-striped h3 {	margin:10px 0;}
.item-page.freepub ul.nav li a {
	text-decoration:none;
	padding:10px 0;
}
.item-page.freepub ul.nav li a:hover {	text-decoration:none;}
.item-page.freepub ul.nav {
	border-top:1px solid #ddd;
	padding:0;
	margin-bottom:20px;
}
.item-page.freepub ul.nav li {
	border-bottom: 1px solid #ddd; 
	padding: 10px 8px;
}
.item-page.freepub ul.nav ul { 
	border-top:0;
	padding:0;
	margin-left:30px;
}
.item-page.freepub ul.nav ul li {
	border-bottom: 0;
	border-top: 1px solid #ddd;
	padding: 0px 8px;
}
.item-page.freepub ul.nav ul li a {
	display:block;
	padding:5px 0;
}
#rlinks { margin-left:25px; }
.summaryCopyInFullTextDiv {
	margin:30px; 
	font-size:10pt; 
	line-height:1.4em;
}
.tagComItemLi {
	list-style-type: none;
	margin-bottom:50px;
}
.tagComItemTitle {
	font-size:1.25em;
	text-decoration:none;
}
/*easyblog*/
.eb-post-body, .eb-tags, .eb-share, .eb-post-foot, .eb-entry-article, .eb-share {
	padding-left: 8%;
	padding-right: 5%;
}
.eb-entry-body li {
	line-height:26px;
}
.eb-post-content .eb-post-meta a, .eb-post-content .eb-post-body a, .eb-post-content .eb-tags a, .eb-post-content .eb-post-foot a, .eb-entry-body .eb-entry-article a, .eb-blog-grid-author a, .eb-blog-grid-category a, .ebGridLayoutLink {
	text-decoration: underline !important;
	color: #606060 !important;
}
.eb-post-content .eb-post-meta a:hover, .eb-post-content .eb-post-body a:hover, .eb-post-content .eb-tags a:hover, .eb-post-content .eb-post-foot a:hover, .eb-entry-body .eb-entry-article a:hover, .eb-blog-grid-author a:hover, .eb-blog-grid-category a:hover, .ebGridLayoutLink:hover {
	color:#002776 !important;
}
.frontPageEasyBlogMod .eb-mod-media-title {
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 2em;
}
#eb .eb-blog-grid__body {
	height: auto;
}
#eb .eb-post-thumb .eb-post-image-cover {
	border:none;
	border-radius:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
}
/*JUX Mega Menu. The ones with "hidden-desktop" are only for mobile.*/
.visible-desktop #megamenucss {float:left;} /*ALSO REMOVE "pull-left" in module extra classes.*/
.hidden-desktop #CSS3-megaMenuToggle {display:none !important;}
.hidden-desktop .js-megamenu {display:block !important;}
.hidden-desktop .dropdown-menu {display:block !important;}
.hidden-desktop #js-mainnav {border:none !important;}
.hidden-desktop #megamenucss ul li {border:none !important;} /*to get rid of hover border*/
.hidden-desktop #megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss:last-child {padding-left:50px !important;}
.hidden-desktop #megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss {padding:20px 0 20px 50px;}
.hidden-desktop #megamenucss #js-mainnav.megamenu ul.level1 {padding:10px 0;}
#js-mainnav #arrow-icon {display:none !important;}
.hidden-desktop #megaMenuProjectTopicsContainer {margin-left:50px;}
.hidden-desktop #megaMenuProjectTopicsContainer a {font-weight:normal;}
#megaMenuProjectProgramsContainer {margin-left:60px;}
.hidden-desktop #megaMenuProjectProgramsContainer {margin-left:50px;}
.hidden-desktop #megaMenuProjectProgramsContainer a {font-weight:normal;}
#js-mainnav #js-meganav .megamenu .childcontent-inner-wrap {margin:0px !important;}
/*Regular Labs Sliders.*/
.rl_sliders.accordion {
	padding-left: 8%;
	padding-right: 5%;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {color:#002776;}
.rl_sliders.accordion > .accordion-group.active > div > a:focus, .rl_sliders.accordion > .accordion-group > div > a:focus {box-shadow:inset 0 0 2px #ff6b00;}
[data-rlta-element="container"][data-rlta-state="ready"] {
	padding-left: 8%;
	padding-right: 5%;
}
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="accordions"] > [data-rlta-element="button"] > [data-rlta-element="heading"], [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"] > [data-rlta-element="heading"] {
	font-size:inherit;
}
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"] {
	border:1px solid #e5e5e5;
}

.tagViewStyleUl {
	border-top: 1px solid #ddd;
	margin-left:0;
}
.tagViewStyleUl li {
	padding: 8px;
	border-bottom: 1px solid #ddd;
	list-style-type: none;
}
.tagViewStyleUl h3 {margin:10px 0;}
.tagViewStyleUl a {color: #606060;}

.accent1 {
  color: #FF6B00;
}
.accent1small {
  color: #FF6B00;
  font-size: 8pt;
}
/* breezingforms custom css*/
#ff_form20 .bfLabelLeft label {
	width: 15%;
}

/* right people and project related links*/

div.moduletable li.mainheader_arrow {
    /*list-style-type: none;*/
}
div.moduletable li.header_dash {
    font-weight: normal;
}
div.moduletable ul.news li.more_info_news {
   list-style-image: url("../../../images/M_images/indent.png");
   margin-left: 20px;
   margin-right: 10px;
   padding-top: 3px;
}
li.more_info_header {
    padding-top: 5px;
}
div#articletomodulediv {
	display:none;
	margin-bottom: 0px;
}
.relatedbox {
    display: none;
}
img.recent {
    /*background-color: #b9dbab;*/
    float: left;
    height: auto;
    padding: 8px;
    width: 80px;
	border: 1px solid #606060;
	margin: 5px;
}

div.item-page div p, div.item-page div ul, div.item-page div ol {
	padding-left: 8%; 
	padding-right: 5%;
}
div.item-page div table {
	margin-left: 8%; 
	margin-right: 5%;
}
div.item-page div li {
	line-height: 26px;
}
div.custom div p, div.custom div ul, div.custom div ol  {
	padding-left: 0;
	padding-right:0;
}
div.span12 div p, div.com-content-category-blog__items div p {
	padding-left: 8%; 
	padding-right: 5%;
}
.fb-like-html5 {
	margin-top: -2px;
}

.fb-send-html5 {
	margin-top: -2px;
}

.fb-share-html5 {
	margin-top: -2px;
}

#rarLatestIssue {
	text-align:center;
	margin-top:40px;
}
#rarPastIssuesHeader {
	text-align:center;
	border-bottom:1px solid black;
	padding:30px 0;
	margin:20px 45px;
	font-weight:bold;
	font-size:18px;
}
.rarPage {text-align:center;}
.rarIssueDiv {
	margin:50px 0 20px 0;
}
.rarIssueDiv > div {
	display: flex;
	flex-direction: row;
	width: 80%;
	margin: 0 auto;
}
.rarIssueDivEmptySpace {
	display:inline-block;
	width:372px;
	height:1px;
}
.rarIssueDiv a {text-decoration:none;}
#rarPaginationDiv a {text-decoration:none;}
.rarImage {
    border: 1px solid #606060;
}
.rarImageAnchor {
	flex-basis: 40%;
}
.rarIssueInfoDiv {
	padding:0 30px 0 20px;
	text-align:left;
	flex-basis: 60%;
}
.rarIssueDiv p.rarTitle {
	padding:0;
	margin-bottom:30px;
	font-size:16px;
}
.rarIssueArticle {
	margin:0;
	line-height:20px !important;
	margin-bottom:5px;
}
#rarPaginationDiv ul {
	box-shadow: none;
}
@media only screen and (max-width: 600px) {
	.rarIssueDiv > div {
		flex-direction: column;
	}
	.rarIssueInfoDiv {
		padding: 20px 0;
	}
	div.item-page div.rarIssueInfoDiv > ul {
		padding: 0;
	}
	#rarPaginationDiv .pagination-page {
		display: none;
	}
}

div#ongoingsince.relatedbox2 {
	padding-left:8%;
	padding-bottom:1%;
}

.wrbciteblock {
	margin: 0px 14px 10px 12%;
}

.wrblist {
	list-style-position:inside
}

#joomsharebar {
	margin-left: 8%;
	clear:both;
}

.topics_col {
  width: 17em;
  height: 460px;
  float: left;
}

li.taggit_header_main_orangedot:first-child {
  text-decoration: none;
  list-style: none;
  margin-left: -17px;
}

.topics_col > ul > li:first-child {
  list-style-type: none;
  margin-left: -17px;
}
.wf_caption {
	font-size: 80%;
}
.wf_caption > span {
	line-height:20px;
}

.RARarchivetable img {
    border: 1px solid #606060;
}

ul.enewsdescrip {
	margin-bottom: 24px;
	margin-top: 20px;
}
span.milestone_year {
	padding-right:5px;
	font-weight: bold;
	float: left;
	color: #FF6B00;
}
span.RABoldSpan {
	padding-right:5px;
	font-weight: bold;
	color: #FF6B00;
}

.jwplayer {
  	max-width: 480px;
  	margin: 0 auto !important; 
}

.front_videolinks {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5em;
}
img.product_pdfdownload {
	margin-left: 60px;
}
.headshot {
	/*margin: 0 10px 5px 0;*/
	float:left;
}

.span2.projicons {
    padding: 22px;
    font-size: 12px;
  	text-align: center;
}

.flamod_pagination_button {
	cursor: pointer;
}

.scholarsAndTrainers .jwplayer {
	float:right;
	margin-right:5% !important;
	margin-bottom:30px !important;
}
.scholarsAndTrainers .jwplayer + * {
   clear: both;
}
.newsMainPage .mod-articles-category-title {
	font-size:14px;
	margin-bottom:10px;
}
.newsMainPage .flamod {
	padding-left: 8%;
	padding-right: 5%;
}
.newsMainPage .flamod_title a {
	font-weight: bold;
	text-decoration: none;
}
.newsMainPage .flamod_art {
	border-top: 1px solid rgba(15,70,100,.12);
	padding-top:10px;
	margin-bottom:28px;
}
.newsMainPage .flamod_pagination_div, .recentCoveragePageModule .flamod_pagination_div, .mediaLibraryPageModule .flamod_pagination_div {
	display: none;
	text-align: center;
	padding: 80px 0 60px 0;
	border-top: 1px solid rgba(15,70,100,.12);
}
.newsMainPage .flamod_pagination_button, .recentCoveragePageModule .flamod_pagination_button, .mediaLibraryPageModule .flamod_pagination_button {
	background: #f0f0f0;
	border: solid 1px #FF6B00;
	border-radius: 5px;
	color: #FF6B00;
	display: inline-block;
	font-size: 0.85em;
	font-style: normal;
	line-height: 2.5em;
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
}
.mediaLibraryPageModule .flamod_art {
	margin-bottom:40px;
}

#searchForm .label-info, .badge-info {
	background-color:#002776;
}
#searchForm .chzn-single, #searchForm .chzn-results li {
	font-weight:bold;
	color:#002776;
}
#searchForm .chzn-container .chzn-results li.highlighted {
	color:#ffffff;
	background-color: #002776;
	background-image: linear-gradient(#002776 20%, #002776 90%);
}
#searchForm div b {
	background: url('/images/chosen-sprite-blue.png') no-repeat 0px 2px;
}
#searchForm .chzn-container-active.chzn-with-drop .chzn-single div b {
	background-position: -18px 2px;
}
/*while we are still using aidanews2, make their readmore buttons look like ours*/
.aidanews2_readmore {
	background: #f0f0f0;
	background-repeat: repeat;
	border: solid 1px #FF6B00;
	border-radius: 5px;
	color: #FF6B00;
	display: inline-block;
	font-size: 0.85em;
	font-style: normal;
	line-height: 2.5em;
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 8%;
	margin-bottom: 5%;
}
.aidanews2_readmore:active {
	webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}
.aidanews2_readmore::after {
	content: " ...";
}
/*safari compatibility for jux megamenu dropdown menus*/
#megamenucss #js-mainnav.noJS ul.megamenu li.haschild > div.childcontent {
	opacity:1;
}
.alert-info {
	color: #ffffff;
	background-color: #ff6b00;
	border-color: #ff6b00;
	margin:0px;
	border-radius:0px;
	text-align:center;
}
.alert-heading {
	color: #ffffff;
	display:none;
}
.alert-info .close {
	text-decoration: none;
}
.frontPageEasyBlogMod .mod-item + .mod-item {
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}
.frontPageEasyBlogMod .eb-mod-title {
	padding-top:0 !important;
}
.recentCoverageMain .flamod {
	padding:15px;
	background-color:#ffffff;
	border-top: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
}
.recentCoverageMain #main {
	border-top:none;
}

/*profileCard*/
.scholarsAndTrainers #main {
	padding: 0;
}
.scholarsAndTrainers .item-page.scholarsAndTrainers > div > p {
	padding: 0 15px;
}
.scholarsAndTrainers #main .blog {
	padding:15px;
}
.profileCard {
	display: flex;
	background-color: #3d3d3d;
	color: white;
	margin-bottom: 10px;
}
.profileCardLeft {
	position: relative;
	flex-shrink: 0;	
	max-width: 60%;
}
.profileCardLeft img {
	height: 100%;
	object-fit: cover;
}
.profileCardLeft::after {
	content: "";
	box-shadow: inset -100px 0 70px -15px rgb(61,61,61);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
}
.profileCardRight {
	padding: 15px 15px 0 0;
}
.profileCardRight h1 {
	color: #ff6b00;
}
.profileCardRight ul {
	list-style: none;
	margin-left: 0;
}
div.item-page div .profileCardRight ul, div.item-page div .profileCardRight p {
	padding:0;
}
.profileCardRight ul li::before {
	content: "\2b24";
	color: #ff6b00;
	font-size: 6px;
	margin-right: 5px;
	vertical-align: middle;
}
.profileCardRight a {
	color:#ffffff;
}
.scholarsAndTrainers [data-rlta-element="container"][data-rlta-state="ready"] {
	padding:0 15px;
}
.scholarsAndTrainers .tagDiv, .scholarsAndTrainers div.item-page div ul {
	padding:0 15px;
}
@media all and (max-width:650px) { 
    .profileCard {
		flex-direction:column;
	}
	.profileCardLeft {
		max-width:100%;
	}
	.profileCardLeft img {
		width:100%;
	}
	.profileCardLeft::after {
		box-shadow:none;
	}
	.profileCardRight {
		padding-left:15px;
	}
}

#morePeopleRelatedInfo {
	display:none;
	background-color:#ffffff;
	padding:10px 0;
}
.recentHighlightsModule {
	max-width:300px;
	margin:0 auto;
}
.highlightsList a {
	display:block;
	box-shadow:0px 0px 5px 0 rgba(0, 0, 0, 0.2);
	position:relative;
	margin-bottom:20px;
}
.highlightsList .hImage {
	max-height:120px;
	display:flex;
}
.highlightsList .hImage img {
	width:100%;
	object-fit:cover;
}
.hTextWrap {
	background-color:#ffffff;
	padding:5px 10px;
}
.hTextWrap h4 {
	margin:0;
	font-size:14px;
}
.highlightsList .hType {
	position:absolute;
	font-weight:bold;
	top:0;
	left:0;
	background-color: #ff6b00;
	color: #ffffff;
	padding: 3px 5px 3px 10px;
	height: 25px;
	box-sizing: border-box;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.4)
}
.highlightsList .hType::after {
	content: "";
	position: absolute;
	top: 0;
	border-top: 25px solid #ff6b00;
	border-right: 25px solid transparent;	
	margin-left:5px;
	filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.4))
}
.hMoreInfo {
	background-color: #ff6b00;
	color: #fff;
	display: block;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
}
#otherpubsright {
	display:none;
}
.recentHighlightsModule #otherpubsright div {
	background-color: #ffffff;
	padding: 10px 10px 5px 0;
	margin-bottom: 15px;
}
.recentHighlightsModule #otherpubsright ul li {
	margin-bottom:10px;
}

.relativePosition {
	position:relative;
}
.projectViewHeader {
	position:relative;
	margin:0 25px;
}
.projectViewHeaderBorder {
	border-top:1px solid #FF6B00;
	padding-top:40px;
}
.projectSelectDiv {
	position:absolute;
	top:0px;
	right:0px;
}

.rafeedback .bfQuickMode #bfElemWrap2253 > div > div > span {
	display: flex;
	justify-content: space-between;
	max-width: 590px;
}

.ministeringBlueTitle .page-header h2 {
	color: #002776;
    font-weight: bold;
}

.journalPublicationsListPage .items-row .item > :not(.page-header), .journalPublicationsListPage .blog-item .item-content > :not(.page-header) {
	display: none;
}
.journalPublicationsListPage .items-row, .journalPublicationsListPage .blog-item {
	border-top: 1px solid #ddd;
	padding: 8px;
	margin: 0;
}
.journalPublicationsListPage .items-row:last-child, .journalPublicationsListPage .blog-item:last-child {
	border-bottom: 1px solid #ddd;
}
.journalPublicationsListPage .items-row h2, .journalPublicationsListPage .blog-item h2, .freepub > div ul.mod-list li a {
	font-size: 1.15em;
}
.uk-scope .uk-grid.councilStaggeredColors {
	padding-left: 8%;
	padding-right: 5%;
}
.councilStaggeredColors .uk-panel-box-primary, .councilStaggeredColors .uk-panel-box-secondary, .uk-panel-box-secondary .uk-panel-title, .councilStaggeredColors .uk-card-primary, .councilStaggeredColors .uk-card-secondary, .uk-scope .councilStaggeredColors .uk-card-secondary > :not([class*="uk-card-media"]) h3, .uk-scope .councilStaggeredColors .uk-card-secondary > :not([class*="uk-card-media"]) .uk-h3, .uk-scope .councilStaggeredColors .uk-card-secondary > :not([class*="uk-card-media"]), .uk-scope .uk-card-primary > :not([class*="uk-card-media"]) h3, .uk-scope .councilStaggeredColors .uk-card-primary > :not([class*="uk-card-media"]) .uk-h3 {
	color: #606060;
}
.uk-scope .councilStaggeredColors .uk-h3, .uk-scope .councilStaggeredColors h3 {
	font-size:18px;
}
.uk-scope .councilStaggeredColors .uk-card-body {
	padding:20px;
}
.councilStaggeredColors .uk-panel-box p, .councilStaggeredColors .uk-card-body p {
	padding: 0;
	line-height: 20px;
	margin-bottom:10px;
	color: #606060;
}
.councilStaggeredColors .uk-panel-box-primary, .councilStaggeredColors .uk-card-primary {
	background-color: #fafafa;
	box-shadow:none;
	border: 1px solid #e5e5e5;
}
.councilStaggeredColors .uk-panel-box-secondary, .councilStaggeredColors .uk-card-secondary {
	background-color: #f0f0f0;
	box-shadow:none;
	border: 1px solid #e5e5e5;
}
.councilStaggeredColors.uk-grid > * {
	padding-left: 20px;
}
.councilStaggeredColors .uk-grid-margin {
	margin-top: 20px;
}

.cfPublicationSource {
	font-style: italic;
}

.ourWorkInternshipMod {
	padding-left: 8%;
	padding-right: 5%;
}
.ourWorkInternshipMod img {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ourWorkInternshipMod .ourWorkInternshipModItem {
	margin-bottom: 35px;
	border-top: 1px solid rgba(15,70,100,.12);
	padding-top: 20px;
}

.bfCustomCleanStyle .form-actions {
	background: none;
	border: none;
	padding: 0;
}
.bfCustomCleanStyle .form-actions .bfSubmitButton {
    padding: 12px 24px !important;
    font-size: 18px !important;
    float: none;
}

/*the ones with #eb exist to resolve conflicts with easyblog theme*/
.raQuote, .raQuoteWithMarks, .raQuoteFloat, .raQuoteFloatWithMarks, .wrbPullQuote, #eb .raQuote, #eb .raQuoteWithMarks, #eb .raQuoteFloat, #eb .raQuoteFloatWithMarks, #eb .wrbPullQuote {
    color: #9f1b96;
    margin-left: 8%;
    padding-left: 40px;
    margin-bottom: 28px;
    margin-top: 30px;
    font-size: 20px;
}
.raQuote, .raQuoteWithMarks, .raQuoteFloat, .raQuoteFloatWithMarks, #eb .raQuote, #eb .raQuoteWithMarks, #eb .raQuoteFloat, #eb .raQuoteFloatWithMarks {
	font-weight: bold;
}
#eb .raQuote, #eb .raQuoteWithMarks, #eb .raQuoteFloat, #eb .raQuoteFloatWithMarks, #eb .wrbPullQuote {
	margin-left:0;
}
.raQuoteWithMarks:before, .raQuoteFloatWithMarks:before, .wrbPullQuote:before {
    content: "\f10d";
    font: normal normal normal 15px/1 FontAwesome;
    color: #ff6b00;
    padding-right: 7px;
    vertical-align: 7px;
}
.raQuoteWithMarks:after, .raQuoteFloatWithMarks:after, .wrbPullQuote:after {
    content: "\f10e";
    font: normal normal normal 15px/1 FontAwesome;
    color: #ff6b00;
    padding-left: 5px;
    vertical-align: 6px;
}
.raQuoteFloat, .raQuoteFloatWithMarks, .wrbPullQuote {
    float: left;
    margin-right: 50px;
}

.publicationPageAllTopSection {
	padding-left: 8%;
	padding-right: 5%;
}
.publicationPageMainButtons {
	display: flex;
	justify-content: space-between;
}
.publicationPageButton {
	background: #f0f0f0;
	border: solid 1px #FF6B00;
	border-radius: 5px;
	color: #FF6B00;
	display: inline-block;
	font-size: 0.9em;
	font-style: normal;
	line-height: 2.5em;
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 1200px) {
	.publicationPageMainButtons {
		flex-direction: column;
		align-items: baseline;
	}
	.publicationPageButton {
		margin-bottom: 20px;
	}
}
.publicationPageBottomSection {
    padding-left: 8%;
    padding-right: 5%;
}
.publicationPageBottomSection > div:last-child {
	margin-bottom: 75px;
}
.pbsHeader {
    margin-top: 75px;
}
.publicationPageBottomSection ul.pbsList {
	list-style-type: none;
	margin: 0;
	padding-right:0;
}
.pbsList li {
	margin: 25px 0;
}
.pbsList li a {
	text-decoration:none;
}
.pbsIssueWrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.pbsIssueTitle {
	text-decoration:none;
	margin: 5px 0 20px 8%;
}
.pbsIssueImgLink {
	margin-left: 8%;
}
.pbsIssueWrapper img {
	width: 200px;
	margin-bottom: 25px;
}
.publicationPageH2 {
	padding-left: 8%;
	padding-right: 5%;
}
.publicationPageReadMoreButton {
	margin-left: 8%;
}

div.item-page div ul.pbriPageList {
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	font-size: 1.15em;
}
div.item-page .pbsDesc p {
	padding: 0;
}
ul.pbriPageList > li {
	border-bottom: 1px solid #ddd;
	padding: 10px 8px;
	line-height: 26px;
}
ul.pbriPageList > li a {
	display: block;
	text-decoration: none;
	padding: 10px 0;
}
ul.pbriPageList > li > ul {
	padding: 0;
}
ul.pbriPageList > li > ul a {
    padding: 6px 0 2px 10px;
}

@media (max-width:767px) {
	#sidebara, #sidebarb {
		padding:0 15px;
	}
}

.wcwTestimonialWidgetkit {
	background-color:#ff6b00;
}
.wcwTestimonialWidgetkit .uk-dotnav > li > a, .uk-scope .uk-dotnav > * > *, .uk-scope .wcwTestimonialWidgetkit .uk-light .uk-dotnav > * > * {
	background:transparent;
	border:2px solid #ffffff;
}
.uk-scope .wcwTestimonialWidgetkit .uk-light .uk-dotnav > .uk-active > * {
	background:#ffffff !important;
}

/*com_finder*/
#finder-search label[for="q"] {
	display:none;
}
#finder-search a[href="#advancedSearch"] {
	display:none;
}
#finder-filter-window .control-label[for="tax-category"], #finder-filter-window .control-label label[for="tax-category"] {
	display: block;
	margin: 10px 0 20px 0;
	font-size: 19px;
	line-height: 40px;
	font-weight: bolder;
	color: #333;
}
#finder-filter-window div#tax_category_chzn {
	margin-bottom:5px;
}
.comFinderTopNumResults {
	margin: 20px 0 10px 0;
}
#highlighter-start, #highlighter-end {
    display: none;
}
#search-results .result-title {
	font-weight:bold;
	text-decoration:underline;
	margin-bottom: 10px;
}
.comFinderRow > div:first-child {
	font-weight:bold;
}
.comFinderRow p {
    margin-bottom: 10px;
}
.comFinderCategory {
	font-size:11px;
}

.publicationDownloadButton {
	padding:10px 25px;
	background-color:#ff6b00;
	color:#ffffff;
	border-radius:5px;
	text-decoration:none;
	margin:20px 0;
	display:inline-block;
}
.publicationDownloadButton svg {
	fill:#ffffff;
	margin-right:5px;
	width:12px;
	height:12px;
}
a.publicationDownloadButton:hover, a.publicationDownloadButton:focus {
	color:#ffffff;
	text-decoration:none;
}

/*rsforms adjustments to match existing breezingforms bootstrap design*/
.formResponsive .formHorizontal .rsform-block {
	margin-bottom:10px;
}
.formResponsive .formHorizontal .rsform-block .formControls {
	margin-left:inherit;
}
.formResponsive .formHorizontal .rsform-block .formControlLabel {
	width: 35%;
	min-width: 110px;
	vertical-align: text-top;
	text-align: left;
}
.formResponsive .formHorizontal .rsform-block input[type="text"], .formResponsive .formHorizontal .rsform-block textarea {
	max-width: 50%;
	width: 100%;
	margin-bottom: 0;
}
.formResponsive .rsform-block.rsform-block-submit {
	padding: 19px 20px 20px ;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}
@media all and (max-width: 767px) {
	.formResponsive .formHorizontal .rsform-block .formControlLabel {
		max-width: 90% !important;
		min-width: 90% !important;
		width: 90% !important;
		display: block !important;
	}
	.formResponsive .formHorizontal .rsform-block input[type="text"], .formResponsive .formHorizontal .rsform-block textarea {
		width: 94%;
		max-width: 94%;
		min-width: 94%;
	}
}

@media (max-width:767px) {
	.df-ui-prev:not(.df-ui-alt), .df-ui-next:not(.df-ui-alt) {
		display:none !important;
	}
}

.pagination__wrapper > ul.pagination {
	margin-top:0;
}
.com-content-category-blog__item::after {
	content: "";
	display: table;
	clear: both;
	line-height: 0;
}

.gold50th {
	color: #bc8f4c;
}
p.gold50th {
	font-size:17px;
}
.purpleText, .purpleText a {
	color: #800080;
}
.ra2024special50th .page-header h1, .ra2024special50th .page-header h2, .ra2024special50th .page-header h2 a {
	color: #bc8f4c;
}
.ra2024special50th .btn {
	border:solid 1px #bc8f4c;
	color:#bc8f4c;
}

/*joomla core module mod_tags_similar has bug showing weblinks*/
.moduletable.relatedContentNewsModule li:has(a[href*="/?catid="]) {
	display:none;
}

.visually-hidden {
	display:none;
}