/* you can add your own custom css here if you don't want to worry about SASS/SCSS */

*,
body {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Prompt', sans-serif;
}


/* square images on news page */
body.ourstories .right.item-image {
    width: 200px; /* Set your desired width */
    height: 200px; /* Set the same value for height to make it square */
    overflow: hidden; /* Hide any overflow */
    position: relative;
    margin: 10px 0 20px 20px;
}

body.ourstories .right.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will make the image cover the container while maintaining its aspect ratio */
    position: absolute; /* Position it absolutely to fill the container */
    top: 0;
    left: 0;
}


header,
body {
  background: #C1C1C1;
}

.page-header {

}

.blog-item h3 {
	padding: 0;
	margin: 0;
}

@media(min-width: 800px) {
	.blog-items[class^="masonry-"] .blog-item, .blog-items[class*=" masonry-"] .blog-item,
	.blog-item {
		/*display: flex;
		flex-direction: row;*/
		display: block;
	}

    .tag-category .category-desc img {
        float: right;
        width: 40%;
        height: auto;
        margin: 0 0 20px 20px;
    }

	.blog-item .item-image {
		float: right;
		width: 40%;
		padding: 3px;
		margin: 0 0 20px 20px;
	}
	
	.blog-item .item-content {
		padding: 0 20px 0 0;
	}
	
	div.com-content-article figure.item-image {
		float: right;
		width: 50%;
		padding: 0px;
		margin: 0 0 20px 30px;
	}
	
	
}


div.com-content-article figure.item-image.none,
div.com-content-article figure.item-image.full {
	width: 100%;
	margin-left: 0;
	float: none;
}

body.facultypage .blog-item {
	display: block;
	border-top: 1px solid #B2BB1C;
	padding-top: 30px;
}

body.facultypage .blog-item .item-content {
	max-width: 100%;
	padding: 0;
	width: 100%;
	display: block;
	flex: none;
	margin: 0;
}

body.facultypage .blog-item .item-image {
	width: 40%;
	float: left;
	padding: 0;
	margin: 10px 20px 10px 0;
}

.wf_caption {
	margin-left: 30px!important;
}

@media (max-width: 500px) {
	.wf_caption {
		width: 100%!important;
		float: none!important;
		margin: 0!important;
	}
}

body.facultypage .blog-item h3 {
	font-size: 22px;
}

main .sppb-row-container {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 767px) {
	main .sppb-row-container {
		padding: 0 20px;
	}
}

.navbar.bg-light {
	background-color: #C1C1C1!important;
	/*z-index: 1000;*/
	padding: 0;
}

main .container {
	background: #fff;
}

.navbar .container {
	background: #F6F6F6;
}

ul.maximenuck li.maximenuck.level1 {
	text-align: left!important;
}

strong,
strong em,
[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-weight: bold;
}

em {
	font-size: inherit;
	font-style: italic;
}

h1 {
	font-size: 46px!important;
	line-height: 54px!important;
	color: #003D79;
}



h1 a {
	font-weight: 700;
	font-size: 46px;
}

h1.regular {
	font-weight: 400;
}

h1.light {
	font-weight: 200;
	font-family: "omnes-thin", sans-serif;
}

h1.heavy {
	font-weight: 700;
}

h1.seo {
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 40px;
	line-height: 46px;
	margin-top: 40px;
}

@media (max-width: 767px) {
/* smaller headings on mobile */

	h1 {
		font-size: 36px!important;
		line-height: 42px!important;
	}

	h2 {
		font-size: 30px!important;
		line-height: 36px!important;
	}


}
h2 a {
	font-size: 40px;
	font-weight: 700;
}

h3 {
	font-size: 26px;
	line-height: 31px;
	margin-top: 40px;
}

body.home h3 {
	margin-top: 10px;
}

.sidebar h3 {
	margin-top: 0px;
}

h3 a {
	font-size: 26px;
	line-height: 31px;
	text-decoration: none;
}

h3.consumer {
	display: block;
	border: 1px solid #e3e3e3;
	padding: 10px 10px 10px 14px;
	margin-top: 10px;
	margin-bottom: 18px;
	font-size: 18px;
}

h3.consumer a {
	font-size: 18px;
}


h4,
h4 a {
	font-size: 26px;
	line-height: 31px;
	margin-top: 40px;
}

h4.trustee-title {
    margin-top: 10px;
}

.stripe {
	background: #003D79;
	color: #fff;
	padding: 10px;
}

h5,
h5 a,
h5 strong {
	font-size: 20px!important;
	line-height: 22px!important;
	margin-top: 10px!important;
}

h6,
h6 a {
	font-size: 20px;
	line-height: 22px;
	margin-top: 40px;
}

p {
	margin: 10px 0 14px 0;
}

a,
a em {
	color: #003D79;
	font-weight: 700;
}

span.wf_file_text {
	font-weight: 700;
}

a.button,
#mod-custom501 ul li a,
section.blue a,
section.with-slider a,
section.circles a,
section.news .custom a.button,
.formContainer input[type=submit] {
	display: inline-block;
	padding: 10px 15px;
	background: #B2BB1C;
	border-radius: 10px;
	color: #003D79 ;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
}

.carousel.slide .carousel-caption,
.carousel.slide .carousel-caption h5 {
	font-weight: 700;
}


label {
	display: block;
}



/* Standard bullet formatting */
main.siteBody main > div ul,
.sidebar ul.mod-list.tagssimilar {
    list-style: none; /* Remove default bullets */
    padding-left: 20px; /* Indent the list */
    margin: 0 0 30px 0;
}

.sidebar ul.mod-list.tagssimilar {
    margin: 20px 0 30px 0;
}

main.siteBody main > div ul li,
.sidebar ul.mod-list.tagssimilar li {
    position: relative; /* For custom bullets */
    margin-bottom: 0.5rem; /* Space between list items */
    padding-left: 25px; /* Offset to make room for custom bullet */
    line-height: 1.5; /* Ensure proper text spacing */
    list-style: none; /* to override inline CSS for UL and inline disc CSS */
}

main.siteBody main > div ul li::before,
.sidebar ul.mod-list.tagssimilar li::before {
    font-size: 14px; /* Adjust bullet size */
    font-family: "Font Awesome 5 Free"; /* Custom bullet font */
    font-weight: 900; /* Font weight for Font Awesome icons */
    content: "\f061"; /* Your custom bullet (Font Awesome code) */
    position: absolute; /* Position the bullet relative to the list item */
    left: 0; /* Align bullet to the start */
    top: 0.2rem; /* Slight vertical adjustment */
    color: #0d6bb5; /* Bullet color */
}

.sidebar ul.mod-list.tagssimilar li a {
	display: inline;
	padding: 0 10px 0 0;
}






main.siteBody .container {
  border-top: 20px solid #fff;
  border-bottom: 10px solid #fff;
}

main.siteBody .moduletable .container {
    border-top: 0;
    border-bottom: 0;
}

main.siteBody .moduletable.alert h3 {
    margin-top: 0;
}

body.home main.siteBody .container {
  border-top: 0;
  border-bottom: 0;
  background: #F6F6F6;
}

main.siteBody .moduletable .container {
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 800px) {
	main.siteBody .container .row .col-lg-8 {
		padding: 20px 45px;
	}


	main.siteBody .container .row .sidebar {
		padding: 20px 45px;
	}
}

@media (max-width: 800px) {
	main.siteBody .container .row .col-lg-8 {
		padding: 20px;
	}


	main.siteBody .container .row .sidebar {
		padding: 20px;
	}
}


.sidebar > div {
	margin: 0 0 50px 0;
	border: 1px solid #828282;
	border-radius: 10px;
	padding: 0px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Light drop shadow */
	margin-bottom: 30px;
}

.sidebar > div.mod-custom.custom {
	text-align: center;
	padding: 15px;
}

.sidebar > div.testimonial {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
}

.sidebar > div.testimonial img {
	border-radius: 50%;
	margin-bottom: 20px;
	float: none;
	width: auto;
}

.sidebar > .questions,
.sidebar > .custom {
	/*padding: 20px 20px 0 20px;*/
}

.sidebar > div.menu {
	border: 0;
	box-shadow: none;
}

.sidebar > div.graybg {
	background: #C1C1C1;
}

.sidebar > div.green {
	border-color: #B2BB1C;
}

.sidebar > div.orange {
	border-color: #EE8A1D;
}

.sidebar > div.blue {
	border-color: #003D79;
}

.sidebar > div > .iirpModulePadding {
	padding: 20px 30px;
}

.sidebar > div > .mod-custom.custom {
	padding: 15px;
}

.sidebar > div > h3 {
	background: #333;
	color: #fff;
	padding: 10px;
	margin: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.sidebar > div.green > h3 {
	background: #B2BB1C;
}

.sidebar > div.orange > h3 {
	background: #EE8A1D;
}

.sidebar > div.blue > h3 {
	background: #003D79;
}

.sidebar div.menu > ul {
	border-top: 2px solid #EE8A1D;
	margin: 5px 0 0 20px;
	display: block;
}

.sidebar div.menu ul li {
	clear: both;
}

.sidebar div.menu {
	border-top: 2px solid #003D79;
	clear: both;
	display: block;
	border-radius: 0;
	margin-bottom: 30px;
}

.sidebar ul.nav {
	display: block;
}

.sidebar ul ul {
	margin-left: 20px;
}

.sidebar ul li a {
	display: block;
	text-decoration: none;
	padding: 8px 12px;
	font-weight: 400;
}

.sidebar ul li.parent > a {

}

.sidebar ul li.parent > a::after {
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061"; /* Your custom bullet from Font Awesome */
	margin: 3px 0px 0 10px; /* Space between bullet and text */
	color: #0d6bb5;
	line-height: 1; /* Align bullet vertically */
}


.sidebar ul li.parent.active > a::after {
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f063"; /* Your custom bullet from Font Awesome */
	margin: 3px 0px 0 10px; /* Space between bullet and text */
	color: #0d6bb5;
	line-height: 1; /* Align bullet vertically */
}

p.havesubchild a span::after {
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061"; /* Your custom bullet from Font Awesome */
	margin: 3px 0px 0 10px; /* Space between bullet and text */
	color: #0d6bb5;
	line-height: 1; /* Align bullet vertically */
}

p.havesubchild.active a span::after {
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f063"; /* Your custom bullet from Font Awesome */
	margin: 3px 0px 0 10px; /* Space between bullet and text */
	color: #0d6bb5;
	line-height: 1; /* Align bullet vertically */
}

#jux_accord-menu div.menu_body p {
	border-bottom: 0!important;
}

#jux_accord-menu .active:hover, #jux_accord-menu .active span:hover {
    background: none!important;
}



.sidebar ul > li.active > a {
	font-weight: bold;
}

@media (min-width: 900px) {
	header.fixed {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1000;

	}

	main.siteBody {
		margin-top: 152px;
	}
}

@media (max-width: 767px) {
	main.siteBody {
		/*margin-top: 60px;*/
		/* we don't need this now because sticky header disabled on mobile */
	}
}

.mobilemenuck-bar-title {
	background: none!important;
}

.mobilemenuck-bar-button {
	position: fixed!important;
}



#mainmenu {

}

.navbar .row {
	width: 100%;
}



.maximenumobiletogglericonck {
	height: 42px!important;
	width: 48px!important;
}

.maximenumobiletogglericonck::after {
	border: 0!important;
}

.maximenuckh.ltr {
	float: right;
	width: 100%;
	text-align: right;
}

.maximenuckh.ltr .maxidrop-main {
	text-align: left;
}

nav ul.maximenuck {
	padding-left: 0;
	background: #F6F6F6!important;
	z-index: 1000;
}

ul.maximenuck li.maximenuck.level1 > a, 
ul.maximenuck li.maximenuck.level1 > span.separator {
	color: #003D79!important;
	font-family: "omnes-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

ul.maximenuck li.level1.parent > a::after, div#maximenuck523 ul.maximenuck li.level1.parent > span.separator::after {
	border-color: #C1C1C1 transparent transparent transparent!important;
  	top: 23px!important;
}
.navbar-brand img {
	max-width: 220px;
	/*width: 100%;*/
	margin: 10px 0 10px 30px;
	float: none;
	width: auto;
}

@media (min-width: 1400px) {
	.navbar-brand img {
		margin: 10px 0 10px 40px;
	}
	
	#mainmenu {
		right: 100px;
		z-index: 1000;
	}
}

span.titreck-title {
	font-size: 16px;
	font-weight: 400;
}


.g-grid h3 {
	margin-top: 10px;
}


@media (min-width: 800px) {

	.g-grid {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 10px; /* Adjust gap as needed */
	}

	.g-grid .size-33 {
	  flex: 1 1 calc(33.333% - 10px); /* Subtract gap to prevent overflow */
	  box-sizing: border-box;
	}

	.g-grid .size-66 {
	  flex: 1 1 calc(66.666% - 10px); /* Subtract gap to prevent overflow */
	  box-sizing: border-box;
	}

	.g-grid .size-50 {
	  flex: 1 1 calc(50% - 10px); /* Subtract gap to prevent overflow */
	  box-sizing: border-box;
	}
	
	.g-grid .size-25 {
	  flex: 1 1 calc(25% - 10px); /* Subtract gap to prevent overflow */
	  box-sizing: border-box;
	}
	
}


/* ############################ Home Page Start */

#sp-page-builder {
	padding: 0;
}

section.sppb-section.hero {
	background: url(../images/Concentric-Rings-Black@2x.svg) no-repeat 0 60px;
	padding-bottom: 0px!important;
	z-index: 10!important;
	padding-top: 0!important;
}

section.sppb-section.hero .sppb-row-container {
	/*padding: 50px 0 0 0;*/
	padding-top: 50px;
}

section.sppb-section.hero h1 {
	color: #003D79;
	text-transform: uppercase;
}

section.sppb-section.hero h2 {
	color: #0D6CB6;
	text-transform: uppercase;
	margin-top: 0;
}


section.sppb-section.hero h3 span {
	position: relative;
	width: 100px;
	display: inline-block;
}

section.sppb-section.hero h3 span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Adjust this value to change the thickness of the line */
    background-color: #fff; /* Adjust this color to match your design */
    display: block;
}


section.sppb-section.hero [data-rlta-element="container"][data-rlta-state="ready"] {
	margin: 10px auto;
	padding: 0px;
	max-width: 600px;

}

@media (max-width: 767px) {

	section.sppb-section.hero .custom {
		margin: 0 20px;
	}


}

section.sppb-section.hero [data-rlta-element="container"][data-rlta-state="close"],
section.sppb-section.hero [data-rlta-element="container"][data-rlta-state="closing"] {
	margin: 0 auto;	
}

section.sppb-section.hero [data-rlta-element="container"][data-rlta-state="open"],
section.sppb-section.hero [data-rlta-element="container"][data-rlta-state="opening"] {

}

section.sppb-section.hero [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"] {
	background-color: #003D79;
	background: #003D79;
	color: #fff;
	border: none;
	text-align: center;
	font-size: 42px;
	box-shadow: 0px 4px 10px rgba(50, 50, 50, 0.9); /* Dark gray with 90% opacity */
	
}




/*global accordion */
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"] {
	font-size: 42px;
}


[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="panel"] > [data-rlta-element="panel-content"], [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="panels"] > [data-rlta-element="panel"] > [data-rlta-element="panel-content"] {
	padding: 10px;
}

.interested .mod-custom .mod-custom ul {
	padding-left: 15px;
}




@media(min-width: 1000px) {
	.interested .stack,
	.interested .mod-custom > .mod-custom {
		display: inline-block;
		width: 32%;
		vertical-align: top;
	}
}

.interested .stack ul,
.interested .mod-custom .mod-custom ul {
	list-style: none;
	margin: 0;
}

.interested .stack ul li a,
.interested .mod-custom .mod-custom ul li a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	
}




section.sppb-section.apply {
	background: #F6F6F6;
	margin-top: -80px!important;
	position: relative;
	width: 100%;
}



section.sppb-section.apply::before {
  content: "";
  position: absolute;
  bottom: -4px; /* Adjust this value to space the second line below the first one */
  left: 0;
  width: 55%;
  height: 2px;
  background-color: #B2BB1C;
}

section.sppb-section.apply::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62%;
  height: 2px;
  background-color: #0D6CB6;
}


section.sppb-section.apply {
	background: #F6F6F6 url(../images/IIRP-HERO-mainpage@2x.png) left;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 150px 0 100px 0!important;
}

section.sppb-section.apply h3 {
	margin-top: 10px;
}

@media (max-width: 1400px) and (min-width: 1000px) {

	section.sppb-section.apply .sppb-row .custom {
    		background-color: rgba(193, 193, 193, 0.9); /* Adjust the last value (alpha) to change transparency */
    		padding: 20px;
	}
	
}

@media (max-width: 1000px) {
	section.sppb-section.apply .sppb-row {
    		background-color: rgba(193, 193, 193, 0.9); /* Adjust the last value (alpha) to change transparency */
		margin-top: 300px;
	}

	section.sppb-section.apply {
		padding: 50px 0 30px 0!important;
		background-position: top;
	}
}








section.sppb-section.blue.tight {
	margin: 0;
	padding: 0;
}

section.sppb-section.blue.tight h2 {
	padding-bottom: 0!important;
	width: 100%;
	position: relative;
	
}

section.sppb-section.blue.tight h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%; /* Adjust this value to change the width of the border */
  width: 70%;
  height: 2px;
  background-color: #0D6CB6;
}

section.sppb-section.blue.tight div.sppb-addon-module {
	padding: 0 20px;

}

@media (max-width: 767px) {
	section.sppb-section.tight::before,
	section.sppb-section.apply::after { 
		width: 100%;
	}
}

@media (min-width: 900px) {
    section.sppb-section.circles {
        position: relative; /* Ensure the section is positioned relative for the pseudo-element */
        overflow: hidden; /* Prevent overflow */
    }

    section.sppb-section.circles::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 7%; /* Start the background from the left, covering the right ~three-quarters+ */
        background: url(../images/blue-orange-stripe.png) repeat-x 0 220px;
        background-size: 7%;
    }
}


section.sppb-section.circles div.sppb-addon-module {
	padding: 20px;
	margin: 0 20px;

}

@media (max-width: 767px) {
	section.sppb-section.circles div.sppb-addon-module {
		padding: 0;
		margin: 0;
	}
}

section.sppb-section.circles div.sppb-addon-module div.circle {
    padding: 60px 60px 50px 50px; /* Adjust padding as needed */
    border-radius: 50%;
    display: inline-block; /* Ensure the wrapper is an inline-block element */
    overflow: hidden; /* Hide any overflow from the border */
    position: relative; /* Position relative for the background image */
}

section.sppb-section.circles div.sppb-addon-module div.circle img {
    width: 100%; /* Ensure the image fills the <div> element */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Ensure the image is a block element */
    border-radius: 50%;
    border: 0px solid #333;
}

section.sppb-section.circles div.orange div.circle {
    background: url(../images/Rings-Orange.svg) no-repeat center;
    background-size: contain;
}

section.sppb-section.circles div.blue div.circle {
    background: url(../images/Rings-Blue.svg) no-repeat center;
    background-size: contain;
}

section.sppb-section.circles div.green div.circle {
    background: url(../images/Rings-Green.svg) no-repeat center;
    background-size: contain;
}


section.sppb-section.with-slider h2 {
	margin-top: 0;
}

section.sppb-section.blue {
	background: #003D79;
	color: #fff;
}

section.sppb-section.news h3 {
	line-height: 22px;
	margin-top: 0;
}

section.sppb-section.news h3 a {
	font-size: 18px;
	line-height: 22px;

}


section.sppb-section.news img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	section.sppb-section.news .col-md-3 {
		max-width: 200px;
		margin-top: 30px;
	}
}

section.sppb-section.news .moduletable {
	margin-bottom: 20px;
}

section.sppb-section.news .moduletable.news,
section.sppb-section.news .moduletable.news .container {
	background: #e3e3e3;
	padding: 30px;
}


body.home main.siteBody section.sppb-section.news .container {
	padding: 0;
}

div.sppb-addon-module.featured-event {
	background: url(../images/Concentric-Rings-Black@2x.svg) no-repeat 0 0px;
	padding-bottom: 40px!important;
	z-index: 10!important;
	padding-top: 70px!important;
}

div.sppb-addon-module.featured-event div.mod-custom {
	padding: 20px;
	margin: 20px;
	background-size: cover;
}

div.sppb-addon-module.featured-event div.mod-custom > div {
	padding: 20px;
    background-color: rgba(0, 61, 121, 0.7); /* Cerulean blue with 70% opacity */
    margin: -40px  -40px 0 80px;
    color: #fff;
}

@media (max-width: 767px) {

	div.sppb-addon-module.featured-event div.mod-custom > div {
		margin: 0;
	}
	
	div.sppb-addon-module.featured-event div.mod-custom {
		margin: 0;
		padding: 0;
	}
	
}




div.sppb-addon-module.featured-event div.mod-custom > div a {
	color: #fff;
}



/* ############################ Home Page End */








/* light blue */
.utilities {
	background: #0D6CB6;
}

.utilities a {
	color: #fff;
	padding: 6px 10px;
  display: inline-block;
  text-decoration: none;
}

/* white background looks bad 
.utilities .give {
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #999;
}

.utilities .give a {
	color: #0D6CB6;
}
*/

.utilities .give a {
	background: #fff;
	color: #0D6CB6;
	border-radius: 10px;
	border: 1px solid #999;
}

.utilities .give a:hover {
	background: #333;
	color: #fff;
}

.top-menu ul {
  float: right;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 8px 0 0 0;
}

.utilities .give .custom,
.top-menu ul li.level1 {
	padding: 0;
	margin-top: 7px;
}

.top-menu ul li a {
	color: #fff;
	background: none;
}

.top-menu ul li.active a {
	text-decoration: underline;
}

.top-menu ul li.parent > a {
	/*border: 1px solid #fff;
	border-radius: 3px;*/
}

.top-menu .maxidrop-main ul {
	display: block;
	padding: 0;
}

.top-menu .maxidrop-main ul li {
	display: block;
}

.top-menu .maxidrop-main ul li a {
	display: block;
	background: #828282;
}

.rabschedules form {
	background: pink;
	padding: 10px;
}

.row-fluid .span12 {
	margin-left: 0;
}

body.com_tags .g-content .tag-category ul li:before {
	display: none;
}

body.com_tags .g-content .tag-category h3 {
	margin-bottom: 0;
}

body.com_tags .g-content .tag-category dl.article-info.muted {
	margin-bottom: 20px;
}

body.com_tags .g-content .tag-category dd {
	padding: 0;
}


@media (min-width: 800px) {
	body.com_tags .g-content .tag-category img {
		width: 30%;
		float: right;
		margin: 0 0 20px 20px;
	}
}






/* inauguration */
.inauguration-learnmore,
.inauguration-sign-guestbook {
	min-height: 220px;
	text-align: right;
	padding: 20px;

}

.inauguration-learnmore a,
.inauguration-sign-guestbook a {
	color: #fff;
	font-size: 36px;
	line-height: 38px;
}

.inauguration-learnmore {
	background: url('/images/2022/inauguration/learn-more-bg.png') no-repeat center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.inauguration-sign-guestbook {
	background: url('/images/2022/inauguration/sign-guestbook-bg.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}	


/*pocasts*/

.podcast {
	float: left;
	width: 300px;
	margin: 0 20px 20px 0;
}

.podcast img {
	width: 100%;
	height: auto;
}

body.podcasts main h2 {
	/*line-height: 20px;*/
}

body.podcasts main h2 a {
	font-size: 16px;
}

body.podcasts main .page-header {
	/*min-height: 120px;*/
}

body.podcasts .blog-item .item-image {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}

body.podcasts .blog-item {
background: #003D79;
padding: 10px;
border: 1px solid #999;
color: #fff;
}

body.podcasts .blog-item h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 15px;
}
body.podcasts .blog-item h3 a {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}


.osm-container .radio.btn-group input[type=radio] {
	display: block;
	margin-left: 0;
}


div.grid__item {
height: 130px!important;
}

#impact-scholarships ul {
  margin: 0;
}



.bt-cs a.prev {
	left: 30px;
}

.bt-cs a.next {
	right: 30px;
}




.uk-form input[type=radio], 
.uk-form input[type=checkbox] {
	margin-right: 10px;
}



/*cvent */

div.event_main{
width:100%; 
border-bottom:1px solid#c9c9c9;
margin-bottom:5px;
padding: 10px;

}

div.event_main h5 {
	margin-top: 0!important;
    font-weight: bold;
}

div.event_main .location h5,
div.event_main {
	font-size: 1rem!important;
	line-height: 1.5!important;

}

div.event_main .location h5 {
    font-weight: bold;
    padding-top: 5px;
}


div.event_main .special_note {
	font-style: italic;
	color: #b1bb39;
	margin-bottom: 10px;
}

div.event_main ul {
	margin: 5px 0 5px 1.5rem;
}

div.event_main:hover {
	background: #e5e5e5;
}

body.com_event h4 {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

body.com_event h5 a,
body.com_event h5 a:hover {
	color: #5f5040;
	font-weight: 400;
	cursor: default;
}

div.event_main h6 {
	display: block;
	border: 1px solid rgba(176, 187, 25, 0.3);
	/*background: #ff9800;*/
	padding: 10px 10px 10px 20px;
	font-size: 16px;
	margin: 10px 0 0 0;
}

div.event_main .nn_sliders.accordion {
	margin-top: 10px;
}

main.siteBody main div.event_main ul {
	margin-bottom: 0;
}

div.event_main a.reg_link {
	margin-top: 10px;
	margin-bottom: 10px;
}


body.com_event h2#events {
	margin-bottom: 0;
}

body.com_event #g-main .g-content {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}



.blockimg {
	text-align: center;
}

.blockimg.online .g-block {
padding-left: 20px;
padding-right: 20px;
}

.blockimg .g-block img {
max-height: 125px;
max-width: 125px;
display: block;
margin: 0 auto;
}




.more-space {
	margin: 20px 0;
}






.formResponsive textarea#nomination-text {
	width: 320px;
}






/* custom j4 search */

i.fa.fa-search {
	font-size: 22px;
	color: white;
	display: block;
}


.utilities .search {
	position: relative;
	min-height: 50px;
	max-width: 300px;
}

.utilities .search:before {
	content: '';
	position: absolute;
	left: -50px;
	top: 0px;
	width: 50px;
	height: 50px;
	z-index: 0;
}

.hide {
  opacity: 0;
  max-height: 0;
}

#trigger {
  position: absolute;
  left: -999em;
}

#searchHide {
	padding-left: 10px;
	text-align: right;
	padding-right: 20px;
}
#searchHide .fas {
	z-index: 1;
	color: #fff;
	margin-top: 5px;
}

#searchHide .fas:hover {
	cursor: pointer;

}

#searchHide .fas:before {
	padding: 12px 12px 13px 12px;
	display: block;
}

#searchHide input[type="checkbox"] + div {
	width: 50px;
	transition: 0.3s;
}


#searchHide input[type="checkbox"]:checked + div {
  max-height: 99em;
  opacity: 1;
  height: auto;
  overflow: hidden;
width: 220px;
float: right;
    transition: 0.3s;
}

.utilities .search .btn {
	display: none;
}

.utilities .search input {
	margin: 10px;
	width: 100%;
	max-width: 100%;
}


@media (max-width: 767px) {

	.utilities .top-menu,
	.utilities .search,
	.utilities .give {
		display: none;
	}
}







#g-top ul.g-toplevel {
	float: left;
}

div.moduletable.quickmenu div.customquickmenu p {
	position: absolute;
	width: 90%;
	display: block;
	left: 15px;
	bottom: 0;
	margin-bottom: 8px;
	text-align: center;
}

div.moduletable.quickmenu div.customquickmenu p a {
	color: white;
	font-weight: 400;
	font-size: 18px;
	display: block;
	text-shadow: 0 1px 1px #000000 !important;
}

div.moduletable.quickmenu div.customquickmenu p a:hover {
	color: #b2bb1c;
}


div.moduletable.quickmenu div.customquickmenu{
	height: 300px;
}

div.floatmod {
 	width: 240px;
 	float: right;
 	margin-left: 20px;
 	margin-bottom: 20px;
 	padding: 12px;
 	box-sizing: border-box;
 	background-color: #f1f1f1;
 }
 
 div.floatmod100 {
  	width: 100%;
  	float: none;
  	margin-left: 0;
  	margin-bottom: 0;
  	padding: 0;
  	box-sizing: border-box;
  	background-color: transparent;
  }
 
 div.moduletable p a {
 	font-style: normal;
 }




div.footer-links {
	text-align: center;
}

div.footer-links a {
	color: #fff;
}

div.moduletable .pretext {
	margin: 0 0 10px 0;
	font-style: italic;
}

.rsform-block-howsoon .uk-form-controls label,
.rsform-block-primaryinterest .uk-form-controls label {
	display: inline-block;
}

#calendar-widget-container ul li::before {
	content: '';
	display: none;
}

.CalendarViewWidget__searchWrapper___29U5S.CalendarViewWidget__content___gVGwE {
	display: none;
}

footer .row {
	padding-top: 30px;
	position: relative;
}

footer.bg-light {
	background: #0D6CB6!important;
	color: #F6F6F6;
}

footer.bg-light a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	
}


footer.bg-light .stripes a {
	
}

footer.bg-light a:hover {
	text-decoration: underline;
}


footer ul.mod-menu.mod-list > li > a {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
	display: block;
}

footer ul.mod-menu__sub.list-unstyled.small li a {
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
	display: block;
}


footer .list-unstyled {
  padding-right: 20px;
}

footer ul.mod-menu li.nav-item {
  padding-right: 20px;
}

footer .maximenuckh ul {
	margin: 0;
	list-style: none;
}

footer .maximenuckh ul li {
	display: inline-block;
	vertical-align: top;
}

footer .maximenuckh ul li a {
	padding: 6px 10px;
	text-decoration: none;
}

footer .maximenuckh ul li.parent > a {
	border: 1px solid #fff;
	border-radius: 3px;
}

footer .maxidrop-main ul {
	display: block;
	padding: 0;
}

footer .maxidrop-main ul li {
	display: block;
}

footer .maxidrop-main ul li a {
	display: block;
	background: #828282;
}

footer h3 {
	font-size: 22px;
	margin-top: 0;
	color: #fff;
}

footer .mod-custom {
	min-height: 200px;
	margin-bottom: 30px;
}

.secondary-footer {
	background: #333;
	color: #fff;
	padding: 30px 0;
}

.secondary-footer .custom,
.secondary-footer ul.nav {
	margin-bottom: 30px;
}

.secondary-footer ul.nav li {
	padding-right: 25px;
	min-width: 20%;
	max-width: 220px;
}

.secondary-footer ul.nav ul.mod-menu__sub {
	margin-bottom: 20px;
}

.secondary-footer ul.nav ul.mod-menu__sub li a {
	color: #ccc;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 0;
	display: block;
}

.secondary-footer ul.nav ul.mod-menu__sub li a:hover {
	text-decoration: underline;
}

.secondary-footer a {
	color: #fff;
}

.secondary-footer li.item-123 {
	display: none;
}


footer .stripes::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0%; /* Adjust this value to change the width of the border */
  width: 65%;
  height: 2px;
  background-color: #B2BB1C;
}

footer .stripes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%; /* Adjust this value to change the width of the border */
  width: 70%;
  height: 2px;
  background-color: #003D79; /* too dark blue */
}

footer .fab {
	font-size: 150%;
	margin-right: 10px;
}

/*             FLEX SLIDER    --Clearfix */
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

.toggle { margin: 2px 0 0 14px; float: left; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.toggle li { float: left; }
.toggle li a {width: 50px; padding: 6px 0; text-align: center; display: block; text-shadow: 1px 1px 0 #fff; font-size: 12px; font-weight: 600; color: #666; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -o-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; 

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */

box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
-moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;

}
.toggle li:first-child a {-webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -o-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}
.toggle li a:hover { background: #ededed; color: #222; }
.toggle li a.active { background: #c8e0f3; color: #325874; cursor: default; box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); }

.slider { margin: 50px 0 10px!important;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}



/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../flexslider/fonts/flexslider-icon.eot');
  src: url('../flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../flexslider/fonts/flexslider-icon.woff') format('woff'), url('../flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('../flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 80px;
  height: 30px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 24px;
  display: inline-block;
  margin: 0 5px;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flexslider .slides li {
    position:relative;
}

.flex-caption {
position: absolute;
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  z-index: 1;
  margin: 0;
}


.carousel-indicators {
	margin-bottom: 10px;
}

.carousel-caption {
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 10px 40px 10px;
	color: #333;
}

@media (max-width: 1200px) {

}

	.carousel-caption {
		position: relative;
		background: #999;
	}
	
	img.mobile-full-width {
		width: 100%!important;
		float: none!important;
	}

.carousel-caption h2 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: 700;
	color: #0d6cb6;
}

.carousel-caption h3 {
	margin: 0;
	padding: 0;
	font-size: 28px;
}

.carousel-caption h4 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.carousel-caption p {
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;

}

.carousel-indicators [data-bs-target] {
	background-color: #003D79;
	opacity: 1.0;
}

.carousel-indicators .active {
	background-color: #fff;
}



/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



/* accordions */
/* Apply background color to the entire accordion container */
[data-rlta-element="container"][data-rlta-state="ready"] {

    font-weight: 700;
    border-radius: 10px;
}

/* Reset background for the heading */
[data-rlta-element="container"][data-rlta-state="ready"] [data-rlta-element="button"] > [data-rlta-element="heading"] {
/*    background: transparent !important; */
        background: #003D79 !important; /* Ensure the background color is applied */
}

/* Define initial state for the hover effect */
[data-rlta-element="container"][data-rlta-state="ready"] [data-rlta-element="button"],
[data-rlta-element="container"][data-rlta-state="ready"] [data-rlta-element="button"] > [data-rlta-element="heading"] {
    transition: text-indent 0.3s ease; /* Smooth transition for the text indent */
    text-indent: 0; /* Initial state */
    color: #fff;
    
}

/* Hover effect for buttons and headings */
[data-rlta-element="container"][data-rlta-state="ready"] [data-rlta-element="button"]:hover,
[data-rlta-element="container"][data-rlta-state="ready"] [data-rlta-element="button"] > [data-rlta-element="heading"]:hover {
    text-indent: 10px; /* Indent the text on hover */
}


/* Ensure other elements within the accordion inherit the container's background color */
[data-rlta-element="container"][data-rlta-state="ready"] [data-rlta-element="button-list"],
[data-rlta-element="container"][data-rlta-state="ready"] [data-rlta-element="panel"] {
    background: inherit !important;

}

/* Override conflicting background color */
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"] {
    background: #003D79 !important; /* Reset the button's background color */
    margin-bottom: 5px;
    border-radius: 10px!important;
    border: 1px solid #003D79;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="panel"] > [data-rlta-element="panel-content"], [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="panels"] > [data-rlta-element="panel"] > [data-rlta-element="panel-content"] {
	background: #F6F6F6;

}


/* bootstrap table default */
main table {
  width: 100%;
  border-collapse: collapse; /* Change to separate */
  border-spacing: 0; /* Remove extra spacing */
  border: 1px solid #eaeaea; /* Apply a full table border */
  margin-bottom: 1rem;
  color: #212529;
  max-width: 100%;
  height: auto!important;
}

main table th,
main table td {
  padding: 0.75rem;
  vertical-align: middle;
  border: 1px solid #eaeaea; /* Ensure all cells get borders */
}

main table th {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #eaeaea;
}

main table tr:last-child td {
  border-bottom: 1px solid #eaeaea; /* Add bottom border to last row */
}

/* Force borders on merged cells */
main table td[rowspan],
main table td[colspan],
main table th[rowspan],
main table th[colspan] {
  border: 1px solid #eaeaea !important; /* Override missing borders */
}

main table p {
	margin-bottom: 0;
}

/* Mobile Responsive Fix */
@media (max-width: 450px) {
    main table {
        /*background: pink;*/
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;

    }
    
    main table::before {
        content: 'Scroll →';
        display: block;
        text-align: center;
        font-size: 14px;
        color: #003D79;
        margin-bottom: 5px;
        background: #fff3cd;
    }

    main table th,
    main table td {
        padding: 0.5rem;
        font-size: 14px;
    }
}



/* forms */

main input,
main textarea,
main select,
.formContainer input,
.formContainer textarea,
.formContainer select {
	border: 1px solid #003D79!important;
}





/* colors 

Dark Blue
#003D79 

Green
#B2BB1C

Orange
#EE8A1D 

Almost White
#F6F6F6 

Light Gray
#C1C1C1

Dark Gray
#828282

Light Blue
#0D6CB6;

*/

#jux_accord-menu {
	border: 0;
	box-shadow: none;
	border-top: 2px solid #003D79;
	border-radius: 0;
	margin-bottom: 30px!important;
}

#jux_accord-menu .menu_list {
	margin: 5px 0 0 20px;
	border-top: 2px solid #EE8A1D;
}

#jux_accord-menu .menu_head {
	background: #fff!important;
}

#jux_accord-menu .menu_head a span, #jux_accord-menu .menu_head span span {
	color: #003D79!important;
	padding: 3px 0;
	
}

#jux_accord-menu .menu_head span, #jux_accord-menu .menu_head a {
	padding: 3px 0!important;
}

#jux_accord-menu .level1 {
	margin-left: 10px;
}

#jux_accord-menu .level2 {
	margin-left: 20px;
}

#jux_accord-menu .level3 {
	margin-left: 30px;
}

#jux_accord-menu .level4 {
	margin-left: 40px;
}

#jux_accord-menu div.menu_body p {
	padding: 0!important;
}

#jux_accord-menu div.menu_body p,
#jux_accord-menu div.menu_body p span span, 
#jux_accord-menu div.menu_body p a span {
	line-height: 18px!important;
	
}

#jux_accord-menu .menu_head > a.active > span {
	font-weight: bold;
	line-height: 18px!important;
}

#jux_accord-menu .menu_body .havesubchild::before, 
#jux_accord-menu p.havechild::before {

	background: none!important;
	
}



/* Joomla4 Layout Adjustments for Columns, etc. */
@media (min-width: 800px) {
	.g-block.size-50,
	.span6 {
		display: inline-block;
		width: 48%;
	}
}

.span6 {
	text-align: center;
	padding: 20px 0 60px 0;
	position: relative;
	
}

.span6 h5 {
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	margin: 0;
}

.span6 a.mod-articles-category-title {
	text-decoration: none;
}

.span6 a.mod-articles-category-title img.image_intro,
.profDevIcons img {
	max-height: 150px;
	width: auto;
}


main .com-content-category-blog img {
	float: right;
	margin: 0 0 10px 20px;
	width: 100%;
}

main .com-content-category-blog figure.item-image img {
	padding: 0;

}

main .com-content-category-blog img.wf_file_icon {
	float: none;
	margin: 0;
	width: inherit;
}

/* CLEAN */
.clean h2,
.clean h2 a {
	font-size: 24px;
	margin-top: 0;
	line-height: 28px;
}

.clean .span6 {
	text-align: left;
	vertical-align: top;
	padding: 0 20px 0 0;
}

main .clean img {
	width: 150px;
	float: right;
	margin: 0 0 20px 20px;
}


ol.com-content-blog__links {

	list-style: none;
	padding: 0;
}

.items-more .nav-tabs {
	border-bottom: 0;
}


main.siteBody main > div ul.pagination {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center; /* Align vertically */
    flex-wrap: wrap; /* Wrap to the next line if needed */
    margin: 0 auto; /* Center horizontally */
    max-width: 100%; /* Ensure pagination stays within content area */
    box-sizing: border-box; /* Include padding/margins in width calculation */
}


main.siteBody main > div ul.pagination li {
	display: inline-block; /* Display pagination items inline */
	margin: 0px; /* Add space between pagination items */
	align-items: center; /* Center align pagination items */
	box-sizing: border-box; /* Ensure padding/margin doesn't add extra width */
	padding-left: 0;
}

main.siteBody main > div ul.pagination li::before {
	content: none; /* Remove the custom bullet for pagination items */
}

main.siteBody main > div ul.pagination li a {
    display: inline-block; /* Ensure buttons respect margin */
    padding: 8px 12px; /* Add padding for better clickability */
    text-decoration: none;
    border: 1px solid #ddd; /* Optional: Add border to define button edges */
    border-radius: 3px; /* Rounded corners */
    background-color: #f8f9fa; /* Optional: Light background */
    color: #333;
    transition: background 0.3s ease; /* Smooth hover effect */
    margin-bottom: 0px;
}

main.siteBody main > div ul.pagination li a:hover {
    background-color: #007bff; /* Highlight on hover */
    color: #fff;
}


.counter {
	padding: 10px;
	clear: both;
	display: block;
	text-align: center;
}

.counter.float-md-end {
	float: none!important;
}


.com-content-article figure.right.item-image {
    width: 250px; 
    height: 250px; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.com-content-article figure.right.item-image img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/* 
3/18/25: disabling to fix inline image CSS on Library - APA page:

main p a {
	display: inline-block;
} 
*/

a.anchorBump {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}



#amount_container label input[type="radio"], 
#amount_container label input[type="checkbox"]{
  float: left;
  width: 15px;
}

#amount_container label {
  clear: both;
}

#g-main .g-content ul li::before {
	display: none;
}

#field_Honor {
  margin-top: 40px;
}

fieldset#anonymous ul {
  margin: 0;
}

#amount_container div.inline-display {
	margin-top: 10px;
  margin-left: -20px;
}


#impact-scholarships ul {
  margin: 0;
}

#rlta-panel-make-a-donation {
	background: none!important;
	padding: 0;
}

#rlta-panel-make-a-donation > div {
	padding: 0;
}

#rlta-panel-make-a-donation p {
	margin: 0;
}

#donation-form #donation_type .switch-amounts label {
  padding: 5px;
}

#donation-form .switch-amounts input:checked+label,
.donated-amount-label {
  background-color: #b2bb1c!important;
}

#donation-form .switch-payment-gateway input:checked+label,
.donated-amount {
 border-color: #b2bb1c!important;
}


#donation-complete-page table.completetable tr td.label {
  background: #b1bb1b;
  text-shadow: none;
  color: #fff;
  font-weight: bold;
}


main .jd-container .form-row {
  margin-bottom: 10px;
}

#filter_category {
    max-width: 250px;
}


@media (max-width: 576px) {
	.secondary-footer .container .row {
		padding: 0 20px;
	}
}


.mobilemenuck-item > .level2 a {
	padding-right: 35px;
}



.moduletable.grid .row {
    margin-bottom: 20px;
}

main > div.moduletable {
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #333;
}

main > div.moduletable h3 {
    background: #333;
	color: #fff;
	padding: 10px;
	margin: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

main > div.moduletable > div,
main > div.moduletable.green > div,
main > div.moduletable.orange > div {
    padding: 10px;
}

main > div.moduletable.green {
	border-radius: 10px;
    border: 1px solid #B2BB1C;
}

main > div.moduletable .green > h3 {
	background: #B2BB1C;
}


main > div.moduletable.orange {
	border-radius: 10px;
    border: 1px solid #EE8A1D;
}

main > div.moduletable.orange > h3 {
	background: #EE8A1D;
}


/* new */

main > div > div > .alert.orange {
	border-radius: 10px;
	border: 1px solid #EE8A1D;
	padding: 0;
}


main > div > div > .alert.orange > h3 {
	background: #EE8A1D;
	padding: 10px;
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#donation_form {
	padding: 0;
	/*background: orange;*/
}

.jd-container {
	/*background: pink;*/
	padding: 0px;
	margin: 0 0 20px 0;
	border-radius: 0;
}

.jd-container h3.jd-page-title {
	font-size: 18px;
	font-weight: 100!important;
	font-style: italic;
}


#amount_container label input[type="radio"], 
#amount_container label input[type="checkbox"]{
  float: left;
  width: 15px;
}

#amount_container label {
  clear: both;
}

#g-main .g-content ul li::before {
	display: none;
}

#field_Honor {
  margin-top: 40px;
}

fieldset#anonymous ul {
  margin: 0;
}

#amount_container div.inline-display {
	margin-top: 10px;
  margin-left: -20px;
}


#impact-scholarships ul {
  margin: 0;
}

#donation-form #donation_type .switch-amounts label {
  padding: 5px;
}

#donation-form .switch-amounts input:checked+label,
.donated-amount-label {
  background-color: #b2bb1c!important;
}

#donation-form .switch-payment-gateway input:checked+label,
.donated-amount {
 border-color: #b2bb1c!important;
}


#donation-complete-page table.completetable tr td.label {
  background: #b1bb1b;
  text-shadow: none;
  color: #fff;
  font-weight: bold;
}


#donation-form h3, h3.jd-page-title, h4.jd-heading, h4.eb-heading {
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: none;
}


.checkbox-field-container {
  display: grid!important;
  grid-template-columns: 1fr!important; /* single column */
  gap: 10px!important;
  margin: 10px 0!important;
}



#donation-form .switch-payment-gateway > * {
	flex: 0 0 20%;
}


#tr_frequency {
	background: #B2BB1C;
	padding: 5px;
}

#tr_number_donations {
	background: #C1C1C1;
	width: 100%;
	padding: 5px;

}

#tr_number_donations label,
#tr_frequency label {
	font-weight: bold;
}

.help-text {
	color: #333;
}

#stripe-card-form, #creditcarddivmain {
	margin-left: 10px;
	margin-right: 10px;
	width: calc(100% - 20px);
}

#stripe-card-element {
	padding: 10px;
	border: 1px solid #C1C1C1;
}

.term-group {
	margin-left: 10px;
}

/* colors 

Dark Blue
#003D79 

Green
#B2BB1C

Orange
#EE8A1D 

Almost White
#F6F6F6 

Light Gray
#C1C1C1

Dark Gray
#828282

Light Blue
#0D6CB6

*/

